/** Shopify CDN: Minification failed

Line 1397:0 Unexpected "}"
Line 10614:18 Expected identifier but found whitespace
Line 10614:20 Expected identifier but found "#1F1B13"
Line 22864:1 Comments in CSS use "/* ... */" instead of "//"

**/
/* ==========================================================================
   goodiev3old - the old theme's page CSS, as one file.

   The seven stylesheets that theme linked on this page, concatenated in the
   SAME ORDER the browser loaded them. The order is the whole point: these
   files override one another, so re-ordering them, or adding one, silently
   restyles the page.

   custom_pdp.css is deliberately NOT here - see above.

   A third of the ported sections carry no <style> of their own and were
   styled entirely by these. Loaded ONLY on this template, in place of
   cannumo-3.0's base.css: the two define conflicting global element and
   .page-width rules and cannot both apply.
   ========================================================================== */

/* ---------- :root, rendered from the old layout's Liquid style tag ---------- */
@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//cannumo.co.uk/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2") format("woff2"),
       url("//cannumo.co.uk/cdn/fonts/inter/inter_n4.af8052d517e0c9ffac7b814872cecc27ae1fa132.woff") format("woff");
}
@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//cannumo.co.uk/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2") format("woff2"),
       url("//cannumo.co.uk/cdn/fonts/inter/inter_n7.6dab87426f6b8813070abd79972ceaf2f8d3b012.woff") format("woff");
}
@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//cannumo.co.uk/cdn/fonts/inter/inter_i4.feae1981dda792ab80d117249d9c7e0f1017e5b3.woff2") format("woff2"),
       url("//cannumo.co.uk/cdn/fonts/inter/inter_i4.62773b7113d5e5f02c71486623cf828884c85c6e.woff") format("woff");
}
@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("//cannumo.co.uk/cdn/fonts/inter/inter_i7.b377bcd4cc0f160622a22d638ae7e2cd9b86ea4c.woff2") format("woff2"),
       url("//cannumo.co.uk/cdn/fonts/inter/inter_i7.7c69a6a34e3bb44fcf6f975857e13b9a9b25beb4.woff") format("woff");
}
@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//cannumo.co.uk/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2") format("woff2"),
       url("//cannumo.co.uk/cdn/fonts/inter/inter_n4.af8052d517e0c9ffac7b814872cecc27ae1fa132.woff") format("woff");
}
:root {
        --font-body-family: Inter, 
        sans-serif;
        --font-body-style: normal;
        --font-body-weight: 400;
        --font-body-weight-bold: 700;

        --font-heading-family: Inter, 
        sans-serif;
        --font-heading-style: normal;
        --font-heading-weight: 400;

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

        --color-base-text: 18, 
        18, 
        18;
        --color-shadow: 18, 
        18, 
        18;
        --color-base-background-1: 255, 
        250, 
        231;
        --color-base-background-2: 243, 
        243, 
        243;
        --color-base-solid-button-labels: 255, 
        255, 
        255;
        --color-base-outline-button-labels: 18, 
        18, 
        18;
        --color-base-accent-1: 18, 
        18, 
        18;
        --color-base-accent-2: 51, 
        79, 
        180;
        --payment-terms-background-color: #fffae7;

        --gradient-base-background-1: #fffae7
    ;
      --gradient-base-background-2: #f3f3f3
  ;
    --gradient-base-accent-1: #121212
;
  --gradient-base-accent-2: #334fb4
;

  --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: 0px;
  --media-shadow-blur-radius: 5px;

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

  --card-image-padding: 0.0rem;
  --card-corner-radius: 0.0rem;
  --card-text-alignment: left;
  --card-border-width: 0.0rem;
  --card-border-opacity: 0.1;
  --card-shadow-opacity: 0.0;
  --card-shadow-horizontal-offset: 0.0rem;
  --card-shadow-vertical-offset: 0.4rem;
  --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.0;
  --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: 0
px;

  --grid-desktop-vertical-spacing: 20px;
  --grid-desktop-horizontal-spacing: 20px;
  --grid-mobile-vertical-spacing: 10px;
  --grid-mobile-horizontal-spacing: 10px;

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

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

  --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;
}

*,
*::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;
  }
}
.shopify-section-announcement-bar {
  z-index: unset;
}

/* ---------- edvinas-custom.css ---------- */
/* Product Page (featured-collection-pdp.liquid) */

@media only screen and (max-width: 768px) {
  .featured-collection__heading-transparent {
    margin-bottom: 20px !important;
  }
}

/* Homepage (influencer-cards.liquid) */
.influencer-cards__heading {
  font-size: 140px !important;
  width: 100%;
  line-height: 180px !important;
  margin: unset;
  color: transparent;
  -webkit-text-stroke: 2px #1f1b13;
  letter-spacing: 5px;
  text-align: center;
  font-family: "Milanesaserif demibold" !important;
}

@media only screen and (max-width: 768px) {
  .influencer-cards__heading {
    font-size: 17vw !important;
    line-height: 55px !important;
    -webkit-text-stroke-width: 1px !important;
  }
}

.upsell-bundles__links {
  display: none !important;
}

.upsell-bundles__content {
  justify-content: center;
}

@media only screen and (min-width: 1050px) {
  .mobile-product-actions-bundle {
    display: none;
  }
}

@media only screen and (max-width: 1050px) {
  .mobile-product-actions-bundle {
    margin-top: -60px;
    margin-bottom: 80px;
  }

  .desktop-product-actions-bundle {
    display: none !important;
  }

  .main-product__usps-icon.icons-product-page {
    margin-bottom: -70px !important;
  }

  .upsell-bundles__name a{
    font-size: 15px !important;
  }
}


main{
  overflow-x: hidden;
  overflow-y: hidden;
}

.cart__items__row[variant-id='48213164622161'] a {
  pointer-events: none !important;
}

.cart__items__row[variant-id='48213164622161'] .cart__items__remove {
  display: none !important;
}

.cart__items__row[variant-id='48213164622161'] .quantity__button {
  display: none !important;
}

.cart__items__row[variant-id='48213164622161'] .quantity__input {
  pointer-events: none !important;
}

/* ---------- custom.css ---------- */
.main-product--bundle .main-product__actions-bundle-heading h1, 
.main-product--bundle .main-product__actions-bundle-heading h2, 
.main-product--bundle .main-product__actions-bundle-heading h3, 
.main-product--bundle .main-product__actions-bundle-heading h4, 
.main-product--bundle .main-product__actions-bundle-heading h5, 
.main-product--bundle .main-product__actions-bundle-heading h6 {
  margin: 0px;
}
.main-product--bundle .main-product__actions-bundle-heading p {
  margin: 5px 0px 0px 0px;
  font-size: 21px;
  line-height: 36px;
  font-weight: 300;
}
.main-product__actions-bundle-heading2 p {
  font-family: Milanesaserif demibold !important;
  font-size: 68px !important;
  font-weight: 700 !important;
  line-height: 85px !important;
}
.main-product--bundle .main-product__actions-bundle-inner {
  gap: 40px;
  margin-top: 90px;
}
.main-product__actions-bundle-txt p strong {
  font-family: "Gopher bold" !important;
}
.main-product--bundle .main-product__actions-bundle-product {
  width: 160px;
  height: 240px;
  justify-content: center;
  flex-direction: column;
}
.main-product--bundle .main-product__actions-bundle-product img {
  width: auto;
  height: auto;
  padding: 12px;
  border-radius: 61px;
}
.main-product--bundle .main-product__actions-letters {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.main-product--bundle .main-product__actions-bundle-buy {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 13px 0px;
}
.main-product--bundle .main-product__actions-bundle-buy-price {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  flex-direction: row-reverse;
}
.main-product--bundle .main-product__actions-bundle-buy-old {
  color: black;
  font-weight: 300;
  font-size: 20px;
}
.main-product--bundle .main-product__actions-bundle-buy-add-to-cart {
  padding: 16px 32px 16px 32px !important;
  letter-spacing: 0px;
  border: 3px solid #1f1b13 !important;
}
.main-product__actions-bundle-txt {
  text-transform: uppercase;
  font-size: 20px;
}
.main-product--bundle .main-product__actions-bundle-product p {
  font-size: 18px !important;
  color: #1F1B13;
}
.main-product__actions-bundle-inner11 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.main-product__actions-bundle-inner1 {
  display: flex;
  align-items: center;
}
.main-product__actions-bundle-inner2 {
  display: flex;
  align-items: center;
}

.collection-product__quick-add:hover:not(:disabled) svg path, 
.collection-product__quick-add:hover:not(:disabled) svg circle {
  stroke: black !important;
}
.cart-pro-cus {
  margin-right: 14px;
}
.main-product--bundle .main-product__actions-bundle-product {
  width: 160px;
  height: 240px;
  justify-content: center;
  flex-direction: column;
}
.main-product--bundle .main-product__actions-bundle-product img {
  width: auto;
  height: auto;
  padding: 9px;
  border-radius: 88.72px;
}
.cart__page-col1 {
  display: none;
}
.main-product--bundle .main-product__actions-letters {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.main-product--bundle .main-product__actions-bundle-buy {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 13px 0px;
}
.main-product--bundle .main-product__actions-bundle-buy-price {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  flex-direction: row-reverse;
}
.main-product--bundle .main-product__actions-bundle-buy-old {
  color: black;
  font-weight: 300;
  font-size: 20px;
}
.main-product--bundle .main-product__actions-bundle-buy-add-to-cart {
  padding: 16px 32px 16px 32px !important;
  letter-spacing: 0px;
  border: 3px solid #1f1b13 !important;
}
.main-product__actions-bundle-txt {
  text-transform: uppercase;
  font-size: 20px;
}
.main-product--bundle .main-product__actions-bundle-product p {
  font-size: 20px !important;
  color: #1F1B13;
}
.main-product__actions-bundle-inner11 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.main-product__actions-bundle-inner1 {
  display: flex;
  align-items: center;
}
.main-product__actions-bundle-inner2 {
  display: flex;
  align-items: center;
}
.termsandconditions__notice {
  font-weight: 300 !important;
}
.termsandconditions__notice span {
  font-weight: bold;
}
.termsandconditions__notice a {
  text-decoration: underline;
}
.popup7 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.popup__content7 {
  width: 80%;
  overflow: auto;
  padding: 50px;
  background: white;
  color: black;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  display: block;
}
.close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #099ccc;
}
.close span:nth-child(1) {
  transform: rotate(45deg);
}
.close span:nth-child(2) {
  transform: rotate(135deg);
}
.cart-pro-cus {
  display: flex !important;
  justify-content: space-around;
  background: #f1eddc;
  padding: 8px 27px;
  border: 1px solid #E5E1D2;
}
.cart-pro-title {
  font-weight: 600;
}
.cart_empty-cus.cart-pro {
  display: none;
}
.cart_empty-cus.cart-pro.new-display-flex {
  display: flex;
}
.cart__page-col .loading1 {
  height: 118.857px;
  /* width: 100%; */
  position: relative;
  margin: 12px 30px;
  padding: 50px;
  background: #e5e1d2;
}
.cart-pro {
  /* display: none !important; */
  align-items: center;
  padding: 1rem 0 4rem;
  justify-content: center;
  width: 100%;
  max-height: 100%;
}
.cart-pro-img img {
  width: 100%;
}
.cart-pro {
  padding: 12px 30px;
  display: flex;
}
.cart-pro-img {
  width: 76px;
}
.cart-pro {
  max-width: 100%;
}
.cart-pro .buton-cart {
  display: flex !important;
  padding: 5px 19px !important;
  background-color: #fffae7 !important;
  color: #1f1b13 !important;
  border: 2px solid #E5E1D2 !important;
  gap: 11px;
  font-size: 16px !important;
}
.cart-pro .buton-cart span {
    display: flex;
    gap: 12px;
}
.btn-add {
  display: none !important;
}
.cart-pro-cus2 {
  display: flex;
  gap: 13px;
  flex-direction: column;
  justify-content: space-between;
}
.cart-pro .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.cart-pro .slick-dots {
  list-style-type: none;
}
.cart-pro .slick-dots button {
  width: 30px;
  height: 20px;
  display: block;
  border: 0;
  background-color: transparent;
  /* margin: 0 6px; */
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  transition: .3s all;
  position: relative;
  z-index: 0;
  font-size: 0;
  color: transparent;
  background: transparent;
  border: transparent;
  font-size: 0px;
}
.cart-pro .slick-dots button:before {
  content: "";
  display: block;
  z-index: 2;
  font-size: 0px !important;
  width: 16px !important;
  height: 8px !important;
  display: block;
  border: 0;
  background-color: #FFFAE7;
  transition: .3s all;
  opacity: 1 !important;
}
.cart-pro .slick-dots .slick-active button:before {
  height: 10px;
  background-color: #B4AFA3;
}
.empty-class {
  display: none;
}
.main-product__actions-bundle-heading1 p {
  font-size: 64px !important;
  font-family: "Milanesaserif variable" !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1161px) {
  .main-product--bundle .main-product__actions-bundle-product {
    width: 129px;
    height: 232px;
  }
  .main-product--bundle .main-product__actions-bundle-inner {
    gap: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .desk-cus {
    justify-content: normal !important;
    flex-wrap: nowrap !important;
  }
  .main-product--bundle .main-product__actions-bundle-product {
    width: 102px;
    height: 232px;
  }
  .main-product--bundle .main-product__actions-bundle-product p {
    font-size: 14px !important;
    color: #1f1b13;
    line-height: 19px;
  }
  .main-product--bundle .main-product__actions-letters svg {
    width: 43px;
    height: 43px;
  }
  .main-product--bundle .main-product__actions-bundle-buy-price {
    font-size: 24px !important;
  }
  .main-product--bundle .main-product__actions-bundle-buy-old {
    font-size: 16px;
  }
  .main-product--bundle .main-product__actions-bundle-inner {
    gap: 23px;
  }
  .main-product--bundle .main-product__actions-bundle-buy-add-to-cart {
    padding: 9px 13px !important;
    font-size: 14px;
  }
  .main-product__actions-bundle-heading1 p {
    font-size: 45px !important;
  }
  .main-product__actions-bundle-heading2 p {
    font-size: 44px !important;
    line-height: 38px !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
  .cart-pro-cus {
    padding: 8px 11px;
    gap: 9px;
  }
  .cart-pro-img {
    width: 56px;
    height: 56px;
  }
  .cart-pro-cu33 {
    gap: 11px;
  }
}
@media (max-width: 400px) {
  .cart-pro-img {
    width: 56px;
    height: 56px;
  }
  .cart-pro-cu33 {
    gap: 20px;
  }
  .cart-pro-cus {
    padding: 8px 12px;
    gap: 9px;
  }
}
.cart-pro .buton-cart {
  justify-content: center;
}
@media (min-width: 767px) {
  .cart-pro .slick-slide {
    gap: 24px;
    width: 504px !important;
  }
  .cart-pro .buton-cart {
    min-width: 37px;
    justify-content: center;
  }
  .cart__items1 {
    padding: 0 0px !important;
  }
.cart__items1 .cart__items__row {
    padding: 14px 19px 24px 48px!important;
}
  .cart__items1 .cart__page-col {
    padding: 24px 48px;
    border-bottom: 2px solid black;
  }
  .cart-pro-cus33 {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .cart-pro-cu33 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  /* .cus-cusss {
    display: none;
  } */
  .cart-pro-cu3 {
    display: flex;
  }
  .cart-pro .slick-dots {
    bottom: 16px !important;
    right: 67px;
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .desk-cus {
    display: none !important;
  }
  .btn-loading {
    width: 20px !important;
    height: 20px !important;
  }
  .main-product--bundle .main-product__actions-bundle-product {
    width: 50%;
  }
  .cart-pro-price {
    font-size: 12px;
  }
  .mobile-cus .product-add-button-initialized {
    width: 100%;
  }
  .main-product__actions-bundle-heading1 p {
    font-size: 32px !important;
  }
  .main-product__actions-bundle-heading2 p {
    font-family: Milanesaserif demibold !important;
    font-size: 33px !important;
    line-height: 22px !important;
  }
  .cart-pro {
    padding: 12px 30px 34px 30px;
    border-bottom: 1px solid black;
  }
  .cart-pro-cu33 {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
  }
  .cart-pro .slick-dots button:before {
    background-color: #E5E1D2;
  }
  .cart-pro .cus-cusss .buton-cart {
    padding: 5px 6px !important;
    display: block !important;
  }
  .cus-cusss svg {
    width: 20px;
    height: 20px;
  }
  .cart-pro-cus33 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .btn-cusss {
    display: none;
  }
.cart-pro .slick-dots {
    position: absolute;
    bottom: -14px!important;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
}
  .cart-pro-cus2 {
    flex-wrap: wrap;
  }
  /* .cart-pro-title {
    font-size: 12px;
    line-height: 18px;
  } */
  .main-product--bundle .main-product__actions-letters {
    margin: 0px;
  }
  .main-product__actions-bundle-product1 {
    flex-direction: row !important;
    width: 100% !important;
    height: 100% !important;
    align-items: center;
    gap: 25px;
  }
  .main-product__actions-bundle-inner11 {
    width: 100%;
  }
  .main-product__actions-bundle-product2 {
    justify-content: unset !important;
  }
  .main-product--bundle .main-product__actions-bundle-inner2 {
    gap: 43px;
    width: 100%;
    justify-content: space-between;
  }
  .main-product__actions-bundle-product2 img {
    width: 100% !important;
  }
  .main-product-bundle .container {
    width: 100%;
  }
  .main-product__actions-bundle-product1 img {
    width: 50% !important;
  }
  .main-product--bundle .main-product__actions-bundle-product p {
    font-size: 16px !important;
    line-height: 21px;
  }
  .main-product--bundle .main-product__actions-bundle-buy-price {
    flex-direction: row;
    border-top: 1px solid;
    padding-top: 15px;
    margin-top: 44px;
  }
  .main-product--bundle .main-product__actions-bundle-inner {
    gap: 23px;
    margin-top: 30px;
  }
  .main-product--bundle .main-product__actions-bundle-buy {
    margin: 49px 0;
  }
  .main-product__actions-bundle-txt {
    font-size: 16px;
  }
  .main-product--bundle .main-product__actions-bundle-heading {
    text-align: center;
  }
  .main-product__actions-bundle-txt p {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .mobile-cus {
    display: none !important;
  }
}
.newClass {
  display: none !important;
}
.loading11 {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  position: absolute;
  left: 50%;
  top: 28%;
  display: block !important;
}
@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.cart_empty-cus.cart-pro {
  display: none;
}
.cart_empty-cus.cart-pro.new-display-flexx {
  display: flex;
}

.btn-loading {
  width: 30px;
  height: 30px;
  border: 3px solid gray;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin .5s linear 0s infinite;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@media (min-width: 830px) and (max-width: 1024px) {
  .main-product--bundle .main-product__actions-bundle-buy-price {
    display: block; /* Change display to block */
    flex-direction: initial; /* Remove flex-direction */
  }
}
@media (max-width: 767px) {
  .desk-cus {
    display: none !important;
  }
  .main-product--bundle .main-product__actions-bundle-product {
    width: 50%;
  }
  .cart-pro-price {
    font-size: 12px;
  }
  .mobile-cus .product-add-button-initialized {
    width: 100%;
  }
  .main-product__actions-bundle-heading1 p {
    font-size: 32px !important;
  }
  .main-product__actions-bundle-heading2 p {
    font-family: Milanesaserif demibold !important;
    font-size: 33px !important;
    line-height: 22px !important;
  }
  .cart-pro {
    padding: 12px 30px 34px 30px;
    border-bottom: 1px solid black;
  }
  .cart-pro-cu33 {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
  }
  .cart-pro .slick-dots button:before {
    background-color: #E5E1D2;
  }
  .cart-pro .cus-cusss .buton-cart {
    padding: 5px 6px !important;
    
  }
  .cus-cusss svg {
    width: 20px;
    height: 20px;
  }
  .cart-pro-cus33 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .btn-cusss {
    display: none;
  }
  .cart-pro .slick-dots {
    position: absolute;
    bottom: 16px !important;
    padding: 0px;
  }
  .cart-pro-cus2 {
    flex-wrap: wrap;
  }
  /* .cart-pro-title {
    font-size: 12px;
    line-height: 18px;
  } */
  .main-product--bundle .main-product__actions-letters {
    margin: 0px;
  }
  .main-product__actions-bundle-product1 {
    flex-direction: row !important;
    width: 100% !important;
    height: 100% !important;
    align-items: center;
    gap: 25px;
  }
  .main-product__actions-bundle-inner11 {
    width: 100%;
  }
  .main-product__actions-bundle-product2 {
    justify-content: unset !important;
  }
  .main-product--bundle .main-product__actions-bundle-inner2 {
    gap: 43px;
    width: 100%;
    justify-content: space-between;
  }
  .main-product__actions-bundle-product2 img {
    width: 100% !important;
  }
  .main-product-bundle .container {
    width: 100%;
  }
  .main-product__actions-bundle-product1 img {
    width: 50% !important;
  }
  .main-product--bundle .main-product__actions-bundle-product p {
    font-size: 16px !important;
    line-height: 21px;
  }
  .main-product--bundle .main-product__actions-bundle-buy-price {
    flex-direction: row;
    border-top: 1px solid;
    padding-top: 15px;
    margin-top: 44px;
  }
  .main-product--bundle .main-product__actions-bundle-inner {
    gap: 23px;
    margin-top: 30px;
  }
  .main-product--bundle .main-product__actions-bundle-buy {
    margin: 49px 0;
  }
  .main-product__actions-bundle-txt {
    font-size: 16px;
  }
  .main-product--bundle .main-product__actions-bundle-heading {
    text-align: center;
  }
  .main-product__actions-bundle-txt p {
    text-align: center;
  }
}
@media (min-width: 767.1px) and (max-width: 1024px) {
  .desk-cus {
    justify-content: normal !important;
    flex-wrap: nowrap !important;
  }
  .main-product--bundle .main-product__actions-bundle-product {
    width: 102px;
    height: 232px;
  }
  .main-product--bundle .main-product__actions-bundle-product p {
    font-size: 14px !important;
    color: #1f1b13;
    line-height: 19px;
  }
  .main-product--bundle .main-product__actions-letters svg {
    width: 43px;
    height: 43px;
  }
  .main-product--bundle .main-product__actions-bundle-buy-price {
    font-size: 24px !important;
  }
  .main-product--bundle .main-product__actions-bundle-buy-old {
    font-size: 16px;
  }
  .main-product--bundle .main-product__actions-bundle-inner {
    gap: 23px;
  }
  .main-product--bundle .main-product__actions-bundle-buy-add-to-cart {
    padding: 9px 13px !important;
    font-size: 14px;
  }
  .main-product__actions-bundle-heading1 p {
    font-size: 45px !important;
  }
  .main-product__actions-bundle-heading2 p {
    font-size: 44px !important;
    line-height: 38px !important;
  }
}
@media (min-width: 500px) and (max-width: 600.9px) {
  .main-product--bundle .main-product__actions-bundle-buy {
    padding-top: 50px;
  }
}
@media (min-width: 601px) and (max-width: 700px) {
  .main-product--bundle .main-product__actions-bundle-buy {
    padding-top: 90px;
  }
}
@media (min-width: 700.1px) and (max-width: 767px) {
  .main-product--bundle .main-product__actions-bundle-buy {
    padding-top: 150px;
  }
}

.cart-pro-title {
  display: block;
  overflow: hidden;
  height: calc(1.5em * 3); /* 3 lines based on line height */
  line-height: 1.5; /* Set your line height */
  position: relative;
}

.cart-pro-title::after {
  content: '';
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.5em; /* Same as the line height */
}

@media (min-width: 767px) {
.cart-pro-price {
    padding-left: 15px;
}
}

.modal-content1 a {
    text-decoration: underline;
}

@media (min-width: 375px) and (max-width: 385px) {
  .cart-pro-cus {
    width: 270px !important;
  }
}

@media (min-width: 386px) and (max-width: 401px) {
  .cart-pro-cus {
    width: 287px !important;
  }
}

@media (min-width: 402px) and (max-width: 419px) {
  .cart-pro-cus {
    width: 305px !important;
  }
}

@media (min-width: 420px) and (max-width: 429px) {
  .cart-pro-cus {
    width: 310px !important;
  }
}





.cart_progressbar_row {
    height: 8px;
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #dcd7c5;
    display: block!important;
}
.cart_progressbar_main .cart_progressbar {
    display: block!important;
    background: #e17f53;
    transition: .4s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 20px;
}
.cart_progressbar_icon_main .cart_progressbar_icon {
    display: flex;
}
.header__bubble.cart_line_property {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 0 48px;
    margin-bottom: 24px;
}
.cart__items-wrapper .loading1 {
    margin: 0;
}
.cart__items-wrapper .cart_empty-cus {
    padding: 0;
}
.cart_progressbar_main {
    width: 100%;
}
.cart_progressbar_main .cart_progressbar_col * {
    text-decoration: none;
}
.cart_progressbar_main .cart_progressbar_col s {
    font-weight: 700;
}
.cart_progressbar_col {
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    margin-top: 8px;
    text-transform: uppercase;
    font-weight: 300;
}
/* .cart__page-col[data-products] {
    padding-bottom: 24px;
} */
.cart__page-col[data-products] .cart-pro-cus {
    margin-left: 10px;
}
.cart__items1 .cart__page-col .cart_empty-cus {
    padding: 0;
}

.cart_sticky_top {
    margin-top: 32px;
}
.cart__drawer-items .cart_sticky_top .cart__page-col .cart_empty-cus {
    padding: 24px 47px;
    padding-top: 0;
    margin-top: 24px;
}
.cart__drawer-items .cart_sticky_top .cart__page-col {
    border-bottom: 2px solid #1F1B13;
    margin-bottom: 27px;
}
@media (min-width:768px) {
.cart__drawer-items .cart_sticky_top .cart__page-col .cart_empty-cus .cart-pro-cus {
    margin: 0;
    padding: 16px 66px 16px 16px;
}
}
@media (max-width:767px) {
.cart__drawer-items .cart_sticky_top .cart__page-col .cart_empty-cus .cart-pro-cus {
    margin: 0;
    padding: 16px 16px 16px 16px;
}
}
.cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items {
    margin-right: 25px;
}
.cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .cart__items__grid .cart__items__title a,
.cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .cart__items__grid .cart__items__quantity .ht-money {
  font-weight: 500;
}
.cart_progressbar_main .valueAdded {
    display: none;
}
.cart_progressbar_main .valueAdded.value_Active {
    display: block;
    margin-top: 5px;
}
.cart_progressbar_main .cart_progressbar_col.valueRemove {
    display: none;
}
.cart_progressbar_main .valueAdded {
    font-weight: 500;
}
.cus-cusss .collection-product__quick-add.button {
    display: none !important;
}
.cart_progressbar_main .valueAdded.active {
    margin-top: 5px;
    text-transform: uppercase;
}
.cart_loader img {
    height: 22px;
    margin-top: 7px;
}
@media (max-height:750px) {
.cart_sticky_top {
    position: relative;
    top: 0;
    background: #fffae7;
    z-index: 1;
}
}

@media (max-width:767px) {
  .header__bubble.cart_line_property {
    padding: 0 25px;
}
  .cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items {
    margin-right: 15px;
}
  .cart_sticky_top {
    margin-top: 25px;
}
  .cus-cusss .collection-product__quick-add.button {
  display: flex !important;
}
  .cus-cusss .collection-product__quick-add.button .bbtn-loading {
    display: none;
  }
  .cus-cusss .collection-product__quick-add.button .bbtn-loading.btn-loading {
    display: block;
  }
}

@media (max-width:575px) {
  .cart_progressbar_col {
    font-size: 14px;
}
  .cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .cart__items__grid .cart__items__title a, .cart__items__grid .price_discount .item__total__savings {
    font-size: 14px;
    line-height: 1.2 !important;
}
}

@media (min-width: 575px) and (max-width: 767px) {
  .cart__page-col .cart-pro .slick-slide {
    width: 423px !important;
  }
body .header-wrapper .cart__drawer .drawer__content {
    width: 100% !important;
    max-width: 520px !important;
}
}

@media ( max-width:575px) {
body .header-wrapper .cart__drawer .drawer__content {
    width: 100% !important;
    max-width: 370px !important;
}
  .cart__page-col .cart-pro .slick-slide {
    width: 334px!important;
}
  .cart-pro .slick-dots {
    bottom: 8px!important;
}
  .cart__drawer-items .cart_sticky_top .cart__page-col .cart_empty-cus {
    padding: 0px 17px 24px;
}
  .cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items {
      margin-right: 0;
  }
}

@media (max-width:370px) {
  body .header-wrapper .cart__drawer .drawer__content {
    width: 100% !important;
    max-width: 320px !important;
}
  .cart__page-col .cart-pro .slick-slide {
    width: 284px!important;
}
}

.cart_progressbar_col b {
  font-family: gopher bold new;
}
}


/* ---------- goodiev3.css ---------- */
/* +++ Header +++ */
.header__desktop-search,
.header__mobile-search {
  opacity: 0;
  pointer-events: none;
}

/* +++ Npdp2 global +++ */
html body,
html body *:not(i):not(svg):not(path) {
  font-family: Inter, sans-serif !important;
  letter-spacing: -0.02em;
}
/* +++ End of Npdp2 global +++ */

/* +++ Announcment bar +++ */

.np-announcement__icon svg {
   width:20px;
  height:20px;
  display:block;
}
/* 1. THE CORE MARQUEE CSS */
  .np-announcement__viewport { overflow: hidden; width: 100%; position: relative; }
  
  .np-announcement__marquee { 
  display: flex; 
  width: max-content; 
  will-change: transform; 
  gap: 0 !important;
  
  /* --- ADJUST SPEED HERE --- */
  /* Higher number (e.g. 60s) = Slower */
  /* Lower number (e.g. 10s) = Faster */
  animation: marquee-loop 60s linear infinite;
}

  /* Pause on hover if you like */
  .np-announcement__marquee:hover { animation-play-state: paused; }

  .np-announcement__track { 
    display: flex; 
    align-items: center; 
    flex-shrink: 0; 
    gap: 48px;
    padding-right: 48px; /* This MUST match the gap */
  
  }

  @keyframes marquee-scroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); } /* -50% because we have 2 identical tracks */
  }

  @keyframes marquee-loop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    /* Move by exactly half (one full track width) */
    transform: translate3d(-50%, 0, 0);
  }
}

  /* 2. REST OF YOUR STYLES (Keep exactly as is) */
  .np-announcement__item { display: flex; align-items: center; gap: 8px; padding: 12px 0; white-space: nowrap; }
  .np-announcement__icon svg { width:20px; height:20px; display:block; }
  .np-sticky-wrapper { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; transform: translateY(-100%); opacity: 0; transition: transform .35s ease, opacity .25s ease; pointer-events: none; }
  .np-sticky-wrapper.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .np-sticky-cta { background: #FFF; border-bottom: 1px solid #EEE; }
  .np-sticky-cta__inner { max-width: 1120px; margin: 0 auto; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; }
  .np-sticky-cta__title { font-size: 14px; line-height: 16px; font-weight: 700; color: #000; }
  .np-sticky-cta__subtitle { font-size: 12px; line-height: 16px; color: #666; }
  .np-sticky-cta__btn { background: #000; color: #FFF; font-size: 14px; font-weight: 500; padding: 8px 16px; border-radius: 128px; text-decoration: none; }
  @media (max-width:768px){
    .np-sticky-cta__inner{ padding:12px 16px; }
  }

/* ===== ANIMATION ===== */


/* +++ End of Announcment bar +++ */

/* +++ NPDP2 Section1 +++ */
.npmobile {
    display: none;
    }
    .sale-offer__btn.np-hero__btn.btn-main {
    max-width: 352px;
    }
    .sale-offer__btn.np-hero__btn.btn-main:hover{
  color:#FFF;
}
  .np-hero 
.np-cards--desktop 
.np-card:first-child 
.np-bullet:last-child{
  margin-bottom:16px;
}

.npdesktop {
  text-align: center;
  max-width: 352px;
}

/* Same for mobile first slide */
.np-hero 
.np-slide:first-child 
.np-bullet:last-child{
  margin-bottom:20px;
}
.np-hero .np-bullet__text{
  margin:4px 0;
}

/* If bullet text contains a span → remove spacing */
.np-hero .np-bullet__text:has(> span){
  margin:0;
}



/* If text is wrapped in <span2> → custom spacing */

    body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
    /* ========== TITLES ========== */
.nptitle{
  font-size:40px;
  line-height:44px;
  color:#351B13;
}

/* ========== FONT SIZES ========== */
.npfont1620{
  font-size:16px;
  line-height:20px;
}
.npfont6472 {
 font-size:64px;
line-height:72px;
}
.npfont1416{
  font-size:14px;
  line-height:16px;
}

.npfont1624{
  font-size:16px;
  line-height:24px;
}

.nptext2028{
  font-size:20px;
  line-height:28px;
}
.nptext2432{
  font-size:20px;
  line-height:28px;
}

.nptext2024{
  font-size:20px;
  line-height:24px;
}

.nptext1416{
  font-size:14px;
  line-height:16px;
}

.nptext1420{
  font-size:14px;
  line-height:20px;
}

.nptext1216{
  font-size:12px;
  line-height:16px;
}
.nptext1616{
  font-size:16px;
  line-height:16px;
}

.nptext2032{
  font-size:20px;
  line-height:32px;
}
.npwhite{ color:#FFFFFF; }
.npbrown{ color:#351B13; }
.npgray{  color:#666666; }
.npgray2{  color:#666; }
.npblack{ color:#0C0C0D; }
.npleft{ text-align:left; }
.npcenter{ text-align:center; }
.npright{ text-align:right; }
.npweight500{ font-weight:500; }
.npweight600{ font-weight:600; }
.npweight700{ font-weight:700; }

@media (max-width:768px){
  .nptext2432{
  font-size:18px;
  line-height:28px;
}

  .nptitle{
    font-size:32px;
    line-height:36px;
    margin-right: 24px;
  }

  .npfont1624{
    font-size:14px;
    line-height:20px;
  }

  .nptext2028{
    font-size:14px;
    line-height:20px;
  }

  .nptext2024{
    font-size:16px;
    line-height:20px;
  }
  .nptext1616{
  font-size:14px;
  line-height:16px;
}

}


    /* ====== Layout wrapper ====== */
    .np-hero{
      width:100%;
      background:#FDFCF9;
    }

    .np-hero .np-hero__container{
      max-width:1120px;
      margin:0 auto;
      padding:28px 0 48px;
      box-sizing:border-box;
    }

    .np-hero .np-hero__grid{
  display:flex;
  gap:48px;
  align-items: center;
}
.np-hero .np-hero__right{
  margin-left:auto;
}

    .np-hero .np-hero__left{
      max-width:450px;
      width:100%;
    }

    .np-hero .np-hero__right{
      flex:1 1 auto;
      min-width:0;
      display:flex;
    }

    /* ====== Eyebrow pill ====== */
    .np-hero .np-hero__eyebrow{
      display:inline-flex;
      align-items:center;
      border-radius:128px;
      background:#EBE8E7;
      box-shadow:0 0 8px 0 rgba(0,0,0,0.08);
      padding:4px 12px;
      margin-bottom:32px;
    }

    /* ====== Left text spacing ====== */
    .np-hero .np-hero__title{
      margin:0 0 16px 0;
    }

    .np-hero .np-hero__body{
      margin:0 0 40px 0;
    }

    .np-hero .np-hero__btn{
      display:inline-flex;
      margin:0 0 16px 0;
      text-decoration:none;
    }

    /* ====== Reviews row ====== */
    .np-hero .np-hero__reviews{
      display:flex;
      align-items:center;
      gap:8px;
      justify-content: center;
    }

    .np-hero .np-hero__stars{
      width:88px;
      height:16px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
    }

    .np-hero .np-hero__stars svg,
    .np-hero .np-hero__stars img{
      width:88px;
      height:16px;
      display:block;
    }

    /* ====== Desktop cards ====== */
    .np-hero .np-cards--desktop{
      display:flex;
      gap:16px;
      align-items:flex-start;
      justify-content:flex-end;
    }

    .np-hero .np-card-hero{
      max-width:303px;
      display:flex;
      flex-direction:column;
    }

    .np-hero .np-card__image{
      width:303px;
      height:300px;
      border-radius:16px;
      overflow:hidden;
      background:#EEE;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .np-hero .np-card__image img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }

    .np-hero .np-card__placeholder{
      width:100%;
      height:100%;
      display:flex;
      align-items:center;
      justify-content:center;
      padding:24px;
      box-sizing:border-box;
    }

    .np-hero .np-card__bullets{
      margin-top:8px; /* Desktop gap between image and bullets = 8px */
      border-radius:16px;
      display:flex;
      padding:16px;
      flex-direction:column;
      align-items:flex-start;
      gap:12px;
      flex:1 0 0;
      align-self:stretch;
      box-sizing:border-box;
    }

     .np-cards--desktop .np-card-hero:first-child .np-bullet:last-child {
  margin-bottom: 16px;
}

    .np-hero .np-bullet{
      display:flex;
      align-items:flex-start;
      gap:8px;
      width:100%;
    }

    .np-hero .np-bullet__icon{
      width:24px;
      height:24px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
    }

    .np-hero .np-bullet__icon svg,
    .np-hero .np-bullet__icon img{
      width:24px;
      height:24px;
      display:block;
    }

    /* ====== Mobile slider (hidden on desktop) ====== */
    .np-hero .np-slider-wrap{
      display:none;
      width:100%;
    }

    .np-hero .np-slider{
      display:flex;
      gap:12px; /* important: makes 20px peek work with slide width calc below */
      overflow-x:auto;
      -webkit-overflow-scrolling:touch;
      scroll-snap-type:x mandatory;
      scrollbar-width:none;
      padding-left:20px;
      padding-right:20px;
      box-sizing:border-box;
    }

    .np-hero .np-slider::-webkit-scrollbar{ display:none; }

    .np-hero .np-slide{
      scroll-snap-align:start;
      flex:0 0 calc(100% - 12px); /* left 20 + gap 12 + right peek 20 => ends at -32px */
      min-width:calc(100% - 12px);
    }

    .np-hero .np-card--mobile{
      width:100%;
      max-width:none;
    }

    .np-hero .np-card__image--mobile{
      width:100%;
      height:300px;
      position:relative;
      border-radius:16px;
      overflow:hidden;
      background:#EEE;
    }

    /* Mobile gap between image and bullets is 16px */
    .np-hero .np-card__bullets--mobile{
      margin-top:16px;
    }

    /* Dots (on image) */
    .np-hero .np-dots{
      position:absolute;
      left:50%;
      bottom:12px; /* margin-bottom 12px from image bottom */
      transform:translateX(-50%);
      border-radius:128px;
      background:#CCC;
      padding:4px 8px;
      display:flex;
      gap:4px;
      align-items:center;
      justify-content:center;
      pointer-events:auto;
    }

    .np-hero .np-dot{
      width:8px;
      height:8px;
      border-radius:999px;
      border:none;
      background:#FDFCF9;
      padding:0;
      cursor:pointer;
      opacity:1;
    }

    .np-hero .np-dot.is-active{
      background:#351B13;
    }

    /* ====== Responsive ====== */
    @media (min-width:768px) and (max-width:1200px){

  /* Stack whole grid */
  .np-hero .np-hero__grid{
    flex-direction:column;
    gap:32px;
  }

   .np-cards--desktop .np-card-hero:first-child .np-bullet:last-child {
  margin-bottom: 0;
}

  /* Make cards visible, slider hidden */
  .np-hero .np-cards--desktop{
    display:flex;
    gap:16px;
    justify-content:center;
  }

  .np-hero .np-slider-wrap{
    display:none;
  }

  /* Cards become responsive */
  .np-hero .np-card-hero{
    width:100%;
    max-width:420px;
  }

  .np-hero .np-card__image{
    width:100%;
    height:320px;
  }

  /* Center text block */
  .np-hero .np-hero__left{
    max-width:680px;
    margin:0 auto;
    text-align:center;
  }

  .np-hero .np-hero__left .nptitle {
    text-align:center;
  }

   .np-hero .np-hero__left .np-hero__body {
    text-align:center;
  }

  .np-hero .np-hero__right{
    margin:0 auto;          /* stop pushing right */
    justify-content:center; /* center cards inside */
  }

  .np-hero .np-cards--desktop{
    justify-content:center; /* center the 2 cards */
  }

  /* Button + reviews below cards */
  .np-hero .npdesktop{
    display:none;
  }

  .np-hero .npmobile{
    display:block;
    text-align:center;
  }

  .np-hero .np-hero__btn{
    display:flex;
    margin:24px auto 12px auto;
  }
}

    @media (max-width: 768px){
      .np-hero .np-card__bullets {
    gap: 8px;
      }

      .sale-offer__btn.np-hero__btn.btn-main {
    max-width: 100%;
}
      .npmobile {
    display: block !important;
    padding: 0 20px 48px;
    margin-top: 32px;
    }
    .npdesktop {
    display: none !important;
    }
      .np-hero .np-slide:first-child .np-bullet:last-child {
    margin-bottom: 0;
}
      /* If bullet text contains a span → remove spacing */
.np-hero .np-bullet__text:has(> span){
  margin:4px 0;
}

      .np-hero .np-slide:first-child{
   padding-left:0;
  }
      .np-hero .np-hero__container{
      padding: 0;
    }
    .np-hero__left {
    padding: 28px 20px 0;
    text-align:center !important;
    justify-content:center;
}
.np-hero .np-hero__reviews {
    justify-content: center;
}
.np-hero__body.npleft {
text-align: center !important;
}
.np-hero__title.nptitle.npleft {
text-align: center !important;
font-size: 24px;
line-height: 28px;
}
.np-hero__eyebrow {
    margin-bottom: 16px !important;
}
.np-hero .np-hero__body p{
  margin:0 !important;
}
.np-hero__title {
    margin: 0 0 8px 0 !important;
}
.np-hero .np-hero__body {
    margin: 0;
}
 .np-hero .npmobile .np-hero__btn{
    display:flex;
    margin:0 auto 12px auto;
  }
      .np-hero .np-hero__grid{
        flex-direction:column;
        gap:24px;
      }

      .np-hero .np-hero__right{
        width:100%;
        justify-content:stretch;
      }

      /* Hide desktop cards, show slider */
      .np-hero .np-cards--desktop{
        display:none;
      }

      .np-hero .np-slider-wrap{
        display:block;
      }

  

      /* Cards margin bottom 32px */
      #np-hero .np-slider-wrap{
        margin-bottom:32px;
      }

      /* Button margin bottom 12px */
      #np-hero .np-hero__btn{
        margin-bottom:12px;
      }
    }

    /* +++ End of NPDP2 Section1 +++ */

    /* +++ Main NPDP2 Section +++ */

    .riskfree {
color: #666;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px;
margin-bottom: 8px;
}

  .interval-chevron svg,
.interval-chevron svg * {
  fill: #351B13 !important;
}

  .goodie-offer.oneoff {
  padding: 16px;
  border-radius: 8px;
border: 1px solid #DDD;
background: #FFF;
  }
.goodie-offer.oneoff.active {  
background: #F2F5FB;
}
  .goodie-body.flavour {
  font-size: 12px;
font-style: italic;
margin-top: 12px;
margin-bottom: 24px;
  }
  .goodie-flavours {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.goodie-flavour {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  transition: border 0.2s ease, background 0.2s ease;
}

.goodie-flavour:hover {
  border-color: #351B13;
}

.gf-img {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.gf-img img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.gf-tick {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.goodie-flavour.active {
background: #F2F5FB;
font-weight: 700;
}

.goodie-flavour.active .gf-tick {
  display: flex;
}

.gf-label {
  font-family: Inter Bold, sans-serif;
  font-size: 14px;
  color: #351B13;
}

  .servings {
  margin-top: 0px;
  line-height: 16px;
}
  
  .offer-subline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.offer-serving-text {
  font-size: 14px;
  line-height: 16px !important;
  color: #797671;
  white-space: nowrap;
}

  .offer-subline {
  margin-top: 2px;
}

.offer-supply-text {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}

/* OUTER BIG CARD (radius you see in Figma) */
.offer-card {
  border-radius: 16px;
  overflow: visible;
  background: #FFF;
  width: 100%
}

/* ORANGE STRIP — real part of card */
@keyframes bogo-glow {
  0%, 100% { text-shadow: 0 0 6px rgba(255, 255, 255, 0.3); }
  50%       { text-shadow: 0 0 12px rgba(255, 255, 255, 0.7); }
}

.subscription-save-headline {
  background: #FF2D87;
  border-radius: 8px 8px 0 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 0 16px 0;
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.bogo-text {
  display: inline-block;
  animation: bogo-glow 2.5s ease-in-out infinite;
}

/* INNER WHITE CARD that sits lower */
.offer-card-inner {
  background: #FFF;
  border-radius: 12px;
  border: 1px solid #DDD;
  margin: -8px 0px 8px 0px;
  padding: 12px 16px 16px;
  position: relative;
  z-index: 2;
}

.goodie-offer.sub.active .offer-card-inner {
  background: #F2F5FB;
}


/* ================================
   SUBSCRIPTION INTERVAL SELECTOR
================================ */

.subscription-interval {
  position: relative;
}

/* ===== Collapsed button ===== */
.interval-selected {
  width: 100%;
  background: #fff;
  border: 1px solid #666666;
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  color: #351B13;
  line-height: 20px;
}

/* Left text */
.interval-label-wrap {
  display: flex;
  align-items: center;
}
.interval-label {
font-size: 16px;
line-height: 24px;
}

.interval-save {
  margin-left: 4px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}

/* Right side (badge + chevron) */
.interval-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px; /* REQUIRED gap badge → chevron */
}

/* Chevron */
.interval-chevron {
  display: flex;
  align-items: center;
}

/* ===== Dropdown ===== */
.interval-options {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #351B13;
  border-radius: 8px;
  list-style: none;
  padding: 6px 0;
  margin: 0;
  display: none;
  z-index: 50;
}

.subscription-interval.open .interval-options {
  display: block;
}

/* Option row */
.interval-options li {
  padding: 4px 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #351B13;
}

.interval-options li:nth-child(n+2) {
  margin-top: 8px;
}

.interval-options li:hover {
  background: #F7EEE5;
}

.interval-options li.active {
  font-weight: 500;
}

/* Left text inside option */
.opt-left {
  display: flex;
  align-items: center;
}

.interval-options .muted {
  margin-left: 4px;
  color: #998C86;
  font-size: 14px;
}

/* Push badge right in dropdown */
.interval-options .badge2 {
  margin-left: auto;
}

/* ===== Badges ===== */
.badge2,
.interval-badge {
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 2px;
  font-weight: 700;
  white-space: nowrap;
}

.badge2.popular,
.interval-badge.popular {
  background: #351B13;
  color: #fff;
  line-height: 1;
}

.badge2.best,
.interval-badge.best {
  background: #00DA8E;
  color: #351B13;
  line-height: 1;
}


  .safe-checkout.awards {
  margin-bottom: 16px;
  margin-top: 32px;
}
/* ============================================
   AWARDS MARQUEE — SEAMLESS WITH PROPER GAPS
   Desktop + Mobile
============================================ */

/* Wrapper hides overflow so no side scrolling occurs */
.awards-track-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 104px; /* EXACT height of images */
}

/* Let the track auto-size based on content WITHOUT affecting page width */
.awards-track,
.awards-track.clone {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  min-width: max-content;   /* <-- KEY FIX */
  position: absolute;       /* <-- does NOT expand the page */
  top: 0;
}

/* Awards image */
.awards-track img {
  width: 104px;
  height: 104px;
  flex-shrink: 0;
  margin-right: 80px;
}

/* Animation distance variable */
:root {
  --awards-width-desktop: 1104px;
  --awards-width-mobile:  768px;
}

/* Desktop positioning */
.awards-track {
  transform: translateX(0);
  animation: awardsScroll 22s linear infinite;
  left: 0;
}
.awards-track.clone {
  left: var(--awards-width-desktop);
  animation: awardsScroll 22s linear infinite;
}

/* Animation – move exactly 1 full length */
@keyframes awardsScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * var(--awards-width-desktop))); }
}

/* ============================================
   MOBILE
============================================ */
@media (max-width: 768px) {

  .awards-track img {
    width: 88px;
    height: 88px;
    margin-right: 40px;
  }
  .awards-track-wrapper {
  height: 88px; /* EXACT height of images */
}

  .awards-track {
    animation: awardsScrollMobile 22s linear infinite;
  }
  .awards-track.clone {
    left: var(--awards-width-mobile);
    animation: awardsScrollMobile 22s linear infinite;
  }

  @keyframes awardsScrollMobile {
    0%   { transform: translateX(0); }
    100% { transform: translateX(calc(-1 * var(--awards-width-mobile))); }
  }
}




  .goodie-guarantee-banner.shark {
  border: 1px solid #352E13;
  background: #CFDEF6;
  margin-top: 40px;
  }
  .goodie-guarantee-banner.shark .goodie-guarantee__inner {
   max-width: 326px;
}
.goodie-guarantee-banner.shark .goodie-guarantee__text {
  flex: 1; /* <-- gives text all available space */
}
.goodie-guarantee-banner.shark .goodie-guarantee__headline {
  white-space: normal;
}
  /* MAIN 2-COLUMN WRAPPER */
.goodie-option-columns {
  display: grid;
  grid-template-columns: 30px 1fr; /* left radio, right text */
  column-gap: 8px;
  align-items: center;
}

/* LEFT COLUMN — RADIO */
.goodie-option-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* RIGHT COLUMN — TWO ROWS */
.goodie-option-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* TITLE */
.supply-title {
  font-size: 16px;
  line-height: 1.2;
  color: #351B13;
  font-weight: 500;
  white-space: normal;
}

/* SUBTITLE */
.supply-subtitle {
  font-size: 14px;
  line-height: 1;
  margin-top: 4px;
  color: #998C86;
}

 
  /* ==========================
   MOBILE LAYOUT FIX (<900px)
   ========================== */

/* Ensure default active (3 Bottles) shows instantly on load */
.goodie-option.active .pdp_qty_checkmark {
  border-color: #351B13;
}

.goodie-option.active .pdp_qtycheck_inn {
  transform: scale(1);
  opacity: 1;
}

.goodie-option-header {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-clip: padding-box;
}

/* Hover or active — only colour changes, no “jump” */
.goodie-option:hover .goodie-option-header,
.goodie-option.active .goodie-option-header {
  border-top-color: #351B13;
  border-left-color: #351B13;
  border-right-color: #351B13;
  position: relative;
  z-index: 3;
}

/* Keep body attached seamlessly under header */


/* Optional tint for colour variants */
.goodie-option:hover .goodie-option-header.blue {
  background-color: #E4E8F5;
}
.goodie-option:hover .goodie-option-header.brown {
  background-color: #4A2A1C;
}

  .goodie-option-selector span {
  color: #351B13;
font-weight: 500;
font-size: 16px;
  }
  .goodie-option-selector {
  display: flex;
  flex-direction: column;   /* stack texts */
  align-items: flex-start;  /* align left */
  gap: 2px;                 /* small space between lines */
  white-space: normal;      /* allow wrapping */
}

  .goodie-sticky-container {
  background: #FDFCF9;
  }
  .header-wrapper {
   background: #FDFCF9 !important;
   border-bottom: 1px solid #DDD !important;
}
  @media only screen and (min-width: 1024px) {
    main {
        overflow: visible !important;
    }
    .goodie-arrow:not(.clicked):hover {
  background: #FDFCF980 !important;
}

.goodie-arrow:not(.clicked):hover svg path {
  fill: #998C86 !important;
}
}


 /* 1. Make sure parent allows overflow and uses visible height */
.goodie-landing {
  display: grid;
  grid-template-columns: 608px 448px; /* EXACT */
  column-gap: 64px;

  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 0 48px 0;

  align-items: start;
  position: relative;
}

/* 2. Sticky LEFT side (gallery) */
.goodie-gallery-wrapper {
  position: sticky;
  top: 32px;
  max-width: 608px;  
}

.goodie-gallery img {
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  touch-action: none;
  position: relative; /* required for left/top dragging */
  will-change: transform, left, top;
}



/* 4. Disable sticky on mobile */
@media (max-width: 1024px) {
  .goodie-gallery-wrapper {
    position: static !important;
  }
}



  /* ====== Money Back Guarantee Banner ====== */
.goodie-guarantee-banner {
  background: #E0E8EF; /* soft blue tone */
  border: 1px solid #93ABD1;
  border-radius: 8px;
  padding: 12px 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  max-width: 100%;
}

.goodie-guarantee__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.goodie-guarantee__icon img {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
}

.goodie-guarantee__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.goodie-guarantee__headline {
  color: #351B13;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

.goodie-guarantee__headline strong {
  font-weight: 700;
}

.goodie-guarantee__subline {
  color: #351B13;
  font-size: 14px;
  line-height: 1.3;
  margin: 8px 0 0;
}


  .goodie-banner {
  background: #F1F0EF; /* soft beige like in your layout */
  border-radius: 8px;
  padding: 24px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 16px;
}

.goodie-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.goodie-banner__inner svg {
  width: 24px;
  height: 19px;
}

.goodie-banner__inner p {
  color: #351B13;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}

 /* ============================
   ADD TO CART BUTTON (Goodie)
   ============================ */

/* ======================================================
   FIGMA PRICE PILL BUTTON — GOODIE PDP
====================================================== */

/* =========================================
   SALE BUTTON — “HOVER COVER” OVER #351B13
   (no markup changes, pure CSS)
========================================= */

/* Replace your existing .sale-offer__btn + :hover + :active with this */

.sale-offer__btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 12px;
  border: none;
  border-radius: 128px;
  background: #351B13;
  color: #FFF;
  padding: 12px 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  position: relative;
  overflow: hidden;

  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16);

  transition:
    transform 0.18s cubic-bezier(.4,0,.2,1),
    box-shadow 0.25s ease;
}

/* The “cover” overlay */


/* Keep text above the overlay */
.sale-offer__btn > * {
  position: relative;
  z-index: 1;
}

/* Hover — overlay fades in + lift */
.sale-offer__btn:hover {
  transform: translateY(-2px);
}
.sale-offer__btn:hover::before {
  opacity: 1;
}

/* Click — slightly stronger cover + press */
.sale-offer__btn:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
.sale-offer__btn:active::before {
  opacity: 0.92;
}


/* Text layout (IMPORTANT) */
.sale-offer__btn-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  white-space: nowrap;
}

/* Left text */
.btn-main {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

/* Price block */
.btn-prices {
  display: flex;
  align-items: center;
  gap: 4px; /* old ↔ new price */
}

/* New price */
.btn-new {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

/* Old price */
.btn-old {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: line-through;
  color: rgba(255,255,255,0.7);
}




/* ==== Loox Rating Row Alignment Fix ==== */
.loox-count {
  font-size: 12px;
  margin-left: 6px;
  color: #351B13;
  display: inline-block;
  transition: all 0.4s ease;
  text-decoration: underline;
}
.loox-icon {
  display: none !important;
}
.custom-stars {
  width: 77px;
  height: 12px;
  flex-shrink: 0;
  margin-right: 8px;
}
.loox-link-inline {
  display: inline-flex !important;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  color: #351B13;
}

.loox-rating {
  display: flex !important;
  align-items: center;
  line-height: 1;
}

.loox-rating-content {
  display: flex;
  align-items: center;
  gap: 3px;
}

.loox-icon {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  vertical-align: middle;
}

.loox-rating-label {
  margin-left: 4px;
  line-height: 1;
  font-size: 14px;
  color: #351B13;
}

.loox-text {
  color: #351B13;
  font-size: 14px;
  line-height: 1;
  margin-top: 1px; /* small optical balance */
}

    .goodie-offer-selector {
    margin-top: 0;
}
    .selector-text {
    color: #351B13;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px;
margin-bottom: 12px;
margin-top: 24px;
    }

    .selector-text.deloption {
    color: #1F1B13;
font-size: 14px;
font-style: normal;
line-height: 20px; 
margin-bottom: 8px;
    }
.selector-text p {
margin: 0;
}

   
/* ====== LAYOUT CONTAINER ====== */


.goodie-right {
  flex: 1 1 50%;
  max-width: 448px;
}

/* ====== LEFT GALLERY ====== */
.goodie-gallery {
  position: relative;  /* ← this is the key */
  width: 100%;
  max-width: 630px;
  aspect-ratio: 1 / 1;
  background: #EFF2F3;
  border-radius: 0 !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}


.goodie-thumbs{
  display:flex;flex-wrap:wrap;gap:16px;margin-top:16px;
}
.goodie-thumbs img{
  width:72px;height:72px;border-radius:0px;object-fit:cover;
  cursor:pointer;border:1px solid transparent;transition:box-shadow .2s,border-color .2s,opacity .2s;
}
.goodie-thumbs img:hover{opacity:.9}
.goodie-thumbs img.active{border-color:#111;}

@media (max-width: 900px) {
  .goodie-thumbs {
    display: none;
  }
}
/* ===========================
   GALLERY ARROWS
   =========================== */
/* =====================================
   HOVER + ACTIVE CLICK INTERACTION
   (Desktop hover + Mobile tap)
   ===================================== */

.goodie-arrow:hover {
  background: #FDFCF980 !important;
}

.goodie-arrow:hover svg path {
  fill: #998C86 !important;
}



/* =====================================
   Main image smooth swap
   ===================================== */
#goodieMainImage {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

#goodieMainImage.fade-out {
  opacity: 0;
  transform: scale(0.98);
}

#goodieMainImage.fade-in {
  opacity: 1;
  transform: scale(1);
}

.goodie-gallery-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

/* BUTTON BASE */
.goodie-arrow {
  pointer-events: all;
  border: none;
  background: #351B13; /* active */
  padding: 12px 11px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default; /* important for iOS pointer events */
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.25s ease, opacity 0.25s ease;
}

/* RIGHT: right side is rounded only left side */
.goodie-arrow-right {
  border-radius: 100px 0 0 100px;
}

/* LEFT: left side rounded only right side */
.goodie-arrow-left {
  border-radius: 0 100px 100px 0;
}

/* INACTIVE STATE */
.goodie-arrow.inactive {
  background: #FDFCF980; /* semitransparent */
}

.goodie-arrow.inactive svg path {
  fill: #998C86 !important;
}

/* ACTIVE STATE (default right arrow) */
.goodie-arrow.active svg path {
  fill: #FDFCF9 !important;
}

/* MOBILE: arrows always visible, same as desktop */
@media (max-width: 900px) {
  #alia-root-42643 .alia-style-button-primary {
    display: none !important;
}
.goodie-gallery {
    max-width: 100%;
}
  .goodie-arrow {
    padding: 12px 11px;
  }
  .offer-serving-text {
  font-size: 12px;
  line-height: 16px;
  }
  .offer-supply-text {
  font-size: 12px;
  line-height: 20px
}
.goodie-body.flavour {
    margin-top: 4px;
}
}




/* Default backgrounds */
.goodie-arrow.active {
  background: #351B13 !important;
}

.goodie-arrow.active svg path {
  fill: #FDFCF9 !important;
}

/* Inactive */
.goodie-arrow.inactive {
  background: #FDFCF980 !important;
}

.goodie-arrow.inactive svg path {
  fill: #998C86 !important;
}


/* Temporary arrow click flash */
.goodie-arrow.clicked {
  background: #FDFCF980 !important;
}

.goodie-arrow.clicked svg path {
  fill: #998C86 !important;
}

/* ===========================
   ZOOM FEATURE
=========================== */
.goodie-gallery.zoomed #goodieMainImage {
  transform: scale(1.5);
  cursor: grab;
}

.goodie-gallery.zoomed #goodieMainImage:active {
  cursor: grabbing;
}

/* Prevent image from overflowing the frame */
.goodie-gallery.zoomed {
  overflow: hidden;
}

/* Disable swipe when zoomed */
.goodie-gallery.zoomed #goodieMainImage {
  touch-action: none !important;
}


/* ====== RIGHT COLUMN ====== */



.goodie-rating{color:#14c77a;font-size:14px;}
.goodie-title{font-family: Inter; font-weight: 700; font-size:32px;line-height:36px; margin-top: 0; color: #351B13;}
.goodie-body{color: #666;font-family: Inter;font-size: 16px;font-style: normal;font-weight: 400;line-height: 24px; /* 150% */letter-spacing: -0.02em;}
.goodie-body strong{color: #FF8B57;}



/* ===== Quantity selector ===== */

.goodie-option-body.onlyone {
  padding: 22px 24px;
  border-top: 3px solid #EAE9E4; /* restore top border */
  border-radius: 8px;           /* full rounded corners */
}

/* Active state for single box */
.goodie-option.active .goodie-option-body.onlyone {
  border-color: #351B13;
  background: #F7EEE5;
}

.quantity-selector {
  margin-top: 32px;
}

/* Container for all options */
.goodie-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Each option */
.goodie-option {
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: none; /* remove outer border; body defines it */
  background: transparent;
}

/* Header bar */
.goodie-option-header {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  padding: 6px 12px;
  letter-spacing: 0.2px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  z-index: 2;
  font-weight: 700;
}

/* Header color variants */
.goodie-option-header.brown {
  background: #351B13;
  color: #fff;
}

.goodie-option-header.blue {
  background: #D7DDF0;
  color: #351B13;
  border-top: 2px solid #D7DDF0;
  border-left: 2px solid #D7DDF0;
  border-right: 2px solid #D7DDF0;
}

/* Fire and coin icons with correct alignment */
.goodie-option-header svg,
.goodie-option-header img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
}

/* Body box */
.goodie-option-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border: 2px solid #EAE9E4;
  border-top: none; /* Prevent double seam between header and body */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #FCFBF9;
  position: relative;
  z-index: 1;
  margin-top: -1px; /* hides subpixel edge between header & body */
}

.goodie-option-body.onlyone {
  padding: 18px 24px;
}

.goodie-option-body.multi {
  padding: 7px 24px;
}

/* Active state */
.goodie-option.active .goodie-option-body {
  border-color: #351B13;
  background: #F7EEE5;
}

/* Body text */
.goodie-option-body span:first-child {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #351B13;
}

.goodie-option-body .price2 {
color: #998C86;
font-weight: 500;
font-size: 16px;
line-height: 20px;
}

/* Hover effect */
.goodie-option:hover .goodie-option-body {
  border-color: #351B13;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .goodie-option-body {
    padding: 14px 16px;
  }
}



/* ===== Offer Selector ===== */

.goodie-offer-selector {
  margin-top: 0;
}

.goodie-offer {
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}


.goodie-offer.active {
  background: #FFF9F3;
}

/* Radio circle */
/* OUTER RING */
.pdp_qty_checkmark {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #ECE3DB;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.goodie-offer.active .pdp_qty_checkmark {
  border: 1px solid #351B13;
  background-color: #FFF;
}

/* INNER DOT (hidden by default) */
.pdp_qtycheck_inn {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
  display: block !important;
}

.pdp_qtycheck_inn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #351B13;
  border-radius: 50%;
}

.goodie-offer.active .pdp_qtycheck_inn {
  transform: scale(1);
  opacity: 1;
}

/* Optional: hover highlight */
.goodie-offer:hover .pdp_qty_checkmark {
  border-color: #000;
}


/* Slight hover polish */
.goodie-offer:hover .pdp_qty_checkmark {
  border-color: #351B13;
}


/* Offer content area */
.offer-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Align radio, title, and prices on one line */
.offer-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

/* Group left side (radio + title) */
.offer-left-group {
  display: flex;
  flex: 1;
}

/* Subscribe & Save title */
.offer-title {
  color: #351B13;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 24px;
}

/* Price section */
.offer-prices {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
  line-height: 22px;
}


.old-price {
  text-decoration: line-through;
  color: #666666;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}

.new-price {
  color: #351B13;
  font-weight: 500;
  padding: 2px 4px;
  font-size: 16px;
  line-height: 20px;
}

.goodie-offer.sub.active .new-price {
background: #BCCDE9;
border-radius: 4px;
}
.offer-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}


/* Separator line between header and benefits */
.offer-separator {
  width: 100%;
  height: 1px;
  background: #E3DAD2;
  margin: 10px 0;
  display: block !important;
}

/* Benefits list */
.offer-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.offer-benefits li {
  display: flex;
  align-items: center;
  color: #351B13;
  font-size: 14px;
  line-height: 20px;
}

.offer-benefits li svg {
  flex-shrink: 0;
  margin-right: 10px; /* replaces the old gap */
}

.offer-benefits li strong {
  display: inline;
  font-weight: 700;
}

/* Benefits list */
.offer-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
}

.offer-benefits svg {
  flex-shrink: 0;
}

/* Divider line */
.offer-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #998C86;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 14px 0;
}

.offer-divider::before,
.offer-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #E5E0DC;
  margin: 0 12px;
}

/* Hover */
.goodie-offer:hover,
.offer-card-inner:hover {
  background: #FFF9F3;
}

/* Responsive */
@media (max-width: 768px) {
  .offer-title {
    font-size: 16px;
    line-height: 24px;
  }
  .offer-benefits li {
    font-size: 14px;
  }
  
.new-price {
line-height: 20px;
font-size: 16px;
}

.old-price {
font-size: 12px;
line-height: 16px;
}
.servings {
line-height: 16px;
margin-top: 0;
}
.price-row {
    line-height: 20px;
}
.interval-right {
    gap: 8px;
}
}


/* ATC */
.add-to-cart{
  appearance:none;border:0;border-radius:8px;background:#2e1c12;color:#fff;font-weight: 500;
  padding:18px 20px;text-transform:uppercase;letter-spacing:.4px;font-size:18px;line-height: 22px;cursor:pointer;transition: background 0.2s ease, transform 0.15s ease-in-out;
}
.add-to-cart .arrow{margin-left:8px}
.add-to-cart:hover{ background: #5B3328;transform: scale(0.95);}


/* Safe checkout + payment icons */
.safe-checkout{text-align:center;font-size:14px;color: #998C86;;margin-top:16px;font-weight: 500;margin-bottom: 8px;}
.payment-icons{display:flex;justify-content:center;align-items:center;margin-bottom: 32px;}
.payment-icons img{width:300px;height:auto;display:block}

/* ====== RESPONSIVE ====== */
@media (max-width: 1200px){
  .goodie-landing{gap:48px}
}
@media (min-width: 901px) and (max-width: 1240px) {
  .goodie-landing {
    display: grid;
    grid-template-columns: 57fr 43fr;
    gap: 48px; /* fixed gap */
    width: 100%;
  }
}
@media (max-width: 1024px){
  .goodie-landing{grid-template-columns:1fr; padding: 24px 24px 40px;gap:24px}
  .goodie-gallery{width:100%;height:auto;aspect-ratio:1/1}
  .goodie-right{position:static}
}
@media (max-width: 480px){
  .goodie-title{font-size:24px}
  .goodie-body{font-size:16px}
  .payment-icons img{width:300px}
}
@media (max-width: 900px) {
    .pdp_accordion_line.top {
        padding: 24px 0 !important;
    }
    .payment-icons {
    margin-bottom: 0;
}
  .goodie-title {padding-top: 0;margin-bottom: 8px;}
  
  .goodie-offer-selector {
    margin-top: 0;
}
  .goodie-option-body.onlyone {
    padding: 14px 16px;
}
  .goodie-option-body.multi {
    padding: 6px 16px;
}
  .goodie-landing {
    display: block;
    padding: 0 0 48px;
    gap: 0;
  }

  .goodie-offer {
  margin-bottom: 8px;
  }
  .offer-divider {
  margin: 8px 0;
  }

  .goodie-offer.oneoff {
  margin-bottom: 24px;
  }

  .goodie-right {
  padding: 0 20px;
  }

  /* Make gallery and content full width */
  .goodie-gallery-wrapper,
  .goodie-right {
    position: static;
    max-width: 100%;
    width: 100%;
  }

  /* Add spacing between gallery and text */
  .goodie-right {
    margin-top: 16px;
  }

  /* Thumbnails below main image */
  .goodie-thumbs {
    display: none;
  }

  
 

  /* Reduce large elements */
  .goodie-title {
    font-size: 24px;
    line-height: 28px; /* 116.667% */
    letter-spacing: -0.02em;
  }

  .goodie-body {
  padding-top: 8px;
  }
  .selector-text {
    font-size: 14px;
    line-height: 20px;
  }
  .gf-label {
  font-size: 12px;
  line-height: 16px;
  }

  .quantity-selector {
  margin-top: 24px;
  }

  /* Make CTAs more compact */
  .sale-offer__btn {
    padding: 16px;
  }

  .goodie-banner {
    padding: 16px;
  }

  .goodie-guarantee-banner {
    padding: 12px 16px;
    border: 0px solid #93ABD1;
  }

  /* Stack “safe checkout” section */
  .safe-checkout {
    margin-top: 24px;
  }
}
.pdp_accordion_line {
    padding: 16px 0;
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
}
.pdp_accordion_thumb {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    font-size: 16px;
    margin: 0;
}
.pdp_accordion_info {
    padding-top: 0;
    display: block !important; /* must be block */
    max-height: 0;             /* closed by default */
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.pdp_accordion_title {
color: #351B13;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.pdp_accordion .mn_body p {
font-size: 16px;
color: #351B13;
}
.pdp_accordion_info .mn_body table p {
    margin: 0 !important;
}
.cart__drawer .drawer__content .drawer__top {
    background: #FDFCF9 !important;
}
.cart__drawer .drawer__content {
    background: #FDFCF9 !important;
}
.mn_heading {
margin: 16px 0;
    padding: 0;
    font-family: Milanesaserif variable, sans-serif !important;
    font-size: 40px !important;
    line-height: 50px !important;
}
.mn_heading strong {
    font-family: Milanesaserif bold, sans-serif !important;
}
.footer {
    background-color: #351B13;
}

.footer a, .footer h1, .footer h3, .footer label, .footer p {
    color: #FDFCF9 !important;
}
.footer .footer__form .footer__input {
     color: #FDFCF9 !important;
}
@media (max-width: 768px){
  .container .mn_heading {
        line-height: 1.3em !important;
    }
    .container .mn_heading {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    .subscription-save-headline {
  font-size: 12px;
  line-height: 14px;
}
}
.cart_sticky_top {
display: none;
}
.modal__toggle {
    display: none;
}
.header__icon-wrapper {
display: none !important;
}
.header__inline-menu {
  opacity: 0;
  pointer-events: none;
}
.shopify-section.footer {
display: none;
}
@media (min-width: 901px) {

  .goodie-right {
    display: grid;
    grid-template-columns: 1fr;
  }

  .loox-link-inline {
    grid-row: 1;
    margin-bottom: 16px;
  }

  .goodie-title {
    grid-row: 2;
    padding-top: 0;
    margin-bottom: 16px;
  }

}
 /* +++ End of Main NPDP2 Section +++ */

 /* +++ NPDP2 Section2 Awards +++ */

 .np-awards{
      padding-bottom:64px;
      background: #FDFCF9; 
    }

    .np-awards .np-awards__inner{
      max-width:1120px;
      margin:0 auto;
      padding:0 20px;
      box-sizing:border-box;
      text-align:center;
    }

    .np-awards .np-awards__title{
      margin-bottom:24px;
    }

    .np-awards .np-awards__grid{
      display:flex;
      flex-wrap:wrap;
      justify-content:center;
      align-items:center;
      gap:65px;
    }

    .np-awards .np-awards__item{
      width:80px;
      height:80px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .np-awards .np-awards__item img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 50%;
  display:block;

  filter: grayscale(100%);
  opacity: 0.9;
}
    /* ===== Mobile ===== */
    @media (max-width: 768px){
      .np-awards{
        padding-bottom:48px;
      }

      .np-awards .np-awards__grid{
    display:grid;
    grid-template-columns: repeat(3, 64px);
    gap:24px;
    justify-content:center;  /* centers the whole 3-column block */
  }

      .np-awards .np-awards__item{
        width:64px;
        height:64px;
      }
    }

    /* +++ End of NPDP2 Section2 Awards +++ */

    /* +++ NPDP2 Section3 +++ */
    /* default = desktop */
.np-symptoms__image--mobile{ display:none !important; }
.np-symptoms__image--desktop{ display:block; }

    .np-symptoms{
      background:#F2F5FB;
      padding:80px 20px;
    }

    .np-symptoms .np-symptoms__inner{
      max-width:1440px;
      margin:0 auto;
      display:flex;
      gap:32px;
      align-items:center;
      justify-content:center;
    }

    /* LEFT */
    .np-symptoms .np-symptoms__content{
      max-width:512px;
      margin-right:32px;
    }

    .np-symptoms .np-symptoms__title{
      margin-top: 0;
      margin-bottom:32px;
    }

    .np-symptoms .np-symptoms__list{
      list-style:disc;
      margin:0 0 32px 0;
      display:flex;
      flex-direction:column;
      gap:16px;
    }

    /* NOTICE */
    .np-symptoms .np-symptoms__notice{
      background:#FFF;
      padding:16px;
      border-radius:12px;
      font-style: italic;
      display:flex;
      align-items:flex-start;
      gap:8px;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
    }

    .np-symptoms .np-symptoms__notice-icon{
      width:20px;
      height:20px;
      flex:0 0 auto;
    }

    .np-symptoms .np-symptoms__notice-icon svg{
      width:20px;
      height:20px;
    }

    /* RIGHT IMAGE */
    .np-symptoms .np-symptoms__image-wrap{
      width:544px;
      flex:0 0 544px;
    }

    .np-symptoms .np-symptoms__image{
      width:544px;
      height:544px;
      border-radius:16px;
      object-fit:cover;
      display:block;
    }

    .np-symptoms .np-symptoms__caption{
      margin-top:12px;
      font-style:italic;
      text-align:center;
    }

    /* Mobile image hidden on desktop */
    .np-symptoms__image--mobile{
      display:none;
    }
/* ===== Mid range: 769px–1128px ===== */
@media (min-width:769px) and (max-width:1128px){
  .np-symptoms .np-symptoms__inner{
    flex-direction:column;
    align-items:center;
  }

  .np-symptoms .np-symptoms__content{
    max-width:50% !important;
    margin-left:auto!important;
    margin-right:auto !important;
  }
  .np-symptoms .np-symptoms__title.npleft {
    text-align: center;
}
 .np-symptoms .np-symptoms__list{
    max-width:70%;
    margin:0 auto 32px auto;
    padding-left:0;
    list-style:none;
  }

  /* Custom bullets with exact spacing */
  .np-symptoms .np-symptoms__list li{
    display:flex;
    align-items:flex-start;
    gap:12px;               /* bullet ↔ text gap */
    text-align:left;
  }

  .np-symptoms .np-symptoms__list li::before{
    content:"•";
    flex:0 0 auto;
    line-height:1;
  }
}

    /* ===== Tablet / Mobile (<=1128px) ===== */
    
    @media (max-width:1128px){
      .np-symptoms{
        padding: 0;
        padding-bottom:48px;
      }

      .np-symptoms .np-symptoms__inner{
        flex-direction:column;
        gap:0;
      }

      .np-symptoms .np-symptoms__image-wrap{
        width:100%;
        flex:none;
        order:-1; /* image first */
      }

      /* swap images */
  .np-symptoms__image--desktop{ display:none !important; }
  .np-symptoms__image--mobile{
    display:block !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:375 / 188;
    border-radius:0 !important;
    margin-bottom: 32px;
  }

       .np-symptoms .np-symptoms__content{
    max-width:100%;
    margin-right:0;
    padding-left: 20px;
    padding-right: 20px;
  }
    }
    /* +++ End of NPDP2 Section3 +++ */

    /* +++ NPDP2 Section4 +++ */
.npgut-mobile {
    display: none;
}
    .np-gut{
      background:#FDFCF9;
      padding:80px 20px;
    }

    .np-gut .np-gut__inner{
      max-width:1440px;
      margin:0 auto;
      display:flex;
      gap:32px;
      align-items:center;
      justify-content:center;
    }

    /* IMAGE */
    .np-gut .np-gut__image-wrap{
      flex:0 0 544px;
      width:544px;
    }

    .np-gut .np-gut__image{
      width:544px;
      height:544px;
      border-radius:16px;
      object-fit:cover;
      display:block;
    }

    /* CONTENT */
    .np-gut .np-gut__content{
      max-width:512px;
      margin-left:32px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }

    .np-gut .np-gut__title{
      margin-bottom:16px;
      margin-top: 0;
    }

    .np-gut .np-gut__body{
      margin-bottom:48px;
    }

    .np-gut .np-gut__italic{
      font-style:italic;
      margin-bottom:48px;
    }

    .np-gut .np-gut__cta{
      text-align:center;
      max-width: 352px;
    }

    .np-gut .np-gut__cta .sale-offer__btn {
    margin-top: 0;
    margin-bottom: 8px;
    }

    .np-gut .np-gut__small{
      margin-top:8px;
    }

    /* ===== Tablet & Mobile layout (<=1128px) ===== */
    @media (max-width:1128px){
.npgut-desktop {
    display: none;
}
.npgut-mobile {
    display: block !important;
}
      .np-gut{
        padding:0;
      }

      .np-gut .np-gut__inner{
        flex-direction:column;
        gap:0;
      }

      /* Container 1 */
      .np-gut .np-gut__content{
        order:1;
        max-width:100%;
        margin:0;
        padding:48px 20px 24px 20px;
        text-align:left;
      }

      .np-gut .np-gut__title{
        margin:0 24px 8px 0;
      }

      .np-gut .np-gut__body{
        margin-bottom:0;
      }

      .np-gut .np-gut__body.nptext2028 {
       font-size: 16px;
        line-height: 24px;
      }


      /* Container 2 (image full width) */
      .np-gut .np-gut__image-wrap{
        order:2;
        width:100%;
      }

      .np-gut .np-gut__image{
        width:100%;
        height:auto;
        border-radius:0;
        aspect-ratio:1/1;
      }

      /* Container 3 */
      .np-gut .np-gut__italic{
        order:3;
        padding:24px 20px 24px 20px;
        margin:0;
      }

      .np-gut .np-gut__cta{
        padding:0 20px 48px 20px;
        max-width: 500px;
      }

      .np-gut .np-gut__cta a{
        max-width:500px;
        margin:0 auto;
        display:block;
      }
    }
 @media (max-width:768px){
    .np-gut .np-gut__cta{
        max-width: 100%;
      }
    }
    /* +++ End of NPDP2 Section4 +++ */

    /* +++ NPDP2 Section5 +++ */
    .np-arrow {
  transition: color .2s ease, border-color .2s ease, opacity .2s ease;
}
.np-arrow:active {
  transform: scale(0.95);
}


  .np-experts .np-arrow.disabled {
    border-color: #666;
    color: #666;
    pointer-events: none;
}
.np-experts{
  padding:64px 20px;
  background: #351B13;
  color:#fff;
}

.np-experts .np-dots {
display: none;
}

.np-experts .np-experts__inner{
  max-width:1120px;
  margin:0 auto;
}

.np-experts__title{ margin:0 0 16px 0; }
.np-experts__body{ margin-bottom:48px; }

/* SLIDER */
.np-experts__slider{
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}
.np-experts__slider::-webkit-scrollbar{ display:none; }

.np-card{
  scroll-snap-align:start;
  flex:0 0 268px;
  border-radius:8px;
  color:#351B13;
  overflow:hidden;
}


.np-card__media{
  position:relative;
  aspect-ratio:9/16;
  overflow:hidden;
  border-radius:8px;
}

.np-play {
  position: absolute;
  inset: 0;
  z-index: 10; /* High z-index to stay on top of cover */
  border: none;
  cursor: pointer;
  background: rgba(0,0,0,0.2); /* Slightly darker */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.np-play:hover {
  background: rgba(0,0,0,0.4); /* Visual feedback on hover */
}

.np-play:hover .np-play-icon {
  transform: scale(1.1); /* Subtle grow effect */
  background: #f0f0f0;
}
.np-cover{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:1;
}

.np-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  pointer-events:none; /* important: slider still scrolls */
}

.np-card__media img,
.np-card__media video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.np-play{
  position:absolute;
  inset:0;
  z-index:3;
  border:none;
  cursor:pointer;
  background:rgba(0,0,0,.25);
  display:flex;
  align-items:center;
  justify-content:center;
}

.np-video.is-playing {
  display: block;
  z-index: 15; /* Moves above everything else */
  pointer-events: auto;
}

/* play icon */
.np-play-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  transition: all 0.2s ease;
  pointer-events: none; /* Let the click pass to the button */
}

.np-play-icon:after{
  content:'';
  position:absolute;
  left:28px;
  top:22px;
  border-left:18px solid #351B13;
  border-top:12px solid transparent;
  border-bottom:12px solid transparent;
}


/* CONTROLS */
.np-controls{
  margin-top:16px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}


.np-dots button{
  width:8px;
  height:8px;
  padding:0;
  border:none;
  border-radius:50%;
  background:#DDD;
  transform:scale(.75);          /* looks like 6px */
  transition:transform .2s ease;
}

.np-dots button.active{
  transform:scale(1);           /* true 8px */
}

 .np-arrows{
  display:flex;gap:8px;
}
 .np-arrow{
  width:38px;height:38px;
  border-radius:9999px;
  border:1px solid #fff;
  display:flex;align-items:center;justify-content:center;
  background:transparent;
  cursor: pointer;
  color: #FFF;
}
.np-arrow svg{ width:16px;height:16px; }

/* MOBILE */
@media(max-width:768px){
  .np-experts{ padding:48px 0; }
  .np-experts__marquee { padding:0 20px; }



  .np-controls {padding-right:20px;}

  .np-card{ flex:0 0 247px; }

  .np-experts__slider{
    padding-left:20px;
  }
  .np-experts__title {
    margin: 0 24px 8px 0;
}
.np-experts__body {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
}
}
    /* +++ End of NPDP2 Section5 +++ */

   /* +++ NPDP2 Section6 +++ */
.np-benefits .np-gut__cta{
max-width: 352px;
}
.np-benefits{
  background:#FDFCF9;
  padding:0 20px;
}

.np-benefits .np-benefits__inner{
  max-width:1440px;
  margin:0 auto;
  display:flex;
  gap:32px;
  align-items:center;
  justify-content:center;
}

/* LEFT */
.np-benefits__content{
  padding-left:160px;
  margin-right:32px;
}

.np-benefits__title{ margin-bottom:16px; margin-top: 0; }
.np-benefits__body{ margin-bottom:48px; }

.np-benefits__bullets{
  display:flex;
  flex-direction:column;
  gap:24px;
  margin-bottom:48px;
}

.np-benefits__bullet{
  display:flex;
  gap:8px;
  align-items:center;
}


/* IMAGE */
.np-benefits__image-wrap{
  flex:0 0 auto;
}

.np-benefits__image{
  max-width:704px;
  width:100%;
  height:auto;
  display:block;
}

.np-benefits__image--mobile{ display:none; }

/* 1440 → 1024 shrink */
@media (max-width:1440px){
  .np-benefits__content{ padding-left:80px; }
  .np-benefits__image{ max-width:500px; }
}

/* MOBILE & TABLET */
@media (max-width:1024px){
  .np-benefits .np-gut__cta{
max-width: 100%;
}
  .np-benefits__image{ max-width:100%; }

.np-benefits__content {
    max-width: 512px;
}
  .np-benefits{
    padding:0;
  }
  .np-benefits__image--mobile {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    margin: 48px 0 0px 0;
}

  .np-benefits__inner{
    flex-direction:column;
    gap:0 !important;
  }

  .np-benefits__image-wrap{
    order:-1;
    width:100%;
  }

  .np-benefits__image--desktop{ display:none; }

  

  .np-benefits__content{
    padding:0 20px 48px 20px;
    margin:0 auto;
    max-width:512px;
  }

  .np-benefits__title{ margin-bottom:8px; }
  .np-benefits__body{ margin-bottom:32px; }
  .np-benefits__bullets{ margin-bottom:32px; }
}
@media (min-width:768px) and (max-width:1024px) {
  .np-benefits .np-benefits__title,
  .np-benefits .np-benefits__body {
    text-align:center !important;
  }
  .np-benefits .np-gut__cta {
    margin: 0 auto !important;
    text-align:center !important;
  }
}
@media (max-width:768px){
.np-benefits__image--mobile{
    display:block;
    width:100%;
    height:auto;
    aspect-ratio:4/3;
    margin:48px 0 32px 0;
  }
      .np-benefits .nptext2028 {
        font-size: 16px;
        line-height: 24px;
    }
     .np-benefits .sale-offer__btn {
    margin-bottom: 8px;
}
}
   /* +++ End of NPDP2 Section6 +++ */

/* +++ NPDP2 Section7 +++ */
.np-proof{
  background:#F2F5FB;
  padding:64px 20px;
}

.np-proof__inner{
  max-width:1120px;
  margin:0 auto;
}

/* ===== Container 1 ===== */
.np-proof__top{
  display:flex;
  gap:32px;
  align-items:center;
  margin-bottom:64px;
}

.np-proof__content{
  margin-right:32px;
  max-width:512px;
}

.np-proof__title{ margin-bottom:16px;margin-top:0; }
.np-proof__body{ color:#666; }


.np-proof__image-wrap{
  flex:0 0 544px;
  border-radius: 16px;
}

.np-proof__image{
  width:544px;
  height:408px;
  object-fit:cover;
  display:block;
  border-radius: 16px;
}

/* ===== Container 2 ===== */
.np-proof__mini{
  margin-bottom:32px;
}

.np-proof__cols{
  display:flex;
  gap:32px;
}

.np-proof__col{
  flex:1;
}

.np-proof__big{
  font-size:64px;
  line-height:72px;
  margin-bottom:8px;
}

.np-proof__bullets{
  margin:16px 0;
  display:flex;
  flex-direction:column;
  gap:8px;
}

.np-proof__bullet{
  display:flex;
  gap:8px;
  align-items:center;
}

.np-proof__btick svg{
  width:20px;height:20px;display:block;
}

.np-proof .np-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    border-radius: 128px;
    background: #FFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
    padding: 4px 12px;
    margin-bottom: 20px;
}

/* ===== Tablet 769–1119 ===== */
@media (min-width:769px) and (max-width:1119px){

  .np-proof__top{
    flex-direction:column;
    text-align:center;
  }

  .np-proof__content{
    margin-right:0;
    max-width:500px;
  }

  .np-proof__image-wrap{
    text-align:center;
  }

}

/* ===== Mobile ===== */
@media (max-width:768px){

  .np-proof{
    padding:48px 20px;
  }

  .np-proof__top{
    flex-direction:column;
    margin-bottom:0;
    gap: 0;
  }

  .np-proof__image{
    margin-bottom:32px;
    display: block;
    width: 100%;
    height: auto;
  }

  .np-proof__title{ margin-bottom:8px; }
  .np-proof__body{ margin-bottom:32px;font-size: 16px; line-height:24px }

  .np-proof__cols{
    flex-direction:column;
    gap:32px;
  }
  .np-proof .np-hero__eyebrow {
    margin-bottom: 8px !important;
}
.np-proof__image-wrap{
  flex:unset;
  width:100%;
}
.np-proof__content {
    margin-right: 0;
}

}
/* +++ End of NPDP2 Section7 +++ */

/* +++ NPDP2 Section8 +++ */
.np-timeline__bullet{
  padding-left: 6px;
}
  .np-timeline__image1, .np-timeline__image2{
  display:none;
}
    /* badge + title on one line, vertically centered */
.np-timeline__text > .np-timeline__badge,
.np-timeline__text > .npfont1624{
  margin: 0 0 8px 0;
}


.np-timeline__text::before{
  content:'';
}

/* make first two children a row */
.np-timeline__text > .np-timeline__badge{
  align-self:flex-start;
}

.np-timeline__text > .np-timeline__badge,
.np-timeline__text > .npfont1624{
  display:inline-flex;
  align-items:center;
}


.np-timeline__text > .np-timeline__badge{
  margin-right:8px;
}


.np-timeline__text > .np-timeline__badge{
  display:inline-flex;
  align-items:center;
}

.np-timeline__text > .npfont1624{
  display:inline-flex;
  align-items:center;
}

/* Put them on same line */
.np-timeline__text{
  display:block;
}

.np-timeline__text > .np-timeline__badge,
.np-timeline__text > .npfont1624{
  display:inline-flex;
  vertical-align:middle;
}

.np-timeline{
  background:#FDFCF9;
  padding:80px 20px;
}

.np-timeline__title{ max-width:1120px;margin:0 auto 16px; }
.np-timeline__body{ max-width:1120px;margin:0 auto 48px; }

.np-timeline__inner{
  max-width:1120px;
  margin:0 auto;
  display:flex;
  gap:64px;
}

/* LEFT / RIGHT */
.np-timeline__content{ max-width:384px; }
.np-timeline__media{
  flex:1;
  display:flex;
  flex-direction:column;
  gap:32px;
}

/* IMAGES KEEP RATIO */
.np-timeline__img{
  width:100%;
  height:auto;
  border-radius:16px;
  object-fit:contain;
}

/* TIMELINE */
.np-timeline__list{
  position:relative;
}


/* TIMELINE: line stops at last dot */

/* ===== TIMELINE LINE (perfectly touches dots, no tail after last) ===== */
.np-timeline__item{
  display:flex;
  align-items:stretch; /* rail can stretch full height */
  margin-right: 32px;
}

.np-timeline__rail{
  width:24px;
  position:relative;
  flex:0 0 24px;
  align-self:stretch;  /* IMPORTANT: rail height = item height */
}

/* vertical line */
.np-timeline__rail::before{
  content:'';
  position:absolute;
  left:0;           /* centered in 24px rail */
  top:0;
  bottom:0;
  width:1px;
  background:#FF8B57;
}

/* dot */
.np-timeline__dot{
  position:absolute;
  top:11px;            /* your dot vertical offset */
  left:-4px;            /* (24 - 9)/2 */
  width:9px;
  height:9px;
  background:#FF8B57;
  border-radius:50%;
  display:block;
}

/* start line at first dot centre */
.np-timeline__item:first-child .np-timeline__rail::before{
  top:calc(15px + 4.5px); /* dot centre */
}

/* end line at last dot centre (no tail after last dot) */
.np-timeline__item:last-child .np-timeline__rail::before{
  bottom:calc(100% - (15px + 4.5px)); /* stop at dot centre */
}

/* edge case: if only 1 item, no line at all */
.np-timeline__item:first-child:last-child .np-timeline__rail::before{
  display:none;
}


.np-timeline__dot{
  display:block;              /* CRITICAL */
  flex:0 0 9px;              /* prevents flex stretching */
  width:9px;
  height:9px;
  background:#FF8B57;
  border-radius:50%;
}

.np-timeline__badge{
  background:#FF8B57;
  color:#fff;
  padding:8px 12px;
  border-radius:25px;
  display:inline-block;
  margin-bottom:8px;
}
.np-timeline__bullet {
margin-bottom: 8px;
}

.np-timeline__bullet:last-child{
  margin-bottom:32px;
}

/* CARD */
.np-timeline__card{
  background:#F2F5FB;
  padding:16px;
  display:flex;
  gap:8px;
  border-radius:8px;
  margin-bottom:48px;
  max-width: 352px;
}

.np-timeline__card-img{
  width:72px;
  height:72px;
  border-radius:8px;
  object-fit:cover;
}
/* ================= TABLET ================= */
@media (min-width:769px) and (max-width:1025px){

  .np-timeline__inner{
    gap:32px;
  }

  .np-timeline__item{
    margin-right:0;
  }

  .np-timeline__content{
    max-width:320px;
  }

  .np-timeline__card{
    max-width:320px;
  }

  .np-timeline__media{
    flex:1;
  }
}

/* MOBILE */
/* ================= MOBILE ================= */
@media (max-width:768px){
  .np-timeline__content{ max-width:100%; }
    .np-timeline__rail{
  width:16px;
  position:relative;
  flex:0 0 16px;
  align-self:stretch;  /* IMPORTANT: rail height = item height */
}
.np-timeline__item {
    margin-right: 0;
}
 .np-timeline__item:last-child .np-timeline__bullet:last-of-type{
  margin-bottom:0;
}
   
.np-timeline__image2 {
margin-bottom: 24px;
display: block;
}
.np-timeline__media {
display: none;
}
  .np-timeline{
    padding:0 0 48px;
  }
  .np-timeline__bullet{
  padding-left: 0;
}

  .np-timeline__badge{
    font-size:14px;
    line-height:14px;
  }

  .np-timeline__text > .npfont1624{
    font-size:16px;
    line-height:24px;
  }

  .np-timeline__image1{
  display:block;
  margin-bottom: 32px;
}

.np-timeline__image1 .np-timeline__img {
  border-radius: 0 !important;
}

  .np-timeline__inner{
    display:block;
  }

  /* IMAGE 1 full width */
  .np-timeline__media{
    order:0;
  }

  .np-timeline__media .np-timeline__img:first-child{
    width:100%;
    border-radius:0;
    margin-bottom:32px;
  }

  /* CONTENT CONTAINER */

  .np-timeline__title{
    margin-bottom:8px;
    padding: 0 20px;
  }

  .np-timeline__list {
    padding-left: 20px;
    padding-right: 20px;
  }


  .np-timeline__body{
    margin-bottom:32px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .np-timeline__list{
    margin-bottom:24px;
  }

  /* IMAGE 2 */
  .np-timeline__media .np-timeline__img:last-child{
    margin:0 20px 24px;
    width:calc(100% - 40px);
  }

  .np-timeline__card{
    margin-bottom:32px;
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
  .np-timeline .np-gut__cta {
    padding: 0 20px;
  }
}

/* +++ End of NPDP2 Section8 +++ */

/* +++ NPDP2 Section9 +++ */
.np-ing{
  padding:64px 0;
  background:#F2F5FB;
}
.npsltxt-wrapper {
max-width: 215px;
margin: auto;
}

.np-ing__inner{
  max-width:1120px;
  margin:0 auto;
  padding:0 20px;
}

.np-ing__title{ margin-bottom:16px; }
.np-ing__body{ margin-bottom:48px; }

/* SLIDER */
.np-ing__slider-wrap{
  max-width:1120px;
  margin:0 auto;
  position:relative;
  padding:0 20px;
}

.np-ing__slider{
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
}

.np-ing__card{
  flex:0 0 247px;
  scroll-snap-align:start;
  margin-bottom:16px;
}

.np-ing__slider::-webkit-scrollbar{
  display:none;
}

.np-ing__img{
  width:100%;
  height: auto;
  aspect-ratio:1 / 1;     /* MAGIC */
  object-fit:cover;       /* crops, never stretches */
  border-radius:16px;
  margin-bottom:16px;
  display:block;
}

/* CONTROLS */
.np-ing .np-ing__controls{
  max-width:1120px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.np-ing .np-dots{
  display:none;
}


.np-ing .np-arrow{
  width:38px;
  height:38px;
  border-radius:9999px;
  border:1px solid #0C0C0D;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  cursor:pointer;
  color:#0C0C0D;              /* ACTIVE color */
  transition:.2s ease;
}

.np-ing .np-arrow.disabled{
  border-color:#666666;
  color:#666666;              /* INACTIVE color */
  opacity:1;                  /* remove fade */
  pointer-events:none;
}

.np-ing .np-arrow svg{
  width:16px;
  height:16px;
}


/* MOBILE */

@media (max-width:768px){
    .np-ing__slider-wrap{
  max-width:1120px;
  margin:0 auto;
  position:relative;
  padding-left:20px;
padding-right:0;
}
    .np-ing .np-dot{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#666666;
  display:block;
  flex:0 0 auto;        /* prevent stretch */
}

.np-ing .np-ing__controls {
padding-right: 20px;
}

.np-ing .np-dot{
  border-radius:50%;
  background:#CCCCCC;
}

.np-ing .np-dot.active{
  width:8px;
  height:8px;
  background:#351B13;
}
  .np-ing{
    padding:32px 0 48px;
  }

  .np-ing__title{ margin-bottom:8px; }
  .np-ing__body{ margin-bottom:32px; }

  .np-ing .np-dots{
  display:flex;
  align-items:center;   /* THIS is the fix */
  gap:8px;
}

  .np-ing .np-dot{
    width:6px;
    height:6px;
    display: block !important;
  }

  .np-ing .np-dot.active{
    width:8px;
    height:8px;
  }
  .np-ing__slider > .np-ing__card:last-child{
    margin-right: 20px;
  }
}
@media (max-width:500px){
.np-ing .np-dots{
  display:flex;
}
}
/* +++ End of NPDP2 Section9 +++ */

/* +++ NPDP2 Section10 +++ */
.np-features{
  padding:64px 20px 48px;
  background: #FDFCF9;
}

/* DESKTOP LAYOUT */
.np-features__inner{
  max-width:1120px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
}

.np-features__item{
  display:flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
}

/* SVG sizing */
.np-features__icon svg{
  width:32px;
  height:32px;
  display:block;
}
@media (max-width:1120px){
  .np-features__inner{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    row-gap:32px;
    column-gap:16px;
  }

  .np-features__item{
    display:flex;
    align-items:center;
    justify-content:center; /* this is key */
    gap:8px;
    width:100%;
  }
}

/* ===== MOBILE ===== */
@media (max-width:768px){

  .np-features{
    padding:48px 20px;
  }

  .np-features__inner{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    row-gap:32px;
    column-gap:16px;
    justify-items:start;
  }

   .np-features__item{
    justify-content:flex-start;  /* force left */
    text-align:left;
  }
}
/* +++ End of NPDP2 Section10 +++ */

/* +++ NPDP2 Section11 +++ */
.np-research {
  background: #FDFCF9;
  padding: 48px 0 80px;
}
.np-research .np-research__cta {
max-width: 352px;
}

.np-research .sale-offer__btn {
    margin-bottom: 8px;
}

.np-research__inner{
  max-width:1120px;
  margin:0 auto;
}

/* HEADER */
.np-research__header{
  margin-bottom:48px;
}

.np-research__eyebrow{
  display:inline-block;
  background:#EBE8E7;
  color:#351B13;
  padding:4px 12px;
  border-radius:128px;
  margin-bottom:16px;
}

.np-research__title{
  max-width:1120px;
  margin-top: 0;
  max-width: 800px;
}

/* CONTENT */
.np-research__content{
  display:flex;
  gap:32px;
}

/* LEFT */
.np-research__left{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.np-research__left,
.np-research__right{
  flex:1;
  max-width:none;
}

.np-research__stat{
  margin-bottom:16px;
}

.np-research__number{
  margin-bottom:8px;
}

.np-research__sep{
  height:1px;
  background:#351B13;
  margin-bottom:16px;
  display: block !important;
}

.np-research__cta{
  margin-top:48px;
  text-align: center;
}

/* RIGHT */
.np-research__right{
  flex:1;
}

.np-research__img-desktop{
  width:100%;
  height: auto;
  aspect-ratio:1 / 1;
  object-fit:cover;
  border-radius:16px;
  display:block;
}

/* MOBILE IMAGE */
.np-research__img-mobile-wrap{
  display:none;
}
.np-research__stats {
margin-right: 48px;
}

/* ===== TABLET & MOBILE ===== */
@media (max-width:1024px){
  .np-research{
    padding:48px 0;
  }
  .np-research__header {
padding: 0 20px;
}

  .np-research__content{
    flex-direction:column;
  }


  .np-research__header{
    margin-bottom:32px;
  }

  .np-research__right{
    display:none;
  }

  .np-research__img-mobile-wrap{
    display:block;
    margin-bottom:32px;
  }

  .np-research__img-mobile{
    width:100%;
    height: auto;
    aspect-ratio:4 / 3;
    object-fit:cover;
    display:block;
  }

  .np-research__left{
    max-width:100%;
    padding: 0 20px;
  }

  .np-research__cta{
    margin-top:32px;
  }
}

@media (max-width:768px){ 
.np-research .np-research__cta {
max-width: 100%;
}
.np-research .sale-offer__btn.np-hero__btn.btn-main {
    max-width: 100%;
    margin-top: 0;
}
}
.pdp_accordion_info a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.pdp_accordion_info a:hover {
  text-decoration-thickness: 2px;
}
/* +++ End of NPDP2 Section111 +++ */

/* +++ NPDP2 Section12 +++ */
/* ===== SECTION ===== */
.np-expert{
  background:#F2F5FB;
  padding:64px 0;
}
.np-expert__media.mob {
display: none;
}

/* ===== CONTAINER ===== */
.np-expert__inner{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  align-items:center;
}

/* ===== IMAGE ===== */
.np-expert__img{
  width:100%;
  height: auto;
  aspect-ratio:1 / 1;
  object-fit:cover;
  border-radius:16px;
  display:block;
}

/* ===== CONTENT ===== */
.np-expert__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  margin-left: 32px;
}

.np-expert__title{
  margin-bottom:32px;
  margin-top: 0;
}

.np-expert__body{
  font-style:italic;
  margin-bottom:32px;
}

/* ===== AUTHOR ===== */
.np-expert__name{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:2px;
}

.np-expert__verified svg{
  width:24px;
  height:24px;
  display: block;
}

/* ===== MOBILE ===== */
@media (max-width:768px){

  .np-expert{
    padding:32px 20px;
  }
.np-expert__media.desk {
display: none;
}
  .np-expert__media.mob {
display: block;
}
.np-expert__body {
font-size: 16px;
line-height: 28px;
}
.np-expert__title {
font-size: 24px;
line-height: 28px;
}
.np-expert__verified svg {
    width: 20px;
    height: 20px;
}
.np-expert__content {
margin-left: 0;
}

  .np-expert__inner{
    grid-template-columns:1fr;
    gap:32px;
  }

  .np-expert__img{
    aspect-ratio:335 / 200;
  }

  .np-expert__title{
    margin-bottom:16px;
  }

  .np-expert__body{
    margin-bottom:16px;
  }
}
/* +++ End of NPDP2 Section12 +++ */

/* +++ NPDP2 Section13 +++ */
/* ================= BASE ================= */
.np-faq{
  background:#FDFCF9;
}

.np-faq__inner{
  max-width:1440px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
}

/* ================= LEFT ================= */
.np-faq__left{
  display:flex;
  justify-content:flex-end;
}

.np-faq__content{
  max-width:496px;
  margin-right:48px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.np-faq__title{
  margin-bottom:32px;
  margin-top: 0;
}

/* ================= ACCORDION ================= */
.np-faq__item{
 border-bottom: 1px solid #DDD;
}

.np-faq__header{
  width:100%;
  background:none;
  border:0;
  padding:16px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
}

.np-faq__icon{
  width:24px;
  height:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:transform .25s ease;
}

.np-faq__body{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
}


.np-faq__item.is-open .np-faq__body{
  max-height:400px;
  margin-bottom: 28px;
}

.np-faq__item.is-open .np-faq__icon{
  transform:rotate(180deg);
}

/* ================= CTA ================= */
.np-faq__cta{
  margin-top:48px;
  max-width:352px;
}

.np-faq__cta .nptext1216{
  margin-top:8px;
  text-align:center;
}

/* ================= RIGHT IMAGE ================= */
.np-faq__right{
  width:100%;
  height:100%;
}

.np-faq__img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* ================= MOBILE & TABLET ================= */
@media (max-width:1024px){

  .np-faq__inner{
    grid-template-columns:1fr;
    padding:48px 20px;
  }

  .np-faq__right{
    display:none;
  }

  .np-faq__left{
    justify-content:center;
  }

  .np-faq__content{
    max-width:700px;
    margin-right:0;
  }

  .np-faq__title{
    margin-bottom:48px;
  }
  .np-faq__cta {
    max-width: 100%;
}
.np-faq .sale-offer__btn.np-hero__btn.btn-main {
    max-width: 100%;
}
    .np-faq .npfont1624 {
        font-size: 16px;
        line-height: 24px;
    }
}
/* +++ End of NPDP2 Section13 +++ */

/* +++ End of NPDP2 Footer +++ */
/* ================= BASE ================= */
.np-footer{
  background:#351B13;
  color:#FFF;
  padding:48px 0;
}

[type="email"] {
    padding: 0 !important;
    line-height: 28px !important;
}

.np-footer__inner{
  max-width:1120px;
  margin:0 auto;
}

/* ================= TITLE ================= */
.np-footer__title{
  font-size:24px;
  line-height:28px;
  font-weight:500;
  margin-bottom:16px;
  color: #FFF;
  margin-top: 0;
}

/* ================= TOP ================= */
.np-footer__top{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:32px;
}

/* FORM */
/* FORM WRAP ANIMATION */
.np-footer__form-wrap{
  width:100%;
  max-width:544px;
}

/* message ABOVE form */
.np-footer__form-msg{
  margin-bottom:4px;
  font-size:14px;
  color:#E6E6E6;
  opacity:0;
  transform:translateY(-4px);
  transition:.25s ease;
}

.np-footer__form-msg.success,
.np-footer__form-msg.error{
  opacity:1;
  transform:translateY(0);
}

.np-footer__form-msg.success{
  color:#A7E0B2;
}

.np-footer__form-msg.error{
  color:#FFB3B3;
}

/* hide form nicely on success */
.np-footer__form.is-hidden{
  opacity:0;
  pointer-events:none;
  height:0;
  padding:0;
  margin:0;
  overflow:hidden;
  transition:opacity .25s ease, height .25s ease;
}


.np-footer__form{
  max-width:544px;
  width:100%;
  background:#FFF;
  border-radius:8px;
  display:flex;
  align-items:center;
  padding:16px;
}

.np-footer__form input{
  flex:1;
  border:0;
  outline:0;
  font-size:16px;
  color:#666;
}

.np-footer__form button{
  background:none;
  border:0;
  cursor:pointer;
  display:flex;
}

.np-footer__form svg{
  width:16px;
  height:16px;
  color:#351B13;
}

/* SOCIAL */
.np-footer__social{
  display:flex;
  gap:16px;
  align-items:flex-end;
}

.np-footer__social img{
  width:24px;
  height:24px;
}

/* ================= LINKS ================= */
.np-footer__links{
  display:flex;
  gap:24px;
  margin-bottom:32px;
}

.np-footer__links a{
  font-size:14px;
  color:#FFF;
  text-decoration:none;
}

/* ================= DISCLAIMER ================= */
.np-footer__disclaimer{
  border:1px solid #666;
  border-radius:8px;
  padding:12px;
  font-size:12px;
  color:#E6E6E6;
  margin-bottom:32px;
}

/* ================= BOTTOM ================= */
.np-footer__bottom{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:32px;
}

/* BRAND */
.np-footer__brand img{
  max-width:123px;
  margin-bottom:16px;
  height: auto;
}

.np-footer__brand-text{
  font-size:14px;
}

/* PAYMENTS */
.np-footer__payments{
  display:flex;
  gap:12px;
}

.np-footer__payments img{
  height:24px;
  width:auto;
}

/* ================= MOBILE ================= */
@media (max-width:768px){
  .np-footer{
    padding:40px 20px;
  }
   .np-footer__inner{
    display:flex;
    flex-direction:column;
  }
  @media (max-width:768px){
  .np-footer__top{ order:1; }
  .np-footer__disclaimer{ order:2; }
  .np-footer__links{ order:3; }
  .np-footer__bottom{ order:4; }
}


  .np-footer__title{
    text-align:center;
  }

  .np-footer__top{
    flex-direction:column;
    align-items:center;
    gap: 0;
  }

  .np-footer__form{
    padding:12px 16px;
    margin-bottom:16px;
  }

  .np-footer__social{
    justify-content:center;
  }

  .np-footer__links{
    flex-direction:column;
    align-items:center;
    gap:24px;
    margin-bottom:32px;
  }

  .np-footer__disclaimer{
    margin-bottom:32px;
  }

  .np-footer__bottom{
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap: 0;
  }

  .np-footer__brand img{
    max-width:98px;
  }

  .np-footer__brand{
    margin-bottom:32px;
  }

  .np-footer__payments{
    justify-content:center;
  }
  .np-footer__form-msg.success {
    text-align: center;
}
}
/* +++ End of NPDP2 Footer +++ */

/* ---------- base.css ---------- */
/* Color custom properties */

@font-face {
  font-family: "Milanesaserif variable";
  src: url('https://cdn.shopify.com/s/files/1/0573/6182/5865/files/milanesaserif-regular-webfont.woff2?v=1671538308') format("woff2"),
    url('https://cdn.shopify.com/s/files/1/0573/6182/5865/files/milanesaserif-regular-webfont.woff?v=1671538308') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Milanesaserif demibold";
  src: url('https://cdn.shopify.com/s/files/1/0573/6182/5865/files/milanesaserif-demibold-webfont.woff2?v=1671538308') format("woff2"),
    url('https://cdn.shopify.com/s/files/1/0573/6182/5865/files/milanesaserif-demibold-webfont.woff?v=1671538308') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Milanesaserif light";
  src: url('https://cdn.shopify.com/s/files/1/0573/6182/5865/files/milanesaserif-light-webfont.woff2?v=1671538308') format("woff2"),
    url('https://cdn.shopify.com/s/files/1/0573/6182/5865/files/milanesaserif-light-webfont.woff?v=1671538308') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Milanesaserif bold";
  src: url('https://cdn.shopify.com/s/files/1/0573/6182/5865/files/milanesaserif-bold-webfont.woff2?v=1671538308') format("woff2"),
    url('https://cdn.shopify.com/s/files/1/0573/6182/5865/files/milanesaserif-bold-webfont.woff?v=1671538308') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Milanesaserif";
  src: url('https://cdn.shopify.com/s/files/1/0573/6182/5865/files/MilanesaSerif-ExtraBold.woff2?v=1701083978') format("woff2"),
    url('https://cdn.shopify.com/s/files/1/0573/6182/5865/files/MilanesaSerif-ExtraBold.woff?v=1701083978') format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gopher;
  src: url('https://cdn.shopify.com/s/files/1/0573/6182/5865/files/gophertext-light-webfont.woff2?v=1671538308') format("woff2"),
    url('https://cdn.shopify.com/s/files/1/0573/6182/5865/files/gophertext-light-webfont.woff?v=1671538308') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gopher bold";
  src: url('https://cdn.shopify.com/s/files/1/0573/6182/5865/files/gophertext-bold-webfont.woff2?v=1671538308') format("woff2"),
    url('https://cdn.shopify.com/s/files/1/0573/6182/5865/files/gophertext-bold-webfont.woff?v=1671538308') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gopher bold new";
  src: url('https://cdn.shopify.com/s/files/1/0573/6182/5865/files/fonnts.com-Gopher_Medium.otf?v=1725355907') format("openType");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}

.color-background-2 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}

.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}

.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}

.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}

:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}

.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 1;
}

.color-background-2 .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}

.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}

.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}

:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text));
}

.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}

.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}

.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}

.contains-card,
.card {
  --border-radius: var(--card-corner-radius);
  --border-width: var(--card-border-width);
  --border-opacity: var(--card-border-opacity);
  --shadow-horizontal-offset: var(--card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--card-shadow-vertical-offset);
  --shadow-blur-radius: var(--card-shadow-blur-radius);
  --shadow-opacity: var(--card-shadow-opacity);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
}

/* base */

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 1440px;
    padding: 0 52px;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

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

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  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);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: .16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link:hover,
.customer a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: 0;
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0;
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--peek.slider .grid__item:last-of-type {
    margin-right: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item  {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .slider--tablet.grid--peek .grid__item:last-of-type {
    margin-right: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-base-text), var(--shadow-opacity));
}

.button,	
.shopify-challenge__button,	
.customer button {	
  display: inline-block;	
  border: 0;	
  padding: 0 3rem;	
  cursor: pointer;	
  font: inherit;	
  font-size: 1.5rem;	
  text-decoration: none;	
  color: rgb(var(--color-button-text));	
  transition: box-shadow var(--duration-short) ease;	
  -webkit-appearance: none;	
  appearance: none;	
  background-color: rgba(var(--color-button), var(--alpha-button-background));	
}

.button svg,	
.shopify-challenge__button svg,	
.customer button svg {	
  display: block;	
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
}

.button.loading > .loading-overlay__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  min-height: 2.4rem;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground),.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),0 0 0.5rem 0.4rem rgba(var(--color-foreground),.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js .header__desktop-search[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
}

.announcement-bar {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  color: rgb(var(--color-foreground));
}

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  text-decoration: none;
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 2rem;
  margin: 0;
  letter-spacing: 0.1rem;
}

/* section-header */
#shopify-section-header {
  z-index: 30;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icon heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

  .header--has-menu:not(.header--middle-left) {
    padding-bottom: 0;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--top-center {
    grid-template-areas:
      'left-icon heading icons'
      'navigation navigation navigation';
  }

  .header:not(.header--middle-left) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }
}

@media screen and (min-width: 990px) {
  .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}

.header__icon--menu[aria-expanded="true"]::before {
  content: "";
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)) + 2px);
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

.no-js .predictive-search {
  display: none;
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2) );
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2) );
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 47.8rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  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));
}

.header__submenu.list-menu {
  padding: 2.4rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2.4rem;
}

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3.4rem;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}


.main-product__rating-desktop {
  margin: 32px 0 !important;
}


.image-with-text__image {
  position: relative;
  overflow: hidden;
}
.image-with-text__image img {
  position: relative;
  z-index: 1;
  display: block;
}
.glitch__layers {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.glitch__layer {
  position: absolute;
  display: block !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.glitch__layer:nth-child(1) {
  transform: translateX(-5%);
  animation: glitch-anim-1 2s infinite linear alternate;
}
.glitch__layer:nth-child(2) {
  transform: translateX(3%) translateY(3%);
  animation: glitch-anim-2 2.3s -.8s infinite linear alternate;
}
.glitch__layer:nth-child(3) {
  transform: translateX(5%);
  animation: glitch-anim-flash 1s infinite linear;
}
@keyframes glitch-anim-1 {
  0% {
    clip-path: polygon(0 0%, 100% 0%, 100% 5%, 0 5%);
  }
  10% {
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  20% {
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  30% {
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  40% {
    clip-path: polygon(0 35%, 100% 35%, 100% 35%, 0 35%);
  }
  50% {
    clip-path: polygon(0 45%, 100% 45%, 100% 46%, 0 46%);
  }
  60% {
    clip-path: polygon(0 50%, 100% 50%, 100% 70%, 0 70%);
  }
  70% {
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  80% {
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  90% {
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  100% {
    clip-path: polygon(0 60%, 100% 60%, 100% 70%, 0 70%);
  }
}
@keyframes glitch-anim-2 {
  0% {
    clip-path: polygon(0 15%, 100% 15%, 100% 30%, 0 30%);
  }
  15% {
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  25% {
    clip-path: polygon(0 8%, 100% 8%, 100% 20%, 0 20%);
  }
  30% {
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  45% {
    clip-path: polygon(0 45%, 100% 45%, 100% 45%, 0 45%);
  }
  50% {
    clip-path: polygon(0 50%, 100% 50%, 100% 57%, 0 57%);
  }
  65% {
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  75% {
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  80% {
    clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%);
  }
  95% {
    clip-path: polygon(0 45%, 100% 45%, 100% 60%, 0 60%);
  }
  100% {
    clip-path: polygon(0 11%, 100% 11%, 100% 15%, 0 15%);
  }
}
@keyframes glitch-anim-flash {
  0% {
    opacity: 0;
  }
  30%, 100% {
    opacity: 0;
  }
}

.collections-list__content .slick-list {
  max-width: 922px;
}

.collections-list__item-wrapper{
  flex-direction: column;
}

.collections-list__content,
.collections-list__content .slick-list{
  width: 100%;
}

.collections-list__arrow{
  display: flex;
}

.collections-list__swipe {
  margin-top: 20px;
  display: flex;
  gap: 16px;
}

.collections-list .collections-list__container .collections-list__wrapper {
  position: relative;
}

.button.button--transparent.collections-list__arrow-desktop {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  border-color: #b4afa3;
}

.collections-list__arrow-desktop svg path{
  transition: 0.3s;
  stroke: #b4afa3;
}

.collections-list__collection-title{
  transition: all 0.3s;
}

.collections-list__wrapper .collections-list__collection-title:hover {
  -webkit-text-stroke-color: #1f1b13 !important;
}

/* .collections-list__wrapper:hover .button.button--transparent.collections-list__arrow-desktop {
  border-color: #1f1b13;
}

.collections-list__wrapper:hover .button.button--transparent.collections-list__arrow-desktop svg path{
  stroke: #1f1b13;
} */

.collections-list__wrapper .button.button--transparent.collections-list__arrow-desktop:hover svg path{
  stroke: #fffae7;
}

.collections-list__arrow-desktop--right{
  right: 0;
}

.collections-list__arrow-desktop--left {
  left: 0;
}

@media (max-width: 767.98px) {
  .collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
  }

  .collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item-wrapper .collections-list__item-info{
    margin-left: 0;
    width: 100%;
  }

  .collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item-color{
    padding-bottom: 144%;
    position: relative;
  }

  .collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item{
    position: absolute !important;
    height: 100% !important;
  }

  .collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item,
  .collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item-color{
    width: 100% !important;
  }

  .collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item-wrapper {
    margin: 0 12px;
  }

  .collections-list .collections-list__container .collections-list__wrapper .collections-list__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.main-product__upsell-heading{
  text-align: center;
  width: 288px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px !important;
  line-height: 40px !important;
}

.main-product__upsell-heading span {
  display: inline-flex;
}

.main-product__current-image-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.main-product__current-image-wrapper .main-product__name {
  margin-left: 10px;
  margin-right: 13px;
}

.main-product__current-image{
  width: 46%;
  max-width: 133px;
  padding-right: 5px;
}

.main-product__name {
  margin-left: 23px;
  max-width: 100%;
  margin-top: -11px;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: "Milanesaserif bold" !important;
}

.main-product__current-image img{
  width: 100%
}

.main-product__circle{
  position: relative;
  width: 100%;
  margin-top: -47px;
  z-index: 0;
  margin-bottom: -43px;
}

.main-product__circle svg{
  width: 100%;
}

.main-product__circle-plus{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 26px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.main-product__circle-plus svg {
  width: 100%;
  height: 100%;
}

.main-product__suggestion-wrapper {
  position: relative;
  z-index: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.main-product__suggestion{
  max-width: 132px;
}

.main-product__suggestion .main-product__suggestion-image-wrapper {
  width: 132px;
  height: 192px;
  background: #fffae7;
  border-radius: 89px;
  overflow: hidden;
}

.main-product__suggestion-image{
  width: 100%;
  height: 100%;
}

.main-product__suggestion .main-product__suggestion-image-wrapper img {
  padding: 14px 14px 0 14px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-product__suggestion-actions{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-product__suggestion-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px !important;
  line-height: 40px !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 16px 0 32px 0;
  margin: unset;
  border-top: 1px solid #1f1b13;
  gap: 10px
}

.main-product__suggestion-old {
  font-size: 20px;
  line-height: 24px;
  font-family: "Milanesaserif light" !important;
  text-decoration: line-through;
}

.faq__heading{
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: center;
}

.faq__next{
  display: inline-flex;
  margin-top: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.faq__next:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

@media (max-width: 767.98px) {
  .faq__heading{
    align-items: center;
    width: 100%;
  }

  .faq__next{
    margin-top: 0;
  }
}

.main-product__media, .main-product__media2 {
  width: 100%;
}

.main-product__media .slick-track, .main-product__media2 .slick-track {
  display: flex !important;
}
/* Adil added zoom effect here */
.main-product__media .product-image,
.main-product__media2 .product-image {
  
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
}


.main-product__image-wrapper .circle__first,
.main-product__image-wrapper .circle__second,
.main-product__image-wrapper .circle__third {
  pointer-events: none;
}

.main-product__image{
  flex-direction: column;
  justify-content: space-between;
}

.main-product__swipe,
.main-product__arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.main-product__swipe {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.main-product__arrow {
  cursor: pointer;
}

.main-product__arrow path {
  transition: 0.3s;

}
.main-product__arrow:hover path {
  stroke: #1f1b13;
  transition: 0.3s;

}

.main-product .main-product__wrapper .main-product__image {
  max-height: 100% !important;
  align-items: flex-start;
}

.main-product__media-thumbnails, .main-product__media-thumbnails2{
  width: 100%;
  margin-top: 24px;
}

.product-thumbnail {
  width: 80px !important;
  height: 80px !important;
  border: 1px solid grey;
  border-radius: 8px;
  margin: 0 12px;
  padding: 5px;
}

.product-thumbnail img {
  width: 100% !important;
}

.product-thumbnail.slick-current {
  border-width: 2px;
  border-color: black;
}

.collection-product__item-wrapper {
  width: 100%;
}

.collection-product__item-color {
  border-radius: 140px;
  background: #fffae7;
}

.collection-product__item {
  background-color: rgba(247, 218, 165, .4);
  position: relative;
  width: 100%;
  padding-bottom: 144%;
  border-radius: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-product__special {
  position: absolute;
  top: 40px;
  background: #000;
  color: #fffae7 !important;
  padding: 4px 12px;
  text-transform: uppercase;
}

.collection-product__image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 34px;
}

.collection-product__image img {
  width: 100%;
  padding: 20px;
}

.collection-product__item-info {
  position: relative;
}

.collection-product__title {
  width: 100%;
  font-family: "Milanesaserif bold", sans-serif !important;
}

.collection-product__price {
  margin-top: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.collection-product__current-price {

}

.collection-product__old-price {
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-product__quick-add {
  margin-top: 32px;
  font-family: "Milanesaserif bold", sans-serif;
  letter-spacing: 0;
  padding: 14px 31px;
  border: 2px solid;
}

@media (min-width: 768px) {
  .collection-product__item-info {
    margin-top: -24px;
  }

}

.active-facets__button-inner {
  font-size: 1rem !important;
}

.mobile-facets__open-label {
  font-size: 1rem !important;
}

.product-count__text {
  font-size: 1.5rem !important;
}

.mobile-facets__inner,
.mobile-facets__main,
.mobile-facets__footer,
.mobile-facets__submenu{
  background-color: #fffae7 !important;
}

.image-with-text__glitch-1 {
  top: 0;
  left: 0;
  position: absolute !important;
  clip-path: polygon(0 0, 100% 0, 100% 35%, 0 35%);
  z-index: -1;
  animation: glitch steps(1) 3s infinite;
}

.image-with-text__glitch-2 {
  top: 0;
  left: 0;
  position: absolute !important;
  clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
  animation: glitch steps(1) 2.3s infinite;
}

@keyframes glitch {
  0% {
    transform: translate(0px);
  }
  55% {
    transform: translate(0px) skew(20deg);
  }
  60% {
    transform: translateX(8px);
    color: transparent;
  }
  65% {
    transform: translate(0px, 8px);
    color: inherit;
  }
  90% {
    transform: translate(8px, 8px) skew(-10deg);
    color: #23232b;
  }
  100% {
    transform: translate(8px, 8px);
    color: inherit;
  }
}

.collections-list__content{
  
}

@media (min-width: 768px) {
.collections-list__content{
  pointer-events: none;
}
  .collections-list__item-wrapper{
    pointer-events:all;
  }
}

@media (min-width: 1023.98px) {
 .product-categories__content{
   padding-right: 50px;
 }
}

.shopify-section.bent-text {
    margin-bottom: -747px;
}

@media (min-width: 768px) and (max-width: 1439.98px){
  .shopify-section.bent-text {
      margin-bottom: -677px;
  }
}
.collections-list__wrapper{
  text-align: center;
}

.collection-list__collection-title-wrapper{
  display: inline-block;
}

.collections-list__item-info{
  text-align: left;
}

.shopify-section.hero-section {
    padding-bottom: 259px;
}

@media (max-width: 1439.98px) {
  .shopify-section.hero-section {
      padding-bottom: 42px;
  }
}

@media (min-width: 1024px) {
  .upsell-bundles__wrapper{
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 750px) {
  .facets__form-vertical {
    width: 250px !important; 
  }

  .active-facets-vertical-filter{
    align-items: center;
  }
}

.collection-page__title-sort{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

@media (min-width: 750px) {
  .collection-page__title-sort{
    margin-bottom: 50px;
  }
}
.collection-page__title-sort .collection-hero__title{
  margin: 0;
}

.collection-page__title-sort .facet-filters{
  padding-left: 0;
}

/* fixes */

.faq .faq__wrapper .faq__content-wrapper .faq__content .faq__heading {
  width: 115%;
  justify-content: space-between;
}

@media (max-width: 768px) {
    .faq .faq__wrapper .faq__content-wrapper .faq__content .faq__heading {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
  .marquee .marquee__track{
    display: block !important;
  }

  .collections-list__arrow-desktop {
    display: none !important;
  }

  .collections-list__content .slick-track {
    display:flex;
    align-items: stretch;
  }
  
  .collections-list__content .slick-track .collections-list__item-wrapper {
    height: inherit;
  }

  .collections-list__content .collections-list__item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }

}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__add .product-form .product-form__buttons .product-form__submit {
    padding: 13.5px 12px !important;
  }
}

/* video player fix */

.video-slider {
  background-color: #fffae7 !important;
}

.header .menu-drawer .header__drawer-title {
  margin: 0 !important;
  padding: 24px 16px;
}

.header .menu-drawer .header__drawer-title.header__drawer-title--border {
  border-bottom: 2px solid #1f1b13;
}

@media (min-width: 768px) {
  .header .header__buttons .header__burger {
      display: none !important;
  }
}

.footer__content-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.copyright__content {
  margin: 0;
  padding-left: 0;
  padding-top: 50px;
}

.footer .footer__content {
  margin-bottom: 80px;
}

@media (max-width: 767.98px) {

  .copyright__content {
    /* margin-top: 80px; */
    margin-bottom: 10px;
    text-align: center;
    padding-left: 0;
  }

  .image-with-text .image-with-text__heading-wrapper .image-with-text__heading {
    -webkit-text-stroke: 1px #1f1b13;
  }

  .faq .faq__wrapper .faq__content-wrapper .faq__content h1.faq__heading,
  .footer .footer__form input.footer__input,
  .footer .footer__content-left h1.footer__block-heading,
  .footer .footer__form input.footer__input::placeholder{
    text-align: left ;
  }

}

@media (max-width: 1023.98px) {
  .tablet-hidden {
    display: none !important;
  }

  .main-product__row.main-product__row--tablet-margin {
    margin-top: 0px;
  }

  .hero-section__image-slider-wrapper {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  }
}

.template-product .faq {
  background-color: #fffae7 !important;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  opacity: 0 !important;
}

@media (min-width: 1024px) {
  #product-categories__thumbnail {
    display: none;
  }

  #product-categories--body-mind {
    display: flex;
  }
}

#product-categories__thumbnail {
  width: 100%;
  object-fit: contain;
  max-width: 500px;
}

.main-product__media, .main-product__media-thumbnails, .jdgm-rev-widg__reviews,
.main-product__media2, .main-product__media2-thumbnails, .jdgm-rev-widg__reviews{
  overflow: hidden;
}

.custom-quantity {
  margin: 0;
}
.main-product .main-product__wrapper .main-product__image video {
  max-width: 300px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.main-product__wrapper .main-product__reviews {
  margin: 32px 0;
}

.main-product__wrapper .jdgm-prev-badge {
  display: flex !important;
  gap: 10px;
}

.main-product__reviews .jdgm-prev-badge__stars{
  display: flex;
  gap: 12px;
}

.main-product__reviews .jdgm-prev-badge__stars .jdgm-star{
  width: 24px;
  height: 24px;
  display: flex !important;
}

@media (max-width: 1023.98px) {
  .main-product__wrapper .main-product__reviews {
    margin: 12px 0 19px 6px;
  }

  .main-product__reviews .jdgm-prev-badge__stars{
    gap: 8px;
  }

  .main-product__reviews .jdgm-prev-badge__stars .jdgm-star{
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767.98px) {
  .search-results {
    padding: 0 !important;
  }
}

.blog-page__featured-articles {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #b4afa3;
}

.blog-page__featured-heading {
  flex-basis: 100%;
}

.blog-page__articles {
  column-gap: 24px;
  row-gap: 64px;
}
.blog-page__featured-articles {
  column-gap: 24px;
}

.blog-article {
  width: calc(calc(100% / 3) - calc(24px - calc(24px / 3)));
  flex-basis: unset !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.blog-article.blog-article--wide {
  width: 100%
}

.cart-drawer__discount {
  margin: 0;
  font-family: "Gopher bold" !important;
  width: 100%;
  padding: 5px 0 6px;
  background: #dfa88f;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: unset;
  border-top: 1px solid #1f1b13;
}

@media (max-width: 767.98px) {
  .blog-page__featured-heading {
    padding: 0 16px;
  }

  .blog-article {
    width: 100%;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .cart__drawer .upsell__holder .upsell__boost,
  .cart-drawer__discount{
    font-size: 14px !important;
    line-height: 16px;
    padding: 7px 0 7px !important;
  }

}

@media (min-width: 768px) {
  .video-slider .video-slider__video-wrapper video {
    max-width: 624px;
    max-height: 350px;
    width: 50vw;
    height: 50vw;
  }
}

.search-results__title {
  flex: 1;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .video-slider .video-slider__video-wrapper video {
    width: 100vw;
    height: 56vw;
    border-left: none;
    border-right: none;
  }

}

.video-slider .video-slider__video-wrapper .video-slider__video img {
  z-index: 1;
}

.video-slider .video-slider__video-wrapper .video-slider__video svg {
  z-index: 2;
}

.hero-section .hero-section__quick-add {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  gap: 8px;
}


@media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__information.main-product__dosage {
    padding: 48px 48px 100px 0 !important;
    border-left: 0 !important;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__information.main-product__dosage {
    padding-bottom: 40px;
  }
}

.main-product .main-product__wrapper .price .price__sale {
  justify-content: flex-end;
}

.discount_size {
  width: 100%;
  margin: 5px 0 0 0;
  order: 1;
  color: #b4afa3 !important;
  font-size: 16px !important;
}

/* .influencer-cards .influencer-cards__content-wrapper {
  margin-top: 0 !important;
}
 */
.influencers-pdp__heading svg {
  height: 100%;
  width: 100%;
  transform: scale(1.06);
}

.influencers-pdp .influencers-pdp__heading-wrapper .influencers-pdp__heading:first-child {
  margin: 0 !important;
}

.influencers-pdp__heading-wrapper {
  justify-content: center;
}

.influencers-pdp .influencers-pdp__content-wrapper {
  margin-top: 0 !important;
}

.main-product__instructions-download {
  display: inline-flex;
  width: 100%;
}

.main-product .main-product__wrapper .main-product__information {
  width: 100% !important;
}

.main-product__actions-bundle {
  display: flex;
  flex-direction: column;
}

.main-product__actions-bundle-product {
  display: flex;
  width: 100px;
  height: 100px;
}

.main-product__actions-bundle-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-product__actions-bundle-inner {
  display: flex;
  flex-wrap: wrap;
}

.main-product__actions .main-product__actions-bundle-heading {
  font-family: "Milanesaserif bold" !important;
}

.main-product__actions-letters {
  font-size: 30px;
}

.main-product__actions-bundle-buy-price {
  margin: 0;
}

.main-product__actions-bundle-buy-old {
  font-size: 24px;
  font-family: "Milanesaserif variable" !important;
  text-decoration: line-through;
}

.main-product__actions-bundle-buy {
  margin-left: 15px;
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper div.main-product__actions {
    padding: 0 0 35px 47px;
  }
}

@media (max-width: 1024px) {
  .main-product__actions-bundle {
    margin-top: 0px;
  }

  .main-product__actions-bundle-buy {
    width: 100%;
    text-align: center;
    margin: 15px 0;
  }
  .main-product__actions-bundle-buy-price {
    margin-bottom: 15px;
  }

  .main-product__actions-bundle-inner {
    justify-content: center;
  }
  .main-product__actions-letters--eq {
    width: 100%;
    text-align: center;
  }
}

.featured-collection.featured-collection--pdp {
  background-color: #FFFAE7;
}

.featured-collection__heading-transparent {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1F1B13;
  font-weight: 500;
  font-size: 120px !important;
  line-height: 150px !important;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 767.98px){
  h1.h.featured-collection__heading-transparent {
    font-size: 44px !important;
    line-height: 45px !important;
  }
}

@media (min-width: 767.98px) {
  div.video-slider {
    padding-top: 77px;
  }

  /* .footer .footer__content-left .footer__block-heading {
    padding-right: 40px;
  } */
}

.main-product .main-product__wrapper .main-product__special.main-product__special--discount {
  top: 37px;
}

@media (max-width: 767.98px){
  .main-product .main-product__wrapper .main-product__special.main-product__special--discount {
    top: 25px;
  }
}

@media (min-width: 767.98px) {
  .faq .faq__wrapper .faq__content-wrapper .faq__content .faq__heading {
    font-size: 60px !important;
  }
  .faq .faq__wrapper .faq__content-wrapper .faq__content {
    max-width: 522px;
  }
}

@media (max-width: 767.98px) {
.collections-list .collections-list__container .collections-list__wrapper .collections-list__collection-title {
  width: 100% !important;
}

  .product-count__text {
    font-size: 16px !important;
  }
}

.facet-filters__sort,
.mobile-facets__sort .select__select{
  font-family: Gopher, sans-serif;
}
.mobile-facets__sort .select__select {
  font-size: 16px !important;
}
label.facet-checkbox {
  font-size: 16px;
}

@media screen and (min-width: 750px) {
  div.facets__header-vertical {
    font-size: 16px;
  }
}

label.field__label {
  font-size: 16px;
  top: 10px;
}

input.field__input {
  font-size: 16px;
  padding: 10px;
  height: auto;
}

input.field__input:focus,
input.field__input:not(:placeholder-shown){
  padding: 10px;
}

.field__input:focus~label.field__label,
.field__input:not(:placeholder-shown) ~ label.field__label{
  left: 10px;
  font-size: 10px;
  top: 0;
}

.cart__empty {
  display: flex;
    flex-direction: column;
}
.cart-empty__notice {
  font-weight: bold;
      margin-top: -40px;
}

.reviews {
  padding-top: 0px!important;
}

.main-product .main-product__wrapper .main-product__dosage .main-product__details-answer p{
  margin: 1em 0;
}

.main-product .main-product__wrapper .main-product__dosage .main-product__details-answer p:first-child{
  margin-top: 0;
}
.main-product .main-product__wrapper .main-product__dosage .main-product__details-answer p:last-child{
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .upsell-bundles .upsell-bundles__wrapper h1.upsell-bundles__heading span {
    margin-left: 5px;
  }
}

.upsell-bundles .upsell-bundles__wrapper .upsell-bundles__content .upsell-bundles__items .upsell-bundles__current .upsell-bundles__image img {
  height: auto !important;
}

.marquee__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 769px) {
   .featured-collection .featured-collection__content .featured-collection__item-wrapper:last-of-type {
    max-width: 312px;
}

.featured-collection .featured-collection__content .featured-collection__item-info .featured-collection__title {
  height: auto;
      max-width: 250px;
} 
}

.marquee.marquee__question.msngr-icon {
  border-top: none!important;
}

.marquee.marquee__question.msngr-icon.add-top-border {
  border-top: 2px solid #1f1b13!important;
}

.collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item-info .collections-list__title {
  height: auto;
    margin-bottom: 0px!important;
}

@media screen and (max-width: 1024px) {
  .upsell-bundles .upsell-bundles__wrapper .upsell-bundles__content .upsell-bundles__items .upsell-bundles__suggestion-wrapper .upsell-bundles__suggestion .upsell-bundles__image-wrapper {
      width: 117px!important;
      height: 170px!important;
  }  

  .upsell-bundles__suggestion.upsell-bundles__suggestion--current {
    margin-right: 12px!important;
  }

  div#shopify-section-template--20291530031441__3b5e9561-1bb1-41ae-899f-d6bf3bf9c328 h1.main-iamge-with-text__heading {
    font-size: 50px!important;
    line-height: 1.2!important;
    margin-bottom: 20px;
  }

  div#shopify-section-template--20291530031441__49ec400e-a27f-4b9e-aa73-faefce00479b .main-image-with-text .main-iamge-with-text__heading {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  div#shopify-section-template--20291515416913__1656610250092ee362 .image-with-text__content,
  div#shopify-section-template--20291530031441__1656610250092ee362 .image-with-text__content {
    margin-top: 160px!important;
  }

  .featured-collection .featured-collection__content .featured-collection__item-info {
    max-width: 200px;
  }
}

.hero-section .hero-section__quick-add {
  color: black!important;
}

.jdgm-widget-actions-wrapper {
  margin-top: 0px!important;
}

.main-product .main-product__wrapper .main-product__mobile-wrapper .main-product__mobile-answer p {
    margin-bottom: 10px;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    display: none!important;
}

.termsandconditions__notice {
  margin: 0;
    margin-bottom: 16px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #1f1b13;
}

.termsandconditions__notice input[type="checkbox"] {
  border-color: #1f1b13;
  margin-right: 5px;
}

/* cro tasks */
@media screen and (min-width: 769px) {
  .main-product .main-product__wrapper .main-product__variant {
    width: 100%;
  }

  .main-product .main-product__wrapper .main-product__quantity-wrapper {
    width: 100%;
    max-width: 160px!important;
  }

  .main-product .main-product__wrapper .main-product__quantity {
    max-width: 160px!important;
  }

  .main-product .main-product__wrapper .main-product__add {
    width: 100%;
    max-width: calc(100% - 160px);
  }

  .main-product .main-product__wrapper .main-product__add .product-form {
    margin-top: 0px!important;
  }

  .main-product .main-product__wrapper .main-product__quantity {
    margin-top: 0px!important;
  }

  .custom-quantity {
        padding: 18px 10px!important;
    max-height: 56px!important;
  }

  .main-product .main-product__wrapper .main-product__quantity .quantity__input {
    border-top: none!important;
    border-bottom: none!important;
  }

  .main-product .main-product__wrapper .main-product__quantity {
    border-top: 2px solid #1f1b13;
    border-bottom: 2px solid #1f1b13;
    border-left: 2px solid #1f1b13;
}

  .main-product .main-product__wrapper .main-product__quantity .custom-quantity:first-child {
    border: unset;
    border-right: 2px solid #1f1b13;
  }

  .main-product .main-product__wrapper .main-product__quantity .custom-quantity:last-child {
    border: unset;
    border-left: 2px solid #1f1b13;
}

  /* after comments*/
  .price-in-atc {
    display: none;
  }
  
}

label.custom-price.custom-price--sm {
    display: none;
}

.main-product .main-product__wrapper .main-product__add .product-form .product-form__submit {
    background: #1f1b13;
    color: white;
  text-transform: uppercase;
}

.salesbox-change-location.salesbox-theme-default {
    padding: 0px!important;
  margin-top: 10px!important;
}

.salesbox-change-location.salesbox-theme-default .salesbox-row {
  margin-bottom: 4px!important;
}

.hero-section__header a:hover {
  color: #1f1b13!important;
}

.icons-product-page {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 20px;
}

.icons-product-page img {
    width: 12%;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
  .icons-product-page {
    flex-wrap: wrap;
  }
  .icons-product-page img {
    width: 25%;
  }

  .main-product .main-product__wrapper .main-product__variant {
    margin-bottom: -30px!important;
  }
}

.product__option-name {
  font-size: 16px !important;
  margin-bottom: 10px;
}

.product__option-text {
  font-size: 16px !important;
  margin-bottom: 30px;
}

label.main-product__variant-button {
    font-size: 16px!important;
}

.mb-2 {
  margin-bottom: 20px!important;
}

.main-product .main-product__wrapper .price .price__sale {
  margin-bottom: 10px!important;
}

.template-index .faq {
  padding-bottom: 54px!important;
    /* border-bottom: 2px solid #1f1b13; */
}

#insta-feed h2,
#mintty-tiktok-feed h2 {
    text-align: center;
    font-size: 60px!important;
    font-family: Milanesaserif variable!important;
    fill: #1f1b13;
    line-height: 1!important;
    text-transform: uppercase;
}

.tiktok-heading {
  font-family: "Milanesaserif variable", sans-serif !important;
  text-align: center;
    line-height: 1!important;
    text-transform: uppercase;
}

.tiktok-heading span {
  font-family: "Milanesaserif bold", sans-serif !important;
}

@media screen and (max-width: 768px) {
  .main-product .main-product__wrapper .price .price__sale {
    display: none!important;
  }  

  .main-product .main-product__wrapper .main-product__variant {
    flex-wrap: wrap;
  }

  .main-product .main-product__wrapper .main-product__add .product-form .product-form__buttons .product-form__submit {
    font-size: 14px!important;
  }

  .product__option-text {
  margin-bottom: 50px!important;
  }

  #insta-feed h2,
#mintty-tiktok-feed h2 {
    font-size: 32px!important;
}

  .main-product .main-product__wrapper .product-form__input label {
    display: flex;
    align-items: center;
        justify-content: center;
    margin: 0 auto;
  }

  .main-product .main-product__wrapper .main-product__special {
    font-size: 12px!important;
    padding: 8px 14px!important;
  }

  .gpo-element.gpo-form__group.pasirinkite-geri__selector.gpo-col-12.show-addon-for-option {
    padding-bottom: 30px!important;
}

  .product-categories {
    padding-bottom: 36px!important;
  }

}

section#shopify-section-template--20291515416913__d453f2aa-e02e-4b8b-abbb-e14d71cbe9e5,
section#shopify-section-template--20291515679057__d453f2aa-e02e-4b8b-abbb-e14d71cbe9e5,
section#shopify-section-template--20315877802321__d453f2aa-e02e-4b8b-abbb-e14d71cbe9e5,
section#shopify-section-template--20396048843089__d453f2aa-e02e-4b8b-abbb-e14d71cbe9e5,
section#shopify-section-template--20402627084625__d453f2aa-e02e-4b8b-abbb-e14d71cbe9e5 {
  background: #e5e1d2;
    padding-top: 30px;
  padding-bottom: 90px;
}

.section-template--20291515416913__d453f2aa-e02e-4b8b-abbb-e14d71cbe9e5-padding,
.section-template--20291515679057__d453f2aa-e02e-4b8b-abbb-e14d71cbe9e5-padding,
.section-template--20315877802321__d453f2aa-e02e-4b8b-abbb-e14d71cbe9e5-padding,
.section-template--20396048843089__d453f2aa-e02e-4b8b-abbb-e14d71cbe9e5-padding,
.section-template--20402627084625__d453f2aa-e02e-4b8b-abbb-e14d71cbe9e5-padding {
  background: #e5e1d2;
}

section#shopify-section-template--20396048843089__e618218d-bdc9-4cdf-a301-d996a56d3e78 {
    border-top: 2px solid #1f1b13;
}

.probiotikai_icontext {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  padding: 20px 0;
}

.probiotikai__notice {
  color: #5f9732;
  margin: 0;
  font-size: 12px;
    line-height: 1.4;
}

img.priobiotikai__img {
    height: 40px;
    margin-right: 10px;
}

.featured-collection__swipe.tiktok-instagram {
    text-align: center;
    margin-top: 20px;
  display: flex;
    align-items: center;
    justify-content: center;
  gap: 10px;
}

.instafeed-new-carousel-container .instafeed-new-arrow,
#mintty-tiktok-feed .slider-arrow, .mintty-tiktok-feed .slider-arro,
button.instafeed-new-arrow.instafeed-new-arrow-next, button.instafeed-new-arrow.instafeed-new-arrow-prev {
  background: none!important;
  color: white!important;
}

.hero-section .hero-section__quick-add {
  gap: 0px;
}

@media screen and (min-width: 769px) {
  .jdgm-rev {
    padding: 0 58px!important;
  } 

  .jdgm-widget-actions-wrapper {
    float: none!important;
    text-align: center!important;
  }
}

@media screen and (max-width: 768px) {
  .jdgm-rev-widg__summary {
    margin-bottom: 30px!important;
  }

  a.colelction-product__collection-link.button.button--transparent {
    width: 100%;
    text-align: center;
  }

  .upsell-bundles__subtitle {
    font-size: 11px!important;
    line-height: 14px!important;
}

.collection-product__subtitle {
    font-size: 12px;
    line-height: 16px;
}

  .main-product__quantity-wrapper {
    margin-top: 30px;
  }
}

.collection-product__subtitle {
    max-width: 250px;
}

.no-margin-bottom {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px!important;
}

.product-categories__product-subtitle {
    font-size: 12px!important;
    line-height: 14px;
    margin-top: 5px;
}

input#footer-agree-terms {
    border-color: #fffae7;
}

input#footer-agree-terms[type="checkbox"]:checked:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8334 .179199L13.0824 1.42824L4.92253 9.58812L0.929321 5.59491L2.17836 4.34587L4.92253 7.09003L11.8334 .179199Z' fill='%23fffae7'/%3E%3C/svg%3E");
}

.jdgm-picture-fieldset {
  display: flex;
}

.jdgm-widget .jdgm-picture-fieldset__box {
  margin-top: 0px!important;
}

table {
    font-size: 16px!important;
}

table:not([class]) {
  box-shadow: none;
  border: 0.1rem solid rgba(var(--color-foreground),.2);
}

table:not([class]) td, table:not([class]) th {
  padding: 0.5em;
}

.faq .faq__wrapper .faq__questions .faq__question-accordion .faq__question {
  text-transform: uppercase;
}

variant-radios.no-js-hidden {
    margin-bottom: 30px;
}

@media only screen and (max-width: 678px) {
  .upsell-bundles .upsell-bundles__wrapper .upsell-bundles__content .upsell-bundles__items .upsell-bundles__suggestion-wrapper .upsell-bundles__suggestion .upsell-bundles__image-wrapper {
    width: 140px !important;
    height: 200px !important;
  }
}

@media (max-width: 425px) {
  .popup__content{
    height: 650px;
  }
}

@media (max-width: 375px) {
  .popup__content {
    height: 570px;
    overflow-y: auto; /* Allow scroll if content overflows */
}
}

/* General style for mobile devices */
@media only screen and (max-width: 768px) {
  /* Enables smooth scrolling in iOS devices */
  .drawer__content,
  .drawer__body-wrapper,
  .cart__drawer--wrapper {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }

  .drawer__body-wrapper {
    position: relative !important;
    height: 100% !important;
  }

  /* .cart__drawer--wrapper {*/
    /* position: relative !important; */
   /* height: 100% !important; /* Height set to auto to adjust based on content */
  /*} */
  /* .cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__drawer--wrapper {
    overflow: hidden !important;
} */
}

.delivery-estimate {
  font-size: 14px;
  margin-top: 10px;
  margin-left: 5px;
  width: calc(100% - 36px);
  word-break: break-word !important;
  margin-bottom: -5px;
}

.time-left, .delivery-date {
  color: #E17F53;
  font-weight: bold;
}


.blog_button_atc
 background-color: {#1F1B13;
 color: #FFFAE7; }

.blog_button_atc:hover {
  background-color: #D78E70;
  color: #fff;
  border-color: #D78E70; }

.trust-badges {
    display: flex;
    gap: 24px;
    margin-top: 24px;
  }
  .trust-badge {
    width: 88px;
    height: 88px;
  }

@media (max-width: 768px) {
  .trust-badges {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 24px;
  }
}

.delivery-estimate {
  font-size: 14px;
  margin-top: 24px;
  margin-left: 0px;
  width: calc(100% - 36px);
  word-break: break-word !important;
  margin-bottom: 0px;
}
#quiz-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fffae7;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.4s ease;
}

/* Pulsating Cannumo logo */
.quiz-loader-logo {
  width: 150px;
  height: auto;
  opacity: 0.8;
  animation: pulseLogo 1.8s ease-in-out infinite;
}

/* Pulsing effect */
@keyframes pulseLogo {
  0%, 100% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.3;
  }
}
@media screen and (max-width: 768px) {
    .cc-window .cc-message {
        margin-top: 0 !important;
    }

    .cc-logo {
        display: none !important;
    }
}


/* ---------- main_styleguide.css ---------- */
/* 
Main styleguide
Lukas
2024 09 04
 */

 .h1_headline{
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0;
    font-family: "Milanesaserif variable";
 }
 .h2_headline{
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-family: "Milanesaserif variable";
 }
 .mini_header,
 .shopify-section .gp-flex p span strong,
 .privacy .privacy__question,
 .collection-product__title a,
 .image-grid-with-text__block-heading,
 .upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__name,
 body .collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item-info .collections-list__title a{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    font-family: 'gopher bold new';
    font-weight: 700;
 }
  

 .mn_body p,
 .body_text,
 .rte p,
 .shopify-section .blocks__text,
 .shopify-section .main-image-with-text .main-image-with-text__text,
 .image-with-text .image-with-text__text p,
 body .article .article__wrapper .article__content .article__text-wrapper .article__text,
 .main-product__actions p,
 .shopify-section .body-text--sm li,
 .shopify-section .body-text--sm p
 .shopify-section p.body-text{
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.4rem;
    font-weight: 400;
 }
 /* .shopify-section .gp-flex p span{
  font-size: 17px !important;
  letter-spacing: 0;
  line-height: 1.4rem;
  font-weight: 400;
 } */
 .main_cta,
 body .gp-button-base,
 .shopify-section .button.button--transparent,
 body .shopify-section .gp-button-base,
 .shopify-section .button,
 .shopify-section  .collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item-info .collections-list__quick-add,
 .shopify-section .colelction-product__collection-link,
 body .shopify-section .featured-section__add .featured-section__quick-add,
 body .shopify-section .featured-section__quick-add,
 body .featured-collection .featured-collection__content .featured-collection__item-info .featured-collection__quick-add,
 body .collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item-info .collections-list__quick-add{
    font-family: 'Gopher';
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    border: 1px solid #1F1B13;
    letter-spacing: 0;
    text-transform: uppercase;
 }

 /* body .shopify-section .gp-button-base{
  font-family: 'Gopher' !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
 } */

 .main_cta:hover,
 .shopify-section .button.button--transparent:hover,
 .shopify-section .button:hover,
 .shopify-section  .collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item-info .collections-list__quick-add:hover,
 .shopify-section .colelction-product__collection-link:hover,
 body .shopify-section .featured-section__add .featured-section__quick-add:hover,
 body .shopify-section .featured-section__quick-add:hover,
 body .featured-collection .featured-collection__content .featured-collection__item-info .featured-collection__quick-add:hover,
 body .collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item-info .collections-list__quick-add:hover{
  background-color: transparent !important;
  color:#1F1B13 !important;
  border: 1px solid #1F1B13; 
 }
 body .shopify-section .featured-section__add .featured-section__quick-add:hover{
  border: 1px solid #1F1B13 !important;
 }
 .rte p strong{
  font-family: 'gopher bold new';
  font-size: 18px;
 }

 
 @media only screen and (max-width: 676px) {
    .rte p strong{
      font-size: 16px;
    }
    .h1_headline{
        font-size: 32px;
        line-height: 40px;
     }
     .h2_headline{
        font-size: 30px;
        line-height: 40px;
     }
     .mini_header,
     .upsell-bundles
      .upsell-bundles__wrapper
      .upsell-bundles__content
      .upsell-bundles__items
      .upsell-bundles__name,
     .privacy .privacy__question,
     .collection-product__title a,
     .image-grid-with-text__block-heading,
     body .collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item-info .collections-list__title a{
        font-size: 16px;
        line-height: 24px;
     }

     .mn_body p,
     .body_text,
     .rte p,
     .psk-paragraph,
     .shopify-section .gp-flex p,
     .shopify-section .gp-flex p span,
     .shopify-section .blocks__text,
     .shopify-section .main-image-with-text .main-image-with-text__text,
     .shopify-section .image-with-text .image-with-text__text p,
     body .article .article__wrapper .article__content .article__text-wrapper .article__text,
     .main-product__actions,
     .shopify-section .button,
     body .shopify-section .featured-section__add .featured-section__quick-add,
     body .shopify-section .featured-section__quick-add,
     .shopify-section .body-text--sm li,
     .shopify-section .body-text--sm p{
        font-size: 16px;
        line-height: 22px;
     }
     body .collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item-info .collections-list__title a{
      font-size: 14px !important;
      display: inline-block;
      margin-bottom: 16px;
      line-height: 20px;
    }
     .main_cta,
     .shopify-section .button.button--transparent,
     .shopify-section .colelction-product__collection-link,
     .shopify-section .collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item-info .collections-list__quick-add,
     body .featured-collection .featured-collection__content .featured-collection__item-info .featured-collection__quick-add{
        font-size: 16px;
     }

 }

 .shopify-section .button.button--transparent{
  background-color: #1f1b13;
  color: #fffae7;
  border: 1px solid #1f1b13 !important;
 }

 /* .shopify-section .button.button--transparent.collections-list__arrow-desktop{
  background-color: transparent !important;
  color: #1f1b13 !important;
 } */

 .collections-list__wrapper .button.button--transparent.collections-list__arrow-desktop:hover svg path{
  stroke: #1f1b13 !important;
 }
/* Current web fonts */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #1f1b13;
  font-family: "Milanesaserif demibold";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0;
}

.h1,
h1 {
  font-size: 48px;
  line-height: 60px;
}

.h2,
h2 {
  font-size: 40px;
  line-height: 50px;
}

.h3,
h3 {
  font-size: 24px;
  line-height: 32px;
}

.h4,
h4 {
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .h.h1--sm {
    font-size: 32px;
    line-height: 40px;
  }

  .h.h2--md {
    font-size: 30px;
    line-height: 40px;
  }

  .h.h3--md {
    font-size: 16px;
    line-height: 20px;
  }
}

.body-text {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #1f1b13;
  font-family: Gopher, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4em;
  letter-spacing: 0;
  letter-spacing: 0;
  letter-spacing: 0;
}

.body-text.body-text--1 {
  font-size: 17px;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .body-text.body-text--md,
  .body-text  {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  .body-text.body-text--sm {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  .body-text.body-text--xs {
    font-size: 16px;
    line-height: 16px;
  }
}

/* Section styling */
body .collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item-info .collections-list__title a{
  font-size: 18px;
}
.page-width.page-width--narrow.section-template--22735982526801__main-padding,
body .privacy{
  padding-top: 80px;
  padding-bottom: 80px;
}
.featured-collection .featured-collection__content .featured-collection__item-info .featured-collection__title a{
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .page-width.page-width--narrow.section-template--22735982526801__main-padding,
  body .privacy{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


/* Footer */
.mn_body_small p{
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.4rem;
  font-weight: 300;
  margin: 0;
  margin-bottom: 6px;
}
.mn_body_small{
  margin-bottom: 32px;
  margin-top: 32px;
  padding-left: 12px;
}
.footer .footer__content-right .footer__blocks-wrapper{
  margin-top: 142px;
}
.footer .footer__content-right .footer__blocks-wrapper .footer__block .footer__block-heading{
  font-size: 20px;
}
.footer__link-wrapper .body-text.body-text--1,
.footer .footer__content-right .footer__blocks-wrapper .footer__block-content p{
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .footer .footer__content-left .footer__block-heading span,
  .footer .footer__content-left .footer__block-heading{
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .footer .footer__content-right .footer__blocks-wrapper{
    margin-top: 48px;
  }
  .mn_body_small p{
    font-size: 16px;
  }
  
}


/* ---------- custom.min.css ---------- */
/* @font-face {
  font-family: "Milanesaserif variable";
  src: url(milanesaserif-regular-webfont.woff2) format("woff2"),
    url(milanesaserif-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Milanesaserif demibold";
  src: url(milanesaserif-demibold-webfont.woff2) format("woff2"),
    url(milanesaserif-demibold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Milanesaserif light";
  src: url(milanesaserif-light-webfont.woff2) format("woff2"),
    url(milanesaserif-light-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Milanesaserif bold";
  src: url(milanesaserif-bold-webfont.woff2) format("woff2"),
    url(milanesaserif-bold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gopher;
  src: url(gophertext-light-webfont.woff2) format("woff2"),
    url(gophertext-light-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gopher bold";
  src: url(gophertext-bold-webfont.woff2) format("woff2"),
    url(gophertext-bold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */

body,
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #1f1b13;
  font-family: Gopher, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: 0;
}

@media (max-width: 767.98px) {
  .faq__heading {
    font-size: 30px !important;
  }
}


.body-text.body-text--link {
  color: #fbb13c;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.body-text.body-text--link:hover {
  color: #f88400;
}

.caption-text {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #1f1b13;
  font-family: Gopher, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: 0;
  letter-spacing: 0;
}

.caption-text.caption-text--1 {
  font-size: 14px;
  line-height: 20px;
}

.caption-text.caption-text--link {
  color: #fbb13c;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

.caption-text.caption-text--link:hover {
  color: #f88400;
}

a {
  color: #1f1b13;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #f88400;
}

.button {
  max-width: 100%;
  padding: 12px 24px;
  font-family: "Milanesaserif bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  min-width: unset;
  min-height: unset;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}

.button:not(.button--disabled):not([disabled]):active.button--primary,
.button:not(.button--disabled):not([disabled]):focus.button--primary,
.button:not(.button--disabled):not([disabled]):hover.button--primary {
  background-color: #7a1813;
}

.button:not(.button--disabled):not([disabled]):active.button--secondary,
.button:not(.button--disabled):not([disabled]):focus.button--secondary,
.button:not(.button--disabled):not([disabled]):hover.button--secondary {
  background-color: #f88400;
}

.button:not(.button--disabled):not([disabled]):active.button--transparent,
.button:not(.button--disabled):not([disabled]):focus.button--transparent,
.button:not(.button--disabled):not([disabled]):hover.button--transparent {
  background-color: #1f1b13;
  border: 2px solid #1f1b13;
  color: #fff;
}

.button:not(.button--disabled):not([disabled]):active.button--link,
.button:not(.button--disabled):not([disabled]):focus.button--link,
.button:not(.button--disabled):not([disabled]):hover.button--link {
  color: #f88400;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.button:not(.button--disabled):not([disabled]):active.button--link-lg,
.button:not(.button--disabled):not([disabled]):focus.button--link-lg,
.button:not(.button--disabled):not([disabled]):hover.button--link-lg {
  color: #f88400;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.button.button--primary {
  background: #b2201b;
}

.button.button--secondary {
  background-color: #fbb13c;
}

.button.button--transparent {
  background-color: transparent;
  color: #1f1b13;
  border: 2px solid #1f1b13;
  padding: 10px 23px;
}

.button.button--full {
  width: 100%;
}

.button.button--uppercase {
  text-transform: uppercase;
}

.button.button--link {
  padding: 0;
  background-color: transparent;
  color: #fbb13c;
}

.button.button--link[disabled] {
  background-color: transparent !important;
  color: #e0e0e0;
  cursor: not-allowed;
}

.button.button--link-lg {
  padding: 0;
  background-color: transparent;
  color: #fbb13c;
  font-size: 20px;
  line-height: 28px;
}

.button.button--link-lg[disabled] {
  background-color: transparent !important;
  color: #e0e0e0;
  cursor: not-allowed;
}

.button.button--disabled,
.button[disabled] {
  background-color: #e0e0e0;
}

.button::after,
.button::before {
  content: unset;
}

[type="email"],
[type="search"],
input[type="text"] {
  width: 100%;
  border: 1px solid #e0e0e0;
  color: #0a0a0a;
  line-height: 20px;
  font-size: 14px;
  padding: 14px 20px;
}

[type="email"] :hover,
[type="email"]:focus,
[type="search"] :hover,
[type="search"]:focus,
input[type="text"] :hover,
input[type="text"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fbb13c;
}

[type="email"]::-webkit-input-placeholder,
[type="search"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  color: #949494;
}

[type="email"]::-moz-placeholder,
[type="search"]::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  color: #949494;
}

[type="email"]:-ms-input-placeholder,
[type="search"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  color: #949494;
}

[type="email"]::-ms-input-placeholder,
[type="search"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder {
  color: #949494;
}

[type="email"]::placeholder,
[type="search"]::placeholder,
input[type="text"]::placeholder {
  color: #949494;
}

[type="email"].input--disabled,
[type="email"][disabled],
[type="search"].input--disabled,
[type="search"][disabled],
input[type="text"].input--disabled,
input[type="text"][disabled] {
  background: #e0e0e0;
  cursor: not-allowed;
}

input[type="checkbox"] {
  -webkit-appearance: initial;
  -moz-appearance: initial;
  appearance: initial;
  background: 0 0;
  min-width: 16px;
  height: 16px;
  border: 2px solid #1f1b13;
  position: relative;
  margin: unset;
}

input[type="checkbox"]:checked:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8334 0.179199L13.0824 1.42824L4.92253 9.58812L0.929321 5.59491L2.17836 4.34587L4.92253 7.09003L11.8334 0.179199Z' fill='black'/%3E%3C/svg%3E");
    color: #1f1b13;
    position: absolute;
    left: 50%;
    top: 56%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale(0.9);
}

.custom-price {
  color: #1f1b13 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
}

@media (max-width: 767.98px) {
  .custom-price.custom-price--sm {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

.custom-price.custom-price--old {
  color: #b4afa3 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  text-decoration: line-through !important;
}

@media (max-width: 767.98px) {
  .custom-price.custom-price--old-sm {
    color: #b4afa3 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    text-decoration: line-through !important;
  }
}

.custom-price.custom-price--total {
  color: #1f1b13 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.custom-price.custom-price--subtotal {
  color: #1f1b13 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.breadcrumbs__wrapper {
  background: #fffae7;
  padding-top: 48px;
  padding-bottom: 48px;
}

.breadcrumbs__wrapper .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-top: unset;
  margin-bottom: unset;
}

.breadcrumbs__wrapper .breadcrumbs span {
  margin: 0 16px;
}

@media (max-width: 767.98px) {
  .breadcrumbs__wrapper .breadcrumbs {
    padding: unset;
    display: none;
  }
}

@media (max-width: 767.98px) {
  .breadcrumbs__wrapper .breadcrumbs .breadcrumbs__item a,
  .breadcrumbs__wrapper .breadcrumbs .breadcrumbs__item span {
    font-size: 12px !important;
  }
}

@media (max-width: 767.98px) {
  .breadcrumbs__wrapper {
    padding: 0px 0px;
  }
}

.custom-quantity {
  padding: 11px 11px;
  background: #fffae7;
  color: #1f1b13;
  max-width: 40px;
  max-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-quantity:not(.button--disabled):not([disabled]):active,
.custom-quantity:not(.button--disabled):not([disabled]):focus,
.custom-quantity:not(.button--disabled):not([disabled]):hover {
  background: #e5e1d2;
}

.custom-quantity.custom-quantity--disabled,
.custom-quantity[disabled] {
  opacity: 0.2;
}

@media (max-width: 1023.98px) {
  .custom-quantity {
    max-width: 46px;
    max-height: 56px;
    padding: 18px 16px;
  }
}

@media (min-width: 1024px) {
  .custom-quantity {
    border: 1px solid #1f1b13;
  }
}

.header-wrapper {
  background: #fffae7;
  border-bottom: 2px solid #1f1b13;
}

.header {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .header .mobile-hidden {
    display: none;
  }
}

.header .header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .header .header__buttons {
    width: 25%;
  }
}

.header .header__burger {
  margin-right: 23px;
  margin-left: unset;
}

@media (min-width: 768px) {
  .header .header__burger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.header .header__burger .icon-hamburger {
  height: 24px !important;
  top: 39% !important;
}

.header .header__burger .header__icon-wrapper {
  width: 24px;
}

.header .header__burger .header__icon-wrapper svg {
  width: 24px !important;
}

.header .header__inline-menu {
  margin-left: unset;
  margin-top: unset !important;
  width: 33%;
}

@media (min-width: 768px) {
  .header .header__inline-menu {
    display: block !important;
  }
}

.header .header__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 22px 0;
}

.header .header__menu-link .header__link {
  text-decoration: none;
}

.header .header__menu-link .header__link-title {
  line-height: 20px;
  text-transform: lowercase;
}

.header .menu-drawer {
  top: 0;
  height: 100vh !important;
}

.header .menu-drawer .header__drawer-title {
  margin: 24px 16px;
}

@media (min-width: 768px) {
  .header .menu-drawer .header__drawer-title {
    display: none;
  }
}

.header .menu-drawer .header__drawer-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 34px;
  left: 16px;
}

.header .menu-drawer .header__drawer-account span {
  margin-left: 15px;
}

.header .menu-drawer__menu .header__mobile-link {
  display: block;
  width: 100%;
  padding: 20px;
  text-decoration: none;
}

.header .menu-drawer__menu .header__mobile-link .header__mobile-link-title {
  line-height: 20px;
  text-transform: lowercase;
}

.header .menu-drawer__menu .header__mobile-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 16px;
}

.header .menu-drawer__menu .header__mobile-answer svg {
  width: 20px;
}

.header .menu-drawer__menu li {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .header .menu-drawer__menu {
    display: none;
  }
}

.header .header__logo {
  width: 34%;
  text-align: center;
  margin: unset;
}

@media (max-width: 767.98px) {
  .header .header__logo {
    width: 50%;
  }
}

.header .header__logo .header__heading-link {
  padding: unset;
  margin: unset;
  height: 40px;
}

.header .header__logo .header__heading-link img {
  height: 40px;
}

.header .header__logo .header__heading-link svg {
  margin-left: 6px;
}

.header .header__icons {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .header .header__icons {
    width: 25%;
  }
}

.header .header__icons .header__icon--cart {
  margin: unset;
}

@media (max-width: 767.98px) {
  .header .header__icons .header__icon--cart {
    width: unset;
  }
}

.header .header__icons .header__icon--cart .header__bubble {
  position: absolute;
  background-color: #f3bf63;
  color: #1f1b13;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  top: -2px;
  right: -2px;
  line-height: 14px;
}

@media (max-width: 767.98px) {
  .header .header__icons .header__icon--cart .header__bubble {
    right: -3px;
  }
}

.header .header__icons .header__icon {
  height: 24px;
  width: 24px;
  margin-left: 62px;
}

@media (min-width: 768px) {
  .header .header__icons .header__search {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.header .menu-drawer {
  width: 88%;
  overflow: hidden;
}

.header .menu-drawer .menu-drawer__navigation {
  background-color: #fffae7;
  padding: unset;
}

.header .menu-drawer .menu-drawer__navigation a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .header .menu-drawer .menu-drawer__navigation {
    width: 512px;
    border-right: 2px solid #1f1b13;
  }
}

@media (max-width: 767.98px) {
  .header .menu-drawer {
    border-right: 2px solid #1f1b13;
  }
}

@media (min-width: 768px) {
  .header .menu-drawer {
    height: calc(100vh - 72px - 32px) !important;
    width: 512px;
    border: unset;
    margin-top: 72px;
    background-color: #fffae7;
  }
}

.header .header__icon--summary {
  width: 24px;
}

@media (max-width: 767.98px) {
  .header .header__icon--summary[aria-expanded="true"] svg {
    z-index: 4;
    left: calc(88% - 41px);
    top: 21px;
  }
}

.header .header__desktop-search {
  display: block !important;
}

@media (max-width: 767.98px) {
  .header .header__desktop-search {
    display: none !important;
  }
}

.header .header__mobile-search {
  height: 24px;
}

@media (min-width: 768px) {
  .header .header__mobile-search {
    display: none;
  }
}

.header
  .header__mobile-search
  input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.header .header__mobile-search .predictive-search--header {
  border: unset;
  background: #fffae7;
  overflow-y: unset;
}

@media (min-width: 768px) {
  .header .header__mobile-search .predictive-search--header {
    width: 100%;
    left: unset;
  }
}

.header .header__mobile-search .modal__content {
  height: 100vh;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fffae7;
  border: unset;
}

@media (min-width: 768px) {
  .header .header__mobile-search .modal__content {
    width: 360px;
    max-width: 100%;
    left: unset;
    border-left: 2px solid #000;
    top: 70px;
  }
}

@media (max-width: 767.98px) {
  .header .header__mobile-search .modal__content {
    width: 88%;
    border-right: 2px solid #1f1b13;
    min-width: 282px;
  }
}

.header .header__mobile-search .header__mobile-search-content {
  padding: 0 16px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .header .header__mobile-search .header__mobile-search-content {
    padding: 0 24px;
  }
}

.header
  .header__mobile-search
  .header__mobile-search-content
  .header__search-title {
  position: relative;
  margin: unset;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .header
    .header__mobile-search
    .header__mobile-search-content
    .header__search-title {
    display: none;
  }
}

.header
  .header__mobile-search
  .header__mobile-search-content
  .header__search-title
  button {
  top: 0;
  right: 0;
  height: 100%;
  width: unset;
}

.header
  .header__mobile-search
  .header__mobile-search-content
  .header__search-button {
  height: 100%;
  width: 18px;
  margin-right: 11px;
}

.header
  .header__mobile-search
  .header__mobile-search-content
  .header__search-input {
  padding: 14px 35px 14px 12px;
  background-color: #e5e1d2;
  font-size: 16px;
  font-family: Gopher, sans-serif;
  border: unset;
}

.header
  .header__mobile-search
  .header__mobile-search-content
  .header__search-wrapper {
  position: relative;
  padding: 24px 0;
}

@media (min-width: 768px) {
  .header
    .header__mobile-search
    .header__mobile-search-content
    .header__search-wrapper {
    padding: 32px 0;
  }
}

.header .header-featured {
  border-bottom: 2px solid;
  background: #e5e1d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header .header-featured .header-featured__heading {
  font-family: "Milanesaserif light" !important;
  margin: 0 0 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-featured .header-featured__heading span {
  font-size: 8px !important;
  line-height: 12px !important;
  margin: 0 8px;
}

@media (min-width: 768px) {
  .header .header-featured .header-featured__heading span {
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 0 16px;
  }
}

@media (max-width: 767.98px) {
  .header .header-featured .header-featured__heading {
    font-size: 18px !important;
    line-height: 20px !important;
  }
}

@media (min-width: 768px) {
  .header .header-featured .header-featured__heading {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .header .header-featured .header-featured__heading svg {
    width: 94px;
    height: 44px;
  }
}

.header .header-featured .header-featured__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header
  .header-featured
  .header-featured__content
  .header-featured__item-wrapper
  .header-featured__image {
  padding: 5px;
  background: #fffae7;
}

.header
  .header-featured
  .header-featured__content
  .header-featured__item-wrapper
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .header
    .header-featured
    .header-featured__content
    .header-featured__item-wrapper {
    width: 72px;
  }

  .header
    .header-featured
    .header-featured__content
    .header-featured__item-wrapper
    .header-featured__image {
    width: 72px;
    height: 72px;
    background-image: unset !important;
  }
}

@media (min-width: 414px) and (max-width: 767.98px) {
  .header
    .header-featured
    .header-featured__content
    .header-featured__item-wrapper {
    width: 22vw;
  }

  .header
    .header-featured
    .header-featured__content
    .header-featured__item-wrapper
    .header-featured__image {
    width: 22vw;
    height: 22vw;
  }
}

@media (min-width: 768px) {
  .header
    .header-featured
    .header-featured__content
    .header-featured__item-wrapper {
    width: 132px;
  }

  .header
    .header-featured
    .header-featured__content
    .header-featured__item-wrapper
    .header-featured__image {
    width: 132px;
    height: 192px;
    border-radius: 80px;
  }
}

.header .header-featured .header-featured__content .header-featured__title {
  margin: 9px 0 0 0;
}

.header .header-featured .header-featured__content .header-featured__title a {
  color: #1f1b13;
  font-weight: 600;
  word-break: break-word;
}

@media (max-width: 767.98px) {
  .header .header-featured {
    padding: 16px;
    border-top: 2px solid;
  }
}

@media (min-width: 768px) {
  .header .header-featured {
    padding: 34px;
  }
}

@media (min-width: 768px) {
  .header .header__drawer-link {
    display: none;
  }
}

.header .header-drawer__shop .header-drawer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-drawer__shop .header-drawer__item .header-drawer__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header
  .header-drawer__shop
  .header-drawer__item
  .header-drawer__info-wrapper
  a {
  color: #1f1b13;
}

.header
  .header-drawer__shop
  .header-drawer__item
  .header-drawer__info-wrapper
  .header-drawer__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header
  .header-drawer__shop
  .header-drawer__item
  .header-drawer__info-wrapper
  .header-drawer__item-info
  .header-drawer__title {
  margin: 0 10px 0 0;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header
  .header-drawer__shop
  .header-drawer__item
  .header-drawer__info-wrapper
  .header-drawer__item-info
  .header-drawer__title
  span {
  font-weight: 100;
}

.header .header-drawer__shop .header-drawer__item:not(:first-child) {
  border-top: 1px solid #949494;
}

.header .header-drawer__shop .header-drawer__item .header-drawer__image {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.header .header-drawer__shop .header-drawer__item .header-drawer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .header .header-drawer__shop .header-drawer__item {
    padding: 12px 16px;
  }
}

@media (min-width: 768px) {
  .header .header-drawer__shop .header-drawer__item {
    padding: 16px 24px;
  }

  .header .header-drawer__shop .header-drawer__item:first-child {
    padding-top: 32px;
  }
}

.wrapper {
  width: 100%;
  margin: auto;
}

.header__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5e1d2;
}

.header__question::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12.002H20.0007' stroke='%231F1B13' stroke-width='1.6'/%3E%3Cpath d='M12 20V4' stroke='%231F1B13' stroke-width='2'/%3E%3C/svg%3E");
  font-size: 2.2rem;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header__question.active::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12.002H20.0007' stroke='%231F1B13' stroke-width='1.6'/%3E%3C/svg%3E");
}

.answercont {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #e5e1d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__answer {
  line-height: 44px;
}

.header__answer span {
  padding-left: 8px;
}

@media (max-width: 767.98px) {
  .mobile-hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .desktop-hidden {
    display: none;
  }
}

.header__search-open {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__desktop-search[open] .modal__toggle-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  height: 18px;
  width: 18px;
}

.header__desktop-search[open] .header__search-open {
  display: none;
}

.search-results__price .sales__price {
  display: none;
}

.footer {
  margin-top: 0 !important;
  background-color: #3b5664;
}

.footer a,
.footer h1,
.footer h3,
.footer label,
.footer p {
  color: #fffae7 !important;
}

.footer .extra-margin {
  margin-top: 105px !important;
}

@media (max-width: 767.98px) {
  .footer .extra-margin {
    margin-top: 95px;
  }
}

.footer .footer__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

@media (max-width: 767.98px) {
  .footer .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 56px;
  }
}

.footer .footer__content-left {
  width: 50%;
  padding-right: 50px;
}

@media (max-width: 767.98px) {
  .footer .footer__content-left {
    width: 100%;
    padding-right: unset;
    /* margin-bottom: 105px; */
  }
}

.footer .footer__content-left .footer__newsletter {
  margin: unset;
}

.footer .footer__content-left .footer__newsletter .footer__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .footer
    .footer__content-left
    .footer__newsletter
    .footer__terms
    input[type="checkbox"] {
    min-width: 40px;
    height: 40px;
  }
}

.footer .footer__content-left .footer__newsletter .footer__terms .footer__text {
  margin: 0 0 0 16px;
}

@media (max-width: 413.98px) {
  .footer .footer__content-left .footer__newsletter .footer__terms {
    margin-top: 27px;
  }

  .footer
    .footer__content-left
    .footer__newsletter
    .footer__terms
    .footer__text {
    margin-left: 20px;
  }
}

.footer .footer__content-left .footer__block-heading {
  margin: 0 0 16px 0 !important;
  position: relative;
}

.footer .footer__content-left .footer__block-heading span {
  font-family: "Milanesaserif light", sans-serif;
}

.footer .footer__content-left .footer__block-heading svg {
  position: absolute;
  top: -5px;
}

@media (min-width: 768px) {
  .footer .footer__content-left .footer__block-heading svg {
    width: 48px;
    height: 48px;
    top: 10px;
    left: 600px;
  }
}

@media (min-width: 769px) and (max-width: 1375px) {
  .footer .footer__content-left .footer__block-heading svg {
    left: 250px;
  }
}

@media (max-width: 413.98px) {
  .footer .footer__content-left .footer__block-heading svg {
    width: 30px;
    height: 30px;
    top: -3px;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@media (max-width: 767.98px) {
  .footer .footer__content-left .footer__block-heading {
    text-align: center;
  }
}

@media (max-width: 413.98px) {
  .footer .footer__content-left .footer__block-heading {
    margin-bottom: 30px !important;
    font-size: 40px !important;
  }
}

.footer .footer__form {
  position: relative;
}

.footer .footer__form .footer__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fffae7;
  padding-bottom: 10px;
}

@media (max-width: 767.98px) {
  .footer .footer__form .footer__form-wrapper {
    padding-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer .footer__form .footer__form-wrapper .footer__input-wrapper {
  width: 100%;
  position: relative;
}

@media (max-width: 767.98px) {
  .footer .footer__form .footer__form-wrapper .footer__input-wrapper {
    padding-bottom: 8px;
  }

  .footer .footer__form .footer__form-wrapper .footer__input-wrapper::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 100%;
    background-color: #fffae7;
    height: 2px;
  }
}

.footer .footer__form .footer__input {
  border: unset;
  background: 0 0;
  padding: unset;
  color: #fffae7;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .footer .footer__form .footer__input {
    text-align: center;
    text-transform: none;
  }
}

.footer .footer__form .footer__input::-webkit-input-placeholder {
  color: #fffae7;
  font-family: Gopher, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
}

.footer .footer__form .footer__input::-moz-placeholder {
  color: #fffae7;
  font-family: Gopher, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
}

.footer .footer__form .footer__input:-ms-input-placeholder {
  color: #fffae7;
  font-family: Gopher, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
}

.footer .footer__form .footer__input::-ms-input-placeholder {
  color: #fffae7;
  font-family: Gopher, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
}

.footer .footer__form .footer__input::placeholder {
  color: #fffae7;
  font-family: Gopher, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .footer .footer__form .footer__input::-webkit-input-placeholder {
    text-align: center;
  }

  .footer .footer__form .footer__input::-moz-placeholder {
    text-align: center;
  }

  .footer .footer__form .footer__input:-ms-input-placeholder {
    text-align: center;
  }

  .footer .footer__form .footer__input::-ms-input-placeholder {
    text-align: center;
  }

  .footer .footer__form .footer__input::placeholder {
    text-align: center;
  }
}

.footer .footer__form .footer__submit {
  background-color: transparent;
  border: unset;
  padding: unset;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .footer .footer__form .footer__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 35px 0 0;
  }
}

.footer .footer__form .footer__submit .footer__submit-text {
  margin: unset;
  margin-right: 12px;
}

@media (min-width: 768px) {
  .footer .footer__form .footer__submit .footer__submit-text {
    display: none;
  }
}
/* 
@media (max-width: 413.98px) {
  .footer .footer__form .footer__submit .footer__submit-text {
    font-size: 16px !important;
    font-family: 'gopher bold new' !important;
  }
} */


.footer .footer__form .footer__submit .footer__submit-text {
  font-size: 16px !important;
  font-family: 'gopher bold new' !important;
}

.footer .footer__form .footer__submit path {
  stroke: #fffae7;
}

@media (min-width: 768px) {
  .footer .footer__form::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 2000px;
    background-color: #fffae7;
    height: 2px;
  }
}

.footer .footer__content-right {
  width: 50%;
}

@media (max-width: 767.98px) {
  .footer .footer__content-right {
    width: 100%;
  }
}

.footer .footer__content-right .footer__blocks-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 50px;
}

@media (max-width: 767.98px) {
  .footer .footer__content-right .footer__blocks-wrapper {
    padding-left: unset;
  }
}

.footer .footer__content-right .footer__blocks-wrapper .footer__block {
  width: 50%;
  padding-right: 30px;
}

@media (max-width: 767.98px) {
  .footer
    .footer__content-right
    .footer__blocks-wrapper
    .footer__block:nth-of-type(2n) {
    padding-right: 0;
  }
}

.footer
  .footer__content-right
  .footer__blocks-wrapper
  .footer__block
  .footer__block-heading {
  margin: 0 0 24px 0 !important;
}

@media (max-width: 413.98px) {
  .footer
    .footer__content-right
    .footer__blocks-wrapper
    .footer__block
    .footer__block-heading {
    margin-bottom: 20px !important;
  }
}

.footer
  .footer__content-right
  .footer__blocks-wrapper
  .footer__block
  .footer__link,
.footer .footer__content-right .footer__blocks-wrapper .footer__block a {
  text-decoration: none;
  word-break: break-word;
}

.footer .footer__content-right .footer__blocks-wrapper .footer__link-wrapper {
  margin-bottom: 12px;
  margin-right: unset;
}

.footer
  .footer__content-right
  .footer__blocks-wrapper
  .footer__link-wrapper:last-of-type {
  margin: unset;
}

@media (max-width: 413.98px) {
  .footer .footer__content-right .footer__blocks-wrapper .footer__link-wrapper {
    margin-bottom: 16px;
  }
}

.footer .footer__content-right .footer__blocks-wrapper .footer__block-content {
  list-style: none;
  padding: unset;
  margin: unset;
  text-transform: uppercase;
}

.footer
  .footer__content-right
  .footer__blocks-wrapper
  .footer__block-content
  p {
  margin: 0 0 12px;
}

.footer
  .footer__content-right
  .footer__blocks-wrapper
  .footer__block-content
  p:last-of-type {
  margin: unset;
}

.footer
  .footer__content-right
  .footer__blocks-wrapper
  .footer__block-content
  p
  > a {
  display: inline-block;
}

.footer
  .footer__content-right
  .footer__blocks-wrapper
  .footer__block-content
  p
  > a:not(:last-of-type) {
  margin-bottom: 12px;
}

.footer .footer__content-bottom {
  border-top: unset;
  margin-top: 84px;
  padding-top: unset;
}

@media (max-width: 767.98px) {
  .footer .footer__content-bottom {
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;
  }
}

.footer .footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
}

@media (max-width: 767.98px) {
  .footer .footer__social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* @media (max-width: 413.98px) {
  .footer .footer__social {
    margin-top: 103px;
  }
} */

.footer .footer__social .footer__heading {
  margin: unset;
}

@media (max-width: 767.98px) {
  .footer .footer__social .footer__heading {
    width: 50%;
  }
}

.footer .footer__social .footer__social-list {
  list-style: none;
  padding-left: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0;
}

@media (max-width: 767.98px) {
  .footer .footer__social .footer__social-list {
    margin: unset;
    width: 50%;
  }
}

.footer .footer__social .footer__social-list .footer__social-item {
  margin-left: 5px;
  margin-right: 8px;
  height: 32px;
}

@media (max-width: 767.98px) {
  .footer .footer__social .footer__social-list .footer__social-item {
    margin-right: 10px;
  }

  .footer .footer__social .footer__social-list .footer__social-item:not(:last-child) {
    margin-right: 10px;
  }
}

@media (max-width: 413.98px) {
  /* .footer
    .footer__social
    .footer__social-list
    .footer__social-item:first-of-type
    svg {
    width: 22px;
    height: 40px;
  } */

  .footer
    .footer__social
    .footer__social-list
    .footer__social-item:nth-of-type(2)
    svg {
    width: 42px;
    height: 40px;
  }
}

.image-with-text {
  background: #fffae7;
}

.image-with-text .image-with-text__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 120px;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1023.98px) {
  .image-with-text .image-with-text__wrapper {
    padding-bottom: 64px;
  }
}

.image-with-text .image-with-text__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: revert;
  flex-direction: revert;
  padding: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -135px;
}

@media (max-width: 767.98px) {
  .image-with-text .image-with-text__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 64px;
  }
}

.image-with-text .image-with-text__heading-wrapper {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
}

@media (min-width: 768px) {
  .image-with-text .image-with-text__heading-wrapper {
    margin-top: 135px;
  }
}

@media (max-width: 767.98px) {
  .image-with-text .image-with-text__heading-wrapper {
    width: 100%;
  }
}

.image-with-text .image-with-text__heading-wrapper svg {
  position: absolute;
  left: -184px;
  top: -51px;
}

@media (max-width: 767.98px) {
  .image-with-text .image-with-text__heading-wrapper svg {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .image-with-text .image-with-text__heading-wrapper svg {
    height: 250px;
  }
}

.image-with-text .image-with-text__heading {
  font-size: 200px !important;
  width: 100%;
  line-height: 200px !important;
  margin: unset;
  color: transparent;
  -webkit-text-stroke: 2px #1f1b13;
  letter-spacing: 5px;
  left: 14px;
}

@media (max-width: 767.98px) {
  .image-with-text .image-with-text__heading {
    font-size: 19vw !important;
    line-height: 19vw !important;
    left: unset;
    top: 100px;
    position: absolute;
    top: 35px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .image-with-text .image-with-text__heading {
    font-size: 150px !important;
    line-height: 150px !important;
  }
}

.image-with-text .image-with-text__image {
  position: relative;
  z-index: 1;
  width: 50%;
  max-width: 584px;
}

.image-with-text .image-with-text__image img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .image-with-text .image-with-text__image {
    width: 100%;
  }
}

.image-with-text .image-with-text__text {
  margin-top: 53px;
  padding: 0 86px 60px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .image-with-text .image-with-text__text {
    min-height: 500px;
  }
}

@media (max-width: 767.98px) {
  .image-with-text .image-with-text__text {
    margin-top: 26px;
  }
}

.image-with-text .image-with-text__text p {
  line-height: 20px !important;
  margin: unset;
}

.image-with-text .image-with-text__text .image-with-text__subheading {
  margin-top: 64px;
}

@media (max-width: 767.98px) {
  .image-with-text .image-with-text__text .image-with-text__subheading {
    text-align: center;
    margin-top: 24px;
  }
}

@media (max-width: 767.98px) {
  .image-with-text .image-with-text__text {
    width: 100%;
    padding: unset;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .image-with-text .image-with-text__text {
    padding: 0 0 0 64px;
  }
}

.search-results {
  background-color: #fffae7;
  height: 100%;
}

.search-results .search-results__price .price {
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 767.98px) {
  .search-results {
    padding: 16px;
  }
}

.search-results .predictive-search__heading {
  margin: unset;
  padding: unset;
  padding-bottom: 16px;
  border: unset;
}

.search-results .predictive-search__item {
  padding: unset;
  margin: 12px 0;
}

@media (min-width: 768px) {
  .search-results .predictive-search__item {
    margin: 16px 0;
  }
}

.search-results .predictive-search__item .predictive-search__image {
  background: #e5e1d2;
  width: 56px;
  height: 56px;
  margin-right: 12px;
}

.search-results .predictive-search__list-item {
  border-top: 1px solid #e5e1d2 !important;
  border-bottom: unset !important;
}

.search-results .predictive-search__list-item:first-child {
  border-top: unset !important;
}

.search-results .predictive-search__list-item .predictive-search__item-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-results
  .predictive-search__list-item
  .predictive-search__item-content
  .search-results__title {
  font-weight: 400;
}

.search-results
  .predictive-search__list-item
  .predictive-search__item-content
  .price {
  margin: unset;
}

.search-results .predictive-search__results-list {
  overflow-y: auto;
  max-height: calc(100vh - 333px);
}

.search-results__wrapper {
  width: 100%;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .search-results__wrapper {
    padding: unset;
    margin-top: 56px;
  }
}

.search-results__wrapper .search-results__all {
  border-width: 2px;
}

.search-results__wrapper .search-results__all .search-results__view {
  margin: unset;
  margin-right: 16px;
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 40px;
  overflow-x: hidden;
}

.marquee.marquee__announcement-bar {
  height: 32px !important;
  background: #dfa88f;
  overflow-y: hidden;
}

.marquee.marquee__shipping {
  border-top: 2px solid #1f1b13;
  border-bottom: 2px solid #1f1b13;
  height: 80px;
  background: #fffae7;
}

.marquee.marquee__shipping svg {
  width: 30px;
}

@media (max-width: 767.98px) {
  .marquee.marquee__shipping {
    height: 56px;
  }
}

.marquee.marquee__shop {
  border-top: 2px solid #1f1b13;
  border-bottom: 2px solid #1f1b13;
  height: 80px;
  background: #fffae7;
}

.marquee.marquee__shop svg {
  width: 24px;
}

@media (max-width: 767.98px) {
  .marquee.marquee__shop {
    height: 56px;
  }
}

.marquee.marquee__shop .marquee__icon {
  margin: 0 48px;
}

.marquee.marquee__question {
  border-top: 2px solid #1f1b13;
  border-bottom: 2px solid #1f1b13;
  height: 80px;
  background: #fffae7;
}

.marquee.marquee__question svg {
  width: 49px;
}

@media (max-width: 767.98px) {
  .marquee.marquee__question {
    height: 56px;
  }

  .marquee.marquee__question svg {
    width: 32px;
  }
}

.marquee.marquee__question .marquee__icon {
  margin: 0 48px;
}

@media (max-width: 767.98px) {
  .marquee.marquee__question .marquee__icon {
    margin: 0 52px 0 28px;
  }
}

.marquee .marquee__icon {
  margin: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee .marquee__bold {
  font-weight: 700;
  text-transform: uppercase;
}

.marquee .marquee__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee .marquee__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.marquee .marquee__track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 180s linear infinite;
  animation: marquee 180s linear infinite;
  height: 100%;
}

@media (max-width: 767.98px) {
  .marquee .marquee__track {
    display: none;
  }
}

.marquee .marquee__track.marquee__track--shipping {
  -webkit-animation: marquee 280s linear infinite;
  animation: marquee 280s linear infinite;
  display: block !important;
}

.marquee .marquee__track.marquee__track--shop {
  -webkit-animation: marquee 156s linear infinite;
  animation: marquee 156s linear infinite;
  display: block !important;
}

@media (max-width: 767.98px) {
  .marquee .marquee__track.marquee__track--shop {
    -webkit-animation: marquee 164s linear infinite;
    animation: marquee 164s linear infinite;
  }
}

.marquee .marquee__track.marquee__track--question {
  -webkit-animation: marquee 520s linear infinite;
  animation: marquee 520s linear infinite;
  display: block !important;
}

@media (max-width: 767.98px) {
  .marquee .marquee__track.marquee__track--question {
    -webkit-animation: marquee 450s linear infinite;
    animation: marquee 450s linear infinite;
  }
}

.marquee .marquee__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .marquee .marquee__mobile {
    display: none;
  }
}

.marquee .marquee__mobile .marquee__icon {
  margin: unset;
}

.marquee .marquee__mobile .marquee__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 24px;
}

.marquee .marquee__mobile .marquee__text {
  font-size: 9px !important;
  line-height: 13px !important;
  text-transform: uppercase;
}

.marquee .marquee__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 24px;
}

.marquee .marquee__wrapper .marquee__icon {
  margin: unset;
  margin-left: 24px;
}

@media (max-width: 767.98px) {
  .mobile-hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .desktop-hidden {
    display: none;
  }
}

.featured-collection {
  background-color: #e5e1d2;
  padding-top: 0px;
  padding-bottom: 144px;
/*   border-top: 2px solid #1f1b13; */
}

.featured-collection .extra-margin {
  margin-top: 24px !important;
}

@media (max-width: 767.98px) {
  .featured-collection {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.featured-collection .featured-collection__heading {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: "Milanesaserif light", sans-serif !important;
  margin: unset;
  max-width: 25ch;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .featured-collection .featured-collection__heading {
    line-height: 70px !important;
  }
}

.featured-collection
  .featured-collection__heading
  .featured-collection__percent {
  font-size: 39px;
  vertical-align: super;
}

@media (max-width: 767.98px) {
  .featured-collection
    .featured-collection__heading
    .featured-collection__percent {
    font-size: 18px;
  }
}

.featured-collection .featured-collection__bold {
  font-family: "Milanesaserif bold", sans-serif;
  text-transform: uppercase;
}

.featured-collection .featured-collection__content-mobile {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .featured-collection .featured-collection__content-mobile {
    display: none !important;
  }
}

.featured-collection .featured-collection__content {
  margin-top: -34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .featured-collection .featured-collection__content {
    display: none;
  }
}

.featured-collection
  .featured-collection__content
  .featured-collection__item-wrapper {
  margin-right: 56px;
}

@media (max-width: 767.98px) {
  .featured-collection
    .featured-collection__content
    .featured-collection__item-wrapper {
    margin-right: 24px;
  }

  .featured-collection
    .featured-collection__content
    .featured-collection__item-wrapper:first-of-type {
    margin-left: auto;
  }

  .featured-collection
    .featured-collection__content
    .featured-collection__item-wrapper:last-of-type {
    margin-right: auto !important;
  }
}

.featured-collection
  .featured-collection__content
  .featured-collection__item-wrapper:last-of-type {
  margin-right: unset;
}

.featured-collection .featured-collection__content .featured-collection__item {
  position: relative;
  width: 244px;
  height: 352px;
  background-color: #fffae7;
  border-radius: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .featured-collection
    .featured-collection__content
    .featured-collection__item {
    width: 24vw;
    height: 34vw;
  }
}

@media (max-width: 767.98px) {
  .featured-collection
    .featured-collection__content
    .featured-collection__item {
    width: 132px;
    height: 192px;
  }
}

.featured-collection
  .featured-collection__content
  .featured-collection__item
  .featured-collection__special {
  position: absolute;
  top: 40px;
  background: #000;
  color: #fffae7;
  padding: 4px 12px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .featured-collection
    .featured-collection__content
    .featured-collection__item
    .featured-collection__special {
    padding: 4px 8px;
    top: 16px;
  }
}

.featured-collection
  .featured-collection__content
  .featured-collection__item
  .featured-collection__image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 34px;
}

@media (max-width: 767.98px) {
  .featured-collection
    .featured-collection__content
    .featured-collection__item
    .featured-collection__image {
    padding-top: 18px;
  }
}

.featured-collection
  .featured-collection__content
  .featured-collection__item
  .featured-collection__image
  img {
  width: 100%;
  padding: 20px;
}

@media (max-width: 767.98px) {
  .featured-collection
    .featured-collection__content
    .featured-collection__item
    .featured-collection__image
    img {
    padding: 13px;
  }
}

.featured-collection
  .featured-collection__content
  .featured-collection__item-info {
  margin-top: -24px;
  position: relative;
}

@media (max-width: 767.98px) {
  .featured-collection
    .featured-collection__content
    .featured-collection__item-info {
    margin-top: -14px;
  }
}

.featured-collection
  .featured-collection__content
  .featured-collection__item-info
  .featured-collection__title {
  width: 100%;
  font-family: "Milanesaserif bold", sans-serif !important;
}

.featured-collection
  .featured-collection__content
  .featured-collection__item-info
  .featured-collection__title
  a {
  color: #1f1b13;
}

.featured-collection
  .featured-collection__content
  .featured-collection__item-info
  .featured-collection__price {
  margin-top: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .featured-collection
    .featured-collection__content
    .featured-collection__item-info
    .featured-collection__price {
    margin-top: 8px;
  }
}

.featured-collection
  .featured-collection__content
  .featured-collection__item-info
  .featured-collection__price
  .featured-collection__old-price {
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-collection
  .featured-collection__content
  .featured-collection__item-info
  .featured-collection__quick-add {
  margin-top: 32px;
  font-family: "Milanesaserif bold", sans-serif;
  letter-spacing: 0;
  padding: 14px 31px;
  border: 2px solid;
}

@media (max-width: 767.98px) {
  .featured-collection
    .featured-collection__content
    .featured-collection__item-info
    .featured-collection__quick-add {
    font-size: 16px;
    line-height: 24px;
    padding: 14px 0;
    width: 132px;
    margin-top: 24px;
  }
}

.featured-collection .featured-collection__swipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

.featured-collection .featured-collection__swipe span {
  margin: 0 16px;
  color: #b4afa3 !important;
  font-weight: 700;
}

@media (min-width: 768px) {
  .featured-collection .featured-collection__swipe {
    display: none;
  }
}

.featured-collection-with-image {
  position: relative;
  background-color: #fffae7;
  padding-top: 144px;
  padding-bottom: 144px;
  border-bottom: 2px solid #1f1b13;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.featured-collection-with-image .featured-collection-with-image__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: "Milanesaserif light", sans-serif !important;
  text-transform: uppercase;
  margin: unset;
  letter-spacing: 0;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .featured-collection-with-image .featured-collection-with-image__heading {
    font-size: 48px !important;
    line-height: 48px !important;
  }
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image .featured-collection-with-image__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__heading
  .featured-collection-with-image__cross {
  font-size: 43px;
  margin-left: 35px;
  margin-right: 34px;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__heading
    .featured-collection-with-image__cross {
    font-size: 24px;
    line-height: 24px;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__heading
  .featured-collection-with-image__name {
  padding-top: 8px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__heading
    .featured-collection-with-image__name {
    padding-top: unset;
  }
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__heading
    .featured-collection-with-image__name
    svg {
    width: 118px;
    height: 55px;
  }
}

.featured-collection-with-image .featured-collection-with-image__bold {
  font-family: "Milanesaserif bold", sans-serif;
  text-transform: uppercase;
}

.featured-collection-with-image .featured-collection-with-image__content {
  margin-top: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image .featured-collection-with-image__content {
    margin-top: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 535px;
    margin-left: auto;
    margin-right: auto;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-wrapper {
  margin-right: 23px;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item-wrapper {
    margin-right: unset;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-wrapper:last-of-type {
  margin-right: unset;
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-wrapper.featured-collection-with-image__item-wrapper--2 {
  margin-top: 48px;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item-wrapper.featured-collection-with-image__item-wrapper--2 {
    margin-top: unset;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-wrapper.featured-collection-with-image__item-wrapper--3 {
  margin-top: 96px;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item-wrapper.featured-collection-with-image__item-wrapper--3 {
    margin-top: 58px;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item {
  position: relative;
  width: 244px;
  height: 352px;
  background-color: #e5e1d2;
  border-radius: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item {
    width: 204px;
    height: 312px;
  }
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item {
    width: 100%;
  }
}

@media (max-width: 413.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item {
    height: 240px;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item
  .featured-collection-with-image__special {
  position: absolute;
  top: 40px;
  background: #000;
  color: #fffae7;
  padding: 4px 12px;
  text-transform: uppercase;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item
    .featured-collection-with-image__special {
    padding: 4px 8px;
    top: 16px;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item
  .featured-collection-with-image__image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 34px;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item
    .featured-collection-with-image__image {
    padding-top: 18px;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item
  .featured-collection-with-image__image
  img {
  width: 100%;
  padding: 20px;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item
    .featured-collection-with-image__image
    img {
    padding: 13px;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-info {
  margin-top: -24px;
  position: relative;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item-info {
    width: 100%;
    margin-top: -14px;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-info
  .featured-collection-with-image__title {
  width: 100%;
  font-family: "Milanesaserif bold", sans-serif !important;
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-info
  .featured-collection-with-image__title
  a {
  color: #1f1b13;
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-info
  .featured-collection-with-image__price {
  margin-top: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item-info
    .featured-collection-with-image__price {
    margin-top: 8px;
  }
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-info
  .featured-collection-with-image__price
  .featured-collection-with-image__old-price {
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-collection-with-image
  .featured-collection-with-image__content
  .featured-collection-with-image__item-info
  .featured-collection-with-image__quick-add {
  margin-top: 32px;
  font-family: "Milanesaserif bold", sans-serif;
  letter-spacing: 0;
  padding: 14px 31px;
  border: 2px solid;
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__content
    .featured-collection-with-image__item-info
    .featured-collection-with-image__quick-add {
    font-size: 16px;
    line-height: 24px;
    padding: 14px 0;
    width: 132px;
    margin-top: 24px;
  }
}

.featured-collection-with-image .featured-collection-with-image__background {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
}

.featured-collection-with-image
  .featured-collection-with-image__background
  img {
  max-width: 520px;
}

@media (max-width: 1439.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__background
    img {
    max-width: 390px;
  }
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image .featured-collection-with-image__background {
    overflow: hidden;
  }

  .featured-collection-with-image
    .featured-collection-with-image__background
    img {
    right: -41px;
    position: relative;
    max-width: 300px;
  }
}

@media (max-width: 1023.98px) {
  .featured-collection-with-image
    .featured-collection-with-image__background
    img {
    max-width: 250px;
  }
}

.blog-posts {
  border-top: 1px solid #1f1b13;
  border-bottom: 1px solid #1f1b13;
  background: #e5e1d2;
  padding-top: 80px;
  padding-bottom: 144px;
}

@media (max-width: 767.98px) {
  .blog-posts {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}

.blog-posts .blog-posts__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-posts .blog-posts__wrapper .blog-posts__content {
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
}

.blog-posts .blog-posts__wrapper .blog-posts__content:not(:last-of-type) {
  margin-right: 24px;
}

@media (max-width: 767.98px) {
  .blog-posts .blog-posts__wrapper .blog-posts__content {
    max-width: calc(100vw - 60px);
    margin-left: 15px;
    margin-right: 15px;
  }

  .blog-posts .blog-posts__wrapper .blog-posts__content:not(:last-of-type) {
    margin-right: 15px;
  }
}

@media (max-width: 413.98px) {
  .blog-posts .blog-posts__wrapper .blog-posts__content {
    max-width: calc(100vw - 30px);
  }
}

.blog-posts .blog-posts__wrapper .blog-posts__content .blog-posts__time {
  color: #1f1b13;
}

.blog-posts .blog-posts__wrapper .blog-posts__content .blog-posts__title {
  font-family: "Milanesaserif bold", sans-serif !important;
  margin: 12px 0 24px;
}

.blog-posts .blog-posts__wrapper .blog-posts__content .blog-posts__title a {
  color: #1f1b13;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .blog-posts .blog-posts__wrapper .blog-posts__content .blog-posts__title {
    margin: 12px 0 12px;
  }
}

.blog-posts .blog-posts__wrapper .blog-posts__content .blog-posts__read {
  font-size: 16px;
  line-height: 32px;
  color: #1f1b13;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Milanesaserif bold", sans-serif !important;
  margin-top: 48px;
}

@media (max-width: 767.98px) {
  .blog-posts .blog-posts__wrapper .blog-posts__content .blog-posts__read {
    margin-top: 32px;
  }
}

.blog-posts .blog-posts__wrapper .blog-posts__content .blog-posts__read span {
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-posts
  .blog-posts__wrapper
  .blog-posts__content
  .blog-posts__read:hover
  span {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.blog-posts .blog-posts__swipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #b4afa3;
  margin-top: 32px;
}

.blog-posts .blog-posts__swipe span {
  margin: 0 16px;
  color: #b4afa3 !important;
  font-weight: 700;
}

@media (min-width: 768px) {
  .blog-posts .blog-posts__swipe {
    display: none;
  }
}

.faq {
  background: #fffae7;
  color: #1f1b13;
  padding-top: 25px;
  padding-bottom: 144px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .faq {
    padding-top: 25px;
    padding-bottom: 76px;
  }
}

.faq .faq__question-wrapper {
  position: relative;
  cursor: pointer;
}

.faq .faq__question-wrapper .faq__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq .faq__question-wrapper .faq__star::after {
  position: absolute;
  left: 28px;
  content: "";
  width: 2000px;
  border-bottom: 2px solid #1f1b13;
}

@media (max-width: 767.98px) {
  .faq .faq__question-wrapper .faq__star::after {
    right: 28px;
    left: unset;
  }
}

@media (max-width: 767.98px) {
  .faq .faq__question-wrapper .faq__star {
    width: 100%;
    height: 24px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.faq .faq__question-accordion[open] path {
  fill: #1f1b13;
}

.faq .faq__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .faq .faq__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.faq .faq__wrapper .faq__content-wrapper {
  width: 50%;
  padding-right: 20px;
}

@media (max-width: 767.98px) {
  .faq .faq__wrapper .faq__content-wrapper {
    width: 100%;
    padding-right: unset;
  }
}

.faq .faq__wrapper .faq__content-wrapper .faq__content {
  max-width: 525px;
  position: relative;
}

@media (max-width: 767.98px) {
  .faq .faq__wrapper .faq__content-wrapper .faq__content {
    max-width: unset;
  }
}



.faq .faq__wrapper .faq__content-wrapper .faq__content .faq__heading {
  letter-spacing: 0;
  margin: unset;
  font-family: "Milanesaserif bold", sans-serif !important;
}

@media (max-width: 767.98px) {
  .faq .faq__wrapper .faq__content-wrapper .faq__content .faq__heading {
    text-align: center;
  }
}

.faq .faq__wrapper .faq__content-wrapper .faq__content .faq__heading span {
  font-family: "Milanesaserif light", sans-serif !important;
}

.faq .faq__wrapper .faq__content-wrapper .faq__content .faq__description {
  margin: unset;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .faq .faq__wrapper .faq__content-wrapper .faq__content .faq__description {
    line-height: 20px;
    margin-top: 35px;
  }
}

.faq .faq__wrapper .faq__content-wrapper .faq__content .faq__image {
  position: relative;
  margin-top: 65px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .faq .faq__wrapper .faq__content-wrapper .faq__content .faq__image {
    right: unset;
    margin-top: 58px;
  }
}

@media (max-width: 767.98px) {
  .faq .faq__wrapper .faq__content-wrapper .faq__content .faq__image {
    margin-top: 50px;
    margin-bottom: 0;
    right: unset;
  }
}

.faq .faq__wrapper .faq__content-wrapper .faq__content .faq__image img {
  width: 90%;
  height: 90%;
}

.faq .faq__wrapper .faq__questions {
  width: 50%;
  padding-left: 20px;
  padding-top: 78px;
}

@media (max-width: 767.98px) {
  .faq .faq__wrapper .faq__questions {
    width: 100%;
    padding-left: unset;
  }
}

.faq .faq__wrapper .faq__questions .faq__question-accordion {
  margin-bottom: 72px;
}

@media (max-width: 767.98px) {
  .faq .faq__wrapper .faq__questions .faq__question-accordion {
    margin-bottom: 32px;
  }
}

.faq .faq__wrapper .faq__questions .faq__question-accordion .faq__question {
  position: relative;
  margin: unset;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 73px;
}

@media (max-width: 767.98px) {
  .faq .faq__wrapper .faq__questions .faq__question-accordion .faq__question {
    padding-left: unset;
    font-size: 16px;
  }
}

.faq .faq__wrapper .faq__questions .faq__question-accordion .faq__answer {
  margin: unset;
  padding-left: 73px;
}

.faq .faq__wrapper .faq__questions .faq__question-accordion .faq__answer p {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .faq .faq__wrapper .faq__questions .faq__question-accordion .faq__answer {
    line-height: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .faq .faq__wrapper .faq__questions .faq__question-accordion .faq__answer {
    padding-left: unset;
    padding-right: 32px;
    padding-top: 5px;
  }
}

.video-slider {
  background: #e5e1d2;
  padding-top: 144px;
  padding-bottom: 77px;
}

@media (max-width: 767.98px) {
  .video-slider {
    padding-top: 40px;
    padding-bottom: 32px;
  }
}

.video-slider .video-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .video-slider .video-slider__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.video-slider .video-slider__video-wrapper {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-slider .video-slider__video-wrapper .video-slider__video {
  position: relative;
}

.video-slider .video-slider__video-wrapper .video-slider__video img {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fffae7;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #1f1b13;
}

.video-slider .video-slider__video-wrapper .video-slider__video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .video-slider .video-slider__video-wrapper .video-slider__video {
    margin-left: 80px;
    max-width: 624px;
    max-height: 350px;
  }
}

@media (max-width: 767.98px) {
  .video-slider .video-slider__video-wrapper iframe {
    width: 100vw;
    height: 56vw;
    border-left: none;
    border-right: none;
  }
}

@media (min-width: 768px) {
  .video-slider .video-slider__video-wrapper iframe {
    max-width: 624px;
    max-height: 350px;
    width: 50vw;
    height: 50vw;
  }
}

@media (max-width: 767.98px) {
  .video-slider .video-slider__video-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
  }
}

@media (min-width: 768px) {
  .video-slider .video-slider__video-wrapper {
    padding-right: 44px;
    max-width: 669px;
  }
}

.video-slider .video-slider__info {
  width: 40%;
  position: relative;
}

.video-slider .video-slider__info .video-slider__heading {
  margin: unset;
  margin-top: 14px;
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .video-slider .video-slider__info .video-slider__heading {
    margin-top: 16px;
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .video-slider .video-slider__info .video-slider__heading {
    max-width: 332px;
  }
}

.video-slider .video-slider__info .video-slider__description {
  margin: unset;
  line-height: 20px;
}

@media (max-width: 767.98px) {
  .video-slider .video-slider__info .video-slider__description {
    margin: unset;
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .video-slider .video-slider__info .video-slider__description {
    max-width: 332px;
    margin-bottom: 80px;
  }
}

.video-slider .video-slider__info .slick-active .video-slider__swipe {
  visibility: visible;
}

.video-slider .video-slider__info .video-slider__swipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  visibility: hidden;
}

.video-slider .video-slider__info .video-slider__swipe .video-slider__left,
.video-slider .video-slider__info .video-slider__swipe .video-slider__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .video-slider .video-slider__info .video-slider__swipe .video-slider__left,
  .video-slider .video-slider__info .video-slider__swipe .video-slider__right {
    border: 2px solid #1f1b13;
    padding: 10px 22px;
  }

  .video-slider
    .video-slider__info
    .video-slider__swipe
    .video-slider__left:hover,
  .video-slider
    .video-slider__info
    .video-slider__swipe
    .video-slider__right:hover {
    background-color: #1f1b13;
  }

  .video-slider
    .video-slider__info
    .video-slider__swipe
    .video-slider__left:hover
    svg
    path,
  .video-slider
    .video-slider__info
    .video-slider__swipe
    .video-slider__right:hover
    svg
    path {
    stroke: #fffae7;
  }
}

@media (min-width: 768px) {
  .video-slider .video-slider__info .video-slider__swipe .video-slider__left {
    border-right: 1px solid #1f1b13;
  }
}

@media (min-width: 768px) {
  .video-slider .video-slider__info .video-slider__swipe .video-slider__right {
    border-left: 1px solid #1f1b13;
  }
}

@media (max-width: 767.98px) {
  .video-slider .video-slider__info .video-slider__swipe {
    position: relative;
  }

  .video-slider .video-slider__info .video-slider__swipe .video-slider__left,
  .video-slider .video-slider__info .video-slider__swipe .video-slider__right {
    border: none;
  }
}

@media (max-width: 767.98px) {
  .video-slider
    .video-slider__info
    .video-slider__swipe.video-slider__swipe--mobile-hidden {
    display: none;
  }
}

.video-slider
  .video-slider__info
  .video-slider__swipe.video-slider__swipe--desktop-hidden {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-slider
  .video-slider__info
  .video-slider__swipe.video-slider__swipe--desktop-hidden
  span {
  margin: 0 16px;
}

@media (min-width: 768px) {
  .video-slider
    .video-slider__info
    .video-slider__swipe.video-slider__swipe--desktop-hidden {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .video-slider .video-slider__info {
    width: 100%;
    margin-top: 56vw;
  }
}

@media (min-width: 768px) {
  .video-slider .video-slider__info {
    padding-left: 0;
  }
}

@media (min-width: 1440px) {
  .video-slider .video-slider__info {
    padding-left: 44px;
  }
}

.rise-and-shine {
  background: #fffae7;
  padding-bottom: 144px;
}

@media (max-width: 767.98px) {
  .rise-and-shine {
    padding-bottom: 64px;
  }
}

.rise-and-shine .rise-and-shine__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rise-and-shine .rise-and-shine__wrapper .circle__first {
  position: absolute;
  -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  transition: 1s ease all;
}

@media (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__image-wrapper {
  position: relative;
}

@media (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__image-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__image-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    width: 35%;
  }
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__image-wrapper
  .circle__second {
  position: absolute;
  left: -74px;
  bottom: 64px;
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__image-wrapper
    .circle__second {
    left: -74px;
    bottom: 18px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__image-wrapper
    .circle__second {
    left: -140px;
    bottom: -12px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__image-wrapper
  .circle__third {
  position: absolute;
  left: -77px;
  bottom: 76px;
  z-index: 0;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__image-wrapper
    .circle__third {
    left: -77px;
    bottom: 27px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__image-wrapper
    .circle__third {
    left: -142px;
    bottom: -6px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__image-wrapper
  .rise-and-shine__image {
  position: relative;
  z-index: 1;
  max-width: 332px;
  max-height: 564px;
  background-color: #f7daa5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40vw;
  border-radius: 332px 332px 0 0;
}

@media (max-width: 1023.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__image-wrapper
    .rise-and-shine__image {
    width: 330px;
    height: auto;
  }

  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__image-wrapper
    .rise-and-shine__image
    img {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__image-wrapper
    .rise-and-shine__image {
    width: 200px;
    height: 336px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__image-wrapper
  .rise-and-shine__image
  img {
  padding: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__image-wrapper
    .rise-and-shine__image
    .rise-and-shine__swipe {
    position: absolute;
    bottom: 0;
  }
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__content {
  width: 65%;
  background: #fffae7;
  position: relative;
  z-index: 3;
}

@media (max-width: 1439.98px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__content {
    width: 58%;
    margin-top: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__content {
    width: 50%;
  }
}

@media (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__content {
    width: 100%;
    margin-top: 24px;
  }
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__content .slick-list {
  padding: unset !important;
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__header
  .rise-and-shine__text {
  width: 50%;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__header
  .rise-and-shine__text
  h4 {
  margin: unset;
  font-family: "Milanesaserif bold", sans-serif !important;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__header
  .rise-and-shine__text
  p {
  margin: 0;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__header
  .rise-and-shine__text:first-child {
  padding-right: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__header
  .rise-and-shine__text:last-child {
  padding-left: 12px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__table
    .rise-and-shine__header
    .rise-and-shine__text:last-child {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__table
    .rise-and-shine__header
    .rise-and-shine__text:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__table
    .rise-and-shine__header
    .rise-and-shine__text:first-child
    h4 {
    margin-bottom: 8px;
  }

  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__table
    .rise-and-shine__header
    .rise-and-shine__text:last-child {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #1f1b13;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__row
  .rise-and-shine__text {
  width: 50%;
  padding-top: 16px;
  padding-bottom: 16px;
  word-break: break-word;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__row
  .rise-and-shine__text:first-child {
  padding-right: 16px;
  border-right: 1px solid #1f1b13;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__row
  .rise-and-shine__text:last-child {
  padding-left: 16px;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__table
  .rise-and-shine__row
  .rise-and-shine__text
  p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .rise-and-shine
    .rise-and-shine__wrapper
    .rise-and-shine__table
    .rise-and-shine__row
    .rise-and-shine__text
    p {
    font-size: 14px;
    line-height: 1.4;
  }
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__buttons form {
    width: 100%;
  }
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__quick-add {
  padding: 14px 32px !important;
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__quick-add {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__desktop-hidden {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__mobile-hidden {
    display: none !important;
  }
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__left,
.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__right {
  cursor: pointer;
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__left path,
.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__right path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #1f1b13;
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__left:hover path,
.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__right:hover path {
  stroke: #fffae7;
}

@media (min-width: 768px) {
  .rise-and-shine .rise-and-shine__wrapper .rise-and-shine__left {
    border-right: 1px solid #1f1b13 !important;
  }
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__swipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 2px;
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__swipe span {
  padding: 0 16px;
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__swipe-text {
  font-weight: 700;
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__circle-wrapper {
  position: relative;
}

.rise-and-shine .rise-and-shine__wrapper .rise-and-shine__image-slider {
  width: 100%;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__image-slider
  .slick-list {
  height: 100%;
}

.rise-and-shine
  .rise-and-shine__wrapper
  .rise-and-shine__image-slider
  .slick-list
  .slick-track {
  height: 100%;
}

.rise-and-shine .rise-and-shine__wrapper .hero-section__image-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rise-and-shine .rise-and-shine-section__star-rotation--0 {
  left: 349px;
  bottom: 262px;
  z-index: 5;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--0 {
    left: 322px;
    bottom: 217px;
    -webkit-transform: scale(0.8) rotate(-5deg);
    -ms-transform: scale(0.8) rotate(-5deg);
    transform: scale(0.8) rotate(-5deg);
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--0 {
    left: 193px;
    bottom: 161px;
    -webkit-transform: scale(0.5) rotate(-5deg);
    -ms-transform: scale(0.5) rotate(-5deg);
    transform: scale(0.5) rotate(-5deg);
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--1 {
  left: 371px !important;
  bottom: 287px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(-5deg) scale(0.9) !important;
  -ms-transform: rotate(-5deg) scale(0.9) !important;
  transform: rotate(-5deg) scale(0.9) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--1 {
    left: 341px !important;
    bottom: 250px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(-39deg) scale(0.7) !important;
    -ms-transform: rotate(-39deg) scale(0.7) !important;
    transform: rotate(-39deg) scale(0.7) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--1 {
    left: 204px !important;
    bottom: 181px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(-39deg) scale(0.4) !important;
    -ms-transform: rotate(-39deg) scale(0.4) !important;
    transform: rotate(-39deg) scale(0.4) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--2 {
  left: 388px !important;
  bottom: 318px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(-33deg) scale(0.7) !important;
  -ms-transform: rotate(-33deg) scale(0.7) !important;
  transform: rotate(-33deg) scale(0.7) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--2 {
    left: 331px !important;
    bottom: 268px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-115deg) scale(0.5) !important;
    -ms-transform: rotate(-115deg) scale(0.5) !important;
    transform: rotate(-115deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--2 {
    left: 199px !important;
    bottom: 192px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-112deg) scale(0.3) !important;
    -ms-transform: rotate(-112deg) scale(0.3) !important;
    transform: rotate(-112deg) scale(0.3) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--3 {
  left: 388px !important;
  bottom: 336px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(-33deg) scale(0.7) !important;
  -ms-transform: rotate(-33deg) scale(0.7) !important;
  transform: rotate(-73deg) scale(0.6) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--3 {
    left: 286px !important;
    bottom: 267px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-145deg) scale(0.5) !important;
    -ms-transform: rotate(-145deg) scale(0.5) !important;
    transform: rotate(-145deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--3 {
    left: 186px !important;
    bottom: 192px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-148deg) scale(0.3) !important;
    -ms-transform: rotate(-148deg) scale(0.3) !important;
    transform: rotate(-148deg) scale(0.3) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--4 {
  left: 366px !important;
  bottom: 346px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(-128deg) scale(0.5) !important;
  -ms-transform: rotate(-128deg) scale(0.5) !important;
  transform: rotate(-128deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--4 {
    left: 216px !important;
    bottom: 242px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-128deg) scale(0.5) !important;
    -ms-transform: rotate(-128deg) scale(0.5) !important;
    transform: rotate(-128deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--4 {
    left: 136px !important;
    bottom: 182px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-148deg) scale(0.3) !important;
    -ms-transform: rotate(-148deg) scale(0.3) !important;
    transform: rotate(-148deg) scale(0.3) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--5 {
  left: 316px !important;
  bottom: 342px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(-151deg) scale(0.5) !important;
  -ms-transform: rotate(-151deg) scale(0.5) !important;
  transform: rotate(-151deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--5 {
    left: 119px !important;
    bottom: 200px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-151deg) scale(0.5) !important;
    -ms-transform: rotate(-151deg) scale(0.5) !important;
    transform: rotate(-151deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--5 {
    left: 71px !important;
    bottom: 149px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-148deg) scale(0.3) !important;
    -ms-transform: rotate(-148deg) scale(0.3) !important;
    transform: rotate(-148deg) scale(0.3) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--6 {
  left: 274px !important;
  bottom: 327px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(-151deg) scale(0.5) !important;
  -ms-transform: rotate(-151deg) scale(0.5) !important;
  transform: rotate(-151deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--6 {
    left: 21px !important;
    bottom: 116px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(176deg) scale(0.5) !important;
    -ms-transform: rotate(176deg) scale(0.5) !important;
    transform: rotate(176deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--6 {
    left: 10px !important;
    bottom: 101px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(184deg) scale(0.3) !important;
    -ms-transform: rotate(184deg) scale(0.3) !important;
    transform: rotate(184deg) scale(0.3) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--7 {
  left: 143px !important;
  bottom: 282px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(176deg) scale(0.5) !important;
  -ms-transform: rotate(176deg) scale(0.5) !important;
  transform: rotate(176deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--7 {
    left: -30px !important;
    bottom: 78px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(176deg) scale(0.5) !important;
    -ms-transform: rotate(176deg) scale(0.5) !important;
    transform: rotate(176deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--7 {
    left: -18px !important;
    bottom: 86px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(184deg) scale(0.3) !important;
    -ms-transform: rotate(184deg) scale(0.3) !important;
    transform: rotate(184deg) scale(0.3) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--8 {
  left: 17px !important;
  bottom: 187px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(176deg) scale(0.5) !important;
  -ms-transform: rotate(176deg) scale(0.5) !important;
  transform: rotate(176deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--8 {
    left: -42px !important;
    bottom: 43px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(113deg) scale(0.5) !important;
    -ms-transform: rotate(113deg) scale(0.5) !important;
    transform: rotate(113deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--8 {
    left: -36px !important;
    bottom: 60px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(144deg) scale(0.3) !important;
    -ms-transform: rotate(144deg) scale(0.3) !important;
    transform: rotate(144deg) scale(0.3) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--9 {
  left: -48px !important;
  bottom: 136px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(176deg) scale(0.5) !important;
  -ms-transform: rotate(176deg) scale(0.5) !important;
  transform: rotate(176deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--9 {
    left: -26px !important;
    bottom: 33px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(52deg) scale(0.5) !important;
    -ms-transform: rotate(52deg) scale(0.5) !important;
    transform: rotate(52deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--9 {
    left: -27px !important;
    bottom: 45px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(53deg) scale(0.4) !important;
    -ms-transform: rotate(53deg) scale(0.4) !important;
    transform: rotate(53deg) scale(0.4) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--10 {
  left: -84px !important;
  bottom: 91px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(166deg) scale(0.5) !important;
  -ms-transform: rotate(166deg) scale(0.5) !important;
  transform: rotate(166deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--10 {
    left: 5px !important;
    bottom: 34px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(33deg) scale(0.7) !important;
    -ms-transform: rotate(33deg) scale(0.7) !important;
    transform: rotate(33deg) scale(0.7) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--10 {
    left: -1px !important;
    bottom: 47px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(32deg) scale(0.5) !important;
    -ms-transform: rotate(32deg) scale(0.5) !important;
    transform: rotate(32deg) scale(0.5) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--11 {
  left: -88px !important;
  bottom: 58px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(98deg) scale(0.6) !important;
  -ms-transform: rotate(98deg) scale(0.6) !important;
  transform: rotate(98deg) scale(0.6) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--11 {
    left: 75px !important;
    bottom: 55px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(21deg) scale(0.8) !important;
    -ms-transform: rotate(21deg) scale(0.8) !important;
    transform: rotate(21deg) scale(0.8) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--11 {
    left: 47px !important;
    bottom: 63px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(23deg) scale(0.5) !important;
    -ms-transform: rotate(23deg) scale(0.5) !important;
    transform: rotate(23deg) scale(0.5) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--12 {
  left: -63px !important;
  bottom: 47px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(52deg) scale(0.7) !important;
  -ms-transform: rotate(52deg) scale(0.7) !important;
  transform: rotate(52deg) scale(0.7) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--12 {
    left: 150px !important;
    bottom: 91px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(14deg) scale(0.8) !important;
    -ms-transform: rotate(14deg) scale(0.8) !important;
    transform: rotate(14deg) scale(0.8) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--12 {
    left: 101px !important;
    bottom: 91px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(16deg) scale(0.5) !important;
    -ms-transform: rotate(16deg) scale(0.5) !important;
    transform: rotate(16deg) scale(0.5) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--13 {
  left: -18px !important;
  bottom: 55px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(33deg) !important;
  -ms-transform: rotate(33deg) !important;
  transform: rotate(33deg) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--13 {
    left: 200px !important;
    bottom: 119px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(14deg) scale(0.8) !important;
    -ms-transform: rotate(14deg) scale(0.8) !important;
    transform: rotate(14deg) scale(0.8) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--13 {
    left: 143px !important;
    bottom: 118px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(8deg) scale(0.5) !important;
    -ms-transform: rotate(8deg) scale(0.5) !important;
    transform: rotate(8deg) scale(0.5) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--14 {
  left: 115px !important;
  bottom: 104px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(19deg) !important;
  -ms-transform: rotate(19deg) !important;
  transform: rotate(19deg) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--14 {
    left: 300px !important;
    bottom: 191px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(4deg) scale(0.8) !important;
    -ms-transform: rotate(4deg) scale(0.8) !important;
    transform: rotate(4deg) scale(0.8) !important;
  }
}

@media (max-width: 767.98px) {
  .rise-and-shine .rise-and-shine-section__star-rotation--14 {
    left: 177px !important;
    bottom: 145px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(8deg) scale(0.5) !important;
    -ms-transform: rotate(8deg) scale(0.5) !important;
    transform: rotate(8deg) scale(0.5) !important;
  }
}

.rise-and-shine .rise-and-shine-section__star-rotation--15 {
  left: 186px !important;
  bottom: 144px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(14deg) !important;
  -ms-transform: rotate(14deg) !important;
  transform: rotate(14deg) !important;
}

.rise-and-shine .rise-and-shine-section__star-rotation--16 {
  left: 260px !important;
  bottom: 189px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(10deg) !important;
  -ms-transform: rotate(10deg) !important;
  transform: rotate(10deg) !important;
}

.hero-section {
  background: #fffae7;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
  padding-bottom: 335px;
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.hero-section .hero-section__heading {
  font-family: "Milanesaserif light", sans-serif !important;
  font-size: 64px !important;
  line-height: 72px !important;
}

.hero-section .hero-section__heading span {
  font-family: "Milanesaserif bold", sans-serif !important;
  text-transform: uppercase;
}

@media (max-width: 1439.98px) {
  .hero-section .hero-section__heading {
    font-size: 55px !important;
    line-height: 62px !important;
  }
}

@media screen and (max-width: 1200px) {
  .hero-section .hero-section__heading {
    font-size: 49px !important;
    line-height: 62px !important;
  }
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    margin-top: 0;
    padding-left: 32px;
    padding-right: 32px;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .hero-section .hero-section__heading {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__heading {
    font-size: 36px !important;
    line-height: 41px !important;
  }
}

@media (max-width: 413.98px) {
  .hero-section .hero-section__heading {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.hero-section .hero-section__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.hero-section .hero-section__content-wrapper .hero-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1024px) {
  .hero-section .hero-section__content-wrapper .hero-section__content {
    width: 100%;
  }
}

.hero-section
  .hero-section__content-wrapper
  .hero-section__content
  .hero-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023.98px) {
  .hero-section
    .hero-section__content-wrapper
    .hero-section__content
    .hero-section__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.hero-section
  .hero-section__content-wrapper
  .hero-section__content
  .hero-section__product-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section
  .hero-section__content-wrapper
  .hero-section__content
  .hero-section__product-image
  img {
  width: 100%;
  max-width: 300px;
  height: 350px;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
}

@media (max-width: 767.98px) {
  .hero-section
    .hero-section__content-wrapper
    .hero-section__content
    .hero-section__product-image
    img {
    max-width: 200px;
    height: 250px;
  }
}

.hero-section
  .hero-section__content-wrapper
  .hero-section__content
  .hero-section__product-image
  .circle__first {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  position: absolute;
  left: 200px;
  bottom: 169px;
}

@media (max-width: 1023.98px) {
  .hero-section
    .hero-section__content-wrapper
    .hero-section__content
    .hero-section__product-image
    .circle__first {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    left: 173px;
    bottom: 83px;
  }
}

.hero-section
  .hero-section__content-wrapper
  .hero-section__content
  .hero-section__product-image
  .circle__second {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  position: absolute;
  left: -142px;
  bottom: 0;
  z-index: 2;
}

@media (max-width: 1023.98px) {
  .hero-section
    .hero-section__content-wrapper
    .hero-section__content
    .hero-section__product-image
    .circle__second {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    left: -142px;
    bottom: -85px;
  }
}

.hero-section
  .hero-section__content-wrapper
  .hero-section__content
  .hero-section__product-image
  .circle__third {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  position: absolute;
  left: -143px;
  bottom: 4px;
  z-index: 0;
}

@media (max-width: 1023.98px) {
  .hero-section
    .hero-section__content-wrapper
    .hero-section__content
    .hero-section__product-image
    .circle__third {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    left: -143px;
    bottom: -80px;
  }
}

@media (min-width: 1024px) {
  .hero-section
    .hero-section__content-wrapper
    .hero-section__content
    .hero-section__product-image {
    position: relative;
    z-index: 1;
    width: 50%;
    background-image: unset;
  }
}

@media (max-width: 1023.98px) {
  .hero-section
    .hero-section__content-wrapper
    .hero-section__content
    .hero-section__product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.hero-section
  .hero-section__content-wrapper
  .hero-section__content
  .hero-section__image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__content-wrapper .hero-section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-section
    .hero-section__content-wrapper
    .hero-section__content
    .hero-section__swipe {
    margin-bottom: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .hero-section
    .hero-section__content-wrapper
    .hero-section__content
    .hero-section__swipe
    span {
    padding: 0 16px;
  }
}

@media (min-width: 1024px) {
  .hero-section .hero-section__table-wrapper {
    max-width: 50%;
  }
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__table-wrapper {
    border-top: 2px solid #1f1b13;
  }
}

.hero-section .hero-section__table .slick-list {
  padding: unset !important;
}

/* .hero-section .hero-section__table .hero-section__table-content {
  margin-bottom: 32px;
}
 */
@media (min-width: 1024px) {
  .hero-section .hero-section__table .hero-section__table-content {
    width: 100%;
  }
}

.hero-section .hero-section__table .hero-section__header {
  margin-bottom: 16px;
}

.hero-section .hero-section__table .hero-section__header h4 {
  margin: unset;
}

.hero-section .hero-section__table .hero-section__header .hero-section__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-section .hero-section__table .hero-section__header p {
  margin: unset;
}

.hero-section .hero-section__table .hero-section__row {
  border-top: 1px solid #1f1b13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-section .hero-section__table .hero-section__row .hero-section__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section
  .hero-section__table
  .hero-section__row
  .hero-section__text
  .hero-section__title {
  margin-right: 40px;
  min-width: 50px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1023.98px) {
  .hero-section
    .hero-section__table
    .hero-section__row
    .hero-section__text
    .hero-section__title {
    font-size: 16px;
    line-height: 20px;
  }
}

.hero-section
  .hero-section__table
  .hero-section__row
  .hero-section__text
  .hero-section__price {
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1023.98px) {
  .hero-section
    .hero-section__table
    .hero-section__row
    .hero-section__text
    .hero-section__price {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__table {
    padding: 0 32px;
    padding-top: 32px;
  }
}

@media (max-width: 413.98px) {
  .hero-section .hero-section__table {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.hero-section .hero-section__image {
  border-radius: 2000px 0 0 2000px;
  background: #f7daa5;
  overflow: hidden;
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hero-section .hero-section__image img {
  width: 47vw;
}

@media (max-width: 1439.98px) {
  .hero-section .hero-section__image {
    right: -140px;
  }
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__image {
    display: none;
  }
}

.hero-section .hero-section__image-slider-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  .hero-section .hero-section__image-slider-wrapper {
    max-width: 50%;
    background: unset !important;
    padding-right: 82px;
  }
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__image-slider-wrapper {
    overflow: hidden;
    border-radius: 2000px 2000px 0 0;
    background: #f7daa5;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }
}

.hero-section .hero-section__image-slider {
  z-index: 1;
}

.hero-section .hero-section__image-slider .slick-list {
  height: 100%;
}

.hero-section .hero-section__image-slider .slick-list .slick-track {
  height: 100%;
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__image-slider {
    padding-top: 110px;
  }
}

@media (max-width: 413.98px) {
  .hero-section .hero-section__image-slider {
    padding-top: 0;
  }
}

.hero-section .hero-section__quick-add {
  border: unset;
  border-left: 1px solid #1f1b13;
  padding: 20px 36px;
  background: 0 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__quick-add {
    padding: 14px 20px;
  }
}

.hero-section .hero-section__quick-add:hover {
  background: rgba(229, 225, 210, 0.5);
}

@media (min-width: 1024px) {
  .hero-section .hero-section__desktop-hidden {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .hero-section .hero-section__mobile-hidden {
    display: none !important;
  }
}

.hero-section .hero-section__left,
.hero-section .hero-section__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.hero-section .hero-section__left path,
.hero-section .hero-section__right path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #1f1b13;
}

.hero-section .hero-section__left:hover path,
.hero-section .hero-section__right:hover path {
  stroke: #fffae7;
}

@media (min-width: 1024px) {
  .hero-section .hero-section__right {
    border-left: 1px solid #1f1b13 !important;
  }
}

.hero-section .hero-section__swipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-section .hero-section__swipe-text {
  font-weight: 700;
}

@media (max-width: 1439.98px) {
  .hero-section {
    padding-bottom: 245px;
  }
}

@media (max-width: 413.98px) {
  .hero-section {
    padding-top: 30px;
  }
}

.hero-section .hero-section__star-rotation--0 {
  left: 349px;
  bottom: 262px;
  z-index: 5;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--0 {
    left: 322px;
    bottom: 217px;
    -webkit-transform: scale(0.8) rotate(-5deg);
    -ms-transform: scale(0.8) rotate(-5deg);
    transform: scale(0.8) rotate(-5deg);
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--0 {
    left: 101px;
    bottom: 161px;
    -webkit-transform: scale(0.5) rotate(-5deg);
    -ms-transform: scale(0.5) rotate(-5deg);
    transform: scale(0.5) rotate(-5deg);
  }
}

.hero-section .hero-section__star-rotation--1 {
  left: 371px !important;
  bottom: 287px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(-5deg) scale(0.9) !important;
  -ms-transform: rotate(-5deg) scale(0.9) !important;
  transform: rotate(-5deg) scale(0.9) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--1 {
    left: 341px !important;
    bottom: 250px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(-39deg) scale(0.7) !important;
    -ms-transform: rotate(-39deg) scale(0.7) !important;
    transform: rotate(-39deg) scale(0.7) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--1 {
    left: 112px !important;
    bottom: 181px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(-39deg) scale(0.4) !important;
    -ms-transform: rotate(-39deg) scale(0.4) !important;
    transform: rotate(-39deg) scale(0.4) !important;
  }
}

.hero-section .hero-section__star-rotation--2 {
  left: 388px !important;
  bottom: 318px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(-33deg) scale(0.7) !important;
  -ms-transform: rotate(-33deg) scale(0.7) !important;
  transform: rotate(-33deg) scale(0.7) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--2 {
    left: 331px !important;
    bottom: 268px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-115deg) scale(0.5) !important;
    -ms-transform: rotate(-115deg) scale(0.5) !important;
    transform: rotate(-115deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--2 {
    left: 107px !important;
    bottom: 192px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-112deg) scale(0.3) !important;
    -ms-transform: rotate(-112deg) scale(0.3) !important;
    transform: rotate(-112deg) scale(0.3) !important;
  }
}

.hero-section .hero-section__star-rotation--3 {
  left: 388px !important;
  bottom: 336px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(-33deg) scale(0.7) !important;
  -ms-transform: rotate(-33deg) scale(0.7) !important;
  transform: rotate(-73deg) scale(0.6) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--3 {
    left: 286px !important;
    bottom: 267px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-145deg) scale(0.5) !important;
    -ms-transform: rotate(-145deg) scale(0.5) !important;
    transform: rotate(-145deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--3 {
    left: 94px !important;
    bottom: 192px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-148deg) scale(0.3) !important;
    -ms-transform: rotate(-148deg) scale(0.3) !important;
    transform: rotate(-148deg) scale(0.3) !important;
  }
}

.hero-section .hero-section__star-rotation--4 {
  left: 366px !important;
  bottom: 346px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(-128deg) scale(0.5) !important;
  -ms-transform: rotate(-128deg) scale(0.5) !important;
  transform: rotate(-128deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--4 {
    left: 216px !important;
    bottom: 242px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-158deg) scale(0.5) !important;
    -ms-transform: rotate(-158deg) scale(0.5) !important;
    transform: rotate(-158deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--4 {
    left: 44px !important;
    bottom: 182px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-148deg) scale(0.3) !important;
    -ms-transform: rotate(-148deg) scale(0.3) !important;
    transform: rotate(-148deg) scale(0.3) !important;
  }
}

.hero-section .hero-section__star-rotation--5 {
  left: 316px !important;
  bottom: 342px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(-151deg) scale(0.5) !important;
  -ms-transform: rotate(-151deg) scale(0.5) !important;
  transform: rotate(-151deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--5 {
    left: 119px !important;
    bottom: 194px !important;
    z-index: 1;
    -webkit-transform: rotate(-167deg) scale(0.5) !important;
    -ms-transform: rotate(-167deg) scale(0.5) !important;
    transform: rotate(-167deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--5 {
    left: -21px !important;
    bottom: 149px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(-148deg) scale(0.3) !important;
    -ms-transform: rotate(-148deg) scale(0.3) !important;
    transform: rotate(-148deg) scale(0.3) !important;
  }
}

.hero-section .hero-section__star-rotation--6 {
  left: 274px !important;
  bottom: 327px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(-151deg) scale(0.5) !important;
  -ms-transform: rotate(-151deg) scale(0.5) !important;
  transform: rotate(-151deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--6 {
    left: 21px !important;
    bottom: 127px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(176deg) scale(0.5) !important;
    -ms-transform: rotate(176deg) scale(0.5) !important;
    transform: rotate(176deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--6 {
    left: -82px !important;
    bottom: 109px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(184deg) scale(0.3) !important;
    -ms-transform: rotate(184deg) scale(0.3) !important;
    transform: rotate(184deg) scale(0.3) !important;
  }
}

.hero-section .hero-section__star-rotation--7 {
  left: 143px !important;
  bottom: 270px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(-151deg) scale(0.5) !important;
  -ms-transform: rotate(-151deg) scale(0.5) !important;
  transform: rotate(-151deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--7 {
    left: -30px !important;
    bottom: 78px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(176deg) scale(0.5) !important;
    -ms-transform: rotate(176deg) scale(0.5) !important;
    transform: rotate(176deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--7 {
    left: -110px !important;
    bottom: 86px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(184deg) scale(0.3) !important;
    -ms-transform: rotate(184deg) scale(0.3) !important;
    transform: rotate(184deg) scale(0.3) !important;
  }
}

.hero-section .hero-section__star-rotation--8 {
  left: 17px !important;
  bottom: 190px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(190deg) scale(0.5) !important;
  -ms-transform: rotate(190deg) scale(0.5) !important;
  transform: rotate(190deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--8 {
    left: -42px !important;
    bottom: 43px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(113deg) scale(0.5) !important;
    -ms-transform: rotate(113deg) scale(0.5) !important;
    transform: rotate(113deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--8 {
    left: -128px !important;
    bottom: 60px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(144deg) scale(0.3) !important;
    -ms-transform: rotate(144deg) scale(0.3) !important;
    transform: rotate(144deg) scale(0.3) !important;
  }
}

.hero-section .hero-section__star-rotation--9 {
  left: -48px !important;
  bottom: 136px !important;
  z-index: 1 !important;
  -webkit-transform: rotate(176deg) scale(0.5) !important;
  -ms-transform: rotate(176deg) scale(0.5) !important;
  transform: rotate(176deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--9 {
    left: -26px !important;
    bottom: 33px !important;
    z-index: 1 !important;
    -webkit-transform: rotate(52deg) scale(0.5) !important;
    -ms-transform: rotate(52deg) scale(0.5) !important;
    transform: rotate(52deg) scale(0.5) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--9 {
    left: -119px !important;
    bottom: 45px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(53deg) scale(0.4) !important;
    -ms-transform: rotate(53deg) scale(0.4) !important;
    transform: rotate(53deg) scale(0.4) !important;
  }
}

.hero-section .hero-section__star-rotation--10 {
  left: -84px !important;
  bottom: 91px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(166deg) scale(0.5) !important;
  -ms-transform: rotate(166deg) scale(0.5) !important;
  transform: rotate(166deg) scale(0.5) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--10 {
    left: 5px !important;
    bottom: 34px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(33deg) scale(0.7) !important;
    -ms-transform: rotate(33deg) scale(0.7) !important;
    transform: rotate(33deg) scale(0.7) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--10 {
    left: -93px !important;
    bottom: 47px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(32deg) scale(0.5) !important;
    -ms-transform: rotate(32deg) scale(0.5) !important;
    transform: rotate(32deg) scale(0.5) !important;
  }
}

.hero-section .hero-section__star-rotation--11 {
  left: -88px !important;
  bottom: 58px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(98deg) scale(0.6) !important;
  -ms-transform: rotate(98deg) scale(0.6) !important;
  transform: rotate(98deg) scale(0.6) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--11 {
    left: 75px !important;
    bottom: 55px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(21deg) scale(0.8) !important;
    -ms-transform: rotate(21deg) scale(0.8) !important;
    transform: rotate(21deg) scale(0.8) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--11 {
    left: -45px !important;
    bottom: 63px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(23deg) scale(0.5) !important;
    -ms-transform: rotate(23deg) scale(0.5) !important;
    transform: rotate(23deg) scale(0.5) !important;
  }
}

.hero-section .hero-section__star-rotation--12 {
  left: -63px !important;
  bottom: 47px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(52deg) scale(0.7) !important;
  -ms-transform: rotate(52deg) scale(0.7) !important;
  transform: rotate(52deg) scale(0.7) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--12 {
    left: 150px !important;
    bottom: 91px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(14deg) scale(0.8) !important;
    -ms-transform: rotate(14deg) scale(0.8) !important;
    transform: rotate(14deg) scale(0.8) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--12 {
    left: 9px !important;
    bottom: 91px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(16deg) scale(0.5) !important;
    -ms-transform: rotate(16deg) scale(0.5) !important;
    transform: rotate(16deg) scale(0.5) !important;
  }
}

.hero-section .hero-section__star-rotation--13 {
  left: -18px !important;
  bottom: 55px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(33deg) !important;
  -ms-transform: rotate(33deg) !important;
  transform: rotate(33deg) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--13 {
    left: 200px !important;
    bottom: 119px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(14deg) scale(0.8) !important;
    -ms-transform: rotate(14deg) scale(0.8) !important;
    transform: rotate(14deg) scale(0.8) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--13 {
    left: 51px !important;
    bottom: 118px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(8deg) scale(0.5) !important;
    -ms-transform: rotate(8deg) scale(0.5) !important;
    transform: rotate(8deg) scale(0.5) !important;
  }
}

.hero-section .hero-section__star-rotation--14 {
  left: 115px !important;
  bottom: 104px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(19deg) !important;
  -ms-transform: rotate(19deg) !important;
  transform: rotate(19deg) !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__star-rotation--14 {
    left: 300px !important;
    bottom: 191px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(4deg) scale(0.8) !important;
    -ms-transform: rotate(4deg) scale(0.8) !important;
    transform: rotate(4deg) scale(0.8) !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__star-rotation--14 {
    left: 85px !important;
    bottom: 145px !important;
    z-index: 5 !important;
    -webkit-transform: rotate(8deg) scale(0.5) !important;
    -ms-transform: rotate(8deg) scale(0.5) !important;
    transform: rotate(8deg) scale(0.5) !important;
  }
}

.hero-section .hero-section__star-rotation--15 {
  left: 186px !important;
  bottom: 144px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(14deg) !important;
  -ms-transform: rotate(14deg) !important;
  transform: rotate(14deg) !important;
}

.hero-section .hero-section__star-rotation--16 {
  left: 260px !important;
  bottom: 189px !important;
  z-index: 5 !important;
  -webkit-transform: rotate(10deg) !important;
  -ms-transform: rotate(10deg) !important;
  transform: rotate(10deg) !important;
}

.hero-section .hero-section__circle-wrapper {
  position: absolute;
}

@media (min-width: 1024px) {
  .hero-section .hero-section__circle-wrapper {
    bottom: -61px;
    right: 403px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .hero-section__circle-wrapper {
    bottom: 0;
    width: 20%;
    right: 50%;
  }
}

@media (max-width: 767.98px) {
  .hero-section .hero-section__circle-wrapper {
    bottom: 0;
    left: 50%;
  }
}

.hero-section .circle__second {
  position: absolute;
  left: -74px;
  bottom: 64px;
  z-index: 2;
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .circle__second {
    left: -74px;
    bottom: 18px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media (max-width: 767.98px) {
  .hero-section .circle__second {
    left: -232px;
    bottom: -12px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.hero-section .circle__first {
  position: absolute;
  -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  transition: 1s ease all;
  pointer-events: none;
}

.hero-section .circle__third {
  position: absolute;
  left: -77px;
  bottom: 76px;
  z-index: 0;
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-section .circle__third {
    left: -77px;
    bottom: 27px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media (max-width: 767.98px) {
  .hero-section .circle__third {
    left: -234px;
    bottom: -6px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.bent-text {
  background: 0 0;
  margin-top: -320px;
  position: relative;
  margin-bottom: -676px;
}

@media (min-width: 768px) and (max-width: 1439.98px) {
  .bent-text {
    margin-bottom: -632px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .bent-text {
    margin-top: -377px;
  }
}

@media (min-width: 414px) and (max-width: 767.98px) {
  .bent-text {
    margin-top: -485px;
    margin-bottom: -568px;
  }
}

@media (max-width: 413.98px) {
  .bent-text {
    margin-top: -610px;
    margin-bottom: -533px;
  }
}

.bent-text svg {
  width: 100%;
}

.cloud {
  position: absolute;
  z-index: 23;
  top: 0;
  left: 0;
}

#cloud-1 {
  left: 261px;
  top: -100px;
  -webkit-animation: cloud 4s ease-in-out infinite alternate;
  animation: cloud 4s ease-in-out infinite alternate;
  z-index: 200;
}

#cloud-2 {
  top: 200px;
  left: 300px;
  -webkit-animation: cloud 5s ease-in-out infinite alternate;
  animation: cloud 5s ease-in-out infinite alternate;
}

#cloud-3 {
  top: 449px;
  left: -100px;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-animation: cloud 4s ease-in-out infinite alternate;
  animation: cloud 4s ease-in-out infinite alternate;
}

#cloud-4 {
  top: 738px;
  left: 307px;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-animation: cloud 3.5s ease-in-out infinite alternate;
  animation: cloud 3.5s ease-in-out infinite alternate;
}

#cloud-5 {
  top: 615px;
  left: 450px;
  -webkit-animation: cloud 6s ease-in-out infinite alternate;
  animation: cloud 6s ease-in-out infinite alternate;
}

.svg-wrapper {
  position: absolute;
  left: 0;
  top: -48px;
  z-index: 100;
  height: 1500px;
  width: 1500px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.moon {
  display: none;
  -webkit-transform: scale(0.8) rotate(120deg);
  -ms-transform: scale(0.8) rotate(120deg);
  transform: scale(0.8) rotate(120deg);
  position: relative;
  top: 540px;
  left: 1054px;
  -webkit-animation: moon-movement 4s ease-in-out infinite alternate;
  animation: moon-movement 4s ease-in-out infinite alternate;
}

.sun {
  display: none;
  left: 226px;
  position: absolute;
  top: 945px;
  -webkit-transform: rotate(240deg) scale(1.2);
  -ms-transform: rotate(240deg) scale(1.2);
  transform: rotate(240deg) scale(1.2);
  -webkit-animation: sun-rotate 4s ease-in-out infinite alternate;
  animation: sun-rotate 4s ease-in-out infinite alternate;
}

.background-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  display: none;
}

.hero-section__background {
  visibility: hidden;
  fill: #f7daa5;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.bird-wrapper {
  position: absolute;
  top: 125px;
  height: 700px;
  left: 75px;
}

.bird-first {
  position: relative;
  top: 254px;
  left: 427px;
  -webkit-animation: up-reverse 1.5s ease-in-out infinite alternate;
  animation: up-reverse 1.5s ease-in-out infinite alternate;
}

.bird-second {
  position: relative;
  -webkit-animation: going-up 2.5s ease-in-out infinite alternate;
  animation: going-up 2.5s ease-in-out infinite alternate;
}

.bird-third {
  position: relative;
  left: 90px;
  -webkit-animation: going-up 2s ease-in-out infinite alternate;
  animation: going-up 2s ease-in-out infinite alternate;
}

.birds-sun {
  position: absolute;
  top: 252px;
  left: -126px;
  -webkit-animation: up-reverse 4s ease-in-out infinite alternate;
  animation: up-reverse 4s ease-in-out infinite alternate;
}

.mobile-circle {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}

.mobile-circle rect {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

@media (min-width: 1024px) {
  .mobile-circle {
    display: none;
  }
}

.mobile-clouds {
  position: absolute;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .mobile-clouds {
    display: none;
  }
}

.mobile-cloud-1 {
  position: absolute;
  top: -107px;
  left: 12%;
  -webkit-animation: cloud 2s ease-in-out infinite alternate;
  animation: cloud 2s ease-in-out infinite alternate;
}

@media (min-width: 1024px) {
  .mobile-cloud-1 {
    display: none;
  }
}

.mobile-cloud-2 {
  position: absolute;
  top: 209px;
  right: -202px;
  -webkit-animation: cloud 3s ease-in-out infinite alternate;
  animation: cloud 3s ease-in-out infinite alternate;
}

@media (min-width: 1024px) {
  .mobile-cloud-2 {
    display: none;
  }
}

.mobile-cloud-3 {
  position: absolute;
  top: 200px;
  left: -177px;
  -webkit-animation: cloud 2.5s ease-in-out infinite alternate;
  animation: cloud 2.5s ease-in-out infinite alternate;
}

@media (min-width: 1024px) {
  .mobile-cloud-3 {
    display: none;
  }
}

.svg__mobile-wrapper {
  position: absolute;
  width: 100vw;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  height: 1000px;
  width: 1000px;
}

.svg__mobile-wrapper .bird-wrapper {
  position: relative;
  top: -180px;
  height: 700px;
  left: 0;
}

.svg__mobile-wrapper .bird-wrapper .mobile-first {
  position: relative;
  top: 214px;
  left: 64vw;
  -webkit-animation: up-reverse 1.5s ease-in-out infinite alternate;
  animation: up-reverse 1.5s ease-in-out infinite alternate;
}

.svg__mobile-wrapper .bird-wrapper .mobile-second {
  position: relative;
  top: 378px;
  left: 58vw;
  -webkit-animation: going-up 2.5s ease-in-out infinite alternate;
  animation: going-up 2.5s ease-in-out infinite alternate;
}

.svg__mobile-wrapper .bird-wrapper .birds-sun {
  position: absolute;
  top: 252px;
  left: -126px;
  -webkit-animation: up-reverse 4s ease-in-out infinite alternate;
  animation: up-reverse 4s ease-in-out infinite alternate;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .svg__mobile-wrapper .bird-wrapper .birds-sun {
    left: 10px;
  }
}

.svg__mobile-wrapper .sun-mobile {
  display: none;
  position: absolute;
  -webkit-transform: scale(0.8) rotate(240deg);
  -ms-transform: scale(0.8) rotate(240deg);
  transform: scale(0.8) rotate(240deg);
  left: 185px;
  top: 775px;
  -webkit-animation: sun-mobile 3s ease-in-out infinite alternate;
  animation: sun-mobile 3s ease-in-out infinite alternate;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .svg__mobile-wrapper .sun-mobile {
    left: 78px;
    top: 667px;
  }
}

.svg__mobile-wrapper .moon-mobile {
  -webkit-transform: scale(0.6) rotate(120deg);
  -ms-transform: scale(0.6) rotate(120deg);
  transform: scale(0.6) rotate(120deg);
  display: none;
  position: absolute;
  top: 18px;
  left: 764px;
  -webkit-animation: moon-mobile 3s ease-in-out infinite alternate;
  animation: moon-mobile 3s ease-in-out infinite alternate;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .svg__mobile-wrapper .moon-mobile {
    top: 116px;
    left: 715px;
  }
}

@media (min-width: 1024px) {
  .svg__mobile-wrapper {
    display: none;
  }
}

@-webkit-keyframes moon-mobile {
  to {
    -webkit-transform: translate(14px, 10px) scale(0.6) rotate(120deg);
    transform: translate(14px, 10px) scale(0.6) rotate(120deg);
  }
}

@keyframes moon-mobile {
  to {
    -webkit-transform: translate(14px, 10px) scale(0.6) rotate(120deg);
    transform: translate(14px, 10px) scale(0.6) rotate(120deg);
  }
}

@-webkit-keyframes sun-mobile {
  0% {
    -webkit-transform: translate(-14px, 10px) rotate(240deg) scale(0.8);
    transform: translate(-14px, 10px) rotate(240deg) scale(0.8);
  }
  33% {
    -webkit-transform: translate(0, 0) rotate(237deg) scale(0.8);
    transform: translate(0, 0) rotate(237deg) scale(0.8);
  }
  66% {
    -webkit-transform: translate(0, 0) rotate(240deg) scale(0.8);
    transform: translate(0, 0) rotate(240deg) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-14px, 10px) rotate(237deg) scale(0.8);
    transform: translate(-14px, 10px) rotate(237deg) scale(0.8);
  }
}

@keyframes sun-mobile {
  0% {
    -webkit-transform: translate(-14px, 10px) rotate(240deg) scale(0.8);
    transform: translate(-14px, 10px) rotate(240deg) scale(0.8);
  }
  33% {
    -webkit-transform: translate(0, 0) rotate(237deg) scale(0.8);
    transform: translate(0, 0) rotate(237deg) scale(0.8);
  }
  66% {
    -webkit-transform: translate(0, 0) rotate(240deg) scale(0.8);
    transform: translate(0, 0) rotate(240deg) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-14px, 10px) rotate(237deg) scale(0.8);
    transform: translate(-14px, 10px) rotate(237deg) scale(0.8);
  }
}

@-webkit-keyframes cloud {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes cloud {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@-webkit-keyframes moon-movement {
  100% {
    -webkit-transform: translate(14px, 10px) scale(0.8) rotate(120deg);
    transform: translate(14px, 10px) scale(0.8) rotate(120deg);
  }
}

@keyframes moon-movement {
  100% {
    -webkit-transform: translate(14px, 10px) scale(0.8) rotate(120deg);
    transform: translate(14px, 10px) scale(0.8) rotate(120deg);
  }
}

@-webkit-keyframes sun-rotate {
  0% {
    -webkit-transform: translate(-14px, 10px) rotate(240deg) scale(1.2);
    transform: translate(-14px, 10px) rotate(240deg) scale(1.2);
  }
  33% {
    -webkit-transform: translate(0, 0) rotate(237deg) scale(1.2);
    transform: translate(0, 0) rotate(237deg) scale(1.2);
  }
  66% {
    -webkit-transform: translate(0, 0) rotate(240deg) scale(1.2);
    transform: translate(0, 0) rotate(240deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-14px, 10px) rotate(237deg) scale(1.2);
    transform: translate(-14px, 10px) rotate(237deg) scale(1.2);
  }
}

@keyframes sun-rotate {
  0% {
    -webkit-transform: translate(-14px, 10px) rotate(240deg) scale(1.2);
    transform: translate(-14px, 10px) rotate(240deg) scale(1.2);
  }
  33% {
    -webkit-transform: translate(0, 0) rotate(237deg) scale(1.2);
    transform: translate(0, 0) rotate(237deg) scale(1.2);
  }
  66% {
    -webkit-transform: translate(0, 0) rotate(240deg) scale(1.2);
    transform: translate(0, 0) rotate(240deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-14px, 10px) rotate(237deg) scale(1.2);
    transform: translate(-14px, 10px) rotate(237deg) scale(1.2);
  }
}

@-webkit-keyframes up-reverse {
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes up-reverse {
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes going-up {
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes going-up {
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.template-product .blog-posts,
.template-product .video-slider {
  background-color: #fffae7;
}

.template-product .blog-posts {
  border-bottom: 2px solid #1f1b13;
}

.template-product .faq {
  background-color: #e5e1d2;
}

.main-product {
  padding-top: 48px;
  background: #fffae7;
}

.main-product .main-product__wrapper .main-product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__row:first-child {
    border-bottom: 2px solid #1f1b13;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-product .main-product__wrapper .main-product__special {
  position: absolute;
  background: #1f1b13;
  color: #fffae7;
  padding: 4px 12px;
  text-transform: uppercase;
  top: 0;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__special {
    right: 0;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__special {
    left: 0;
  }
}

.main-product .main-product__wrapper .main-product__image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-product
  .main-product__wrapper
  .main-product__image
  .main-product__image-wrapper {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-product
  .main-product__wrapper
  .main-product__image
  .main-product__image-wrapper
  .circle__first {
  position: absolute;
  z-index: 2;
  bottom: 120px;
  margin-left: 157px;
  -webkit-transform: scale(0.8) rotate(11deg);
  -ms-transform: scale(0.8) rotate(11deg);
  transform: scale(0.8) rotate(11deg);
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__image
    .main-product__image-wrapper
    .circle__first {
    -webkit-transform: scale(0.587) rotate(11deg);
    -ms-transform: scale(0.587) rotate(11deg);
    transform: scale(0.587) rotate(11deg);
    bottom: 62px;
    margin-left: 82px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__image
  .main-product__image-wrapper
  .circle__second {
  position: absolute;
  bottom: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 2;
  margin-left: 3px;
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__image
    .main-product__image-wrapper
    .circle__second {
    -webkit-transform: scale(0.587);
    -ms-transform: scale(0.587);
    transform: scale(0.587);
    bottom: -47px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__image
  .main-product__image-wrapper
  .circle__third {
  position: absolute;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  bottom: 7px;
  z-index: 0;
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__image
    .main-product__image-wrapper
    .circle__third {
    -webkit-transform: scale(0.587);
    -ms-transform: scale(0.587);
    transform: scale(0.587);
    bottom: -42px;
  }
}

.main-product .main-product__wrapper .main-product__image img {
  max-width: 300px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__image img {
    width: 217px;
  }
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__image {
    padding: 0 48px 48px 0;
    max-height: 445px;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__image {
    width: 100%;
  }
}

.main-product .main-product__wrapper .main-product__actions {
  width: 50%;
}

.main-product .main-product__wrapper .main-product__actions .product__title {
  font-family: "Milanesaserif bold" !important;
  margin-bottom: unset;
  letter-spacing: 0 !important;
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__actions .product__title {
    margin-top: 16px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__actions
    .main-product__rating-mobile {
    margin: 12px 0 19px 6px;
  }
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__actions
    .main-product__rating-mobile {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__actions
    .main-product__rating-desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__actions {
    padding: 0 0 141px 47px;
    border-left: 2px solid #1f1b13;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__actions {
    width: 100%;
  }
}

.main-product .main-product__wrapper .main-product__quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__quantity-wrapper {
    max-width: 135px;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__quantity-wrapper {
    width: 47%;
  }

  .main-product
    .main-product__wrapper
    .main-product__quantity-wrapper
    .custom-price {
    margin-bottom: 13px;
  }
}

@media (max-width: 413.98px) {
  .main-product .main-product__wrapper .main-product__quantity-wrapper {
    width: 100%;
    max-width: 135px;
  }
}

.main-product .main-product__wrapper .main-product__add {
  width: 100%;
}

.main-product .main-product__wrapper .main-product__add .product-form {
  margin: unset;
}

.main-product
  .main-product__wrapper
  .main-product__add
  .product-form
  .product-form__submit {
  margin-bottom: unset;
  padding: 14px 24px !important;
}

.main-product
  .main-product__wrapper
  .main-product__add
  .product-form
  .product-form__submit
  span {
  /* font-family: "Milanesaserif bold" !important; */
}

/* @media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__add
    .product-form
    .product-form__submit {
    padding: 14px 22px !important;
    max-width: 154px;
  }
}
 */
@media (max-width: 413.98px) {
  .main-product
    .main-product__wrapper
    .main-product__add
    .product-form
    .product-form__submit {
    width: 100%;
    max-width: 100%;
  }
}

.main-product
  .main-product__wrapper
  .main-product__add
  .product-form
  .product-form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* @media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__add .product-form {
    margin: 56px 0 0 0 !important;
  }
}
 */
@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__add .product-form {
    width: 100%;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__add {
    width: 53%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 413.98px) {
  .main-product .main-product__wrapper .main-product__add {
    width: 100%;
    max-width: calc(100% - 135px);
  }
}

.main-product .main-product__wrapper .main-product__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-product .main-product__wrapper .main-product__quantity .quantity__input {
  background: #fffae7;
  opacity: unset;
  font-size: 20px !important;
  line-height: 24px !important;
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__quantity
    .quantity__input {
    border-top: 1px solid #1f1b13;
    border-bottom: 1px solid #1f1b13;
  }
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__quantity {
    max-width: 135px;
    margin-top: 16px;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__quantity {
    border-top: 2px solid #1f1b13;
    border-bottom: 2px solid #1f1b13;
    border-left: 2px solid #1f1b13;
    border-right: 2px solid #1f1b13;
    max-width: 135px;
  }

  .main-product
    .main-product__wrapper
    .main-product__quantity
    .custom-quantity:first-child {
    border: unset;
    border-right: 2px solid #1f1b13;
  }

  .main-product
    .main-product__wrapper
    .main-product__quantity
    .custom-quantity:last-child {
    border: unset;
    border-left: 2px solid #1f1b13;
  }
}

@media (max-width: 1023.98px) and (max-width: 413.98px) {
  .main-product .main-product__wrapper .main-product__quantity {
    border-right: none;
  }
}

.main-product .main-product__wrapper .main-product__variant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__variant {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
  }
}

.main-product .main-product__wrapper .main-product__variant-button {
  margin: unset;
  border-radius: unset;
  background-color: #fffae7;
  padding: 7px 0 !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1f1b13;
  width: 71px;
  letter-spacing: 0;
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__variant-button {
    font-size: 16px;
    line-height: 20px;
    padding: 9px 0 !important;
  }
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__variant-button {
    width: 64px;
  }
}

.main-product
  .main-product__wrapper
  .product-form__input
  input[type="radio"]:checked
  + label {
  background: #e5e1d2 !important;
  color: #1f1b13;
}

.main-product .main-product__wrapper .product-form__input {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: unset !important;
}

.main-product
  .main-product__wrapper
  .product-form__input
  label:not(:first-of-type) {
  margin-left: -1px;
}

.main-product .main-product__wrapper .price {
  font-size: 20px !important;
  letter-spacing: 0 !important;
  line-height: 24px !important;
  color: #1f1b13 !important;
  margin-bottom: 16px !important;
}

.main-product .main-product__wrapper .price .price__sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .price .price__sale {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .main-product .main-product__wrapper .price .price__sale .price__sale-money {
    text-align: end;
  }

  .main-product
    .main-product__wrapper
    .price
    .price__sale
    .price__sale-money
    .price-item {
    margin: unset;
  }
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .price .price-item {
    margin-right: 16px !important;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .price .price-item__regular {
    font-weight: 600 !important;
  }

  .main-product .main-product__wrapper .price .price-item--last {
    font-weight: 600 !important;
  }
}

.main-product .main-product__wrapper .main-product__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: unset;
}

/* @media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__button-wrapper {
    max-width: 336px;
  }
} */

.main-product .main-product__wrapper .main-product__dosage p {
  margin: unset;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__dosage-title {
  font-family: "Gopher bold" !important;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__dosage-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__dosage-title {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 20px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__label {
  margin-bottom: 16px;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__label {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__label {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__body-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__body-input
  .main-product__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__body-input
  .main-product__input-wrapper
  input::-webkit-inner-spin-button,
.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__body-input
  .main-product__input-wrapper
  input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__body-input
  .main-product__input-wrapper
  input[type="number"] {
  -moz-appearance: textfield;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__body-input
  .main-product__input-wrapper
  .main-product__weight-input {
  background: 0 0;
  border: 1px solid #1f1b13;
  font-family: Gopher;
  text-align: center;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__input-calculation
    .main-product__body-input
    .main-product__input-wrapper
    .main-product__weight-input {
    padding: 15px 0;
    width: 72px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__input-calculation
    .main-product__body-input
    .main-product__input-wrapper
    .main-product__weight-input {
    font-size: 16px;
    line-height: 20px;
    padding: 9px 0;
    width: 68px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__body-input
  .main-product__input-wrapper
  p {
  margin-left: 16px;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__dosage-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__dosage-input
  .main-product__dosage-button-wrapper {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__dosage-input
  .main-product__dosage-button-wrapper
  .main-product__radio-wrapper {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__dosage-input
  .main-product__dosage-button-wrapper
  .main-product__radio-wrapper:hover
  label {
  background: rgba(0, 0, 0, 0.2);
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__dosage-input
  .main-product__dosage-button-wrapper
  .main-product__radio-wrapper:nth-child(2)
  label {
  border-left: unset;
  border-right: unset;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__dosage-input
  .main-product__dosage-button-wrapper
  label {
  position: relative;
  border: 1px solid #1f1b13;
  cursor: pointer;
  z-index: 90;
  font-size: 16px;
  line-height: 24px;
  font-family: "Milanesaserif bold";
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__input-calculation
    .main-product__dosage-input
    .main-product__dosage-button-wrapper
    label {
    padding: 15px 20px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__input-calculation
    .main-product__dosage-input
    .main-product__dosage-button-wrapper
    label {
    padding: 15px 22px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__dosage-input
  .main-product__dosage-button-wrapper
  input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__dosage-input
  .main-product__dosage-button-wrapper
  input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__input-calculation
  .main-product__dosage-input
  .main-product__dosage-button-wrapper
  input[type="radio"]:checked
  + label {
  background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__input-calculation
    .main-product__dosage-input {
    margin-top: 24px;
  }
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__input-calculation {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__input-calculation {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__recommended
  #sliderText {
  font-family: "Milanesaserif bold";
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__recommended
    #sliderText {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__recommended
    #sliderText {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__recommended
  .main-product__slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: #1f1b13;
  outline: 0;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin: unset;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__recommended
  .main-product__slider:hover {
  opacity: 1;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__recommended
  .main-product__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 41 40' fill='none'%3E%3Cpath d='M4.26562 20C14.9323 22.9451 17.3206 25.3333 20.2656 36C23.2107 25.3333 25.599 22.9451 36.2656 20C25.599 17.0549 23.2107 14.6667 20.2656 4C17.3206 14.6667 14.9323 17.0549 4.26562 20Z' fill='%231F1B13' stroke='%231F1B13' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");
  cursor: pointer;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__recommended
  .main-product__slider::-moz-range-thumb {
  width: 32px;
  height: 32px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 41 40' fill='none'%3E%3Cpath d='M4.26562 20C14.9323 22.9451 17.3206 25.3333 20.2656 36C23.2107 25.3333 25.599 22.9451 36.2656 20C25.599 17.0549 23.2107 14.6667 20.2656 4C17.3206 14.6667 14.9323 17.0549 4.26562 20Z' fill='%231F1B13' stroke='%231F1B13' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");
  cursor: pointer;
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__recommended
  .main-product__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__recommended
    .main-product__range {
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__recommended
    .main-product__range {
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
  }
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__recommended {
    margin-top: 46px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__recommended {
    margin-top: 24px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__dosage
  .main-product__output
  span {
  font-family: "Milanesaserif bold";
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__output {
    font-size: 20px;
    line-height: 24px;
    margin-top: 47px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__dosage
    .main-product__output {
    margin-top: 24px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__dosage {
    padding: 48px 48px 100px 0;
    width: 50%;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__dosage {
    width: 100%;
    padding: 25px 0 64px 0;
  }
}

.main-product
  .main-product__wrapper
  .main-product__information
  .main-product__details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-product
  .main-product__wrapper
  .main-product__information
  .main-product__details-wrapper
  .main-product__details-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-product
  .main-product__wrapper
  .main-product__information
  .main-product__details-wrapper
  .main-product__details-menu
  .main-product__details {
  color: #1f1b13;
  text-transform: uppercase;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__information
    .main-product__details-wrapper
    .main-product__details-menu
    .main-product__details {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__information
    .main-product__details-wrapper
    .main-product__details-menu.main-product__mobile-hidden {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__information
    .main-product__details-wrapper
    .main-product__details-menu {
    margin-top: 32px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__information
  .main-product__details-wrapper
  .main-product__details-answers {
  margin-top: 40px;
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__information
    .main-product__details-wrapper
    .main-product__details-answers.main-product__mobile-hidden {
    display: none !important;
  }
}

.main-product
  .main-product__wrapper
  .main-product__information
  .main-product__details-wrapper
  .main-product__details-answer {
  margin: unset;
  font-size: 16px !important;
  line-height: 20px !important;
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__information
    .main-product__details-wrapper
    .main-product__details-answer {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}

@media (min-width: 1024px) {
  .main-product .main-product__wrapper .main-product__information {
    border-left: 2px solid #1f1b13;
    width: 50%;
    padding: 48px 0 100px 48px;
    overflow: hidden;
  }
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__information {
    padding-bottom: 40px;
  }

  .main-product .main-product__wrapper .main-product__information::before {
    content: "";
    width: 100%;
    position: absolute;
    border-top: 2px solid #1f1b13;
    left: 0;
  }
}

.main-product .main-product__wrapper .main-product__mobile-wrapper {
  margin-top: 32px;
}

.main-product
  .main-product__wrapper
  .main-product__mobile-wrapper
  .main-product__mobile {
  margin-bottom: 28px;
}

.main-product
  .main-product__wrapper
  .main-product__mobile-wrapper
  .main-product__mobile-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
}

.main-product
  .main-product__wrapper
  .main-product__mobile-wrapper
  .main-product__mobile-question
  svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 12px;
}

.main-product
  .main-product__wrapper
  .main-product__mobile-wrapper
  .main-product__mobile-question
  svg
  path {
  stroke: #1f1b13;
}

.main-product
  .main-product__wrapper
  .main-product__mobile-wrapper
  .main-product__mobile-answer {
  margin-top: 12px;
}

.main-product
  .main-product__wrapper
  .main-product__mobile-wrapper
  details[open]
  .main-product__mobile-question {
  text-decoration: underline;
}

.main-product
  .main-product__wrapper
  .main-product__mobile-wrapper
  details[open]
  svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__mobile-wrapper.main-product__desktop-hidden {
    display: none !important;
  }
}

.main-product .main-product__wrapper .main-product__questions {
  margin-top: 56px;
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__questions {
    width: 100%;
    padding-left: unset;
  }
}

.main-product .main-product__wrapper .main-product__questions details {
  margin-bottom: 40px;
}

@media (max-width: 1023.98px) {
  .main-product .main-product__wrapper .main-product__questions details {
    margin-bottom: 24px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__questions
  details
  .main-product__question {
  position: relative;
  margin: unset;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 73px;
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__questions
    details
    .main-product__question {
    padding-left: unset;
    font-size: 16px;
  }
}

.main-product
  .main-product__wrapper
  .main-product__questions
  details
  .main-product__answer {
  margin: unset;
  padding-left: 73px;
}

.main-product
  .main-product__wrapper
  .main-product__questions
  details
  .main-product__answer
  p {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .main-product
    .main-product__wrapper
    .main-product__questions
    details
    .main-product__answer {
    line-height: 20px !important;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__questions
    details
    .main-product__answer {
    padding-left: unset;
    padding-right: 32px;
    padding-top: 5px;
  }
}

.main-product .main-product__wrapper .main-product__question-wrapper {
  position: relative;
}

.main-product
  .main-product__wrapper
  .main-product__question-wrapper
  .main-product__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-product
  .main-product__wrapper
  .main-product__question-wrapper
  .main-product__star::after {
  position: absolute;
  left: 28px;
  content: "";
  width: 2000px;
  border-bottom: 2px solid #1f1b13;
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__question-wrapper
    .main-product__star::after {
    right: 28px;
    left: unset;
  }
}

@media (max-width: 1023.98px) {
  .main-product
    .main-product__wrapper
    .main-product__question-wrapper
    .main-product__star {
    width: 100%;
    height: 24px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.main-product .main-product__wrapper details[open] path {
  fill: #1f1b13;
}

.upsell-bundles {
  background: #e5e1d2;
  padding-top: 148px;
  padding-bottom: 144px;
}

@media (max-width: 1023.98px) {
  .upsell-bundles {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}

.upsell-bundles .upsell-bundles__wrapper .upsell-bundles__heading {
  font-family: "Milanesaserif light" !important;
  margin: 0 0 48px 0;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upsell-bundles .upsell-bundles__wrapper .upsell-bundles__heading span {
  font-family: "Milanesaserif bold" !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upsell-bundles .upsell-bundles__wrapper .upsell-bundles__heading div {
  font-size: 43px;
  line-height: 56px;
}

@media (min-width: 1024px) {
  .upsell-bundles .upsell-bundles__wrapper .upsell-bundles__heading span {
    margin-left: 41px;
  }
}

@media (max-width: 1023.98px) {
  .upsell-bundles .upsell-bundles__wrapper .upsell-bundles__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px 0;
  }

  .upsell-bundles .upsell-bundles__wrapper .upsell-bundles__heading div {
    font-size: 23px;
    line-height: 27px;
  }
}

.upsell-bundles .upsell-bundles__wrapper .upsell-bundles__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__suggestion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__suggestion-wrapper
  .upsell-bundles__suggestion {
  max-width: 200px;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__suggestion-wrapper
  .upsell-bundles__suggestion
  .upsell-bundles__image-wrapper {
  background: #fffae7;
  border-radius: 120px;
  width: 200px;
  height: 300px;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__suggestion-wrapper
    .upsell-bundles__suggestion
    .upsell-bundles__image-wrapper {
    width: 132px;
    height: 192px;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__suggestion-wrapper
  .upsell-bundles__suggestion
  .upsell-bundles__image {
  width: 100%;
  height: 100%;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__suggestion-wrapper
  .upsell-bundles__suggestion
  .upsell-bundles__image
  img {
  padding: 14px 14px 0 14px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__suggestion-wrapper
    .upsell-bundles__suggestion.upsell-bundles__suggestion--1 {
    margin-right: 12px;
  }
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__suggestion-wrapper
    .upsell-bundles__suggestion {
    max-width: 132px;
  }
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__suggestion-wrapper {
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
  }
}

@media (max-width: 413.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__suggestion-wrapper {
    padding: 0 16px;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__name {
  margin: unset;
  margin-top: 16px;
  letter-spacing: 0;
  /* font-family: "Milanesaserif bold" !important; */
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__name {
    margin-top: -11px;
    width: 92%;
  }

  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__name
    .desktop-hidden {
    display: block !important;
    font-size: 8px !important;
    line-height: 12px !important;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__name
  p {
  font-size: 16px;
  line-height: 24px;
  font-family: Gopher;
  margin: 8px 0;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__name
    p {
    line-height: 20px;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current {
  width: 207px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__current-image-wrapper {
  width: 154px;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__current-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 413.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__current-image-wrapper {
    padding: 0 16px;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__image {
  width: 154px;
  position: relative;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__image
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__image
  .circle__first {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 65px;
  left: 100px;
  -webkit-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  transform: rotate(12deg);
  z-index: 2;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__image
    .circle__first {
    display: none;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__image
  .circle__second {
  width: 205px;
  position: absolute;
  margin-left: -22px;
  height: 124px;
  bottom: 24px;
  z-index: 0;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__image
    .circle__second {
    display: none;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__image
  .circle__third {
  width: 205px;
  position: absolute;
  margin-left: -24px;
  height: 124px;
  bottom: 29px;
  z-index: 0;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__image
    .circle__third {
    display: none;
  }
}

@media (min-width: 1024px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__image {
    height: 224px;
  }
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__image {
    width: 46%;
    max-width: 133px;
    padding-right: 5px;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__name {
  margin-left: 16px;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__name {
    margin-left: 23px;
    width: 54%;
    max-width: 122px;
  }
}

@media (max-width: 1023.98px) and (min-width: 1024px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__name
    .desktop-hidden {
    display: none !important;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__circle {
  position: relative;
  width: 100%;
  margin-top: -47px;
  z-index: 0;
  margin-bottom: -43px;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__circle
  .circle {
  width: 100%;
}

@media (min-width: 1024px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__circle {
    display: none;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__circle-plus {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 26px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__current
  .upsell-bundles__circle-plus
  svg {
  width: 40px;
  height: 40px;
}

@media (min-width: 1024px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current
    .upsell-bundles__circle-plus {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__current {
    width: 100%;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__plus-first {
  position: relative;
}

@media (min-width: 1024px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__plus-first {
    margin-right: -8px;
    margin-top: 82px;
  }
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__plus-first {
    display: none;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__items
  .upsell-bundles__plus-second {
  position: relative;
  margin-left: 46px;
  margin-right: 46px;
  margin-top: 160px;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items
    .upsell-bundles__plus-second {
    display: none;
  }
}

@media (min-width: 1024px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items {
    margin-left: 4px;
  }
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__actions
  .upsell-bundles__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__actions
  .upsell-bundles__links
  .upsell-bundles__link {
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: "Gopher bold" !important;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__actions
  .upsell-bundles__links
  .upsell-bundles__link.upsell-bundles__link--current {
  text-decoration: none;
  font-weight: 300;
  font-family: Gopher !important;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__actions
  .upsell-bundles__links
  .upsell-bundles__link.upsell-bundles__link--current
  a {
  margin-right: 22px;
  font-weight: 600;
  text-decoration: underline;
  font-family: "Gopher bold" !important;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__actions
    .upsell-bundles__links {
    display: none;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__actions
  .upsell-bundles__cart
  .upsell-bundles__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px !important;
  line-height: 40px !important;
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__actions
  .upsell-bundles__cart
  .upsell-bundles__price
  .upsell-bundles__old {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: line-through;
}

@media (max-width: 1023.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__actions
    .upsell-bundles__cart
    .upsell-bundles__price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 16px 0 32px 0;
    margin: unset;
    border-top: 1px solid #1f1b13;
  }
}

.upsell-bundles
  .upsell-bundles__wrapper
  .upsell-bundles__content
  .upsell-bundles__actions
  .upsell-bundles__cart
  .upsell-bundles__add
  .upsell-bundles__add-to-cart {
  letter-spacing: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (min-width: 1024px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__actions
    .upsell-bundles__cart {
    max-width: 300px;
  }
}

@media (max-width: 413.98px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__actions
    .upsell-bundles__cart {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1024px) {
  .upsell-bundles
    .upsell-bundles__wrapper
    .upsell-bundles__content
    .upsell-bundles__actions {
    margin-left: 70px;
  }
}

@media (max-width: 1023.98px) {
  .upsell-bundles .upsell-bundles__wrapper .upsell-bundles__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 413.98px) {
  .upsell-bundles .upsell-bundles__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.influencer-cards {
  background: #e5e1d2;
  padding-top: 144px;
  padding-bottom: 144px;
}

@media (max-width: 767.98px) {
  .influencer-cards {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media (max-width: 767.98px) {
  .influencer-cards .influencer-cards__wrapper {
    padding: unset !important;
  }
}

.influencer-cards .influencer-cards__heading svg {
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

@media (max-width: 767.98px) {
  .influencer-cards .influencer-cards__heading {
    padding: 0 32px;
  }
}

@media (max-width: 413.98px) {
  .influencer-cards .influencer-cards__heading {
    padding: 0 16px;
  }
}

.influencer-cards .influencer-cards__content-wrapper {
  padding: 24px 0;
  overflow: hidden;
  margin-top: -22px;
  padding-left: 15px;
  padding-right: 15px;
}

.influencer-cards
  .influencer-cards__content-wrapper
  .influencer-cards__content {
  overflow: visible;
}

.influencer-cards
  .influencer-cards__content-wrapper
  .influencer-cards__content
  .slick-list {
  overflow: visible;
}

.influencer-cards
  .influencer-cards__content-wrapper
  .influencer-cards__content
  .slick-track {
  overflow: visible;
}

@media (min-width: 768px) {
  .influencer-cards .influencer-cards__content-wrapper {
    margin-top: -72px;
  }
}

.influencer-cards .influencer-cards__item {
  width: 245px;
  border: 2px solid #1f1b13;
  padding: 12px 12px 16px;
  background: #fffae7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.influencer-cards
  .influencer-cards__item:hover
  .influencer-cards__video-thumbnail {
  z-index: 0;
}

.influencer-cards
  .influencer-cards__item:hover
  .influencer-cards__video-thumbnail
  svg {
  z-index: 0;
}

@media (max-width: 767.98px) {
  .influencer-cards
    .influencer-cards__item.slick-current
    .influencer-cards__video-thumbnail {
    z-index: 0;
  }

  .influencer-cards
    .influencer-cards__item.slick-current
    .influencer-cards__video-thumbnail
    svg {
    z-index: 0;
  }
}

.influencer-cards .influencer-cards__item .influencer-cards__video-thumbnail {
  z-index: 3;
}

.influencer-cards .influencer-cards__item .influencer-cards__title {
  margin: unset;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px !important;
  font-family: Gopher, sans-serif !important;
}

.influencer-cards .influencer-cards__item .influencer-cards__description {
  margin: unset;
  font-size: 12px !important;
  line-height: 16px !important;
}

.influencer-cards .influencer-cards__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.influencer-cards .influencer-cards__item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 768px) {
  .influencer-cards .influencer-cards__item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 767.98px) {
  .influencer-cards .influencer-cards__item.slick-current {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.influencer-cards .influencer-cards__swipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1440px) {
  .influencer-cards .influencer-cards__swipe {
    margin-right: 15px;
  }
}

@media (max-width: 767.98px) {
  .influencer-cards .influencer-cards__swipe {
    margin-top: 24px;
  }

  .influencer-cards .influencer-cards__swipe span {
    margin: 0 16px;
  }
}

@media (min-width: 768px) {
  .influencer-cards .influencer-cards__swipe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.influencer-cards .influencer-cards__swipe .influencer-cards__left,
.influencer-cards .influencer-cards__swipe .influencer-cards__right {
  cursor: pointer;
}

.influencer-cards .influencer-cards__swipe .influencer-cards__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .influencer-cards .influencer-cards__swipe .influencer-cards__left {
    padding: 10px 22px;
    border: 2px solid #1f1b13;
    border-right: 1px solid #1f1b13;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .influencer-cards .influencer-cards__swipe .influencer-cards__left:hover {
    background: #1f1b13;
  }

  .influencer-cards
    .influencer-cards__swipe
    .influencer-cards__left:hover
    path {
    stroke: #e5e1d2;
  }
}

.influencer-cards .influencer-cards__swipe .influencer-cards__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .influencer-cards .influencer-cards__swipe .influencer-cards__right {
    padding: 10px 22px;
    border: 2px solid #1f1b13;
    border-left: 1px solid #1f1b13;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .influencer-cards .influencer-cards__swipe .influencer-cards__right:hover {
    background: #1f1b13;
  }

  .influencer-cards
    .influencer-cards__swipe
    .influencer-cards__right:hover
    path {
    stroke: #e5e1d2;
  }
}

.influencer-cards .influencer-cards__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 100%;
}

.influencer-cards .influencer-cards__video img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #fffae7;
  -o-object-fit: cover;
  object-fit: cover;
}

.influencer-cards .influencer-cards__video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .influencer-cards .influencer-cards__desktop-hidden {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .influencer-cards .influencer-cards__mobile-hidden {
    display: none !important;
  }
}

.influencers-pdp {
  background: #e5e1d2;
  padding-top: 144px;
  padding-bottom: 144px;
  border-bottom: 2px solid #1f1b13;
}

@media (max-width: 767.98px) {
  .influencers-pdp {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media (max-width: 767.98px) {
  .influencers-pdp .influencers-pdp__wrapper {
    padding: unset !important;
  }
}

.influencers-pdp .influencers-pdp__mobile-heading svg {
  height: 100%;
  width: 100%;
}

@media (max-width: 767.98px) {
  .influencers-pdp .influencers-pdp__mobile-heading {
    padding: 0 6px;
  }
}

@media (min-width: 768px) {
  .influencers-pdp .influencers-pdp__mobile-heading {
    display: none;
  }
}

.influencers-pdp .influencers-pdp__heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.influencers-pdp .influencers-pdp__heading-wrapper .influencers-pdp__heading {
  font-family: "Milanesaserif light" !important;
  font-size: 194px !important;
  line-height: 194px !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: unset;
  margin-bottom: unset;
}

.influencers-pdp
  .influencers-pdp__heading-wrapper
  .influencers-pdp__heading:first-child {
  margin-right: 80px;
  margin-left: -100px;
}

.influencers-pdp
  .influencers-pdp__heading-wrapper
  .influencers-pdp__heading
  .influencers-pdp__symbol {
  z-index: 0 !important;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .influencers-pdp .influencers-pdp__heading-wrapper .influencers-pdp__heading {
    font-size: 135px !important;
    line-height: 135px !important;
  }

  .influencers-pdp
    .influencers-pdp__heading-wrapper
    .influencers-pdp__heading:first-child {
    margin-right: 50px;
    margin-left: -30px;
  }
}

@media (max-width: 767.98px) {
  .influencers-pdp .influencers-pdp__heading-wrapper .influencers-pdp__heading {
    display: none;
  }
}

.influencers-pdp .influencers-pdp__content-wrapper {
  padding: 24px 0;
  overflow: hidden;
  margin-top: -46px;
  min-height: 368px;
}

.influencers-pdp .influencers-pdp__content-wrapper .influencers-pdp__content {
  overflow: visible;
}

.influencers-pdp
  .influencers-pdp__content-wrapper
  .influencers-pdp__content
  .slick-list {
  overflow: visible;
}

.influencers-pdp
  .influencers-pdp__content-wrapper
  .influencers-pdp__content
  .slick-list
  .slick-track {
  overflow: visible;
}

@media (max-width: 767.98px) {
  .influencers-pdp
    .influencers-pdp__content-wrapper
    .influencers-pdp__content
    .slick-list
    .slick-track {
    min-height: 380px;
  }
}

@media (min-width: 768px) {
  .influencers-pdp .influencers-pdp__content-wrapper {
    margin-top: -127px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .influencers-pdp .influencers-pdp__content-wrapper {
    margin-top: -108px;
  }
}

.influencers-pdp .influencers-pdp__item {
  width: 250px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  position: relative;
}

.influencers-pdp
  .influencers-pdp__item:hover
  .influencers-pdp__video-thumbnail {
  z-index: 0;
}

.influencers-pdp
  .influencers-pdp__item:hover
  .influencers-pdp__video-thumbnail
  svg {
  z-index: 0;
}

@media (max-width: 767.98px) {
  .influencers-pdp
    .influencers-pdp__item.slick-current
    .influencers-pdp__video-thumbnail {
    z-index: 0;
  }

  .influencers-pdp
    .influencers-pdp__item.slick-current
    .influencers-pdp__video-thumbnail
    svg {
    z-index: 0;
  }
}

.influencers-pdp .influencers-pdp__item .influencers-pdp__title {
  margin: unset;
  margin-top: 4px;
  margin-bottom: 8px;
  line-height: 20px;
  text-transform: uppercase;
  display: none;
  font-family: "Gopher bold" !important;
}

.influencers-pdp .influencers-pdp__item .influencers-pdp__description {
  margin: unset;
  font-size: 12px !important;
  line-height: 16px !important;
  display: none;
}

.influencers-pdp .influencers-pdp__item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border: 2px solid #1f1b13;
  -webkit-filter: unset;
  filter: unset;
  background: #fffae7;
  position: relative;
  z-index: 3;
}

.influencers-pdp .influencers-pdp__item:hover .influencers-pdp__title {
  display: block;
}

.influencers-pdp .influencers-pdp__item:hover .influencers-pdp__description {
  display: block;
}

@media (min-width: 768px) {
  .influencers-pdp .influencers-pdp__item {
    padding: 12px;
  }
}

@media (max-width: 767.98px) {
  .influencers-pdp .influencers-pdp__item {
    width: 184px;
    margin-top: 77px;
  }

  .influencers-pdp .influencers-pdp__item.slick-current {
    padding: 10px;
    border: 1px solid #1f1b13;
    -webkit-filter: unset;
    filter: unset;
    background: #fffae7;
    margin-top: unset;
    -webkit-transform: scale(1.56);
    -ms-transform: scale(1.56);
    transform: scale(1.56);
    margin-top: 63px;
    z-index: 50;
  }

  .influencers-pdp
    .influencers-pdp__item.slick-current
    .influencers-pdp__title {
    display: block;
    margin-left: 0;
    margin-right: 0;
    letter-spacing: 0;
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 10px !important;
    line-height: 20px !important;
  }

  .influencers-pdp
    .influencers-pdp__item.slick-current
    .influencers-pdp__description {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 8px !important;
    line-height: 10px !important;
  }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .influencers-pdp
    .influencers-pdp__item.slick-current
    .influencers-pdp__video {
    width: 163px;
    height: 163px;
  }
}

@media (max-width: 767.98px) {
  .influencers-pdp .influencers-pdp__item .influencers-pdp__title {
    margin-right: 12px;
    margin-left: 12px;
  }
}

@media (max-width: 767.98px) {
  .influencers-pdp .influencers-pdp__item .influencers-pdp__description {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
}

.influencers-pdp .influencers-pdp__swipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .influencers-pdp .influencers-pdp__swipe {
    margin-top: 24px;
  }

  .influencers-pdp .influencers-pdp__swipe span {
    margin: 0 16px;
  }
}

@media (min-width: 768px) {
  .influencers-pdp .influencers-pdp__swipe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.influencers-pdp .influencers-pdp__swipe .influencers-pdp__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .influencers-pdp .influencers-pdp__swipe .influencers-pdp__left {
    padding: 10px 22px;
    border: 2px solid #1f1b13;
    border-right: 1px solid #1f1b13;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .influencers-pdp .influencers-pdp__swipe .influencers-pdp__left:hover {
    background: #1f1b13;
  }

  .influencers-pdp .influencers-pdp__swipe .influencers-pdp__left:hover path {
    stroke: #e5e1d2;
  }
}

.influencers-pdp .influencers-pdp__swipe .influencers-pdp__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .influencers-pdp .influencers-pdp__swipe .influencers-pdp__right {
    padding: 10px 22px;
    border: 2px solid #1f1b13;
    border-left: 1px solid #1f1b13;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .influencers-pdp .influencers-pdp__swipe .influencers-pdp__right:hover {
    background: #1f1b13;
  }

  .influencers-pdp .influencers-pdp__swipe .influencers-pdp__right:hover path {
    stroke: #e5e1d2;
  }
}

.influencers-pdp .influencers-pdp__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 224px;
  height: 224px;
}

.influencers-pdp .influencers-pdp__video a {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.influencers-pdp .influencers-pdp__video img {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fffae7;
  -o-object-fit: cover;
  object-fit: cover;
}

.influencers-pdp .influencers-pdp__video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  .influencers-pdp .influencers-pdp__video {
    width: 184px;
    height: 184px;
  }
}

@media (min-width: 768px) {
  .influencers-pdp .influencers-pdp__desktop-hidden {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .influencers-pdp .influencers-pdp__mobile-hidden {
    display: none !important;
  }
}

.blog-page {
  background: #fffae7;
  padding-bottom: 144px;
}

.blog-page .blog-page__updates {
  text-transform: uppercase;
  margin-bottom: 48px;
  margin-top: 0;
  font-family: "Milanesaserif bold" !important;
}

@media (max-width: 767.98px) {
  .blog-page .blog-page__updates {
    font-size: 32px !important;
    line-height: 40px !important;
    padding: 26px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  .blog-page .blog-page__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.blog-page .blog-page__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-page .blog-page__read-more {
  margin-top: -8px;
  text-align: center;
  font-family: "Milanesaserif bold" !important;
  font-size: 16px;
  line-height: 32px;
  text-decoration: underline;
  text-underline-offset: 1px;
}

@media (max-width: 767.98px) {
  .blog-page {
    padding-bottom: 48px;
  }
}

.blog-article {
  position: relative;
  margin-bottom: 64px;
}

.blog-article.blog-article--wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px !important;
}

.blog-article.blog-article--wide::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b4afa3;
}

@media (max-width: 767.98px) {
  .blog-article.blog-article--wide .blog-article__image {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .blog-article.blog-article--wide .blog-article__image {
    width: 50%;
    padding-right: 24px;
    max-height: 100%;
    height: unset;
  }

  .blog-article.blog-article--wide .blog-article__image a {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .blog-article.blog-article--wide .blog-article__content {
    width: 100%;
    padding: 0 16px;
  }
}

@media (min-width: 768px) {
  .blog-article.blog-article--wide .blog-article__content {
    width: 50%;
  }
}

.blog-article.blog-article--wide .blog-article__read-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Milanesaserif bold" !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  margin-top: 52px;
  color: #1f1b13;
  text-decoration: unset;
}

.blog-article.blog-article--wide .blog-article__read-button svg {
  margin-left: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767.98px) {
  .blog-article.blog-article--wide .blog-article__read-button {
    margin-top: 32px;
  }
}

.blog-article.blog-article--wide .blog-article__read-button:hover svg {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.blog-article.blog-article--wide .blog-article__title {
  margin: 8px 0 16px 0;
}

@media (max-width: 767.98px) {
  .blog-article.blog-article--wide .blog-article__title {
    margin: 12px 0 12px 0;
  }
}

.blog-article.blog-article--wide .blog-article__time {
  margin-top: unset;
}

@media (max-width: 767.98px) {
  .blog-article.blog-article--wide .blog-article__time {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .blog-article.blog-article--wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 32px;
    margin-bottom: 32px !important;
  }
}

.blog-article .blog-article__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-article .blog-article__image a {
  width: 100%;
}

.blog-article .blog-article__image svg {
  height: 100%;
  width: 100%;
}

@media (max-width: 767.98px) {
  .blog-article .blog-article__image {
    min-height: 232px;
  }
}

@media (min-width: 768px) {
  .blog-article .blog-article__image {
    max-height: 268px;
    height: 21vw;
  }
}

.blog-article img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-article .blog-article__excerpt {
  margin: unset;
  word-break: break-all;
}

.blog-article .blog-article__time {
  font-size: 12px;
  line-height: 16px;
  color: #1f1b13;
  margin-top: 24px;
}

@media (max-width: 767.98px) {
  .blog-article .blog-article__time {
    margin-top: 20px;
  }
}

.blog-article .blog-article__read-button {
  font-family: "Milanesaserif bold" !important;
  text-underline-offset: 1px;
  color: #1f1b13;
  font-size: 16px;
  align-items: center;
  display: inline-flex;
  gap: 8px;
  line-height: 20px;
  margin-top: 36px;
  font-weight: 600;
  text-transform: initial;
}

.blog-article .blog-article__read-button:hover svg {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.blog-article .blog-article__read-button svg {
  margin-left: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog-article .blog-article__read-button.blog-article__read-button--different {
  text-transform: initial;
}

.blog-article .blog-article__title {
  margin: 8px 0 36px 0;
  font-family: "Milanesaserif bold" !important;
}

@media (max-width: 767.98px) {
  .blog-article .blog-article__title {
    margin: 12px 0 32px 0;
  }
}

@media (max-width: 767.98px) {
  .blog-article {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 16px;
  }
}

@media (min-width: 768px) {
  .blog-article {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
  }

  .blog-article:nth-child(3n + 3) {
    padding-left: 12px;
    padding-right: 12px;
  }

  .blog-article:nth-child(3n-1) {
    padding-right: 12px;
  }

  .blog-article:nth-child(3n + 1) {
    padding-left: 12px;
  }

  .blog-article:first-child {
    padding-left: unset;
  }
}

.article {
  background: #fffae7;
  padding-bottom: 144px;
  padding-top: 50px;
}

.article .article__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article .article__wrapper .article__content {
  width: 65%;
}

.article .article__wrapper .article__content .article__title {
  font-size: 32px !important;
  line-height: 40px !important;
  font-family: "Milanesaserif bold" !important;
  margin: 0 0 20px 0;
}

@media (max-width: 767.98px) {
  .article .article__wrapper .article__content .article__title {
    font-size: 26px !important;
    line-height: 26px !important;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
  }
}

.article .article__wrapper .article__content .article__image {
  width: 100%;
}

.article .article__wrapper .article__content .article__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0 40px 0;
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__info
  .article__written-by {
  padding-right: 24px;
  min-width: 178px;
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__content
    .article__text-wrapper
    .article__info
    .article__written-by {
    display: none;
  }
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__info
  .article__written-by
  .article__author {
  color: #1f1b13;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__info
  .article__published
  time {
  color: #1f1b13;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__content
    .article__text-wrapper
    .article__info
    .article__published
    time {
    font-size: 12px;
    line-height: 16px;
  }
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__info
  .article__info-text {
  font-size: 16px !important;
  line-height: 20px !important;
  text-transform: uppercase;
  font-family: "Gopher bold" !important;
  font-weight: 700;
  margin: 0 0 8px 0;
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__content
    .article__text-wrapper
    .article__info
    .article__info-text {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__content
    .article__text-wrapper
    .article__info {
    margin: 20px 0 12px 0;
  }
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__text
  h3 {
  font-family: "Milanesaserif bold";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__content
    .article__text-wrapper
    .article__text
    h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__text
  .article__back-wrapper {
  margin-top: 56px;
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__content
    .article__text-wrapper
    .article__text
    .article__back-wrapper {
    margin-top: 32px;
  }
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__text
  .article__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 32px;
  font-family: "Milanesaserif bold";
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__text
  .article__back
  svg {
  margin-right: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.article
  .article__wrapper
  .article__content
  .article__text-wrapper
  .article__text
  .article__back:hover
  svg {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

@media (min-width: 768px) {
  .article
    .article__wrapper
    .article__content
    .article__text-wrapper
    .article__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  .article .article__wrapper .article__content .article__text-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .article .article__wrapper .article__content {
    padding-right: 65px;
  }
}

@media (max-width: 767.98px) {
  .article .article__wrapper .article__content {
    width: 100%;
  }
}

.article .article__wrapper .article__related {
  width: 45%;
}

.article .article__wrapper .article__related .article__related-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article
  .article__wrapper
  .article__related
  .article__related-card:not(:first-child) {
  border-top: 1px solid #b4afa3;
  padding: 16px 0;
}

.article
  .article__wrapper
  .article__related
  .article__related-card:first-child {
  padding-bottom: 16px;
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__related
    .article__related-card:first-child {
    padding-top: 16px;
  }
}

.article .article__wrapper .article__related .article__related-card:last-child {
  padding: 16px 0 0 0;
}

.article
  .article__wrapper
  .article__related
  .article__related-card
  .article__related-content {
  margin-right: 10px;
}

.article
  .article__wrapper
  .article__related
  .article__related-card
  .article__related-content
  .article__related-time {
  font-size: 12px !important;
  line-height: 16px !important;
  color: #949494;
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__related
    .article__related-card
    .article__related-content
    .article__related-time {
    font-size: 8px !important;
    line-height: 12px !important;
  }
}

.article
  .article__wrapper
  .article__related
  .article__related-card
  .article__related-content
  .article__related-title {
  font-size: 16px !important;
  line-height: 20px !important;
  margin: 4px 0 0 0;
  font-family: "Milanesaserif bold" !important;
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__related
    .article__related-card
    .article__related-content
    .article__related-title {
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 8px 0 0 0;
  }
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__related
    .article__related-card
    .article__related-content {
    padding-right: 12px;
  }
}

.article
  .article__wrapper
  .article__related
  .article__related-card
  .article__related-image
  img {
  width: 108px;
  height: 96px;
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .article
    .article__wrapper
    .article__related
    .article__related-card
    .article__related-image
    img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767.98px) {
  .article .article__wrapper .article__related .article__related-card {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 767.98px) {
  .article .article__wrapper .article__related.article__related--desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .article .article__wrapper .article__related.article__related--mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .article .article__wrapper .article__related {
    border-left: 1px solid #1f1b13;
    padding-left: 24px;
    max-width: 332px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media (max-width: 767.98px) {
  .article .article__wrapper .article__related {
    width: 100%;
    border-top: 1px solid #b4afa3;
    margin-top: 64px;
  }
}

.article .article__wrapper .article__read-more {
  text-align: center;
  font-family: "Milanesaserif bold" !important;
  font-size: 16px;
  line-height: 32px;
  text-decoration: underline;
  text-underline-offset: 1px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .article .article__wrapper .article__read-more {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .article .article__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .article {
    padding-bottom: 64px;
    padding-top: 25px
  }
}

.error-page {
  background: #fffae7;
  padding-top: 48px;
  padding-bottom: 134px;
}

.error-page .error-page__heading {
  margin: 0 auto;
  max-width: 334px;
  font-family: "Milanesaserif bold" !important;
  text-align: center;
}

@media (max-width: 767.98px) {
  .error-page .error-page__heading {
    max-width: 210px;
  }
}

.error-page .error-page__image {
  margin-top: 28px;
}

.error-page .error-page__image img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .error-page .error-page__image {
    margin-top: 20px;
  }
}

.error-page .error-page__back {
  font-family: "Milanesaserif bold";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 32px;
  margin-top: 80px;
}

.error-page .error-page__back svg {
  margin-right: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767.98px) {
  .error-page .error-page__back {
    margin-top: 48px;
  }
}

.error-page .error-page__back:hover svg {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

@media (max-width: 767.98px) {
  .error-page {
    padding-bottom: 64px;
  }
}

.collections-list {
  background: #fffae7;
  padding-top: 48px;
  padding-bottom: 144px;
}

.collections-list .collections-list__container .collections-list__heading {
  text-align: center;
  margin: 0 0 64px 0;
}

@media (max-width: 767.98px) {
  .collections-list .collections-list__container .collections-list__heading {
    margin: 0 0 40px 0;
  }
}

.collections-list .collections-list__container .collections-list__wrapper {
  overflow-x: hidden;
}

.collections-list
  .collections-list__container
  .collections-list__wrapper:not(:first-of-type) {
  margin-top: 72px;
  padding-top: 72px;
  border-top: 1px solid #b4afa3;
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper:not(:first-of-type) {
    margin-top: 56px;
    padding-top: 48px;
  }
}

.collections-list
  .collections-list__container
  .collections-list__wrapper:first-of-type
  .collections-list__content
  .collections-list__item,
.collections-list
  .collections-list__container
  .collections-list__wrapper:nth-of-type(3n-2)
  .collections-list__content
  .collections-list__item {
  background-color: rgba(247, 218, 165, 0.4);
}

.collections-list
  .collections-list__container
  .collections-list__wrapper:nth-of-type(3n-1)
  .collections-list__content
  .collections-list__item {
  background-color: rgba(223, 168, 143, 0.4);
}

.collections-list
  .collections-list__container
  .collections-list__wrapper:nth-of-type(3n)
  .collections-list__content
  .collections-list__item {
  background-color: rgba(152, 174, 186, 0.4);
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__collection-title {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b4afa3;
  font-weight: 500;
  font-size: 146px !important;
  line-height: 150px !important;
  text-align: center;
  margin: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__collection-title {
    font-size: 100px !important;
    line-height: 110px !important;
  }
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__collection-title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 44px !important;
    line-height: 45px !important;
  }
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item-wrapper {
    width: 244px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item-wrapper {
    width: 24vw;
  }
}

@media (min-width: 768px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item-wrapper:not(:last-of-type) {
    margin-right: 56px;
  }

  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .slick-track
    .collections-list__item-wrapper {
    margin-right: 28px;
    margin-left: 28px;
  }
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item-color {
  border-radius: 140px;
  background: #fffae7;
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item {
  position: relative;
  width: 244px;
  height: 352px;
  border-radius: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item {
    width: 24vw;
    height: 34vw;
  }
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item {
    width: 132px;
    height: 192px;
  }
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item
  .collections-list__special {
  position: absolute;
  top: 40px;
  background: #000;
  color: #fffae7;
  padding: 4px 12px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item
    .collections-list__special {
    padding: 8px 8px;
    top: 36px;
  }
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item
  .collections-list__image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 34px;
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item
    .collections-list__image {
    padding-top: 18px;
  }
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item
  .collections-list__image
  img {
  width: 100%;
  padding: 20px;
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item
    .collections-list__image
    img {
    padding: 13px;
  }
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item-info {
  position: relative;
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item-info
  .collections-list__title {
  width: 100%;
  font-family: "Milanesaserif bold", sans-serif !important;
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item-info
  .collections-list__title
  a {
  color: #1f1b13;
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item-info
    .collections-list__title {
    margin: 0 0 8px 0;
  }
  .collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item-info
  .collections-list__title
  a {
    font-size: 15px;
}
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item-info
  .collections-list__price {
  margin-top: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item-info
    .collections-list__price {
    margin-top: 0px;
  }
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item-info
  .collections-list__price
  .collections-list__old-price {
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.collections-list
  .collections-list__container
  .collections-list__wrapper
  .collections-list__content
  .collections-list__item-info
  .collections-list__quick-add {
  margin-top: 32px;
  font-family: "Milanesaserif bold", sans-serif;
  letter-spacing: 0;
  padding: 14px 31px;
  border: 2px solid;
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item-info
    .collections-list__quick-add {
    font-size: 16px;
    line-height: 24px;
    padding: 14px 0;
    width: 132px;
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item-info {
    margin-top: -24px;
  }
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content
    .collections-list__item-info {
    margin-left: 24px;
    max-width: 132px;
  }
}

@media (min-width: 768px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content {
    margin-top: -50px;
  }
}

@media (max-width: 767.98px) {
  .collections-list
    .collections-list__container
    .collections-list__wrapper
    .collections-list__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px;
  }
}

@media (max-width: 767.98px) {
  .collections-list .collections-list__container .collections-list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .collections-list .collections-list__container {
    padding-top: 24px;
    padding-bottom: 56px;
  }
}

@media (max-width: 767.98px) {
  .collections-list .collections-list__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .collections-list {
    padding-top: 24px;
    padding-bottom: 56px;
  }
}

.privacy {
  background: #fffae7;
  padding-bottom: 144px;
}

.privacy .privacy__heading {
  margin: 0 0 40px 0;
}

@media (max-width: 767.98px) {
  .privacy .privacy__heading {
    margin: 0 0 24px 0;
  }
}

.privacy .privacy__description {
  margin: 0 0 56px 0;
}

@media (max-width: 767.98px) {
  .privacy .privacy__description {
    margin: 0 0 32px 0;
  }
}

.privacy .privacy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.privacy .privacy__content .privacy__content-left {
  overflow: hidden;
  width: 50%;
}

@media (min-width: 768px) {
  .privacy .privacy__content .privacy__content-left {
    padding-right: 43px;
  }
}

@media (max-width: 767.98px) {
  .privacy .privacy__content .privacy__content-left {
    width: 100%;
  }
}

.privacy .privacy__content .privacy__content-right {
  overflow: hidden;
  width: 50%;
}

.privacy .privacy__content .privacy__content-right .privacy__star::after {
  width: calc(100% - 28px) !important;
}

@media (min-width: 768px) {
  .privacy .privacy__content .privacy__content-right {
    padding-left: 43px;
  }
}

@media (max-width: 767.98px) {
  .privacy .privacy__content .privacy__content-right {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .privacy .privacy__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.privacy .privacy__question {
  font-size: 20px;
  line-height: 24px;
  font-weight: bolder;
  letter-spacing: -0.2px;
  margin: 0 0 -9px 0;
  padding-right: 32px;
}

@media (max-width: 767.98px) {
  .privacy .privacy__question {
    font-size: 16px;
    line-height: 20px;
    padding-right: 24px;
  }
}

.privacy .privacy__answer {
  padding-right: 32px;
}

.privacy .privacy__answer ul {
  margin: 0;
  padding-left: 20px;
}

.privacy .privacy__answer ul li::marker {
  font-size: 10px;
}

.privacy .privacy__answer ul li p {
  margin: 0 0 20px 0 !important;
}

@media (max-width: 767.98px) {
  .privacy .privacy__answer ul li p {
    margin: 0 0 16px 0 !important;
  }
}

.privacy .privacy__answer p {
  margin: 0 0 32px 0;
}

@media (max-width: 767.98px) {
  .privacy .privacy__answer p {
    margin: 0 0 20px 0;
  }
}

.privacy .privacy__answer .bold {
  font-weight: 700;
}

.privacy .privacy__answer .margin-20 {
  margin: 0 0 20px 0;
}

@media (max-width: 767.98px) {
  .privacy .privacy__answer .margin-20 {
    margin: 0 0 16px 0;
  }
}

@media (max-width: 767.98px) {
  .privacy .privacy__answer {
    padding-right: 24px;
  }
}

.privacy .privacy__question-wrapper {
  position: relative;
  cursor: pointer;
}

.privacy .privacy__question-wrapper .privacy__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.privacy .privacy__question-wrapper .privacy__star::after {
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 2px solid #1f1b13;
  right: 28px;
}

@media (max-width: 767.98px) {
  .privacy .privacy__question-wrapper .privacy__star {
    width: 100%;
    height: 24px;
  }
}

.privacy .privacy__question-accordion {
  margin-bottom: 56px;
}

@media (max-width: 767.98px) {
  .privacy .privacy__question-accordion {
    margin-bottom: 32px;
  }
}

.privacy .privacy__question-accordion[open] path {
  fill: #1f1b13;
}

@media (max-width: 767.98px) {
  .privacy {
    padding-bottom: 64px;
  }
}

.popup.popup-modal {
  background: rgba(31, 27, 19, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-modal .popup__content-wrapper {
  display: none;
  width: 100%;
  max-width: 736px;
  min-height: 504px;
  margin-left: 15px;
  margin-right: 15px;
  background: #fffae7;
  overflow: hidden;
  position: relative;
  padding: 48px 46px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 2px solid #1f1b13;
}

.popup-modal .popup__content-wrapper .close {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .popup .popup__content-wrapper .close {
    top: 24px;
    right: 16px;
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 767.98px) {
  .popup .popup__content-wrapper {
    min-height: auto;
    padding: 20px 16px 32px;
  }
}

.popup .popup__content .popup__heading {
  text-align: center;
  margin: 0 0 16px 0;
  font-family: "Milanesaserif bold" !important;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .popup .popup__content .popup__heading {
    line-height: 40px !important;
  }
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__heading {
    margin: 2px 0 23px 0;
  }
}

.popup .popup__content .popup__description {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin: 0;
}

.popup .popup__content .popup__description.popup__description--second {
  margin: 12px 0 0 0 !important;
  text-align: center;
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__description.popup__description--second {
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0 0 0 !important;
  }
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__description {
    font-size: 16px;
    line-height: 20px;
  }
}

.popup .popup__content .popup__information-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__information-wrapper svg {
    width: 24px;
    height: 24px;
  }
}

.popup .popup__content .popup__information-wrapper .popup__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__information-wrapper .popup__phone {
    width: 100%;
  }
}

.popup .popup__content .popup__information-wrapper .popup__chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

@media (min-width: 768px) {
  .popup .popup__content .popup__information-wrapper .popup__chat {
    margin-left: 10px;
  }
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__information-wrapper .popup__chat {
    width: 100%;
    margin-top: 22px;
  }
}

.popup .popup__content .popup__information-wrapper .popup__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 29px;
  margin-top: 5px;
}

.popup .popup__content .popup__information-wrapper .popup__info span {
  font-size: 20px;
  line-height: 24px;
  font-family: "Gopher bold" !important;
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__information-wrapper .popup__info span {
    font-size: 16px;
    line-height: 20px;
  }
}

.popup
  .popup__content
  .popup__information-wrapper
  .popup__info
  .popup__contacts {
  font-size: 16px !important;
  line-height: 20px !important;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .popup
    .popup__content
    .popup__information-wrapper
    .popup__info
    .popup__contacts {
    font-size: 12px !important;
    line-height: 16px !important;
    margin-top: 2px;
  }
}

.popup .popup__content .popup__information-wrapper .popup__info p {
  margin: 14px 0;
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__information-wrapper .popup__info p {
    margin: 11px 0;
  }
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__information-wrapper .popup__info {
    margin-left: 16px;
    margin-top: 4px;
  }
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__information-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 26px;
  }
}

.popup .popup__content .popup__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 55px;
}

.popup .popup__content .popup__button {
  display: inline-flex;
  align-items: center;
}

.popup .popup__content .popup__message .button--transparent {
  letter-spacing: 0;
  padding: 10px 30px !important;
}

.popup .popup__content .popup__message .button--transparent svg {
  margin-right: 12px;
}

.popup .popup__content .popup__message .button--transparent:hover svg path {
  stroke: #fff;
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__message .button--transparent {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .popup .popup__content .popup__message {
    margin-top: 47px;
  }
}

body.showPopup {
  overflow: hidden;
}

body.showPopup .popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.showPopup .popup__content-wrapper-modal {
  display: block;
  -webkit-animation: popup 0.3s forwards;
  animation: popup 0.3s forwards;
}

body.removePopup .popup__content-wrapper-modal {
  -webkit-animation: popupclose 0.3s forwards !important;
  animation: popupclose 0.3s forwards !important;
}

@-webkit-keyframes popup {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes popup {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes popupclose {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
}

@keyframes popupclose {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
}

.drawer__content {
  position: fixed;
  visibility: visible;
  z-index: 20050;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 600px;
  background: var(--bg);
  border-right: 1px solid var(--border);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06),
    0 3px 12px rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 3px 12px rgba(0, 0, 0, 0.02);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.drawer--visible .drawer__content {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 479px) {
  .drawer__content {
    width: 100vw;
  }
}

.drawer--right .drawer__content {
  left: initial;
  right: 0;
}

.drawer--right:not(.drawer--visible) .drawer__content {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.drawer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #1f1b13;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 51px;
}

.drawer__top .icon-arrow-down {
  color: var(--muted);
}

.drawer__top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 50px;
}

.drawer__button {
  height: 100%;
  color: var(--text);
  width: 70px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.drawer__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  margin-right: 20px;
}

.drawer__underlay {
  opacity: 0;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.drawer--visible .drawer__underlay,
.drawer__underlay.underlay--visible {
  z-index: 20000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.drawer--visible .drawer__underlay .drawer__underlay__fill,
.drawer__underlay.underlay--visible .drawer__underlay__fill {
  background: var(--bg);
  opacity: 0.6;
}

.drawer--visible .drawer__underlay .drawer__underlay__blur,
.drawer__underlay.underlay--visible .drawer__underlay__blur {
  z-index: -1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: -webkit-backdrop-filter 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: -webkit-backdrop-filter 0.3s
    cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: backdrop-filter 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: backdrop-filter 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: backdrop-filter 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-backdrop-filter 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.drawer__underlay .drawer__underlay__blur,
.drawer__underlay .drawer__underlay__fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 479px) {
  .drawer--right .drawer__underlay,
  .header__drawer .drawer__underlay {
    display: none;
  }
}

.drawer__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.display-none,
.hide {
  display: none;
}

.cart__drawer {
  --cart-drawer-bottom: 150px;
}

@media only screen and (min-width: 768px) {
  .cart__drawer {
    --gutter: 20px;
  }
}

.cart__drawer .errors {
  margin: var(--gutter);
  margin-bottom: 2px;
}

.cart__drawer .cart__items__total {
  display: none;
}

.cart__drawer .cart--hidden {
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.cart__drawer .cart__remove {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.cart__drawer .drawer__button {
  padding-right: var(--gutter);
  background-color: initial;
  overflow: visible;
  border: none;
}

.cart__drawer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0 0 0 var(--gutter);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(---font-stack-accent);
  font-weight: var(---font-weight-accent);
  font-style: var(---font-style-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: var(---font-weight-accent-bold);
  font-size: calc(12px * var(---font-adjust-accent));
}

.cart__drawer__title .strong,
.cart__drawer__title.strong {
  font-weight: var(---font-weight-accent-bold);
}

.drawer__body {
  overflow-y: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  min-height: 1px;
}

.drawer__body .upsell__holder {
  margin: 15px;
}

.cart__drawer .drawer__top {
  position: sticky;
  width: 100%;
  top: 0;
  background: var(--bg);
  z-index: 300;
}

.drawer__bottom {
  width: 100%;
  margin-top: auto;
}

.drawer__bottom form {
  margin: 0;
}

.cart__drawer .drawer__content {
  border: none;
}

.cart__items {
  height: calc(100% - var(--cart-drawer-bottom));
}

.cart__items p {
  margin: 0;
}

.line__price {
  color: var(--text-light);
}

.line__price del,
.line__price mark {
  margin-right: 5px;
}

.line__price del {
  color: var(--text-light);
}

.line__price mark {
  color: var(--primary);
  background: 0 0;
}

.cart__items__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--gutter);
  border-bottom: 1px solid var(--border);
  position: relative;
}

.cart__items__remove {
  position: absolute;
  top: var(--gutter);
  right: var(--gutter);
}

.cart__items__grid {
  display: grid;
  /* grid-template-areas: "image title" "image price" "image quantity" "below  below"; */
  grid-template-columns: 90px 1fr;
  grid-template-rows: auto auto auto auto;
  grid-column-gap: var(--gutter);
  grid-row-gap: 10px;
  width: 100%;
}

.cart__items__quantity .quantity__wrapper {
  margin: 0;
}

.cart__items__meta {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  color: var(--text-light);
  font-style: italic;
}

.cart__items__title {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-weight: var(---font-weight-body-bold);
  color: var(--text-dark);
  grid-area: title;
  padding-right: 35px;
}

.cart__items__price {
  grid-area: price;
}

.cart__items__quantity {
  grid-area: quantity;
}

.cart__items__savings {
  grid-area: below;
  margin-top: 5px;
}

.cart__items__image {
  grid-area: image;
}

.cart__items__image .cart__items__img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.drawer__bottom__meta {
  margin-top: 15px;
  padding: 1rem var(--gutter);
}

.drawer__footer__subtotal .cart__footer__discount,
.drawer__footer__subtotal .cart__footer__itemtotal {
  font-size: calc(var(--font-3) * var(---font-adjust-body));
  padding: 1rem var(--gutter);
  margin: 0;
  border-top: 1px solid var(--border);
}

.drawer__footer__subtotal .cart__footer__discount .cart__footer__value,
.drawer__footer__subtotal .cart__footer__itemtotal .cart__footer__value {
  font-weight: var(---font-weight-body-bold);
}

.drawer__footer__subtotal .cart__footer__discount {
  background-color: var(--primary-fade);
  color: var(--primary);
}

.drawer__checkout__additional .additional-checkout-buttons {
  border-left: none;
  border-right: none;
  margin-bottom: 0;
  border-bottom: 0;
  margin-top: 0;
  border: none;
}

.cart__items--blankstate .cart__items__img {
  width: 100%;
  padding-top: 100%;
  display: block;
}

.cart__items--blankstate .cart__items__title {
  width: 120px;
  padding-top: 1em;
}

.cart__items--blankstate .cart__items__price {
  width: 60px;
  padding-top: 1em;
}

.cart__items--blankstate .item--loadbar:before {
  background-color: var(--hairline);
}

.empty-content {
  overflow: hidden;
  background-color: var(--border);
  background: -o-linear-gradient(
      350deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 70%
    )
    var(--border);
  background: linear-gradient(
      100deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 70%
    )
    var(--border);
  background-size: 200% 100%;
  background-position-x: 180%;
  -webkit-animation: 1s shimmer cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: 1s shimmer cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@-webkit-keyframes shimmer {
  to {
    background-position-x: -20%;
  }
}

@keyframes shimmer {
  to {
    background-position-x: -20%;
  }
}

.cart__drawer .drawer__underlay .drawer__underlay__blur {
  -webkit-backdrop-filter: unset !important;
  backdrop-filter: unset !important;
}

.cart__drawer .drawer__underlay .drawer__underlay__fill {
  background: rgba(31, 27, 19, 0.2) !important;
}

@media (max-width: 767.98px) {
  .cart__drawer .drawer__underlay {
    display: block !important;
  }
}

.cart__drawer .drawer__content {
  border-left: 2px solid #1f1b13 !important;
  background: #fffae7 !important;
}

.cart__drawer .drawer__content .drawer__top {
  background: #fffae7 !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: unset;
 // padding: 24px 0 16px 0;
 padding: 16px 0;

}

.cart__drawer .drawer__content .drawer__top .drawer__close {
  position: absolute;
  top: 31px;
  left: 50px;
  padding: 0;
  width: unset;
  height: unset;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .cart__drawer .drawer__content .drawer__top .drawer__close {
    top: 24px;
    left: 16px;
  }

  .cart__drawer .drawer__content .drawer__top .drawer__close svg {
    width: 16px;
    height: 16px;
  }
}

.cart__drawer .drawer__content .drawer__top .drawer__top__left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  height: unset;
}




.cart__drawer
  .drawer__content
  .drawer__top
  .drawer__top__left
  .cart__drawer__title {
  line-height: 40px !important;
  margin-bottom: 8px;
  padding: unset;
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: "Milanesaserif bold" !important;
}

@media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__top
    .drawer__top__left
    .cart__drawer__title {
    margin-bottom: 4px;
  }
}

.cart__drawer
  .drawer__content
  .drawer__top
  .drawer__top__left
  .cart__drawer-count {
    font-size: 12px;
    line-height: 16px;
    margin: unset;
    font-weight: 500;
    color: #656565;
}

@media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__top
    .drawer__top__left
    .cart__drawer-count {
    font-size: 8px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  .cart__drawer .drawer__content .drawer__top {
    padding: 20px 0 16px 0;
  }
}

.cart__drawer .drawer__content .cart__empty {
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.cart__drawer .drawer__content .cart__empty .cart-drawer__subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 24px 52px 0 48px;
}

.cart__drawer .drawer__content .drawer__body-wrapper {
  overflow-y: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.cart__drawer .drawer__content .drawer__body-wrapper .drawer__body {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  [data-cart-empty] {
  height: 100%;
}

/* .cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__drawer--wrapper {
  height: 100%;
} */

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart--hidden {
  display: none;
}

/* .cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items {
    overflow: scroll;
    height: calc(100% - 20px);
    padding-bottom: 0px;
    -webkit-overflow-scrolling: touch;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items
  .cart__items-wrapper {
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 0px;
    -webkit-overflow-scrolling: touch;
} */

@media (min-width: 768px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items {
    padding: 0 48px;
  }
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 0;
}

/* .cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row:not(:last-child) {
  border-bottom: 1px solid #e5e1d2;
} */

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row:last-child {
    border: unset;
    margin: 0;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid {
  grid-template-columns: 120px 1fr;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items-title
  p {
  font-size: 20px !important;
  line-height: 24px !important;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__remove {
    top: 16px;
    right: 20px;
}

@media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row
    .cart__items__grid
    .cart__items__remove {
    right: 16px;
  }
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__quantity
  .quantity__wrapper {
  border: 1px solid #e5e1d2;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__quantity
  .quantity__wrapper
  .quantity__button {
  position: relative;
  width: 28px;
  padding: unset;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__quantity
  .quantity__wrapper
  .quantity__button.quantity__button--minus {
  height: 28px;
  border-right: 1px solid #e5e1d2;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__quantity
  .quantity__wrapper
  .quantity__button.quantity__button--plus {
  height: 28px;
  border-left: 1px solid #e5e1d2;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__quantity
  .quantity__wrapper
  .quantity__input {
  height: 28px;
  width: 28px;
  font-size: 12px;
  line-height: 16px;
  color: #1f1b13;
  padding: unset !important;
  border: unset !important;
  display: block;
  background: 0 0;
  text-align: center;
  border: 1px solid var(--border);
  margin: 0 !important;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__image {
  width: 120px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__image
  a {
  height: 100%;
}

@media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row
    .cart__items__grid
    .cart__items__image {
    width: 76px;
  }
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .cart__items__grid
  .cart__items__title {

}

/* @media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row
    .cart__items__grid
    .cart__items__title {
    margin-bottom: 16px;
    padding: unset;
  }
} */

/* @media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row
    .cart__items__grid {
    grid-template-columns: 76px 1fr;
    grid-row-gap: 0 !important;
  }
} */

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .line__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  line-height: 24px;
  color: #1f1b13 !important;
}

.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .line__price
  .line__price--sale {
  color: #b4afa3 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

@media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row
    .line__price
    .line__price--sale {
    margin: unset;
    font-size: 16px !important;
    line-height: 1.2 !important;
    margin-right: 8px;
  }
}
.cart__drawer
  .drawer__content
  .drawer__body-wrapper
  .drawer__body
  .cart__items__row
  .line__price
  mark {
  color: #1f1b13 !important;
}

@media (min-width: 768px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row
    .line__price
    mark {
    margin: 0 0 0 7px;
  }
}

@media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row
    .line__price
    mark {
    margin: 0;
  }
}

/* @media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row
    .line__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    font-size: 12px;
    line-height: 16px;
  }
} */

@media (max-width: 767.98px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row {
    padding: 12px 16px;
  }
}

@media (min-width: 768px) {
  .cart__drawer
    .drawer__content
    .drawer__body-wrapper
    .drawer__body
    .cart__items__row {
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .cart__drawer .drawer__content .drawer__body-wrapper {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .cart__drawer .drawer__content {
    width: 87.5% !important;
  }
}

.cart__drawer .cart-drawer__total {
    /* padding: 24px 52px 32px 48px; */
    padding: 16px 49px 18px 48px;
    background: rgba(229, 225, 210, 0.5);
    border-top: 1px solid #1f1b13;
    margin-top: 16px;
}

.cart__drawer .cart-drawer__total .drawer__bottom__meta {
  margin: 0;
  padding: unset !important;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #1f1b13;
}

/* @media (max-width: 767.98px) {
  .cart__drawer .cart-drawer__total .drawer__bottom__meta {
    font-size: 8px;
    line-height: 12px;
    margin-bottom: 16px;
  }
} */

.cart__drawer .cart-drawer__total .cart-drawer__subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px !important;
  line-height: 24px !important;
  font-family: "Gopher bold" !important;
  color: #1f1b13;
}

.cart__drawer .cart-drawer__total .cart-drawer__subtotal p {
  font-size: 20px !important;
  line-height: 24px !important;
  font-family: "Gopher bold" !important;
  margin: unset;
}

@media (max-width: 767.98px) {
  /* .cart__drawer .cart-drawer__total .cart-drawer__subtotal p {
    font-size: 16px !important;
    line-height: 20px !important;
  } */
}

@media (max-width: 767.98px) {
  /* .cart__drawer .cart-drawer__total .cart-drawer__subtotal {
    font-size: 16px !important;
    line-height: 20px !important;
  } */
}

.cart__drawer .cart-drawer__total .checkout__button {
    padding: 10px 25px !important;
    width: 100%;
    background:  #1F1B13;
    color: white;
}

@media (max-width: 767.98px) {
  .cart__drawer .cart-drawer__total .checkout__button {
    width: 100%;
  }
}


@media (min-width: 768px) {
  .cart__drawer .cart-drawer__total {
    margin-top: 16px;
  }
}

.cart__drawer .upsell__holder {
  margin: 0;
  position: relative;
  margin-bottom: 14px;
}

.cart__drawer .upsell__holder .upsell__boost {
  font-family: "Gopher bold" !important;
  width: 100%;
  padding: 5px 0 6px;
  background: #dfa88f;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: unset;
  border-top: 1px solid #1f1b13;
}

@media (max-width: 767.98px) {
  .cart__drawer .upsell__holder .upsell__boost {
    font-size: 12px;
    line-height: 16px;
    padding: 3px 0 4px;
  }
}

.cart__drawer .upsell__holder .upsell {
  margin: 16px 0;
  background: rgba(229, 225, 210, 0.5);
  border: 1px solid #e5e1d2;
  padding: 16px;
  margin: 16px 48px;
  position: relative;
}

.cart__drawer .upsell__holder .upsell .upsell__image {
  min-width: 120px;
  max-height: 100px;
  width: 120px;
  height: 100px;
  margin-right: 20px;
}

.cart__drawer .upsell__holder .upsell .upsell__image a {
  width: 100%;
  height: 100%;
}

.cart__drawer .upsell__holder .upsell .upsell__image a .upsell__image__inner {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .cart__drawer .upsell__holder .upsell .upsell__image {
    min-width: 56px;
    max-height: 56px;
    width: 56px;
    height: 56px;
    margin-right: 12px;
  }
}

.cart__drawer .upsell__holder .upsell .upsell__content {
  width: 100%;
}

.cart__drawer .upsell__holder .upsell .upsell__content .upsell__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.cart__drawer
  .upsell__holder
  .upsell
  .upsell__content
  .upsell__information
  .upsell__title {
  font-size: 20px;
  line-height: 24px;
  margin: unset;
}

@media (max-width: 767.98px) {
  .cart__drawer
    .upsell__holder
    .upsell
    .upsell__content
    .upsell__information
    .upsell__title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px;
  }
}

.cart__drawer
  .upsell__holder
  .upsell
  .upsell__content
  .upsell__information
  .upsell__price {
  font-size: 20px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1f1b13;
}

.cart__drawer
  .upsell__holder
  .upsell
  .upsell__content
  .upsell__information
  .upsell__price
  .old-price {
  margin: unset;
  font-size: 16px;
  line-height: 24px;
  color: #b4afa3 !important;
}

@media (max-width: 767.98px) {
  .cart__drawer
    .upsell__holder
    .upsell
    .upsell__content
    .upsell__information
    .upsell__price
    .old-price {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (min-width: 768px) {
  .cart__drawer
    .upsell__holder
    .upsell
    .upsell__content
    .upsell__information
    .upsell__price {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 767.98px) {
  .cart__drawer
    .upsell__holder
    .upsell
    .upsell__content
    .upsell__information
    .upsell__price {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 767.98px) {
  .cart__drawer .upsell__holder .upsell .upsell__content .upsell__information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cart__drawer .upsell__holder .upsell .upsell__content .upsell__btn {
  padding: unset;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #e5e1d2;
  background: #fffae7;
}

.cart__drawer .upsell__holder .upsell .upsell__content .upsell__btn:hover {
  background-color: #1f1b13;
  border-color: #1f1b13;
}

.cart__drawer .upsell__holder .upsell .upsell__content .upsell__btn:hover path {
  stroke: #fff !important;
}

.cart__drawer
  .upsell__holder
  .upsell
  .upsell__content
  .upsell__btn
  .btn-state-ready {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 44px;
}

@media (min-width: 768px) {
  .cart__drawer
    .upsell__holder
    .upsell
    .upsell__content
    .upsell__btn
    .btn-state-ready
    svg {
    margin-right: 12px;
  }
}

@media (max-width: 767.98px) {
  .cart__drawer
    .upsell__holder
    .upsell
    .upsell__content
    .upsell__btn
    .btn-state-ready {
    height: 100%;
    width: 100%;
  }

  .cart__drawer
    .upsell__holder
    .upsell
    .upsell__content
    .upsell__btn
    .btn-state-ready
    svg {
    width: 16px;
    height: 16px;
  }

  .cart__drawer
    .upsell__holder
    .upsell
    .upsell__content
    .upsell__btn
    .btn-state-ready
    p {
    display: none;
  }
}

@media (min-width: 768px) {
  .cart__drawer .upsell__holder .upsell .upsell__content .upsell__btn {
    margin-top: 25px;
    width: 132px;
  }
}

@media (max-width: 767.98px) {
  .cart__drawer .upsell__holder .upsell .upsell__content .upsell__btn {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 767.98px) {
  .cart__drawer .upsell__holder .upsell .upsell__content {
    min-height: unset;
  }
}

@media (max-width: 767.98px) {
  .cart__drawer .upsell__holder .upsell {
    margin: 12px 16px 16px;
    padding: 8px;
  }
}

.cart__drawer .upsell__holder::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #000;
  height: 1px;
  position: absolute;
  left: 0;
}

@media (max-width: 767.98px) {
  .cart__drawer .upsell__holder {
    margin-bottom: 12px;
  }
}

.cart__drawer .cart__drawer-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* height: 100%; */
}

.container {
  max-width: 1440px;
  padding: 0 52px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1023.98px) {
  .container {
    padding: 0 32px;
  }
}

@media (max-width: 413.98px) {
  .container {
    padding: 0 16px;
  }
}

.cart__empty {
  height: calc(50vh - var(--header-height));
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 80px;
}

.upsell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: var(--inner);
  border: 1px solid var(--border);
  text-align: left;
}

.upsell__image {
  width: 90px;
  height: 90px;
  margin-right: 10px;
}

.upsell__image > a {
  display: block;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.upsell__image > a:hover {
  opacity: 0.7;
}

.upsell__image__inner {
  display: block;
  width: 90px;
  height: 90px;
}

.upsell__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 90px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.upsell__price,
.upsell__title,
.upsell__variant-title {
  margin-top: 0;
  margin-bottom: 4px;
}

.upsell__title {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-weight: var(---font-weight-body-bold);
  font-size: calc(13.144256px * var(---font-adjust-body));
  color: var(--text-dark);
}

@media (min-width: 480px) {
  .upsell__title {
    font-size: calc(
      (13.144256px + 1.382528 * (100vw - 480px) / 920) *
        var(---font-adjust-body)
    );
  }
}

@media (min-width: 1400px) {
  .upsell__title {
    font-size: calc(14.526784px * var(---font-adjust-body));
  }
}

.upsell__variant-title {
  font-family: var(---font-stack-body);
  font-weight: var(---font-weight-body);
  font-style: var(---font-style-body);
  font-size: calc(var(--font-3) * var(---font-adjust-body));
  display: none;
}

.upsell__price {
  font-size: calc(var(--font-3) * var(---font-adjust-body));
  color: var(--text-light);
}

.upsell__price .old-price {
  margin-left: 8px;
  text-decoration: line-through;
}

.upsell__price .unit {
  color: var(--text-light);
}

.upsell__btn {
  padding: 1em 2em;
}

.upsell__btn:disabled {
  opacity: 1;
}

.upsell__btn .svg-loader circle {
  stroke: var(--bg);
}

.upsell__btn .svg-loader circle ~ circle {
  stroke: var(--primary);
}

.upsell__out-of-stock {
  margin: 0;
}

.is-hidden {
  display: none !important;
}

[data-add-to-cart] {
  position: relative;
}

[data-add-to-cart].has-success .btn-state-ready,
[data-add-to-cart].loading .btn-state-ready {
  pointer-events: none;
}

.btn-state-loading {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  -o-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}

.loading .btn-state-loading {
  visibility: visible;
  opacity: 1;
}

.btn-state-complete {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 8px;
  border-left: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  margin-top: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  -o-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}

.has-success .btn-state-complete {
  visibility: visible;
  opacity: 1;
}

.quantity__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
  max-width: 103px;
  min-width: 75px;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.quantity__button {
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  top: 0;
  bottom: 0;
  border: 0 none;
  background: 0 0;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.quantity__button:active,
.quantity__button:focus,
.quantity__button:hover {
  color: var(--primary);
  outline: 0;
}

.quantity__button:active {
  opacity: 0.7;
}

.quantity__button--plus {
  right: 0;
}

.quantity__button--minus {
  left: 0;
}

html.no-js .quantity__button {
  display: none;
}

.item--loadbar {
  height: 4px;
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  overflow: hidden;
}

.item--loadbar:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -300px;
  width: 300px;
  height: 4px;
  background-color: #dfa88f;
  -webkit-animation: loadbar 2s linear infinite;
  animation: loadbar 2s linear infinite;
}

@-webkit-keyframes loadbar {
  from {
    left: -300px;
    width: 30%;
    opacity: 0;
  }
  1% {
    left: -300px;
    width: 30%;
    opacity: 1;
  }
  50% {
    width: 33%;
  }
  70% {
    width: 66%;
  }
  80% {
    left: 60%;
  }
  95% {
    left: 120%;
    opacity: 1;
  }
  99% {
    left: 150%;
    opacity: 0;
  }
}

@keyframes loadbar {
  from {
    left: -300px;
    width: 30%;
    opacity: 0;
  }
  1% {
    left: -300px;
    width: 30%;
    opacity: 1;
  }
  50% {
    width: 33%;
  }
  70% {
    width: 66%;
  }
  80% {
    left: 60%;
  }
  95% {
    left: 120%;
    opacity: 1;
  }
  99% {
    left: 150%;
    opacity: 0;
  }
}

.cart__remove__icon:hover path,
.cart__remove__icon:hover rect {
  fill: #1f1b13;
}

.cart__remove__icon path,
.cart__remove__icon rect {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.quantity__button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.quantity__button:hover {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.quantity__button:hover path,
.quantity__button:hover rect {
  stroke: #fff;
}

.quantity__button path,
.quantity__button rect {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.container {
  max-width: 1440px;
  padding: 0 52px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1023.98px) {
  .container {
    padding: 0 32px;
  }
}

@media (max-width: 413.98px) {
  .container {
    padding: 0 16px;
  }
}
.magnifier {
  position: absolute;
  width: 150px; /* Adjust the size of the magnifier */
  height: 150px; /* Adjust the size of the magnifier */
  border: 2px solid black;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5); /* Adjust the background color and opacity */
  cursor: none;
  display: none;
}

.product-image {
  position: relative;
}

/* CTA Buttons Color */
.collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item-info .collections-list__quick-add,
.featured-collection .featured-collection__content .featured-collection__item-info .featured-collection__quick-add,
.upsell-bundles .upsell-bundles__wrapper .upsell-bundles__content .upsell-bundles__actions .upsell-bundles__cart .upsell-bundles__add .upsell-bundles__add-to-cart { background-color: #1F1B13; color: #FFFAE7; }
.collections-list .collections-list__container .collections-list__wrapper .collections-list__content .collections-list__item-info .collections-list__quick-add:hover,
.featured-collection .featured-collection__content .featured-collection__item-info .featured-collection__quick-add:hover,
.upsell-bundles .upsell-bundles__wrapper .upsell-bundles__content .upsell-bundles__actions .upsell-bundles__cart .upsell-bundles__add .upsell-bundles__add-to-cart:hover { background-color: #D78E70; color: #fff; border-color: #D78E70; }

.main-product__details-answer a{
    text-decoration: underline;
}

@media (max-width: 768px) {
    .article__wrapper .article__content {
        margin-top: 20px;
    }
}

.main-product__wrapper .button {
  font-family: 'Gopher', sans-serif;
}

.image-grid-with-text .image-grid-with-text__block-image {
    max-width: 200px !important;
    aspect-ratio: 5 / 6 !important;
    width: 100% !important;
}

.collection-hero__inner {
  display: flex;
  flex-direction: column;
}

.collection-hero--with-image .collection-hero__inner {
  margin-bottom: 0;
  padding-bottom: 2rem;
}

@media screen and (min-width: 750px) {
  .collection-hero.collection-hero--with-image {
    padding: calc(4rem + var(--page-width-margin)) 0
      calc(4rem + var(--page-width-margin));
    overflow: hidden;
  }

  .collection-hero--with-image .collection-hero__inner {
    padding-bottom: 0;
  }
}

.collection-hero__text-wrapper {
  flex-basis: 100%;
}

@media screen and (min-width: 750px) {
  .collection-hero {
    padding: 0;
  }

  .collection-hero__inner {
    align-items: center;
    flex-direction: row;
    padding-bottom: 0;
  }
}

.collection-hero__title {
  margin: 2.5rem 0;
}

.collection-hero__title + .collection-hero__description {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .collection-hero__title + .collection-hero__description {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .collection-hero__description {
    max-width: 66.67%;
  }

  .collection-hero--with-image .collection-hero__description {
    max-width: 100%;
  }
}

.collection-hero--with-image .collection-hero__title {
  margin: 0;
}

.collection-hero--with-image .collection-hero__text-wrapper {
  padding: 5rem 0 4rem;
}

.collection-hero__image-container {
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset)
    var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

@media screen and (max-width: 749px) {
  .collection-hero__image-container {
    height: 20rem;
  }
}

@media screen and (min-width: 750px) {
  .collection-hero--with-image .collection-hero__text-wrapper {
    padding: 4rem 2rem 4rem 0;
    flex-basis: 50%;
  }

  .collection-hero__image-container {
    align-self: stretch;
    flex: 1 0 50%;
    margin-left: 3rem;
    min-height: 20rem;
  }
}

  .psk-hero-heading {
    font-family: 'Milanesaserif light', sans-serif !important;
    font-weight: 400 !important;
    font-size: 48px !important;
    line-height: 1.3em !important;
    margin: 25px 0px 25px 0 !important;
  }

  .psk-hero-heading .psk-heading-bold {
    font-family: 'Milanesaserif bold', sans-serif;
    font-weight: 800;
  }

.featured-collection .featured-collection__content-mobile1 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .featured-collection .featured-collection__content-mobile1 {
    display: none !important;
  }
}

#notification-wrapper {
display: none !important;
}

.cart-discount {
  color: #E17F53;
  font-size: 20px !important;
  line-height: 24px !important;
  font-family: "Gopher bold" !important;
}
@media (max-width: 767.98px) {
  .psk-hero-heading {
    font-size: 32px !important;
  }
  .cart-discount {
  font-size: 16px !important;
  line-height: 20px !important;  
  }
}



.cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .cart__items__grid .cart__items__image {
    grid-row: 1/5;
    grid-column: 1/2;
    height: 110px;
}

.cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .cart__items__grid .cart__items__title {
    grid-row: 1/2;
    grid-column: 2/3;
}
.cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .cart__items__grid .cart__items__quantity {
    grid-row: 3/4;
    grid-column: 2/3;
    justify-content: space-between;
}
.cart__items__grid .price_discount {
    grid-row: 4/5;
    grid-column: 2/3;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}
.cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row:not(:last-child) {
    margin: 0;
}
.cart__items__grid .price_discount .cart__items__savings {
    margin: 0;
}
.cart__items__grid .price_discount .cart__items__price {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.cart__items__grid .price_discount .cart__items__savings {
    margin: 0;
    width: 100%;
}
.cart__items__grid .price_discount .item__total__savings {
    font-weight: 500;
}
.cart__drawer-items .cart__items::-webkit-scrollbar {
    width: 6px;
    background: #E5E1D2;
    border-radius: 10px;
}
.cart__drawer-items .cart__items::-webkit-scrollbar-thumb {
    width: 5px;
    background: #B4AFA3;
    border-radius: 10px;
}
.cart__drawer--wrapper .cart__drawer-items {
    padding-right: 0px;
    flex-direction: column;
}
.cart-drawer__total .cart-drawer__subtotal:first-child {
    margin-bottom: 16px;
}

@media (max-width:767px) {
  .cart__drawer .drawer__content .drawer__top .drawer__close svg {
    width: 26px;
    height: 26px;
}
  .cart__drawer .drawer__content .drawer__top .drawer__close {
    top: 30px;
    left: 25px;
}
  .cart__items1 .cart__items__row {
    padding: 14px 19px 24px 25px!important;
}
  .cart__drawer .cart-drawer__total {
    padding: 16px 25px 18px 25px;
}
}

@media (max-width:575px) {
  .cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .cart__items__grid {
    grid-template-columns: 80px 1fr;
    column-gap: 10px;
}
  .cart__drawer .drawer__content {
    width: 100% !important;
}
  .cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .line__price {
    font-size: 18px;
}
  .cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .line__price .line__price--sale {
    font-size: 14px !important;
}
  .cart__drawer .cart-drawer__total .cart-drawer__subtotal p {
    font-size: 18px !important;
}
  .cart__drawer .cart-drawer__total .cart-drawer__subtotal {
    font-size: 18px !important;
}
  .cart-drawer__total .cart-drawer__subtotal:first-child {
    margin-bottom: 9px;
}
}

@media (max-width:370px) {
  .cart__items1 .cart__items__row {
    padding: 1px 13px 20px 15px!important;
}
  .cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .line__price {
    font-size: 16px;
}
  .cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .line__price .line__price--sale {
    font-size: 12px !important;
}
  .cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items__row .line__price  mark {
    line-height: 1.2;
}
  .cart_progressbar_col {
    font-size: 12px;
}
  .header__bubble.cart_line_property {
    padding: 0 15px;
}
  .cart__drawer .cart-drawer__total {
    padding: 16px 15px 18px 15px;
}
}


@media (max-height:750px) {
  .cart__drawer .drawer__content .drawer__body-wrapper .drawer__body .cart__items {
    overflow: unset;
}
}

kaching-bundle, kaching-bundle-deals {
width: unset !important;
}

.loox-rating-label {
    font-family: "Gopher", sans-serif !important;
}

#aca-products-container {
  width: 80% !important;
}

.aca-product-name, .aca-subscription-name {
line-height: 130% !important;
}

.aca-product-button {
font-weight: 400 !important;
}
#aca-modal-headline {
margin: 0.1em 0 !important;
}

@media screen and (min-width: 1024px) {
  #aca-close-icon-container {
    display: inline-block !important;
  position: absolute;
    top: 12px;
    right: 12px;
    width: 25px;
}
}

@media screen and (max-width: 576px) {
    #aca-bottom-close {
font-size: 0px !important;
}
}

#aca-modal-container {
background-color: #fffae7 !important;
}

.aca-product-image {
background-color: #fffae7 !important;
}

@media screen and (max-width: 576px) {
    #aca-modal-headline {
        margin: 0px 5% !important;
}


}

@media (max-width: 420px) {
    .cart_progressbar_col {
        font-size: 14px;
    }
      .header__bubble.cart_line_property {
        padding: 0 10px;
    }
}

/* =========================================
   SUBSCRIPTION ITEMS — LOCK QUANTITY CONTROLS
   (CSS ONLY)
========================================= */

/* Disable MINUS + PLUS for subscription items */
.cart__items__row:has(.cart__items__meta p.small)
  .quantity__button--minus,
.cart__items__row:has(.cart__items__meta p.small)
  .quantity__button--plus {
  pointer-events: none;
  opacity: 0.6;
}

/* Disable manual quantity input */
.cart__items__row:has(.cart__items__meta p.small)
  .quantity__input {
  pointer-events: none;
  background: #F7F6F4;
  opacity: 0.65;
  cursor: default;
}

.cart__items__row[variant-id="53169581719885"] a[href^="/products"],
.cart__items__row[variant-id="53169642373453"] a[href^="/products"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  opacity: 0.85;
}

/* Disable PLUS & MINUS buttons */
.cart__items__row[variant-id="53169581719885"] .quantity__button--minus,
.cart__items__row[variant-id="53169581719885"] .quantity__button--plus,
.cart__items__row[variant-id="53169642373453"] .quantity__button--minus,
.cart__items__row[variant-id="53169642373453"] .quantity__button--plus {
  pointer-events: none;
  opacity: 0.6;
}

/* Disable manual quantity input */
.cart__items__row[variant-id="53169581719885"] .quantity__input,
.cart__items__row[variant-id="53169642373453"] .quantity__input {
  pointer-events: none;
  background: #F7F6F4;
  opacity: 0.65;
  cursor: default;
}




/* ---------- custom-additional.css ---------- */
.hero-section__quick-add svg path {
    stroke-width: 3px;
}

/* ---------- .skip-link, carried over from cannumo-3.0/base.css ---------- */
.skip-link {
  position: absolute; left: 1rem; top: -3rem; z-index: 1000;
  background: var(--color-fg); color: var(--color-on-dark);
  padding: .625rem 1rem; border-radius: var(--radius-sm); transition: top var(--dur-fast) var(--ease-out);
}
.skip-link:focus { top: 1rem; }

/* ---------- inline <style> blocks from the old layout/theme.liquid ----------
   Part of how that page rendered, not part of any stylesheet, so they are
   easy to miss when porting sections. Kept in their original order. */
/* --- layout block 0 --- */
#PBarNextFrameWrapper,
      #preview-bar-iframe,
      .shopify-preview-bar { display: none !important; visibility: hidden !important; }
      /* the bar reserves space at the bottom on some themes */
      body { padding-bottom: 0 !important; }
/* --- layout block 1 --- */
body {
      --color-base-background-1: 253, 252, 249 !important; /* #FDFCF9 */
      background-color: rgb(253, 252, 249) !important;
    }
/* --- layout block 2 --- */
@font-face {
  font-family: Gopher;
  src: url('https://cdn.shopify.com/s/files/1/0573/6182/5865/files/gophertext-light-webfont.woff2?v=1671538308') format("woff2"),
    url('https://cdn.shopify.com/s/files/1/0573/6182/5865/files/gophertext-light-webfont.woff?v=1671538308') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* --- layout block 3 --- */
#alia-root-27710 {
  display: none !important;
}
    .sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: none;
  transition: opacity 0.3s ease;
}

.sticky-cta.visible {
  display: block;
  animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.sticky-cta-btn {
  all: unset;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #1F1B13;
  color: #FFFAE7;
  padding: 6px 16px;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  font-family: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sticky-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

.cta-icon svg {
  display: block;
}

.cta-text {
  font-size: 14px;
  line-height: 1.2;
}

.cta-text strong {
  font-size: 16px;
  font-weight: bold;
}
/* --- layout block 4 --- */
@media (min-width: 1024px) {
      .main-product .main-product__wrapper .main-product__row:first-child {
        border-bottom: 0 !important;
      }
    }


    /*
   @media screen and (max-width: 768px) {
   .main-product .main-product__wrapper .main-product__variant {
   margin-top: -40px;
   }
   }
*/

    .main-product .main-product__wrapper .main-product__variant-button {
      width: 100% !important;
    }

    .main-product .main-product__wrapper .product-form__input {
      margin-bottom: 20px !important;
    }

    .featured-collection.featured-collection--pdp {
      border-bottom: 2px solid #1f1b13;
    }
/* --- layout block 5 --- */
.main-product .main-product__wrapper .main-product__information.main-product__dosage {
      padding: 48px 48px 48px 0 !important;
    }

/* ---------- body reset ----------
   Not present in any of the seven stylesheets above: the browser default
   margin: 8px was applying, insetting the page and overflowing full-width
   sections by 16px. */
body { margin: 0; }

/* ---------- mobile: keep the plan cards on one line each ----------
   At 375px the sums are: 375 - 32 (.offer-card-inner padding) leaves ~311px for
   the three columns, so each is ~101px and each card's content box ~83px after
   its own 8px padding and border. ".1.19 / serving" at 11.5px needs ~86px, so
   it wrapped - and a card whose price runs to two lines sits two lines deeper
   than its neighbours, which is what made the row look uneven.

   Reclaiming that 32px and trimming the card padding gives ~96px of content,
   and nowrap on the price guarantees it regardless of the currency string. */
@media (max-width: 480px) {
  .offer-card-inner { padding-left: 8px; padding-right: 8px; }
  .sub-card { padding-left: 4px; padding-right: 4px; }
  .sub-price { white-space: nowrap; }
}

/* ---------- Alia widget clears the sticky add-to-cart ----------
   The widget places itself with inline styles (bottom: 16px), so only
   !important can move it, and the sticky bar is fixed at bottom: 0 and sits
   over it.

   Matched on the id PREFIX, not the full id. The old theme hides it with
   #alia-root-27710 and #alia-root-42643 - two ids it has already been through -
   while the live one is #alia-root-331142. Those rules are dead and this one
   would rot the same way if it named a number. */
[id^="alia-root-"] { bottom: 70px !important; }

/* ---------- comparison cards: equal height on mobile ----------
   .np-slider is display:flex, so the SLIDES already stretch to the tallest one.
   The card inside each slide has no height of its own, so it stops at its
   content and the two tinted panels end at different points - which is the
   uneven pair, not anything to do with the text.

   align-self:stretch makes the card fill its slide, and letting the bullets box
   grow puts the extra height inside the tinted panel where it belongs.

   The 32px on the last bullet was the old way of faking this. It padded the
   card rather than stretching it, so it only ever matched at one text length;
   with real stretching it is just dead space. */
.np-hero .np-slide { display: flex; }
.np-hero .np-slide > .np-card-hero { align-self: stretch; }
.np-hero .np-card--mobile { display: flex; flex-direction: column; }
.np-hero .np-card--mobile .np-card__bullets { flex: 1 1 auto; }
.np-hero .np-card__bullets--mobile .np-bullet:last-child { margin-bottom: 0; }

/* ---------- smooth anchors, carried over from cannumo-3.0/base.css ---------- */
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
}
