/** Shopify CDN: Minification failed

Line 37:1 Unexpected "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.t4s-footer-content h4 {
    font-weight: 600;
margin-bottom:20px;
}

.t4s-newsletter-parent {
    margin-right: 0;
    display: block;
    margin-left: auto;
}
.t4s-footer-content h4 {
    font-weight: 600;
    margin-bottom:20px;
}

.t4s-newsletter-parent {
    margin-right: 0!important;
    display: block!important;
    margin-left: auto!important;
}
.bl-footer-10,
.bl-footer-8 {
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.bl-footer-10,
 {
      padding-top: 50px;
}
.border-thing {
    border-color: #e5e7eb;   /* light gray border */
    border-style: solid;     /* standard solid border */
    border-width: 1px;       /* thin border */
    border-radius: 1rem;   /* rounded corners (8px) */
}

.t4s-pr-style9 .t4s-product-btns a .t4s-svg-pr-icon {
    display: none;
}

.t4s-product .t4s-product-atc-qty, .t4s-product .t4s-product-btns .t4s-pr-item-btn, .t4s-product .t4s-product-btns2 .t4s-pr-item-btn {
    color: #fff;
    background-color: #000;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px; /* default gap */
  padding-top: 16px;
  border-top: 1px solid #e5e7eb; /* border color */
}

@media (min-width: 640px) {
  .features-grid {
    gap: 16px;
    padding-top: 24px;
  }
}



@media (min-width: 640px) {
  .feature-item {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}

.feature-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke-width: 2;
  stroke:rgb(0, 0, 0); /* primary blue */
}

@media (min-width: 640px) {
  .feature-icon {
    width: 24px;
    height: 24px;
  }
}

.feature-text {
  font-size: 12px;
  font-weight: 500;
}

@media (min-width: 640px) {
  .feature-text {
    font-size: 14px;
  }
}
/* Wrapper */
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 8px; /* space-y-2 */
  font-size: 12px;
          align-items: flex-start;
}

@media (min-width: 640px) {
  .contact-list {
    gap: 12px; /* space-y-3 */
    font-size: 14px;
  }
}

/* Each row */
.contact-item {
  display: flex;
  align-items: center;
  gap: 8px; /* space-x-2 */
}

/* For the address block (icon aligned top-left) */
.contact-item.start {
  align-items: flex-start;
}

/* Icon */
.contact-icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  stroke-width: 2;
  stroke:rgb(0, 0, 0); /* primary */
}

@media (min-width: 640px) {
  .contact-icon {
    width: 16px;
    height: 16px;
  }
}

.contact-icon.mt {
  margin-top: 2px; /* mt-0.5 */
}

/* Links */
.contact-link {
  color: #6b7280; /* muted-foreground */
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-link:hover {
  color:rgb(51, 51, 51); /* primary */
}

.break-all {
  word-break: break-all;
}
.flex {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}
.contact-link {
    color: #fff;
    font-size: 2rem;
}

.contact-item {
    font-size: 1rem;
}

svg.contact-icon {
    fill: #fff;
    height: 25px;
    width: 25px;
}

.contact-link, .contact-text {
    font-size: 2rem;
    color: #fff;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}