/** Shopify CDN: Minification failed

Line 989:28 Unexpected "Even"
Line 990:28 Unexpected "Even"
Line 997:28 Unexpected "Even"

**/

/* VASO 1:1 isolation */
html.bsg-html, html:has(body.bsg-product-page) { font-size: 62.5% !important; }
body.bsg-product-page {
  --font-body-family: Poppins, sans-serif;
  --font-heading-family: Poppins, sans-serif;
  --font-body-scale: 1.0;
  --font-heading-scale: 1.0;
  --font-body-weight: 400;
  --font-body-weight-bold: 700;
  --font-heading-weight: 600;
  --font-body-style: normal;
  --font-heading-style: normal;
  --color-background: 255,255,255;
  --color-foreground: 18,18,18;
  --color-background-contrast: 191,191,191;
  --color-shadow: 18,18,18;
  --color-button: 0,145,198;
  --color-button-text: 255,255,255;
  --color-secondary-button: 255,255,255;
  --color-secondary-button-text: 18,18,18;
  --color-link: 0,145,198;
  --color-badge-foreground: 18,18,18;
  --color-badge-background: 255,255,255;
  --color-badge-border: 18,18,18;
  --gradient-background: #ffffff;
  --page-width: 120rem;
  --page-width-margin: 0rem;
  --product-font-color: 0,145,198;
  --media-radius: 0px;
  --media-border-width: 0px;
  --media-border-opacity: 0;
  --media-shadow-opacity: 0;
  --media-shadow-visible: 0;
  --grid-desktop-horizontal-spacing: 8px;
  --grid-desktop-vertical-spacing: 8px;
  --grid-mobile-horizontal-spacing: 8px;
  --grid-mobile-vertical-spacing: 8px;
  --buttons-radius: 8px;
  --inputs-radius: 8px;
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  font-family: Poppins, sans-serif !important;
  color: #121212;
  overflow-x: clip;
}
body.bsg-product-page #header-group,
body.bsg-product-page > .page-wrapper > footer,
body.bsg-product-page .chat-drawer,
body.bsg-product-page #chat-drawer { display: none !important; }
body.bsg-product-page .page-wrapper { min-height: 100vh; }
body.bsg-product-page #MainContent,
body.bsg-product-page main.content-for-layout { padding: 0 !important; margin: 0 !important; max-width: none !important; width: 100% !important; }

 .bsg-clone-root { width: 100%; font-family: Poppins, sans-serif; }
 .bsg-clone-root *, .bsg-clone-root *::before, .bsg-clone-root *::after { box-sizing: border-box; }
 .bsg-clone-root img { max-width: 100%; height: auto; }
 .bsg-clone-root product-info,
 .bsg-clone-root media-gallery,
 .bsg-clone-root slider-component,
 .bsg-clone-root product-form,
 .bsg-clone-root modal-opener,
 .bsg-clone-root quantity-input,
 .bsg-clone-root deferred-media,
 .bsg-clone-root details-modal,
 .bsg-clone-root header-drawer,
 .bsg-clone-root menu-drawer { display: block; }

 .bsg-clone-root .pickup-availability,
 .bsg-clone-root .product__pickup-availabilities,
 .bsg-clone-root .shopify-payment-button,
 .bsg-clone-root .share-button,
 .bsg-clone-root .product-form__error-message-wrapper,
 .bsg-clone-root .thumbnail-list,
 .bsg-clone-root .slider-buttons,
 .bsg-clone-root .product__media-icon,
 .bsg-clone-root .product__modal-opener .product__media-toggle,
 .bsg-clone-root .quantity { display: none !important; }

 .bsg-clone-root .page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

/* Product layout hard lock */
 .bsg-clone-root .product.grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 12px 0 24px !important;
}
 .bsg-clone-root .product__media-wrapper,
 .bsg-clone-root .product__info-wrapper,
 .bsg-clone-root .grid__item {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
  padding: 0 !important;
}
 .bsg-clone-root .product__media-list { list-style: none; margin: 0; padding: 0; display: block !important; }
 .bsg-clone-root .product__media-item { width: 100% !important; margin: 0 !important; }
 .bsg-clone-root .product-media-container,
 .bsg-clone-root .product__media,
 .bsg-clone-root .media {
  width: 100% !important;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
 .bsg-clone-root .product__media img { width: 100% !important; height: auto !important; margin: 0 auto; object-fit: contain; }
 .bsg-clone-root .cm_badge_svg_block {
  position: absolute; top: 10px; left: 10px; z-index: 2; width: 72px;
}
 .bsg-clone-root .cm_badge_svg_block img { width: 100%; height: auto; }

 .bsg-clone-root .product__title { font-size: 2.4rem; line-height: 1.25; margin: 0 0 1rem; }
 .bsg-clone-root .price-item--sale { color: rgb(0,145,198); font-weight: 700; font-size: 2.2rem; }
 .bsg-clone-root .price--on-sale .price__regular { display: none !important; }
 .bsg-clone-root .price--on-sale .price__sale { display: flex !important; align-items: baseline; gap: 8px; flex-wrap: wrap; }

 .bsg-clone-root .product-form__submit,
 .bsg-clone-root button[name="add"],
.sticky_cart .product-form__submit {
  width: 100%;
  min-height: 52px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 10px;
  background: #ffd161 !important;
  color: #111 !important;
  font-weight: 700;
  font-size: 1.6rem;
  cursor: pointer;
}

@media (min-width: 750px) {
  .bsg-clone-root .page-width { padding-left: 40px; padding-right: 40px; }
  .bsg-clone-root .product.grid {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 40px !important;
    padding: 24px 0 48px !important;
  }
  .bsg-clone-root .product__media-wrapper {
    flex: 0 0 48% !important;
    width: 48% !important;
    max-width: 48% !important;
    position: sticky;
    top: 16px;
  }
  .bsg-clone-root .product__info-wrapper {
    flex: 1 1 52% !important;
    width: 52% !important;
    max-width: 52% !important;
  }
}

/* Sticky ATC */
.sticky_cart {
  position: fixed !important;
  right: 15px; bottom: 15px;
  width: min(600px, calc(100vw - 24px));
  background: #fff;
  padding: 15px;
  z-index: 99999 !important;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: .25s ease;
  border: 1px solid rgba(39,39,39,.12);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(99,99,99,.2);
}
body.sticky__add-to-cart .sticky_cart {
  opacity: 1 !important; visibility: visible !important; pointer-events: auto !important;
}
.product_sticky_wrapper { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.product_content { display: flex; align-items: center; gap: 15px; flex: 1; min-width: 0; }
.product_img { width: 64px; height: 64px; flex-shrink: 0; }
.product_img img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }
.product_title_sticky h4 {
  margin: 0; font-size: 15px; font-weight: 600;
  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;
}
.cart_button_sticky { flex-shrink: 0; min-width: 180px; }
@media (max-width: 749px) {
  .sticky_cart {
    left: 50% !important; right: auto !important; transform: translateX(-50%);
    width: calc(100% - 24px) !important; padding: 0; background: transparent;
    border: 0; box-shadow: none;
  }
  .product_img, .product_title_sticky { display: none !important; }
  .product_sticky_wrapper, .product_content, .cart_button_sticky { display: block !important; width: 100%; }
  .cart_button_sticky .product-form__submit { width: 100% !important; box-shadow: 0 4px 16px rgba(0,0,0,.18); }
  body.bsg-product-page { padding-bottom: 84px; }
}

 .bsg-clone-root .sw-nab-section img,
 .bsg-clone-root .banner-img img { width: 100%; height: auto; display: block; }
 .bsg-clone-root .d-desktop { display: block; }
 .bsg-clone-root .d-mobile { display: none; }
@media (max-width: 768px) {
  .bsg-clone-root .d-desktop { display: none !important; }
  .bsg-clone-root .d-mobile { display: block !important; }
}
 .bsg-clone-root .swiper { overflow: hidden; width: 100%; }
 .bsg-clone-root video { max-width: 100%; height: auto; border-radius: 12px; }
 .bsg-clone-root .accordion summary { cursor: pointer; list-style: none; }
 .bsg-clone-root .accordion summary::-webkit-details-marker { display: none; }
 .bsg-clone-root .visually-hidden { position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }

/* Header clone basics */
 .bsg-clone-root .header-wrapper,
 .bsg-clone-root .section-header { background: #fff; }
 .bsg-clone-root .header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 16px; max-width: 1200px; margin: 0 auto; }
 .bsg-clone-root .header__heading-logo,
 .bsg-clone-root .header__heading-logo-wrapper img { max-height: 42px; width: auto; }
@media (min-width: 750px) {
  .bsg-clone-root .header { padding: 14px 40px; }
}



      @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://olivadeals.com/cdn/fonts/poppins/poppins_n4.0ba78fa5af9b0e1a374041b3ceaadf0a43b41362.woff2") format("woff2"),
       url("https://olivadeals.com/cdn/fonts/poppins/poppins_n4.214741a72ff2596839fc9760ee7a770386cf16ca.woff") format("woff");
}

      @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://olivadeals.com/cdn/fonts/poppins/poppins_n7.56758dcf284489feb014a026f3727f2f20a54626.woff2") format("woff2"),
       url("https://olivadeals.com/cdn/fonts/poppins/poppins_n7.f34f55d9b3d3205d2cd6f64955ff4b36f0cfd8da.woff") format("woff");
}

      @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("https://olivadeals.com/cdn/fonts/poppins/poppins_i4.846ad1e22474f856bd6b81ba4585a60799a9f5d2.woff2") format("woff2"),
       url("https://olivadeals.com/cdn/fonts/poppins/poppins_i4.56b43284e8b52fc64c1fd271f289a39e8477e9ec.woff") format("woff");
}

      @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("https://olivadeals.com/cdn/fonts/poppins/poppins_i7.42fd71da11e9d101e1e6c7932199f925f9eea42d.woff2") format("woff2"),
       url("https://olivadeals.com/cdn/fonts/poppins/poppins_i7.ec8499dbd7616004e21155106d13837fff4cf556.woff") format("woff");
}

      @font-face {
  font-family: Poppins;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("https://olivadeals.com/cdn/fonts/poppins/poppins_n6.aa29d4918bc243723d56b59572e18228ed0786f6.woff2") format("woff2"),
       url("https://olivadeals.com/cdn/fonts/poppins/poppins_n6.5f815d845fe073750885d5b7e619ee00e8111208.woff") format("woff");
}


      
        :root,
        .color-scheme-1 {
          --color-background: 255,255,255;
        
          --gradient-background: #ffffff;
        

        

        --color-foreground: 18,18,18;
        --color-background-contrast: 191,191,191;
        --color-shadow: 18,18,18;
        --color-button: 18,18,18;
        --color-button-text: 255,255,255;
        --color-secondary-button: 255,255,255;
        --color-secondary-button-text: 18,18,18;
        --color-link: 18,18,18;
        --color-badge-foreground: 18,18,18;
        --color-badge-background: 255,255,255;
        --color-badge-border: 18,18,18;
        --payment-terms-background-color: rgb(255 255 255);
      }
      
        
        .color-scheme-2 {
          --color-background: 243,243,243;
        
          --gradient-background: #f3f3f3;
        

        

        --color-foreground: 18,18,18;
        --color-background-contrast: 179,179,179;
        --color-shadow: 18,18,18;
        --color-button: 18,18,18;
        --color-button-text: 243,243,243;
        --color-secondary-button: 243,243,243;
        --color-secondary-button-text: 18,18,18;
        --color-link: 18,18,18;
        --color-badge-foreground: 18,18,18;
        --color-badge-background: 243,243,243;
        --color-badge-border: 18,18,18;
        --payment-terms-background-color: rgb(243 243 243);
      }
      
        
        .color-scheme-3 {
          --color-background: 36,40,51;
        
          --gradient-background: #242833;
        

        

        --color-foreground: 255,255,255;
        --color-background-contrast: 47,52,66;
        --color-shadow: 18,18,18;
        --color-button: 255,255,255;
        --color-button-text: 0,0,0;
        --color-secondary-button: 36,40,51;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --color-badge-foreground: 255,255,255;
        --color-badge-background: 36,40,51;
        --color-badge-border: 255,255,255;
        --payment-terms-background-color: rgb(36 40 51);
      }
      
        
        .color-scheme-4 {
          --color-background: 18,18,18;
        
          --gradient-background: #121212;
        

        

        --color-foreground: 255,255,255;
        --color-background-contrast: 146,146,146;
        --color-shadow: 18,18,18;
        --color-button: 255,255,255;
        --color-button-text: 18,18,18;
        --color-secondary-button: 18,18,18;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --color-badge-foreground: 255,255,255;
        --color-badge-background: 18,18,18;
        --color-badge-border: 255,255,255;
        --payment-terms-background-color: rgb(18 18 18);
      }
      
        
        .color-scheme-5 {
          --color-background: 51,79,180;
        
          --gradient-background: #334fb4;
        

        

        --color-foreground: 255,255,255;
        --color-background-contrast: 23,35,81;
        --color-shadow: 18,18,18;
        --color-button: 255,255,255;
        --color-button-text: 51,79,180;
        --color-secondary-button: 51,79,180;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --color-badge-foreground: 255,255,255;
        --color-badge-background: 51,79,180;
        --color-badge-border: 255,255,255;
        --payment-terms-background-color: rgb(51 79 180);
      }
      
        
        .color-scheme-2077bb91-3da1-4fbb-83d9-1fd00c6e7632 {
          --color-background: 255,255,255;
        
          --gradient-background: #ffffff;
        

        

        --color-foreground: 18,18,18;
        --color-background-contrast: 191,191,191;
        --color-shadow: 36,189,39;
        --color-button: 36,189,39;
        --color-button-text: 255,255,255;
        --color-secondary-button: 255,255,255;
        --color-secondary-button-text: 36,189,39;
        --color-link: 36,189,39;
        --color-badge-foreground: 18,18,18;
        --color-badge-background: 255,255,255;
        --color-badge-border: 18,18,18;
        --payment-terms-background-color: rgb(255 255 255);
      }
      

      body, .color-scheme-1, .color-scheme-2, .color-scheme-3, .color-scheme-4, .color-scheme-5, .color-scheme-2077bb91-3da1-4fbb-83d9-1fd00c6e7632 {
        color: rgba(var(--color-foreground), 0.75);
        background-color: rgb(var(--color-background));
      }

      :root {
        --product-font-color: 0, 145, 198;
        --font-body-family: Poppins, sans-serif;
        --font-body-style: normal;
        --font-body-weight: 400;
        --font-body-weight-bold: 700;

        --font-heading-family: Poppins, sans-serif;
        --font-heading-style: normal;
        --font-heading-weight: 600;

        --font-body-scale: 1.0;
        --font-heading-scale: 1.0;

        --media-padding: px;
        --media-border-opacity: 0.05;
        --media-border-width: 1px;
        --media-radius: 0px;
        --media-shadow-opacity: 0.0;
        --media-shadow-horizontal-offset: 0px;
        --media-shadow-vertical-offset: 4px;
        --media-shadow-blur-radius: 5px;
        --media-shadow-visible: 0;

        --page-width: 120rem;
        --page-width-margin: 0rem;

        --product-card-image-padding: 0.0rem;
        --product-card-corner-radius: 0.0rem;
        --product-card-text-alignment: left;
        --product-card-border-width: 0.0rem;
        --product-card-border-opacity: 0.1;
        --product-card-shadow-opacity: 0.0;
        --product-card-shadow-visible: 0;
        --product-card-shadow-horizontal-offset: 0.0rem;
        --product-card-shadow-vertical-offset: 0.4rem;
        --product-card-shadow-blur-radius: 0.5rem;

        --collection-card-image-padding: 0.0rem;
        --collection-card-corner-radius: 0.0rem;
        --collection-card-text-alignment: left;
        --collection-card-border-width: 0.0rem;
        --collection-card-border-opacity: 0.1;
        --collection-card-shadow-opacity: 0.0;
        --collection-card-shadow-visible: 0;
        --collection-card-shadow-horizontal-offset: 0.0rem;
        --collection-card-shadow-vertical-offset: 0.4rem;
        --collection-card-shadow-blur-radius: 0.5rem;

        --blog-card-image-padding: 0.0rem;
        --blog-card-corner-radius: 0.0rem;
        --blog-card-text-alignment: left;
        --blog-card-border-width: 0.0rem;
        --blog-card-border-opacity: 0.1;
        --blog-card-shadow-opacity: 0.0;
        --blog-card-shadow-visible: 0;
        --blog-card-shadow-horizontal-offset: 0.0rem;
        --blog-card-shadow-vertical-offset: 0.4rem;
        --blog-card-shadow-blur-radius: 0.5rem;

        --badge-corner-radius: 4.0rem;

        --popup-border-width: 1px;
        --popup-border-opacity: 0.1;
        --popup-corner-radius: 0px;
        --popup-shadow-opacity: 0.05;
        --popup-shadow-horizontal-offset: 0px;
        --popup-shadow-vertical-offset: 4px;
        --popup-shadow-blur-radius: 5px;

        --drawer-border-width: 1px;
        --drawer-border-opacity: 0.1;
        --drawer-shadow-opacity: 0.0;
        --drawer-shadow-horizontal-offset: 0px;
        --drawer-shadow-vertical-offset: 4px;
        --drawer-shadow-blur-radius: 5px;

        --spacing-sections-desktop: 0px;
        --spacing-sections-mobile: 0px;

        --grid-desktop-vertical-spacing: 24px;
        --grid-desktop-horizontal-spacing: 24px;
        --grid-mobile-vertical-spacing: 12px;
        --grid-mobile-horizontal-spacing: 12px;

        --text-boxes-border-opacity: 0.1;
        --text-boxes-border-width: 0px;
        --text-boxes-radius: 0px;
        --text-boxes-shadow-opacity: 0.0;
        --text-boxes-shadow-visible: 0;
        --text-boxes-shadow-horizontal-offset: 0px;
        --text-boxes-shadow-vertical-offset: 4px;
        --text-boxes-shadow-blur-radius: 5px;

        --buttons-radius: 40px;
        --buttons-radius-outset: 41px;
        --buttons-border-width: 1px;
        --buttons-border-opacity: 1.0;
        --buttons-shadow-opacity: 0.0;
        --buttons-shadow-visible: 0;
        --buttons-shadow-horizontal-offset: 0px;
        --buttons-shadow-vertical-offset: 4px;
        --buttons-shadow-blur-radius: 5px;
        --buttons-border-offset: 0.3px;

        --inputs-radius: 0px;
        --inputs-border-width: 1px;
        --inputs-border-opacity: 0.55;
        --inputs-shadow-opacity: 0.0;
        --inputs-shadow-horizontal-offset: 0px;
        --inputs-margin-offset: 0px;
        --inputs-shadow-vertical-offset: 4px;
        --inputs-shadow-blur-radius: 5px;
        --inputs-radius-outset: 0px;

        --variant-pills-radius: 40px;
        --variant-pills-border-width: 1px;
        --variant-pills-border-opacity: 0.55;
        --variant-pills-shadow-opacity: 0.0;
        --variant-pills-shadow-horizontal-offset: 0px;
        --variant-pills-shadow-vertical-offset: 4px;
        --variant-pills-shadow-blur-radius: 5px;

        --button-bg: #0091c6;
        --button-text-color: #ffffff;
      }

      *,
      *::before,
      *::after {
        box-sizing: inherit;
      }

      

      body {
        display: grid;
        grid-template-rows: auto auto 1fr auto;
        grid-template-columns: 100%;
        min-height: 100%;
        margin: 0;
        font-size: 1.5rem;
        letter-spacing: 0.06rem;
        line-height: calc(1 + 0.8 / var(--font-body-scale));
        font-family: var(--font-body-family);
        font-style: var(--font-body-style);
        font-weight: var(--font-body-weight);
      }

      @media screen and (min-width: 750px) {
        body {
          font-size: 1.6rem;
        }
      }
      .main-nav-block2 {
          align-items: center;
      }
      @media screen and (max-width:767px){
        .nav-new-discount {
            padding: 3px 4px;
            font-size: 10px;
        }
        .nav-new-h{
          line-height: 1.2 !important;
        }
      }
    
.header {
    padding: 2px 3rem 2px 3rem;
  }

  .section-header {
    position: sticky; /* This is for fixing a Safari z-index issue. PR #2147 */
    margin-bottom: 0px;
  }

  @media screen and (min-width: 750px) {
    .section-header {
      margin-bottom: 0px;
    }
  }

  @media screen and (min-width: 990px) {
    .header {
      padding-top: 4px;
      padding-bottom: 4px;
    }
  }
.section-template--27158585999624__main-padding {
      padding-top: 27px;
      padding-bottom: 9px;
    }

    @media screen and (min-width: 750px) {
      .section-template--27158585999624__main-padding {
        padding-top: 36px;
        padding-bottom: 12px;
      }
    }

                .counter_time {
                    text-align: center;
                    font-size: 14px;
                    padding: 10px 20px;
                    border-radius: 8px;
                    background-color: #4ab748;
                    color: #fff;
                    font-weight: 700;
                    margin-bottom: 14px;
                }
                @media (max-width: 575px) {
                  .counter_time {
                    font-size: 12px;
                    padding: 10px;
                  }
                }
                

/* component-price.css */
.price{font-size:1.6rem;letter-spacing:.1rem;line-height:calc(1 + .5 / var(--font-body-scale));color:rgb(var(--color-foreground))}.price>*{display:inline-block;vertical-align:top}.price.price--unavailable{visibility:hidden}.price--end{text-align:right}.price .price-item{display:inline-block;margin:0 1rem 0 0}.price__regular .price-item--regular{margin-right:0}.price:not(.price--show-badge) .price-item--last:last-of-type{margin:0}@media screen and (min-width:750px){.price{margin-bottom:0}}.price--large{font-size:1.6rem;line-height:calc(1 + .5 / var(--font-body-scale));letter-spacing:.13rem}@media screen and (min-width:750px){.price--large{font-size:1.8rem}}.price--sold-out .price__availability,.price__regular{display:block}.price__sale,.price__availability,.price .price__badge-sale,.price .price__badge-sold-out,.price--on-sale .price__regular,.price--on-sale .price__availability{display:none}.price--sold-out .price__badge-sold-out,.price--on-sale .price__badge-sale,.volume-pricing--sale-badge .price__badge-sale{display:inline-block}.volume-pricing--sale-badge .price__badge-sale{margin-left:.5rem}.price--on-sale .price__sale{display:initial;flex-direction:row;flex-wrap:wrap}.price--center{display:initial;justify-content:center}.price--on-sale .price-item--regular{text-decoration:line-through;color:rgba(var(--color-foreground),.75);font-size:1.3rem}.unit-price{display:block;font-size:1.1rem;letter-spacing:.04rem;line-height:calc(1 + .2 / var(--font-body-scale));margin-top:.2rem;text-transform:uppercase;color:rgba(var(--color-foreground),.7)}
/*# sourceMappingURL=https://olivadeals.com/cdn/shop/t/2/assets/component-price.css.map */


/* component-accordion.css */
.accordion summary{display:flex;position:relative;line-height:1;padding:1.5rem 0}.accordion .summary__title{display:flex;flex:1}.accordion .summary__title+.icon-caret{height:calc(var(--font-heading-scale) * .6rem)}.accordion+.accordion{margin-top:0;border-top:none}.accordion{margin-top:2.5rem;margin-bottom:0;border-top:.1rem solid rgba(var(--color-foreground),.08);border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.accordion__title{display:inline-block;max-width:calc(100% - 6rem);min-height:1.6rem;margin:0;word-break:break-word;font-family:FilsonPro,sans-serif}.accordion .svg-wrapper{align-self:center;fill:rgb(var(--color-foreground));height:calc(var(--font-heading-scale) * 2rem);margin-right:calc(var(--font-heading-scale) * 1rem);width:calc(var(--font-heading-scale) * 2rem)}.accordion details[open]>summary .icon-caret{transform:rotate(180deg)}.accordion__content{margin-bottom:1.5rem;word-break:break-word;overflow-x:auto;padding:0 .6rem}.accordion__content img{max-width:100%}
/*# sourceMappingURL=https://olivadeals.com/cdn/shop/t/2/assets/component-accordion.css.map */


/* component-slider.css */
slider-component{--desktop-margin-left-first-item: max( 5rem, calc((100vw - var(--page-width) + 10rem - var(--grid-desktop-horizontal-spacing)) / 2) );position:relative;display:block}slider-component.slider-component-full-width{--desktop-margin-left-first-item: 1.5rem}@media screen and (max-width:749px){slider-component.page-width{padding:0 1.5rem}}@media screen and (min-width:749px)and (max-width:990px){slider-component.page-width{padding:0 5rem}}.slider__slide{--focus-outline-padding: .5rem;--shadow-padding-top: calc((var(--shadow-vertical-offset) * -1 + var(--shadow-blur-radius)) * var(--shadow-visible));--shadow-padding-bottom: calc((var(--shadow-vertical-offset) + var(--shadow-blur-radius)) * var(--shadow-visible));scroll-snap-align:start;flex-shrink:0;padding-bottom:0}.slider.slider--mobile{position:relative;flex-wrap:inherit;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-padding-left:1.5rem;-webkit-overflow-scrolling:touch;margin-bottom:1rem}@media screen and (max-width:749px){.slider.slider--mobile{position:relative;flex-wrap:inherit;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-padding-left:1.5rem;-webkit-overflow-scrolling:touch;margin-bottom:1rem}.slider--mobile:after{content:"";width:0;padding-left:1.5rem}.slider.slider--mobile .slider__slide{margin-bottom:0;padding-top:max(var(--focus-outline-padding),var(--shadow-padding-top));padding-bottom:max(var(--focus-outline-padding),var(--shadow-padding-bottom))}.slider.slider--mobile.contains-card--standard .slider__slide:not(.collection-list__item--no-media){padding-bottom:var(--focus-outline-padding)}.slider.slider--mobile.contains-content-container .slider__slide{--focus-outline-padding: 0rem}}@media screen and (min-width:750px){.slider.slider--tablet-up{position:relative;flex-wrap:inherit;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-padding-left:1rem;-webkit-overflow-scrolling:touch}.slider.slider--tablet-up .slider__slide{margin-bottom:0}}@media screen and (max-width:989px){.slider.slider--tablet{position:relative;flex-wrap:inherit;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-padding-left:1.5rem;-webkit-overflow-scrolling:touch;margin-bottom:1rem}.slider--tablet:after{content:"";width:0;padding-left:1.5rem;margin-left:calc(-1 * var(--grid-desktop-horizontal-spacing))}.slider.slider--tablet .slider__slide{margin-bottom:0;padding-top:max(var(--focus-outline-padding),var(--shadow-padding-top));padding-bottom:max(var(--focus-outline-padding),var(--shadow-padding-bottom))}.slider.slider--tablet.contains-card--standard .slider__slide:not(.collection-list__item--no-media){padding-bottom:var(--focus-outline-padding)}.slider.slider--tablet.contains-content-container .slider__slide{--focus-outline-padding: 0rem}}.slider--everywhere{position:relative;flex-wrap:inherit;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;margin-bottom:1rem}.slider.slider--everywhere .slider__slide{margin-bottom:0;scroll-snap-align:center}@media screen and (min-width:990px){.slider-component-desktop.page-width{max-width:none}.slider--desktop{position:relative;flex-wrap:inherit;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;margin-bottom:1rem;scroll-padding-left:var(--desktop-margin-left-first-item)}.slider--desktop:after{content:"";width:0;padding-left:5rem;margin-left:calc(-1 * var(--grid-desktop-horizontal-spacing))}.slider.slider--desktop .slider__slide{margin-bottom:0;padding-top:max(var(--focus-outline-padding),var(--shadow-padding-top));padding-bottom:max(var(--focus-outline-padding),var(--shadow-padding-bottom))}.slider--desktop .slider__slide:first-child{margin-left:var(--desktop-margin-left-first-item);scroll-margin-left:var(--desktop-margin-left-first-item)}.slider-component-full-width .slider--desktop{scroll-padding-left:1.5rem}.slider-component-full-width .slider--desktop .slider__slide:first-child{margin-left:1.5rem;scroll-margin-left:1.5rem}.slider-component-full-width .slider--desktop:after{padding-left:1.5rem}.slider--desktop.grid--5-col-desktop .grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 5 - var(--grid-desktop-horizontal-spacing) * 2)}.slider--desktop.grid--4-col-desktop .grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 4 - var(--grid-desktop-horizontal-spacing) * 3)}.slider--desktop.grid--3-col-desktop .grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 3 - var(--grid-desktop-horizontal-spacing) * 4)}.slider--desktop.grid--2-col-desktop .grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 2 - var(--grid-desktop-horizontal-spacing) * 5)}.slider--desktop.grid--1-col-desktop .grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) - var(--grid-desktop-horizontal-spacing) * 9)}.slider.slider--desktop.contains-card--standard .slider__slide:not(.collection-list__item--no-media){padding-bottom:var(--focus-outline-padding)}.slider.slider--desktop.contains-content-container .slider__slide{--focus-outline-padding: 0rem}}@media(prefers-reduced-motion){.slider{scroll-behavior:auto}}.slider{scrollbar-color:rgb(var(--color-foreground)) rgba(var(--color-foreground),.04);-ms-overflow-style:none;scrollbar-width:none}.slider::-webkit-scrollbar{height:.4rem;width:.4rem;display:none}.slider::-webkit-scrollbar-thumb{background-color:rgb(var(--color-foreground));border-radius:.4rem;border:0}.slider::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.04);border-radius:.4rem}.slider-counter{display:flex;justify-content:center;min-width:4.4rem}@media screen and (min-width:750px){.slider-counter--dots{margin:0 1.2rem}}.slider-counter__link{padding:1rem}@media screen and (max-width:749px){.slider-counter__link{padding:.7rem}}.slider-counter__link--dots .dot{width:1rem;height:1rem;border-radius:50%;border:.1rem solid rgba(var(--color-foreground),.5);padding:0;display:block}.slider-counter__link--active.slider-counter__link--dots .dot{background-color:rgb(var(--color-foreground))}@media screen and (forced-colors:active){.slider-counter__link--active.slider-counter__link--dots .dot{background-color:CanvasText}}.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot{border-color:rgb(var(--color-foreground))}.slider-counter__link--dots .dot,.slider-counter__link--numbers{transition:transform .2s ease-in-out}.slider-counter__link--active.slider-counter__link--numbers,.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot,.slider-counter__link--numbers:hover{transform:scale(1.1)}.slider-counter__link--numbers{color:rgba(var(--color-foreground),.5);text-decoration:none}.slider-counter__link--numbers:hover{color:rgb(var(--color-foreground))}.slider-counter__link--active.slider-counter__link--numbers{text-decoration:underline;color:rgb(var(--color-foreground))}.slider-buttons{display:flex;align-items:center;justify-content:center}@media screen and (min-width:990px){.slider:not(.slider--everywhere):not(.slider--desktop)+.slider-buttons{display:none}}@media screen and (max-width:989px){.slider--desktop:not(.slider--tablet)+.slider-buttons{display:none}}@media screen and (min-width:750px){.slider--mobile+.slider-buttons{display:none}}.slider-button{color:rgba(var(--color-foreground),.75);background:transparent;border:none;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.slider-button:not([disabled]):hover{color:rgb(var(--color-foreground))}.slider-button .icon{height:.6rem}.slider-button[disabled] .icon{color:rgba(var(--color-foreground),.3);cursor:not-allowed}.slider-button--next .icon{transform:rotate(-90deg)}.slider-button--prev .icon{transform:rotate(90deg)}.slider-button--next:not([disabled]):hover .icon{transform:rotate(-90deg) scale(1.1)}.slider-button--prev:not([disabled]):hover .icon{transform:rotate(90deg) scale(1.1)}
/*# sourceMappingURL=https://olivadeals.com/cdn/shop/t/2/assets/component-slider.css.map */


/* component-rating.css */
.product--no-media .rating-wrapper{text-align:center}.rating{display:inline-block;margin:0}.product .rating-star{--letter-spacing: .8;--font-size: 1.7}.card-wrapper .rating-star{--letter-spacing: .7;--font-size: 1.4}.rating-star{--color-rating-star: rgb(var(--color-foreground));--percent: calc( ( var(--rating) / var(--rating-max) + var(--rating-decimal) * var(--font-size) / (var(--rating-max) * (var(--letter-spacing) + var(--font-size))) ) * 100% );letter-spacing:calc(var(--letter-spacing) * 1rem);font-size:calc(var(--font-size) * 1rem);line-height:1;display:inline-block;font-family:Times;margin:0}.rating-star:before{content:"\2605\2605\2605\2605\2605";background:linear-gradient(90deg,var(--color-rating-star) var(--percent),rgba(var(--color-foreground),.15) var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.rating-text{display:none}.rating-count{display:inline-block;margin:0}@media(forced-colors:active){.rating{display:none}.rating-text{display:block}}
/*# sourceMappingURL=https://olivadeals.com/cdn/shop/t/2/assets/component-rating.css.map */


/* component-deferred-media.css */
.deferred-media__poster{background-color:transparent;border:none;cursor:pointer;margin:0;padding:0;height:100%;width:100%;overflow:hidden;border-radius:calc(var(--border-radius) - var(--border-width))}.media>.deferred-media__poster{display:flex;align-items:center;justify-content:center}.deferred-media__poster img{width:auto;max-width:100%;height:100%}.deferred-media{overflow:hidden}.deferred-media:not([loaded]) template{z-index:-1}.deferred-media[loaded]>.deferred-media__poster{display:none}.deferred-media__poster:focus-visible{outline:none;box-shadow:0 0 0 var(--media-border-width) rgba(var(--color-foreground),var(--media-border-opacity)),0 0 0 calc(var(--media-border-width) + .3rem) rgb(var(--color-background)),0 0 0 calc(var(--media-border-width) + .5rem) rgba(var(--color-foreground),.5);border-radius:calc(var(--media-radius) - var(--media-border-width))}.deferred-media__poster:focus{outline:none;box-shadow:0 0 0 var(--media-border-width) rgba(var(--color-foreground),var(--media-border-opacity)),0 0 0 calc(var(--media-border-width) + .3rem) rgb(var(--color-background)),0 0 0 calc(var(--media-border-width) + .5rem) rgba(var(--color-foreground),.5);border-radius:calc(var(--media-radius) - var(--media-border-width))}.global-media-settings--full-width .deferred-media__poster,.global-media-settings--full-width .deferred-media__poster:is(:focus,:focus-visible){border-radius:0}@media(forced-colors:active){.deferred-media__poster:focus{outline:transparent solid 1px}}.deferred-media__poster:focus:not(:focus-visible){outline:0;box-shadow:none}.deferred-media__poster-button{background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.1);border-radius:50%;color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;height:6.2rem;width:6.2rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(1);transition:transform var(--duration-short) ease,color var(--duration-short) ease;z-index:1}.deferred-media__poster-button:hover{transform:translate(-50%,-50%) scale(1.1)}.deferred-media__poster-button .icon{width:2rem;height:2rem}.deferred-media__poster-button .icon-play{margin-left:.2rem}
/*# sourceMappingURL=https://olivadeals.com/cdn/shop/t/2/assets/component-deferred-media.css.map */


/* component-list-menu.css */
.list-menu--right{right:0}.list-menu--disclosure{position:absolute;min-width:100%;width:20rem;border:1px solid rgba(var(--color-foreground),.2)}.list-menu--disclosure:focus{outline:none}.list-menu__item--active{text-decoration:underline;text-underline-offset:.3rem}.list-menu__item--active:hover{text-decoration-thickness:.2rem}.list-menu--disclosure.localization-selector{max-height:18rem;overflow:auto;width:10rem;padding:.5rem}
/*# sourceMappingURL=https://olivadeals.com/cdn/shop/t/2/assets/component-list-menu.css.map */


/* component-search.css */
.search__input.field__input{padding-right:9.8rem}.search__button{right:var(--inputs-border-width);top:var(--inputs-border-width)}.reset__button{right:calc(var(--inputs-border-width) + 4.4rem);top:var(--inputs-border-width)}.reset__button:not(:focus-visible):after{border-right:.1rem solid rgba(var(--color-foreground),.08);display:block;height:calc(100% - 1.6rem);content:"";position:absolute;right:0}.reset__button:not(:focus):after{border-right:.1rem solid rgba(var(--color-foreground),.08);display:block;height:calc(100% - 1.8rem);content:"";position:absolute;right:0}.search__button:focus-visible,.reset__button:focus-visible{background-color:rgb(var(--color-background));z-index:4}.search__button:focus,.reset__button:focus{background-color:rgb(var(--color-background));z-index:4}.search__button:not(:focus-visible):not(.focused),.reset__button:not(:focus-visible):not(.focused){box-shadow:inherit;background-color:inherit}.search__button:hover .icon,.reset__button:hover .icon{transform:scale(1.07)}.search__button .icon{height:1.8rem;width:1.8rem}.reset__button .icon.icon-close{height:1.8rem;width:1.8rem;stroke-width:.1rem}input::-webkit-search-decoration{-webkit-appearance:none}.template-search__results{position:relative}
/*# sourceMappingURL=https://olivadeals.com/cdn/shop/t/2/assets/component-search.css.map */


/* component-menu-drawer.css */
.header__icon--menu{position:initial}.js menu-drawer>details>summary:before,.js menu-drawer>details[open]:not(.menu-opening)>summary:before{content:"";position:absolute;cursor:default;width:100%;height:calc(100vh - 100%);height:calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));top:100%;left:0;background:rgba(var(--color-foreground),.5);opacity:0;visibility:hidden;z-index:2;transition:opacity 0s,visibility 0s}menu-drawer>details[open]>summary:before{visibility:visible;opacity:1;transition:opacity var(--duration-default) ease,visibility var(--duration-default) ease}.menu-drawer{position:absolute;transform:translate(-100%);visibility:hidden;z-index:3;left:0;top:100%;width:100%;padding:0;background-color:rgb(var(--color-background));overflow-x:hidden;filter:drop-shadow(var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius) rgba(var(--color-shadow),var(--drawer-shadow-opacity)))}.js .menu-drawer{height:calc(100vh - 100%);height:calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)))}.js details[open]>.menu-drawer,.js details[open]>.menu-drawer__submenu{transition:transform var(--duration-default) ease,visibility var(--duration-default) ease}.js details[open].menu-opening>.menu-drawer,details[open].menu-opening>.menu-drawer__submenu{transform:translate(0);visibility:visible}.js .menu-drawer__navigation .submenu-open{visibility:hidden}@media screen and (min-width:750px){.menu-drawer{width:40rem;border-width:0 var(--drawer-border-width) 0 0;border-style:solid;border-color:rgba(var(--color-foreground),var(--drawer-border-opacity))}}.menu-drawer__inner-container{position:relative;height:100%}.menu-drawer__navigation-container{display:grid;grid-template-rows:1fr auto;align-content:space-between;overflow-y:auto;height:100%}.menu-drawer__navigation{padding:3rem 0}.menu-drawer__inner-submenu{height:100%;overflow-x:hidden;overflow-y:auto}.js .menu-drawer__menu li{margin-bottom:.2rem}.menu-drawer__menu-item{padding:1.1rem 3rem;text-decoration:none;font-size:1.8rem}.menu-drawer summary.menu-drawer__menu-item{padding-right:5.2rem}.menu-drawer__menu-item--active,.menu-drawer__menu-item:focus,.menu-drawer__close-button:focus,.menu-drawer__menu-item:hover,.menu-drawer__close-button:hover{color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.04)}.menu-drawer__menu-item--active:hover{background-color:rgba(var(--color-foreground),.08)}.js .menu-drawer__menu-item .icon-caret{display:none}.menu-drawer__menu-item>.svg-wrapper{width:15px;position:absolute;right:3rem;top:50%;transform:translateY(-50%)}.js .menu-drawer__submenu{position:absolute;top:0;width:100%;bottom:0;left:0;background-color:rgb(var(--color-background));z-index:1;transform:translate(100%);visibility:hidden}.js .menu-drawer__submenu .menu-drawer__submenu{overflow-y:auto}.menu-drawer__close-button{margin-top:1.5rem;padding:1.2rem 2.6rem 1.2rem 3rem;text-decoration:none;display:flex;align-items:center;font-size:1.4rem;width:100%;background-color:transparent;font-family:var(--font-body-family);font-style:var(--font-body-style);text-align:left}.menu-drawer__close-button .svg-wrapper{transform:rotate(180deg);margin-right:1rem;width:15px}.menu-drawer__utility-links{padding:0;background-color:rgba(var(--color-foreground),.03);position:relative}.header--has-social .menu-drawer__utility-links{padding:2rem 3rem}@media screen and (max-width:749px){.header--has-account:where(:not(.header--has-social):not(.header--has-localizations)) .menu-drawer__utility-links{padding:2rem 3rem}}@media screen and (max-width:989px){.header--has-localizations:where(:not(.header--has-social)) .menu-drawer__utility-links{padding:2rem 3rem}}.menu-drawer__account{display:inline-flex;align-items:center;text-decoration:none;padding:1rem 0;font-size:1.4rem;color:rgb(var(--color-foreground));margin-bottom:0}.menu-drawer__utility-links:has(.menu-drawer__localization) .menu-drawer__account{margin:0}.menu-drawer__account account-icon>.svg-wrapper{height:2rem;width:2rem;margin-right:1rem}.menu-drawer__account shop-user-avatar{--shop-avatar-size: 2.4rem;margin-right:.55rem;margin-left:-.45rem}.menu-drawer__account:hover account-icon>.svg-wrapper{transform:scale(1.07)}.menu-drawer .list-social{justify-content:flex-start;margin-left:-1.25rem}.menu-drawer .list-social:empty{display:none}.menu-drawer .list-social__link{padding:1.1rem}@media screen and (max-width:749px){.menu-drawer.country-selector-open{transform:none!important;filter:none!important;transition:none!important}}
/*# sourceMappingURL=https://olivadeals.com/cdn/shop/t/2/assets/component-menu-drawer.css.map */


/* section-main-product.css */
product-info{display:block}.product{margin:0}.product.grid{gap:0}.product--no-media{max-width:57rem;margin:0 auto}.product__media-wrapper{padding-left:0}@media screen and (min-width:750px){.product__column-sticky{display:block;position:sticky;top:3rem;z-index:2}.product--thumbnail .thumbnail-list{padding-right:var(--media-shadow-horizontal-offset)}.product__info-wrapper{padding:0 0 0 5rem}.product__info-wrapper--extra-padding{padding:0 0 0 8rem}.product--right .product__info-wrapper{padding:0 5rem 0 0}.product--right .product__info-wrapper--extra-padding{padding:0 8rem 0 0}.product--right .product__media-list{margin-bottom:2rem}.product__media-container .slider-buttons{display:none}.product--right .product__media-wrapper{order:2}}@media screen and (min-width:990px){.product--large:not(.product--no-media) .product__media-wrapper{max-width:65%;width:calc(65% - var(--grid-desktop-horizontal-spacing) / 2)}.product--large:not(.product--no-media) .product__info-wrapper{padding:0 0 0 4rem;max-width:35%;width:calc(35% - var(--grid-desktop-horizontal-spacing) / 2)}.product--large:not(.product--no-media).product--right .product__info-wrapper{padding:0 4rem 0 0}.product--medium:not(.product--no-media) .product__media-wrapper,.product--small:not(.product--no-media) .product__info-wrapper{max-width:55%;width:calc(55% - var(--grid-desktop-horizontal-spacing) / 2)}.product--medium:not(.product--no-media) .product__info-wrapper,.product--small:not(.product--no-media) .product__media-wrapper{max-width:45%;width:calc(45% - var(--grid-desktop-horizontal-spacing) / 2)}}.shopify-payment-button__button{font-family:inherit;min-height:4.6rem}.shopify-payment-button__button [role=button].focused{outline:.2rem solid rgba(var(--color-foreground),.5)!important;outline-offset:.3rem;box-shadow:0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3)!important}.shopify-payment-button__button [role=button]:focus:not(:focus-visible){outline:0;box-shadow:none!important}.shopify-payment-button__button [role=button]:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5)!important;box-shadow:0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3)!important}.shopify-payment-button__button--unbranded{background-color:rgba(var(--color-button),var(--alpha-button-background));color:rgb(var(--color-button-text));font-size:1.4rem;line-height:calc(1 + .2 / var(--font-body-scale));letter-spacing:.07rem}.shopify-payment-button__button--unbranded::selection{background-color:rgba(var(--color-button-text),.3)}.shopify-payment-button__button--unbranded:hover,.shopify-payment-button__button--unbranded:hover:not([disabled]){background-color:rgba(var(--color-button),var(--alpha-button-background))}.shopify-payment-button__more-options{margin:1.6rem 0 1rem;font-size:1.2rem;line-height:calc(1 + .5 / var(--font-body-scale));letter-spacing:.05rem;text-decoration:underline;text-underline-offset:.3rem}.shopify-payment-button__button+.shopify-payment-button__button--hidden{display:none}.product-form{display:block}.product-form__error-message-wrapper:not([hidden]){display:flex;align-items:flex-start;font-size:1.3rem;line-height:1.4;letter-spacing:.04rem;margin-bottom:1.5rem}.product-form__error-message-wrapper .svg-wrapper{flex-shrink:0;width:1.5rem;height:1.5rem;margin-right:.7rem;margin-top:.25rem}.product-form__input{flex:0 0 100%;padding:0;margin:0 0 1.2rem;max-width:44rem;min-width:fit-content;border:none}.product-form__input .form__label{padding-left:0}.product-form__input .select{max-width:100%}.product-form__input .svg-wrapper{right:1.5rem}.product-form__submit{margin-bottom:1rem}.product-form__submit[aria-disabled=true]+.shopify-payment-button .shopify-payment-button__button[disabled],.product-form__submit[disabled]+.shopify-payment-button .shopify-payment-button__button[disabled]{cursor:not-allowed;opacity:.5}@media screen and (forced-colors:active){.product-form__submit[aria-disabled=true]{color:Window}}.shopify-payment-button__more-options{color:rgb(var(--color-foreground))}.shopify-payment-button__button{font-size:1.5rem;letter-spacing:.1rem}.product__info-container iframe{max-width:100%}.product__info-container .product-form,.product__info-container .product__description,.product__info-container .icon-with-text{margin:2.5rem 0}.product__text{margin-bottom:0}a.product__text{display:block;text-decoration:none;color:rgba(var(--color-foreground),.75)}.product__text.caption-with-letter-spacing{text-transform:uppercase}.product__title{word-break:break-word;margin-bottom:1.5rem}.product__title>*{margin:0}.product__title>a{display:none}.product__title+.product__text.caption-with-letter-spacing{margin-top:-1.5rem}.product__text.caption-with-letter-spacing+.product__title{margin-top:0}.product__accordion .accordion__content{padding:0 1rem}.product .price .badge,.product .price__container{margin-bottom:.5rem}.product .price dl{margin-top:.5rem;margin-bottom:.5rem}.product .price--sold-out .price__badge-sale{display:none}@media screen and (min-width:750px){.product__info-container{max-width:60rem}.product__info-container .price--on-sale .price-item--regular{font-size:1.6rem}.product__info-container>*:first-child{margin-top:0}}.product__description-title{font-weight:600}.product--no-media .product__title,.product--no-media .product__text,.product--no-media .product__tax,.product--no-media .product__sku,.product--no-media shopify-payment-terms{text-align:center}.product--no-media .product__media-wrapper,.product--no-media .product__info-wrapper{padding:0}.product__tax{margin-top:-1.4rem}.product--no-media .share-button{max-width:100%}.product--no-media .product-form__quantity,.product--no-media .share-button,.product--no-media .product__view-details,.product--no-media .product__pickup-availabilities,.product--no-media .product-form{display:flex;align-items:center;justify-content:center;text-align:center}.product--no-media .product-form{flex-direction:column}.product--no-media .product-form>.form{max-width:30rem;width:100%}.product--no-media .product-form__quantity{flex-direction:column;max-width:100%}.product-form__quantity .form__label{margin-bottom:.6rem}.price-per-item__label.form__label{margin-bottom:0rem}.product-form__quantity-top .form__label{margin-bottom:1.2rem}.product-form__buttons{max-width:44rem}.product--no-media .product__info-container>modal-opener{display:block;text-align:center}.product--no-media .product-popup-modal__button{padding-right:0}.product--no-media .price{text-align:center}.product__media-list video{border-radius:calc(var(--media-radius) - var(--media-border-width))}@media screen and (max-width:749px){.product__media-list{margin-left:-2.5rem;margin-bottom:3rem;width:calc(100% + 4rem)}.product__media-wrapper slider-component:not(.thumbnail-slider--no-slide){margin-left:-1.5rem;margin-right:-1.5rem}.slider.product__media-list::-webkit-scrollbar{height:.2rem;width:.2rem}.product__media-list::-webkit-scrollbar-thumb{background-color:rgb(var(--color-foreground))}.product__media-list::-webkit-scrollbar-track{background-color:rgba(var(--color-foreground),.2)}.product__media-list .product__media-item{width:calc(100% - 3rem - var(--grid-mobile-horizontal-spacing))}.product--mobile-columns .product__media-item{width:calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing))}}@media screen and (min-width:750px){.product--thumbnail .product__media-list,.product--thumbnail_slider .product__media-list{padding-bottom:calc(var(--media-shadow-vertical-offset) * var(--media-shadow-visible))}.product__media-list{padding-right:calc(var(--media-shadow-horizontal-offset) * var(--media-shadow-visible))}.product-media-modal__content>.product__media-item--variant.product__media-item--variant{display:none}.product-media-modal__content>.product__media-item--variant:first-child{display:block}}@media screen and (min-width:750px)and (max-width:989px){.product__media-list .product__media-item:first-child{padding-left:0}.product--thumbnail_slider .product__media-list{margin-left:0}.product__media-list .product__media-item{width:100%}}.product__media-icon .icon{width:1.2rem;height:1.4rem}.product__media-icon,.thumbnail__badge{background-color:rgb(var(--color-background));border-radius:50%;border:.1rem solid rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;height:3rem;width:3rem;position:absolute;left:1.2rem;top:1.2rem;z-index:1;transition:color var(--duration-short) ease,opacity var(--duration-short) ease}.product__media-video .product__media-icon{opacity:1}.product__modal-opener--image .product__media-toggle:hover{cursor:zoom-in}.product__modal-opener:hover .product__media-icon{border:.1rem solid rgba(var(--color-foreground),.1)}@media screen and (min-width:750px){.grid__item.product__media-item--full{width:100%}.product--columns .product__media-item:not(.product__media-item--single):not(:only-child){max-width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2)}.product--large.product--columns .product__media-item--full .deferred-media__poster-button{height:5rem;width:5rem}.product--medium.product--columns .product__media-item--full .deferred-media__poster-button{height:4.2rem;width:4.2rem}.product--medium.product--columns .product__media-item--full .deferred-media__poster-button .icon{width:1.8rem;height:1.8rem}.product--small.product--columns .product__media-item--full .deferred-media__poster-button{height:3.6rem;width:3.6rem}.product--small.product--columns .product__media-item--full .deferred-media__poster-button .icon{width:1.6rem;height:1.6rem}}@media screen and (min-width:990px){.product--stacked .product__media-item{max-width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2)}.product:not(.product--columns) .product__media-list .product__media-item:first-child,.product:not(.product--columns) .product__media-list .product__media-item--full{width:100%;max-width:100%}.product__modal-opener .product__media-icon{opacity:0}.product__modal-opener:hover .product__media-icon,.product__modal-opener:focus .product__media-icon{opacity:1}}.product__media-item>*{display:block;position:relative}.product__media-toggle{display:flex;border:none;background-color:transparent;color:currentColor;padding:0}.product__media-toggle:after{content:"";cursor:pointer;display:block;margin:0;padding:0;position:absolute;top:calc(var(--border-width) * -1);right:calc(var(--border-width) * -1);bottom:calc(var(--border-width) * -1);left:calc(var(--border-width) * -1);z-index:2}.product__media-toggle:focus-visible{outline:0;box-shadow:none}@media(forced-colors:active){.product__media-toggle:focus-visible,.product__media-toggle:focus-visible:after{outline:transparent solid 1px;outline-offset:2px}}.product__media-toggle.focused{outline:0;box-shadow:none}.product__media-toggle:focus-visible:after{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.5);border-radius:var(--media-radius)}.product__media-toggle.focused:after{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.5);border-radius:var(--media-radius)}.product-media-modal{background-color:rgb(var(--color-background));height:100%;position:fixed;top:0;left:0;width:100%;visibility:hidden;opacity:0;z-index:-1}.product-media-modal[open]{visibility:visible;opacity:1;z-index:101}.product-media-modal__dialog{display:flex;align-items:center;height:100vh}.product-media-modal__content{max-height:100vh;width:100%;overflow:auto}.product-media-modal__content>*:not(.active),.product__media-list .deferred-media{display:none}@media screen and (min-width:750px){.product-media-modal__content{padding-bottom:2rem}.product-media-modal__content>*:not(.active){display:block}.product__modal-opener:not(.product__modal-opener--image){display:none}.product__media-list .deferred-media{display:block}}@media screen and (max-width:749px){.product--thumbnail .is-active .product__modal-opener:not(.product__modal-opener--image),.product--thumbnail_slider .is-active .product__modal-opener:not(.product__modal-opener--image){display:none}.product--thumbnail .is-active .deferred-media,.product--thumbnail_slider .is-active .deferred-media{display:block;width:100%}}.product-media-modal__content>*{display:block;height:auto;margin:auto}.product-media-modal__content .media{background:none}.product-media-modal__model{width:100%}.product-media-modal__toggle{background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.1);border-radius:50%;color:rgba(var(--color-foreground),.55);display:flex;align-items:center;justify-content:center;cursor:pointer;right:2rem;padding:1.2rem;position:fixed;z-index:2;top:2rem;width:4rem}.product-media-modal__content .deferred-media{width:100%}@media screen and (min-width:750px){.product-media-modal__content{padding:2rem 11rem}.product-media-modal__content>*{width:100%}.product-media-modal__content>*+*{margin-top:2rem}.product-media-modal__toggle{right:5rem;top:2.2rem}}@media screen and (min-width:990px){.product-media-modal__content{padding:2rem 11rem}.product-media-modal__content>*+*{margin-top:1.5rem}.product-media-modal__content{padding-bottom:1.5rem}.product-media-modal__toggle{right:5rem}}.product-media-modal__toggle:hover{color:rgba(var(--color-foreground),.75)}.product-media-modal__toggle .icon{height:auto;margin:0;width:2.2rem}.product-popup-modal{box-sizing:border-box;opacity:0;position:fixed;visibility:hidden;z-index:-1;margin:0 auto;top:0;left:0;overflow:auto;width:100%;background:rgba(var(--color-foreground),.2);height:100%}.product-popup-modal[open]{opacity:1;visibility:visible;z-index:101}.product-popup-modal__content{border-radius:var(--popup-corner-radius);background-color:rgb(var(--color-background));overflow:auto;height:80%;margin:0 auto;left:50%;transform:translate(-50%);margin-top:5rem;width:92%;position:absolute;top:0;padding:0 1.5rem 0 3rem;border-color:rgba(var(--color-foreground),var(--popup-border-opacity));border-style:solid;border-width:var(--popup-border-width);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.product-popup-modal__content.focused{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.product-popup-modal__content:focus-visible{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}@media screen and (min-width:750px){.product-popup-modal__content{padding-right:1.5rem;margin-top:10rem;width:70%;padding:0 3rem}.product-media-modal__dialog .global-media-settings--no-shadow{overflow:visible!important}}.product-popup-modal__content img{max-width:100%}@media screen and (max-width:749px){.product-popup-modal__content table{display:block;max-width:fit-content;overflow-x:auto;white-space:nowrap;margin:0}.product-media-modal__dialog .global-media-settings,.product-media-modal__dialog .global-media-settings video,.product-media-modal__dialog .global-media-settings model-viewer,.product-media-modal__dialog .global-media-settings iframe,.product-media-modal__dialog .global-media-settings img{border:none;border-radius:0}}.product-popup-modal__opener{display:inline-block}.product-popup-modal__button{font-size:1.6rem;padding-right:1.3rem;padding-left:0;min-height:4.4rem;text-underline-offset:.3rem;text-decoration-thickness:.1rem;transition:text-decoration-thickness var(--duration-short) ease}.product-popup-modal__button:hover{text-decoration-thickness:.2rem}.product-popup-modal__content-info{padding-right:4.4rem}.product-popup-modal__content-info>*{height:auto;margin:0 auto;max-width:100%;width:100%}@media screen and (max-width:749px){.product-popup-modal__content-info>*{max-height:100%}}.product-popup-modal__toggle{background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.1);border-radius:50%;color:rgba(var(--color-foreground),.55);display:flex;align-items:center;justify-content:center;cursor:pointer;position:sticky;padding:1.2rem;z-index:2;top:1.5rem;width:4rem;margin:0 0 0 auto}.product-popup-modal__toggle:hover{color:rgba(var(--color-foreground),.75)}.product-popup-modal__toggle .icon{height:auto;margin:0;width:2.2rem}.product__media-list .media>*{overflow:hidden}.thumbnail-list{flex-wrap:wrap;grid-gap:1rem}.slider--mobile.thumbnail-list:after{content:none}@media screen and (min-width:750px){.product--stacked .thumbnail-list{display:none}.thumbnail-list{display:grid;grid-template-columns:repeat(4,1fr)}}.thumbnail-list_item--variant:not(:first-child){display:none}@media screen and (min-width:990px){.thumbnail-list{grid-template-columns:repeat(4,1fr)}.product--medium .thumbnail-list{grid-template-columns:repeat(5,1fr)}.product--large .thumbnail-list{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:749px){.product__media-item{display:flex;align-items:center}.product__modal-opener{width:100%}.thumbnail-slider{display:flex;align-items:center}.thumbnail-slider .thumbnail-list.slider{display:flex;padding:.5rem;flex:1;scroll-padding-left:.5rem}.thumbnail-list__item.slider__slide{width:calc(25% - .6rem)}}@media screen and (min-width:750px){.product--thumbnail_slider .thumbnail-slider{display:flex;align-items:center}.thumbnail-slider .thumbnail-list.slider--tablet-up{display:flex;padding:.5rem;flex:1;scroll-padding-left:.5rem}.product__media-wrapper .slider-mobile-gutter .slider-button{display:none}.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{width:calc(25% - .8rem)}.product__media-item.grid__item.slider__slide{width:100%}.product--thumbnail_slider .slider-mobile-gutter .slider-button{display:flex}}@media screen and (min-width:900px){.product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{width:calc(25% - .8rem)}.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{width:calc(20% - .8rem)}}.thumbnail{position:absolute;top:0;left:0;display:block;height:100%;width:100%;padding:0;color:rgb(var(--color-foreground));cursor:pointer;background-color:transparent}.thumbnail:hover{opacity:.7}.thumbnail.global-media-settings img{border-radius:0}.thumbnail[aria-current]{box-shadow:0 0 0 .1rem rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.image-magnify-full-size{cursor:zoom-out;z-index:1;margin:0;border-radius:calc(var(--media-radius) - var(--media-border-width))}.image-magnify-hover{cursor:zoom-in}.product__modal-opener--image .product__media-zoom-none,.product__media-icon--none{display:none}.product__modal-opener>.loading__spinner{top:50%;left:50%;transform:translate(-50%,-50%);position:absolute;display:flex;align-items:center;height:48px;width:48px}.product__modal-opener .path{stroke:rgb(var(--color-button));opacity:.75}@media(hover:hover){.product__media-zoom-hover,.product__media-icon--hover{display:none}}@media screen and (max-width:749px){.product__media-zoom-hover,.product__media-icon--hover{display:flex}}.js .product__media{overflow:hidden!important}.thumbnail[aria-current]:focus-visible{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.5)}.thumbnail[aria-current]:focus,.thumbnail.focused{outline:0;box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.5)}@media(forced-colors:active){.thumbnail[aria-current]:focus,.thumbnail.focused{outline:transparent solid 1px}}.thumbnail[aria-current]:focus:not(:focus-visible){outline:0;box-shadow:0 0 0 .1rem rgb(var(--color-foreground))}.thumbnail img{object-fit:cover;width:100%;height:100%;pointer-events:none}.thumbnail__badge .icon{width:1rem;height:1rem}.thumbnail__badge .icon-3d-model{width:1.2rem;height:1.2rem}.thumbnail__badge{color:rgb(var(--color-foreground),.6);height:2rem;width:2rem;left:auto;right:calc(.4rem + var(--media-border-width));top:calc(.4rem + var(--media-border-width))}@media screen and (min-width:750px){.product:not(.product--small) .thumbnail__badge{height:3rem;width:3rem}.product:not(.product--small) .thumbnail__badge .icon{width:1.2rem;height:1.2rem}.product:not(.product--small) .thumbnail__badge .icon-3d-model{width:1.4rem;height:1.4rem}}.thumbnail-list__item{position:relative}.thumbnail-list__item:before{content:"";display:block;padding-bottom:100%}.product:not(.featured-product) .product__view-details{display:none}.product__view-details{display:block;text-decoration:none}.product__view-details:hover{text-decoration:underline;text-underline-offset:.3rem}.product__view-details .icon{width:1.2rem;margin-left:1.2rem;flex-shrink:0}.product__inventory{display:flex;align-items:center;gap:.5rem}.product__inventory .svg-wrapper,.product__inventory svg{width:15px;height:15px}.product--no-media .product__inventory{justify-content:center}.product__inventory.visibility-hidden:empty{display:block}.product__inventory.visibility-hidden:empty:after{content:"#"}.product__inventory .icon-inventory-status circle:first-of-type{opacity:.3}.icon-with-text{--icon-size: calc(var(--font-heading-scale) * 3rem);--icon-spacing: calc(var(--font-heading-scale) * 1rem)}.icon-with-text--horizontal{display:flex;justify-content:center;column-gap:3rem;flex-direction:row}.icon-with-text--vertical{--icon-size: calc(var(--font-heading-scale) * 2rem)}.icon-with-text .svg-wrapper{fill:rgb(var(--color-foreground));height:var(--icon-size);width:var(--icon-size)}.icon-with-text--horizontal .svg-wrapper,.icon-with-text--horizontal img{margin-bottom:var(--icon-spacing)}.icon-with-text--vertical .svg-wrapper{min-height:var(--icon-size);min-width:var(--icon-size);margin-right:var(--icon-spacing)}.icon-with-text img{height:var(--icon-size);width:var(--icon-size);object-fit:contain}.icon-with-text--vertical img{margin-right:var(--icon-spacing)}.icon-with-text--horizontal .h4{padding-top:calc(var(--icon-size) + var(--icon-spacing));text-align:center}.icon-with-text--horizontal .svg-wrapper+.h4,.icon-with-text--horizontal img+.h4,.icon-with-text--horizontal.icon-with-text--text-only .h4{padding-top:0}.icon-with-text__item{display:flex;align-items:center}.icon-with-text--horizontal .icon-with-text__item{flex-direction:column;width:33%}.icon-with-text--vertical .icon-with-text__item{margin-bottom:var(--icon-size)}.product__sku.visibility-hidden:after{content:"#"}.product-media-container{--aspect-ratio: var(--preview-ratio);--ratio-percent: calc(1 / var(--aspect-ratio) * 100%);position:relative;width:100%;max-width:calc(100% - calc(var(--media-border-width) * 2))}.product-media-container.constrain-height{--viewport-offset: 400px;--constrained-min-height: 300px;--constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));margin-right:auto;margin-left:auto}.product-media-container.constrain-height.media-fit-contain{--contained-width: calc(var(--constrained-height) * var(--aspect-ratio));width:min(var(--contained-width),100%)}.product-media-container .media{padding-top:var(--ratio-percent)}.product-media-container.constrain-height .media{padding-top:min(var(--constrained-height),var(--ratio-percent))}@media screen and (max-width:749px){.product-media-container.media-fit-cover{display:flex;align-self:stretch}.product-media-container.media-fit-cover .media{position:initial}}@media screen and (min-width:750px){.product-media-container{max-width:100%}.product-media-container:not(.media-type-image){--aspect-ratio: var(--ratio)}.product-media-container.constrain-height{--viewport-offset: 170px;--constrained-min-height: 500px}.product-media-container.media-fit-cover,.product-media-container.media-fit-cover .product__modal-opener,.product-media-container.media-fit-cover .media{height:100%}.product-media-container.media-fit-cover .deferred-media__poster img{object-fit:cover;width:100%}}.product-media-container .product__modal-opener{display:block;position:relative}@media screen and (min-width:750px){.product-media-container .product__modal-opener:not(.product__modal-opener--image){display:none}}.recipient-form{--recipient-checkbox-margin-top: .64rem;display:block;position:relative;max-width:44rem;margin-bottom:2.5rem}.recipient-form-field-label{margin:.6rem 0}.recipient-form-field-label--space-between{display:flex;justify-content:space-between}.recipient-checkbox{flex-grow:1;font-size:1.6rem;display:flex;word-break:break-word;align-items:flex-start;max-width:inherit;position:relative;cursor:pointer}.recipient-form>input[type=checkbox]{position:absolute;width:1.6rem;height:1.6rem;margin:var(--recipient-checkbox-margin-top) 0;top:0;left:0;z-index:-1;appearance:none;-webkit-appearance:none}.recipient-fields__field{margin:0 0 2rem}.recipient-fields .field__label{white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 3.5rem);overflow:hidden}.recipient-checkbox>svg{margin-top:var(--recipient-checkbox-margin-top);margin-right:1.2rem;flex-shrink:0}.recipient-form .icon-checkmark{visibility:hidden;position:absolute;left:.28rem;z-index:5;top:.4rem;width:10px;height:9px}.recipient-form>input[type=checkbox]:checked+label .icon-checkmark{visibility:visible}.js .recipient-fields{display:none}.recipient-fields hr{margin:1.6rem auto}.recipient-form>input[type=checkbox]:checked~.recipient-fields{display:block;animation:animateMenuOpen var(--duration-default) ease}.recipient-form>input[type=checkbox]:not(:checked,:disabled)~.recipient-fields,.recipient-email-label{display:none}.js .recipient-email-label.required{display:inline}.recipient-form ul{line-height:calc(1 + .6 / var(--font-body-scale));padding-left:4.4rem;text-align:left}.recipient-form ul a{display:inline}.recipient-form .error-message:first-letter{text-transform:capitalize}@media screen and (forced-colors:active){.recipient-fields>hr{border-top:.1rem solid rgb(var(--color-background))}.recipient-checkbox>svg{background-color:inherit;border:.1rem solid rgb(var(--color-background))}.recipient-form>input[type=checkbox]:checked+label .icon-checkmark{border:none}}
/*# sourceMappingURL=https://olivadeals.com/cdn/shop/t/2/assets/section-main-product.css.map */


/* sw--home.css */
/** Shopify CDN: Minification failed

Line 294:28 Unexpected "Even"
Line 295:28 Unexpected "Even"
Line 302:28 Unexpected "Even"

**/
/** Shopify CDN: Minification failed

Line 280:26 Unexpected "Even"
Line 367:28 Unexpected "Even"
Line 385:28 Unexpected "Even"

**/
.sw-hero-section {
  position: relative;
  overflow: hidden;
  /* background-color: #35bd27; */
  /* min-height: 700px; */
}

.v-container {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}

.sw-hero-sec-bg {
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: block;
}

.sw-hero-sec-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* min-height: 450px; */
}

.sw-text-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
  max-width: 600px;
  /* min-height: 700px; */
}

.hero-heading {
  line-height: 1.3 !important;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #fff;
  font-family: FilsonPro, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 0.9;
}

.sw-hero-mob {
  display: none !important;
}

.sw-hero-desktop {
  display: block !important;
}

.sw-text-content > span {
  display: none;
}

.sw-text-content .sw-text-desc {
  color: #fff;
  margin: 0 0 15px 0;
}

.sw-text-content .sw-text-desc > :last-child {
  margin: 0;
}

.sw-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.sw-btn-spacer {
  padding: 5px 10px;
}

.btn {
  display: block;
  text-decoration: none;
  border-radius: 9px;
  padding: 10px 32px;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}

.btn-primary {
  background-color: var(--button-bg);
  color: var(--button-text-color);
}

.btn-primary:hover {
  background-color: transparent;
  border-color: var(--button-bg);
  color: var(--button-bg);
}

.btn-secondary {
  background-color: #fff;
  color: #411e4c;
}

.btn-secondary:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.sw-guarantee-block {
  display: none;
  margin: 10px -10px 0 -10px;
  justify-content: center;
  width: 100%;
  color: #000;
}

.sw-coffeesmade-block {
  padding: 10px;
  position: relative;
}

.sw-coffeesmade-block::before {
  content: "";
  display: block;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.sw-coffeesmade-block:last-child::before {
  display: none;
}

.sw-coffeesmade-block span {
  display: block;
}

.sw-hero-wrapper .sw-btn-wrapper {
  justify-content: left;
}

@media (min-width: 768px) {
  .sw-text-content span {
    display: block;
  }
  .sw-guarantee-block {
    display: flex;
  }
  .sw-text-content .sw-text-desc {
    margin: 16px 0 22px 0;
  }
  .sw-btn-spacer {
    padding: 10px;
  }
  /* .sw-hero-section { padding-top: 100px; padding-bottom: 100px; } */

  .hero-heading {
    font-size: 40px;
    margin-top: 0;
  }
  .sw-text-content {
    justify-content: center;
    min-height: 0;
  }
  .sw-hero-inner .v-container {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .sw-hero-sec-bg {
    position: unset;
  }
}

@media (min-width: 992px) {
  .hero-heading {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .hero-heading {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  /* .hero-heading { font-size: 36px; } */
  .sw-hero-mob {
    display: block !important;
  }
  .sw-hero-desktop {
    display: none !important;
  }
}

/* marquee start */

.sw-marquee-section {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.sw-marquee-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  pointer-events: none;
}

.sw-marquee-row .swiper-wrapper {
  transition-timing-function: linear !important;
}

.sw-marquee-cell {
  text-align: center;
  padding: 10px 22px;
  font-size: 28px;
  font-weight: 900;
  flex-shrink: 0;
}

.sw-marquee-row .swiper-slide {
  display: flex;
  flex-direction: column;
  width: auto;
}

.sw-marquee-dashed {
  display: block;
  width: 100%;
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}

.sw-marquee-dashed img {
  width: 100%;
  height: auto;
}

/* marquee end */

/* start product */

.sw-product-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin: 40px 0; flex-direction: column-reverse; }
.sw-product-row:first-child { margin-top: 0; }
.sw-product-left { width: 100%; background-color: #FFEDED; border-radius: 20px; flex-direction: column; justify-content: center; align-items: flex-start; padding: 15px; display: flex; position: relative; }
.sw-product-right { width: 100%; border-radius: 20px; margin-bottom: -80px; overflow: hidden; }
.sw-product-right img { width: 100%; height: auto; object-fit: cover; }
.sw-product-row .btn-wrapper { margin-top: 20px; }
.sw-product-row .sw-text-desc >* { margin-bottom: 16px; }
.sw-product-row .sw-text-desc >*:last-child { margin-bottom: 0; }
.sw-product-left h2 { font-size: 30px; font-weight: 700; margin-bottom: 16px; }
.sw-product-left ul { padding-left: 27px; }
.sw-product-left ul li { list-style: none; position: relative; }
.sw-product-left ul li::before { content: ""; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="22" viewBox="0 0 21 22" fill="none" class="image-114"><path d="M10.1225 0.805176C4.53251 0.805176 0 5.33769 0 10.9276C0 16.5176 4.53251 21.0501 10.1225 21.0501C15.7124 21.0501 20.2449 16.5176 20.2449 10.9276C20.2449 5.33769 15.7124 0.805176 10.1225 0.805176ZM15.3147 7.54294L9.02887 15.6093C8.97916 15.659 8.89782 15.7674 8.7984 15.7674C8.69447 15.7674 8.62668 15.6951 8.56794 15.6364C8.50919 15.5776 5.00248 12.2065 5.00248 12.2065L4.9347 12.1387C4.90758 12.098 4.88499 12.0483 4.88499 11.9941C4.88499 11.9399 4.90758 11.8902 4.9347 11.8495C4.95277 11.8314 4.96633 11.8179 4.98441 11.7953C5.33237 11.4292 6.03732 10.6881 6.08251 10.6429C6.14126 10.5842 6.19097 10.5074 6.29942 10.5074C6.4124 10.5074 6.4847 10.6023 6.53893 10.6565C6.59315 10.7107 8.57246 12.6132 8.57246 12.6132L13.6021 6.1511C13.6472 6.11495 13.7015 6.08783 13.7602 6.08783C13.819 6.08783 13.8732 6.11043 13.9184 6.14658L15.3012 7.23565C15.3373 7.28084 15.3599 7.33506 15.3599 7.39381C15.3644 7.45256 15.3418 7.50227 15.3147 7.54294Z" fill="%230091c6"></path></svg>'); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; position: absolute; top: 0; left: -27px; width: 22px; height: 22px; display: flex; align-items: center; justify-content: center; }
.mw-280 { max-width: 280px; margin: 0 auto; }

@media (min-width: 768px) {
  .sw-product-row { margin: 60px 0; flex-direction: unset; }
  .sw-product-left { padding: 30px; margin-right: -20px; max-width: 370px; border-radius: 40px; }
  .sw-product-row:nth-child(Even) { flex-direction: row-reverse; }
  .sw-product-row:nth-child(Even) .sw-product-left { margin-right: 0; margin-left: -20px; }
  .sw-product-right { max-width: 370px; border-radius: 40px; margin-bottom: 0; }
  .sw-product-left h2 { font-size: 32px; }
}

@media (min-width: 992px) {
  .sw-product-row { margin: 80px 0; }
  .sw-product-row:nth-child(Even) .sw-product-left { margin-right: 0; margin-left: -40px; }
  .sw-product-left { padding: 40px; border-radius: 50px; margin-right: -40px; max-width: 430px; }
  .sw-product-right { max-width: 560px; border-radius: 50px; }
}

@media (min-width: 1200px) {
  .sw-product-left { max-width: 510px; padding: 64px 60px; }
  .sw-product-right { max-width: 648px; }
}

@media (min-width: 1400px) {
  .sw-product-right { max-width: 748px; }
}

/* end product */

/* start faq */

.sw-faq-section {
  padding: 40px 0;
  overflow: hidden;
}

.sw-faq-section .sw-faq-wrapper {
  max-width: 1140px;
  margin: 0 auto;
}

.sw-faq-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -20px;
}

.sw-faq-row > * {
  padding: 20px;
}

.sw-faq-left,
.sw-faq-right {
  width: 100%;
}

.sw-faq-left img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  overflow: hidden;
}

.sw-faq-button {
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  padding: 15px 0;
  width: 100%;
  cursor: pointer;
}

.sw-faq-button h3 {
  margin: 0;
}

.sw-faq-icons {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--button-bg);
  margin-right: 20px;
  position: relative;
}

.sw-faq-icons span {
  width: 10px;
  height: 2px;
  background-color: var(--button-bg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease;
}

.sw-faq-right .sw-text-desc {
  padding-left: 48px;
  display: none;
}

.sw-faq-right .sw-text-desc > *:last-child {
  margin: 0;
}

.sw-faq-right .sw-text-a.active .sw-faq-icons span:nth-child(2) {
  transform: rotate(90deg);
  left: 31.5%;
  top: 46%;
}

.sw-faq-title {
  text-align: center;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .sw-faq-section {
    padding: 60px 0;
  }
  .sw-faq-left {
    max-width: 480px;
  }
  .sw-faq-right {
    width: 50%;
  }
  .sw-faq-title {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .sw-faq-title {
    font-size: 44px;
    margin-bottom: 40px;
  }
  .sw-faq-section {
    padding: 80px 0;
  }
}

/* end faq */

.sw-ic-section {
  padding: 40px 0;
}

.sw-ic-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sw-ic-left,
.sw-ic-right {
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

.sw-ic-left {
  text-align: end;
}

.sw-ic-box {
  display: flex;
  align-items: center;
  max-width: 420px;
  margin-bottom: 20px;
}

.sw-ic-center {
  width: 100%;
  max-width: 460px;
  height: 460px;
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.sw-ic-center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sw-icd-thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.sw-ic-left .sw-icd-thumb {
  margin-left: 15px;
}

.sw-ic-right .sw-icd-thumb {
  margin-right: 15px;
}

.sw-icd-thumb img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .sw-ic-section {
    padding: 60px 0;
  }
}

@media (min-width: 992px) {
  .sw-ic-section {
    padding: 80px 0;
  }
  .sw-ic-row {
    flex-direction: row;
  }
  .sw-ic-center {
    margin: 0 -30px;
  }
  .sw-ic-left .sw-icd-thumb {
    margin-left: 30px;
  }
  .sw-ic-right .sw-icd-thumb {
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  .sw-icd-thumb {
    width: 102px;
    height: 102px;
  }
}

.sw-browse-topic-section {
  overflow: hidden;
  padding-bottom: 40px;
}

.sw-browse-topic-wrapper {
  max-width: 870px;
  margin: 0 auto;
}

.sw-browse-topic-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -20px;
}

.sw-browse-topic-box {
  padding: 20px;
  width: 100%;
}

.sw-browse-topic-box .sw-text-a {
  padding: 20px;
  box-shadow: 0 4px 8px #d6827f;
  border: 1px solid rgb(214 130 127);
  border-radius: 10px;
}

.sw-browse-topic-box .sw-text-desc {
  margin-bottom: 20px;
}

.sw-browse-topic-box .sw-text-desc a {
  color: #000;
  text-decoration: none;
  transition: all 0.25s ease;
}

.sw-browse-topic-box .sw-text-desc a:hover {
  color: #3e358c;
}

.sw-browse-topic-box-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.sw-bt-thumb {
  flex-shrink: 0;
  margin-right: 15px;
  overflow: hidden;
}

.sw-bt-thumb img {
}

@media (min-width: 768px) {
  .sw-browse-topic-section {
    padding-bottom: 60px;
  }
  .sw-browse-topic-box {
    width: 50%;
  }
}

.sw-footer-row-section {
  background-color: var(--button-bg);
  padding: 40px 0 140px 0;
  margin-bottom: -100px;
}

.sw-footer-row .sw-text-a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: var(--button-text-color);
}

.sw-footer-row .sw-text-a h2 {
  color: #fff;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .sw-footer-row .sw-text-a h2 {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .sw-footer-row .sw-text-a h2 {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .sw-footer-row .sw-text-a h2 {
    font-size: 60px;
  }
}

body .sw-collection-slider {
  width: 100%;
  overflow: visible;
  margin-bottom: 30px;
}

body .sw-collection-slider .swiper-slide {
  display: flex;
  flex-direction: column;
}

body .sw-collection-slider .swiper-pagination {
  position: relative;
  top: 0;
  text-align: start;
}

body .sw-collection-slider .swiper-pagination-bullet {
  transition: width 0.25s ease;
  border-radius: 100px;
  opacity: 0.5;
  background: var(--button-bg);
}

body .sw-collection-slider .swiper-pagination-bullet-active {
  width: 30px;
  opacity: 1;
}

.sw-collection-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  border-radius: 4px;
  padding: 15px;
  border: 1px solid #e9e7e7;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fdf9f8;
}

.sw-collection-box h4 {
  margin-bottom: 0;
  margin-right: 10px;
}

.sw-collection-box .sw-text-a {
  display: flex;
  align-items: center;
}

.sw-collection-box .btn-wrapper {
  flex-shrink: 0;
}

.sw-collection-box .btn {
  padding: 5px;
}

.sw-collection-img {
  width: 90px;
  height: 90px;
  margin-right: 10px;
  flex-shrink: 0;
}

.sw-collection-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 319px) {
  .sw-collection-box {
    flex-wrap: wrap;
  }
  .sw-collection-box .btn {
    padding: 10px;
  }
}

/* start header css */

@media screen and (max-width: 991px) {
  .menu-drawer__menu-item {
    min-height: 3.75rem;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.16);
    align-items: center;
    font-size: 1.125rem;
    font-weight: 700;
    display: flex;
  }
}

.sw-collection-gallery {
  margin-top: 20px;
}

.sw-collection-gallery-row {
  display: flex;
  flex-wrap: nowrap;
}

.sw-collection-gallery-row .sw-collection-box {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 180px;
  text-decoration: none;
  margin-right: 15px;
}

.sw-collection-gallery-row .sw-collection-box h4 {
  margin: 15px 0 0 0;
}

.sw-collection-gallery-row .sw-collection-box .sw-collection-img {
  width: 100%;
  height: auto;
  margin-right: 0;
}

@media screen and (max-width: 989px) {
  .menu-drawer__navigation {
    overflow: hidden;
  }
  .sw-collection-gallery-row {
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .sw-collection-gallery-row::-webkit-scrollbar {
    display: none;
  }
}

/* end header css */

/* cart change */

body .drawer__inner {
  width: 60rem;
}

.sw-quantity-popover {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sw-quantity-popover #CartDrawer-Remove-1 {
  margin: 0;
  align-items: center;
  justify-content: center;
}

.sw-quantity-popover .quantity {
  border: 0;
  min-height: auto;
  width: 90px;
}

.sw-quantity-popover .quantity::after,
.sw-quantity-popover .quantity::before {
  display: none;
}

.sw-quantity-popover .quantity__button {
  border: 1px solid var(--button-bg);
  border-radius: 5px;
  width: 30px;
  height: 30px;
}

.sw-quantity-popover .quantity__input {
  max-width: 30px;
  height: 30px;
}

.sw-price-grid {
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 10px;
}

body .cart-drawer .cart-items .cart-item__quantity {
  padding-top: 17px;
  grid-column: 4 / 5;
}

body .cart-item__name.h4 {
  font-size: 12px;
}

.sw-nab-section {
  z-index: 300;
  min-height: 40px;
  background-color: var(--button-bg);
  /*background-color: #272727; */
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
  font: 0 / 0px a !important;
  background-color: #151515;
}

.sw-nab-heading {
  text-decoration: none;
  color: var(--button-text-color);
  text-align: center;
  display: block;
  padding: 5px;
}

body .sw--header {
  grid-template-columns: auto 1fr auto;
}

@media (min-width: 991px) {
  body .sw--header .list-menu {
    display: flex;
    justify-content: center;
  }
}


/* sw--custom.css */
@font-face{font-family:apercu;src:url(https://cdn.shopify.com/s/files/1/0881/4477/3464/files/apercu_regular_pro.otf?v=1738236426);font-weight:400}@font-face{font-family:apercu;src:url(https://cdn.shopify.com/s/files/1/0881/4477/3464/files/apercu_medium_pro.otf?v=1738236426);font-weight:500}@font-face{font-family:apercu;src:url(https://cdn.shopify.com/s/files/1/0881/4477/3464/files/apercu_bold_pro.otf?v=1738236426);font-weight:700}.review_scrolling_sec{pointer-events:none}.menu-drawer__inner-container .sw-collection-gallery-row{padding:10px}.mb_80{margin-bottom:80px}.swiper-button-next,.swiper-button-prev{z-index:1}.template_sw--new-product .main_product .product .product__media-wrapper,.main_product .product .product__info-wrapper{width:50%;max-width:50%;padding:0 16px}.template_sw--new-product .main_product .product{margin:0 -16px 80px}.template_sw--new-product .product__media-item .product-media-container.global-media-settings{border:0!important}.template_sw--new-product .product__title h1{font-family:Poppins,serif;font-size:30px;letter-spacing:0;font-weight:600}.template_sw--new-product .product__info-container .price__sale .price-item--last,.price__container span.price-item.price-item--sale.price-item--last{font-size:18px;letter-spacing:0;color:rgb(var(--product-font-color));font-weight:600;font-family:Poppins,serif}.template_sw--new-product .product__info-container .price__sale .price-item--regular,.card__information .price--on-sale .price-item--regular{font-size:16px;letter-spacing:0;font-family:Poppins,serif;margin-right:5px}.template_sw--new-product .product__text .metafield-rich_text_field ul li{font-size:14px;color:#1717178f;letter-spacing:0;font-weight:400;line-height:1.3;list-style:none;position:relative}.template_sw--new-product .product__text .metafield-rich_text_field{font-size:14px;letter-spacing:0}.template_sw--new-product .product__text .metafield-rich_text_field p{margin-bottom:15px}.template_sw--new-product .product__text .metafield-rich_text_field strong{color:#222}.template_sw--new-product .product__text .metafield-rich_text_field ul{padding-left:30px}.template_sw--new-product .product__text .metafield-rich_text_field ul li:not(:last-child){margin-bottom:10px}.template_sw--new-product .product__info-wrapper .price .badge,.product-card-wrapper .card__content .card__badge .badge{background:rgba(var(--product-font-color),.1);color:#000;font-size:14px;line-height:1;letter-spacing:0;padding:5px 15px;border:1px solid rgb(var(--product-font-color))}.product-card-wrapper .card__content .card__badge .badge{background:#0091c6;color:#fff;border:1px solid #0091C6}.template_sw--new-product .product__info-container .product__tax{display:none}.template_sw--new-product .metafield-rich_text_field ul li:before{content:"";background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute;top:50%;transform:translateY(-50%);left:-30px;height:20px;width:20px}.template_sw--new-product .product__info-container .product-form__quantity{display:flex;align-items:center}.template_sw--new-product .product__info-container .product-form__quantity .quantity__label{margin:0;font-size:16px;letter-spacing:0;color:#000;font-family:Poppins,serif;padding-right:15px}.template_sw--new-product .product__info-container .price,.product__info-container .product__text{margin-bottom:24px}.template_sw--new-product .product .price .badge,.template_sw--new-product .product .price__container{margin-bottom:0}.template_sw--new-product .price-per-item__container .quantity{border:1px solid rgb(var(--product-font-color));border-radius:10px;width:180px}.template_sw--new-product .price-per-item__container .quantity:after,.template_sw--new-product .price-per-item__container .quantity :before{display:none}.template_sw--new-product .price-per-item__container .quantity input:focus-visible{box-shadow:none;outline:none;border:0}.template_sw--new-product .product-form__buttons .product-form__submit:after,.template_sw--new-product .product-form__buttons .product-form__submit:before{display:none}.template_sw--new-product .product-form__buttons .product-form__submit{border:1px solid rgb(var(--product-font-color));border-radius:10px;background:rgb(var(--product-font-color));letter-spacing:0;text-transform:capitalize;transition:all .4s ease;color:#fff;padding:16px 3rem}body .product-form__buttons{max-width:100%}.template_sw--new-product .product-form__buttons .product-form__submit svg{height:20px;width:20px;display:inline-block}.template_sw--new-product .product-form__buttons .product-form__submit svg path{transition:all .4s ease;fill:#fff}.template_sw--new-product .product-form__buttons .product-form__submit span{display:flex;align-items:center;gap:8px}.template_sw--new-product .product-form__buttons .product-form__submit:hover{background:rgba(var(--product-font-color),.1);color:#000}.template_sw--new-product .product-form__buttons .product-form__submit:hover span svg path{fill:#000}.template_sw--new-product .shopify-payment-button #more-payment-options-link{display:none}.template_sw--new-product .product-media-modal__content img{border:0}.template_sw--new-product .product__info-container .product__accordion .accordion__content{padding:0;transition:all .4s ease}.template_sw--new-product .product__info-container .product__accordion .accordion__content p{font-size:14px;letter-spacing:0;margin-bottom:0;color:#5f6368}.template_sw--new-product .product__info-container .product__accordion .accordion__content p:not(:last-child){margin-bottom:8px}.template_sw--new-product .product__info-container .product__accordion .accordion__content p strong{color:#222}.template_sw--new-product .product__info-container .product__accordion{border:1px solid rgba(0,0,0,.12);border-radius:10px;padding:0 15px;margin-bottom:15px;background:#fff;box-shadow:0 1px 2px #0000000f}.template_sw--new-product .product__info-container .product__accordion details summary{transition:all .4s ease}.template_sw--new-product .product__info-container .product__accordion details[open] summary{border-bottom:1px solid rgb(var(--product-font-color));margin-bottom:15px}.template_sw--new-product .product__info-container .product__accordion details summary .icon{height:16px;width:16px;top:50%;right:0;transform:translateY(-50%);transition:all .4s ease}.template_sw--new-product .product__info-container .product__accordion details[open] summary .icon{transform:translateY(-50%) rotate(180deg)}.template_sw--new-product .icon-with-text .icon-with-text__item img{height:60px;width:60px}.template_sw--new-product .icon-with-text .icon-with-text__item .h4{font-size:14px;letter-spacing:0;line-height:1.4}.template_sw--new-product .thumbnail-list__item .thumbnail{border:1px solid #00000029;border-radius:10px}.template_sw--new-product .thumbnail-list__item .thumbnail[aria-current]{border-color:rgb(var(--product-font-color))}.template_sw--new-product .review_image img{display:block;height:100%;width:100%}.template_sw--new-product .product_review_block .review_inner_block{padding:15px;border-radius:10px;margin-top:30px;display:flex;align-items:center;border:1px solid rgba(0,0,0,.12);background:#fff;box-shadow:0 1px 2px #0000000f}.template_sw--new-product .review_star .star_icon{display:flex;gap:3px}.template_sw--new-product .review_star .star_icon svg{height:14px;width:14px;display:block}.template_sw--new-product .review_star .star_icon svg path{fill:rgb(var(--product-font-color))}.template_sw--new-product .review_details .review_star{display:flex;align-items:center;gap:10px;margin-bottom:8px}.template_sw--new-product .review_star .review_text{font-size:14px;letter-spacing:0;display:block;line-height:1;color:#5f6368}.template_sw--new-product .review_inner_block .review_details{width:70%;padding-left:20px}.template_sw--new-product .review_inner_block .review_image{width:30%}.list.list-payment{display:flex;align-content:center;justify-content:center;gap:0px;list-style:none;margin:0;padding:0;flex-wrap:wrap}.list-payment__item{align-items:center;display:flex;padding:.5rem}.template_sw--new-product .review_details .review_content{font-family:Poppins,serif;letter-spacing:0;font-size:16px;line-height:1.4;margin-bottom:8px;color:#5f6368}.template_sw--new-product .review_details .review_name{font-family:Poppins,serif;letter-spacing:0;font-size:16px;color:#5f6368}.free_shiping_content ul{list-style:none;padding:0;margin:0;display:flex;align-items:center;justify-content:center}.free_shiping_content ul li p{margin:0;font-size:13px;color:rgb(var(--product-font-color));letter-spacing:normal;line-height:1.3;font-family:FilsonPro,sans-serif}.free_shiping_content ul li{margin-right:10px;padding-right:10px;position:relative}.free_shiping_content ul li:last-child{margin:0;padding:0}.free_shiping_content ul li:after{content:"|";opacity:.3;position:absolute;color:rgb(var(--product-font-color));right:-3px;top:50%;transform:translatey(-50%)}.free_shiping_content ul li:last-child:after{display:none}.payment_icon_main{margin-bottom:18px}a.scroll_link{padding:3px 10px;border-radius:100px;text-decoration:none;border:2px solid rgba(0,0,0,.12);box-shadow:0 1px 2px #0000000f;background:#fff;color:#000;letter-spacing:normal;font-size:14px;margin:0;font-family:FilsonPro,sans-serif}html{scroll-behavior:smooth}.swiper_arrows{width:35px;height:35px;background:rgb(var(--product-font-color));border-radius:50%;transition:all .3s;box-shadow:0 1px 2px #0000000f}.swiper_arrows:after{display:none}.swiper_arrows svg{width:20px;height:20px;transition:all .3s}.swiper_arrows svg path{fill:#fff;transition:all .3s}.swiper_arrows:hover svg{transform:scale(1.09)}.swiper_arrows:hover svg path{fill:#fff}.swiper-button-prev.swiper_arrows{left:-45px}.swiper-button-next.swiper_arrows{right:-45px}.Scroll_too_inner{display:flex;gap:6px}.comman_heading{font-weight:600!important;letter-spacing:-2px;font-size:32px;text-decoration:underline;text-align:center;font-family:Poppins,sans-serif;color:#121212}.comman_sub_title{letter-spacing:-2px;margin:0;font-weight:600;font-size:32px;font-family:Poppins,sans-serif;text-align:center;color:#121212}.reviews_videos_block video{position:absolute;top:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover}.reviews_videos_block{position:relative;padding-top:148%;cursor:pointer}.video-play-pause{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.reviews_videos_block .video{border-radius:10px}.review_videos_bottoms{position:relative}.play.play-btn svg{color:#fff;width:25px;height:25px;display:block}.play-btn{width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:50%;z-index:0;background:rgb(var(--product-font-color));outline:none;border:none;cursor:pointer;overflow:hidden}.play-btn:after,.play-btn:before{content:"";position:absolute;width:100%;height:100%;transform:translate(-50%,-50%);border-radius:50%;border:solid 1px rgb(var(--product-font-color));animation:ripple 2s linear infinite;opacity:0}.play-btn:after{animation-delay:1s}@keyframes ripple{0%{opacity:0;transform:scale(1)}40%{opacity:1}to{opacity:0;transform:scale(1.8)}}.benefit_title span{display:block;text-align:center;font-family:Poppins,serif;color:#161616;letter-spacing:0;font-size:16px;line-height:1;margin-bottom:16px}.benefit_title .content{font-size:14px;text-align:center;max-width:830px;margin:24px auto;letter-spacing:0;color:#161616;line-height:30px;font-family:Poppins,serif}.benefit_title .sub_content{text-align:center;font-size:16px;color:#161616;font-family:Poppins,serif}.benefit_title{margin-bottom:32px}.benefits_blocks{display:flex;align-items:center;justify-content:center;margin:0 -10px}.benefits_blocks .benefits_points,.benefits_blocks .benefits_video{width:33.33%;padding:0 10px}.benefits_video video{display:block;height:100%;width:100%;border-radius:10px}.benefits_blocks .benefits_points{text-align:center;display:flex;flex-wrap:wrap;row-gap:64px}.benefit_point_inner h2{color:#161616;font-size:18px;margin-bottom:16px}.benefit_point_inner p{font-size:14px;color:#161616;line-height:21px;font-family:Poppins,serif;letter-spacing:0}.review_scrolling_blocks .review_scrolling_item{position:relative;padding-top:100%;width:200px}.review_scrolling_blocks .swiper-slide{width:max-content}.review_scrolling_item img{height:100%;width:100%;object-fit:cover;border-radius:30px;position:absolute;top:0;left:0;right:0;bottom:0}.review_details_block h2{font-size:32px;letter-spacing:0;margin-bottom:5px}.review_details_block p{color:#5f6368;font-size:20px;letter-spacing:0;text-align:center;font-family:Poppins,serif;line-height:1.3}.review_scrolling_row{position:relative}.review_details_block{padding:24px 36px;background:#fff;border-radius:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;width:max-content}.review_box.pro_info_review{margin-bottom:10px}.review_box .review_box_star{display:flex;gap:3px;margin:0}.review_box .review_box_star svg{height:20px;width:20px;display:block}.review_box{display:inline-flex;justify-content:center;gap:8px;align-items:center;padding:10px 16px;border-radius:10px;background:#fff;box-shadow:0 1px 2px #0000000f;border:1px solid rgb(var(--product-font-color))}.template_sw--new-product main#MainContent{background:rgba(var(--product-font-color),.05)}.review_box .review_box_text{font-size:12px;line-height:1;letter-spacing:0;color:#161616;text-transform:uppercase;font-family:Poppins,serif;margin:0}.review_main_box{text-align:center;margin-bottom:24px}.review_box .review_box_star svg path{fill:rgb(var(--product-font-color))}.comman_block_title{text-align:center;font-size:40px;letter-spacing:0;color:#161616;margin-bottom:24px}.review_title .review_content{font-size:18px;letter-spacing:0;color:#161616;text-align:center}.main_review .review_title{margin-bottom:24px}.review_quots{display:flex;justify-content:center;align-items:center;gap:16px;margin-bottom:40px}.review_quots p{display:inline-block;letter-spacing:0;font-size:16px;color:#161616;padding:10px 16px;background:#fff;border-radius:10px;border:1px solid rgb(var(--product-font-color))}.review_quots .quote_01,.review_quots .quote_03{transform:rotate(-2deg)}.review_quots .quote_02,.review_quots .quote_04{transform:rotate(2deg)}.review_top_bar .review_star svg{height:18px;width:18px;display:block}.review_top_bar .review_star svg path{fill:rgb(var(--product-font-color))}.review_top_bar .review_star{display:flex;gap:4px;margin-bottom:24px}.review_content p{font-family:Poppins,serif;font-size:14px;letter-spacing:0;line-height:1.5;color:#161616}.review_client_detail p{font-family:Poppins,serif;font-size:14px;letter-spacing:0;color:#161616;line-height:1.5}.review_detail{padding:20px;border-radius:20px;border:1px solid rgb(var(--product-font-color));background:#fff;box-shadow:0 1px 2px #0000000f}.review_detail .review_top_bar{margin-bottom:32px}.faq_blocks .faq-content{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out,padding .3s ease-in-out;padding:0}.faq_blocks .faq-content.open{padding-top:15px}.faq_blocks .faq_row .faq_details{width:500px}.faq_details h2{font-size:32px;font-weight:600;color:#161616;letter-spacing:0;margin-bottom:24px}.faq_blocks .faq_details p{font-size:14px;color:#5f6368;font-family:Poppins,serif;letter-spacing:0;line-height:30px;margin-bottom:32px}.faq_details a{border-radius:8px;padding:14px 28px;display:inline-block;font-size:18px;line-height:1;color:#161616;text-decoration:none;letter-spacing:0;border:1px solid rgb(var(--product-font-color));background:#fff}.faq_blocks .faq_row .faq_accodian_box{width:calc(100% - 500px);padding-left:80px}.faq_blocks .faq_row{display:flex;flex-wrap:wrap}.faq-main-box .faq-head svg{height:24px;width:24px;transition:all .4s ease}.faq-main-box .faq-head.open svg{transform:rotate(180deg)}.faq-main-box .faq-head{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.faq_inner_accodian .faq_inner_block:not(:last-child){margin-bottom:10px}.faq-head h4{color:#161616;font-size:18px;font-family:Poppins,serif;letter-spacing:0;margin:0}.faq_inner_block .faq-main-box{padding:16px;border:1px solid rgb(var(--product-font-color));background:#fff;border-radius:10px}.faq-main-box .faq-content{font-size:16px;font-family:Poppins,serif;letter-spacing:0;line-height:1.5;color:#5f6368}.faq-main-box .faq-content p:not(:last-child){margin-bottom:15px}.product_buyy_btn product-form.product-form{margin:0 0 12px}.pro_content_inner_cs{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 1px 2px #0000000f;padding:20px}.satisfied_img_text_inn{display:flex;margin:0 -20px;align-items:center}.satisfied_img_block,.satisfied_content_mian{width:50%;padding:0 20px}.satisfied_main_img img{width:100%;height:auto;object-fit:cover;border-radius:20px;display:block}section.landing_img_text_sec{padding:70px 0}.satisfied_title{font-size:14px;color:rgb(var(--product-font-color));line-height:1.5;margin-bottom:5px}.satisfied_heading{font-size:32px;font-weight:600;color:#161616;letter-spacing:0;margin-bottom:24px}.satisfied_description{font-size:14px;line-height:1.5;margin-bottom:12px}.satisfied_sub_description{font-size:16px;color:#000;font-weight:500;letter-spacing:normal;line-height:1.6}@media(max-width:1199px){.comman_block_title{font-size:32px;margin-bottom:18px}.review_details_block h2{font-size:28px}.review_details_block{padding:20px 30px}.faq_blocks .faq_row .faq_accodian_box{width:calc(100% - 430px);padding-left:40px}.faq_details h2{font-size:28px;margin-bottom:15px}.faq_blocks .faq_details p{font-size:14px;margin-bottom:24px}.faq_blocks .faq_row .faq_details{width:430px}.swiper-button-prev.swiper_arrows{left:10px}.swiper-button-next.swiper_arrows{right:10px}.satisfied_heading{font-size:28px;margin-bottom:15px}}@media(max-width:991px){.review_box .review_box_star svg{height:16px;width:16px}.review_title .review_content{font-size:16px}.review_quots p{font-size:14px;padding:10px 12px}.review_quots{flex-wrap:wrap}.review_details_block h2{font-size:24px}.review_details_block p{font-size:18px}.faq_blocks .faq_row .faq_details{width:300px}.faq_blocks .faq_row .faq_accodian_box{width:calc(100% - 300px);padding-left:20px}.faq_details h2{font-size:26px}.faq_details a{padding:14px 20px;font-size:16px}.satisfied_heading{font-size:26px}.satisfied_sub_description,.satisfied_description{font-size:14px}}@media(max-width:767px){.product__info-container .icon-with-text{margin:0}.template_sw--new-product .main_product .product .product__media-wrapper,.main_product .product .product__info-wrapper{width:100%;max-width:100%;padding:0 16px}.template_sw--new-product .main_product .product .product__media-wrapper{margin-bottom:5px}.template_sw--new-product .product_review_block .review_inner_block{display:none}.template_sw--new-product .main_product .product{margin:0 -16px 40px}.mb_80{margin-bottom:40px}.benefits_blocks .benefits_points{width:100%;margin:0 -10px}.benefits_blocks .benefits_video{width:60%}.benefits_blocks .benefits_points .benefit_point_inner{width:50%;padding:0 10px}.benefits_blocks{row-gap:30px;flex-wrap:wrap}.review_quots{margin-bottom:30px;gap:14px}.faq_blocks .faq_row .faq_details{width:100%;margin-bottom:30px}.faq_blocks .faq_row .faq_accodian_box{width:100%;padding-left:0}.faq_blocks .faq_details p{font-size:16px;margin-bottom:15px}.faq_details h2{font-size:24px}.Scroll_too_main{margin-top:20px}.satisfied_img_text_inn{flex-wrap:wrap;row-gap:30px;margin:0}.satisfied_img_block,.satisfied_content_mian{width:100%;padding:0}section.landing_img_text_sec{padding:50px 0}product-info{overflow:hidden}}@media(max-width:575px){.review_details_block{position:unset;transform:unset;width:100%;text-align:center;padding:0;margin-top:20px;background:transparent}.review_scrolling_blocks .review_scrolling_item{width:160px}.review_details_block h2{font-size:22px}.review_details_block p{font-size:16px}.comman_heading{font-size:28px}.comman_sub_title{font-size:28px;line-height:1.2}a.scroll_link{font-size:13px;margin:0}.satisfied_heading{font-size:24px}section.landing_img_text_sec{padding:40px 0}.free_shiping_content ul li{margin-right:7px;padding-right:7px}.free_shiping_content ul li:after{display:none}.free_shiping_content ul li p{font-size:12px;text-align:center}.review_video_top{margin-bottom:15px}}@media(max-width:480px){.template_sw--new-product .product__title h1{font-size:26px}.benefits_blocks .benefits_video{width:100%}.benefit_point_inner h2{font-size:16px;margin-bottom:10px}.benefits_blocks .benefits_points .benefit_point_inner{padding:0 5px}.benefits_blocks .benefits_points{margin:0 -5px}.benefit_point_inner p{font-size:12px;line-height:18px}.comman_block_title{font-size:24px}.review_content p{font-size:16px}.review_detail .review_top_bar{margin-bottom:20px}.review_top_bar .review_star svg{height:16px;width:16px}.review_top_bar .review_star{margin-bottom:20px}.review_box .review_box_star svg{height:14px;width:14px}.review_box .review_box_text{line-height:1.2;text-align:left}.comman_sub_title{font-size:24px}.comman_heading{font-size:24px;margin-bottom:8px}.faq_details h2{margin-bottom:5px}.faq_blocks .faq_details p{line-height:24px}.faq_inner_block .faq-main-box{padding:14px}.faq-head h4{font-size:16px}.faq-main-box .faq-content p:not(:last-child){margin-bottom:10px}.faq-main-box .faq-content{font-size:15px}}@media(max-width:749px){.product--thumbnail_slider .slider-button--next{right:15px}.product--thumbnail_slider .slider-button--prev{left:15px}.product--thumbnail_slider .slider-button{position:absolute;top:50%;width:35px;height:35px;background:rgb(var(--product-font-color));color:#fff!important;border-radius:50%;z-index:1;transform:translatey(-50%)}.product--thumbnail_slider .slider-button svg{height:8px!important}.product--thumbnail_slider .slider-button[disabled] .icon,.product--thumbnail_slider .slider-button[disabled]{color:#fff;cursor:not-allowed;opacity:.5}.product--thumbnail_slider .slider-counter{display:none}}.quick-add__submit{background-color:var(--button-bg);color:var(--button-text-color)}.quick-add__submit:hover{background-color:transparent;border:1px solid var(--button-bg);color:var(--button-bg)}.quick-add__submit:after{content:none}.inner-product-grid li .card-wrapper.product-card-wrapper{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 1px 2px #0000000f;padding:20px}.card--standard>.card__content .card__information{text-align:center}.card-information{text-align:center!important}.facets-container{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 1px 2px #0000000f;padding:20px!important;margin-bottom:30px!important}.collection-hero{padding:0;border-bottom:1px solid #ddd}.facets__summary{margin-bottom:0!important}.facets__heading{margin:0 2rem 0 0!important}.template_sw--new-product .metafield-rich_text_field ul li:before{background:url(https://olivadeals.com/cdn/shop/files/image_35_-_Copy.svg?v=1743605072)!important;background-position:center;background-repeat:no-repeat;background-size:cover}.pb_80{padding:40px 0}@media(min-width:992px){.pb_80{padding:60px 0}}@media(min-width:1200px){.pb_80{padding:80px 0}}.collection__view-all a.button.btn-primary{border:1px solid #0091c6;border-radius:10px}.collection__view-all .button:before,.collection__view-all .button:after{display:none}
/*# sourceMappingURL=https://olivadeals.com/cdn/shop/t/2/assets/sw--custom.css.map */


/* sw--custom-for-all.css */
@font-face{font-family:apercu;src:url(https://cdn.shopify.com/s/files/1/0881/4477/3464/files/apercu_regular_pro.otf?v=1738236426);font-weight:400}@font-face{font-family:apercu;src:url(https://cdn.shopify.com/s/files/1/0881/4477/3464/files/apercu_medium_pro.otf?v=1738236426);font-weight:500}@font-face{font-family:apercu;src:url(https://cdn.shopify.com/s/files/1/0881/4477/3464/files/apercu_bold_pro.otf?v=1738236426);font-weight:700}.menu-drawer__inner-container .sw-collection-gallery-row{padding:10px}.mb_80{margin-bottom:80px}.swiper-button-next,.swiper-button-prev{z-index:1}.main_product .product .product__media-wrapper,.main_product .product .product__info-wrapper{width:50%;max-width:50%;padding:0 16px}.main_product .product{margin:0 -16px 80px}.product__media-item .product-media-container.global-media-settings{border:0!important}.product__title h1{font-family:Poppins,serif;font-size:30px;letter-spacing:0;font-weight:600}.product__info-container .price__sale .price-item--last,.price__container span.price-item.price-item--sale.price-item--last{font-size:18px;letter-spacing:0;color:rgb(var(--product-font-color));font-weight:600;font-family:Poppins,serif}.product__info-container .price__sale .price-item--regular,.card__information .price--on-sale .price-item--regular{font-size:16px;letter-spacing:0;font-family:Poppins,serif;margin-right:5px}.product__text .metafield-rich_text_field ul li{font-size:14px;color:#1717178f;letter-spacing:0;font-weight:400;line-height:1.3;list-style:none;position:relative}.product__text .metafield-rich_text_field{font-size:14px;letter-spacing:0}.product__text .metafield-rich_text_field p{margin-bottom:15px}.product__text .metafield-rich_text_field strong{color:#222}.product__text .metafield-rich_text_field ul{padding-left:30px}.product__text .metafield-rich_text_field ul li:not(:last-child){margin-bottom:10px}.product__info-wrapper .price .badge,.product-card-wrapper .card__content .card__badge .badge{background:#0091c6;color:#fff;font-size:14px;line-height:1;letter-spacing:0;padding:5px 15px;border:1px solid #0091C6}.product__info-wrapper .price .badge{background-color:#ffd161;color:#000;border-color:#ffd161}.product__info-container .product__tax{display:none}.metafield-rich_text_field ul li:before{content:"";background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute;top:50%;transform:translateY(-50%);left:-30px;height:20px;width:20px}.product__info-container .product-form__quantity{display:flex;align-items:center}.product__info-container .product-form__quantity .quantity__label{margin:0;font-size:16px;letter-spacing:0;color:#000;font-family:Poppins,serif;padding-right:15px}.product__info-container .price,.product__info-container .product__text{margin-bottom:24px}.product .price .badge,.product .price__container{margin-bottom:0}.price-per-item__container .quantity{border:1px solid rgb(var(--product-font-color));border-radius:10px;width:180px}.price-per-item__container .quantity:after,.price-per-item__container .quantity :before{display:none}.price-per-item__container .quantity input:focus-visible{box-shadow:none;outline:none;border:0}.product-form__buttons .product-form__submit:after,.product-form__buttons .product-form__submit:before{display:none}.product-form__buttons .product-form__submit{border:1px solid #ffd161;border-radius:10px;background:#ffd161;letter-spacing:0;text-transform:capitalize;transition:all .4s ease;color:#000;padding:16px 3rem;font-weight:600}div#countdown-timer-buy_buttons,.product-form__buttons .product-form__submit svg{display:none!important}body .product-form__buttons{max-width:100%}.product-form__buttons .product-form__submit svg{height:20px;width:20px;display:inline-block}.product-form__buttons .product-form__submit svg path{transition:all .4s ease;fill:#000}.product-form__buttons .product-form__submit span{display:flex;align-items:center;gap:5px}.product-form__buttons .product-form__submit:hover{background:#ffd161;color:#000}.product-form__buttons .product-form__submit:hover span svg path{fill:#000}.shopify-payment-button #more-payment-options-link{display:none}.product-media-modal__content img{border:0}.product__info-container .product__accordion .accordion__content{padding:0;transition:all .4s ease}.product__info-container .product__accordion .accordion__content p{font-size:14px;letter-spacing:0;margin-bottom:0;color:#5f6368}.product__info-container .product__accordion .accordion__content p:not(:last-child){margin-bottom:8px}.product__info-container .product__accordion .accordion__content p strong{color:#222}.product__info-container .product__accordion{border:1px solid rgba(0,0,0,.12);border-radius:10px;padding:0 15px;margin-bottom:15px;background:#fff;box-shadow:0 1px 2px #0000000f}.product__info-container .product__accordion details summary{transition:all .4s ease}.product__info-container .product__accordion details[open] summary{border-bottom:1px solid rgb(var(--product-font-color));margin-bottom:15px}.product__info-container .product__accordion details summary .icon{height:16px;width:16px;top:50%;right:0;transform:translateY(-50%);transition:all .4s ease}.product__info-container .product__accordion details[open] summary .icon{transform:translateY(-50%) rotate(180deg)}.icon-with-text .icon-with-text__item img{height:60px;width:60px}.icon-with-text .icon-with-text__item .h4{font-size:14px;letter-spacing:0;line-height:1.4}.thumbnail-list__item .thumbnail{border:1px solid #00000029;border-radius:10px}.thumbnail-list__item .thumbnail[aria-current]{border-color:rgb(var(--product-font-color))}.review_image img{display:block;height:100%;width:100%}.product_review_block .review_inner_block{padding:15px;border-radius:10px;margin-top:30px;display:flex;align-items:center;border:1px solid rgba(0,0,0,.12);background:#fff;box-shadow:0 1px 2px #0000000f}.review_star .star_icon{display:flex;gap:3px}.review_star .star_icon svg{height:14px;width:14px;display:block}.review_star .star_icon svg path{fill:rgb(var(--product-font-color))}.review_details .review_star{display:flex;align-items:center;gap:10px;margin-bottom:8px}.review_star .review_text{font-size:14px;letter-spacing:0;display:block;line-height:1;color:#5f6368}.review_inner_block .review_details{width:70%;padding-left:20px}.review_inner_block .review_image{width:30%}.list.list-payment{display:flex;align-content:center;justify-content:center;gap:0px;list-style:none;margin:0;padding:0;flex-wrap:wrap}.list-payment__item{align-items:center;display:flex;padding:.5rem}.review_details .review_content{font-family:Poppins,serif;letter-spacing:0;font-size:16px;line-height:1.4;margin-bottom:8px;color:#5f6368}.review_details .review_name{font-family:Poppins,serif;letter-spacing:0;font-size:16px;color:#5f6368}.free_shiping_content ul{list-style:none;padding:0;margin:0;display:flex;align-items:center;justify-content:center}.free_shiping_content ul li p{margin:0;font-size:13px;color:rgb(var(--product-font-color));letter-spacing:normal;line-height:1.3;font-family:FilsonPro,sans-serif}.free_shiping_content ul li{margin-right:10px;padding-right:10px;position:relative;text-align:center;width:33.33%}.free_shiping_content ul li:last-child{margin:0;padding:0}.free_shiping_content ul li:after{content:"|";opacity:.3;position:absolute;color:rgb(var(--product-font-color));right:-3px;top:50%;transform:translatey(-50%)}.free_shiping_content ul li:last-child:after{display:none}.payment_icon_main{margin-bottom:18px}a.scroll_link{padding:3px 10px;border-radius:100px;text-decoration:none;border:2px solid rgba(0,0,0,.12);box-shadow:0 1px 2px #0000000f;background:#fff;color:#000;letter-spacing:normal;font-size:14px;margin:0;font-family:FilsonPro,sans-serif}html{scroll-behavior:smooth}.swiper_arrows{width:35px;height:35px;background:rgb(var(--product-font-color));border-radius:50%;transition:all .3s;box-shadow:0 1px 2px #0000000f}.swiper_arrows:after{display:none}.swiper_arrows svg{width:20px;height:20px;transition:all .3s}.swiper_arrows svg path{fill:#fff;transition:all .3s}.swiper_arrows:hover svg{transform:scale(1.09)}.swiper_arrows:hover svg path{fill:#fff}.swiper-button-prev.swiper_arrows{left:-45px}.swiper-button-next.swiper_arrows{right:-45px}.Scroll_too_inner{display:flex;gap:6px}.comman_heading{font-weight:600!important;letter-spacing:-2px;font-size:32px;text-decoration:underline;text-align:center;font-family:Poppins,sans-serif;color:#121212}.comman_sub_title{letter-spacing:-2px;margin:0;font-weight:600;font-size:32px;font-family:Poppins,sans-serif;text-align:center;color:#121212}.reviews_videos_block video{position:absolute;top:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover}.reviews_videos_block{position:relative;padding-top:148%;cursor:pointer}.video-play-pause{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.reviews_videos_block .video{border-radius:10px}.review_videos_bottoms{position:relative}.play.play-btn svg{color:#fff;width:25px;height:25px;display:block}.play-btn{width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:50%;z-index:0;background:rgb(var(--product-font-color));outline:none;border:none;cursor:pointer;overflow:hidden}.play-btn:after,.play-btn:before{content:"";position:absolute;width:100%;height:100%;transform:translate(-50%,-50%);border-radius:50%;border:solid 1px rgb(var(--product-font-color));animation:ripple 2s linear infinite;opacity:0}.play-btn:after{animation-delay:1s}@keyframes ripple{0%{opacity:0;transform:scale(1)}40%{opacity:1}to{opacity:0;transform:scale(1.8)}}.benefit_title span{display:block;text-align:center;font-family:Poppins,serif;color:#161616;letter-spacing:0;font-size:16px;line-height:1;margin-bottom:16px}.benefit_title .content{font-size:14px;text-align:center;max-width:830px;margin:24px auto;letter-spacing:0;color:#161616;line-height:30px;font-family:Poppins,serif}.benefit_title .sub_content{text-align:center;font-size:16px;color:#161616;font-family:Poppins,serif}.benefit_title{margin-bottom:32px}.benefits_blocks{display:flex;align-items:center;justify-content:center;margin:0 -10px}.benefits_blocks .benefits_points,.benefits_blocks .benefits_video{width:33.33%;padding:0 10px}.benefits_video video{display:block;height:100%;width:100%;border-radius:10px}.benefits_blocks .benefits_points{text-align:center;display:flex;flex-wrap:wrap;row-gap:64px}.benefit_point_inner h2{color:#161616;font-size:18px;margin-bottom:16px}.benefit_point_inner p{font-size:14px;color:#161616;line-height:21px;font-family:Poppins,serif;letter-spacing:0}.review_scrolling_blocks .review_scrolling_item{position:relative;padding-top:100%;width:200px}.review_scrolling_blocks .swiper-slide{width:max-content}.review_scrolling_item img{height:100%;width:100%;object-fit:cover;border-radius:30px;position:absolute;top:0;left:0;right:0;bottom:0}.review_details_block h2{font-size:32px;letter-spacing:0;margin-bottom:5px}.review_details_block p{color:#5f6368;font-size:20px;letter-spacing:0;text-align:center;font-family:Poppins,serif;line-height:1.3}.review_scrolling_row{position:relative}.review_details_block{padding:24px 36px;background:#fff;border-radius:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;width:max-content}.review_box.pro_info_review{margin-bottom:10px}.review_box .review_box_star{display:flex;gap:3px;margin:0}.review_box .review_box_star svg{height:20px;width:20px;display:block}.review_box{display:inline-flex;justify-content:center;gap:8px;align-items:center;padding:10px 16px;border-radius:10px;background:#fff;box-shadow:0 1px 2px #0000000f;border:1px solid rgb(var(--product-font-color))}main#MainContent{background:rgba(var(--product-font-color),.05)}.review_box .review_box_text{font-size:12px;line-height:1;letter-spacing:0;color:#161616;text-transform:uppercase;font-family:Poppins,serif;margin:0}.review_main_box{text-align:center;margin-bottom:24px}.review_box .review_box_star svg path{fill:rgb(var(--product-font-color))}.comman_block_title{text-align:center;font-size:40px;letter-spacing:0;color:#161616;margin-bottom:24px}.review_title .review_content{font-size:18px;letter-spacing:0;color:#161616;text-align:center}.main_review .review_title{margin-bottom:24px}.review_quots{display:flex;justify-content:center;align-items:center;gap:16px;margin-bottom:40px}.review_quots p{display:inline-block;letter-spacing:0;font-size:16px;color:#161616;padding:10px 16px;background:#fff;border-radius:10px;border:1px solid rgb(var(--product-font-color))}.review_quots .quote_01,.review_quots .quote_03{transform:rotate(-2deg)}.review_quots .quote_02,.review_quots .quote_04{transform:rotate(2deg)}.review_top_bar .review_star svg{height:18px;width:18px;display:block}.review_top_bar .review_star svg path{fill:rgb(var(--product-font-color))}.review_top_bar .review_star{display:flex;gap:4px;margin-bottom:24px}.review_content p{font-family:Poppins,serif;font-size:14px;letter-spacing:0;line-height:1.5;color:#161616}.review_client_detail p{font-family:Poppins,serif;font-size:14px;letter-spacing:0;color:#161616;line-height:1.5}.review_detail{padding:20px;border-radius:20px;border:1px solid rgb(var(--product-font-color));background:#fff;box-shadow:0 1px 2px #0000000f}.review_detail .review_top_bar{margin-bottom:32px}.faq_blocks .faq-content{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out,padding .3s ease-in-out;padding:0}.faq_blocks .faq-content.open{padding-top:15px}.faq_blocks .faq_row .faq_details{width:500px}.faq_details h2{font-size:32px;font-weight:600;color:#161616;letter-spacing:0;margin-bottom:24px}.faq_blocks .faq_details p{font-size:14px;color:#5f6368;font-family:Poppins,serif;letter-spacing:0;line-height:30px;margin-bottom:32px}.faq_details a{border-radius:8px;padding:14px 28px;display:inline-block;font-size:18px;line-height:1;color:#161616;text-decoration:none;letter-spacing:0;border:1px solid rgb(var(--product-font-color));background:#fff}.faq_blocks .faq_row .faq_accodian_box{width:calc(100% - 500px);padding-left:80px}.faq_blocks .faq_row{display:flex;flex-wrap:wrap}.faq-main-box .faq-head svg{height:24px;width:24px;transition:all .4s ease}.faq-main-box .faq-head.open svg{transform:rotate(180deg)}.faq-main-box .faq-head{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.faq_inner_accodian .faq_inner_block:not(:last-child){margin-bottom:10px}.faq-head h4{color:#161616;font-size:18px;font-family:Poppins,serif;letter-spacing:0;margin:0}.faq_inner_block .faq-main-box{padding:16px;border:1px solid rgb(var(--product-font-color));background:#fff;border-radius:10px}.faq-main-box .faq-content{font-size:16px;font-family:Poppins,serif;letter-spacing:0;line-height:1.5;color:#5f6368}.faq-main-box .faq-content p:not(:last-child){margin-bottom:15px}.product_buyy_btn product-form.product-form{margin:0 0 12px}.pro_content_inner_cs{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 1px 2px #0000000f;padding:20px}.satisfied_img_text_inn{display:flex;margin:0 -20px;align-items:center}.satisfied_img_block,.satisfied_content_mian{width:50%;padding:0 20px}.satisfied_main_img img{width:100%;height:auto;object-fit:cover;border-radius:20px;display:block}section.landing_img_text_sec{padding:70px 0}.satisfied_title{font-size:14px;color:rgb(var(--product-font-color));line-height:1.5;margin-bottom:5px}.satisfied_heading{font-size:32px;font-weight:600;color:#161616;letter-spacing:0;margin-bottom:24px}.satisfied_description{font-size:14px;line-height:1.5;margin-bottom:12px}.satisfied_sub_description{font-size:16px;color:#000;font-weight:500;letter-spacing:normal;line-height:1.6}@media(max-width:1199px){.comman_block_title{font-size:32px;margin-bottom:18px}.review_details_block h2{font-size:28px}.review_details_block{padding:20px 30px}.faq_blocks .faq_row .faq_accodian_box{width:calc(100% - 430px);padding-left:40px}.faq_details h2{font-size:28px;margin-bottom:15px}.faq_blocks .faq_details p{font-size:14px;margin-bottom:24px}.faq_blocks .faq_row .faq_details{width:430px}.swiper-button-prev.swiper_arrows{left:10px}.swiper-button-next.swiper_arrows{right:10px}.satisfied_heading{font-size:28px;margin-bottom:15px}}@media(max-width:991px){.review_box .review_box_star svg{height:16px;width:16px}.review_title .review_content{font-size:16px}.review_quots p{font-size:14px;padding:10px 12px}.review_quots{flex-wrap:wrap}.review_details_block h2{font-size:24px}.review_details_block p{font-size:18px}.faq_blocks .faq_row .faq_details{width:300px}.faq_blocks .faq_row .faq_accodian_box{width:calc(100% - 300px);padding-left:20px}.faq_details h2{font-size:26px}.faq_details a{padding:14px 20px;font-size:16px}.satisfied_heading{font-size:26px}.satisfied_sub_description,.satisfied_description{font-size:14px}}@media(max-width:767px){.product__info-container .icon-with-text{margin:0}.main_product .product .product__media-wrapper,.main_product .product .product__info-wrapper{width:100%;max-width:100%;padding:0 16px}.main_product .product .product__media-wrapper{margin-bottom:5px}.product_review_block .review_inner_block{display:none}.main_product .product{margin:0 -16px 40px}.mb_80{margin-bottom:40px}.benefits_blocks .benefits_points{width:100%;margin:0 -10px}.benefits_blocks .benefits_video{width:60%}.benefits_blocks .benefits_points .benefit_point_inner{width:50%;padding:0 10px}.benefits_blocks{row-gap:30px;flex-wrap:wrap}.review_quots{margin-bottom:30px;gap:14px}.faq_blocks .faq_row .faq_details{width:100%;margin-bottom:30px}.faq_blocks .faq_row .faq_accodian_box{width:100%;padding-left:0}.faq_blocks .faq_details p{font-size:16px;margin-bottom:15px}.faq_details h2{font-size:24px}.Scroll_too_main{margin-top:20px}.satisfied_img_text_inn{flex-wrap:wrap;row-gap:30px;margin:0}.satisfied_img_block,.satisfied_content_mian{width:100%;padding:0}section.landing_img_text_sec{padding:50px 0}product-info{overflow:hidden}}@media(max-width:575px){.review_details_block{position:unset;transform:unset;width:100%;text-align:center;padding:0;margin-top:20px;background:transparent}.review_scrolling_blocks .review_scrolling_item{width:160px}.review_details_block h2{font-size:22px}.review_details_block p{font-size:16px}.comman_heading{font-size:28px}.comman_sub_title{font-size:28px;line-height:1.2}a.scroll_link{font-size:13px;margin:0}.satisfied_heading{font-size:24px}section.landing_img_text_sec{padding:40px 0}.free_shiping_content ul li{margin-right:7px;padding-right:7px}.free_shiping_content ul li:after{display:none}.free_shiping_content ul li p{font-size:12px;text-align:center}.review_video_top{margin-bottom:15px}}@media(max-width:480px){.product__title h1{font-size:26px}.benefits_blocks .benefits_video{width:100%}.benefit_point_inner h2{font-size:16px;margin-bottom:10px}.benefits_blocks .benefits_points .benefit_point_inner{padding:0 5px}.benefits_blocks .benefits_points{margin:0 -5px}.benefit_point_inner p{font-size:12px;line-height:18px}.comman_block_title{font-size:24px}.review_content p{font-size:16px}.review_detail .review_top_bar{margin-bottom:20px}.review_top_bar .review_star svg{height:16px;width:16px}.review_top_bar .review_star{margin-bottom:20px}.review_box .review_box_star svg{height:14px;width:14px}.review_box .review_box_text{line-height:1.2;text-align:left}.comman_sub_title{font-size:24px}.comman_heading{font-size:24px;margin-bottom:8px}.faq_details h2{margin-bottom:5px}.faq_blocks .faq_details p{line-height:24px}.faq_inner_block .faq-main-box{padding:14px}.faq-head h4{font-size:16px}.faq-main-box .faq-content p:not(:last-child){margin-bottom:10px}.faq-main-box .faq-content{font-size:15px}}@media(max-width:749px){.product--thumbnail_slider .slider-button--next{right:15px}.product--thumbnail_slider .slider-button--prev{left:15px}.product--thumbnail_slider .slider-button{position:absolute;top:50%;width:35px;height:35px;background:rgb(var(--product-font-color));color:#fff!important;border-radius:50%;z-index:1;transform:translatey(-50%)}.product--thumbnail_slider .slider-button svg{height:8px!important}.product--thumbnail_slider .slider-button[disabled] .icon,.product--thumbnail_slider .slider-button[disabled]{color:#fff;cursor:not-allowed;opacity:.5}.product--thumbnail_slider .slider-counter{display:none}}.quick-add__submit{background-color:var(--button-bg);color:var(--button-text-color)}.quick-add__submit:hover{background-color:transparent;border:1px solid var(--button-bg);color:var(--button-bg)}.quick-add__submit:after{content:none}.inner-product-grid{column-gap:24px}.inner-product-grid li .card-wrapper.product-card-wrapper{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 1px 2px #0000000f;padding:20px}.card--standard>.card__content .card__information{text-align:center}.card-information{text-align:center!important}.facets-container{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 1px 2px #0000000f;padding:20px!important;margin-bottom:30px!important}.collection-hero{padding:0;border-bottom:1px solid #ddd}.facets__summary{margin-bottom:0!important}.facets__heading{margin:0 2rem 0 0!important}.metafield-rich_text_field ul li:before{background:url(https://olivadeals.com/cdn/shop/files/image_35_-_Copy.svg?v=1743605072)!important;background-position:center;background-repeat:no-repeat;background-size:cover}.cm_badge_svg_block{max-width:120px!important;height:auto!important;left:auto!important;right:-2px!important}.cm_badge_svg_block img{width:100%;height:100%;display:block;object-fit:contain}
/*# sourceMappingURL=https://olivadeals.com/cdn/shop/t/2/assets/sw--custom-for-all.css.map */


/* inline-styles.css */

        #shopify-buyer-consent {
  margin-top: 1em;
  display: inline-block;
  width: 100%;
}

#shopify-buyer-consent.hidden {
  display: none;
}

#shopify-subscription-policy-button {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  font-size: inherit;
  cursor: pointer;
}

#shopify-subscription-policy-button::before {
  box-shadow: none;
}

      

/* --- */


      @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://olivadeals.com/cdn/fonts/poppins/poppins_n4.0ba78fa5af9b0e1a374041b3ceaadf0a43b41362.woff2") format("woff2"),
       url("https://olivadeals.com/cdn/fonts/poppins/poppins_n4.214741a72ff2596839fc9760ee7a770386cf16ca.woff") format("woff");
}

      @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://olivadeals.com/cdn/fonts/poppins/poppins_n7.56758dcf284489feb014a026f3727f2f20a54626.woff2") format("woff2"),
       url("https://olivadeals.com/cdn/fonts/poppins/poppins_n7.f34f55d9b3d3205d2cd6f64955ff4b36f0cfd8da.woff") format("woff");
}

      @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("https://olivadeals.com/cdn/fonts/poppins/poppins_i4.846ad1e22474f856bd6b81ba4585a60799a9f5d2.woff2") format("woff2"),
       url("https://olivadeals.com/cdn/fonts/poppins/poppins_i4.56b43284e8b52fc64c1fd271f289a39e8477e9ec.woff") format("woff");
}

      @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("https://olivadeals.com/cdn/fonts/poppins/poppins_i7.42fd71da11e9d101e1e6c7932199f925f9eea42d.woff2") format("woff2"),
       url("https://olivadeals.com/cdn/fonts/poppins/poppins_i7.ec8499dbd7616004e21155106d13837fff4cf556.woff") format("woff");
}

      @font-face {
  font-family: Poppins;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("https://olivadeals.com/cdn/fonts/poppins/poppins_n6.aa29d4918bc243723d56b59572e18228ed0786f6.woff2") format("woff2"),
       url("https://olivadeals.com/cdn/fonts/poppins/poppins_n6.5f815d845fe073750885d5b7e619ee00e8111208.woff") format("woff");
}


      
        :root,
        .color-scheme-1 {
          --color-background: 255,255,255;
        
          --gradient-background: #ffffff;
        

        

        --color-foreground: 18,18,18;
        --color-background-contrast: 191,191,191;
        --color-shadow: 18,18,18;
        --color-button: 18,18,18;
        --color-button-text: 255,255,255;
        --color-secondary-button: 255,255,255;
        --color-secondary-button-text: 18,18,18;
        --color-link: 18,18,18;
        --color-badge-foreground: 18,18,18;
        --color-badge-background: 255,255,255;
        --color-badge-border: 18,18,18;
        --payment-terms-background-color: rgb(255 255 255);
      }
      
        
        .color-scheme-2 {
          --color-background: 243,243,243;
        
          --gradient-background: #f3f3f3;
        

        

        --color-foreground: 18,18,18;
        --color-background-contrast: 179,179,179;
        --color-shadow: 18,18,18;
        --color-button: 18,18,18;
        --color-button-text: 243,243,243;
        --color-secondary-button: 243,243,243;
        --color-secondary-button-text: 18,18,18;
        --color-link: 18,18,18;
        --color-badge-foreground: 18,18,18;
        --color-badge-background: 243,243,243;
        --color-badge-border: 18,18,18;
        --payment-terms-background-color: rgb(243 243 243);
      }
      
        
        .color-scheme-3 {
          --color-background: 36,40,51;
        
          --gradient-background: #242833;
        

        

        --color-foreground: 255,255,255;
        --color-background-contrast: 47,52,66;
        --color-shadow: 18,18,18;
        --color-button: 255,255,255;
        --color-button-text: 0,0,0;
        --color-secondary-button: 36,40,51;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --color-badge-foreground: 255,255,255;
        --color-badge-background: 36,40,51;
        --color-badge-border: 255,255,255;
        --payment-terms-background-color: rgb(36 40 51);
      }
      
        
        .color-scheme-4 {
          --color-background: 18,18,18;
        
          --gradient-background: #121212;
        

        

        --color-foreground: 255,255,255;
        --color-background-contrast: 146,146,146;
        --color-shadow: 18,18,18;
        --color-button: 255,255,255;
        --color-button-text: 18,18,18;
        --color-secondary-button: 18,18,18;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --color-badge-foreground: 255,255,255;
        --color-badge-background: 18,18,18;
        --color-badge-border: 255,255,255;
        --payment-terms-background-color: rgb(18 18 18);
      }
      
        
        .color-scheme-5 {
          --color-background: 51,79,180;
        
          --gradient-background: #334fb4;
        

        

        --color-foreground: 255,255,255;
        --color-background-contrast: 23,35,81;
        --color-shadow: 18,18,18;
        --color-button: 255,255,255;
        --color-button-text: 51,79,180;
        --color-secondary-button: 51,79,180;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --color-badge-foreground: 255,255,255;
        --color-badge-background: 51,79,180;
        --color-badge-border: 255,255,255;
        --payment-terms-background-color: rgb(51 79 180);
      }
      
        
        .color-scheme-2077bb91-3da1-4fbb-83d9-1fd00c6e7632 {
          --color-background: 255,255,255;
        
          --gradient-background: #ffffff;
        

        

        --color-foreground: 18,18,18;
        --color-background-contrast: 191,191,191;
        --color-shadow: 36,189,39;
        --color-button: 36,189,39;
        --color-button-text: 255,255,255;
        --color-secondary-button: 255,255,255;
        --color-secondary-button-text: 36,189,39;
        --color-link: 36,189,39;
        --color-badge-foreground: 18,18,18;
        --color-badge-background: 255,255,255;
        --color-badge-border: 18,18,18;
        --payment-terms-background-color: rgb(255 255 255);
      }
      

      body, .color-scheme-1, .color-scheme-2, .color-scheme-3, .color-scheme-4, .color-scheme-5, .color-scheme-2077bb91-3da1-4fbb-83d9-1fd00c6e7632 {
        color: rgba(var(--color-foreground), 0.75);
        background-color: rgb(var(--color-background));
      }

      :root {
        --product-font-color: 0, 145, 198;
        --font-body-family: Poppins, sans-serif;
        --font-body-style: normal;
        --font-body-weight: 400;
        --font-body-weight-bold: 700;

        --font-heading-family: Poppins, sans-serif;
        --font-heading-style: normal;
        --font-heading-weight: 600;

        --font-body-scale: 1.0;
        --font-heading-scale: 1.0;

        --media-padding: px;
        --media-border-opacity: 0.05;
        --media-border-width: 1px;
        --media-radius: 0px;
        --media-shadow-opacity: 0.0;
        --media-shadow-horizontal-offset: 0px;
        --media-shadow-vertical-offset: 4px;
        --media-shadow-blur-radius: 5px;
        --media-shadow-visible: 0;

        --page-width: 120rem;
        --page-width-margin: 0rem;

        --product-card-image-padding: 0.0rem;
        --product-card-corner-radius: 0.0rem;
        --product-card-text-alignment: left;
        --product-card-border-width: 0.0rem;
        --product-card-border-opacity: 0.1;
        --product-card-shadow-opacity: 0.0;
        --product-card-shadow-visible: 0;
        --product-card-shadow-horizontal-offset: 0.0rem;
        --product-card-shadow-vertical-offset: 0.4rem;
        --product-card-shadow-blur-radius: 0.5rem;

        --collection-card-image-padding: 0.0rem;
        --collection-card-corner-radius: 0.0rem;
        --collection-card-text-alignment: left;
        --collection-card-border-width: 0.0rem;
        --collection-card-border-opacity: 0.1;
        --collection-card-shadow-opacity: 0.0;
        --collection-card-shadow-visible: 0;
        --collection-card-shadow-horizontal-offset: 0.0rem;
        --collection-card-shadow-vertical-offset: 0.4rem;
        --collection-card-shadow-blur-radius: 0.5rem;

        --blog-card-image-padding: 0.0rem;
        --blog-card-corner-radius: 0.0rem;
        --blog-card-text-alignment: left;
        --blog-card-border-width: 0.0rem;
        --blog-card-border-opacity: 0.1;
        --blog-card-shadow-opacity: 0.0;
        --blog-card-shadow-visible: 0;
        --blog-card-shadow-horizontal-offset: 0.0rem;
        --blog-card-shadow-vertical-offset: 0.4rem;
        --blog-card-shadow-blur-radius: 0.5rem;

        --badge-corner-radius: 4.0rem;

        --popup-border-width: 1px;
        --popup-border-opacity: 0.1;
        --popup-corner-radius: 0px;
        --popup-shadow-opacity: 0.05;
        --popup-shadow-horizontal-offset: 0px;
        --popup-shadow-vertical-offset: 4px;
        --popup-shadow-blur-radius: 5px;

        --drawer-border-width: 1px;
        --drawer-border-opacity: 0.1;
        --drawer-shadow-opacity: 0.0;
        --drawer-shadow-horizontal-offset: 0px;
        --drawer-shadow-vertical-offset: 4px;
        --drawer-shadow-blur-radius: 5px;

        --spacing-sections-desktop: 0px;
        --spacing-sections-mobile: 0px;

        --grid-desktop-vertical-spacing: 24px;
        --grid-desktop-horizontal-spacing: 24px;
        --grid-mobile-vertical-spacing: 12px;
        --grid-mobile-horizontal-spacing: 12px;

        --text-boxes-border-opacity: 0.1;
        --text-boxes-border-width: 0px;
        --text-boxes-radius: 0px;
        --text-boxes-shadow-opacity: 0.0;
        --text-boxes-shadow-visible: 0;
        --text-boxes-shadow-horizontal-offset: 0px;
        --text-boxes-shadow-vertical-offset: 4px;
        --text-boxes-shadow-blur-radius: 5px;

        --buttons-radius: 40px;
        --buttons-radius-outset: 41px;
        --buttons-border-width: 1px;
        --buttons-border-opacity: 1.0;
        --buttons-shadow-opacity: 0.0;
        --buttons-shadow-visible: 0;
        --buttons-shadow-horizontal-offset: 0px;
        --buttons-shadow-vertical-offset: 4px;
        --buttons-shadow-blur-radius: 5px;
        --buttons-border-offset: 0.3px;

        --inputs-radius: 0px;
        --inputs-border-width: 1px;
        --inputs-border-opacity: 0.55;
        --inputs-shadow-opacity: 0.0;
        --inputs-shadow-horizontal-offset: 0px;
        --inputs-margin-offset: 0px;
        --inputs-shadow-vertical-offset: 4px;
        --inputs-shadow-blur-radius: 5px;
        --inputs-radius-outset: 0px;

        --variant-pills-radius: 40px;
        --variant-pills-border-width: 1px;
        --variant-pills-border-opacity: 0.55;
        --variant-pills-shadow-opacity: 0.0;
        --variant-pills-shadow-horizontal-offset: 0px;
        --variant-pills-shadow-vertical-offset: 4px;
        --variant-pills-shadow-blur-radius: 5px;

        --button-bg: #0091c6;
        --button-text-color: #ffffff;
      }

      *,
      *::before,
      *::after {
        box-sizing: inherit;
      }

      html {
        box-sizing: border-box;
        font-size: calc(var(--font-body-scale) * 62.5%);
        height: 100%;
      }

      body {
        display: grid;
        grid-template-rows: auto auto 1fr auto;
        grid-template-columns: 100%;
        min-height: 100%;
        margin: 0;
        font-size: 1.5rem;
        letter-spacing: 0.06rem;
        line-height: calc(1 + 0.8 / var(--font-body-scale));
        font-family: var(--font-body-family);
        font-style: var(--font-body-style);
        font-weight: var(--font-body-weight);
      }

      @media screen and (min-width: 750px) {
        body {
          font-size: 1.6rem;
        }
      }
      .main-nav-block2 {
          align-items: center;
      }
      @media screen and (max-width:767px){
        .nav-new-discount {
            padding: 3px 4px;
            font-size: 10px;
        }
        .nav-new-h{
          line-height: 1.2 !important;
        }
      }
    

/* --- */


      body.template_.gradient.overflow-hidden iframe#launcher, body > div:nth-child(25) > div:nth-child(2) > iframe:nth-child(3) {
          display: none;
      } 
    

/* --- */


  .drawer {
    visibility: hidden;
  }


/* --- */


    .banner-img.banner-img{
    min-height:20px
    }
      .banner-img.banner-img a{
      padding: 0;
    }

    .banner-img.banner-img img{
      width:100%;
    }

    /* Default: Desktop */
    .d-desktop {
      display: block;
    }
    .d-mobile {
     display: none;
    }

    /* Mobile (max 768px) */
    @media only screen and (max-width: 768px) {
    .d-desktop {
        display: none;
      }
      .d-mobile {
       display: block;
      }
    }


/* --- */


  header-drawer {
    justify-self: start;
    margin-left: -1.2rem;
  }@media screen and (min-width: 990px) {
      header-drawer {
        display: none;
      }
    }.menu-drawer-container {
    display: flex;
  }

  .list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
  }

  summary.list-menu__item {
    padding-right: 2.7rem;
  }

  .list-menu__item {
    display: flex;
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
  }

  .list-menu__item--link {
    text-decoration: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }

  @media screen and (min-width: 750px) {
    .list-menu__item--link {
      padding-bottom: 0.5rem;
      padding-top: 0.5rem;
    }
  }


/* --- */

.header {
    padding: 2px 3rem 2px 3rem;
  }

  .section-header {
    position: sticky; /* This is for fixing a Safari z-index issue. PR #2147 */
    margin-bottom: 0px;
  }

  @media screen and (min-width: 750px) {
    .section-header {
      margin-bottom: 0px;
    }
  }

  @media screen and (min-width: 990px) {
    .header {
      padding-top: 4px;
      padding-bottom: 4px;
    }
  }

/* --- */

.section-template--27158585999624__main-padding {
      padding-top: 27px;
      padding-bottom: 9px;
    }

    @media screen and (min-width: 750px) {
      .section-template--27158585999624__main-padding {
        padding-top: 36px;
        padding-bottom: 12px;
      }
    }

/* --- */


                .counter_time {
                    text-align: center;
                    font-size: 14px;
                    padding: 10px 20px;
                    border-radius: 8px;
                    background-color: #4ab748;
                    color: #fff;
                    font-weight: 700;
                    margin-bottom: 14px;
                }
                @media (max-width: 575px) {
                  .counter_time {
                    font-size: 12px;
                    padding: 10px;
                  }
                }
                

/* --- */


.shipping-box {
    background-color: #e9f9ff;
    padding: 6px 16px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
  strong#country-name {
    margin-left: 3px;
    display: block;
}


/* --- */


  .template_sw--new-product .metafield-rich_text_field ul li::before {
    background: url('https://cdn.shopify.com/s/files/1/0881/4477/3464/files/image_35.svg?v=1738298809');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sticky_cart {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: #ffffff;
    padding: 15px;
    width: 600PX;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    border: 1px solid #2727271f;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
body.sticky__add-to-cart .sticky_cart {
  opacity: 1;
  visibility: visible;
}
.product_sticky_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.cart_button_sticky,
.product_content {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.product_img {
  width: 80px;
  height: 80px;
}
.product_img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.sticky_cart .product_title_sticky h4 {
    font-size: 17px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 600;
}
.product_content {
  gap: 15px;
}
.main_product_section {
  position: relative;
  background-color: #fff;
  z-index: 999;
}
.cart_button_sticky .product-form__buttons .product-form__submit {
    margin: 0;
}
.sticky_cart span.price-item.price-item--sale.price-item--last {
  color: rgb(var(--product-font-color));
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
}
  .sticky_cart .badge.price__badge-sale {
    display: none;
}
.sticky_cart .price-item.price-item--regular {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    text-transform: capitalize;
    margin-right: 2px;
}

  .product_content {
    grid-template-columns: 80px minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 1.5rem;
    display: grid;
}
  @media(max-width:749px){
    .sticky_cart {
    left: 50%;
    bottom: 15px;
    width: calc(100% - 24px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    border: 0;
    border-radius: 12px;
    transform: translatex(-50%);
    padding: 0;
    background: transparent;
}
    .product_img {
    display: none;
}
.cart_button_sticky .product-form__buttons .product-form__submit {
    color: #000;
    width: 100%;
    background: #ffd161;
    margin: 0;
}
    .cart_button_sticky .product-form__buttons .product-form__submit span svg path{
       fill: #fff;
    }
    .cart_button_sticky .product-form__buttons {
    max-width: 100%;
}
    
    .cart_button_sticky, .product_content ,.product_sticky_wrapper {
    display: block;
}
    .product_title_sticky {
    display: none;
}
  }


/* --- */

 #shopify-section-template--27158585999624__sw_benefits_ccWdNg .benefit_point_inner img {max-width: 55px;} 

/* --- */


  .swiper-wrapper {
	transition-timing-function: linear !important;
  }


/* --- */


.main-footer {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 40px;
}
.footer-sec.menu-list-sec {
    width: 25%;
}
  .template_sw--new-product .shopify-section-group-footer-group {
    background: rgba(var(--product-font-color),.05);
}
.footer-main-sec {
    padding: 30px 0 0;
    background-color: #f3f3f3;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    border-top: 2px solid #0091c6;
}
.footer-main-sec .container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 5rem;
}

.foter-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.foter-logo {
    max-width: 109px;
    margin: 0 auto;
}

.footer-logo-sec.footer-sec {
    margin-bottom: 20px;
}
.footer-bottom-sec {
    padding: 16px 0;
    text-align: center;
    color: #000;
    line-height: 1.4;
}

.footer_title1 {
    font-size: 20px;
    margin-bottom: 18px;
    color: #000;
}

.footer_menu_wrap1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer_menu_wrap1 li a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    line-height: 1.3;
    transition: all 0.5s;
    display: block;
}

.footer_menu_wrap1 li a:hover {
    color: #1f1f1f;
}

.footer_menu_wrap1 li + li {
    margin-top: 12px;
}
@media(max-width:767px){
  .footer-main-sec {
    padding: 15px 0 0;
    border-top-right-radius: 75px;
    border-top-left-radius: 75px;
}
  .foter-logo {
    max-width: 200px;
}
  .footer-logo-sec.footer-sec {
    margin-bottom: 40px;
}
  .footer-main-sec .container {
    padding: 0 16px;
}
.main-footer {
    margin-bottom: 40px;
    flex-wrap: wrap;
  gap:0;
}
  .footer-sec.menu-list-sec {
    width: 100%;
}
.footer_menu_wrap1 {
    display: none;
    margin-top: 26px;
    margin-bottom: 12px;
}
.footer_title1 {
    font-size: 16px;
    margin: 0;
    padding: 16px 22px 16px 0;
    border-bottom: 1px dashed #000;
    text-transform: uppercase;
    line-height: 1.3;
  position:relative;
}
  .footer_title1::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: 0;
    transition: all 0.3s;
}

.footer-menu.active .footer_title1::after {transform: rotate(180deg);}
  .footer_menu_wrap1 li + li {
    margin-top: 9px;
}
  .footer_menu_wrap1 li a {
    font-size: 14px;
}
} 



/* Hide leftover PHX theme chrome on vaso PDP */
body.bsg-product-page product-recommendations,
body.bsg-product-page .related-products,
body.bsg-product-page .resource-list,
body.bsg-product-page .resource-card,
body.bsg-product-page .shopify-section:has(.resource-card),
body.bsg-product-page .shopify-section:has(product-recommendations),
body.bsg-product-page .breadcrumb,
body.bsg-product-page .breadcrumbs,
body.bsg-product-page .skip-to-content-link:not( .bsg-clone-root .skip-to-content-link) {
  display: none !important;
}



/* Force product image visible (mobile + desktop) */
body.bsg-product-page .bsg-clone-root .product__media-wrapper,
body.bsg-product-page .bsg-clone-root .product__media,
body.bsg-product-page .bsg-clone-root .product-media-container,
body.bsg-product-page .bsg-clone-root .media,
body.bsg-product-page .bsg-clone-root media-gallery,
body.bsg-product-page .bsg-clone-root .product__media img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: 100% !important;
  height: auto !important;
}
body.bsg-product-page .bsg-clone-root .product__media-list {
  display: flex !important;
  flex-direction: row !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
body.bsg-product-page .bsg-clone-root .product__media-item {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  scroll-snap-align: start;
  display: block !important;
}
body.bsg-product-page .bsg-clone-root .product__media img {
  width: 100% !important;
  min-height: 200px;
  object-fit: contain !important;
  background: #fff;
}

/* Keep cart drawers off-page until opened */
body.bsg-product-page cart-drawer-component:not([open]),
body.bsg-product-page #cart-drawer:not([open]),
body.bsg-product-page theme-drawer#cart-drawer:not([open]),
body.bsg-product-page .cart-drawer:not(.active):not([open]) {
  /* dialogs handle visibility; ensure no in-flow leak */
}
body.bsg-product-page #cart-drawer dialog:not([open]),
body.bsg-product-page theme-drawer dialog:not([open]) {
  display: none !important;
}

/* One footer only — promo row + main footer (Oliva structure), no extras */
body.bsg-product-page .bsg-clone-root .footer-main-sec + .footer-main-sec,
body.bsg-product-page .bsg-clone-root .sw-footer-row-section + .sw-footer-row-section {
  display: none !important;
}






/* ========== CLEAN TOP + PRODUCT (final) ========== */
body.bsg-product-page  .bsg-announce { width:100%; line-height:0; background:#2d9fd8; }
body.bsg-product-page  .bsg-announce__link { display:block; }
body.bsg-product-page  .bsg-announce img { display:block; width:100%; height:auto; }

body.bsg-product-page  .bsg-header {
  background:#fff;
  border-bottom:1px solid rgba(0,0,0,.06);
}
body.bsg-product-page  .bsg-header__inner {
  max-width:1200px;
  margin:0 auto;
  padding:12px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
body.bsg-product-page  .bsg-header__logo img {
  display:block;
  height:42px;
  width:auto;
  max-width:160px;
}
body.bsg-product-page  .bsg-header__nav {
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  gap:22px;
  flex-wrap:nowrap !important;
}
body.bsg-product-page  .bsg-header__nav a {
  color:#333 !important;
  text-decoration:none !important;
  font-size:13px;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
  white-space:nowrap;
}
body.bsg-product-page  .bsg-header__nav a:hover { color:#0091c6 !important; }
@media (max-width:749px) {
  body.bsg-product-page  .bsg-header__inner { padding:10px 14px; }
  body.bsg-product-page  .bsg-header__logo img { height:34px; }
  body.bsg-product-page  .bsg-header__nav { gap:14px; }
  body.bsg-product-page  .bsg-header__nav a { font-size:11px; }
}

/* Hide leftover Dawn header junk if any remains */
body.bsg-product-page .bsg-clone-root .section-header,
body.bsg-product-page .bsg-clone-root #shopify-section-sections--24737496695048__header,
body.bsg-product-page .bsg-clone-root #shopify-section-sections--24737496695048__sw_new_announcement_bar_hVgzTM {
  display:none !important;
}

/* Product media */
body.bsg-product-page .bsg-clone-root .product__media-wrapper {
  background:transparent !important;
}
body.bsg-product-page .bsg-clone-root .product-media-container,
body.bsg-product-page .bsg-clone-root .product__media,
body.bsg-product-page .bsg-clone-root .media {
  position:relative !important;
  aspect-ratio:1/1 !important;
  width:100% !important;
  background:#07141c !important;
  border-radius:16px !important;
  overflow:hidden !important;
  padding:0 !important;
  margin:0 !important;
}
body.bsg-product-page .bsg-clone-root .product__media img.image-magnify-none,
body.bsg-product-page .bsg-clone-root .product__media > img,
body.bsg-product-page .bsg-clone-root .media > img {
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
  max-width:none !important;
}

/* Hide dark leftover bar / slider chrome under image */
body.bsg-product-page .bsg-clone-root .slider-buttons,
body.bsg-product-page .bsg-clone-root .thumbnail-list,
body.bsg-product-page .bsg-clone-root .product__media-toggle,
body.bsg-product-page .bsg-clone-root .product__modal-opener > .product__media-icon,
body.bsg-product-page .bsg-clone-root .loading__spinner {
  display:none !important;
}

/* Video UGC */
body.bsg-product-page .bsg-clone-root .reviews_videos_block {
  position:relative; cursor:pointer;
}
body.bsg-product-page .bsg-clone-root .reviews_videos_block video {
  width:100%; height:100%; object-fit:cover; border-radius:12px; background:#000;
}
body.bsg-product-page .bsg-clone-root .video-play-pause {
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  z-index:2; background:rgba(0,0,0,.18);
}
body.bsg-product-page .bsg-clone-root .video-play-pause .play-btn {
  width:54px; height:54px; border-radius:999px; background:rgba(255,255,255,.92);
  display:flex; align-items:center; justify-content:center; color:#111;
}
body.bsg-product-page .bsg-clone-root .video-play-pause .icon-play {
  width:16px; height:16px; margin-left:3px;
}


/* Sale badge — clean ribbon, no white box */
body.bsg-product-page .bsg-clone-root  .bsg-sale-badge {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  left: auto !important;
  z-index: 6 !important;
  pointer-events: none !important;
  background: linear-gradient(135deg, #e53935 0%, #c62828 100%) !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 10px 12px 9px !important;
  box-shadow: 0 6px 16px rgba(0,0,0,.28) !important;
  min-width: 64px;
  text-align: center;
  line-height: 1;
  transform: rotate(3deg);
}
body.bsg-product-page .bsg-clone-root  .bsg-sale-badge__text {
  display: block;
  font-family: Poppins, sans-serif !important;
  font-weight: 800 !important;
  font-size: 22px !important;
  letter-spacing: -0.02em;
  color: #fff !important;
}
body.bsg-product-page .bsg-clone-root  .bsg-sale-badge__text small {
  display: block;
  margin-top: 3px;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  opacity: 0.95;
}
body.bsg-product-page .bsg-clone-root .cm_badge_svg_block { display: none !important; }

body.bsg-product-page  .bsg-header__logo img {
  height: 36px !important;
  width: auto !important;
  max-width: 190px !important;
  object-fit: contain;
}
@media (max-width: 749px) {
  body.bsg-product-page  .bsg-header__logo img { height: 30px !important; max-width: 150px !important; }
  body.bsg-product-page .bsg-clone-root  .bsg-sale-badge {
    top: 10px !important; right: 10px !important; padding: 8px 10px !important;
  }
  body.bsg-product-page .bsg-clone-root  .bsg-sale-badge__text { font-size: 18px !important; }
}


/* BSG video grid — 2x2 on phone, row on desktop */
.bsg-clone-root .bsg-video-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr;
  gap:10px;
  width:100%;
  margin:0;
  padding:0 4px;
}
@media (min-width:750px){
  .bsg-clone-root .bsg-video-grid{ grid-template-columns:repeat(3,1fr); gap:16px; }
}
.bsg-clone-root .bsg-video-grid .reviews_videos_block{
  position:relative !important;
  border-radius:14px !important;
  overflow:hidden !important;
  aspect-ratio:9/16;
  background:#111;
  margin:0 !important;
  width:100% !important;
}
.bsg-clone-root .bsg-video-grid video{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}
.bsg-clone-root .bsg-video-grid .video-play-pause{
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  background:rgba(0,0,0,.18); z-index:2; cursor:pointer;
}
.bsg-clone-root .bsg-video-grid .play-btn{
  width:54px; height:54px; border-radius:50%;
  background:#2b6cb0; color:#fff; display:flex; align-items:center; justify-content:center;
  box-shadow:0 0 0 6px rgba(43,108,176,.25), 0 0 0 10px rgba(43,108,176,.15);
}
.bsg-clone-root .bsg-video-grid .play-btn svg{ width:16px; height:16px; margin-left:3px; }
.bsg-clone-root .review_videos_sec .comman_heading{
  text-align:center !important;
  text-decoration:underline;
  text-underline-offset:6px;
  font-size:28px !important;
  line-height:1.25 !important;
  white-space:normal !important;
  padding:0 12px;
  overflow:visible !important;
}
.bsg-clone-root .review_videos_sec .comman_sub_title{
  text-align:center !important;
  font-size:18px !important;
  padding:0 12px 12px;
}
@media (max-width:749px){
  .bsg-clone-root .review_videos_sec .comman_heading{ font-size:20px !important; }
  .bsg-clone-root .review_videos_sec .comman_sub_title{ font-size:15px !important; }
}
body.bsg-product-page .bsg-header__nav a{ display:inline-block !important; }

.bsg-clone-root .faq-head{cursor:pointer;}
.bsg-clone-root .faq-content{display:none;}
.bsg-clone-root .faq-main-box.active .faq-content{display:block;}

.bsg-clone-root .review_scrolling_sec.bsg-proof{
  pointer-events:auto !important;
  background:#f3f3f3;
  overflow:hidden;
  padding:28px 0 48px;
}
.bsg-clone-root .bsg-proof .review_scrolling_row{ position:relative; }
.bsg-clone-root .bsg-proof__track-wrap{ overflow:hidden; }
.bsg-clone-root .bsg-proof__track{
  display:flex;
  gap:16px;
  width:max-content;
  animation:bsg-proof-marquee 38s linear infinite;
}
.bsg-clone-root .bsg-proof__card{
  flex:0 0 auto;
  width:210px;
  aspect-ratio:3/4;
  border-radius:28px;
  overflow:hidden;
  background:#fff;
}
.bsg-clone-root .bsg-proof__card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
@keyframes bsg-proof-marquee{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}
@media (max-width:749px){
  .bsg-clone-root .bsg-proof__card{ width:48vw; max-width:240px; border-radius:22px; }
  .bsg-clone-root .bsg-proof__track{ gap:12px; }
  .bsg-clone-root .bsg-proof .review_details_block h2{
    font-size:28px !important;
    font-weight:800;
    letter-spacing:-0.02em;
    text-align:center;
  }
  .bsg-clone-root .bsg-proof .review_details_block p{
    font-size:16px !important;
    color:#6b7280 !important;
  }
}
