/** Shopify CDN: Minification failed

Line 180:7 Unexpected "/"

**/
/* #######################     HOMEPAGE CSS START      ############################### */

.hero-banner-home .button span.button-text {
    font-weight: 600;
}

#x-slide-announcement-bar .x-announcement-bar-block-data {
    font-weight: 600;
    display: flex;
    align-items: center;
}
#x-slide-announcement-bar .x-announcement-bar-block-data span.dot {
    background: #000;
    width: 6px;
    height: 6px;
    display: inline-block;
    margin: 0 15px;
    border-radius: 100px;
}
/* Featured Collection */

.home-featured-collection .card-product {
    border-radius: 20px;
}
.home-featured-collection .card__heading .x-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.featured-collection .card-product button.button-solid, 
.featured-collection .card-product .button.button-solid {
    color: #fff !important;   
}
button.button-arrow, .button.button-arrow {
 background: #30C4F2 !important;
 color: #000 !important;
}
.home-featured-collection .x-block-header H2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-featured-collection .custom-brand-image {
    width: 100%;
    max-width: 160px;
    height: auto;
    padding-bottom: 8px;
    margin-left: 10px;
    margin-top: 10px;
}

/* Featured Product */
.home-hero-product .product-media-container {
    padding-top: 85px;
    padding-bottom: 85px;
}
.home-hero-product .payment-button .shopify-payment-button__button--unbranded {
    background: #F58720;
}
.home-hero-product .payment-button .shopify-payment-button__button--unbranded:hover {
    transition-delay: unset !important;
    color: #fff !important;
    transition: .3s ease;
}
.home-hero-product .x-block-description {
    color: #545252;
}
.home-hero-product .x-quantity-selector label {
    color: #545252;
}
.home-hero-product .x-quantity-selector .quantity-selector {
    background: #fff;
    border: 1px solid #C9C9C9;
}
.home-hero-product .x-block-text {
    color: #545252;
}
.home-hero-product .product-media-container .x-splide {
    border: 1px solid #F5F5F5;
    border-radius: 6px 20px 20px 20px;
}
.home-hero-product .x-badges-container .label-container {
    top: 0;
    left: 0;
}
/* Media gallery */

.home-media-gallery .media-content {
    align-items: center;
    gap: 20px;
    padding: 2rem;
    display:flex;
}
.home-media-gallery .media-content .icon-wrapper {
    margin: 0;
    color: transparent;
}
@media screen and (max-width:1024px){
    .home-media-gallery .x-block-items-media .image-treatment-overlay{
        background: linear-gradient(180.13deg, rgba(0, 0, 0, 0) 50%, #000000 99.89%);
   opacity:0.9;
    }
}
@media screen and (min-width:1025px){
     .home-media-gallery .x-block-items-media .media-content {
        opacity:0;
        visibility:hidden;
    }
    .home-media-gallery .x-block-items-media:hover .media-content {
        opacity:1;
        visibility:visible;
    }
   .home-media-gallery .x-block-items-media:hover .image-treatment-overlay{
        background: linear-gradient(180.13deg, rgba(0, 0, 0, 0) 50%, #000000 99.89%);
   opacity:0.9;
    }
}
/* Testimonials */
.home-testimonials .x-testimonial-image {
    border-radius: 12px;
}
.home-testimonials .x-testimonial-content {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.home-testimonials .card-testimonial {
    background: #F0FCFF;
}
.home-testimonials .pagination-index-container {
    display: none;
}
.home-testimonials .pagination-arrow-container button.splide__arrow {
    background: #fff;
    border: 1px solid #30C4F2;
    color: #30C4F2;
}

/* Social feeds */

.home-feeds .x-block-social-post {
    border-radius: 10px;
}

/* Email Signup */

.section-newsletter .divider {
    border-color: #ACE6F6;
}
.section-newsletter .newsletter-form button {
    font-weight: 600;
}

/* Footer */

.section-footer .nav-links {
    text-align: right;
}
.section-footer .inner-wrapper {
    border-color: #DED5CD;
}

@media screen and (min-width:992px){
    }
    .home-featured-collection .card__heading .x-card-title {
        font-size: 22px;
        line-height: 28px;
    }
    .home-featured-collection .x-card-price .price-compare, .home-featured-collection .x-card-price .price-range {
        font-size: 18px;
    }
    .home-featured-collection .x-card-price .price-sale {
        font-size: 22px;
    } */
}

@media screen and (min-width:768px) and (max-width:992px){
  .hero-banner-home .splide__track {
    height: 30vh !important;
  }
  .hero-banner-home .heading {
    font-size: 1.25rem;
  }
  .hero-banner-home .content {
    font-size: 12px;
  }
  .hero-banner-home .hero-text a.button {
    font-size: 12px;
  }
  .home-featured-collection .card-product .card__heading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-hero-product h2.product-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.5rem;
  }
  .home-hero-product .x-block-price .price-compare {
    font-size: 60%;
  }
  .home-hero-product .x-block-price .price-sale {
    font-size: 26px;
  }
  .home-media-gallery .gallery-wrapper {
    gap: 15px;
  }
  .home-media-gallery .gallery-wrapper .x-block-items-media {
    min-height: 200px;
  }
  .home-testimonials .testimonial-header-container h2 {
    font-size: 2rem;
    max-width: 425px;
  }
  .section-footer .footer-col--1 .image-wrapper {
    width: 300px;
  }
  .home-hero-product .product-content-container {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.home-media-gallery  .highlight  svg path{
    stroke: #30C4F2!important;
}
@media screen and (max-width:767px){
    #x-slide-announcement-bar .x-announcement-bar-block-data span.dot {
        margin: 0 10px;
    }
    .hero-banner-home .hero-text {
        padding: 0;
    }
    header a#SearchOpen span {
        width: 40px;
    }
    .x-container-header-mobile-nav svg path {
        stroke-width: 1.5px;
    }
    .hero-banner-home .hero-text .table-cell.text-left {
        text-align: center;
    }
    .hero-banner-home .hero-text .heading {
        line-height: 1.5;
        max-width: 80%;
        margin: auto;
        font-size: 20px;
    }
    .home-featured-collection .card__heading .x-card-title {
        font-size: 20px;
        line-height: 24px;
    }
    .home-featured-collection .x-card-price .price-compare, .home-featured-collection .x-card-price .price-range {
        font-size: 14px;
    }
    .home-featured-collection .x-card-price .price-sale {
        font-size: 16px;
    }
    .home-hero-product .x-estimate-delivery {
        font-size: 14px;
        line-height: 1;
    }
    .home-hero-product .x-block-buy-buttons button {
        font-size: 14px;
    }
    .home-hero-product .x-block-payment-methods p:first-of-type {
        font-size: 16px;
    }
    .home-hero-product .x-block-payment-methods p:last-of-type {
        font-size: 12px;
    }
    .home-hero-product .x-block-view-detail {
        font-size: 14px;
    }
    .hero-banner-home .button span.button-text {
        font-size: 14px;
    }
    .hero-banner-home .hero-text .content {
        font-size: 14px;
        padding: 0 1.25rem;
    }
    .hero-banner-home .hero-text .content-wrapper {
        padding-left: 0;
        padding-right: 0;
        padding-top: 2rem;
    }
    .home-featured-collection .custom-brand-image {
        max-width: 85px;
    }
    .x-container-featured-collection svg {
        color: #fff;
    }
    .home-featured-collection .x-block-header .rte {
        font-size: 14px;
    }
    .home-hero-product .product-media-container {
        padding-top: 30px;
        padding-bottom: 20px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .home-hero-product .splide__arrows {
        display: none;
    }
    .home-hero-product .main-product-price .price-compare,
    .home-hero-product .main-product-price .price-sale {
        font-size: 20px;
    }
    .home-hero-product .icon-payment svg {
        width: 26px;
        height: auto;
    }
    .home-hero-product .product-content-container {
        padding-bottom: 1rem;
    }
    .home-media-gallery .media-content {
        display: flex;
        align-items: center;
    }
    .home-media-gallery .media-content {
        gap: 10px;
        padding: 1rem 0.6rem;
    }
    .home-media-gallery .media-content p {
        font-size: 15px;
        line-height: 20px;
    }
    .home-media-gallery .media-content p svg path {
        stroke-width: 2px;
    }
    .home-media-gallery .media-content p svg {
        bottom: -35%;
    }
    .home-media-gallery .animate_transition_card__image:before {
        content: '';
        position: absolute;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
        width: 100%;
        height: 100%;
        bottom: 0;
        z-index: 1;
        left: 0;
    }
    .home-testimonials .testimonial-header-container h2 {
        text-align: center;
        margin: auto;
        max-width: 275px;
    }
    .section-footer .footer-col--1>div {
        flex-direction: column;
        gap: 5px;
        padding-bottom: 0;
                margin-bottom: 35px;
    }
    .section-footer .footer-col--1 .text-wrapper {
        margin-bottom: 0;
        max-width: 300px;
    }
    .section-footer .nav-links {
        text-align: left;
        padding-top: 0;
        padding-bottom: 35px;
        margin-bottom: 20px;
    }
    .home-media-gallery .x-block-media-gallery-header h2 {
        font-size: 20px;
    }
}
@media screen and (max-width:330px){
.home-featured-collection .x-block-header H2{
    font-size:1.2rem;
}
   .home-featured-collection .custom-brand-image {
        max-width: 80px;
    }
}

/* #######################     HOMEPAGE CSS END      ############################### */



/* product page */
.template-product p, .template-product span, .template-product li,  .template-product .shopify-payment-button__button {
font-size:14px;
}
  .template-product .shopify-payment-button__button, .template-product  .add_to_cart_button  span{
    font-weight:500;
    line-height:15px;
  }
@media screen and (min-width:767px){
.template-product p, .template-product span, .template-product li,   .template-product .shopify-payment-button__button{
font-size:15.4px;
}
}
.template-product .breadcrumb span, .template-product .breadcrumb a{
font-size:15.4px;
}
.ingre_image .mobile {
    display: none;
}
.template-product .main-product-price  .cap {
    padding-right:6px;
}
.variant-selects-main legend{
font-weight:700;
    font-size: 1.1rem;
}

@media screen and (max-width:767px){
    .template-product .breadcrumb span, .template-product .breadcrumb a{
font-size:12px;
}
    .ingre_image .desktop{
        display: none;
    }
    .ingre_image .mobile {
    display: block;
}
.variant-selects-main legend, .x-quantity-selector label{
    font-size: 14px!important;
}
}

.x-block-description strong, .x-block-description b{
    font-weight:bolder;
color: #545252;

}
.x-block-description p{
color: #545252;
line-height:24px;
}
.template-product  .custom-html  p{
line-height:21px;
}
.x-block-collapsible-tab .metafield-rich_text_field p{
    margin:15px 0;
}
.x-block-collapsible-tab ul{
padding:0;
}
.template-product .main-product-price  .cap {
   font-size:18px;
}
.template-product .main-product-price  .price-sale{
   font-size:20px;
}
.x-quantity-selector  label, .variant-selects-main legend{
    font-size:14px!important;
    line-height:24px;
}
.template-product  .estimate-content p{
    line-height:23px;
}
@media screen and (max-width:766px){
.x-testimonial-content p, .x-testimonial-main-content h3{
font-size:14px;
}
}
@media screen and (min-width:767px){
.x-testimonial-product-card .p-break-words{
font-size:17.54px;
}
.x-testimonial-product-card  .cap {
    font-size:17.4px; 
}
.x-testimonial-product-card .price-sale{
    font-size:20.4px;
}
.template-product .main-product-price  .cap {
   font-size:32px;
}
.template-product .main-product-price  .price-sale{
   font-size:36px;
}
.x-block-description p{
    font-size:18px;
    line-height:29px;
}
.x-quantity-selector  label{
    font-size:17px!important;
}
.variant-selects-main legend{
    font-size:17px!important;
}
}
@media screen and (min-width:1600px){
  .template-product  .breadcrumb .w-full{
  padding-top:20px;
  padding-bottom:20px;
}
}

.x-block-collapsible-tab button p{
    color: #545252;
    font-weight:600;
}
.x-block-collapsible-tab li{
        line-height: 1.5;
}
.x-block-collapsible-tab  img{
        padding: 18px 0;
}


.trust-badge-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin:  0;
      gap: 10px;
}

.trust-badge-item {
  flex: 1; /* This creates the "Fill" behavior from Figma */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0 ;
  border: 1px dashed #A5A7A7;
  min-height: 105px;
  border-radius:6px;
}

.badge-icon {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width:30px;
  height:30px;
}

.badge-icon img {
     width: 100%;
  height: auto;
}

.badge-text {

  color: #211E1E;
  text-align: center;
}
.template-product .x-block-payment-methods {
        border: 1px solid #A5A7A7;
    padding: 20px;
    border-radius: 6px;
}
.template-product .progres-bar-media{
    padding:0 20px!important;
    margin-top:30px;
        width: 100%;
}
.template-product .product-media-container  .splide__arrows{
display:none;
}
.template-product .section-promotion-banner{
background-color: #F7FCFD;
}
/* Responsive adjustment for Mobile */
@media screen and (max-width: 1025px) {
  .trust-badge-container {
    flex-wrap: wrap;
    
  }
  .trust-badge-item {
    flex:48%;
  }
}
.ingredients-list {
    padding:0;
        display: flex;
    flex-wrap: wrap;
    gap:10px;
}

.ingredients-list li{
    border: 1px solid #FFC000;
        background: #FFF7E0;
    border-radius: 5px;
    padding: 10px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.section-product-recommendations .cap{
    font-size:22px;
}
.section-product-recommendations .price-sale {
 font-size:22px;
}
.section-product-recommendations .x-card-title{
    font-size:22.9px;
}
.section-product-recommendations .card-product{
        background: #fff;
    border-radius: 20px;

}
.section-product-recommendations button.splide__arrow {
    background: #fff!important;
    border: 1px solid #30C4F2!important;
    color: #30c4f2!important;
}
@media screen and (max-width: 990px) {
    .ingredients-list li{
        font-size: 10.5px;;
    }
    .section-product-recommendations .splide__arrows{
   display:none;
    }
     .section-product-recommendations  .prod-header-container{
        justify-content:center;
     }
     .section-product-recommendations .cap{
    font-size:16px;
}
.section-product-recommendations .price-sale {
 font-size:16px;
} 
.section-product-recommendations .x-card-title{
    font-size:20px;
}
}

.template-product .faq-item .bg-\[rgba\(var\(--colors-text\)\,0\.05\)\] {
    background-color: #fff;
    border-radius:10px;
}
.template-product .x-block-faq-content{
    gap:20px;
}
.template-product .x-block-faq-content p, .template-product .x-block-faq-content strong{
    color: #545252;

}
@media screen and (min-width: 1025px) {
.section-product-recommendations .splide__track--ltr,.template-product  .x-block-faq-content {
    padding-top:1.5rem;
}
}

.xb-wishlist-header-auto-container .xb-wishlist-count{
        width: var(--cart-bubble-size, 17px)!important;
    height: var(--cart-bubble-size, 17px)!important;
    background: #fff!important;
    color: #000!important;
    font-size: 10px!important;
}
.page-Wishlist .page__title{
    text-align:center!important;
}
.xb-wishlist-header-auto-container {
    order: 2;
}
.header-icon-cart{
     order: 1;
}
.header-icon-account{
    order:3;
}
.xb-wishlist-page{
        --xo-container-width: 1440px!important;
        padding:0!important;
}
.xb-wishlist-product__style-2-item{
        background: none!important;
    border: 1px solid #000!important;
}
.xb-wishlist-product__style-2-item p,.xb-wishlist-product__style-2-item span ,.xb-wishlist-product__style-2-item a,  .xb-wishlist-product__style-2-remove-product    {
    color:#000!important;
   
}
.xb-wishlist-product__style-2-item a{
 background:none!important;
}
.shopify-policy__container p, .shopify-policy__container li, .shopify-policy__container span , .shopify-policy__container a{
    font-size:14px;
}
   .page-Wishlist .page__title {
    font-size: var(--h2-font-size-mobile)!important;
}
.x-block-faq-header h2 span{
            
            font-size: 1.40625rem;
}
@media (min-width: 768px) {
    .page-Wishlist .page__title {
        font-size: var(--h2-font-size)!important;
    }
    .shopify-policy__container p, .shopify-policy__container li, .shopify-policy__container span , .shopify-policy__container a{
    font-size:17px;
}
.x-block-faq-header h2 span{
   font-size: 2.25rem;
}
}
.x-testimonial-main-content {
    overflow:hidden;
}
.product-media-item .external-video, .product-media-item .product-media--video{
height:100%;
padding-bottom:100%!important;
}
.product-form__input label, .quantity-selector {
    border-radius:6px;
}
.product-media-item img, .product-media-item  video{
border-radius:10px;
}
.template-product  .sticky_add_to_cart {
    border:1px solid #30c4f2;
    border-radius:10px;
}
.product-sticky{
    width:27%;

}
@media (min-width: 1536px) {
     .product-sticky{
    width:35%;

}
    }
@media (min-width: 990px) {
.template-product  .sticky_add_to_cart  button,.product-sticky select {
    font-size: 14px;
    height: 40px;
}
.template-product  .sticky_add_to_cart button span{
     font-size: 14px!important;
}
}
@media (max-width: 990px) {
.section-media-gallery .media-content .icon-wrapper  svg{
    width:22px;
    height:22px;
}
}

.home-featured-collection .splide__arrow, .template-index .product-media-container .splide__arrow  {
        box-shadow: 0px 0px 0px 4px #30C4F2;
    
    border: 4px solid #FFFFFF
}
.home-featured-collection .splide__arrow svg path,.template-index .product-media-container .splide__arrow svg path{
        stroke-width: 18px;
    stroke: #fff;
}
#quickview-product-content .add_to_cart_button{
    background-color: #30C4F2!important;
    border-color:#30C4F2;
        box-shadow: none!important;
}

.count_item {

    width:17px;
    height:17px;
        line-height: 1;
        top:4px;
}
#CartDrawer-CartItems tbody a{
        font-size: 16px;
    line-height: 1.5;
    display: inline-block;
}
.template-cart .price-sale{
display:block;
}
.x-cart-item-count{
        width: 24px;
    height: 24px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.template-cart span, .template-cart a,.template-cart p,
#CartDrawer span, #CartDrawer  button, #CartDrawer a, #CartDrawer p, #CartDrawer  div{
    font-size:16px;
}
.template-cart  #x-cart-discount-field{
    font-size: 15px;
    line-height: 1;
}
.template-cart .errors p{
    font-size:14px;
}
@media (min-width: 1600px) {
    .template-cart span, .template-cart a,.template-cart p,
#CartDrawer span, #CartDrawer  button, #CartDrawer a, #CartDrawer p, #CartDrawer  div{
    font-size:18px;
}
#CartDrawer-CartItems tbody a{
        font-size: 18px;
}
}
@media (max-width: 990px) {
.template-cart span, .template-cart a,.template-cart p,
#CartDrawer span, #CartDrawer  button, #CartDrawer a, #CartDrawer p, #CartDrawer div{
    font-size:14px;
}
#CartDrawer-CartItems tbody a{
        font-size: 15px;
}
.template-cart  #x-cart-discount-field{
    font-size: 12px;
}
#CloseCart .icon-close-animation {
    width: 15px;
    height: 15px;
}
.x-cart-interact-group{
        flex-direction: column;
    width: 100%;
}
.x-cart-interact-group button{
        width: 100%;

}
.x-cart-interact-group button:not(:last-child){
    border-bottom: 1px solid rgb(225, 227, 225);
}
.x-cart-item-count{
        width: 19px;
    height: 19px;
    font-size: 12px;
}
#CartDrawer .flex.gap-4.flex-1{
padding-right: 0;
}
#CartDrawer .items-end.flex-col-reverse{
        flex-direction: row-reverse;
}
#section-footer .footer-col--1 .justify-start.text-left {
    flex-direction: row;
    align-items: center;
}
#section-footer .footer-col--1 .justify-start.text-left a{
    position: relative;
    top: -6px;
            width: 90px;
}
}
#CartDrawer .scrollbar-body.scrollbar-visible{
   background-color: #fff!important;
}

#CartDrawer .x-cart-interact-group .cart-shipping-item{
display:none!important;
}
#CartDrawer .icon-close-container{
     background-color: #30C4F2!important;
    color:#000;
}
#CartDrawer #CloseCart{
  background-color: #fff!important;
}
#CartDrawer .button-outline.leading-normal{
align-items:center;
}

#CartDrawer #update-cart .absolute.bottom-0.left-0{
        border-top: 2px solid #30C4F2;
}


   .round-about .desk-image{
    display:none;
     }
@media (min-width: 990px) {
    .round-about .desk-image{
    display:block;
     }
     .round-about .mob-image{
    display:none;
    }
}