/** Shopify CDN: Minification failed

Line 131:95 Unexpected "{"

**/
/* Yen Aura legacy styles.
   Sense 12 -> 16 update, 24 Sep 2026: these rules used to be appended to the end of assets/base.css.
   They now live here so Shopify theme updates no longer conflict on base.css.
   Loaded from layout/theme.liquid directly after base.css, before custom.css, so the cascade is unchanged. */

/* Was a one-line edit inside base.css (.announcement-bar__message). */
.announcement-bar__message {
  color: #fff;
}

/* CD CODE */


@keyframes marqueess { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.announce_bar.marquee_inner { position: relative; width: 100%; max-width: 100%; height: 34px; overflow-x: hidden;background: #424530; color: #fff; } 
.announce_bar.marquee_inner .marquee_inner_text { top: 0; position: absolute; white-space: nowrap; will-change: transform; animation: marqueess 250s linear infinite; height: 100%; } 
.announce_bar.marquee_inner .marquee_inner_text span { display: inline-block; padding: 0 20px; font-size: 13px; }
.main-nav__item.rewards_badge_menu .main-nav__link { font-weight: 700; } 

/* Yen Aura audit 25 Sep 2026: the bar's height is its content height, never the measured variable. It used to be
   height: var(--ann-height), which pinned whatever yen-legacy.js measured first; on a cold load that was the
   unstyled marquee (476px), and every later re-measure just read the pinned 476px back (header sat 476px down
   the page, verified on the draft). --ann-height is now only used for the offsets below. */
/* base.css sets .utility-bar { height: 100% }, which on a fixed element is the whole viewport; that is where the
   476px / 768px measurements came from. height: auto makes the bar its content height (73px). */
.utility-bar { position: fixed; width: 100%; height: auto; left: 0; transition: all 0.5s ease-in-out; }
.utility-bar.scroll-down-class { top: calc(-1 * var(--ann-height, 73px)); } 
.utility-bar.scroll-up-class { top: 0; } 

.shopify-section-group-header-group.section-header.scroll-up-class { top: var(--ann-height, 73px); }
.shopify-section-group-header-group.section-header{ position: fixed; width: 100%; height: auto; transition: all 0.5s ease-in-out;top: var(--ann-height, 73px); }
.section-header.scroll-down-class{top:0;}

/* Yen Aura audit 25 Sep 2026: the announcement bar and header are fixed, so the page needs a top offset before
   yen-legacy.js (deferred) has measured the real heights. Fallbacks match the measured bar (73px) plus header
   (87px desktop, 80px mobile) so the first paint is already in place and nothing jumps when the script runs. */
main#MainContent { margin-top: var(--margin-top, 160px); }
@media (max-width: 749px) { main#MainContent { margin-top: var(--margin-top, 153px); } }

@media (max-width: 768px) {
 #Banner-template--23560233386299__6dc8c704-2e98-4f4e-82d3-528855891e89.banner .banner__media:before{padding-bottom:0 ;}
 #Banner-template--23560233386299__6dc8c704-2e98-4f4e-82d3-528855891e89.banner .banner__media img{position: unset;}
}


/* CD CODE. */
@font-face {
    font-family: 'Open Sans';
    src: url('/cdn/shop/files/OpenSans-Regular.ttf?v=1736329482') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



.cart-drawer__footer .gift_wrapping label{display: block; color: #484848; cursor: pointer;}
.cart-drawer__footer .gift_wrapping #gift_wrapping_input{margin: 0; vertical-align: middle; display: none;}
.cart-drawer__footer .gift_wrapping .label{vertical-align: middle; display: inline-block; }
.cart-drawer__footer .gift_wrapping .custom_icon{display: inline-block; width: 15px; height: 15px; vertical-align: middle; border: 2px solid #484848; position: relative;}
.cart-drawer__footer .gift_wrapping .custom_icon:after{content: ''; display: none; transform: rotate(45deg); height: 8px; width: 4px; border-bottom: 2px solid #484848; border-right: 2px solid #484848; position: absolute; left: 4px; top: 1px;}
.cart-drawer__footer .gift_wrapping #gift_wrapping_input:checked + .custom_icon:after{display: inline-block;}
.cart-drawer__footer .gift_wrapping p{margin: 0 0 5px; display: none;}
.cart-drawer__footer .gift_wrapping p.gift_message_show{display: block;}

.header__inline-menu > .list-menu > li > a, .header__inline-menu > .list-menu > li > header-menu > details > summary{font-size: 1.2rem;}

.cs-featured-products .cs-block .cs-info .price-item--regular{letter-spacing: 1px !important;}
.cs-featured-products .cs-block .cs-image img:first-child + img, .cs-featured-products .cs-block:hover .cs-image img:first-child{display: none !important;}
.cs-featured-products .cs-block:hover .cs-image img:first-child + img{display: block !important;}
.cs-featured-products .cs-block .cs-image img{object-fit: contain !important; position: absolute; top: 0; left: 0;}
.cs-featured-products .cs-block .cs-image a{position: relative; display: block; padding-top: 150%;}
.cs-featured-products .cs-block{grid-template-rows: auto 1fr !important;}

.cs-image-icon-list .cs-content .cs-text{color: #000 !important;}

.cs-video-slider .cs-video .cs-play-button{width: 100%; height: 100%; left: 0px; top: 0px;}

.cs-accordion .cs-blocks .cs-text-inner strong{font-size: 14px; line-height: 1.4; letter-spacing: normal; opacity: .7;}

body .header__inline-menu .list-menu .header__menu-item{font-family: 'Open Sans';}

.header__inline-menu>.list-menu>li>a { padding: 1.2rem 9px; }
.header__inline-menu>.list-menu>li>header-menu>details>summary { padding: 1.2rem 15px 1.2rem 9px; }
.header__menu-item .icon-caret { right: 0.2rem; }

.cs-text-slider .cs-block .cs-title{font-size: 50px; font-weight: 300; letter-spacing: -3px; color: #000; text-align: center;}
.cs-text-slider .cs-block .cs-content{letter-spacing: normal;}
/* .cs-text-slider .cs-block .cs-button{font-weight: 400;} */

body[class*="template-collection-alternative"] .marquee_content{background: #f4f1ea; color: #000;}

@media (min-width: 990px) and (max-width: 1240px) {
  .header__inline-menu>.list-menu>li>a { font-size: 1rem; padding: 1.2rem 6px; }
  .header__inline-menu>.list-menu>li>header-menu>details>summary { font-size: 1rem; }
  .header__icons.header-localization .disclosure .localization-form__select{font-size: 1rem;}
  .header__icons .header__icon, .header__icons .header__icon--cart .icon{width: 2rem;}
  .header__menu-item .icon-caret { right: 0.2rem; }
}

@media (max-width: 768px) {
  .banner .banner__media::before { padding-bottom: 100% !important;}

  body .cs-icon-blocks .cs-block .cs-title{font-size: 14px; letter-spacing: normal;}
  body .cs-icon-blocks .cs-block{max-width: calc(33.33% - 14px); padding: 0;}

  .cs-featured-products .cs-block .cs-info .cs-button{padding: 10px; font-size: 15px;}
  /* .cs-icon-grid .cs-subtitle h3 br{display: none;} */
  body .cs-icon-grid .cs-heading .cs-subtitle h3{letter-spacing: normal !important; font-size: 13px !important;}

  .cs-video-section .cs-heading .cs-title h2, .cs-image-icon-list .cs-grid .cs-block .cs-content .cs-title{letter-spacing: normal !important;}

  body .cs-center-image-slider .swiper .swiper-slide.swiper-slide-active .cs-image img,body .cs-center-image-slider .swiper .cs-image img { height: 50vh; }

  body .footer .footer__blocks-wrapper .footer-block{margin: 0;}
  body .footer .footer__blocks-wrapper{display: flex ; flex-wrap: wrap;}
  body .footer .footer__blocks-wrapper .footer-block.grid__item.footer-block--menu{width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2); max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);}
  body .footer li.list-payment__item svg { width: 8vw; max-width: 50px; }
  body .footer li.list-payment__item{padding: 2px;}
  body .footer .footer__blocks-wrapper .footer-block.grid__item.footer-block--menu .footer-block__details-content{margin-bottom: 20px;}
  body .footer .footer__blocks-wrapper .footer-block.grid__item .cs-footer-newsletter{margin-bottom: 0;}

  body .cs-reviews-slider .cs-block .cs-content .cs-review-text p{font-size: 12px;}
  body .cs-reviews-slider .cs-block .cs-content .cs-text{font-size: 17px;}
  body .cs-reviews-slider .cs-block .cs-content .cs-review-stars svg{width: 12px; height: 12px;}
  body .cs-video-slider .cs-video video , body .cs-image-slider .cs-image img { height: 50vh; }{ height: 50vh; }
  body .cs-image-slider .cs-block .cs-bottom .cs-text { font-size: 12px; }

  body .cs-featured-products .cs-block .cs-info .cs-badge{margin: 0; padding: .3rem 1rem; font-size: 12px;}
  body .cs-featured-products .cs-block .cs-info .price-item--regular { font-size: 9px; }
  body .cs-featured-products .cs-block .cs-info .price-item--sale { font-size: 12px; }
  body .cs-featured-products .cs-block .cs-button{font-size: 10px;}
  body .cs-featured-products .cs-block .cs-info .cs-product-title { font-size: 11px; letter-spacing: 0px; }

  .cs-text-slider .cs-block .cs-title{font-size: 32px; letter-spacing: normal;}
  body main .cs-featured-products .cs-block{padding: 1rem 1rem 2rem;}
  body main .cs-featured-products .cs-block .cs-info .price-item--regular { font-size: 1.3rem; margin: 0 0.5rem 0 0; }
  body main .cs-featured-products .cs-block .cs-info .price-item--sale { font-size: 1.3rem; }
}
@media (max-width: 768px) {
  body .cs-image-slider .cs-image img {  height: 30vh; }
  body .cs-video-slider .cs-video video{height: auto;}
  body .cs-image-slider .cs-block .cs-bottom .cs-text{ font-size: 13px; }    
  .cs-reviews-slider .swiper .cs-image img{ height: 30vh !important; }
   body .cs-featured-products .cs-block .cs-info .cs-product-title{ font-size: 15px; }
  body .cs-featured-products .cs-block .cs-info .price-item--regular{ font-size: 1.3rem; }
  body .cs-featured-products .cs-block .cs-info .price-item--sale{  font-size: 1.6rem; }
  .vtl-pr-review-stars-snippet-container .vtl-pr-ss__inner-el{ font-size: 10px; }
}

/* cd code. */
.header__inline-menu > .list-menu > li > a, .header__inline-menu > .list-menu > li > header-menu > details > summary { font-size: 1.4rem; }
.cs-button{text-transform: uppercase;}
.cs-featured-products .cs-view-all a{ max-width: 236px !important; font-size: 18px !important; font-weight: 600; padding: 1.6rem 3rem !important; cursor: pointer; text-align: center; transition: color .3s ease, background-color .3s ease; user-select: none; }
.cs-image-icon-list .cs-button{max-width: 236px !important;}
/* .cs-text-slider .cs-button{max-width: 134px !important; width: 100% !important;} */
.cs-featured-products .cs-image .cs-info{position: absolute; bottom: 10px; left: 10px; height: auto !important;}


/* CD Code */

.template-collection-alternative-collection .cs-image-text-banner .cs-container{ max-width: unset !important;}
.template-collection-alternative-collection .cs-image-text-banner{ margin-bottom: 0 !important;}
.template-collection-alternative-collection .cs-featured-products,
.template-collection-alternative-collection .cs-reviews-slider,
.template-collection-alternative-collection .cs-image-slider,
.template-collection-alternative-collection .cs-image-text-banner{ margin-top: 0 !important; margin-bottom: 0 !important;}

#shopify-section-template--24102962692411__cs_featured_products_kqXCmX.cs-featured-products .cs-title h2{color: #5C520A !important;}

main#MainContent:before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: var(--margin-top, 153px); background-color: #fff; }


.cs-image-text-banner .cs-title strong{ letter-spacing: -0.9px;}
.cs-featured-products .cs-block .cs-info .cs-badge{display:none !important;} 
#shopify-section-template--24102962692411__cs_featured_products_kqXCmX .swiper .cs-block{ background: white;}


.steps {margin-bottom: 26px;}
.step:not(:last-child) {margin-bottom: 12px;}
.step-desc {line-height: normal;text-align: center;font-size: 14px;color: #000;}
.step-icon {margin-bottom: 10px;}
.step-icon img {display: block;margin: 0 auto;}

.upsell-wrap .upsell-heading {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    letter-spacing: normal;
    margin: 0 0 16px;
    line-height: normal;
}

.upsell-wrap .upsell-body {
    display: flex;
    flex-wrap: wrap;
}

.upsell-wrap .upsell-img {
    width: 50%;
}

.upsell-wrap .upsell-details {
    width: 50%;
    padding-left: 16px;
}

.upsell-wrap .upsell-img img {
    width: 100%;
    display: block;
    margin-bottom: 0;
}

.upsell-wrap .upsell-title {
    font-size: 32px;
    line-height: normal;
    letter-spacing: normal;
    margin: 0 0 5px;
    color: rgb(var(--color-foreground));
}

.upsell-wrap .upsell-text p {
    margin: 0;
    font-size: 18px;
    letter-spacing: normal;
    line-height: normal;
}

.upsell-wrap .upsell-text {
    margin-bottom: 10px;
}

.upsell-wrap .upsell-pricing {
    margin-bottom: 20px;
}

.upsell-wrap .upsell-pricing span {
    display: block;
  line-height: normal; letter-spacing: normal;
}

.upsell-wrap .upsell-pricing .r-price {font-size: 26px;color: #000;}
.upsell-wrap .upsell-pricing .c-price { font-size: 22px; color: #bc6c25ff; text-decoration: line-through; }
.upsell-wrap .upsell-review { display: flex ; justify-content: center; }

/* CD CODE... */
.cs-block .cs-info .card-information{margin-top: auto;}
.cs-block .cs-info .cs-button{margin-top: 0 !important;}
.price__container .price__regular .price-item--regular{font-weight: bold !important; opacity: 1 !important;}

.accordion__content .step .step-icon{margin: 0;}
.accordion__content .step:not(:last-child){margin-bottom: 24px;}

.cs-button:disabled {opacity: 1;pointer-events: none;opacity: 0.6;}

@media (max-width: 989px) {
  .upsell-wrap .upsell-pricing { margin-bottom: 14px; }
  .upsell-wrap .upsell-title { font-size: 22px;}
  .upsell-wrap .upsell-text { margin-bottom: 8px; }
  .upsell-wrap .upsell-text p {font-size: 14px;}
  .upsell-wrap .upsell-pricing .r-price { font-size: 18px;}
  .upsell-wrap .upsell-pricing .c-price { font-size: 16px;}
}

/* cd code. */
.footer .footer__content-top .footer-block .cs-sub-title{ margin-bottom: 10px; margin-top: 0; }
@media (max-width: 768px) {
#Banner-template--23828703379771__image_banner_QD8yhm.banner .banner__media::before{ padding-bottom: 174% !important; }
}

/* Slider */ .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; } .slick-track:before, .slick-track:after { display: table; content: ''; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; }
.template-product-new-soap-bar .product__info-wrapper .product__title h1{ color: #5C520A; font-size: 48px; font-weight: 800; line-height: 110%; letter-spacing: -3.24px; }
.template-product-new-soap-bar .product__info-wrapper .product__description{ color: #5C520A; font-size: 22px; line-height: 140%; letter-spacing: -0.11px; }
.icon-with-text.left_image_text .icon-with-text__item{ flex-direction: row; }
.left_image_text li img{ height: 48px; width: 48px; margin-bottom: 0; }
.left_image_text li .h4 { color: black; font-size: 15px; font-style: normal; font-weight: 600; line-height: 120%; letter-spacing: -0.09px; text-align: left; }
.icon-with-text--horizontal.left_image_text{ column-gap: 1rem; }
.left_image_text.icon-with-text--horizontal .icon-with-text__item{ width: 33.33%; }

.img_subtext_main .image_subtext_inner{ display: flex ; gap: 10px; }
.img_subtext_main .image_subtext_inner .image_subtext { width: calc(33.33% - 7px); display: flex ; gap: 10px; align-items: flex-start; }
.img_subtext_main .image_subtext .text_container p{ margin: 0; }
.img_subtext_main .image_subtext .text_container .heading{ color: black; font-size: 14px; font-style: normal; font-weight: 700; line-height: 1; letter-spacing: -0.09px; margin-bottom: 3px;}
.img_subtext_main .image_subtext .text_container .sub_heading{ color: #5C520A; font-size: 12px; line-height: 160%; letter-spacing: -0.09px; }
.img_subtext_main .image_subtext .image_container img{ height: 40px; width: 40px; }
.product .image_container{ line-height: 0; }

.template-product-new-soap-bar .product .product-form__submit{ background: #5C520A; color: white; font-size: 20px; font-weight: 700; letter-spacing: -0.12px; text-transform: uppercase; border-radius: 0; min-height: 52px; }
.template-product-new-soap-bar .product .product-form__submit:after{ border-radius:0; }
.template-product-new-soap-bar .product-form .vtl-pl-main-widget{ display: none; }

.cart_image_text{ margin: 0 !important; display: flex ; gap: 10px; }
.cart_image_text .icon-with-text__item{ width: calc(33.33% - 6px); }
.cart_image_text .icon-with-text__item span{ font-size: 14px; color: black; }
.template-product-new-soap-bar .product .product__info-container .product-form__input + div,
.template-product-new-soap-bar .product .product__info-container .product-form{ margin-bottom:0; }

.template-product-new-soap-bar .product__accordion .summary__title .h4 { color: #5C520A; font-size: 18px; font-weight: 600; line-height: 160%; letter-spacing: -0.09px; }
.template-product-new-soap-bar .product__accordion{ margin:0; border-top: unset; border-bottom: 1px solid #89895B; }

.template-product-new-soap-bar .cs-icon-grid .cs-container .cs-heading{ display: flex ; justify-content: center; }
.template-product-new-soap-bar .cs-icon-grid .cs-container .cs-heading h2{ font-size: 70px; }
.template-product-new-soap-bar .cs-icon-grid .cs-grid .cs-image { width: 6.4rem; height: 6.4rem; }

.template-product-new-soap-bar .cs-reviews-slider .cs-container .cs-image img,
.template-product-new-soap-bar .cs-reviews-slider .cs-block{ border-radius: 0; }

.template-product-new-soap-bar .cs-featured-products .cs-container .cs-block{ border-radius: 0; }
.template-product-new-soap-bar .cs-featured-products .cs-container .cs-heading .loox-rating{ display: none; }
.template-product-new-soap-bar .cs-featured-products .cs-block .cs-button{ border-radius: 0; }
.template-product-new-soap-bar .cs-featured-products .cs-view-all a{ max-width: 300px !important; border-radius: 0; }
.template-product-new-soap-bar .cs-featured-products .cs-swiper-buttons .cs-swiper-button-next{ right: 0; }
.template-product-new-soap-bar .cs-featured-products .cs-swiper-buttons .cs-swiper-button-prev{ left: 0; }
.template-product-new-soap-bar .cs-featured-products .cs-block{ padding: 24px; }
.template-product-new-soap-bar .cs-featured-products .cs-block .cs-image img:first-child + img{ border-radius: 0; }
.template-product-new-soap-bar .cs-accordion .cs-grid .cs-text-inner *{ color: #5C520A !important; line-height: 140%; letter-spacing: -0.11px; font-size: 16px; }

.template-product-new-soap-bar .cs-icon-grid .cs-grid .cs-block,
.template-product-new-soap-bar .cs-center-image-slider .cs-container .cs-image img{ border-radius: 0; }

.template-product-new-soap-bar main#MainContent{ background: white; }

.video_slider .video_inner .image-video-block video{ border-radius: 10px; position: absolute; top: 0; left: 0; height: 100%; width: 100%; object-fit: cover; }
.video_slider .video_inner .image-video-block{ position: relative; padding-top: 100%; }
.video_slider .video_inner{ padding: 0 10px; }
.video_slider .slick-next{ position: absolute; top: 50%; right: -30px; transform: translateY(-50%); z-index: 999; font-size: 0; background-image: url(/cdn/shop/files/fi_arrow-right.png?v=1743577944); width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; padding: 0; background-size: contain; border: unset; background-color: transparent; }
.video_slider .slick-prev{ position: absolute; top: 50%; left: -30px; transform: translateY(-50%); z-index: 999; font-size: 0; background-image: url(/cdn/shop/files/fi_arrow-right_1.png?v=1743577944); width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; padding: 0; background-size: contain; border: unset; background-color: transparent; }
.video_slider_main .heading h3{ color: #5C520A; font-size: 22px; letter-spacing: -0.14px; margin-bottom: 10px; margin-top: 0; }
.video_slider .video_inner .videoblock{ position: relative; }
.video_slider .video_inner .videoblock .svgcolor{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: inline-flex ; padding: 10px; border-radius: 20.433px; border: 0.84px solid rgba(255, 255, 255, 0.37); background: #2e513cb5; }
.video_slider .video_inner .is_video_play .svgcolor{ display: none; }
.video_slider .video_inner .videoblock .svgcolor svg{ height: 13px; width: 13px; }

.template-product-new-soap-bar .product .product__column-sticky{ position: relative; margin-bottom: 20px; }

.review_slider_main .review_main{ display: flex ; gap: 20px; border: 1px solid #C67024; padding: 10px; margin: 0 10px; }
.review_slider_main .review_main .review_image{ width: calc(15% - 10px); position: relative; padding-bottom: 20%; }
.review_slider_main .review_main .review_text{ width: calc(85% - 10px); }
.review_slider_main .review_main .review_image img{ width: 100%; position: absolute; top: 0; left: 0; height: 100%; object-fit: cover; }
.review_slider_main .review_text img{ height: 30px; }
.review_slider_main .review_text p:first-child{ color: #000; line-height: 140%; letter-spacing: -0.11px; margin: 0; font-size: 16px; }
.review_slider_main .review_text p:not(:first-child){ color: #000; font-size: 16px; font-weight: 700; line-height: 120%; letter-spacing: 0.2px; margin: 16px 0; }
.review_slider_main .review_slider .slick-prev{ position: absolute; bottom: -40px; left: 42%; z-index: 999; font-size: 0; background-image: url(/cdn/shop/files/fi_arrow-right_1.png?v=1743577944); width: 32px; height: 32px; background-repeat: no-repeat; background-position: center; padding: 0; background-size: contain; border: unset; background-color: transparent; }
.review_slider_main .review_slider .slick-next{ position: absolute; bottom: -40px; right: 42%; z-index: 999; font-size: 0; background-image: url(/cdn/shop/files/fi_arrow-right.png?v=1743577944); width: 32px; height: 32px; background-repeat: no-repeat; background-position: center; padding: 0; background-size: contain; border: unset; background-color: transparent; }
.review_slider_main{ margin: 30px 0; }

.template-product-new-soap-bar #shopify-block-ASEF3bEh3dnNPTGpmN__loox_reviews_loox_dynamic_section_h794r7{ background: #f4f1ea; }

.review_slider_main .slick-slider .slick-track{ display: flex; }
.review_slider_main .riview_block_inner{ height: auto; }
.review_slider_main .review_main{ height: 100%; }

.product .des_text{ color: #5C520A; line-height: 140%; letter-spacing: -0.11px; }

.template-product-new-soap-bar .page-width{ max-width: 1640px; }

.template-product-new-soap-bar .product__info-wrapper .product__tax{ display: none; }

.icon-with-text.left_image_text .icon-with-text__item:first-child .inline-richtext{ max-width: 80px; }
.template-product-new-soap-bar .product-form .product-form__buttons{ max-width: unset; }
.template-product-new-soap-bar .cs-container .cs-heading .cs-title h2 strong{ font-weight: 800; }

.template-product-new-soap-bar .product .thumbnail-slider .slider-button--prev{ z-index: 999; font-size: 0; background-image: url(/cdn/shop/files/fi_arrow-right_1.png?v=1743577944); width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; background-size: contain; }
.template-product-new-soap-bar .product .thumbnail-slider .slider-button svg{ display: none; }
.template-product-new-soap-bar .product .thumbnail-slider .slider-button--next{ z-index: 999; background-image: url(/cdn/shop/files/fi_arrow-right.png?v=1743577944); width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; background-size: contain; }

.template-product-new-soap-bar .thumbnail-list__item.slider__slide{ width: calc(20% - 6px); }

.template-product-new-soap-bar .cs-reviews-slider .cs-block{ padding: 40px; }

.template-product-new-soap-bar .product__accordion .accordion__content *{ color: #5C520A; line-height: 140%; letter-spacing: -0.11px; font-size: 16px; font-family: var(--font-body-family);}
.template-product-new-soap-bar .product__accordion .accordion__content ul{ margin: 0; }
.template-product-new-soap-bar .accordion__content .metafield-rich_text_field strong{ font-size: 15px; font-weight: 700; line-height: 160%; letter-spacing: -0.09px; }
.template-product-new-soap-bar .accordion__content .upsell-wrap .upsell-title{ font-size: 24px; font-weight: 800; letter-spacing: 0px; color: #5C520A; line-height: 1.2; }
.template-product-new-soap-bar .upsell-wrap .upsell-action .button{ background: #5C520A; font-weight: 700; text-transform: uppercase; border-radius: 0; }
.template-product-new-soap-bar .upsell-wrap .upsell-action .button:after{ border-radius: 0; }
.template-product-new-soap-bar .upsell-wrap .upsell-action .button span{ color: white; }
.template-product-new-soap-bar .accordion__content .upsell-pricing .c-price{ font-size: 18px; color: black; font-weight: 600; }
.template-product-new-soap-bar .accordion__content .upsell-pricing .r-price{ font-size: 18px; font-weight: 700; letter-spacing: -1px; color: black; }
.template-product-new-soap-bar #shopify-section-template--24579909583163__image_with_blocks_Xz7wXx{ background: #5C520A; padding: 50px 0; }
@media (max-width: 749px) {
.template-product-new-soap-bar .product__info-wrapper .product__info-container{ text-align: left; }
.template-product-new-soap-bar .product__info-wrapper .product__title h1{ font-size: 40px; }
.template-product-new-soap-bar .product__info-wrapper .product__description{  line-height: 160%; letter-spacing: -0.07px; font-size: 14px; }
.left_image_text li .h4{ text-align: center; font-size: 14px; }
.icon-with-text.left_image_text .icon-with-text__item { flex-direction: column; }
.img_subtext_main .image_subtext .text_container .sub_heading,
.img_subtext_main .image_subtext .text_container .heading{ font-size: 11px; }
.img_subtext_main .image_subtext_inner .image_subtext{ flex-direction: column; row-gap: 5px; align-items: center; }
.left_image_text li img{ height: 40px; width: 40px; }
.cart_image_text .icon-with-text__item span { font-size: 13px; text-align: center; }
.cart_image_text{ flex-wrap: wrap; justify-content: center; row-gap: 0; }
.cart_image_text .icon-with-text__item { width: calc(50% - 5px); }
.template-product-new-soap-bar .product .product-form__submit{ font-size: 16px; }
.video_slider_main .heading h3{ font-size: 18px; }
.video_slider_main{ margin: 0px 30px 20px 30px !important; }
.template-product-new-soap-bar .product__accordion .summary__title .h4{ font-size: 14px; }
.template-product-new-soap-bar .product__accordion .accordion__content{ text-align: left; }

.template-product-new-soap-bar .cs-icon-grid .cs-container .cs-heading h2{ font-size: 48px; }
.template-product-new-soap-bar .cs-icon-grid .cs-grid .cs-image{ width: 4rem; height: 4rem; }
.template-product-new-soap-bar .cs-icon-grid .cs-grid .cs-text p{ font-size: 14px; }

.template-product-new-soap-bar .cs-accordion .cs-container .cs-heading .cs-title h2{ font-size: 40px; }
.template-product-new-soap-bar .cs-accordion .cs-blocks .cs-title{ font-size: 16px; }
.template-product-new-soap-bar .cs-accordion .cs-blocks .cs-title svg{ width: 14px; height: 14px; }

.template-product-new-soap-bar .cs-center-image-slider .swiper-backface-hidden .swiper-slide-active img{ height:56vh !important; }

.template-product-new-soap-bar .cs-container .cs-swiper-buttons svg{ height: 30px; width: 30px; }
.template-product-new-soap-bar .cs-featured-products .cs-container .cs-swiper-button-next{ position: absolute; top: 50%; transform: translateY(-50%); }
.template-product-new-soap-bar .cs-featured-products .cs-container .cs-swiper-button-prev{ position: absolute; top: 50%; transform: translateY(-50%); }

.mobile_review .review_slider_main .review_main{ flex-direction: column; }
.mobile_review .review_slider_main .review_main .review_image{ width: 100%; padding-bottom: 100%; }
.mobile_review .review_slider_main .review_main .review_text{ width: 100%; }
.mobile_review .review_slider_main .review_main .ratting_star_image{ display: flex ; justify-content: center; }
.mobile_review .review_slider_main .review_slider .slick-prev{ left: 40%; }
.mobile_review .review_slider_main .review_slider .slick-next{ right: 40%; }
.mobile_review .review_slider_main .review_text p:not(:first-child){ font-size: 20px; }
.mobile_review .review_slider_main .review_text p:first-child{ font-size: 16px; }

.template-product-new-soap-bar #MainProduct-template--24579909583163__main{ padding-bottom: 40px; }
 
}


.template-product-new-soap-bar .rapi-bundles .rapi-bundles__bar-container{ background-color: #fff !important; box-shadow: #7B895B 0px 0px 0px 2px inset !important; min-height: 65px; }
.template-product-new-soap-bar .rapi-bundles .rapi-bundles__bar-pricing .rapi-bundles__bar-price{ color: #000; font-size: 22px !important; font-weight: 700 !important; letter-spacing: -0.8px; }
.template-product-new-soap-bar .rapi-bundles .rapi-bundles__bar-pricing .rapi-bundles__bar-full-price{ color: #0E0E0F; font-size: 15px !important; font-weight: 600 !important; letter-spacing: -0.09px; }
/* .template-product-new-soap-bar .main-container .rapi-bundles .rapi-bundles__bar-most-popular--pill{ align-self: start; margin-bottom: 0; top: 0; }
.template-product-new-soap-bar .main-container .rapi-bundles .rapi-bundles__bar-most-popular__content{ border-radius: 8px; margin: 0; } */
/* .template-product-new-soap-bar .main-container .rapi-bundles .rapi-bundles__bar-most-popular__content:after, 
.template-product-new-soap-bar .main-container .rapi-bundles .rapi-bundles__bar-most-popular__content:before{ content: unset; } */
.template-product-new-soap-bar .rappi-flag--content-gap .rapi-bundles__bar-most-popular--pill{ top: -24px !important; }
.template-product-new-soap-bar .main-container .rapi-bundles .rapi-bundles__bar-title{ font-weight: 600 !important; }
.template-product-new-soap-bar .main-container .rapi-bundles__bar :checked+label .rapi-bundles__bar-radio{ background: #C67024; box-shadow: 0 0 0 2px #C67024; }
.template-product-new-soap-bar .rapi-bundles__bar-main .rapi-bundles__bar-radio{ border: unset; height: 16px; width: 16px;  box-shadow: 0 0 0 2px #c67024; background: #F4F1EA;}
.template-product-new-soap-bar .product-form__buttons .product-form__submit:hover{ background: #F4F1EA; transition: all 0.4s; color: #5C520A;  }
.template-product-new-soap-bar .product-form__buttons .product-form__submit:hover::after{ box-shadow: unset; }
@media (max-width: 749px) {
.template-product-new-soap-bar .rapi-bundles .rapi-bundles__bar-pricing .rapi-bundles__bar-price{ font-size: 20px !important; }
.template-product-new-soap-bar .rapi-bundles .rapi-bundles__bar-pricing .rapi-bundles__bar-full-price{ font-size: 10px !important; }
.template-product-new-soap-bar .main-container .sub-container{ text-align: left; }
.template-product-new-soap-bar .cs-block .loox-rating .loox-rating-content{ display: flex ; flex-wrap: wrap; }
.template-product-new-soap-bar .cs-center-image-slider .cs-social-icons,
.template-product-new-soap-bar .cs-container .cs-heading{ margin-bottom: 3rem; }

.template-product-new-soap-bar .left_image_text .inline-richtext{ font-size: 12px; }
.template-product-new-soap-bar .img_subtext_main .text_container{ text-align: center; }

.template-product-new-soap-bar .product__accordion .accordion__content *{ font-size: 14px; }
.template-product-new-soap-bar .cs-featured-products .cs-block .cs-info .cs-button{ font-size: 13px; }
.template-product-new-soap-bar #shopify-section-template--24579909583163__image_with_blocks_Xz7wXx{ padding: 30px 0; }
}

.template-product-new-soap-bar .cart_image_text .icon-with-text__item{ width: calc(50% - 6px); }
.template-product-new-soap-bar .icon-with-text__item .inline-richtext{ font-family: var(--font-body-family); }
.template-product-new-soap-bar .desktop-localization-wrapper .disclosure .disclosure__button,
.template-product-new-soap-bar .header .header__menu-item:not(.header__submenu .header__menu-item){ color: white; }
.template-product-new-soap-bar .header .header__icon svg path{ stroke: #fff; }
 .video_slider .image-video-block > img{z-index: 1;}
 .video_slider .video_play_icon{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #fff; width: 55px; height: 55px; border-radius: 50%; justify-content: center; align-items: center; display: flex; z-index: 9; cursor: pointer;}


.video_popup{background-color: #000c; position: fixed; width: 100%; height: 100%; z-index: 9999; display: none; justify-content: center; align-items: center; top: 0; left: 0; right: 0; bottom: 0;}
.video_popup .popup-content{background: transparent; width: fit-content; position: relative; margin: auto;}
.video_popup.view-popup{display: flex;}
.video_popup .quick-close svg{width: 25px; height: 25px; fill: #fff;}
.video_popup .inner .img_logo img{filter: invert(1);}
.video_popup .inner{position: relative;}
.video_popup .inner .video_content video{width: 100%; height: 100vh;}
.video_popup .inner .video_muted_btn .muted{display: none;}
.video_popup .inner .logo_with_icon{width: 100%; display: flex ; padding: 5px 15px; align-items: center; position: absolute; z-index: 99;}
.video_popup .inner .logo_with_icon .img_logo{display: flex ; gap: 10px; width: 50%; align-items: center;}
.video_popup .inner .logo_with_icon .img_logo .quick-close{display: block; width: 25px; cursor: pointer;}
.video_popup .inner .logo_with_icon .video_muted_btn{width: 50%; display: flex; justify-content: flex-end;}
.video_popup .inner .logo_with_icon .video_muted_btn svg{cursor: pointer;}
 .video_slider .video_play_icon{opacity: 0.8;}

 @media (min-width: 750px) {
.template-product-new-soap-bar .product .product--mobile-show media-gallery { display: flex; flex-wrap: wrap; }
.template-product-new-soap-bar .product--thumbnail_slider slider-component>ul { margin: 0 !important; gap: 21px; }
.template-product-new-soap-bar .product--thumbnail_slider slider-component:last-child {transform: rotate(90deg) translate(-100%,-100%); transform-origin: top left; margin: 0; padding: 0; position: absolute;}
.template-product-new-soap-bar .thumbnail-list .thumbnail-list__item.slider__slide { transform: rotate(270deg);}
.template-product-new-soap-bar .product .slider-mobile-gutter { width: 80%; margin-left: 90px; padding-left: 0; }
.template-product-new-soap-bar .product--thumbnail_slider .slider-mobile-gutter .slider-button.slider-button--prev{left: -40px;}
.template-product-new-soap-bar .product--thumbnail_slider .slider-mobile-gutter .slider-button.slider-button--next{right: -40px;}
.template-product-new-soap-bar .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide { width: calc(20% - 17px); }
 
.template-product-new-soap-bar .product-media-container.constrain-height .media{ padding-top: 100%; }
.template-product-new-soap-bar .product-media-container.constrain-height .media img{ object-fit: contain; }

}
 @media (min-width: 1367px){
.template-product-new-soap-bar .product .slider-mobile-gutter{ margin-left: 120px; }
 }

.product__media-wrapper .desk_slider{ padding-top: 30px; }
.template-product-new-soap-bar .product-media-container.constrain-height .media img{ object-fit: contain; }

.img_text_main .image_text_inner{ display: flex ; gap: 10px; }
.img_text_main .image_text_inner .image_text{ width: 33.33%; display: flex ; align-items: center; gap: 10px;}
.img_text_main .image_text_inner .image_text img{ height: 48px; width: 48px; }
.img_text_main .image_text_inner .text_container .heading{ margin: 0; font-family: var(--font-body-family); color: black; font-size: 12px; font-style: normal; font-weight: 600; line-height: 120%; letter-spacing: -0.09px; text-align: left; word-break: break-word; }
@media (min-width: 749px) and (max-width: 1424px) {
  .img_text_main .image_text_inner .text_container .heading{ font-size: 9px; }
}
@media (max-width: 749px) {
.img_text_main .image_text_inner .image_text{ flex-direction: column; gap: 5px;}
.img_text_main .image_text_inner .text_container .heading{ text-align: center; font-size: 10px; }
.img_text_main .image_text_inner .image_text img { height: 40px; width: 40px; }
.product .product__info-wrapper .img_text_main{ margin: 25px 0; }
}


.template-product-shower-oils .product__info-wrapper .product__title h1{ color: #5C520A; font-size: 48px; font-weight: 800; line-height: 110%; letter-spacing: -3.24px; }
.template-product-shower-oils .product__info-wrapper .product__description{ color: #5C520A; font-size: 22px; line-height: 140%; letter-spacing: -0.11px; }
.template-product-shower-oils .product .product-form__submit{ background: #5C520A; color: white; font-size: 20px; font-weight: 700; letter-spacing: -0.12px; text-transform: uppercase; border-radius: 0; min-height: 52px; }
.template-product-shower-oils .product .product-form__submit:after{ border-radius:0; }
.template-product-shower-oils .product-form .vtl-pl-main-widget{ display: none; }

.template-product-shower-oils .product .product__info-container .product-form__input + div,
.template-product-shower-oils .product .product__info-container .product-form{ margin-bottom:0; }

.template-product-shower-oils .product__accordion .summary__title .h4 { color: #5C520A; font-size: 18px; font-weight: 600; line-height: 160%; letter-spacing: -0.09px; }
.template-product-shower-oils .product__accordion{ margin:0; border-top: unset; border-bottom: 1px solid #89895B; }

.template-product-shower-oils .cs-icon-grid .cs-container .cs-heading{ display: flex ; justify-content: center; }
.template-product-shower-oils .cs-icon-grid .cs-container .cs-heading h2{ font-size: 70px; }
.template-product-shower-oils .cs-icon-grid .cs-grid .cs-image { width: 6.4rem; height: 6.4rem; }

.template-product-shower-oils .cs-reviews-slider .cs-container .cs-image img,
.template-product-shower-oils .cs-reviews-slider .cs-block{ border-radius: 0; }

.template-product-shower-oils .cs-featured-products .cs-container .cs-block{ border-radius: 0; }
.template-product-shower-oils .cs-featured-products .cs-container .cs-heading .loox-rating{ display: none; }
.template-product-shower-oils .cs-featured-products .cs-block .cs-button{ border-radius: 0; }
.template-product-shower-oils .cs-featured-products .cs-view-all a{ max-width: 300px !important; border-radius: 0; }
.template-product-shower-oils .cs-featured-products .cs-swiper-buttons .cs-swiper-button-next{ right: 0; }
.template-product-shower-oils .cs-featured-products .cs-swiper-buttons .cs-swiper-button-prev{ left: 0; }
.template-product-shower-oils .cs-featured-products .cs-block{ padding: 24px; }
.template-product-shower-oils .cs-featured-products .cs-block .cs-image img:first-child + img{ border-radius: 0; }
.template-product-shower-oils .cs-accordion .cs-grid .cs-text-inner *{ color: #5C520A !important; line-height: 140%; letter-spacing: -0.11px; font-size: 16px; }

.template-product-shower-oils .cs-icon-grid .cs-grid .cs-block,
.template-product-shower-oils .cs-center-image-slider .cs-container .cs-image img{ border-radius: 0; }

.template-product-shower-oils main#MainContent{ background: white; }

.template-product-shower-oils .product .product__column-sticky{ position: relative; margin-bottom: 20px; }

.template-product-shower-oils #shopify-block-AOW9aUTJNME4wOGE4R__loox_reviews_loox_dynamic_section_h794r7{ background: #f4f1ea; }

.template-product-shower-oils .page-width{ max-width: 1640px; }

.template-product-shower-oils .product__info-wrapper .product__tax{ display: none; }

.template-product-shower-oils .product-form .product-form__buttons{ max-width: unset; }
.template-product-shower-oils .cs-container .cs-heading .cs-title h2 strong{ font-weight: 800; }

.template-product-shower-oils .product .thumbnail-slider .slider-button--prev{ z-index: 999; font-size: 0; background-image: url(/cdn/shop/files/fi_arrow-right_1.png?v=1743577944); width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; background-size: contain; }
.template-product-shower-oils .product .thumbnail-slider .slider-button svg{ display: none; }
.template-product-shower-oils .product .thumbnail-slider .slider-button--next{ z-index: 999; background-image: url(/cdn/shop/files/fi_arrow-right.png?v=1743577944); width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; background-size: contain; }

.template-product-shower-oils .thumbnail-list__item.slider__slide{ width: calc(20% - 6px); }

.template-product-shower-oils .cs-reviews-slider .cs-block{ padding: 40px; }

.template-product-shower-oils .product__accordion .accordion__content *{ color: #5C520A; line-height: 140%; letter-spacing: -0.11px; font-size: 16px; font-family: var(--font-body-family);}
.template-product-shower-oils .product__accordion .accordion__content ul{ margin: 0; }
.template-product-shower-oils .accordion__content .metafield-rich_text_field strong{ font-size: 15px; font-weight: 700; line-height: 160%; letter-spacing: -0.09px; }
.template-product-shower-oils .accordion__content .upsell-wrap .upsell-title{ font-size: 24px; font-weight: 700; letter-spacing: 0px; color: #000; line-height: 1.2; }
.template-product-shower-oils .upsell-wrap .upsell-action .button{ background: #5C520A; font-weight: 700; text-transform: uppercase; border-radius: 0; }
.template-product-shower-oils .upsell-wrap .upsell-action .button:after{ border-radius: 0; }
.template-product-shower-oils .upsell-wrap .upsell-action .button span{ color: white; }
.template-product-shower-oils .accordion__content .upsell-pricing .c-price{ font-size: 18px; opacity: .6; color: black; }
.template-product-shower-oils .accordion__content .upsell-pricing .r-price{ font-size: 18px; font-weight: 700; letter-spacing: -1px; color: black; }

.template-product-shower-oils .rapi-bundles .rapi-bundles__bar-container{ background-color: #fff !important; box-shadow: #7B895B 0px 0px 0px 2px inset !important; min-height: 65px;}
.template-product-shower-oils .rapi-bundles .rapi-bundles__bar-pricing .rapi-bundles__bar-price{ color: #000; font-size: 22px !important; font-weight: 700 !important; letter-spacing: -0.8px; }
.template-product-shower-oils .rapi-bundles .rapi-bundles__bar-pricing .rapi-bundles__bar-full-price{ color: #0E0E0F; font-size: 15px !important; font-weight: 600 !important; letter-spacing: -0.09px; }
/* .template-product-shower-oils .main-container .rapi-bundles .rapi-bundles__bar-most-popular--pill{ align-self: start; margin-bottom: 0; top: 0; }
.template-product-shower-oils .main-container .rapi-bundles .rapi-bundles__bar-most-popular__content{ border-radius: 8px; margin: 0; }
.template-product-shower-oils .main-container .rapi-bundles .rapi-bundles__bar-most-popular__content:after, 
.template-product-shower-oils .main-container .rapi-bundles .rapi-bundles__bar-most-popular__content:before{ content: unset; } */
.template-product-shower-oils  .rappi-flag--content-gap .rapi-bundles__bar-most-popular--pill{ top: -24px !important; }
.template-product-shower-oils .main-container .rapi-bundles .rapi-bundles__bar-title{ font-weight: 600 !important; }
.template-product-shower-oils .main-container .rapi-bundles__bar :checked+label .rapi-bundles__bar-radio{ background: #C67024; box-shadow: 0 0 0 2px #C67024; }
.template-product-shower-oils .rapi-bundles__bar-main .rapi-bundles__bar-radio{ border: unset; height: 16px; width: 16px;  box-shadow: 0 0 0 2px #c67024; background: #F4F1EA;}
.template-product-shower-oils .product-form__buttons .product-form__submit:hover{ background: #F4F1EA; transition: all 0.4s; color: #5C520A;  }
.template-product-shower-oils .product-form__buttons .product-form__submit:hover::after{ box-shadow: unset; }

.template-product-shower-oils .cart_image_text .icon-with-text__item{ width: calc(50% - 6px); }
.template-product-shower-oils .icon-with-text__item .inline-richtext{ font-family: var(--font-body-family); }
.template-product-shower-oils .desktop-localization-wrapper .disclosure .disclosure__button,
.template-product-shower-oils .header .header__menu-item:not(.header__submenu .header__menu-item){ color: white; }
.template-product-shower-oils .header .header__icon svg path{ stroke: #fff; }

.template-product-shower-oils .product-media-container.constrain-height .media img{ object-fit: contain; }

.template-product-shower-oils #shopify-section-template--24579937960251__image_with_blocks_Xz7wXx{ background: #5C520A; padding: 50px 0; }
@media (max-width: 749px) {
.template-product-shower-oils .product__info-wrapper .product__info-container{ text-align: left; }
.template-product-shower-oils .product__info-wrapper .product__title h1{ font-size: 40px; }
.template-product-shower-oils .product__info-wrapper .product__description{  line-height: 160%; letter-spacing: -0.07px; font-size: 14px; }

.template-product-shower-oils .product .product-form__submit{ font-size: 16px; }

.template-product-shower-oils .product__accordion .summary__title .h4{ font-size: 14px; }
.template-product-shower-oils .product__accordion .accordion__content{ text-align: left; }

.template-product-shower-oils .cs-icon-grid .cs-container .cs-heading h2{ font-size: 48px; }
.template-product-shower-oils .cs-icon-grid .cs-grid .cs-image{ width: 4rem; height: 4rem; }
.template-product-shower-oils .cs-icon-grid .cs-grid .cs-text p{ font-size: 14px; }

.template-product-shower-oils .cs-accordion .cs-container .cs-heading .cs-title h2{ font-size: 40px; }
.template-product-shower-oils .cs-accordion .cs-blocks .cs-title{ font-size: 16px; }
.template-product-shower-oils .cs-accordion .cs-blocks .cs-title svg{ width: 14px; height: 14px; }

.template-product-shower-oils .cs-center-image-slider .swiper-backface-hidden .swiper-slide-active img{ height:56vh !important; }

.template-product-shower-oils .cs-container .cs-swiper-buttons svg{ height: 30px; width: 30px; }
.template-product-shower-oils .cs-featured-products .cs-container .cs-swiper-button-next{ position: absolute; top: 50%; transform: translateY(-50%); }
.template-product-shower-oils .cs-featured-products .cs-container .cs-swiper-button-prev{ position: absolute; top: 50%; transform: translateY(-50%); }
.template-product-shower-oils #MainProduct-template--24579937960251__main{ padding-bottom: 40px; }

.template-product-shower-oils .rapi-bundles .rapi-bundles__bar-pricing .rapi-bundles__bar-price{ font-size: 20px !important; }
.template-product-shower-oils .rapi-bundles .rapi-bundles__bar-pricing .rapi-bundles__bar-full-price{ font-size: 10px !important; }
.template-product-shower-oils .main-container .sub-container{ text-align: left; }
.template-product-shower-oils .cs-block .loox-rating .loox-rating-content{ display: flex ; flex-wrap: wrap; }
.template-product-shower-oils .cs-center-image-slider .cs-social-icons,
.template-product-shower-oils .cs-container .cs-heading{ margin-bottom: 3rem; }

.template-product-shower-oils .left_image_text .inline-richtext{ font-size: 12px; }
.template-product-shower-oils .img_subtext_main .text_container{ text-align: center; }

.template-product-shower-oils .product__accordion .accordion__content *{ font-size: 14px; }
.template-product-shower-oils .cs-featured-products .cs-block .cs-info .cs-button{ font-size: 13px; }

.template-product-shower-oils #shopify-section-template--24579937960251__image_with_blocks_Xz7wXx{ padding: 30px 0; }
}

 @media (min-width: 750px) {
.template-product-shower-oils .product .product--mobile-show media-gallery { display: flex; flex-wrap: wrap; }
.template-product-shower-oils .product--thumbnail_slider slider-component>ul { margin: 0 !important; gap: 21px; }
.template-product-shower-oils .product--thumbnail_slider slider-component:last-child {transform: rotate(90deg) translate(-100%,-100%); transform-origin: top left; margin: 0; padding: 0; position: absolute;}
.template-product-shower-oils .thumbnail-list .thumbnail-list__item.slider__slide { transform: rotate(270deg);}
.template-product-shower-oils .product .slider-mobile-gutter { width: 80%; margin-left: 90px; padding-left: 0; }
.template-product-shower-oils .product--thumbnail_slider .slider-mobile-gutter .slider-button.slider-button--prev{left: -40px;}
.template-product-shower-oils .product--thumbnail_slider .slider-mobile-gutter .slider-button.slider-button--next{right: -40px;}
.template-product-shower-oils .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide { width: calc(20% - 17px); }
 
.template-product-shower-oils .product-media-container.constrain-height .media{ padding-top: 100%; }
.template-product-shower-oils .product-media-container.constrain-height .media img{ object-fit: contain; }

}
 @media (min-width: 1367px){
.template-product-shower-oils .product .slider-mobile-gutter{ margin-left: 120px; }
 }

.cart_image_text .icon-with-text__item a{ text-decoration: none; }

.template-product-new-soap-bar .upsell-wrap .upsell-action .button:hover{ background: #F4F1EA; transition: all 0.4s; }
.template-product-new-soap-bar .upsell-wrap .upsell-action .button:hover span{ color: #5C520A; }
.template-product-new-soap-bar .upsell-wrap .upsell-action .button:after{ box-shadow: unset; }
.template-product-new-soap-bar .product__accordion .accordion__content .step-desc{ font-size: 14px; }
.cart_image_text a:hover{ color: rgb(0, 0, 0); }

.cart-item__quantity .cart-item__quantity-wrapper .cart-quantity.quantity{display: flex !important;}
.cart-drawer .cart-item .cart-item__totals .cart-item__price-wrapper .price{display: block !important;}

.template-product-shampoo .product__info-wrapper .product__title h1{ color: #5C520A; font-size: 48px; font-weight: 800; line-height: 110%; letter-spacing: -3.24px; }
.template-product-shampoo .product__info-wrapper .product__description{ color: #5C520A; font-size: 22px; line-height: 140%; letter-spacing: -0.11px; }
.template-product-shampoo .product .product-form__submit{ background: #5C520A; color: white; font-size: 20px; font-weight: 700; letter-spacing: -0.12px; text-transform: uppercase; border-radius: 0; min-height: 52px; }
.template-product-shampoo .product .product-form__submit:after{ border-radius:0; }
.template-product-shampoo .product-form .vtl-pl-main-widget{ display: none; }

.template-product-shampoo .product .product__info-container .product-form__input + div,
.template-product-shampoo .product .product__info-container .product-form{ margin-bottom:0; }

.template-product-shampoo .product__accordion .summary__title .h4 { color: #5C520A; font-size: 18px; font-weight: 600; line-height: 160%; letter-spacing: -0.09px; }
.template-product-shampoo .product__accordion{ margin:0; border-top: unset; border-bottom: 1px solid #89895B; }

.template-product-shampoo .cs-icon-grid .cs-container .cs-heading{ display: flex ; justify-content: center; }
.template-product-shampoo .cs-icon-grid .cs-container .cs-heading h2{ font-size: 70px; }
.template-product-shampoo .cs-icon-grid .cs-grid .cs-image { width: 6.4rem; height: 6.4rem; }

.template-product-shampoo .cs-reviews-slider .cs-container .cs-image img,
.template-product-shampoo .cs-reviews-slider .cs-block{ border-radius: 0; }

.template-product-shampoo .cs-featured-products .cs-container .cs-block{ border-radius: 0; }
.template-product-shampoo .cs-featured-products .cs-container .cs-heading .loox-rating{ display: none; }
.template-product-shampoo .cs-featured-products .cs-block .cs-button{ border-radius: 0; }
.template-product-shampoo .cs-featured-products .cs-view-all a{ max-width: 300px !important; border-radius: 0; }
.template-product-shampoo .cs-featured-products .cs-swiper-buttons .cs-swiper-button-next{ right: 0; }
.template-product-shampoo .cs-featured-products .cs-swiper-buttons .cs-swiper-button-prev{ left: 0; }
.template-product-shampoo .cs-featured-products .cs-block{ padding: 24px; }
.template-product-shampoo .cs-featured-products .cs-block .cs-image img:first-child + img{ border-radius: 0; }
.template-product-shampoo .cs-accordion .cs-grid .cs-text-inner *{ color: #5C520A !important; line-height: 140%; letter-spacing: -0.11px; font-size: 16px; }

.template-product-shampoo .cs-icon-grid .cs-grid .cs-block,
.template-product-shampoo .cs-center-image-slider .cs-container .cs-image img{ border-radius: 0; }

.template-product-shampoo main#MainContent{ background: white; }

.template-product-shampoo .product .product__column-sticky{ position: relative; margin-bottom: 20px; }

.template-product-shampoo #shopify-block-AZGtqeVgrL1VkR0pSQ__loox_reviews_loox_dynamic_section_h794r7{ background: #f4f1ea; }

.template-product-shampoo .page-width{ max-width: 1640px; }

.template-product-shampoo .product__info-wrapper .product__tax{ display: none; }

.template-product-shampoo .product-form .product-form__buttons{ max-width: unset; }
.template-product-shampoo .cs-container .cs-heading .cs-title h2 strong{ font-weight: 800; }

.template-product-shampoo .product .thumbnail-slider .slider-button--prev{ z-index: 999; font-size: 0; background-image: url(/cdn/shop/files/fi_arrow-right_1.png?v=1743577944); width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; background-size: contain; }
.template-product-shampoo .product .thumbnail-slider .slider-button svg{ display: none; }
.template-product-shampoo .product .thumbnail-slider .slider-button--next{ z-index: 999; background-image: url(/cdn/shop/files/fi_arrow-right.png?v=1743577944); width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; background-size: contain; }

.template-product-shampoo .thumbnail-list__item.slider__slide{ width: calc(20% - 6px); }

.template-product-shampoo .cs-reviews-slider .cs-block{ padding: 40px; }

.template-product-shampoo .product__accordion .accordion__content *{ color: #5C520A; line-height: 140%; letter-spacing: -0.11px; font-size: 16px; font-family: var(--font-body-family);}
.template-product-shampoo .product__accordion .accordion__content ul{ margin: 0; }
.template-product-shampoo .accordion__content .metafield-rich_text_field strong{ font-size: 15px; font-weight: 700; line-height: 160%; letter-spacing: -0.09px; }
.template-product-shampoo .accordion__content .upsell-wrap .upsell-title{ font-size: 24px; font-weight: 700; letter-spacing: 0px; color: #000; line-height: 1.2; }
.template-product-shampoo .upsell-wrap .upsell-action .button{ background: #5C520A; font-weight: 700; text-transform: uppercase; border-radius: 0; }
.template-product-shampoo .upsell-wrap .upsell-action .button:after{ border-radius: 0; }
.template-product-shampoo .upsell-wrap .upsell-action .button span{ color: white; }
.template-product-shampoo .accordion__content .upsell-pricing .c-price{ font-size: 18px; opacity: .6; color: black; }
.template-product-shampoo .accordion__content .upsell-pricing .r-price{ font-size: 18px; font-weight: 700; letter-spacing: -1px; color: black; }

.template-product-shampoo .rapi-bundles .rapi-bundles__bar-container{ background-color: #fff !important; box-shadow: #7B895B 0px 0px 0px 2px inset !important; min-height: 65px;}
.template-product-shampoo .rapi-bundles .rapi-bundles__bar-pricing .rapi-bundles__bar-price{ color: #000; font-size: 22px !important; font-weight: 700 !important; letter-spacing: -0.8px; }
.template-product-shampoo .rapi-bundles .rapi-bundles__bar-pricing .rapi-bundles__bar-full-price{ color: #0E0E0F; font-size: 15px !important; font-weight: 600 !important; letter-spacing: -0.09px; }
/* .template-product-shampoo .main-container .rapi-bundles .rapi-bundles__bar-most-popular--pill{ align-self: start; margin-bottom: 0; top: 0; }
.template-product-shampoo .main-container .rapi-bundles .rapi-bundles__bar-most-popular__content{ border-radius: 8px; margin: 0; }
.template-product-shampoo .main-container .rapi-bundles .rapi-bundles__bar-most-popular__content:after, 
.template-product-shampoo .main-container .rapi-bundles .rapi-bundles__bar-most-popular__content:before{ content: unset; } */
.template-product-shampoo  .rappi-flag--content-gap .rapi-bundles__bar-most-popular--pill{ top: -24px !important; }
.template-product-shampoo .main-container .rapi-bundles .rapi-bundles__bar-title{ font-weight: 600 !important; }
.template-product-shampoo .main-container .rapi-bundles__bar :checked+label .rapi-bundles__bar-radio{ background: #C67024; box-shadow: 0 0 0 2px #C67024; }
.template-product-shampoo .rapi-bundles__bar-main .rapi-bundles__bar-radio{ border: unset; height: 16px; width: 16px;  box-shadow: 0 0 0 2px #c67024; background: #F4F1EA;}
.template-product-shampoo .product-form__buttons .product-form__submit:hover{ background: #F4F1EA; transition: all 0.4s; color: #5C520A;  }
.template-product-shampoo .product-form__buttons .product-form__submit:hover::after{ box-shadow: unset; }

.template-product-shampoo .cart_image_text .icon-with-text__item{ width: calc(50% - 6px); }
.template-product-shampoo .icon-with-text__item .inline-richtext{ font-family: var(--font-body-family); }
.template-product-shampoo .desktop-localization-wrapper .disclosure .disclosure__button,
.template-product-shampoo .header .header__menu-item:not(.header__submenu .header__menu-item){ color: white; }
.template-product-shampoo .header .header__icon svg path{ stroke: #fff; }

.template-product-shampoo .product-media-container.constrain-height .media img{ object-fit: contain; }

.template-product-shampoo #shopify-section-template--24616075886907__image_with_blocks_Xz7wXx{ background: #5C520A; padding: 50px 0; }
@media (max-width: 749px) {
.template-product-shampoo .product__info-wrapper .product__info-container{ text-align: left; }
.template-product-shampoo .product__info-wrapper .product__title h1{ font-size: 40px; }
.template-product-shampoo .product__info-wrapper .product__description{  line-height: 160%; letter-spacing: -0.07px; font-size: 14px; }

.template-product-shampoo .product .product-form__submit{ font-size: 16px; }

.template-product-shampoo .product__accordion .summary__title .h4{ font-size: 14px; }
.template-product-shampoo .product__accordion .accordion__content{ text-align: left; }

.template-product-shampoo .cs-icon-grid .cs-container .cs-heading h2{ font-size: 48px; }
.template-product-shampoo .cs-icon-grid .cs-grid .cs-image{ width: 4rem; height: 4rem; }
.template-product-shampoo .cs-icon-grid .cs-grid .cs-text p{ font-size: 14px; }

.template-product-shampoo .cs-accordion .cs-container .cs-heading .cs-title h2{ font-size: 40px; }
.template-product-shampoo .cs-accordion .cs-blocks .cs-title{ font-size: 16px; }
.template-product-shampoo .cs-accordion .cs-blocks .cs-title svg{ width: 14px; height: 14px; }

.template-product-shampoo .cs-center-image-slider .swiper-backface-hidden .swiper-slide-active img{ height:56vh !important; }

.template-product-shampoo .cs-container .cs-swiper-buttons svg{ height: 30px; width: 30px; }
.template-product-shampoo .cs-featured-products .cs-container .cs-swiper-button-next{ position: absolute; top: 50%; transform: translateY(-50%); }
.template-product-shampoo .cs-featured-products .cs-container .cs-swiper-button-prev{ position: absolute; top: 50%; transform: translateY(-50%); }
.template-product-shampoo #MainProduct-template--24616075886907__main{ padding-bottom: 40px; }

.template-product-shampoo .rapi-bundles .rapi-bundles__bar-pricing .rapi-bundles__bar-price{ font-size: 20px !important; }
.template-product-shampoo .rapi-bundles .rapi-bundles__bar-pricing .rapi-bundles__bar-full-price{ font-size: 10px !important; }
.template-product-shampoo .main-container .sub-container{ text-align: left; }
.template-product-shampoo .cs-block .loox-rating .loox-rating-content{ display: flex ; flex-wrap: wrap; }
.template-product-shampoo .cs-center-image-slider .cs-social-icons,
.template-product-shampoo .cs-container .cs-heading{ margin-bottom: 3rem; }

.template-product-shampoo .left_image_text .inline-richtext{ font-size: 12px; }
.template-product-shampoo .img_subtext_main .text_container{ text-align: center; }

.template-product-shampoo .product__accordion .accordion__content *{ font-size: 14px; }
.template-product-shampoo .cs-featured-products .cs-block .cs-info .cs-button{ font-size: 13px; }

.template-product-shampoo #shopify-section-template--24616075886907__image_with_blocks_Xz7wXx{ padding: 30px 0; }
}

 @media (min-width: 750px) {
.template-product-shampoo .product .product--mobile-show media-gallery { display: flex; flex-wrap: wrap; }
.template-product-shampoo .product--thumbnail_slider slider-component>ul { margin: 0 !important; gap: 21px; }
.template-product-shampoo .product--thumbnail_slider slider-component:last-child {transform: rotate(90deg) translate(-100%,-100%); transform-origin: top left; margin: 0; padding: 0; position: absolute;}
.template-product-shampoo .thumbnail-list .thumbnail-list__item.slider__slide { transform: rotate(270deg);}
.template-product-shampoo .product .slider-mobile-gutter { width: 80%; margin-left: 90px; padding-left: 0; }
.template-product-shampoo .product--thumbnail_slider .slider-mobile-gutter .slider-button.slider-button--prev{left: -40px;}
.template-product-shampoo .product--thumbnail_slider .slider-mobile-gutter .slider-button.slider-button--next{right: -40px;}
.template-product-shampoo .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide { width: calc(20% - 17px); }
 
.template-product-shampoo .product-media-container.constrain-height .media{ padding-top: 100%; }
.template-product-shampoo .product-media-container.constrain-height .media img{ object-fit: contain; }

}
 @media (min-width: 1367px){
.template-product-shampoo .product .slider-mobile-gutter{ margin-left: 120px; }
 }

.template-product-bundles .product__info-wrapper .product__title h1{ color: #5C520A; font-size: 48px; font-weight: 800; line-height: 110%; letter-spacing: -3.24px; }
.template-product-bundles .product__info-wrapper .product__description{ color: #5C520A; font-size: 22px; line-height: 140%; letter-spacing: -0.11px; }
.template-product-bundles .product .product-form__submit{ background: #5C520A; color: white; font-size: 20px; font-weight: 700; letter-spacing: -0.12px; text-transform: uppercase; border-radius: 0; min-height: 52px; }
.template-product-bundles .product .product-form__submit:after{ border-radius:0; }
.template-product-bundles .product-form .vtl-pl-main-widget{ display: none; }

.template-product-bundles .product .product__info-container .product-form__input + div,
.template-product-bundles .product .product__info-container .product-form{ margin-bottom:0; }

.template-product-bundles .product__accordion .summary__title .h4 { color: #5C520A; font-size: 18px; font-weight: 600; line-height: 160%; letter-spacing: -0.09px; }
.template-product-bundles .product__accordion{ margin:0; border-top: unset; border-bottom: 1px solid #89895B; }

.template-product-bundles .cs-icon-grid .cs-container .cs-heading{ display: flex ; justify-content: center; }
.template-product-bundles .cs-icon-grid .cs-container .cs-heading h2{ font-size: 70px; }
.template-product-bundles .cs-icon-grid .cs-grid .cs-image { width: 6.4rem; height: 6.4rem; }

.template-product-bundles .cs-reviews-slider .cs-container .cs-image img,
.template-product-bundles .cs-reviews-slider .cs-block{ border-radius: 0; }

.template-product-bundles .cs-featured-products .cs-container .cs-block{ border-radius: 0; }
.template-product-bundles .cs-featured-products .cs-container .cs-heading .loox-rating{ display: none; }
.template-product-bundles .cs-featured-products .cs-block .cs-button{ border-radius: 0; }
.template-product-bundles .cs-featured-products .cs-view-all a{ max-width: 300px !important; border-radius: 0; }
.template-product-bundles .cs-featured-products .cs-swiper-buttons .cs-swiper-button-next{ right: 0; }
.template-product-bundles .cs-featured-products .cs-swiper-buttons .cs-swiper-button-prev{ left: 0; }
.template-product-bundles .cs-featured-products .cs-block{ padding: 24px; }
.template-product-bundles .cs-featured-products .cs-block .cs-image img:first-child + img{ border-radius: 0; }
.template-product-bundles .cs-accordion .cs-grid .cs-text-inner *{ color: #5C520A !important; line-height: 140%; letter-spacing: -0.11px; font-size: 16px; }

.template-product-bundles .cs-icon-grid .cs-grid .cs-block,
.template-product-bundles .cs-center-image-slider .cs-container .cs-image img{ border-radius: 0; }

.template-product-bundles main#MainContent{ background: white; }

.template-product-bundles .product .product__column-sticky{ position: relative; margin-bottom: 20px; }

.template-product-bundles #shopify-block-AOW5SYzhBR0pDN1IyO__loox_reviews_loox_dynamic_section_h794r7{ background: #f4f1ea; }

.template-product-bundles .page-width{ max-width: 1640px; }

.template-product-bundles .product__info-wrapper .product__tax{ display: none; }

.template-product-bundles .product-form .product-form__buttons{ max-width: unset; }
.template-product-bundles .cs-container .cs-heading .cs-title h2 strong{ font-weight: 800; }

.template-product-bundles .product .thumbnail-slider .slider-button--prev{ z-index: 999; font-size: 0; background-image: url(/cdn/shop/files/fi_arrow-right_1.png?v=1743577944); width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; background-size: contain; }
.template-product-bundles .product .thumbnail-slider .slider-button svg{ display: none; }
.template-product-bundles .product .thumbnail-slider .slider-button--next{ z-index: 999; background-image: url(/cdn/shop/files/fi_arrow-right.png?v=1743577944); width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; background-size: contain; }

.template-product-bundles .thumbnail-list__item.slider__slide{ width: calc(20% - 6px); }

.template-product-bundles .cs-reviews-slider .cs-block{ padding: 40px; }

.template-product-bundles .product__accordion .accordion__content *{ color: #5C520A; line-height: 140%; letter-spacing: -0.11px; font-size: 16px; font-family: var(--font-body-family);}
.template-product-bundles .product__accordion .accordion__content ul{ margin: 0; }
.template-product-bundles .accordion__content .metafield-rich_text_field strong{ font-size: 15px; font-weight: 700; line-height: 160%; letter-spacing: -0.09px; }
.template-product-bundles .accordion__content .upsell-wrap .upsell-title{ font-size: 24px; font-weight: 700; letter-spacing: 0px; color: #000; line-height: 1.2; }
.template-product-bundles .upsell-wrap .upsell-action .button{ background: #5C520A; font-weight: 700; text-transform: uppercase; border-radius: 0; }
.template-product-bundles .upsell-wrap .upsell-action .button:after{ border-radius: 0; }
.template-product-bundles .upsell-wrap .upsell-action .button span{ color: white; }
.template-product-bundles .accordion__content .upsell-pricing .c-price{ font-size: 18px; opacity: .6; color: black; }
.template-product-bundles .accordion__content .upsell-pricing .r-price{ font-size: 18px; font-weight: 700; letter-spacing: -1px; color: black; }

.template-product-bundles .rapi-bundles .rapi-bundles__bar-container{ background-color: #fff !important; box-shadow: #7B895B 0px 0px 0px 2px inset !important; min-height: 65px;}
.template-product-bundles .rapi-bundles .rapi-bundles__bar-pricing .rapi-bundles__bar-price{ color: #000; font-size: 22px !important; font-weight: 700 !important; letter-spacing: -0.8px; }
.template-product-bundles .rapi-bundles .rapi-bundles__bar-pricing .rapi-bundles__bar-full-price{ color: #0E0E0F; font-size: 15px !important; font-weight: 600 !important; letter-spacing: -0.09px; }
/* .template-product-bundles .main-container .rapi-bundles .rapi-bundles__bar-most-popular--pill{ align-self: start; margin-bottom: 0; top: 0; }
.template-product-bundles .main-container .rapi-bundles .rapi-bundles__bar-most-popular__content{ border-radius: 8px; margin: 0; }
.template-product-bundles .main-container .rapi-bundles .rapi-bundles__bar-most-popular__content:after, 
.template-product-bundles .main-container .rapi-bundles .rapi-bundles__bar-most-popular__content:before{ content: unset; } */
.template-product-bundles  .rappi-flag--content-gap .rapi-bundles__bar-most-popular--pill{ top: -24px !important; }
.template-product-bundles .main-container .rapi-bundles .rapi-bundles__bar-title{ font-weight: 600 !important; }
.template-product-bundles .main-container .rapi-bundles__bar :checked+label .rapi-bundles__bar-radio{ background: #C67024; box-shadow: 0 0 0 2px #C67024; }
.template-product-bundles .rapi-bundles__bar-main .rapi-bundles__bar-radio{ border: unset; height: 16px; width: 16px;  box-shadow: 0 0 0 2px #c67024; background: #F4F1EA;}
.template-product-bundles .product-form__buttons .product-form__submit:hover{ background: #F4F1EA; transition: all 0.4s; color: #5C520A;  }
.template-product-bundles .product-form__buttons .product-form__submit:hover::after{ box-shadow: unset; }

.template-product-bundles .cart_image_text .icon-with-text__item{ width: calc(50% - 6px); }
.template-product-bundles .icon-with-text__item .inline-richtext{ font-family: var(--font-body-family); }
.template-product-bundles .desktop-localization-wrapper .disclosure .disclosure__button,
.template-product-bundles .header .header__menu-item:not(.header__submenu .header__menu-item){ color: white; }
.template-product-bundles .header .header__icon svg path{ stroke: #fff; }

.template-product-bundles .product-media-container.constrain-height .media img{ object-fit: contain; }

.template-product-bundles #shopify-section-template--24616109801787__image_with_blocks_Xz7wXx{ background: #5C520A; padding: 50px 0; }

.template-product-bundles .product .price__sale .price-item--regular{ color: #0E0E0F; font-size: 15px; font-weight: 600; letter-spacing: -0.09px; }
.template-product-bundles .product .price__sale .price-item--sale{ color: #000; font-size: 22px !important; font-weight: 700 !important; letter-spacing: -0.8px; }
.template-product-bundles .quantity:after{ box-shadow: #7B895B 0px 0px 0px 2px inset !important; }
.template-product-bundles .quantity .quantity__button svg path{ stroke: black; }
.template-product-bundles .quantity .quantity__input{color: black; font-weight: 600;}
.template-product-bundles .product-form__quantity .quantity__label{ color: black; }
.template-product-bundles .price .price__badge-sale{ background-color: #bc6c25; color: var(--bar-most-popular-color); font-family: inter, sans-serif; margin: 0 8px; padding: 6px 8px; font-size: 12px; font-weight: normal; border-radius: 10px; }


body[class*="template-collection"] .marquee_content{background: #f4f1ea; color: #000;}
@media (max-width: 749px) {

.template-product-bundles .product__info-wrapper .product__info-container{ text-align: left; }
.template-product-bundles .product__info-wrapper .product__title h1{ font-size: 40px; }
.template-product-bundles .product__info-wrapper .product__description{  line-height: 160%; letter-spacing: -0.07px; font-size: 14px; }

.template-product-bundles .product .product-form__submit{ font-size: 16px; }

.template-product-bundles .product__accordion .summary__title .h4{ font-size: 14px; }
.template-product-bundles .product__accordion .accordion__content{ text-align: left; }

.template-product-bundles .cs-icon-grid .cs-container .cs-heading h2{ font-size: 48px; }
.template-product-bundles .cs-icon-grid .cs-grid .cs-image{ width: 4rem; height: 4rem; }
.template-product-bundles .cs-icon-grid .cs-grid .cs-text p{ font-size: 14px; }

.template-product-bundles .cs-accordion .cs-container .cs-heading .cs-title h2{ font-size: 40px; }
.template-product-bundles .cs-accordion .cs-blocks .cs-title{ font-size: 16px; }
.template-product-bundles .cs-accordion .cs-blocks .cs-title svg{ width: 14px; height: 14px; }

.template-product-bundles .cs-center-image-slider .swiper-backface-hidden .swiper-slide-active img{ height:56vh !important; }

.template-product-bundles .cs-container .cs-swiper-buttons svg{ height: 30px; width: 30px; }
.template-product-bundles .cs-featured-products .cs-container .cs-swiper-button-next{ position: absolute; top: 50%; transform: translateY(-50%); }
.template-product-bundles .cs-featured-products .cs-container .cs-swiper-button-prev{ position: absolute; top: 50%; transform: translateY(-50%); }
.template-product-bundles #MainProduct-template--24616109801787__main{ padding-bottom: 40px; }

.template-product-bundles .rapi-bundles .rapi-bundles__bar-pricing .rapi-bundles__bar-price{ font-size: 20px !important; }
.template-product-bundles .rapi-bundles .rapi-bundles__bar-pricing .rapi-bundles__bar-full-price{ font-size: 10px !important; }
.template-product-bundles .main-container .sub-container{ text-align: left; }
.template-product-bundles .cs-block .loox-rating .loox-rating-content{ display: flex ; flex-wrap: wrap; }
.template-product-bundles .cs-center-image-slider .cs-social-icons,
.template-product-bundles .cs-container .cs-heading{ margin-bottom: 3rem; }

.template-product-bundles .left_image_text .inline-richtext{ font-size: 12px; }
.template-product-bundles .img_subtext_main .text_container{ text-align: center; }

.template-product-bundles .product__accordion .accordion__content *{ font-size: 14px; }
.template-product-bundles .cs-featured-products .cs-block .cs-info .cs-button{ font-size: 13px; }

.template-product-bundles #shopify-section-template--24616109801787__image_with_blocks_Xz7wXx{ padding: 30px 0; }

.template-product-bundles .product .price__sale .price-item--sale{ font-size: 20px !important; }
.template-product-bundles .product .price__sale .price-item--regular{ font-size: 10px !important; }
}

 @media (min-width: 750px) {
.template-product-bundles .product .product--mobile-show media-gallery { display: flex; flex-wrap: wrap; }
.template-product-bundles .product--thumbnail_slider slider-component>ul { margin: 0 !important; gap: 21px; }
.template-product-bundles .product--thumbnail_slider slider-component:last-child {transform: rotate(90deg) translate(-100%,-100%); transform-origin: top left; margin: 0; padding: 0; position: absolute;}
.template-product-bundles .thumbnail-list .thumbnail-list__item.slider__slide { transform: rotate(270deg);}
.template-product-bundles .product .slider-mobile-gutter { width: 80%; margin-left: 90px; padding-left: 0; }
.template-product-bundles .product--thumbnail_slider .slider-mobile-gutter .slider-button.slider-button--prev{left: -40px;}
.template-product-bundles .product--thumbnail_slider .slider-mobile-gutter .slider-button.slider-button--next{right: -40px;}
.template-product-bundles .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide { width: calc(20% - 17px); }
 
.template-product-bundles .product-media-container.constrain-height .media{ padding-top: 100%; }
.template-product-bundles .product-media-container.constrain-height .media img{ object-fit: contain; }

}
 @media (min-width: 1367px){
.template-product-bundles .product .slider-mobile-gutter{ margin-left: 120px; }
 }
.template-index .loox-rating .loox-rating-content,
.template-collection .loox-rating .loox-rating-content{ color: #ffca00; }
.banner .banner_link{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; display: block;}

.banner .banner_link {
  top: auto !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 12% !important;
  transform: translateX(-50%) !important;

  /* Make it bigger than just the text */
  width: 320px !important;   /* increase width */
  height: 90px !important;   /* increase height */

  display: block;
  border-radius: 12px;       /* square button feel */
  z-index: 99;
  cursor: pointer;

  /* Debug outline */
  /* outline: 2px dashed red !important; */
}

/* Mobile */
@media (max-width: 749px){
  .banner .banner_link {
    bottom: 37% !important;
    transform: translateX(-15%) !important;  /* was -50%, shift right */
    width: 240px !important;
    height: 70px !important;
    border-radius: 9999px;
  }
}

/* Scope: article content */
.article-template .rte {
  /* kill any multi-column layout that’s causing side-by-side quotes */
  column-count: 1 !important;
}

.article-template .rte blockquote {
  /* layout */
  display: block;
  width: 100%;
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;

   /* style */
  font-style: italic;                 /* keep the old italic look */
  background: transparent;            /* no background */
  border-left: 3px solid #b8b2a4;     /* single thin left line (tweak color/width) */
  border-radius: 0;                   /* no rounding */
  box-shadow: none;                   /* no shadow */
}

/* optional author style if you put “— Name” on a new line */
.article-template .rte blockquote em,
.article-template .rte blockquote cite {
  font-style: normal;
  opacity: .75;
}

/* BLOG ARTICLE ONLY */
.template-article .article-hero-blur {
  position: relative;
  isolation: isolate;        /* keeps blur layer behind the image only */
  overflow: hidden;
}

/* Blurred background layer using the same image URL passed from Liquid */
.template-article .article-hero-blur::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero);
  background-size: cover;
  background-position: center;
  filter: blur(22px) brightness(0.9);
  transform: scale(1.15);    /* prevent edge clipping from blur */
  z-index: 0;
}

/* Keep the real image above the blur and fully visible inside the "Small" container */
.template-article .article-hero-blur .media {
  position: relative;
  z-index: 1;
  background: transparent;
}

.template-article .article-hero-blur .media > img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;   /* show the whole image */
  object-position: center center !important;
}

/* Positioning inside drawer & cart page */
.cart-drawer__free-shipping,
.cart-page__free-shipping {
  padding: 0 1.6rem 1.2rem;
}

/* Card container – match app's flat cream pill */
.yen-free-ship-card {
  background: #f4eee4;          /* very soft cream */
  border-radius: 16px;
  padding: 10px 20px 12px;
  text-align: center;
  box-shadow: none;             /* app bar is flat, no shadow */
  display: flex;
  flex-direction: column;
}

/* Headline text – greenish, slightly bold */
.yen-free-ship-card__headline {
  margin: 0 0 8px;
  font-size: 1.6rem;           /* ~14px-ish in Shopify scale */
  line-height: 1.5;
  font-weight: 600;
  color: #3b3f29;               /* muted green like the app */
}

.yen-free-ship-card__headline strong {
  font-weight: 900;
}




/* Default: show our Liquid bar */
.cart-drawer__free-shipping {
  display: block;
}

/* If the Shipping Pro widget exists, hide our bar */
cart-drawer:has([class*="free_shipping_card_wrapper_"]) .cart-drawer__free-shipping {
  display: none;
}

/* keep summary as positioning context */
summary.has-link-overlay {
  position: relative;
}

/* Only the TEXT becomes the clickable navigation zone */
summary.has-link-overlay .menu-parent-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

/* create an invisible clickable box that hugs the text */
summary.has-link-overlay .menu-parent-text::after {
  content: "";
  position: absolute;
  inset: -6px -8px; /* increase/decrease to tune the clickable padding */
}

