/** Shopify CDN: Minification failed

Line 1165:24 Expected identifier but found "{"
Line 1165:25 Unexpected "{"
Line 1165:27 Expected identifier but found "1"

**/
.Drawer {
   /*To go over emearket*/
   z-index: 16777280;
}

.font-bold {
  font-weight: 700;
}

.flex {
  display: flex;
}

.relative {
  position: relative;
}

strong,
strong.Heading,
b {
  font-weight: 600;
}

.inline-icon,
.Rte img.inline-icon {
  width: 100%;
  max-width: 30px;
  display: inline-block;

  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
  margin-bottom: .5rem;
}

.wk-link {
  display: flex;
  align-self: flex-end;
}

.wk-link .wk-icon {
  width: 21px;

  /* margin-right: 5px; */
}

.wk-link .wk-icon svg {
  height: 100%;
  width: 100%;
}

.wk-link .wk-icon svg path {
  transition: stroke .2s ease-in-out;
  stroke: currentColor;

}

.ProductItem__Info {
  position: relative;
}

.ProductItem__Info .ProductItem__Title.Heading {
  padding-right: 2rem;
}

.ProductItem__Info .wk-icon {
  position: absolute;
  right: 0;
  top: 0;

}


/* .supports-sticky .Search[aria-hidden=true]+.Header--transparent .wk-link .wk-icon svg path{
} */


/**
 * ----------------------------------------------------------------------------
 * media-banner
 * ----------------------------------------------------------------------------
 */

.media-banner {
  margin-bottom: 60px;
}

.ImageHero__ImageWrapper img,
.ImageHero__ImageWrapper video {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.ImageHero--full {
  min-height: 100vh;
}



.ImageHero--auto.showing-video {
  height: 56.25vw;
  width: 100vw;
  min-height: auto;
  max-height: 100vh;
}

.media-banner .embed-responsive iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



#shopify-section-announcement~main>.media-banner-section:first-child .ImageHero--full {
  min-height: calc(100vh - 38px);
}

@media screen and (max-width: 640px) {
  #shopify-section-announcement~main>.media-banner-section:first-child .ImageHero--full {
    min-height: calc(100vh - 36px);
  }
}

.media-banner .ImageHero__ContentOverlay {
  flex-basis: auto;
}

.media-banner .ImageHero__ContentOverlay .SectionHeader {
  padding: 0 24px;
}

@media screen and (min-width: 1008px) {
  .media-banner .ImageHero__ContentOverlay .SectionHeader {
    padding: 0 70px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Header
 * ----------------------------------------------------------------------------
 */
.Header__LogoImage svg {
  width: 100%;
  height: auto;
  color: currentColor;
  transition: color .3s ease-in-out;

}

.Header__LogoImage svg path,
.Header__LogoImage svg circle {
  fill: currentColor;
}

/**
 * ----------------------------------------------------------------------------
 * Footer
 * ----------------------------------------------------------------------------
 */

.footer__description {
  border-top: 1px solid var(--border-color);
  margin: 24px 0;
}

.b-corp-icon {
  margin-top: 2rem;
}

.b-corp-icon svg {
  width: 7rem;
  height: auto;
}

/**
 * ----------------------------------------------------------------------------
 * Announcement bar
 * ----------------------------------------------------------------------------
 */

.AnnouncementBar {
  position: relative;
  padding: 5px 10px;
  text-align: center;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
  z-index: 1;

  width: 100%;
  overflow: hidden;
}

.AnnouncementBar__Wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.AnnouncementBar__Content {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px 0 0;
  margin: 5px;
  color: inherit;

  transform: translateX(0);
  transition: opacity 500ms cubic-bezier(0.33, 1, 0.68, 1),
    transform 700ms cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 5;
}

p.AnnouncementBar__Content:last-child {
  margin: 5px;
}

@media screen and (max-width: 640px) {
  .AnnouncementBar__Wrapper:not(.no-animate) .AnnouncementBar__Content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .AnnouncementBar__Wrapper:not(.no-animate) .AnnouncementBar__Content-inner {
    padding: 0px 0 8px 0;
  }



  .AnnouncementBar__Wrapper:not(.no-animate) .AnnouncementBar__Content:not(.active) {
    /* display: none; */
    transform: translateX(50%);
    opacity: 0;
    z-index: 0;
  }

  .AnnouncementBar__Wrapper:not(.no-animate) .AnnouncementBar__Content.last-active,
  .AnnouncementBar__Wrapper:not(.no-animate) .AnnouncementBar__Content.last-active:not(.active) {
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 641px) {
  .AnnouncementBar__Wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .AnnouncementBar__Content {
    width: auto;
    flex-shrink: 1;
  }

  .AnnouncementBar__Content:not(:last-child) {
    border-right: 1px solid currentColor;
  }

  .AnnouncementBar {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  }
}

/**
 * ----------------------------------------------------------------------------
 * Video overlay
 * ----------------------------------------------------------------------------
 */

.Video--contrast {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to top, rgba(4, 4, 4, 0.65), rgba(54, 54, 54, 0.2));
  z-index: 1;
}

.ImageHero__VideoHolder+.Slideshow__Content {
  z-index: 2;
}


/**
 * ----------------------------------------------------------------------------
 * Cart addons - Aside
 * ----------------------------------------------------------------------------
 */

@media screen and (max-width:700px) {
  .cart-addons--aside {
    visibility: hidden;
    pointer-events: none;
  }
}

.cart-addons--aside {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  max-width: 180px;
  display: flex;
  flex-direction: column;
  transform: translateX(0);
  background: var(--background);

  box-shadow: none;

  transition: transform .5s var(--drawer-transition-timing), visibility .5s var(--drawer-transition-timing), box-shadow .1s var(--drawer-transition-timing) .4s;

  z-index: -1;
}


.cart-addons .Drawer__Header {
  flex-shrink: 0;
}

#sidebar-cart:not([aria-hidden="true"]) .cart-addons--aside {
  transform: translateX(-100%);
  box-shadow: 2px 0 10px #36363633, -2px 0 10px #36363633;
  transition: transform .5s var(--drawer-transition-timing), visibility .5s var(--drawer-transition-timing), box-shadow .1s var(--drawer-transition-timing);
}

.addon-product__image img {
  width: 100%;
}


.LoadingBar.is-visible~#sidebar-cart .cart-addons .js-addon-product {
  pointer-events: none;
  opacity: .4;
  cursor: not-allowed;
}

.cart-addons__container {
  overflow: auto;
}


/* .addon-product__container {
   overflow: hidden; 
} */

.addon-product {
  margin: 30px 0;
}

.addon-product__title {
  font-size: 10px;
  margin: 0;
}

.addon-product__content {
  margin-top: 1rem;
}

.addon-product__content button {
  margin-top: 1rem;
}

.addon-product__price {
  display: flex;
  flex-direction: column;
}

.addon-product__price del {
  font-size: 0.75rem;
}

.cart-addons .image-wrap {
  position: relative;
}

.cart-addons .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/**
 * ----------------------------------------------------------------------------
 * Cart addons - Inline (Mobile)
 * ----------------------------------------------------------------------------
 */

.cart-addons--inline {
  visibility: hidden;
  pointer-events: none;
  height: 0px;
}

@media screen and (max-width:700px) {
  .cart-addons--inline {
    /* height: 30vh; */
    position: -webkit-sticky;
position: -moz-sticky;
position: -o-sticky;
position: -ms-sticky;
    position: sticky;
    top: 100%;
    height: auto;
    display: flex;
    flex-direction: column;

    visibility: visible;
    pointer-events: all;
  }

    .addon-product__price {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 5px 10px;
      margin-bottom: auto;
  }


}


.cart-addons--inline .Drawer__Header {
  box-shadow: 0 -1px var(--border-color) inset, 0 1px var(--border-color) inset;
  height: auto;

  padding-top: 6px;
  padding-bottom: 3px;
}

.cart-addons--inline .cart-addons__container {
  display: flex;
  overflow: auto;
}

.cart-addons--inline .addon-product {
  display: flex;
  flex-shrink: 0;
  margin: 15px 0;

  max-width: 90%;
}

.cart-addons--inline .addon-product:not(:last-child) {
  margin-right: 30px;
}


.cart-addons--inline .addon-product__image {
  flex-shrink: 0;
  width: 80px;
  margin-right: 15px;
  margin-top: auto;
  margin-bottom: auto;
}

.cart-addons--inline .addon-product__description {
  display: none;
}

.cart-addons--inline .addon-product__content {
  display: flex;
  flex-direction: column;

  font-size: 0.75rem;
  margin: 0;
}

.cart-addons--inline .addon-product__content span:last-of-type {
  margin-bottom: auto;
}

.cart-addons--inline .addon-product__content .Button--small {
  padding: 6px 9px;
  margin-top: .5rem;
}


/**
 * ----------------------------------------------------------------------------
 * Light Modal
 * ----------------------------------------------------------------------------
 */

.page-content-popup-trigger:hover .page-content-popup-trigger-icon {
  font-size: 65px;
}

.js-page-content-popup.page-content-popup-trigger .page-content-popup-trigger-icon {
  opacity: 0;
}

.page-content-popup-trigger-icon {
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;

  font-size: 50px;
  line-height: 0;

  opacity: .8;

  color: #000;

  transition: font-size 300ms cubic-bezier(0.5, 1, 0.89, 1), opacity 300ms cubic-bezier(0.5, 1, 0.89, 1);

}


body.loading,
body.loading button,
body.loading a {
  cursor: progress;
}


.light-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 6;
  transition: opacity 300ms cubic-bezier(0.5, 1, 0.89, 1), visibility 300ms cubic-bezier(0.5, 1, 0.89, 1);
}

.light-modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}


.light-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.4;
}


.light-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40rem;
  height: auto;
  max-width: calc(100% - 4rem);
  max-height: calc(100% - 4rem);

  background: var(--background);
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.3);

  overflow: auto;

  transform: translateX(-50%) translateY(-50%) translateY(2rem);
  transition: transform 300ms cubic-bezier(0.5, 1, 0.89, 1);
}

.light-modal.open .light-modal__container {
  transform: translateX(-50%) translateY(-50%);
}


.light-modal__inner {
  padding: 2rem 2rem 1rem;
}


.light-modal__close {
  --close-height: 2.7rem;
  position: sticky;
  float: right;
  top: 0;
  right: 0;
  width: var(--close-height);
  height: var(--close-height);
  cursor: pointer;
}


/**
 * ----------------------------------------------------------------------------
 * Link images
 * ----------------------------------------------------------------------------
 */


.link-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 1rem;
}

.link-images .link-image {
  position: relative;
  margin: 0 1rem 1rem 0;
}

.link-image a {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}


/**
 * ----------------------------------------------------------------------------
 * Qucik Add
 * ----------------------------------------------------------------------------
 */

.quick-add-wrapper {
  position: relative;
}

.quick-add {
  pointer-events: none;
  display: none;
}

@media screen and (min-width: 540px) {

  @media (-moz-touch-enabled: 0),
  (hover: hover) {

    .quick-add {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;

      text-align: left;
      z-index: 1;
    }

    .quick-add>* {
      pointer-events: all;
    }


    .quick-add-wrapper:hover .quick-add__open {
      opacity: 1;
    }

    .quick-add__open {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto;

      font-family: var(--heading-font-family);
      font-size: 11px;
      font-weight: 400;
      line-height: 14px;
      letter-spacing: 0.2em;
      text-transform: uppercase;

      padding: 12px 16px 12px 16px;

      background-color: rgba(74, 74, 73, 0.8);

      color: #fff;
      /* pointer-events: none; */
      opacity: 0;

      transition: opacity .3s ease;
      z-index: 1;
    }


    .quick-add__content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      max-height: 100%;
      overflow: auto;

      opacity: 0;
      pointer-events: none;
      padding: 30px;
      background-color: #FAFAFA;

      transition: opacity .3s ease;
    }

    .quick-add.open .quick-add__content {
      opacity: 1;
      pointer-events: all;

    }

    .quick-add.open .quick-add__open {
      opacity: 0;
      pointer-events: none;
    }

    .quick-add__headline {
      margin-bottom: 14px;
      word-break: break-word;
    }


    .quick-add .SizeSwatchList {
      margin-top: 20px;
    }

    .quick-add .SizeSwatchList.HorizontalList--spacingTight .HorizontalList__Item {
      margin-right: 5px;
      margin-left: 5px;
      margin-top: 5px;
      margin-bottom: 5px;
    }


    .SizeSwatch__Checkbox:checked+.SizeSwatch {
      border-color: black !important;
    }


    .SizeSwatch__Checkbox:disabled+.SizeSwatch {
      opacity: .8;
      position: relative;
      background: linear-gradient(to bottom right, #FAFAFA calc(50% - 1px), var(--border-color), #FAFAFA calc(50% + 1px));

      cursor: not-allowed;
    }

    .quick-add__quantitySelector .QuantitySelector {
      width: 100%;
      justify-content: space-between;
      background-color: #fff;
    }

    .quick-add__quantitySelector .QuantitySelector button:first-of-type {
      border-right: 1px solid var(--border-color);
    }


    .quick-add__quantitySelector .QuantitySelector button:last-of-type {
      border-left: 1px solid var(--border-color);
    }

    .quick-add__add-to-cart {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 12px;
      padding: 12px 16px 12px 16px;
    }

    .quick-add__add-to-cart span {
      margin-top: 3px;
    }

    .quick-add__add-to-cart svg {
      width: 1.2rem;
      height: 1.2rem;
      margin-right: 10px;
    }

  }
}



/**
 * ----------------------------------------------------------------------------
 * Wash instructions
 * ----------------------------------------------------------------------------
 */

ul.wash-instructions {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-left: 0;
}



/**
 * ----------------------------------------------------------------------------
 * Custom filter string
 * ----------------------------------------------------------------------------
 */

.filter-hidden {
  pointer-events: none;
  display: none;
}

.Linklist__Checkbox.js--keyword:not(.animate)+.Link,
.Linklist__Checkbox.js--keyword:not(.animate)+.Link:before {
  transition: none;
}


/**
 * ----------------------------------------------------------------------------
 * Circle label
 * ----------------------------------------------------------------------------
 */


.circle-label {
  height: 80px;
  width: 80px;
  font-size: .8rem;
  line-height: 1;
  overflow: hidden;
  pointer-events: none;

  transform: translate(1rem, -1rem);
}


@media screen and (max-width: 768px) {
  .circle-label {
    height: 50px;
    width: 50px;
    font-size: .5rem
  }
}



.circle-label {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;

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

  background-color: #f1ebd7;
  color: #a4a092;

  font-feature-settings: 'pnum'on, 'lnum'on;

  z-index: 1;
}

@media screen and (max-width: 768px) {
  .circle-label {
    transform: translate(0.625rem, -0.625rem);
  }
}


@media screen and (max-width: 540px) {

  @media screen and (max-width: 540px),
  (-moz-touch-enabled: 1),
  (hover: none) {
    .product-search-click {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }
  }
}


/** Search **/

.Segment__Title {
  position: sticky;
  top: 0;
  padding-top: 10px;
  background: white;
  z-index: 10;
}

.Segment__Title:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  width: calc(100% + 5px);
  height: 100%;
  background: white;
  z-index: -1;
}

.Segment__Content .ProductItem {
  margin-bottom: 4rem;
}

.hrProductItem {
  visibility: visible !important;
}

.search-spinner {
  position: absolute;
  top: 11px;
  right: 11px;
}

/** Payment icons **/
.payment-icons__wrapper {
  margin-top: 1.8rem;
}

.payment-icons__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -0.8rem 0 0 -0.8rem;
}

.payment-icons__item {
  width: 3rem;
  height: 100%;
  max-height: 2rem;
  margin: 0.8rem 0 0 0.8rem;
  background-color: #FFFFFF;
  border-radius: 0.2rem;
}

.payment-icons__item svg {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 640px) {
  .payment-icons__wrapper {
    margin-top: 0;
  }

  .payment-icons__grid {
    justify-content: flex-start;
  }
}


/**
 * ----------------------------------------------------------------------------
 * Collection grid order
 * ----------------------------------------------------------------------------
 */

.content-blocks--grid{
  display: flex;
  flex-wrap: wrap;
}


.content-block{
  position: relative;
  /* height: 100%; */
  width: 100%;
}

.content-block__wrap{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.content-block .content-block__media{
  position: absolute;
  top: 0;
  left:0;
  height: 100%;
  width: 100%;

  object-fit: cover;
}

.content-block .content-block__content{
  padding: 20px;
  display: block;
  position: absolute;
  width: auto;
  z-index: 4;
}

.content-block .content-block__content{
  padding: 20px;
  display: block;
  position: absolute;
  width: auto;
  z-index: 4;
  pointer-events: none;
}

.content-block .content-block__content .Button {
  pointer-events: all;

}

.content-block .content-block__link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#points-logs-activity thead {
  background-color: #4a4a49 !important;
}

.rivo-account-progress-bar {
  background-color: #4a4a49 !important;
}

.rivo-account-card {
  border-radius: 0 !important;
  border: 1px solid #efefef !important;
}

.rivo-account-vip-tier-block.rivo-account-vip-tier-block, .rivo-account-rewards-block.rivo-account-rewards-block, .rivo-account-activity-block.rivo-account-activity-block, .rivo-account-card.rivo-account-card {
  background-color: #f5f1ec !important;
}

.rivo-hero-title.rivo-hero-title, .rivo-lp-section-title.rivo-lp-section-title, .rivo-th-tier-name.rivo-th-tier-name, .rivo-account-activity-block-header-title.rivo-account-activity-block-header-title, .rivo-account-rewards-progress-block-header-title.rivo-account-rewards-progress-block-header-title, .rivo-account-vip-tier-block-header-title.rivo-account-vip-tier-block-header-title {
  letter-spacing: 0.2em !important;
}


@media screen and (max-width: 640px) {
  /* .\31\/1--phone .content-block {
    min-height: 75vh;
  } */

  .\31\/1--phone{
    width: 100%;
  }
}

@media screen and (min-width: 641px) {
  /* .\31\/1--tablet-and-up .content-block {
    min-height: 50vh;
  } */

  .\31\/1--tablet-and-up{
    width: 100%;
  }
}

@media screen and (min-width: 1008px) {

  /* .\31\/1--lap-and-up .content-block {
    min-height: 50vh;
  } */

  .\31\/1--lap-and-up {
    width: 100%;
  }
}




/*Phone*/
@media screen and (max-width: 640px) {
  :root{
  --height-buffer-spacing:24px;
  }

  .Grid__Cell.\31\/1--phone .content-block__height-buffer {
      --desktop-devider:2;
      width:calc((100% / var(--desktop-devider)) - ((var(--height-buffer-spacing) / var(--desktop-devider)) * (var(--desktop-devider) - 1)))
  }
  .Grid__Cell.\31\/2--phone .content-block__height-buffer{
      --desktop-devider:1;
      width:calc((100% / var(--desktop-devider)) - ((var(--height-buffer-spacing) / var(--desktop-devider)) * (var(--desktop-devider) - 1)))
  }
}


/*Tablet and up*/
@media screen and (min-width: 641px) and (max-width: 1007px) {
  :root{
  --height-buffer-spacing:24px;
  }

  .Grid__Cell.\31\/1--tablet-and-up .content-block__height-buffer {
      --desktop-devider:1;
      width:calc((100% / var(--desktop-devider)) - ((var(--height-buffer-spacing) / var(--desktop-devider)) * (var(--desktop-devider) - 1)))
  }
  .Grid__Cell.\31\/2--tablet-and-up .content-block__height-buffer{
      --desktop-devider:2;
      width:calc((100% / var(--desktop-devider)) - ((var(--height-buffer-spacing) / var(--desktop-devider)) * (var(--desktop-devider) - 1)))
  }
  .Grid__Cell.\31\/3--tablet-and-up .content-block__height-buffer{
      --desktop-devider:1;
      width:calc((100% / var(--desktop-devider)) - ((var(--height-buffer-spacing) / var(--desktop-devider)) * (var(--desktop-devider) - 1)))
  }
  .Grid__Cell.\32\/3--tablet-and-up .content-block__height-buffer{
      --desktop-devider:2;
      width:calc((100% / var(--desktop-devider)) - ((var(--height-buffer-spacing) / var(--desktop-devider)) * (var(--desktop-devider) - 1)))
  }
}

/*Lap and up*/
@media screen and (min-width: 1008px) {
  :root{
    --height-buffer-spacing:24px;
    }

  .Grid__Cell.\31\/1--lap-and-up .content-block__height-buffer {
      --desktop-devider:4;
      width:calc((100% / var(--desktop-devider)) - ((var(--height-buffer-spacing) / var(--desktop-devider)) * (var(--desktop-devider) - 1)))
  }
  .Grid__Cell.\31\/2--lap-and-up .content-block__height-buffer{
      --desktop-devider:2;
      width:calc((100% / var(--desktop-devider)) - ((var(--height-buffer-spacing) / var(--desktop-devider)) * (var(--desktop-devider) - 1)))
  }
  .Grid__Cell.\31\/3--lap-and-up .content-block__height-buffer{
      --desktop-devider:{{ 1 | divided_by: 3.0000 | times: 10 }};
      width:calc((100% / var(--desktop-devider)) - ((var(--height-buffer-spacing) / var(--desktop-devider)) * (var(--desktop-devider) - 1)))
  }
  .Grid__Cell.\33\/4--lap-and-up .content-block__height-buffer{
      --desktop-devider:3;
      width:calc((100% / var(--desktop-devider)) - ((var(--height-buffer-spacing) / var(--desktop-devider)) * (var(--desktop-devider) - 1)))
  }
}

@media screen and (min-width: 1140px){
  :root{
    --height-buffer-spacing:var(--horizontal-spacing-four-products-per-row);
  }
}

@media screen and (max-width: 540px) {
  .CartItem{
    margin: 15px 0;
  }
  .Drawer__Footer{
    font-size: 12px;
  }
  .Cart__Checkout {
    font-size: 10px;
    margin-top: 12px;
  }
}

.collapsible--padding.collapsible--padding {
  padding: 14px 0 ;
}