/** Shopify CDN: Minification failed

Line 80:10 Unexpected "/"

**/

/* Footer */
/* .footer {
    padding-bottom: 25px;
}
.footer .custom-footer-grid-1 {
    max-width: 14rem;
}
.footer .custom-footer-grid-5 {
    max-width: 17rem;
}
.footer .link-faded {
    color: #fff;
}
.footer .text-subdued p {
    color: #fff;
}
.footer .heading.text-subdued {
    color: #fff;
} */
/* End Footer */

    .product-card__quick-add-button:hover svg {
        transform: rotate(0deg) !important;
    }

/*********
 Home Page 
 *********/
/* Banner */
.home-banner-sec .slideshow__slide-content--with-border {
    outline: none;
}
.product-info  span.smallcaps.text-xxs {
    color: rgb(28 28 28);
}

.product-info  svg.icon.icon-share {
    fill:  rgb(28 28 28);
 }
/* End Banner */

/* Testimonial */

.testimonial-list .testimonial-item {
    max-width: 60rem;
}


/* .testimonial-list .testimonial-item {
    max-width: 60rem;
}
/* .home-custom-btns-sec .multi-column {
    gap: 20px;
}
.home-custom-btns-sec .multi-column__item {
    background-color: #231F20;
    padding: 10px;
    border-radius: 20px;
}
.home-custom-btns-sec .multi-column__item:hover {
    background-color: #fff;
   
    border: 1px solid #231F20;;
}
.home-custom-btns-sec .link {
    color: #fff;
    display: block;
}
.home-custom-btns-sec .link:hover {
     color: #231F20;
}
   .home-custom-btns-sec .link-faded:has(img)) {
        background: no-repeat !important;
    } */ */

/* End Testimonial */

.custom-newsletter-sec .kl-private-reset-css-Xuajs1 {
    flex-direction: row !important;
}
.custom-newsletter-sec .needsclick {
    flex-direction: row !important;
}
.custom-newsletter-sec input#email_01KAJ8P7W6P6K4CZKKATSVDCQC {
    min-width: 100%;
}

/************ 
End Home Page 
*************/

/***********
Product Page 
************/

.featured-collections-carousel .product-card__quick-add-button:hover svg {
        transform: rotate(0deg) !important;
    }
.product-info .product-category {
  text-transform: uppercase;
}

:checked+.block-swatch {
    border-color: green !important;
    background-color: green !important;
    color: #fff !important;
}
.product-info .block-swatch {
   border: solid 1px green !important;
}

.product-specs {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.product-specs tr {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.product-specs td:first-child {
  font-weight: bold;
  text-transform: uppercase;
  color: #555;
}
.product-card:hover .product-card__quick-add-button {
        opacity: 1 !important;
        transform: translateY(0);
    }
.product-card__quick-add-button {
        opacity: 1 !important;
    }


/***************
End Product Page 
****************/


/* Responsives */

@media screen and (max-width: 700px) {
.mbl-txt-format-sec .prose ul {
    text-align: left;
}

}

@media screen and (max-width: 480px) {
.custom-newsletter-sec .needsclick {
   
     flex-wrap: wrap;

}

}