/** Shopify CDN: Minification failed

Line 11688:10 Expected identifier but found whitespace
Line 11688:11 Unexpected "0"

**/
/* DASHCODE *gen* */
/*gallery fix*/
.instagram__image-wrapper .instagram__link-overlay {
  z-index: 2;
  background: transparent;
}
.instagram__image-wrapper .hover-text {
  opacity: 0;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.instagram__image-wrapper:hover .hover-text {
  opacity: 1;
}
.gallery-custom .hover-image {
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
}
.gallery-custom .instagram__image-wrapper:hover .hover-image {
  opacity: 1;
}
/*end gallery fix*/
.custom-colour-wrap h3 { font-size: var(--gsc-fz-12) !important; line-height: var(--gsc-lh-5); margin: 0 0 1.2rem; text-transform: none !important; letter-spacing: 0 !important; }
.custom-colour { display: flex; gap: 8px; flex-wrap: wrap; }
.custom-colour a { width: 46px; height: 46px; border: 1px solid #ccc; padding: 2px; display: block; }
.custom-colour a:hover,
.custom-colour a.current-colour { border-color: #000; }
.custom-colour img { width: 40px; height: 40px; display: block; }
.color-swatches-picker { display: none !important; }
.dashcode-final-sale color-swatches-picker { display: none !important; }


.custom-colour-wrap.on-collections .custom-colour { gap: 4px; }
.custom-colour-wrap.on-collections .custom-colour a { width: 32px; height: 32px; padding: 0; border: 1px solid #ccc; position: relative; }
.custom-colour-wrap.on-collections .custom-colour img { width: 30px; height: 30px; }
.custom-colour-wrap.on-collections .custom-colour a:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; border: 2px solid #fff; transition: all 0.3s; opacity: 0; }
.custom-colour-wrap.on-collections .custom-colour a:hover:after { opacity: 1; }
@media all and (max-width: 767px) {
  .custom-colour-wrap.on-collections .custom-colour a { width: 16px; height: 16px; }
  .custom-colour-wrap.on-collections .custom-colour img { width: 14px; height: 14px; }
}


.dashcode-product .alt-products-wrap h3,
.dashcode-custom-linked-products .alt-products-wrap h3 { font-size: var(--gsc-fz-12); line-height: var(--gsc-lh-5); margin: 0 0 1.2rem; text-transform: none; letter-spacing: 0 !important; }
.dashcode-product .alt-products,
.dashcode-custom-linked-products .alt-products { display: flex; gap: 10px; }
.dashcode-product .alt-products a,
.dashcode-custom-linked-products .alt-products a { width: 46px; height: 46px; display: block; position: relative; overflow: hidden; border: 1px solid transparent; }
.dashcode-product .alt-products a:hover,
.dashcode-custom-linked-products .alt-products a:hover { border: 1px solid #000; }
.dashcode-product .alt-products img,
.dashcode-custom-linked-products .alt-products img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); object-fit: cover; }

.afterpay-paragraph { font-size: 12px; line-height: 1.5; max-width: 250px; }
.afterpay-paragraph img {
  display: inline-block;
  margin: 0;
  filter: grayscale(1) contrast(2);
}
.afterpay-paragraph a { text-decoration: none; }
.product-general-info-block.block-price + .product-content-tab,
.custom-app-block--inside-product-section + .product-content-tab { margin-top: 5px; }

.dashcode-product .yotpo-base-layout,
.dashcode-custom-linked-products .yotpo-base-layout { width: 100% !important; }
.dashcode-product .yotpo-base-layout .yotpo-headline,
.dashcode-custom-linked-products .yotpo-base-layout .yotpo-headline { color: var(--gsc-text-color-100) !important; font-weight: var(--gsc-headings-font-weight) !important; font-family: var(--gsc-headings-font-family) !important; font-style: var(--gsc-headings-font-style) !important; font-size: var(--gsc-heading-6-desktop-font-size) !important; line-height: var(--gsc-heading-6-desktop-line-height) !important; text-transform: var(--gsc-headings-text-transform) !important; word-spacing: var(--gsc-headings-word-spacing) !important; margin: 0; }
.yotpo-star-rating-wrapper .yotpo-star-rating-icons-wrapper { display: flex; }

.dashcode-product .product-variant-picker + div + .custom-app-block,
.dashcode-custom-linked-products .product-variant-picker + div + .custom-app-block { margin-top: 10px; }

.product-content-tab + .product-content-tab.product-content-tab--collapsible-row { margin-top: 0; }
.product-content-tab .product-content-tab.product-content-tab--collapsible-row { border-bottom: 0; }

.product-price__current-price,
.product-price__old-price {
  font-weight: 400;
}

.product-content-tab__rte h3 { font-family: var(--gsc-body-font-family); font-weight: 300; font-size: 18px; }
.product-form__btn { width: 100%; background: #fff; border: 1px solid #000; color: #000; transition: all 0.3s; }
.product-form__btn:hover { background: #000; color: #fff; }

.sizing-table {
  display: table;
  text-indent: initial;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.sizing-table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.sizing-table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.sizing-table td {
  display: table-cell;
  vertical-align: inherit;
  min-width: 45px;
  text-align: center;
  padding: 0;
}

.sizing-table div {
  font-size: 12px;
  height: 30px;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.size_header div {
  border-bottom: 1px solid black;
  margin-bottom: 20px !important;
}
.sizing-table .align-left div {
  justify-content: flex-start;
  text-align: left;
}
.sizing_rows_1 td div,
.sizing_rows_2 td div,
.sizing_rows_3 td div {
  margin: 5px !important;
}
.sizing_rows_1 td div {
  background: #ebebeb;
}
.sizing_rows_2 td div {
  background: #d7d7d7;
}
.sizing_rows_3 td div {
  background: #b7b7b7;
}
.sizing-table .no-bg div {
  background: none !important;
}

.product-card__info {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}
.product-card__info .product-card__price {
  margin-top: 0;
}

.recently-viewed__header {
  margin-bottom: 24px !important;
}

.product-quantity__wrap {
  justify-content: flex-start;
}
.product-quantity__wrap .product-quantity__quantity {
  margin-left: 20px;
}

.wk-button {
  margin-bottom: 22px;
}
.wk-button:hover {
  margin-bottom: 22px;
}

@media all and (max-width: 767px) {
  .qw-btn,
  .qa-btn,
  .recently-viewed .product-card__btn-wrapper { display: none; }
  .dashcode-product .product.section,
  .dashcode-custom-linked-products .product.section { padding-top: 0; }
  .dashcode-product .dots-carousel,
  .dashcode-custom-linked-products .dots-carousel { position: relative; padding-top: 16px; }
  .dashcode-product .dots-carousel__slide-inner-circle,
  .dashcode-custom-linked-products .dots-carousel__slide-inner-circle {
    background: silver;
    border: none;
    box-shadow: none;
    width: 1rem;
    height: 1rem;
  }
  .dashcode-product .dots-carousel__slide-body,
  .dashcode-custom-linked-products .dots-carousel__slide-body {
    width: 3rem;
    height: 3rem;
  }
  .dashcode-product .dots-carousel__loader,
  .dashcode-product .dots-carousel__slide.is-primary .dots-carousel__loader,
  .dashcode-custom-linked-products .dots-carousel__loader,
  .dashcode-custom-linked-products .dots-carousel__slide.is-primary .dots-carousel__loader {
    display: none !important;
  }
  .dashcode-product .dots-carousel__slide.is-primary .dots-carousel__slide-inner-circle,
  .dashcode-custom-linked-products .dots-carousel__slide.is-primary .dots-carousel__slide-inner-circle { display: block; background: #777; }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7 {
  letter-spacing: 1.5px !important;
}

.shipping-cost-table {
  border: 1px solid #eee;
  border-collapse: collapse;
  width: 100%;
  display: table
}
.shipping-cost-table th,
.shipping-cost-table td {
  border: 1px solid #eee;
}
.shipping-cost-table div {
  padding: 10px;
  font-size: 14px;
}

.rte,
.accordeon-plus__btn,
.product-card__price-item,
.product-card__price-item-old,
/*.product-price__current-price,
.product-price__old-price,*/
.product-variant-picker__option-label,
.pill__label,
.product-quantity__label,
.product-drawer-tabs-trigger-link,
.product-information-drawer__header-title,
.product-information-drawer__tab-name,
.footer__title,
.localization-dropdown-toggle,
.localization-dropdown__item,
.sidebar-cart__header-title,
.cart-item__option,
.cart-item__price,
.announcement-bar__text,
.contact__captcha-note,
.custom-app-block input.spr-form-input, 
.custom-app-block textarea.spr-form-input, 
.date-input, 
.input, 
.textarea,
.custom-app-block input.spr-form-input::placeholder, 
.custom-app-block textarea.spr-form-input::placeholder, 
.textarea::placeholder, 
.input::placeholder,
.label,
.field__link, 
.input-link,
.login__footer,
.caption,
.subtotal__tax-note,
.collection-hero__breadcrumbs,
.shop__filters-btn-label,
.sort-list__btn,
.sort-list-dropdown__active-sort-option,
.sort-list-dropdown__item,
.shop__product-count,
.instagram__image-wrapper .hover-text p, 
.footer__bottom-bar-item {
  font-weight: 300;
}
/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/index.css ***!
  \***************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
  }

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
  }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
  }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
  }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
  strong {
    font-weight: bolder;
  }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
  }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

sub {
    bottom: -0.25em;
  }

sup {
    top: -0.5em;
  }

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
  }

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
  input { /* 1 */
    overflow: visible;
  }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
  select { /* 1 */
    text-transform: none;
  }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
  }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
  }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
  }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
  }

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
  }

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
  }

/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
  }

body,
.color-default,
.color-primary,
.color-secondary,
.color-custom-1,
.color-custom-2,
.color-custom-3,
.color-custom-5,
.color-white,
.color-black {
  --gsc-white-color: 255, 255, 255;
  --gsc-black-color: 0, 0, 0;
  --gsc-green-color: 83, 158, 58;
  --gsc-yellow-color: 255, 165, 29;
  --gsc-red-color: 195, 59, 59;
  --gsc-blue-color: 62, 46, 255;
  --gsc-text-color-0: rgba(var(--gsc-text-color), 0);
  --gsc-text-color-5: rgba(var(--gsc-text-color), 0.05);
  --gsc-text-color-10: rgba(var(--gsc-text-color), 0.1);
  --gsc-text-color-15: rgba(var(--gsc-text-color), 0.15);
  --gsc-text-color-20: rgba(var(--gsc-text-color), 0.2);
  --gsc-text-color-25: rgba(var(--gsc-text-color), 0.25);
  --gsc-text-color-30: rgba(var(--gsc-text-color), 0.3);
  --gsc-text-color-35: rgba(var(--gsc-text-color), 0.35);
  --gsc-text-color-40: rgba(var(--gsc-text-color), 0.4);
  --gsc-text-color-45: rgba(var(--gsc-text-color), 0.45);
  --gsc-text-color-50: rgba(var(--gsc-text-color), 0.5);
  --gsc-text-color-55: rgba(var(--gsc-text-color), 0.55);
  --gsc-text-color-60: rgba(var(--gsc-text-color), 0.6);
  --gsc-text-color-65: rgba(var(--gsc-text-color), 0.65);
  --gsc-text-color-70: rgba(var(--gsc-text-color), 0.7);
  --gsc-text-color-75: rgba(var(--gsc-text-color), 0.75);
  --gsc-text-color-80: rgba(var(--gsc-text-color), 0.8);
  --gsc-text-color-85: rgba(var(--gsc-text-color), 0.85);
  --gsc-text-color-90: rgba(var(--gsc-text-color), 0.9);
  --gsc-text-color-95: rgba(var(--gsc-text-color), 0.95);
  --gsc-text-color-100: rgba(var(--gsc-text-color), 1);
  --gsc-background-color-0: rgba(var(--gsc-background-color), 0);
  --gsc-background-color-5: rgba(var(--gsc-background-color), 0.05);
  --gsc-background-color-10: rgba(var(--gsc-background-color), 0.1);
  --gsc-background-color-15: rgba(var(--gsc-background-color), 0.15);
  --gsc-background-color-20: rgba(var(--gsc-background-color), 0.2);
  --gsc-background-color-25: rgba(var(--gsc-background-color), 0.25);
  --gsc-background-color-30: rgba(var(--gsc-background-color), 0.3);
  --gsc-background-color-35: rgba(var(--gsc-background-color), 0.35);
  --gsc-background-color-40: rgba(var(--gsc-background-color), 0.4);
  --gsc-background-color-45: rgba(var(--gsc-background-color), 0.45);
  --gsc-background-color-50: rgba(var(--gsc-background-color), 0.5);
  --gsc-background-color-55: rgba(var(--gsc-background-color), 0.55);
  --gsc-background-color-60: rgba(var(--gsc-background-color), 0.6);
  --gsc-background-color-65: rgba(var(--gsc-background-color), 0.65);
  --gsc-background-color-70: rgba(var(--gsc-background-color), 0.7);
  --gsc-background-color-75: rgba(var(--gsc-background-color), 0.75);
  --gsc-background-color-80: rgba(var(--gsc-background-color), 0.8);
  --gsc-background-color-85: rgba(var(--gsc-background-color), 0.85);
  --gsc-background-color-90: rgba(var(--gsc-background-color), 0.9);
  --gsc-background-color-95: rgba(var(--gsc-background-color), 0.95);
  --gsc-background-color-100: rgba(var(--gsc-background-color), 1);
  --gsc-foreground-color-0: rgba(var(--gsc-foreground-color), 0);
  --gsc-foreground-color-5: rgba(var(--gsc-foreground-color), 0.05);
  --gsc-foreground-color-10: rgba(var(--gsc-foreground-color), 0.1);
  --gsc-foreground-color-15: rgba(var(--gsc-foreground-color), 0.15);
  --gsc-foreground-color-20: rgba(var(--gsc-foreground-color), 0.2);
  --gsc-foreground-color-25: rgba(var(--gsc-foreground-color), 0.25);
  --gsc-foreground-color-30: rgba(var(--gsc-foreground-color), 0.3);
  --gsc-foreground-color-35: rgba(var(--gsc-foreground-color), 0.35);
  --gsc-foreground-color-40: rgba(var(--gsc-foreground-color), 0.4);
  --gsc-foreground-color-45: rgba(var(--gsc-foreground-color), 0.45);
  --gsc-foreground-color-50: rgba(var(--gsc-foreground-color), 0.5);
  --gsc-foreground-color-55: rgba(var(--gsc-foreground-color), 0.55);
  --gsc-foreground-color-60: rgba(var(--gsc-foreground-color), 0.6);
  --gsc-foreground-color-65: rgba(var(--gsc-foreground-color), 0.65);
  --gsc-foreground-color-70: rgba(var(--gsc-foreground-color), 0.7);
  --gsc-foreground-color-75: rgba(var(--gsc-foreground-color), 0.75);
  --gsc-foreground-color-80: rgba(var(--gsc-foreground-color), 0.8);
  --gsc-foreground-color-85: rgba(var(--gsc-foreground-color), 0.85);
  --gsc-foreground-color-90: rgba(var(--gsc-foreground-color), 0.9);
  --gsc-foreground-color-95: rgba(var(--gsc-foreground-color), 0.95);
  --gsc-foreground-color-100: rgba(var(--gsc-foreground-color), 1);
  --gsc-button-background-color-90: rgba(
    var(--gsc-button-background-color),
    0.9
  );
  --gsc-button-background-color-100: rgba(
    var(--gsc-button-background-color),
    1
  );
  --gsc-button-text-color-100: rgba(var(--gsc-button-text-color), 1);
  --gsc-outline-button-background-color-90: rgba(
    var(--gsc-outline-button-background-color),
    0.9
  );
  --gsc-outline-button-background-color-100: rgba(
    var(--gsc-outline-button-background-color),
    1
  );
  --gsc-outline-button-text-color-100: rgba(
    var(--gsc-outline-button-text-color),
    1
  );
  --gsc-border-color-100: rgba(var(--gsc-border-color), 1);
  --gsc-white-color-0: rgba(var(--gsc-white-color), 0);
  --gsc-white-color-5: rgba(var(--gsc-white-color), 0.05);
  --gsc-white-color-10: rgba(var(--gsc-white-color), 0.1);
  --gsc-white-color-15: rgba(var(--gsc-white-color), 0.15);
  --gsc-white-color-20: rgba(var(--gsc-white-color), 0.2);
  --gsc-white-color-25: rgba(var(--gsc-white-color), 0.25);
  --gsc-white-color-30: rgba(var(--gsc-white-color), 0.3);
  --gsc-white-color-35: rgba(var(--gsc-white-color), 0.35);
  --gsc-white-color-40: rgba(var(--gsc-white-color), 0.4);
  --gsc-white-color-45: rgba(var(--gsc-white-color), 0.45);
  --gsc-white-color-50: rgba(var(--gsc-white-color), 0.5);
  --gsc-white-color-55: rgba(var(--gsc-white-color), 0.55);
  --gsc-white-color-60: rgba(var(--gsc-white-color), 0.6);
  --gsc-white-color-65: rgba(var(--gsc-white-color), 0.65);
  --gsc-white-color-70: rgba(var(--gsc-white-color), 0.7);
  --gsc-white-color-75: rgba(var(--gsc-white-color), 0.75);
  --gsc-white-color-80: rgba(var(--gsc-white-color), 0.8);
  --gsc-white-color-85: rgba(var(--gsc-white-color), 0.85);
  --gsc-white-color-90: rgba(var(--gsc-white-color), 0.9);
  --gsc-white-color-95: rgba(var(--gsc-white-color), 0.95);
  --gsc-white-color-100: rgba(var(--gsc-white-color), 1);
  --gsc-green-color-100: rgba(var(--gsc-green-color), 1);
  --gsc-yellow-color-35: rgba(var(--gsc-yellow-color), 0.35);
  --gsc-yellow-color-100: rgba(var(--gsc-yellow-color), 1);
  --gsc-red-color-100: rgba(var(--gsc-red-color), 1);
  --gsc-black-color-0: rgba(var(--gsc-black-color), 0);
  --gsc-black-color-5: rgba(var(--gsc-black-color), 0.05);
  --gsc-black-color-10: rgba(var(--gsc-black-color), 0.1);
  --gsc-black-color-15: rgba(var(--gsc-black-color), 0.15);
  --gsc-black-color-20: rgba(var(--gsc-black-color), 0.2);
  --gsc-black-color-25: rgba(var(--gsc-black-color), 0.25);
  --gsc-black-color-30: rgba(var(--gsc-black-color), 0.3);
  --gsc-black-color-35: rgba(var(--gsc-black-color), 0.35);
  --gsc-black-color-40: rgba(var(--gsc-black-color), 0.4);
  --gsc-black-color-45: rgba(var(--gsc-black-color), 0.45);
  --gsc-black-color-50: rgba(var(--gsc-black-color), 0.5);
  --gsc-black-color-55: rgba(var(--gsc-black-color), 0.55);
  --gsc-black-color-60: rgba(var(--gsc-black-color), 0.6);
  --gsc-black-color-65: rgba(var(--gsc-black-color), 0.65);
  --gsc-black-color-70: rgba(var(--gsc-black-color), 0.7);
  --gsc-black-color-75: rgba(var(--gsc-black-color), 0.75);
  --gsc-black-color-80: rgba(var(--gsc-black-color), 0.8);
  --gsc-black-color-85: rgba(var(--gsc-black-color), 0.85);
  --gsc-black-color-90: rgba(var(--gsc-black-color), 0.9);
  --gsc-black-color-95: rgba(var(--gsc-black-color), 0.95);
  --gsc-black-color-100: rgba(var(--gsc-black-color), 1);
}

:root {
  --gsc-container-padding: 2rem;
  --gsc-full-screen-container-width: 100%;
  --gsc-large-container-width: 132rem;
  --gsc-medium-container-width: 114rem;
  --gsc-small-container-width: 96rem;
  --gsc-xsmall-container-width: 72rem;

  --gsc-container-header-padding: 2rem;
}

:root {
  /* old font variables */

  --gsc-fz-1: 4.6rem;
  --gsc-fz-2: 4rem;
  --gsc-fz-3: 3.6rem;
  --gsc-fz-4: 3.2rem;
  --gsc-fz-5: 2.8rem;
  --gsc-fz-6: 2.6rem;
  --gsc-fz-7: 2.4rem;
  --gsc-fz-8: 2.2rem;
  --gsc-fz-9: 2rem;
  --gsc-fz-10: 1.8rem;
  --gsc-fz-11: 1.6rem;
  --gsc-fz-12: 1.4rem;
  --gsc-fz-13: 1.3rem;
  --gsc-fz-14: 1.2rem;
  --gsc-lh-base: calc(24 / 16);
  --gsc-lh-1: calc(28 / 16);
  --gsc-lh-2: calc(28 / 18);
  --gsc-lh-3: calc(26 / 18);
  --gsc-lh-4: calc(24 / 16);
  --gsc-lh-5: calc(22 / 14);
  --gsc-lh-6: calc(16 / 12);
  --gsc-lh-7: calc(18 / 13);
  --gsc-lh-8: calc(26 / 20);
  --gsc-lh-9: calc(32 / 22);
  --gsc-lh-10: calc(36 / 28);
  --gsc-lh-11: calc(28 / 20);
  --gsc-lh-12: calc(30 / 22);
  --gsc-lh-13: calc(32 / 20);
  --gsc-lh-14: calc(28 / 14);
  --gsc-lh-15: calc(18 / 12);
  --gsc-lh-16: calc(20 / 13);

  /* product card */

  --gsc-product-card-price-font-size-xs: 1.4rem;
  --gsc-product-card-price-font-size-sm: 1.6rem;
  --gsc-product-card-price-font-size-md: 1.8rem;
  --gsc-product-card-price-font-size-lg: 2rem;
  --gsc-product-card-price-font-size-xl: 2.2rem;
  --gsc-product-card-price-font-size-xxl: 2.4rem;
  --gsc-product-card-price-line-height-xs: calc(22 / 14);
  --gsc-product-card-price-line-height-sm: calc(24 / 16);
  --gsc-product-card-price-line-height-md: calc(28 / 18);
  --gsc-product-card-price-line-height-lg: calc(32 / 20);
  --gsc-product-card-price-line-height-xl: calc(34 / 22);
  --gsc-product-card-price-line-height-xxl: calc(36 / 24);
  --gsc-product-card-old-price-font-size: 1.4rem;
  --gsc-product-card-old-price-line-height: calc(22 / 14);
  --gsc-product-card-old-price-font-weight: 500;
  --gsc-product-sale-amount-badge-font-size: 1.3rem;
  --gsc-product-sale-amount-badge-line-height: calc(20 / 13);
  --gsc-product-sale-amount-badge-font-weight: 600;

  /* new font variables */

  --gsc-font-size-xs: 1.4rem;
  --gsc-line-height-xs: calc(22 / 14);
  --gsc-font-weight-bold: 700;
  --gsc-font-weight-semibold: 600;
  --gsc-font-weight-medium: 500;
  --gsc-font-weight-normal: 400;

  /* body text */

  --gsc-body-letter-spacing: 0px;
  --gsc-body-word-spacing: 0rem;

  /* product in featured product/product/quick view sections */

  --gsc-product-price-font-size-xs: 1.8rem;
  --gsc-product-price-font-size-sm: 2.2rem;
  --gsc-product-price-font-size-md: 2.8rem;
  --gsc-product-price-font-size-lg: 3.2rem;
  --gsc-product-price-font-size-xl: 3.6rem;
  --gsc-product-price-font-size-xxl: 4rem;
  --gsc-product-price-line-height-xs: calc(26 / 18);
  --gsc-product-price-line-height-sm: calc(30 / 22);
  --gsc-product-price-line-height-md: calc(36 / 28);
  --gsc-product-price-line-height-lg: calc(38 / 32);
  --gsc-product-price-line-height-xl: calc(46 / 36);
  --gsc-product-price-line-height-xxl: calc(52 / 40);
  --gsc-product-old-price-font-size: 1.4rem;
  --gsc-product-old-price-font-weight: 500;
  --gsc-product-old-price-line-height: calc(22 / 14);

  /* article card */

  --gsc-article-card-badge-font-size: 1.3rem;
  --gsc-article-card-badge-line-height: calc(20 / 13);
  --gsc-article-card-badge-font-weight: 600;

  /* body text */

  --gsc-body-font-size-xxl: 2.2rem;
  --gsc-body-font-size-xl: 2rem;
  --gsc-body-font-size-l: 1.8rem;
  --gsc-body-font-size-m: 1.6rem;
  --gsc-body-font-size-s: 1.4rem;
  --gsc-body-font-size-xs: 1.3rem;
  --gsc-body-font-size-xxs: 1.2rem;
  --gsc-body-line-height-xxl: 3.8rem;
  --gsc-body-line-height-xl: 3.4rem;
  --gsc-body-line-height-l: 3.2rem;
  --gsc-body-line-height-m: 2.8rem;
  --gsc-body-line-height-s: 2.4rem;
  --gsc-body-line-height-xs: 2.2rem;
  --gsc-body-line-height-xxs: 2rem;

  /* headings */
  --gsc-heading-0-font-size: 4rem;
  --gsc-heading-1-font-size: 3.6rem;
  --gsc-heading-2-font-size: 3.2rem;
  --gsc-heading-3-font-size: 2.8rem;
  --gsc-heading-4-font-size: 2.6rem;
  --gsc-heading-5-font-size: 2.4rem;
  --gsc-heading-6-font-size: 1.8rem;
  --gsc-heading-7-font-size: 1.6rem;
  --gsc-heading-0-line-height: 4.8rem;
  --gsc-heading-1-line-height: 4.6rem;
  --gsc-heading-2-line-height: 4rem;
  --gsc-heading-3-line-height: 3.8rem;
  --gsc-heading-4-line-height: 3.6rem;
  --gsc-heading-5-line-height: 3.4rem;
  --gsc-heading-6-line-height: 2.8rem;
  --gsc-heading-7-line-height: 2.4rem;
}

:root {
  /* image ratio */

  --gsc-square-image-ratio: calc((1 / 1) * 100%);
  --gsc-portrait-image-ratio: calc((4 / 3) * 100%);
  --gsc-large-portrait-image-ratio: calc((3 / 2) * 100%);
  --gsc-landscape-image-ratio: calc((3 / 4) * 100%);
  --gsc-narrow-landscape-image-ratio: calc((0.565 / 1) * 100%);

  /* icons */

  --gsc-filled-star-24: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDJMMTQuODQ0OSA5LjA4NDM2TDIyLjQ2MTYgOS42MDA4MUwxNi42MDMxIDE0LjQ5NTZMMTguNDY1NiAyMS44OTkyTDEyIDE3Ljg0TDUuNTM0MzYgMjEuODk5Mkw3LjM5Njg5IDE0LjQ5NTZMMS41MzgzOCA5LjYwMDgxTDkuMTU1MTIgOS4wODQzNkwxMiAyWiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPgo=);
  --gsc-half-filled-star-24: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDJMMTQuODQ0OSA5LjA4NDM2TDIyLjQ2MTYgOS42MDA4MUwxNi42MDMxIDE0LjQ5NTZMMTguNDY1NiAyMS44OTkyTDEyIDE3Ljg0TDUuNTM0MzYgMjEuODk5Mkw3LjM5Njg5IDE0LjQ5NTZMMS41MzgzOCA5LjYwMDgxTDkuMTU1MTIgOS4wODQzNkwxMiAyWiIgZmlsbD0iY3VycmVudENvbG9yIiBmaWxsLW9wYWNpdHk9IjAuNSIvPgo8bWFzayBpZD0ibWFzazBfNDczM182NDI2NCIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMSIgeT0iMiIgd2lkdGg9IjIyIiBoZWlnaHQ9IjIwIj4KPHBhdGggZD0iTTEyIDJMMTQuODQ0OSA5LjA4NDM2TDIyLjQ2MTYgOS42MDA4MUwxNi42MDMxIDE0LjQ5NTZMMTguNDY1NiAyMS44OTkyTDEyIDE3Ljg0TDUuNTM0MzYgMjEuODk5Mkw3LjM5Njg5IDE0LjQ5NTZMMS41MzgzOCA5LjYwMDgxTDkuMTU1MTIgOS4wODQzNkwxMiAyWiIgZmlsbD0iY3VycmVudENvbG9yIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF80NzMzXzY0MjY0KSI+CjxyZWN0IHg9IjEiIHk9IjIiIHdpZHRoPSIxMSIgaGVpZ2h0PSIyMC4xNjY3IiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9nPgo8L3N2Zz4K);
  --gsc-half-filled-star-48: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDJMMTQuODQ0OSA5LjA4NDM2TDIyLjQ2MTYgOS42MDA4MUwxNi42MDMxIDE0LjQ5NTZMMTguNDY1NiAyMS44OTkyTDEyIDE3Ljg0TDUuNTM0MzYgMjEuODk5Mkw3LjM5Njg5IDE0LjQ5NTZMMS41MzgzOCA5LjYwMDgxTDkuMTU1MTIgOS4wODQzNkwxMiAyWiIgZmlsbD0iY3VycmVudENvbG9yIiBmaWxsLW9wYWNpdHk9IjAuNSIvPgo8bWFzayBpZD0ibWFzazBfNDczM182NDI2NCIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMSIgeT0iMiIgd2lkdGg9IjIyIiBoZWlnaHQ9IjIwIj4KPHBhdGggZD0iTTEyIDJMMTQuODQ0OSA5LjA4NDM2TDIyLjQ2MTYgOS42MDA4MUwxNi42MDMxIDE0LjQ5NTZMMTguNDY1NiAyMS44OTkyTDEyIDE3Ljg0TDUuNTM0MzYgMjEuODk5Mkw3LjM5Njg5IDE0LjQ5NTZMMS41MzgzOCA5LjYwMDgxTDkuMTU1MTIgOS4wODQzNkwxMiAyWiIgZmlsbD0iY3VycmVudENvbG9yIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF80NzMzXzY0MjY0KSI+CjxyZWN0IHg9IjEiIHk9IjIiIHdpZHRoPSIxMSIgaGVpZ2h0PSIyMC4xNjY3IiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9nPgo8L3N2Zz4K);
  --gsc-filled-star-48: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDJMMTQuODQ0OSA5LjA4NDM2TDIyLjQ2MTYgOS42MDA4MUwxNi42MDMxIDE0LjQ5NTZMMTguNDY1NiAyMS44OTkyTDEyIDE3Ljg0TDUuNTM0MzYgMjEuODk5Mkw3LjM5Njg5IDE0LjQ5NTZMMS41MzgzOCA5LjYwMDgxTDkuMTU1MTIgOS4wODQzNkwxMiAyWiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPgo=);
  --gsc-filled-star-56: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDJMMTQuODQ0OSA5LjA4NDM2TDIyLjQ2MTYgOS42MDA4MUwxNi42MDMxIDE0LjQ5NTZMMTguNDY1NiAyMS44OTkyTDEyIDE3Ljg0TDUuNTM0MzYgMjEuODk5Mkw3LjM5Njg5IDE0LjQ5NTZMMS41MzgzOCA5LjYwMDgxTDkuMTU1MTIgOS4wODQzNkwxMiAyWiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPgo=);
  --gsc-half-filled-star-56: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDJMMTQuODQ0OSA5LjA4NDM2TDIyLjQ2MTYgOS42MDA4MUwxNi42MDMxIDE0LjQ5NTZMMTguNDY1NiAyMS44OTkyTDEyIDE3Ljg0TDUuNTM0MzYgMjEuODk5Mkw3LjM5Njg5IDE0LjQ5NTZMMS41MzgzOCA5LjYwMDgxTDkuMTU1MTIgOS4wODQzNkwxMiAyWiIgZmlsbD0iY3VycmVudENvbG9yIiBmaWxsLW9wYWNpdHk9IjAuNSIvPgo8bWFzayBpZD0ibWFzazBfNDczM182NDI2NCIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMSIgeT0iMiIgd2lkdGg9IjIyIiBoZWlnaHQ9IjIwIj4KPHBhdGggZD0iTTEyIDJMMTQuODQ0OSA5LjA4NDM2TDIyLjQ2MTYgOS42MDA4MUwxNi42MDMxIDE0LjQ5NTZMMTguNDY1NiAyMS44OTkyTDEyIDE3Ljg0TDUuNTM0MzYgMjEuODk5Mkw3LjM5Njg5IDE0LjQ5NTZMMS41MzgzOCA5LjYwMDgxTDkuMTU1MTIgOS4wODQzNkwxMiAyWiIgZmlsbD0iY3VycmVudENvbG9yIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF80NzMzXzY0MjY0KSI+CjxyZWN0IHg9IjEiIHk9IjIiIHdpZHRoPSIxMSIgaGVpZ2h0PSIyMC4xNjY3IiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9nPgo8L3N2Zz4K);
}

:root {
  --gsc-radii-1: 0rem;
  --gsc-radii-2: 0.2rem;
  --gsc-radii-3: 0.4rem;
  --gsc-radii-4: 0.6rem;
  --gsc-radii-5: 0.8rem;
  --gsc-radii-6: 1rem;
  --gsc-radii-7: 1.2rem;
  --gsc-radii-8: 1.4rem;
  --gsc-radii-9: 1.6rem;
  --gsc-radii-10: 1.8rem;
  --gsc-radii-11: 2rem;
  --gsc-radii-12: 2.2rem;
  --gsc-radii-13: 2.4rem;
  --gsc-radii-14: 2.6rem;
  --gsc-radii-15: 2.8rem;
}

.round-level-0 {
  /* all zero values */
}

.round-level-1 {
  /* controls group */
  --gsc-dropdown-input-body-radii: 0.2rem;
  --gsc-dropdown-input-radii: 0.2rem;
  --gsc-dropdown-input-swatch-radii: 0.2rem;
  --gsc-pill-radii: 0.2rem;
  --gsc-pill-swatch-radii: 0.2rem;

  /* checkbox group */
  --gsc-checkbox-radii: 0.2rem;

  /* pagination group */
  --gsc-classic-pagination-item-radii: 0.2rem;

  /* input and buttons group */
  --gsc-input-radii: 0.2rem;
  --gsc-button-radii: 0.2rem;

  /* tag and badges group */
  --gsc-badge-radii: 0.2rem;

  /* basic product card */
  --gsc-product-card-image-radii: 0.2rem;
  --gsc-product-card-radii: 0.2rem;
  --gsc-product-card-button-radii: 0.2rem;

  /* vertical product card */
  --gsc-vertical-product-card-image-radii: 0.2rem;
  --gsc-hotspots-vertical-product-card-image-radii: 0.2rem;

  /* horizontal product card */
  --gsc-horizontal-product-card-radii: 0.2rem;
  --gsc-horizontal-product-card-image-radii: 0.2rem;
  --gsc-horizontal-product-card-button-radii: 0.2rem;

  /* filters and product section swatches */
  --gsc-product-section-allSize-swatch-radii: 0.2rem;
  --gsc-filters-allSize-swatch-radii: 0.2rem;

  /* product card swatches */
  --gsc-product-card-size6-swatch-radii: 0.2rem;
  --gsc-product-card-size5-swatch-radii: 0.2rem;
  --gsc-product-card-size4-swatch-radii: 0.2rem;
  --gsc-product-card-size3-swatch-radii: 0.2rem;
  --gsc-product-card-size2-swatch-radii: 0.2rem;
  --gsc-product-card-size1-swatch-radii: 0.2rem;

  /* cart */
  --gsc-cart-item-quantity-button-radii: 0.2rem;

  /* header */
  --gsc-header-menu-item-radii: 0.2rem;

  /* product section */
  --gsc-product-thumbnail-icon-radii: 0.2rem;

  /* sort list */
  --gsc-default-dropdown-radii: 0.2rem;
  --gsc-default-dropdown-item-radii: 0.2rem;

  /* blog */
  --gsc-blog-tags-popover: 0.2rem;

  /* hotspots */
  --gsc-hotspots-card-image-radii: 0.2rem;

  /* multicolumn */
  --gsc-multicolumn-image-min-radii: 0.2rem;

  /* section and blocks group */
  --gsc-base-radii: 0.2rem;
  --gsc-sidebar-radii: 0.2rem;

  /* filters active filter */
  --gsc-active-filter-radii: 0.2rem;

  /* article */
  --gsc-article-footer-radii: 0.2rem;
}

.round-level-2 {
  /* controls group */
  --gsc-dropdown-input-body-radii: 0.2rem;
  --gsc-dropdown-input-radii: 0.2rem;
  --gsc-dropdown-input-swatch-radii: 0.2rem;
  --gsc-pill-radii: 0.2rem;
  --gsc-pill-swatch-radii: 0.2rem;

  /* checkbox group */
  --gsc-checkbox-radii: 0.2rem;

  /* pagination group */
  --gsc-classic-pagination-item-radii: 0.4rem;

  /* input and buttons group */
  --gsc-input-radii: 0.4rem;
  --gsc-button-radii: 0.4rem;

  /* tag and badges group */
  --gsc-badge-radii: 0.2rem;

  /* basic product card */
  --gsc-product-card-image-radii: 0.4rem;
  --gsc-product-card-radii: 0.4rem;
  --gsc-product-card-button-radii: 0.2rem;

  /* vertical product card */
  --gsc-vertical-product-card-image-radii: 0.4rem;
  --gsc-hotspots-vertical-product-card-image-radii: 0.2rem;

  /* horizontal product card */
  --gsc-horizontal-product-card-radii: 0.4rem;
  --gsc-horizontal-product-card-image-radii: 0.2rem;
  --gsc-horizontal-product-card-button-radii: 0.2rem;

  /* filters and product section swatches */
  --gsc-product-section-allSize-swatch-radii: 0.2rem;
  --gsc-filters-allSize-swatch-radii: 0.2rem;

  /* product card swatches */
  --gsc-product-card-size6-swatch-radii: 0.4rem;
  --gsc-product-card-size5-swatch-radii: 0.4rem;
  --gsc-product-card-size4-swatch-radii: 0.4rem;
  --gsc-product-card-size3-swatch-radii: 0.4rem;
  --gsc-product-card-size2-swatch-radii: 0.4rem;
  --gsc-product-card-size1-swatch-radii: 0.4rem;

  /* cart */
  --gsc-cart-item-quantity-button-radii: 0.2rem;

  /* header */
  --gsc-header-menu-item-radii: 0.2rem;

  /* product section */
  --gsc-product-thumbnail-icon-radii: 0.2rem;

  /* sort list */
  --gsc-default-dropdown-radii: 0.4rem;
  --gsc-default-dropdown-item-radii: 0.2rem;

  /* blog */
  --gsc-blog-tags-popover: 0.4rem;

  /* hotspots */
  --gsc-hotspots-card-image-radii: 0.2rem;

  /* multicolumn */
  --gsc-multicolumn-image-min-radii: 0.4rem;

  /* section and blocks group */
  --gsc-base-radii: 0.4rem;
  --gsc-sidebar-radii: 0.4rem;
  --gsc-image-inside-block-radii: 0.2rem;

  /* filters active filter */
  --gsc-active-filter-radii: 0.2rem;

  /* article */
  --gsc-article-footer-radii: 0.2rem;
}

.round-level-3 {
  /* controls group */
  --gsc-dropdown-input-body-radii: 0.4rem;
  --gsc-dropdown-input-radii: 0.4rem;
  --gsc-dropdown-input-swatch-radii: 0.2rem;
  --gsc-pill-radii: 0.4rem;
  --gsc-pill-swatch-radii: 0.2rem;

  /* checkbox group */
  --gsc-checkbox-radii: 0.4rem;

  /* pagination group */
  --gsc-classic-pagination-item-radii: 0.8rem;

  /* input and buttons group */
  --gsc-input-radii: 0.8rem;
  --gsc-button-radii: 0.8rem;

  /* tag and badges group */
  --gsc-badge-radii: 0.4rem;

  /* basic product card */
  --gsc-product-card-image-radii: 0.8rem;
  --gsc-product-card-radii: 0.8rem;
  --gsc-product-card-button-radii: 0.4rem;

  /* vertical product card */
  --gsc-vertical-product-card-image-radii: 0.8rem;
  --gsc-hotspots-vertical-product-card-image-radii: 0.4rem;

  /* horizontal product card */
  --gsc-horizontal-product-card-radii: 0.8rem;
  --gsc-horizontal-product-card-image-radii: 0.4rem;
  --gsc-horizontal-product-card-button-radii: 0.4rem;

  /* filters and product section swatches */
  --gsc-product-section-allSize-swatch-radii: 0.4rem;
  --gsc-filters-allSize-swatch-radii: 0.4rem;

  /* product card swatches */
  --gsc-product-card-size6-swatch-radii: 0.8rem;
  --gsc-product-card-size5-swatch-radii: 0.8rem;
  --gsc-product-card-size4-swatch-radii: 0.8rem;
  --gsc-product-card-size3-swatch-radii: 0.8rem;
  --gsc-product-card-size2-swatch-radii: 0.8rem;
  --gsc-product-card-size1-swatch-radii: 0.6rem;

  /* cart */
  --gsc-cart-item-quantity-button-radii: 0.4rem;

  /* header */
  --gsc-header-menu-item-radii: 0.4rem;

  /* product section */
  --gsc-product-thumbnail-icon-radii: 0.4rem;

  /* sort list */
  --gsc-default-dropdown-radii: 0.8rem;
  --gsc-default-dropdown-item-radii: 0.4rem;

  /* blog */
  --gsc-blog-tags-popover: 0.4rem;

  /* hotspots */
  --gsc-hotspots-card-image-radii: 0.4rem;

  /* multicolumn */
  --gsc-multicolumn-image-min-radii: 0.4rem;

  /* section and blocks group */
  --gsc-base-radii: 0.8rem;
  --gsc-sidebar-radii: 0.8rem;
  --gsc-image-inside-block-radii: 0.4rem;

  /* filters active filter */
  --gsc-active-filter-radii: 0.4rem;

  /* article */
  --gsc-article-footer-radii: 0.4rem;
}

.round-level-4 {
  /* controls group */
  --gsc-dropdown-input-body-radii: 0.6rem;
  --gsc-dropdown-input-radii: 0.6rem;
  --gsc-dropdown-input-swatch-radii: 0.4rem;
  --gsc-pill-radii: 0.6rem;
  --gsc-pill-swatch-radii: 0.4rem;

  /* checkbox group */
  --gsc-checkbox-radii: 0.6rem;

  /* pagination group */
  --gsc-classic-pagination-item-radii: 1.2rem;

  /* input and buttons group */
  --gsc-input-radii: 1.2rem;
  --gsc-button-radii: 1.2rem;

  /* tag and badges group */
  --gsc-badge-radii: 0.6rem;

  /* basic product card */
  --gsc-product-card-image-radii: 1.2rem;
  --gsc-product-card-radii: 1.2rem;
  --gsc-product-card-button-radii: 0.8rem;

  /* vertical product card */
  --gsc-vertical-product-card-image-radii: 1.2rem;
  --gsc-hotspots-vertical-product-card-image-radii: 0.6rem;

  /* horizontal product card */
  --gsc-horizontal-product-card-radii: 1.2rem;
  --gsc-horizontal-product-card-image-radii: 0.6rem;
  --gsc-horizontal-product-card-button-radii: 0.6rem;

  /* filters and product section swatches */
  --gsc-product-section-allSize-swatch-radii: 0.6rem;
  --gsc-filters-allSize-swatch-radii: 0.6rem;

  /* product card swatches */
  --gsc-product-card-size6-swatch-radii: 1.2rem;
  --gsc-product-card-size5-swatch-radii: 1.2rem;
  --gsc-product-card-size4-swatch-radii: 1.2rem;
  --gsc-product-card-size3-swatch-radii: 1.2rem;
  --gsc-product-card-size2-swatch-radii: 1rem;
  --gsc-product-card-size1-swatch-radii: 0.6rem;

  /* cart */
  --gsc-cart-item-quantity-button-radii: 0.6rem;

  /* header */
  --gsc-header-menu-item-radii: 0.6rem;

  /* product section */
  --gsc-product-thumbnail-icon-radii: 0.6rem;

  /* sort list */
  --gsc-default-dropdown-radii: 1.2rem;
  --gsc-default-dropdown-item-radii: 0.6rem;

  /* blog */
  --gsc-blog-tags-popover: 0.6rem;

  /* hotspots */
  --gsc-hotspots-card-image-radii: 0.6rem;

  /* multicolumn */
  --gsc-multicolumn-image-min-radii: 0.4rem;

  /* section and blocks group */
  --gsc-base-radii: 1.2rem;
  --gsc-sidebar-radii: 1.2rem;
  --gsc-image-inside-block-radii: 0.6rem;

  /* filters active filter */
  --gsc-active-filter-radii: 0.6rem;

  /* article */
  --gsc-article-footer-radii: 0.6rem;
}

.round-level-5 {
  /* controls group */
  --gsc-dropdown-input-body-radii: 0.8rem;
  --gsc-dropdown-input-radii: 0.8rem;
  --gsc-dropdown-input-swatch-radii: 0.4rem;
  --gsc-pill-radii: 0.8rem;
  --gsc-pill-swatch-radii: 0.4rem;

  /* checkbox group */
  --gsc-checkbox-radii: 0.8rem;

  /* pagination group */
  --gsc-classic-pagination-item-radii: 1.6rem;

  /* input and buttons group */
  --gsc-input-radii: 1.6rem;
  --gsc-button-radii: 1.6rem;

  /* tag and badges group */
  --gsc-badge-radii: 0.8rem;

  /* basic product card */
  --gsc-product-card-image-radii: 1.6rem;
  --gsc-product-card-radii: 1.6rem;
  --gsc-product-card-button-radii: 1rem;

  /* vertical product card */
  --gsc-vertical-product-card-image-radii: 1.6rem;
  --gsc-hotspots-vertical-product-card-image-radii: 0.8rem;

  /* horizontal product card */
  --gsc-horizontal-product-card-radii: 1.6rem;
  --gsc-horizontal-product-card-image-radii: 0.8rem;
  --gsc-horizontal-product-card-button-radii: 0.8rem;

  /* filters and product section swatches */
  --gsc-product-section-allSize-swatch-radii: 0.8rem;
  --gsc-filters-allSize-swatch-radii: 0.8rem;

  /* product card swatches */
  --gsc-product-card-size6-swatch-radii: 1.6rem;
  --gsc-product-card-size5-swatch-radii: 1.6rem;
  --gsc-product-card-size4-swatch-radii: 1.6rem;
  --gsc-product-card-size3-swatch-radii: 1.2rem;
  --gsc-product-card-size2-swatch-radii: 1rem;
  --gsc-product-card-size1-swatch-radii: 0.6rem;

  /* cart */
  --gsc-cart-item-quantity-button-radii: 0.8rem;

  /* header */
  --gsc-header-menu-item-radii: 0.8rem;

  /* product section */
  --gsc-product-thumbnail-icon-radii: 1rem;

  /* sort list */
  --gsc-default-dropdown-radii: 1.6rem;
  --gsc-default-dropdown-item-radii: 0.8rem;

  /* blog */
  --gsc-blog-tags-popover: 0.8rem;

  /* hotspots */
  --gsc-hotspots-card-image-radii: 0.8rem;

  /* multicolumn */
  --gsc-multicolumn-image-min-radii: 0.6rem;

  /* section and blocks group */
  --gsc-base-radii: 1.6rem;
  --gsc-sidebar-radii: 1.6rem;
  --gsc-image-inside-block-radii: 0.8rem;

  /* filters active filter */
  --gsc-active-filter-radii: 0.8rem;

  /* article */
  --gsc-article-footer-radii: 0.8rem;
}

.round-level-6 {
  /* controls group */
  --gsc-dropdown-input-body-radii: 1rem;
  --gsc-dropdown-input-radii: 1rem;
  --gsc-dropdown-input-swatch-radii: 0.6rem;
  --gsc-pill-radii: 1rem;
  --gsc-pill-swatch-radii: 0.6rem;

  /* checkbox group */
  --gsc-checkbox-radii: 0.8rem;

  /* pagination group */
  --gsc-classic-pagination-item-radii: 2rem;

  /* input and buttons group */
  --gsc-input-radii: 2rem;
  --gsc-button-radii: 2rem;

  /* tag and badges group */
  --gsc-badge-radii: 1rem;

  /* basic product card */
  --gsc-product-card-image-radii: 2rem;
  --gsc-product-card-radii: 2rem;
  --gsc-product-card-button-radii: 1.6rem;

  /* vertical product card */
  --gsc-vertical-product-card-image-radii: 2rem;
  --gsc-hotspots-vertical-product-card-image-radii: 1rem;

  /* horizontal product card */
  --gsc-horizontal-product-card-radii: 2rem;
  --gsc-horizontal-product-card-image-radii: 1rem;
  --gsc-horizontal-product-card-button-radii: 1rem;

  /* filters and product section swatches */
  --gsc-product-section-allSize-swatch-radii: 1rem;
  --gsc-filters-allSize-swatch-radii: 1rem;

  /* product card swatches */
  --gsc-product-card-size6-swatch-radii: 2rem;
  --gsc-product-card-size5-swatch-radii: 1.8rem;
  --gsc-product-card-size4-swatch-radii: 1.6rem;
  --gsc-product-card-size3-swatch-radii: 1.2rem;
  --gsc-product-card-size2-swatch-radii: 1rem;
  --gsc-product-card-size1-swatch-radii: 0.6rem;

  /* cart */
  --gsc-cart-item-quantity-button-radii: 1rem;

  /* header */
  --gsc-header-menu-item-radii: 1rem;

  /* product section */
  --gsc-product-thumbnail-icon-radii: 50%;

  /* sort list */
  --gsc-default-dropdown-radii: 2rem;
  --gsc-default-dropdown-item-radii: 1rem;

  /* blog */
  --gsc-blog-tags-popover: 1rem;

  /* hotspots */
  --gsc-hotspots-card-image-radii: 1rem;

  /* multicolumn */
  --gsc-multicolumn-image-min-radii: 0.8rem;

  /* section and blocks group */
  --gsc-base-radii: 2rem;
  --gsc-sidebar-radii: 2rem;
  --gsc-image-inside-block-radii: 1rem;

  /* filters active filter */
  --gsc-active-filter-radii: 1rem;

  /* article */
  --gsc-article-footer-radii: 1rem;
}

.round-level-7 {
  /* controls group */
  --gsc-dropdown-input-body-radii: 1.2rem;
  --gsc-dropdown-input-radii: 1.2rem;
  --gsc-dropdown-input-swatch-radii: 0.6rem;
  --gsc-pill-radii: 1.2rem;
  --gsc-pill-swatch-radii: 0.6rem;

  /* checkbox group */
  --gsc-checkbox-radii: 0.8rem;

  /* pagination group */
  --gsc-classic-pagination-item-radii: 2.4rem;

  /* input and buttons group */
  --gsc-input-radii: 2.4rem;
  --gsc-button-radii: 2.4rem;

  /* tag and badges group */
  --gsc-badge-radii: 1.4rem;

  /* basic product card */
  --gsc-product-card-image-radii: 2.4rem;
  --gsc-product-card-radii: 2.4rem;
  --gsc-product-card-button-radii: 2rem;

  /* vertical product card */
  --gsc-vertical-product-card-image-radii: 2.4rem;
  --gsc-hotspots-vertical-product-card-image-radii: 1.4rem;

  /* horizontal product card */
  --gsc-horizontal-product-card-radii: 2.4rem;
  --gsc-horizontal-product-card-image-radii: 1.4rem;
  --gsc-horizontal-product-card-button-radii: 1.2rem;

  /* filters and product section swatches */
  --gsc-product-section-allSize-swatch-radii: 1.2rem;
  --gsc-filters-allSize-swatch-radii: 1.2rem;

  /* product card swatches */
  --gsc-product-card-size6-swatch-radii: 2.4rem;
  --gsc-product-card-size5-swatch-radii: 1.8rem;
  --gsc-product-card-size4-swatch-radii: 1.6rem;
  --gsc-product-card-size3-swatch-radii: 1.2rem;
  --gsc-product-card-size2-swatch-radii: 1rem;
  --gsc-product-card-size1-swatch-radii: 0.6rem;

  /* cart */
  --gsc-cart-item-quantity-button-radii: 1.2rem;

  /* header */
  --gsc-header-menu-item-radii: 1.2rem;

  /* product section */
  --gsc-product-thumbnail-icon-radii: 50%;

  /* sort list */
  --gsc-default-dropdown-radii: 2.4rem;
  --gsc-default-dropdown-item-radii: 1.2rem;

  /* blog */
  --gsc-blog-tags-popover: 1.4rem;

  /* hotspots */
  --gsc-hotspots-card-image-radii: 1.4rem;

  /* multicolumn */
  --gsc-multicolumn-image-min-radii: 0.8rem;

  /* section and blocks group */
  --gsc-base-radii: 2.4rem;
  --gsc-sidebar-radii: 2.4rem;
  --gsc-image-inside-block-radii: 1.2rem;

  /* filters active filter */
  --gsc-active-filter-radii: 1.2rem;

  /* article */
  --gsc-article-footer-radii: 1.2rem;
}

.round-level-8 {
  /* controls group */
  --gsc-dropdown-input-body-radii: 1.4rem;
  --gsc-dropdown-input-radii: 1.4rem;
  --gsc-dropdown-input-swatch-radii: 0.8rem;
  --gsc-pill-radii: 1.4rem;
  --gsc-pill-swatch-radii: 0.8rem;

  /* checkbox group */
  --gsc-checkbox-radii: 0.8rem;

  /* pagination group */
  --gsc-classic-pagination-item-radii: 2.8rem;

  /* input and buttons group */
  --gsc-input-radii: 2.8rem;
  --gsc-button-radii: 2.8rem;

  /* tag and badges group */
  --gsc-badge-radii: 1.6rem;

  /* basic product card */
  --gsc-product-card-image-radii: 2.8rem;
  --gsc-product-card-radii: 2.8rem;
  --gsc-product-card-button-radii: 2.4rem;

  /* vertical product card */
  --gsc-vertical-product-card-image-radii: 2.8rem;
  --gsc-hotspots-vertical-product-card-image-radii: 1.6rem;

  /* horizontal product card */
  --gsc-horizontal-product-card-radii: 2.8rem;
  --gsc-horizontal-product-card-image-radii: 1.6rem;
  --gsc-horizontal-product-card-button-radii: 1.4rem;

  /* filters and product section swatches */
  --gsc-product-section-allSize-swatch-radii: 1.4rem;
  --gsc-filters-allSize-swatch-radii: 1.4rem;

  /* product card swatches */
  --gsc-product-card-size6-swatch-radii: 2.4rem;
  --gsc-product-card-size5-swatch-radii: 1.8rem;
  --gsc-product-card-size4-swatch-radii: 1.6rem;
  --gsc-product-card-size3-swatch-radii: 1.2rem;
  --gsc-product-card-size2-swatch-radii: 1rem;
  --gsc-product-card-size1-swatch-radii: 0.6rem;

  /* cart */
  --gsc-cart-item-quantity-button-radii: 1.4rem;

  /* header */
  --gsc-header-menu-item-radii: 1.4rem;

  /* product section */
  --gsc-product-thumbnail-icon-radii: 50%;

  /* sort list */
  --gsc-default-dropdown-radii: 2.8rem;
  --gsc-default-dropdown-item-radii: 1.4rem;

  /* blog */
  --gsc-blog-tags-popover: 1.6rem;

  /* hotspots */
  --gsc-hotspots-card-image-radii: 1.6rem;

  /* multicolumn */
  --gsc-multicolumn-image-min-radii: 1.6rem;

  /* section and blocks group */
  --gsc-base-radii: 2.8rem;
  --gsc-sidebar-radii: 2.8rem;
  --gsc-image-inside-block-radii: 1.4rem;

  /* filters active filter */
  --gsc-active-filter-radii: 1.6rem;

  /* article */
  --gsc-article-footer-radii: 1.6rem;
}

:root {
  --gsc-body-overlay-zIndex: 3;
  --gsc-back-to-top-button-zIndex: 4;
  --gsc-body-overlay-important-zIndex: 1000;
  --gsc-sticky-cart-button-zIndex: 1111;
  --gsc-sidebar-zIndex: 8888;
  --gsc-search-sidebar-zIndex: 9998;
  --gsc-popup-cookie-zIndex: 9999;
  --gsc-quick-view-zIndex: 9999;
  --gsc-modal-zIndex: 9999;
  --gsc-dropdown-zIndex: 9999;
  --gsc-tooltip-zIndex: 9999;
  --gsc-product-information-drawer-zIndex: 9999;
  --gsc-sort-list-dropdown-zIndex: 9999;
  --gsc-cart-notification-popup-zIndex: 9998;
  --gsc-pickup-availability-sidebar-zIndex: 9999;
  --gsc-share-dropdown-zIndex: 9999;
  --gsc-notification-zIndex: 9999;
  --gsc-notification-body-zIndex: 9999;
  --gsc-localization-dropdown-zIndex: 9999;
  --gsc-zoom-cursor-zIndex: 9999;
  --gsc-close-cursor-zIndex: 9999;
  --gsc-cart-drawer-zIndex: 9999;
  --gsc-popup-base-zIndex: 9999;
  --gsc-popup-flyout-zIndex: 5;
  --gsc-age-verifier-zIndex: 10000;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto !important;
  text-align: center;
}

.hidden {
  display: none !important;
}

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

html {
  box-sizing: border-box;
  height: 100%;
  color: var(--gsc-text-color-100);
  font-size: 62.5%;
}

*[tabindex='-1']:focus-visible {
  outline: none;
}

body {
  position: relative; /* for overlay */
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  color: var(--gsc-text-color-100);
  font-family: var(--gsc-body-font-family);
  font-style: var(--gsc-body-font-style);
  letter-spacing: var(--gsc-body-letter-spacing);
  word-spacing: var(--gsc-body-word-spacing);
  background: var(--gsc-background-color-100);
  font-size: var(--gsc-fz-11);
  line-height: var(--gsc-lh-base);
  font-weight: var(--gsc-body-font-weight);
}

main {
  display: flex;
  flex: 1;
  flex-flow: column;
}

section {
  overflow: hidden;
}

.section--with-sticky-elements {
  overflow: unset;
}

svg {
  display: block;
  flex-shrink: 0;
}

svg * {
  vector-effect: non-scaling-stroke;
}

*:focus-visible {
  outline-offset: -1px;
}

p {
  margin: 0;
}

::-moz-selection {
}

::selection {
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

.shopify-challenge__message {
  margin: 0 0 1.6rem;
}

.shopify-challenge__button {
  margin: 2.4rem auto 0 !important;
}

.rte {
  overflow: hidden;
  color: var(--gsc-text-color-100);

  --gsc-paragraph-spacing: 2rem;
}

.rte img {
  display: block;
  margin: 2rem 0;
}

.rte ul,
.rte ol {
  display: flex;
  flex-flow: column;
  row-gap: 0.6rem;
}

.rte iframe {
  max-width: 100%;
}

table:not([class]) {
  border-collapse: collapse;
}

table:not([class]) td,
table:not([class]) th {
  padding: 1rem;
  border: 0.1rem solid var(--gsc-text-color-100);
}

.rte--blog-post p,
.rte--page p {
  line-height: var(--gsc-lh-1);
}

.rte table:not(.size-guide-table),
.rte iframe,
.rte video,
.rte img {
  max-width: 100%;
}

/*.rte table:not(.size-guide-table) {
  display: block;
  overflow: auto;
}*/

.rte {
  color: var(--gsc-text-color-85);
}

.rte div + div,
.rte p + p .rte div + div,
.rte p + p {
  margin-top: var(--gsc-paragraph-spacing);
}

.rte > *:first-child *:first-child,
.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child *:last-child,
.rte > *:last-child {
  margin-bottom: 0;
}

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin-top: 4rem;
  margin-bottom: 1.6rem;
}

.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte h4:first-child,
.rte h5:first-child,
.rte h6:first-child {
  margin-top: 0;
}

.rte h1:last-child,
.rte h2:last-child,
.rte h3:last-child,
.rte h4:last-child,
.rte h5:last-child,
.rte h6:last-child {
  margin-bottom: 0;
}

.size-guide-table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;

  --gsc-table-border-color: var(--gsc-border-color-100);
  --gsc-table-filled-cell-color: var(--gsc-foreground-color-100);
}

.size-guide-table td {
  border: 1px solid var(--gsc-table-border-color);
}

.size-guide-table tr,
.size-guide-table td {
  margin: 0;
}

.size-guide-table tbody td,
.size-guide-table thead td {
  width: auto !important;
  font-size: var(--gsc-fz-11);
  line-height: var(--gsc-lh-4);
  font-weight: ;
}

.size-guide-table tbody td {
  padding: 1rem 0.8rem;
  font-weight: var(--gsc-font-weight-medium);
}

.size-guide-table thead tr,
.size-guide-table tbody tr:nth-child(4n + 3),
.rte tbody tr:nth-child(4n + 4) {
  background-color: var(--gsc-table-filled-cell-color);
}

.size-guide-table thead td {
  padding: 1.6rem 0.8rem;
  font-weight: var(--gsc-font-weight-bold);
  text-transform: uppercase;
}

.delivery-table {
  width: 100%;
  color: var(--gsc-text-color-100);
  text-align: center;
  border-collapse: collapse;
}

.delivery-table tr,
.delivery-table td {
  margin: 0;
  border: none;
}

.delivery-table tbody td {
  width: auto !important;
  padding: 2rem 0;
  text-align: left;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.delivery-table tbody td + td {
  font-weight: var(--gsc-font-weight-bold);
  text-align: right;
}

.delivery-table tr + tr {
  border-top: 1px solid var(--gsc-border-color-100);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7 {
  margin: 0;
  color: var(--gsc-text-color-100);
  font-weight: var(--gsc-headings-font-weight);
  font-family: var(--gsc-headings-font-family);
  font-style: var(--gsc-headings-font-style);
  letter-spacing: var(--gsc-headings-letter-spacing);
  text-transform: var(--gsc-headings-text-transform);
  word-spacing: var(--gsc-headings-word-spacing);
}

.h0 {
  font-size: var(--gsc-heading-0-font-size);
  line-height: var(--gsc-heading-0-line-height);
  font-weight: ;

  --gsc-heading-line-height: var(--gsc-heading-0-line-height);
  --gsc-heading-font-size: var(--gsc-heading-0-font-size);
}

h1,
.h1 {
  font-size: var(--gsc-heading-1-font-size);
  line-height: var(--gsc-heading-1-line-height);
  font-weight: ;

  --gsc-heading-line-height: var(--gsc-heading-1-line-height);
  --gsc-heading-font-size: var(--gsc-heading-1-font-size);
}

h2,
.h2 {
  font-size: var(--gsc-heading-2-font-size);
  line-height: var(--gsc-heading-2-line-height);
  font-weight: ;

  --gsc-heading-line-height: var(--gsc-heading-2-line-height);
  --gsc-heading-font-size: var(--gsc-heading-2-font-size);
}

h3,
.h3 {
  font-size: var(--gsc-heading-3-font-size);
  line-height: var(--gsc-heading-3-line-height);
  font-weight: ;

  --gsc-heading-line-height: var(--gsc-heading-3-line-height);
  --gsc-heading-font-size: var(--gsc-heading-3-font-size);
}

h4,
.h4 {
  font-size: var(--gsc-heading-4-font-size);
  line-height: var(--gsc-heading-4-line-height);
  font-weight: ;

  --gsc-heading-line-height: var(--gsc-heading-4-line-height);
  --gsc-heading-font-size: var(--gsc-heading-4-font-size);
}

h5,
.h5 {
  font-size: var(--gsc-heading-5-font-size);
  line-height: var(--gsc-heading-5-line-height);
  font-weight: ;

  --gsc-heading-line-height: var(--gsc-heading-5-line-height);
  --gsc-heading-font-size: var(--gsc-heading-5-font-size);
}

h6,
.h6 {
  font-size: var(--gsc-heading-6-font-size);
  line-height: var(--gsc-heading-6-line-height);
  font-weight: ;

  --gsc-heading-line-height: var(--gsc-heading-6-line-height);
  --gsc-heading-font-size: var(--gsc-heading-6-font-size);
}

.h7 {
  font-size: var(--gsc-heading-7-font-size);
  line-height: var(--gsc-heading-7-line-height);
  font-weight: ;

  --gsc-heading-line-height: var(--gsc-heading-7-line-height);
  --gsc-heading-font-size: var(--gsc-heading-7-font-size);
}

.body0 {
  font-size: var(--gsc-body-font-size-xxl);
  line-height: var(--gsc-body-line-height-xxl);
  font-weight: ;
}

.body1 {
  font-size: var(--gsc-body-font-size-xl);
  line-height: var(--gsc-body-line-height-xl);
  font-weight: ;
}

.body2 {
  font-size: var(--gsc-body-font-size-l);
  line-height: var(--gsc-body-line-height-l);
  font-weight: ;
}

.body3 {
  font-size: var(--gsc-body-font-size-m);
  line-height: var(--gsc-body-line-height-m);
  font-weight: ;
}

.body4 {
  font-size: var(--gsc-body-font-size-s);
  line-height: var(--gsc-body-line-height-s);
  font-weight: ;
}

.body5 {
  font-size: var(--gsc-body-font-size-xs);
  line-height: var(--gsc-body-line-height-xs);
  font-weight: ;
}

.body6 {
  font-size: var(--gsc-body-font-size-xxs);
  line-height: var(--gsc-body-line-height-xxs);
  font-weight: ;
}

a {
  color: inherit;
}

html {
  -webkit-tap-highlight-color: transparent;
}

sidebar-button {
  display: flex;
}

.unstyled-button {
  padding: 0;
  overflow: visible;
  color: var(--gsc-text-color-100);
  font-size: inherit;
  line-height: inherit;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  touch-action: manipulation;
}

.image {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}

.placeholder-image {
  background: var(--gsc-foreground-color-100);
}

.placeholder-image path {
  fill: var(--gsc-text-color-50);
}

.placeholder-image--with-content ellipse,
.placeholder-image--with-content path,
.placeholder-image--with-content circle {
  fill: var(--gsc-text-color-10);
}

.overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgb(var(--gsc-image-opacity-color), var(--gsc-overlay-opacity));
}

.overlay--black {
  background: rgb(var(--gsc-black-color), var(--gsc-overlay-opacity));
}

.caption {
  color: var(--gsc-text-color-80);
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-7);
  font-weight: var(--gsc-font-weight-medium);
}

.unstyled-link {
  color: inherit;
  text-decoration: none;
}

.page__title {
  text-align: center;
}

.page__title + .page__content {
  margin: 3.2rem 0 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

.section-spacing {
  padding-top: var(--gsc-section-spacing-top, 0);
  padding-bottom: var(--gsc-section-spacing-bottom, 0);
}

.icon {
  cursor: pointer;
}

.underline-text {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.underline-text__label {
  position: relative;
  overflow: hidden;
}

.underline-text__label::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.15rem;

  overflow: hidden;
  background: var(--gsc-text-color-100);
  transform: translateX(-101%);
  transition-timing-function: ease;
  transition-duration: 0.25s;
  transition-property: color, transform;
  content: '';
}

.underline-text.active {
  color: var(--gsc-text-color-100);
}

.underline-text.active .underline-text__label::before {
  transform: translateX(0%);
}

body.scroll-y-off {
  position: fixed;
  width: 100%;
}

.body-overlay {
  display: block;
  z-index: var(--gsc-body-overlay-zIndex);
  background-color: var(--gsc-black-color-0);
  transition-timing-function: linear;
  transition-duration: 0.25s;
  transition-property: background-color, z-index, -webkit-backdrop-filter;
  transition-property: backdrop-filter, background-color, z-index;
  transition-property: backdrop-filter, background-color, z-index, -webkit-backdrop-filter;
  pointer-events: none;
}

.body-overlay.visible {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: all;
  width: 100%;
  height: 100%;
}

.body-overlay[important] {
  z-index: var(--gsc-body-overlay-important-zIndex);
}

.zoom {
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0, 0.6, 1, 1);
}

.x-flip {
  transform: scale(-1, 1);
}

.y-flip {
  transform: scale(1, -1);
}

.x_flip.y-flip {
  transform: scale(-1, -1);
}

.section {
  color: var(--gsc-text-color-100);
  background-color: var(--gsc-background-color-100);
}

.set-text-color-from-variable {
  color: var(--gsc-text-color-100);
}

.section-stub {
  width: 100%;
  height: 50rem;
}

.close-icon {
  display: block;
  width: 2.4rem;
  cursor: pointer;
}

.multiply-mode {
  background: #f5f5f5;
}

.multiply-mode__target {
  mix-blend-mode: multiply;
}

.forward-transition {
  transition: none !important;
}

/* multiple hover underline */

.truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.discount {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1.2rem;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  background: var(--gsc-text-color-10);
  border-radius: 8px;
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-15);
  font-weight: var(--gsc-font-weight-medium);
}

.discount__icon {
  width: 1.6rem;
  height: 1.6rem;
}

/* sticky cart button */

.sticky-cart-button {
  position: fixed;
  top: var(--gsc-sticky-cart-button-space-from-size);
  right: var(--gsc-sticky-cart-button-space-from-size);
  z-index: var(--gsc-sticky-cart-button-zIndex);
  display: none;
  align-items: center;
  justify-content: center;
  width: var(--gsc-sticky-cart-button-size);
  height: var(--gsc-sticky-cart-button-size);

  outline-offset: 8px;
  pointer-events: none;

  --gsc-sticky-cart-button-size: 6rem;
  --gsc-sticky-cart-button-icon-size: 2.4rem;
  --gsc-sticky-cart-button-space-from-size: 2.4rem;
}

.sticky-cart-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;

  background: var(--gsc-background-color-100);
  border-radius: 50% 0.0625% 50% 50%;
  box-shadow: 0 0.9rem 3.2rem var(--gsc-black-color-15);
  transform: translate(-50%, -50%);
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: width, height, transform;
  content: '';
}

.sticky-cart-button__icon {
  position: relative;
  z-index: 1;
  width: var(--gsc-sticky-cart-button-icon-size);
  height: var(--gsc-sticky-cart-button-icon-size);
}

.sticky-cart-button,
body.scroll-y-off .sticky-cart-button {
  opacity: 0;
}

/* back-to-top */

.back-to-top-button {
  position: fixed;
  bottom: var(--gsc-back-to-top-button-space-from-size);
  left: var(--gsc-back-to-top-button-space-from-size);
  z-index: var(--gsc-back-to-top-button-zIndex);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--gsc-back-to-top-button-size);
  height: var(--gsc-back-to-top-button-size);

  outline-offset: 4px;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;

  --gsc-back-to-top-button-size: 6rem;
  --gsc-back-to-top-button-icon-size: 2.4rem;
  --gsc-back-to-top-button-space-from-size: 2.4rem;
}

.back-to-top-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;

  background: var(--gsc-background-color-100);
  border-radius: 50%;
  box-shadow: 0 0.9rem 3.2rem var(--gsc-black-color-15);
  transform: translate(-50%, -50%);
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: width, height, transform;
  content: '';
}

body[is-product-form-button-fixed] .back-to-top-button {
  bottom: calc(
    var(--gsc-back-to-top-button-space-from-size) +
      var(--gsc-product-form-button-wrapper-height)
  );

  --gsc-product-form-button-wrapper-height: 8.8rem;
}

body[is-filters-button-fixed] .back-to-top-button {
  bottom: calc(
    var(--gsc-back-to-top-button-space-from-size) +
      var(--gsc-product-form-button-wrapper-height)
  );

  --gsc-product-form-button-wrapper-height: 7rem;
}

.back-to-top-button__icon {
  position: relative;
  z-index: 1;
  width: var(--gsc-back-to-top-button-icon-size);
  height: var(--gsc-back-to-top-button-icon-size);
}

.back-to-top-button,
body.scroll-y-off .back-to-top-button {
  opacity: 0;
}

.back-to-top-button.is-visible {
  opacity: 1;
  pointer-events: all;
}

/* close button with hover scale effect */

.close-button-with-scale-hover {
  position: relative;
  display: block;
  width: 3.2rem;
  height: 3.2rem;

  cursor: pointer;

  --gsc-stroke-length: 18.86px;
  --gsc-stroke-width: 2px;
}

.close-button-with-scale-hover::before,
.close-button-with-scale-hover::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: var(--gsc-stroke-length);
  height: var(--gsc-stroke-width);

  background: var(--gsc-text-color-100);
  transition: width 0.2s ease-in-out;
  content: '';
}

.close-button-with-scale-hover::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-button-with-scale-hover::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* for hidden labels */

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
}

/* shopify geolocation app */

.locale-selectors__content form {
  width: 100% !important;
  overflow: hidden !important;
}

.locale-selectors__label {
  width: 100% !important;
}

.locale-selectors__selector {
  width: 100% !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* header group */

.color-swatch {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  text-decoration: none;
  background: var(--gsc-color-swatch-value);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;

  --gsc-color-swatch-border-color: transparent;
  --gsc-color-swatch-box-shadow: 0px 0px 0px 3px transparent inset;
}

.color-swatch:after,
.color-swatch:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
}

.color-swatch:before {
  z-index: 1;
  box-shadow: var(--gsc-color-swatch-box-shadow);
  transition: box-shadow 0.25s ease-in-out;
}

.color-swatch:after {
  z-index: 2;
  border: 1px solid var(--gsc-color-swatch-border-color);
  transition: border-color 0.25s ease-in-out;
}

.color-swatch[not-valid],
.color-swatch[section-background-color-equally] {
  box-shadow: 0px 0px 0px 1px var(--gsc-text-color-15) inset;
}

.color-swatch-select-parent.selected > .color-swatch,
.checkbox[selected] .color-swatch,
input[checked] + .color-swatch,
input:focus-visible + .color-swatch {
  --gsc-color-swatch-border-color: var(--gsc-text-color-100);
  --gsc-color-swatch-box-shadow: 0px 0px 0px 3px var(--gsc-background-color-100)
    inset;
}

.color-swatch--round {
  width: var(--gsc-circle-swatch-width);
  height: auto;
  border-radius: 50%;
  padding-bottom: var(--gsc-square-image-ratio);

  --gsc-color-swatch-line-degree: 45deg;
}

.color-swatch--landscape {
  width: var(--gsc-landscape-swatch-width);
  height: auto;
  border-radius: var(--gsc-swatch-border-radius, 0);
  padding-bottom: var(--gsc-narrow-landscape-image-ratio);

  --gsc-color-swatch-line-degree: 62deg;
}

.color-swatch--portrait {
  width: var(--gsc-portrait-swatch-width);
  height: auto;
  border-radius: var(--gsc-swatch-border-radius, 0);
  padding-bottom: var(--gsc-portrait-image-ratio);

  --gsc-color-swatch-line-degree: 37deg;
}

.color-swatch--square {
  width: var(--gsc-square-swatch-width);
  height: auto;
  border-radius: var(--gsc-swatch-border-radius, 0);
  padding-bottom: var(--gsc-square-image-ratio);

  --gsc-color-swatch-line-degree: 45deg;
}

[no-available].selected .color-swatch {
  --gsc-color-swatch-line-color: rgba(20, 20, 22, 1);
}

[no-available] .color-swatch {
  --gsc-color-swatch-line-color: rgba(20, 20, 22, 0.65);
}

.color-swatch__line {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.65;
  display: none;
  width: 100%;
  height: 100%;
}

.color-swatch__line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--gsc-color-swatch-line-color);
  transform: translate(-50%, -50%) rotate(var(--gsc-color-swatch-line-degree));
  width: 0.1rem;
  height: 200%;
}

[no-available] .color-swatch__line {
  display: block;
}

.color-swatch__count {
  background: var(--gsc-foreground-color-100);
  color: var(--gsc-text-color-100);
  text-decoration: none;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.color-swatch__count-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-15);
  font-weight: var(--gsc-font-weight-medium);
}

.color-swatch__count:empty {
  display: none;
}

.color-swatch__count::before {
  content: '';
  position: static;
  width: auto;
  height: auto;
  box-shadow: none;
}

.image-swatches {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  width: 100%;
  overflow: hidden;
}

.image-swatches__item {
  display: block;
  flex-shrink: 0;
  cursor: pointer;

  --gsc-no-available-mark-line-color: rgba(20, 20, 22, 0.65);
  --gsc-color-swatch-border-color: transparent;
  --gsc-color-swatch-box-shadow: 0px 0px 0px 3px transparent inset;
}

.image-swatches__item-body-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: var(--gsc-image-swatch-border-radius, 0);
}

.image-swatches__item-body-wrapper:after,
.image-swatches__item-body-wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
}

.image-swatches__item-body-wrapper:before {
  z-index: 1;
  box-shadow: var(--gsc-color-swatch-box-shadow);
  transition: box-shadow 0.25s ease-in-out;
}

.image-swatches__item-body-wrapper:after {
  z-index: 2;
  border: 1px solid var(--gsc-color-swatch-border-color);
  transition: border-color 0.25s ease-in-out;
}

.image-swatches__item--landscape {
  width: var(--gsc-landscape-swatch-width);
  height: auto;

  --gsc-image-swatch-border-radius: var(--gsc-swatch-border-radius, 0);
  --gsc-no-available-mark-line-degree: 62deg;
}

.image-swatches__item--square {
  width: var(--gsc-square-swatch-width);
  height: auto;

  --gsc-image-swatch-border-radius: var(--gsc-swatch-border-radius, 0);
  --gsc-no-available-mark-line-degree: 45deg;
}

.image-swatches__item--portrait {
  width: var(--gsc-portrait-swatch-width);
  height: auto;

  --gsc-image-swatch-border-radius: var(--gsc-swatch-border-radius, 0);
  --gsc-no-available-mark-line-degree: 37deg;
}

.image-swatches__item--round {
  width: var(--gsc-circle-swatch-width);
  height: auto;

  --gsc-image-swatch-border-radius: 50%;
  --gsc-no-available-mark-line-degree: 45deg;
}

.image-swatches__item-body-wrapper--landscape {
  padding-bottom: var(--gsc-narrow-landscape-image-ratio);
}

.image-swatches__item-body-wrapper--square {
  padding-bottom: var(--gsc-square-image-ratio);
}

.image-swatches__item-body-wrapper--portrait {
  padding-bottom: var(--gsc-portrait-image-ratio);
}

.image-swatches__item-body-wrapper--round {
  padding-bottom: var(--gsc-square-image-ratio);
}

.image-swatches__item-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-color: var(--gsc-foreground-color-100);
}

.image-swatches__item-body rect {
  fill: transparent;
}

.image-swatches__count {
  color: var(--gsc-text-color-100);
  text-decoration: none;
}

.image-swatches__count-body {
  background: var(--gsc-foreground-color-100);
}

.image-swatches__count-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-15);
  font-weight: var(--gsc-font-weight-medium);
}

.image-swatches__label {
  display: none;
}

.image-swatches__item-line {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.65;
  display: none;
  width: 100%;
  height: 100%;
}

.image-swatches__item-line::before {
  position: absolute;
  inset: 50% 0 0 50%;
  content: '';
  width: 1px;
  height: 200%;
  background: var(--gsc-no-available-mark-line-color);
  transform: translate(-50%, -50%)
    rotate(var(--gsc-no-available-mark-line-degree));
}

[no-available] .image-swatches__item-line {
  display: block;
}

.image-swatches__item.selected {
  border-color: var(--gsc-text-color-100);

  --gsc-no-available-mark-line-color: rgba(20, 20, 22, 1);

  --gsc-color-swatch-border-color: var(--gsc-text-color-100);
  --gsc-color-swatch-box-shadow: 0px 0px 0px 3px var(--gsc-background-color-100)
    inset;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 4.8rem;
  padding: 1.2rem 3.2rem;
  margin: 0;
  overflow: hidden;
  font-family: var(--gsc-button-font-family);
  font-style: var(--gsc-button-font-style);
  letter-spacing: var(--gsc-button-letter-spacing);
  text-align: center;
  text-transform: var(--gsc-button-text-transform);
  text-decoration: none;
  border: none;
  border: 1px solid transparent;
  border-radius: var(--gsc-button-radii, 0);
  cursor: pointer;
  font-size: var(--gsc-button-font-size);
  line-height: var(--gsc-button-line-height);
  font-weight: var(--gsc-button-font-weight);
}

.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn[disabled]:active {
  pointer-events: none;
}

.custom-app-block .spr-form-actions .btn,
.btn--solid {
  color: var(--gsc-button-text-color-100);
  background: var(--gsc-button-background-color-100);
}

.custom-app-block .spr-form-actions .btn:not([disabled]):active,
.btn--solid:not([disabled]):active {
  background: linear-gradient(
      0deg,
      var(--gsc-white-color-50),
      var(--gsc-white-color-50)
    ),
    var(--gsc-button-background-color-100);
}

.btn--lg {
  min-height: 5.6rem;
  padding: 1.5rem 3.2rem;
  border-radius: var(--gsc-button-radii, 0);
}

.btn--md {
  min-height: 4.8rem;
  padding: 1.2rem 3.2rem;
  border-radius: var(--gsc-button-radii, 0);
}

.btn--sm {
  min-height: 4rem;
  padding: 0.8rem 3.2rem;
  border-radius: var(--gsc-button-radii, 0);
}

.btn--with-small-horizontal-padding {
  padding-right: 2rem;
  padding-left: 2rem;
}

.btn__loading-spinner {
  position: absolute;
  width: 3rem;
}

.btn.loading span,
.btn__loading-spinner {
  opacity: 0;
}

.btn.loading .btn__loading-spinner {
  opacity: 1;
}

.btn--outline {
  color: var(--gsc-outline-button-text-color-100);
  background: transparent;
  border: 1px solid var(--gsc-outline-button-background-color-100);
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  transition-property: color, box-shadow;
}

.btn--outline-with-particular-text-color {
  color: var(--gsc-outline-button-text-color-100);
}

.btn--outline:not([disabled]):active {
  color: var(--gsc-outline-button-text-color-100);
  background: transparent;
  box-shadow: none;
}

.container {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: calc(
    var(--gsc-container-width) + (var(--gsc-container-padding) * 2)
  );
}

.container--with-aside-paddings {
  padding-right: var(--gsc-container-padding);
  padding-left: var(--gsc-container-padding);
}

.container__header {
  padding-right: var(--gsc-container-header-padding);
  padding-left: var(--gsc-container-header-padding);
}

.container--with-aside-paddings .container__header {
  padding-right: 0;
  padding-left: 0;
}

.container--page-width {
  --gsc-container-width: var(--gsc-page-width);
}

.container--full-screen {
  --gsc-container-width: var(--gsc-full-screen-container-width);
}

.container--large {
  --gsc-container-width: var(--gsc-large-container-width);
}

.container--large.container--with-aside-paddings {
  --gsc-container-width: calc(
    var(--gsc-large-container-width) + (var(--gsc-container-padding) * 2)
  );
}

.container--medium {
  --gsc-container-width: var(--gsc-medium-container-width);
}

.container--medium.container--with-aside-paddings {
  --gsc-container-width: calc(
    var(--gsc-medium-container-width) + (var(--gsc-container-padding) * 2)
  );
}

.container--small {
  --gsc-container-width: var(--gsc-small-container-width);
}

.container--small.container--with-aside-paddings {
  --gsc-container-width: calc(
    var(--gsc-small-container-width) + (var(--gsc-container-padding) * 2)
  );
}

.container--xsmall {
  --gsc-container-width: var(--gsc-xsmall-container-width);
}

.container--xsmall.container--with-aside-paddings {
  --gsc-container-width: calc(
    var(--gsc-xsmall-container-width) + (var(--gsc-container-padding) * 2)
  );
}

/* product badge */

.product-badge {
  padding: 0.2rem 0.8rem;
  border-radius: var(--gsc-badge-radii, 0);
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-15);
  font-weight: var(--gsc-font-weight-medium);
}

.product-badge--sold-out {
  color: rgb(var(--gsc-product-sold-out-badge-color));
  background: rgb(var(--gsc-product-sold-out-badge-background));
}

.product-badge--sale {
  color: var(--gsc-product-sale-badge-color);
  background: var(--gsc-product-sale-badge-background);
}

.product-badge--custom-1 {
  color: var(--gsc-product-custom-badge-1-color);
  background: transparent;
}

.product-badge--custom-2 {
  color: var(--gsc-product-custom-badge-2-color);
  background: var(--gsc-product-custom-badge-2-background);
}

.product-badge--custom-3 {
  color: var(--gsc-product-custom-badge-3-color);
  background: var(--gsc-product-custom-badge-3-background);
}

.product-badge--with-inner-border {
  box-shadow: 0px 0px 0px 1px var(--gsc-text-color-10) inset;
}

/* product price badge */

.product-sale-amount-badge {
  color: var(--gsc-product-sale-amount-badge-color);
  background: var(--gsc-product-sale-amount-badge-background);
  border-radius: 1.2rem;
  padding: 0.2rem 0.8rem;
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-15);
  font-weight: var(--gsc-font-weight-medium);
}

.product-sale-amount-badge--with-inner-border {
  box-shadow: 0px 0px 0px 1px var(--gsc-text-color-10) inset;
}

.shape {
  position: relative;
  display: block;
  overflow: hidden;

  --gsc-shape-fill-mode: cover;
}

.shape--overflow-visible {
  overflow: visible;
}

.shape--default {
  padding-bottom: var(--gsc-default-card-image-ratio);

  --gsc-shape-fill-mode: var(--gsc-default-shape-fill-mode);
}

.shape--fit {
  --gsc-shape-fill-mode: contain;
}

.shape--fit-square,
.shape--square {
  padding-bottom: var(--gsc-square-image-ratio);
}

.shape--fit-portrait,
.shape--portrait {
  padding-bottom: var(--gsc-portrait-image-ratio);
}

.shape--fit-portrait-xl,
.shape--portrait-xl {
  padding-bottom: var(--gsc-large-portrait-image-ratio);
}

.shape--fit-landscape,
.shape--landscape {
  padding-bottom: var(--gsc-landscape-image-ratio);
}

.shape--nature {
  padding-bottom: var(--gsc-img-ratio);
}

.shape--adapt {
  height: 100%;
}

.shape__target-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: var(--gsc-shape-fill-mode);
     object-fit: var(--gsc-shape-fill-mode);
}

.logo-img {
  width: var(--gsc-logo-width);
  height: auto;
}

.logo-text {
  max-width: 100%;
  color: var(--gsc-text-color-100);
  white-space: nowrap;
  text-decoration: none;
  font-size: var(--gsc-fz-8);
  line-height: var(--gsc-lh-9);
  font-weight: var(--gsc-font-weight-bold);
}

.tabs {
  position: relative;
}

.tab {
  position: static;
  z-index: 1;
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.tab[aria-hidden='true'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.tab-name {
  color: var(--gsc-text-color-35);
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-7);
  font-weight: var(--gsc-font-weight-semibold);
}

.tab-name.selected {
  color: var(--gsc-text-color-100);
}

.dropdown__chevron {
  width: 2.2rem;
  height: 2.2rem;
  transform: rotate(90deg);
}

.dropdown__toggle[data-aria-expanded='true'] .dropdown__chevron {
  transform: rotate(-90deg);
}

.dropdown__wrapper {
  position: relative;
  margin: 0 0 4rem;
}

.dropdown {
  position: absolute;
  z-index: var(--gsc-dropdown-zIndex);
  width: 100%;
  overflow: hidden;
  border-radius: var(--gsc-dropdown-input-body-radii, 0);
  box-shadow: 0 2.4rem 6rem -1.4rem var(--gsc-black-color-15);
  transition: opacity 0.125s ease-in-out;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.dropdown[aria-hidden='true'] {
  opacity: 0;
}

.dropdown[aria-hidden='true'],
.dropdown[aria-hidden='true'] * {
  pointer-events: none !important;
}

.dropdown__toggle {
  display: flex;
  min-height: 5.6rem;
  padding: 1.7rem 1.2rem 1.7rem 1.6rem;
  background-color: var(--gsc-foreground-color-100);
  border: 1px solid var(--gsc-foreground-color-100);
  border-radius: var(--gsc-dropdown-input-radii, 0);
  cursor: pointer;
}

.dropdown__toggle--small {
  min-height: 4.8rem;
  padding: 1.2rem 1.2rem 1.2rem 1.6rem;
}

.dropdown__toggle--large {
  min-height: 5.6rem;
  padding: 1.6rem 1.2rem 1.6rem 1.6rem;
}

.dropdown__toggle--outline {
  background-color: transparent;
  border-color: var(--gsc-border-color-100);
}

.dropdown__toggle--underline {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid var(--gsc-text-color-100);
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
}

.dropdown__icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
}

.dropdown__toggle-label {
  display: flex;
  align-items: center;
  margin-right: auto;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.dropdown__item {
  display: flex;
  align-items: center;
  padding: 1rem 1.6rem;
  color: var(--gsc-text-color-70);
  text-decoration: none;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  background-color: var(--gsc-background-color-100);
  cursor: pointer;
}

.dropdown__item--product {
  -moz-column-gap: 0;
       column-gap: 0;
}

.dropdown__color-swatch {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
}

.dropdown__item.selected,
.dropdown__item.active {
  color: var(--gsc-text-color-100);
  background-color: var(--gsc-foreground-color-100);
}

.dropdown__item[no-available] {
  color: var(--gsc-text-color-20);
  text-decoration: line-through;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: var(--gsc-sidebar-zIndex);
  height: 100%;
  transform: translateX(-100%);
  transition: transform 250ms ease-in-out;
  pointer-events: none;
  will-change: transform;
}

.sidebar__body {
  position: relative;
  display: block;
  width: 30%;
  height: 100%;
  background: var(--gsc-background-color-100);
}

.sidebar.is-opened {
  transform: translateX(0%);
  pointer-events: all;
}

.table {
  width: 100%;
  text-align: left;
}

.table__row {
  display: flex;
  align-items: center;
  padding: 1.2rem;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  border-bottom: 1px solid var(--gsc-border-color-100);
}

.table__row--header {
  padding-top: 0;
}

.table__column {
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.table__heading--right-align,
.table__column--right-align {
  text-align: right;
}

.table__heading {
  font-weight: var(--gsc-font-weight-bold);
}

.table__heading,
.table__column {
  flex: 1 1 15.6rem;
}

.table__heading--large,
.table__column--large {
  flex: 1 0 26rem;
}

.modal {
  position: fixed;
  z-index: var(--gsc-modal-zIndex);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transform: translateY(-100%);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.25s;
  transition-property: opacity, transform;
  pointer-events: none;
  will-change: transform;
  inset: 0;
}

.modal.is-opened {
  transform: translateY(0%);
  opacity: 1;
  pointer-events: all;
}

.modal__body {
  position: relative;
  width: 80%;
  height: 80%;
  margin: 0 auto;
  padding: 4rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--gsc-background-color-100);
  outline: none;
}

.modal__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 2;
  width: 2.4rem;
  margin: 0 0 0 auto;
  padding: 0;
  color: var(--gsc-text-color-100);
  background: transparent;
  border: none;
  cursor: pointer;
}

.tooltip {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--gsc-tooltip-zIndex);
  width: -moz-max-content;
  width: max-content;
  display: none;
  filter: drop-shadow(0 8px 20px rgb(20, 20, 22, 0.1));
}

.tooltip__body {
  display: block;
  padding: 0.6rem 1.2rem;
  color: var(--gsc-background-color-100);
  background-color: var(--gsc-text-color-100);
  border-radius: 8px;
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-7);
  font-weight: var(--gsc-font-weight-bold);
}

.tooltip__arrow {
  position: absolute;
  z-index: 1;
  width: 0.9rem;
  height: 0.9rem;
  background-color: var(--gsc-text-color-100);
  border: solid transparent;
  transform: rotate(45deg);
}

.notification {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: var(--gsc-notification-zIndex);
  opacity: 0;
  min-height: 19.2rem;
  pointer-events: none;

  --gsc-notification-padding: 2rem;
  --gsc-notification-overlay-opacity: 0.2;
}

.notification__body {
  position: absolute;
  z-index: var(--gsc-notification-body-zIndex);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(60rem + (var(--gsc-notification-padding) * 2));
  width: 100%;
  height: 100%;
  padding: var(--gsc-notification-padding);
  transform: translateY(100%);
  transition: transform 500ms ease-in-out;
  pointer-events: none;
}

.notification__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--gsc-black-color-0) 0%, #000 100%);
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
}

.notification.is-visible {
  pointer-events: all;
  opacity: 1;
}

.notification.is-visible .notification__body {
  transform: translateY(0%);
  pointer-events: all;
}

.notification.is-visible .notification__overlay {
  opacity: var(--gsc-notification-overlay-opacity);
  pointer-events: all;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

@keyframes colors {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 47.5;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}

.loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gsc-text-color-100);
  background: var(--gsc-background-color-70);
}

.loading-spinner {
  --gsc-duration: 1.4s;
  --gsc-offset: 187;
}

.loading-spinner circle {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  vector-effect: unset;
}

.loading-spinner {
  animation: rotator var(--gsc-duration) linear infinite;
}

.loading-spinner circle {
  animation: dash var(--gsc-duration) ease-in-out infinite,
    colors var(--gsc-duration) ease-in-out infinite;
}

.localization-dropdown {
  position: fixed;
  z-index: var(--gsc-localization-dropdown-zIndex);
  flex-flow: column;
  width: 100%;
  overflow: hidden;
  border-radius: var(--gsc-default-dropdown-radii, 0);
  box-shadow: 0 2.4rem 6rem -1.4rem var(--gsc-black-color-15);
  transition: opacity 0.125s ease-in-out;
}

.localization-dropdown__body {
  width: 100%;
  max-height: 35.2rem;
  padding: 2.4rem;
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--gsc-text-color-100);
  background-color: var(--gsc-background-color-100);
}

.localization-dropdown[aria-hidden='true'] {
  opacity: 0;
}

.localization-dropdown[aria-hidden='true'],
.localization-dropdown[aria-hidden='true'] * {
  pointer-events: none !important;
}

.localization-dropdown-toggle {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
}

.localization-dropdown__item {
  display: block;
  width: 100%;
  padding: 0.8rem 1.6rem;
  color: var(--gsc-text-color-100);
  text-align: left;
  background-color: transparent;
  border: none;
  border-radius: var(--gsc-default-dropdown-item-radii, 0);
  transition: background-color 0.25s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.localization-dropdown__item.selected {
  background-color: var(--gsc-foreground-color-100);
}

.localization-dropdown__item,
.localization-dropdown-toggle {
  cursor: pointer;
}

.localization-dropdown-toggle__chevron {
  width: 2.2rem;
  height: 2.2rem;

  transform: rotate(90deg);
  transition: transform 500ms ease;
}

.localization-dropdown-toggle[data-aria-expanded='true']
  .localization-dropdown-toggle__chevron {
  transform: rotate(-90deg);
}

.quick-view-page .shopify-section:not(.quick-view-template) {
  display: none;
}

.quick-view {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: var(--gsc-quick-view-zIndex);
  width: 100%;
  height: 100%;
  transition: transform var(--gsc-quick-view-transform-transition-duration)
    ease-in-out;
  pointer-events: none;

  --gsc-quick-view-transform-transition-duration: 0.25s;
  --gsc-quick-view-media-transform-transition-duration: 0s;
}

.quick-view__body-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.quick-view__body {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform var(--gsc-quick-view-transform-transition-duration)
    ease-in-out;
  will-change: transform;
}

.quick-view .link {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.quick-view.is-opened .quick-view__body {
  transform: translateX(0%);
}

.quick-view.is-opened {
  pointer-events: all;
}

.quick-view__media {
  background: var(--gsc-background-color-100);
  overflow: hidden;
}

.quick-view .product__info {
  width: 100%;
  padding: 0 2rem 4rem;
}

.quick-view .product__info-wrapper {
  z-index: 3;
  width: 100%;
  padding: 0;
}

body[header-desktop-sticky] .quick-view .product__info-wrapper {
  top: 0;
}

.quick-view__product-info-wrapper {
  position: relative;
}

/* quick view */

.quick-view__content {
  height: 100%;
  overflow: auto;
  background: var(--gsc-background-color-100);
}

.quick-view .product {
  min-height: 100%;
  padding: 0 0 4rem;
}

.quick-view .product__info-wrapper {
  min-height: 100%;
  background: var(--gsc-background-color-100);
}

.quick-view__header {
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.6rem;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  background: var(--gsc-background-color-100);
}

.quick-view__header--desktop {
  display: none;
}

.quick-view__header--mobile {
  transition: box-shadow 0.25s ease-in-out;
}

.quick-view__header-title {
  flex: 1;
  padding: 1.7rem 0 1.7rem 2.4rem;
  text-transform: uppercase;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.quick-view__close-button {
  padding: 1.2rem 1.6rem 1.2rem 0;
}

.quick-view__close-button-with-scale-hover {
  width: 3.2rem;
  height: 3.2rem;
}

.quick-view[header-shadow-visible] .quick-view__header--mobile {
  box-shadow: 0 0.8rem 3.2rem rgb(20, 20, 22, 10%);
}

.column-switcher {
  display: flex;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}

.column-switcher__item {
  display: flex;
  padding: 0.6rem;
  cursor: pointer;
}

.column-switcher__item span {
  width: 0.3rem;
  height: 1.2rem;
  background-color: var(--gsc-text-color-20);
  transition: background-color 0.25s ease-in-out;
}

.column-switcher__item.selected span {
  background-color: var(--gsc-text-color-100);
}

.column-switcher__item span + span {
  margin-left: 0.3rem;
}

.zoom-cursor {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: var(--gsc-zoom-cursor-zIndex);
  width: 5.6rem;
  height: 5.6rem;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
}

.zoom-cursor::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.6rem;
  height: 5.6rem;
  background: var(--gsc-background-color-70);
  border-radius: 50%;
  box-shadow: 0 0.4rem 1.6rem rgb(0, 0, 0, 0.08);
  transform-origin: center center;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: transform 0.3s ease-in-out;
  content: '';
}

.zoom-cursor__icon {
  position: relative;
  z-index: 1;
  width: 2.4rem;
  height: 2.4rem;
}

.dots-spinner {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(var(--gsc-dot-size) * 2);
       column-gap: calc(var(--gsc-dot-size) * 2);

  --gsc-dot-size: 0.5rem;
  --gsc-dot-color: var(--gsc-text-color-100);
}

.dots-spinner__dot {
  width: var(--gsc-dot-size);
  height: var(--gsc-dot-size);
  background-color: var(--gsc-dot-color);
  border-radius: 50%;
}

.dots-spinner__dot {
  animation: dotPulse 1s infinite linear;
}

.dots-spinner__dot:nth-child(1) {
  animation-delay: 0s;
}

.dots-spinner__dot:nth-child(2) {
  animation-delay: 0.25s;
}

.dots-spinner__dot:nth-child(3) {
  animation-delay: 0.5s;
}

@keyframes dotPulse {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(2);
  }

  100% {
    transform: scale(0);
  }
}

.hamburger {
  display: flex;
  flex-direction: column;
  width: 4rem;
  row-gap: 6px;
  padding: 0.8rem;
  cursor: pointer;
}

.hamburger__line {
  height: 1px;
  background: var(--gsc-text-color-100);
  transition: transform 200ms cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.hamburger__line:nth-of-type(1) {
  width: 2.4rem;
}

.hamburger__line:nth-of-type(2) {
  width: 2.4rem;
}

.hamburger__line:nth-of-type(3) {
  width: 2.4rem;
}

.hamburger.is-opened .hamburger__line:nth-of-type(1) {
  display: none;
}

.hamburger.is-opened .hamburger__line:nth-of-type(2) {
  transform: rotateZ(45deg) translate(0.5px, 0);
}

.hamburger.is-opened .hamburger__line:nth-of-type(3) {
  transform: rotate(-45deg) translate(5px, -4px);
}

.alert {
  display: flex;
  align-items: center;
  padding: 1.6rem 2.1rem;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  background: var(--gsc-white-color-100);
  border-radius: 15px;
}

.alert[alert-type='warning'] {
  color: var(--gsc-red-color-100);
}

.alert[alert-type='success'] {
  color: var(--gsc-green-color-100);
}

.alert__icon {
  flex-shrink: 0;
  width: 2.4rem;
}

.alert__close-icon {
  width: 2rem;
  height: 2rem;
}

.alert__close-icon-wrapper {
  margin-left: auto;
  cursor: pointer;
  opacity: 0.15;
}

.alert__text {
  padding: 0.4rem 0 0;
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-15);
  font-weight: var(--gsc-font-weight-medium);
}

.breadcrumbs {
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-7);
  font-weight: ;
}

.breadcrumbs__item {
  text-decoration: none;
}

.breadcrumbs__divider {
  margin: 0 1.2rem;
}

.page-card {
  position: relative;
}

.page-card__link {
  z-index: 1;
}

.page-card__info {
  padding: 1.2rem 1.6rem 2rem 0;
}

.page-card__title {
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.page-card__icon {
  width: 5.6rem;
  height: 5.4rem;
}

.page-card__icon--large {
  width: 9.1rem;
  height: 8.8rem;
}

.page-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-card__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gsc-foreground-color-100);
  border-radius: var(--gsc-base-radii);
}

.float-element {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}

.float-element--fixed {
  position: fixed;
}

.float-element[aria-hidden='true'] {
  display: none;
}

.float-element[aria-hidden='true'],
.float-element[aria-hidden='true'] * {
  pointer-events: none !important;
}

/* stars */

.custom-app-block .spr-star {
  display: inline-block !important;
}

.custom-app-block .spr-star + .spr-star {
  margin-left: 0.4rem !important;
}

.custom-app-block .link {
  display: inline-block !important;
}

.custom-app-block .link,
.custom-app-block .spr-stars {
  color: var(--gsc-text-color-80) !important;
  font-weight: var(--gsc-font-weight-normal) !important;
  font-size: var(--gsc-fz-12) !important;
  line-height: var(--gsc-lh-5) !important;
}

/* reviews */

.custom-app-block .spr-form-title {
  display: none !important;
}

.custom-app-block .spr-form-label {
  display: block !important;
  margin: 0 0 1.2rem !important;
  font-weight: var(--gsc-font-weight-bold) !important;
  font-size: var(--gsc-fz-12) !important;
  line-height: var(--gsc-lh-5) !important;
}

.custom-app-block .spr-container {
  padding: 0 !important;
  border: none !important;
}

.custom-app-block .spr-summary-actions-newreview,
.custom-app-block .spr-summary-actions-togglereviews {
  color: var(--gsc-text-color-70) !important;
  font-weight: var(--gsc-font-weight-medium) !important;
  font-size: var(--gsc-fz-11) !important;
  line-height: var(--gsc-lh-4) !important;
}

.custom-app-block .spr-summary-actions-newreview {
  float: none !important;
  text-underline-offset: 4px !important;
}

.custom-app-block .spr-icon-star::before,
.custom-app-block .spr-icon-star-empty::before,
.custom-app-block .spr-icon-star-half-alt::before {
  content: unset !important;
}

.custom-app-block .spr-icon {
  display: inline-block;
  width: 2.4rem !important;
  height: 2.4rem !important;
  font-size: unset !important;
  background: var(--gsc-yellow-color-100) !important;
}

.custom-app-block .spr-form .spr-icon {
  width: 4.8rem !important;
  height: 4.8rem !important;
}

.custom-app-block .spr-form .spr-icon-star-hover,
.custom-app-block .spr-form .spr-icon-star {
  background: var(--gsc-yellow-color-100) !important;
  opacity: 1 !important;
}

.custom-app-block .spr-form .spr-icon-star-empty:not(.spr-icon-star-hover) {
  background: var(--gsc-foreground-color-100) !important;
  opacity: 1 !important;
}

.custom-app-block .spr-icon-star,
.custom-app-block .spr-icon-star-empty {
  -webkit-mask-image: var(--gsc-filled-star-24) !important;
          mask-image: var(--gsc-filled-star-24) !important;
  -webkit-mask-repeat: no-repeat !important;
          mask-repeat: no-repeat !important;
}

.custom-app-block .spr-icon-star-half-alt {
  -webkit-mask-image: var(--gsc-half-filled-star-24) !important;
          mask-image: var(--gsc-half-filled-star-24) !important;
  -webkit-mask-repeat: no-repeat !important;
          mask-repeat: no-repeat !important;
}

.custom-app-block .spr-form .spr-icon-star,
.custom-app-block .spr-form .spr-icon-star-empty {
  -webkit-mask-image: var(--gsc-filled-star-48) !important;
          mask-image: var(--gsc-filled-star-48) !important;
  -webkit-mask-repeat: no-repeat !important;
          mask-repeat: no-repeat !important;
}

.custom-app-block .spr-form .spr-icon-star-half-alt {
  -webkit-mask-image: var(--gsc-half-filled-star-48) !important;
          mask-image: var(--gsc-half-filled-star-48) !important;
  -webkit-mask-repeat: no-repeat !important;
          mask-repeat: no-repeat !important;
}

.custom-app-block .spr-icon-star-empty {
  opacity: 0.5 !important;
}

.custom-app-block .spr-icon-star-hover {
  opacity: 1 !important;
}

.custom-app-block .spr-review {
  display: flex !important;
  flex-flow: column !important;
  margin: 0 !important;
  background-color: var(--gsc-foreground-color-100) !important;
  border: none !important;
  border-radius: var(--gsc-base-radii) !important;
}

.custom-app-block .spr-review-header-title {
  margin: 0 0 1.2rem !important;
  font-size: var(--gsc-heading-7-font-size) !important;
  line-height: var(--gsc-heading-7-line-height) !important;
}

.custom-app-block .spr-review .spr-icon + .spr-icon,
.custom-app-block .spr-summary-starrating .spr-icon + .spr-icon {
  margin-left: 0.4rem !important;
}

.custom-app-block .spr-form .spr-icon + .spr-icon {
  margin-left: 0.8rem !important;
}

.custom-app-block .spr-review-header-starratings,
.custom-app-block .spr-review-content,
.custom-app-block .spr-review-header-byline {
  margin: 0 0 2.4rem !important;
}

.custom-app-block .spr-review-header-starratings {
  height: 2.4rem !important;
}

.custom-app-block .spr-review-reply {
  padding: 3.2rem !important;
  background-color: var(--gsc-background-color-100) !important;
}

.custom-app-block .spr-review-reply-body {
  margin: 0 0 2.4rem !important;
  color: var(--gsc-text-color-100) !important;
  font-weight: var(--gsc-font-weight-medium) !important;
  font-size: var(--gsc-fz-11) !important;
  line-height: var(--gsc-lh-4) !important;
}

.custom-app-block .spr-review-reply-shop {
  float: unset !important;
  color: var(--gsc-text-color-100) !important;
  font-size: var(--gsc-fz-11) !important;
  font-style: normal !important;
  line-height: var(--gsc-lh-4) !important;
}

.custom-app-block .spr-review-header-byline {
  color: var(--gsc-text-color-70) !important;
  font-weight: var(--gsc-font-weight-medium) !important;
  font-size: var(--gsc-fz-12) !important;
  font-style: normal !important;
  line-height: var(--gsc-lh-5) !important;
}

.custom-app-block .spr-review-header-byline strong {
  font-weight: var(--gsc-font-weight-medium) !important;
}

.custom-app-block .spr-review-content-body {
  color: var(--gsc-text-color-100) !important;
  font-weight: var(--gsc-font-weight-medium) !important;
  font-size: var(--gsc-fz-11) !important;
  line-height: var(--gsc-lh-4) !important;
}

.custom-app-block .spr-review-footer,
.custom-app-block .spr-review-reportreview {
  float: none !important;
  color: var(--gsc-text-color-35) !important;
  font-weight: var(--gsc-font-weight-medium) !important;
  font-size: var(--gsc-fz-14) !important;
  line-height: var(--gsc-lh-15) !important;
  text-decoration: none !important;
}

.custom-app-block .spr-review-footer {
  margin: auto 0 0 !important;
}

.custom-app-block .spr-form {
  margin: 2.8rem 0 6.4rem !important;
  padding: 0 !important;
  border: none !important;
}

.custom-app-block .spr-form-review-body {
  margin: 0 0 4rem !important;
}

.custom-app-block .spr-form-contact-name,
.custom-app-block .spr-form-contact-email,
.custom-app-block .spr-form-contact-location,
.custom-app-block .spr-form-review-rating,
.custom-app-block .spr-form-review-title {
  margin: 0 0 2rem !important;
}

.custom-app-block .spr-pagination {
  grid-column: 1/-1 !important;
  padding: 0.8rem 0 0 !important;
  border: none !important;
}

.custom-app-block .spr-pagination-prev,
.custom-app-block .spr-pagination-next,
.custom-app-block .spr-pagination-page {
  position: static !important;
  display: inline-flex !important;
  padding: 0 !important;
}

.custom-app-block .spr-pagination-prev a,
.custom-app-block .spr-pagination-next a,
.custom-app-block .spr-pagination-page a {
  padding: 1.3rem 1.6rem !important;
  text-decoration: none !important;
}

/* standart section */

.custom-app-block--inside-standart-section .spr-header-title {
  margin: 0 0 2.8rem !important;
  font-size: var(--gsc-heading-5-font-size) !important;
  line-height: var(--gsc-heading-5-line-height) !important;
  text-align: left !important;
}

.custom-app-block--inside-standart-section .spr-summary {
  display: grid !important;
  grid-template-areas: 'stars write-review' 'count write-review' !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
}

.custom-app-block--inside-standart-section .spr-starrating {
  grid-area: stars !important;
  height: 2.4rem !important;
}

.custom-app-block--inside-standart-section .spr-form-review-rating .spr-starrating {
  height: 5.6rem !important;
}

.custom-app-block--inside-standart-section .spr-summary-caption {
  grid-area: count !important;
  margin: 1.2rem 0 0 !important;
}

.custom-app-block--inside-standart-section .spr-summary-actions {
  grid-area: write-review !important;
}

.custom-app-block--inside-standart-section .spr-reviews {
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-items: stretch !important;
  margin: 2.8rem 0 0 !important;
  row-gap: 2rem !important;
}

.custom-app-block--inside-standart-section .spr-review {
  padding: 3.2rem !important;
}

.custom-app-block--inside-standart-section .spr-form {
  margin: 4.8rem 0 9.6rem !important;
  padding: 0 !important;
}

/* product section */

.custom-app-block--inside-product-section .spr-header-title {
  margin: 0 0 2.8rem !important;
  font-size: var(--gsc-heading-5-font-size) !important;
  line-height: var(--gsc-heading-5-line-height) !important;
  text-align: left !important;
}

.custom-app-block--inside-product-section .spr-summary {
  display: grid !important;
  grid-template-areas: 'stars write-review' 'count write-review' !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
}

.custom-app-block--inside-product-section .spr-starrating {
  grid-area: stars !important;
}

.custom-app-block--inside-product-section .spr-summary-caption {
  grid-area: count !important;
  margin: 1.2rem 0 0 !important;
}

.custom-app-block--inside-product-section .spr-summary-actions {
  grid-area: write-review !important;
}

.custom-app-block--inside-product-section .spr-reviews {
  display: flex !important;
  flex-flow: column !important;
  row-gap: 2rem !important;
  margin: 2.8rem 0 0 !important;
}

.custom-app-block--inside-product-section .spr-review {
  padding: 3.2rem !important;
}

.accordeon {
  display: block;
  overflow: hidden;
}

.accordeon__btn {
  display: flex;
  justify-content: space-between;
  padding: 2.1rem 0.6rem 2.1rem 0;
  cursor: pointer;
}

.accordeon__content-wrap {
  display: block;
  overflow: hidden;
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.25s;
  transition-property: max-height, opacity;
  pointer-events: none;
}

.accordeon__content {
  display: block;
}

.accordeon__icon {
  transform: rotate(90deg);
  transition: transform 250ms ease;
}

.accordeon[data-aria-expanded='true'] {
  padding: 0 0 3.2rem;
}

.accordeon[data-aria-expanded='true'] .accordeon__icon {
  transform: rotate(-90deg);
}

.accordeon[data-aria-expanded='true'] .accordeon__content-wrap {
  opacity: 1;
  pointer-events: all;
}

.accordeon-plus {
  display: block;
}

.accordeon-plus--bottom-bordered + .accordeon-plus--top-bordered {
  margin-top: -1px;
}

.accordeon-plus--top-bordered {
  border-top: 1px solid var(--gsc-border-color-100);
}

.accordeon-plus--bottom-bordered {
  border-bottom: 1px solid var(--gsc-border-color-100);
}

.accordeon-plus__btn {
  display: flex;
  align-items: center;
  padding: 2rem 0.8rem 2rem 2rem;
  font-weight: var(--gsc-font-weight-bold);
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  cursor: pointer;
}

.accordeon-plus__btn-icon {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain
}

.accordeon-plus__btn--small {
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.accordeon-plus__content-wrap {
  display: block;
  overflow: hidden;
  color: var(--gsc-text-color-80);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.25s;
  transition-property: max-height, opacity;
  pointer-events: none;
}

.accordeon-plus__content {
  display: block;
  overflow: auto; /* if content has only image with float: left or right  */
}

.accordeon-plus__icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: auto;
}

.accordeon-plus[data-aria-expanded='true'] {
  padding-bottom: 3.2rem;
}

.accordeon-plus__icon path:nth-child(2) {
  transform-origin: center;
  transition: transform 250ms ease;
}

.accordeon-plus[data-aria-expanded='true']
  .accordeon-plus__icon
  path:nth-child(2) {
  transform: rotate(-90deg);
}

.accordeon-plus[data-aria-expanded='true'] .accordeon-plus__content-wrap {
  opacity: 1;
  pointer-events: all;
}

.carousel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  color: var(--gsc-black-color-100);
  background-color: var(--gsc-white-color-50);
  border-radius: 50%;
  box-shadow: 0 0.4rem 1.6rem rgb(0, 0, 0, 0.08);
  cursor: pointer;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: background-color 0.25s ease-in-out;
}

.carousel-btn__icon {
  width: 2.4rem;
  height: 2.4rem;
}

.carousel-btn[disabled] {
  background-color: var(--gsc-white-color-30);
  color: var(--gsc-black-color-30);
  cursor: not-allowed;
}

.carousel-btn--large {
  width: 8rem;
  height: 8rem;
}

.carousel-btn__icon--large {
  width: 3rem;
  height: 3rem;
}

.dynamic-checkout-buttons {
  width: 100%;
}

.dynamic-checkout-buttons .shopify-cleanslate [data-shopify-buttoncontainer],
.dynamic-checkout-buttons .shopify-cleanslate li {
  flex-basis: unset !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

.dynamic-checkout-buttons .shopify-cleanslate [data-shopify-buttoncontainer] {
  display: flex !important;
  flex-flow: column !important;
  row-gap: 1.2rem !important;
}

.dynamic-checkout-buttons .shopify-cleanslate [role='button'],
.dynamic-checkout-buttons .shopify-payment-button__button,
.shopify-challenge__button {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 100% !important;
  height: auto !important;
  font-weight: var(--gsc-button-font-weight) !important;
  font-size: var(--gsc-button-font-size) !important;
  font-family: var(--gsc-button-font-family) !important;
  font-style: var(--gsc-button-font-style) !important;
  line-height: var(--gsc-button-line-height) !important;
  text-transform: var(--gsc-button-text-transform) !important;
  text-transform: uppercase;
  border: 1px solid var(--gsc-button-background-color-100) !important;
  border-radius: var(--gsc-button-radii, 0) !important;
  box-shadow: none !important;
  transition-timing-function: ease-in-out !important;
  transition-duration: 250ms !important;
  transition-property: color, box-shadow !important;
  overflow: hidden !important;
}

.dynamic-checkout-buttons .shopify-cleanslate [role='button'],
.dynamic-checkout-buttons .shopify-payment-button__button--unbranded,
.shopify-challenge__button {
  min-height: 5.6rem !important;
  padding: 1.6rem 2rem !important;
  border-radius: var(--gsc-button-radii, 0) !important;
  overflow: hidden !important;
}

.dynamic-checkout-buttons .shopify-payment-button__button--unbranded,
.shopify-challenge__button {
  color: var(--gsc-button-text-color-100) !important;
  letter-spacing: var(--gsc-button-letter-spacing) !important;
  background: var(--gsc-button-background-color-100) !important;
}

.dynamic-checkout-buttons .shopify-cleanslate [role='button'][disabled],
.dynamic-checkout-buttons .shopify-payment-button__button[disabled],
.shopify-challenge__button[disabled] {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

.dynamic-checkout-buttons .shopify-cleanslate [role='button']:focus,
.dynamic-checkout-buttons .shopify-cleanslate [role='button']:focus-visible,
.dynamic-checkout-buttons .shopify-payment-button__button:focus,
.dynamic-checkout-buttons .shopify-payment-button__button:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

.dynamic-checkout-buttons .shopify-payment-button__more-options {
  color: var(--gsc-text-color-70) !important;
  font-size: var(--gsc-fz-14) !important;
  line-height: var(--gsc-lh-6) !important;
  text-align: center !important;
  text-decoration: underline !important;
}

.dynamic-checkout-buttons .shopify-payment-button__button--hidden {
  display: none !important;
}

/* cart page version */

.dynamic-checkout-buttons--cart-page .shopify-cleanslate [role='button'] {
  padding: 1.3rem 2rem !important;
}

/* OUTLINED button style */

.dynamic-checkout-buttons--outline .shopify-payment-button__button--unbranded {
  color: var(--gsc-outline-button-text-color-100) !important;
  background: transparent !important;
  border: 1px solid var(--gsc-outline-button-background-color-100) !important;
  transition-timing-function: ease-in-out !important;
  transition-duration: 250ms !important;
  transition-property: color, box-shadow !important;
}

.link {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: var(--gsc-button-background-color-100);
  text-decoration: none;
  cursor: pointer;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.link__text::before {
  transition-timing-function: ease;
  transition-duration: 500ms;
  transition-property: left, bottom;
}

.link__text {
  position: relative;
  overflow: hidden;
}

.link__chevron {
  width: 2.4rem;
  height: 2.4rem;
}

.link--vertical .link__chevron {
  transform: rotate(90deg);
}

.social-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-list__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  color: var(--gsc-text-color-100);
}

.social-list__item-link-icon {
  width: 1.8rem;
  height: 1.8rem;
}

.carousel {
  position: relative;
  display: block;
  width: 100%;
}

.carousel__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel__viewport--overflow {
  overflow: visible;
}

.carousel__container {
  display: flex;
  margin: 0 0 0 calc(-1 * var(--gsc-space-between-cards));
  will-change: transform;
}

.carousel__slide {
  min-width: 100%;
  padding-left: var(--gsc-space-between-cards);
}

.carousel__viewport--vertical {
  height: 100%;
}

.carousel__viewport--vertical .carousel__container {
  flex-flow: column;
  margin: calc(-1 * var(--gsc-space-between-cards)) 0 0;
  height: 100%;
}

.carousel__viewport--vertical .carousel__slide {
  padding-top: var(--gsc-space-between-cards);
}

.carousel[data-animation='fade'] .carousel__slide {
  opacity: 0;
  transition: opacity 250ms linear;
}

.carousel[data-animation='fade'] .carousel__slide.is-selected {
  opacity: 1;
}

.carousel__chevron {
  flex-shrink: 0;
  width: 1.3rem;
}

.carousel__btn[disabled] {
  cursor: not-allowed;
  opacity: 0.35;
  pointer-events: none;
}

[data-carousel-component-slide]:focus-visible {
  outline: none;
}

.card-carousel {
  position: relative;
  z-index: 1;
  display: block;
}

.card-carousel__viewport {
  position: relative;
  display: block;
  width: 100%;
  overflow: visible;
  border-radius: var(--gsc-base-radii, 0);
}

.card-carousel__viewport--slideshow {
  overflow: hidden;
}

.card-carousel__viewport--vertical {
  height: 100%;
}

.card-carousel__viewport--vertical .card-carousel__container {
  flex-flow: column;
  margin: calc(-1 * var(--gsc-space-between-cards)) 0 0;
  height: calc(100% + var(--gsc-space-between-cards));
}

.card-carousel__viewport--vertical .card-carousel__slide {
  padding: var(--gsc-space-between-cards) 0 0;
}

.card-carousel__container {
  display: flex;
  margin-left: calc(-1 * var(--gsc-space-between-cards));

  will-change: transform;
}

.card-carousel__position-btn-wrap,
.card-carousel__slide {
  min-width: 50%;
}

.card-carousel__slide {
  padding-left: var(--gsc-space-between-cards);
}

.card-carousel__slide--slideshow {
  min-width: 100%;
}

.card-carousel__position-btn-wrap {
  position: absolute;
  top: 0;
  z-index: 1;
  display: none;
  pointer-events: none;
}

.card-carousel__position-btn-wrap--nature-img-ratio {
  height: 100%;
  overflow: hidden;
}

.card-carousel__position-btn-wrap--nature-img-ratio .shape--nature {
  height: 100%;
  padding: 0;
}

.card-carousel__position-btn-wrap .card-carousel__carousel-btn {
  pointer-events: all;
}

.card-carousel__position-btn-wrap--prev {
  right: unset;
  left: 0;
}

.card-carousel__carousel-btn--prev {
  right: unset;
  left: 2.4rem;
}

.card-carousel__position-btn-wrap--next {
  right: 0;
  left: unset;
}

.card-carousel__carousel-btn--next {
  right: 2.4rem;
  left: unset;
}

.card-carousel__carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.card-carousel__carousel-btn[disabled] {
  opacity: 0;
  pointer-events: none;
}

.card-carousel__carousel-btn[disabled]:focus-visible {
  opacity: 1;
}

.card-carousel__arrows {
  display: none;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.card-carousel__arrow {
  display: block;
  width: 1.9rem;
  padding: 0.6rem 0;
}

.card-carousel__progress-bar {
  margin: 4rem 0 0;

  --gsc-progress-bar-width: 0.1rem;
}

.card-carousel__dots-container {
  max-width: 18rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.card-grid {
  display: grid;
  grid-gap: var(--gsc-space-between-cards) var(--gsc-space-between-cards);
  grid-template-rows: repeat(var(--gsc-rows), 1fr);
  grid-template-columns: repeat(var(--gsc-columns), 1fr);
}

.card-grid__item {
  min-width: 0; /* for fix problem with truncate in grid */
}

.dots-carousel {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  --gsc-space-between-cards: 0.8rem;
  --gsc-dot-size: 2rem;
  --gsc-slide-size: 2.8rem;
}

.dots-carousel__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.dots-carousel__container {
  display: flex;
  align-items: center;
  margin-left: calc(-1 * var(--gsc-space-between-cards));
  transition: transform 250ms ease;
}

.dots-carousel__slide {
  min-width: calc(var(--gsc-dot-size) + var(--gsc-space-between-cards));
  padding-left: var(--gsc-space-between-cards);
  cursor: pointer;
}

.dots-carousel__slide-body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--gsc-slide-size);
  height: var(--gsc-slide-size);
}

.dots-carousel__slide svg {
  transform: scale(0.8375);
}

.dots-carousel__slide-inner-circle {
  width: 1.1rem;
  height: 1.1rem;
  border: 3px solid var(--gsc-black-color-30);
  border-radius: 50%;
  box-shadow: 0 0 0 0.6rem var(--gsc-white-color-100) inset;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.dots-carousel__slide.is-prev-prev .dots-carousel__slide-inner-circle {
  width: 0.733rem;
  height: 0.733rem;
  border-width: 2px;
}

.dots-carousel__slide.is-primary .dots-carousel__slide-body {
  z-index: -1;
  border-radius: 50%;
}

.dots-carousel__slide.is-primary .dots-carousel__slide-inner-circle {
  display: none;
}

@keyframes loading {
  0% {
    stroke-dashoffset: 100;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.dots-carousel__loader {
  display: none;
  transform: rotate(-90deg);
}

.dots-carousel__slide.is-primary .dots-carousel__loader {
  display: flex;
}

.dots-carousel__slide.is-primary .dots-carousel__loader-border {
  stroke-linecap: round;
  stroke-dasharray: 100;
}

.dots-carousel__slide.is-primary .dots-carousel__loader-border {
  animation: loading var(--gsc-autoplay-interval) linear forwards;
  animation-play-state: paused;
}

.dots-carousel__slide.is-primary
  .dots-carousel__loader[data-autoplay-stopped]
  .dots-carousel__loader-border {
  animation: none;
}

.dots-carousel.is-autoplaying .dots-carousel__loader-border {
  animation-play-state: running;
}

.is-reset-autoplay-loader-animation
  .dots-carousel__slide.is-primary
  .dots-carousel__loader-border {
  animation: none;
}

.solid-dots-carousel {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 17.8rem;
}

.solid-dots-carousel__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.solid-dots-carousel__container {
  display: flex;
  align-items: center;
}

.solid-dots-carousel--vertical .solid-dots-carousel__container {
  flex-flow: column;
}

.solid-dots-carousel__solid-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}

.solid-dots-carousel__solid-dot-circle {
  width: 0.4rem;
  height: 0.4rem;
  background: var(--gsc-text-color-35);
  border-radius: 50%;
}

.solid-dots-carousel__solid-dot.is-primary
  .solid-dots-carousel__solid-dot-circle {
  width: 0.6rem;
  height: 0.6rem;
  background: var(--gsc-text-color-100);
  border-color: var(--gsc-white-color-100);
}

.solid-dots-carousel {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 17.8rem;
}

.solid-dots-carousel__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.solid-dots-carousel__container {
  display: flex;
  align-items: center;
}

.solid-dots-carousel--vertical .solid-dots-carousel__container {
  flex-flow: column;
}

.solid-dots-carousel__solid-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}

.solid-dots-carousel__solid-dot-circle {
  width: 0.4rem;
  height: 0.4rem;
  background: var(--gsc-text-color-35);
  border-radius: 50%;
}

.solid-dots-carousel__solid-dot.is-primary
  .solid-dots-carousel__solid-dot-circle {
  width: 0.6rem;
  height: 0.6rem;
  background: var(--gsc-text-color-100);
  border-color: var(--gsc-white-color-100);
}

/* __WITH BACKGROUND______________________________________ */

.solid-dots-carousel__container--with-background {
  width: var(--slideshow-slide-width, 100%);

  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  justify-content: center;

  padding-inline: 1.6rem;
}

.solid-dots-carousel--with-background {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.solid-dots-carousel--with-background .solid-dots-carousel__container {
  flex-wrap: wrap;
  justify-content: center;

  background: var(--gsc-background-color-25);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 12px;

  max-width: -moz-fit-content;

  max-width: fit-content;
}

.dots-carousel--with-background .solid-dots-carousel__solid-dot-circle {
  transition: all 0.15s ease-in-out;
}

/* ________________________________________ */

@keyframes loading {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -100;
  }
}

.loader {
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
}

.loader {
  animation: loading 0s ease-in-out infinite;
}

.product-card {
  container: product-card / normal;
  font-family: var(--gsc-body-font-family);

  --gsc-landscape-swatch-width: 6rem;
  --gsc-landscape-swatch-height: calc(
    var(--gsc-landscape-swatch-width) * var(--gsc-landscape-image-ratio)
  );

  --gsc-square-swatch-width: 4rem;
  --gsc-square-swatch-height: calc(
    var(--gsc-square-swatch-width) * var(--gsc-square-image-ratio)
  );

  --gsc-portrait-swatch-width: 4rem;
  --gsc-portrait-swatch-height: calc(
    var(--gsc-portrait-swatch-width) * var(--gsc-portrait-image-ratio)
  );

  --gsc-circle-swatch-width: 4rem;
  --gsc-circle-swatch-height: calc(
    var(--gsc-square-swatch-width) * var(--gsc-square-image-ratio)
  );

  --gsc-swatch-border-radius: var(--gsc-product-card-size2-swatch-radii);
}

@container product-card (max-width: 200px) {
  .product-card {
    --gsc-landscape-swatch-width: 4rem;
    --gsc-landscape-swatch-height: calc(
      var(--gsc-landscape-swatch-width) * var(--gsc-landscape-image-ratio)
    );

    --gsc-square-swatch-width: 2.4rem;
    --gsc-square-swatch-height: calc(
      var(--gsc-square-swatch-width) * var(--gsc-square-image-ratio)
    );

    --gsc-portrait-swatch-width: 2.4rem;
    --gsc-portrait-swatch-height: calc(
      var(--gsc-portrait-swatch-width) * var(--gsc-portrait-image-ratio)
    );

    --gsc-circle-swatch-width: 2.4rem;
    --gsc-circle-swatch-height: calc(
      var(--gsc-square-swatch-width) * var(--gsc-square-image-ratio)
    );

    --gsc-swatch-border-radius: var(--gsc-product-card-size2-swatch-radii);
  }
}

.theme-with-size1-swatch-in-product-card {
  --gsc-landscape-swatch-width: 3.2rem;

  --gsc-square-swatch-width: 1.6rem;

  --gsc-portrait-swatch-width: 1.6rem;

  --gsc-circle-swatch-width: 1.6rem;

  --gsc-swatch-border-radius: var(--gsc-product-card-size1-swatch-radii);
}

.product-card-shape-swatches-wrapper {
  display: block;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.product-card-shape-swatches {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  overflow: hidden;
}

.product-card-shape-swatches__label {
  display: block;
  padding: 1.2rem 0 0;
  color: var(--gsc-text-color-70);
  min-height: 2.2rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.product-card {
  position: relative;
  display: flex;
  flex-flow: column;
  align-self: flex-start;
  overflow: hidden;
  background-color: transparent;
}

.product-card--solid {
  height: 100%;
  background-color: var(--gsc-foreground-color-100);
  border-radius: var(--gsc-product-card-radii, 0);
}

.product-card--with-color-swatches-hide-on-mobile
  .product-card__colors-wrapper {
  display: none;
}

.product-card__colors-wrapper {
  padding-top: 0.4rem;
}

.product-card__details {
  padding: 0.8rem 0.8rem 0 0;
}

.product-card__details-inner {
  position: relative;
  display: flex;
  flex-flow: column;
  row-gap: 1.2rem;
}

.product-card__details--bottom-spacing {
  padding-bottom: 2rem;
}

.product-card__details--left-spacing {
  padding-left: 1.2rem;
}

.product-card--solid .product-card__details {
  padding: 0.8rem 1.2rem 2rem;
}

.product-card__inner {
  z-index: 2;
  overflow: visible;
  -webkit-mask-image: radial-gradient(white, black);
          mask-image: radial-gradient(white, black);

  --gsc-space-between-cards: 0px;
}

.product-card__color-count {
  margin: 0.4rem 0 0;
  color: var(--gsc-text-color-70);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.product-card__images-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hidden-swatch {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.product-card__inner {
  border-radius: var(--gsc-product-card-image-radii, 0);
}

.product-card__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.product-card__tabs {
  display: none;
  width: 100%;
  height: 100%;
}

.product-card__tab {
  display: flex;
  flex: 1;
  align-items: flex-end;
  height: 100%;
}

.product-card__carousel {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.product-card__carousel + .product-card__images {
  display: none;
}

.product-card__images {
  position: absolute;
  width: 100%;
  height: 100%;
}

.product-card__carousel-viewport,
.product-card__carousel-container {
  height: 100%;
}

.product-card__slide {
  position: relative;
  min-width: 100%;
  height: 100%;
}

.product-card__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0;
  filter: none;
  transition: opacity 0.6s ease;
}

.product-card__img--visible {
  opacity: 1;
}

.product-card__info {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  opacity: 1;
  transition: opacity 250ms linear;
}

.product-card__price {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.8rem 0 0;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  row-gap: 0.8rem;
}

.product-card__price-cost {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  row-gap: 0.4rem;
}

.product-card__price-item {
  color: var(--gsc-text-color-100);
  font-size: var(--gsc-product-card-price-font-size);
  font-weight: 300;
  line-height: var(--gsc-product-card-price-line-height);
}

.product-card__price-item--highlight-sale {
  color: var(--gsc-product-highlight-price-color);
}

.product-card__price-item-old {
  color: var(--gsc-text-color-35);
  text-decoration: line-through;
  font-size: var(--gsc-product-card-old-price-font-size);
  font-weight: 300;
  line-height: var(--gsc-product-card-old-price-line-height);
}

.product-card__price-item-old--highlight-sale {
  text-decoration-color: var(--gsc-product-highlight-price-color);
}

.product-card--center-alignment .product-card__details {
  display: flex;
  flex-flow: column;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  text-align: center;
}

.product-card--center-alignment .product-card__info {
  align-items: center;
}

.product-card__title {
  overflow: hidden;
  color: var(--gsc-text-color-100);
  font-family: var(--gsc-product-card-title-font-family);
  font-style: var(--gsc-product-card-title-font-style);
  letter-spacing: var(--gsc-product-card-title-letter-spacing);
  text-transform: var(--gsc-product-card-title-transform);
  font-size: var(--gsc-product-card-title-font-size);
  line-height: var(--gsc-product-card-title-line-height);
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card__vendor {
  margin: 0.4rem 0 0;
  overflow: hidden;
  color: var(--gsc-text-color-70);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.product-card__rating {
  margin: 0.4rem 0 0;
}

.product-card__actions {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
}

.product-card__btns {
  display: flex;
  flex-flow: column;
  row-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.product-card__btns.is-height-overflowed {
  flex-flow: row;
}

.product-card__btn {
  min-width: 4rem;
  min-height: 4rem;
  padding: 0;
  background: var(--gsc-button-background-color-90);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);

  --gsc-button-radii: var(--gsc-product-card-button-radii);
}

.product-card__btn[disabled] {
  opacity: 1;
}

.product-card__btn-label-text {
  display: none;
}

.product-card__on-image-badges {
  position: absolute;
  top: 0rem;
  left: 0rem;
  padding: 1.2rem;
  z-index: 2;
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.8rem;
}

.product-card__under-image-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0.4rem 0rem;
  margin: 0rem 0rem 0.4rem;
}

.product-card--center-alignment .product-card__under-image-badges,
.product-card--center-alignment .image-swatches {
  justify-content: center;
}

.product-card__image-swatches-wrapper {
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: block;
}

.product-card__image-swatches {
  min-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
}

.product-card--center-alignment .product-card-shape-swatches {
  justify-content: center;
}

.product-card--center-alignment .product-card__price,
.product-card--center-alignment .product-card__price-cost {
  justify-content: center;
}

.product-card--center-alignment .product-card__rating {
  justify-content: center;
}

.product-card__btn-icon {
  width: 2rem;
  height: 2rem;
}

.product-card-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 3rem;
  transform: translateX(-50%);
}

.product-card-dots__viewport {
  position: relative;
  width: 100%;
  padding: 0.1rem;
  overflow: hidden;
}

.product-card-dots__container {
  display: flex;
  align-items: center;
  margin-left: -0.4rem;
  transition: transform 0.25s ease;
}

.product-card-dots__dot {
  display: block;
  flex-shrink: 0;
  min-width: 1rem;
  padding-left: 0.4rem;
  cursor: pointer;
}

.product-card-dots__dot-inner {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--gsc-black-color-100);
  border-radius: 50%;
  box-shadow: 0 0 0 0.1rem var(--gsc-white-color-40);
}

.product-card-dots__dot.is-primary .product-card-dots__dot-inner {
  width: 0.7rem;
  height: 0.7rem;
}

.product-card__dots-spinner-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gsc-background-color-100);
  z-index: 1;
}

.round-style .product-card__btns {
  padding: 0.8rem;
}

.horizontal-product-card {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  padding: 1.2rem;
  background: var(--gsc-background-color-100);
  color: var(--gsc-text-color-100);
  border-radius: var(--gsc-horizontal-product-card-radii, 0);
  overflow: hidden;
}

.horizontal-product-card--inside-block-with-background {
  border-radius: 0;
  padding: 0;
}

.horizontal-product-card__inner {
  position: relative;
  width: 8rem;
  flex-shrink: 0;
}

.horizontal-product-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.horizontal-product-card__image-wrapper {
  border-radius: var(--gsc-horizontal-product-card-image-border-radius, 0);
  overflow: hidden;

  --gsc-horizontal-product-card-image-border-radius: var(
    --gsc-horizontal-product-card-image-radii,
    0
  );
}

.horizontal-product-card__image-wrapper--inside-block-with-background {
  --gsc-horizontal-product-card-image-border-radius: var(
    --gsc-horizontal-product-card-image-radii,
    0
  );
}

.horizontal-product-card__image--placeholder {
  background: var(--gsc-foreground-color-100);
}

.horizontal-product-card__info {
  width: 100%;
  align-self: center;
}

.horizontal-product-card__title {
  display: block;
  text-decoration: none;
  margin-bottom: 0.4rem;
  font-family: var(--gsc-product-card-title-font-family);
  font-style: var(--gsc-product-card-title-font-style);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-product-card-title-font-weight);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.horizontal-product-card__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
}

.horizontal-product-card__button-wrapper {
  min-height: 3.2rem;
  max-width: 6.8rem;
}

.horizontal-product-card__button {
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 0.4rem 1.6rem;
  color: var(--gsc-text-color-100);
  background: var(--gsc-foreground-color-100);
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.round-style .horizontal-product-card__button {
  border-radius: var(--gsc-horizontal-product-card-button-radii, 0);
}

.horizontal-product-card__button-icon {
  width: 1.6rem;
  height: 1.6rem;
}

.horizontal-product-card__price {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.horizontal-product-card__price-item {
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.horizontal-product-card__old-price-item {
  color: var(--gsc-text-color-35);
  text-decoration: line-through;
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-15);
  font-weight: var(--gsc-font-weight-medium);
}

.horizontal-product-card__price-item--highlight-sale {
  color: var(--gsc-product-highlight-price-color);
}

.horizontal-product-card__old-price-item--highlight-sale {
  text-decoration-color: var(--gsc-product-highlight-price-color);
}

.vertical-product-card {
  display: flex;
  flex-flow: column;
  color: var(--gsc-text-color-100);
  min-width: 0;
}

.vertical-product-card--with-around-spacing {
  padding: 2rem;
}

.vertical-product-card__buttons {
  display: flex;
  flex-flow: column;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  gap: 0.2rem;
}

.round-style .vertical-product-card__buttons {
  --gsc-button-radii: var(--gsc-product-card-button-radii);
}

.round-style .vertical-product-card__buttons {
  padding: 0.8rem;
  gap: 0.8rem;
}

.vertical-product-card__button {
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  min-width: 4rem;
  padding: 0;
}

.vertical-product-card__title {
  display: block;
  text-decoration: none;
  margin-bottom: 0.8rem;
  font-family: var(--gsc-product-card-title-font-family);
  font-style: var(--gsc-product-card-title-font-style);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-product-card-title-font-weight);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vertical-product-card__inner {
  position: relative;
  margin-bottom: 0.8rem;
  border-radius: var(--gsc-vertical-product-card-image-radii, 0);
  overflow: hidden;
}

.vertical-product-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.vertical-product-card__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vertical-product-card__image--placeholder {
  background: var(--gsc-foreground-color-100);
}

.vertical-product-card__info {
  padding-right: 1.2rem;
}

.vertical-product-card__info--with-bottom-spacing {
  padding-bottom: 2rem;
}

.vertical-product-card__price {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.vertical-product-card__price-item {
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.vertical-product-card__old-price-item {
  color: var(--gsc-text-color-35);
  text-decoration: line-through;
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-15);
  font-weight: var(--gsc-font-weight-medium);
}

.vertical-product-card__price-item--highlight-sale {
  color: var(--gsc-product-highlight-price-color);
}

.vertical-product-card__old-price-item--highlight-sale {
  text-decoration-color: var(--gsc-product-highlight-price-color);
}

.rich-text {
  display: flex;
}

.rich-text__container {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.rich-text__container--with-aside-spacing {
  padding: 2rem;
}

.round-style .rich-text__container {
  overflow: hidden;
  border-radius: var(--gsc-base-radii, 0);
}

.rich-text--block {
  align-items: center;
  padding: 2rem;
  overflow: hidden;
  background-color: var(--gsc-foreground-color-100);
  border-radius: var(--gsc-base-radii, 0);
}

.rich-text__truncate-text-wrapper {
  overflow: hidden;
}

.rich-text__content {
  max-height: 100%;
  margin: 0 auto;
}

.rich-text__content--with-left-align {
  align-items: flex-start;
  text-align: left;
}

.rich-text__content--with-left-align .rich-text__btns,
.rich-text__content--with-left-align .rich-text__timer-wrapper {
  justify-content: flex-start;
}

.rich-text__content--with-center-align {
  align-items: center;
  text-align: center;
}

.rich-text__content--with-center-align .rich-text__btns,
.rich-text__content--with-center-align .rich-text__timer-wrapper {
  justify-content: center;
}

.rich-text__content--with-right-align {
  align-items: flex-end;
  text-align: right;
}

.rich-text__content--with-right-align .rich-text__btns,
.rich-text__content--with-right-align .rich-text__timer-wrapper {
  justify-content: flex-end;
}

.rich-text__text-wrapper {
  display: flex;
  flex-flow: column;
  row-gap: 4.8rem;
  -moz-column-gap: 4.8rem;
       column-gap: 4.8rem;
}

.rich-text__text {
  color: var(--gsc-text-color-80);
}

.rich-text-section__text {
  flex: 1;
}

.rich-text__text--truncate {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rich-text--block {
  opacity: 0;
}

.rich-text--block[data-line-clamp-setter-is-ready] {
  opacity: 1;
}

.rich-text__icon {
  display: inline-block;
  width: var(--gsc-section-icon-size);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.rich-text__btns {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 1.6rem;
}

.rich-text__timer {
  width: var(--gsc-timer-block-width, 100%);
}

.rich-text__timer-wrapper {
  display: flex;
}

.rich-text__btn {
  align-self: flex-start;
  width: 100%;
}

.rich-text__caption,
.rich-text__heading,
.rich-text__text-wrapper {
  margin: 1.6rem 0;
}

.rich-text__btns,
.rich-text__timer-wrapper {
  margin: 3.2rem 0;
}

.rich-text__content > *:first-child {
  margin-top: 0;
}

.rich-text__content > *:last-child {
  margin-bottom: 0;
}

.rich-text__heading + .rich-text__text-wrapper {
  margin-top: 2.8rem;
}

.rich-text__content > *:first-child {
  margin-top: 0;
}

.rich-text__content > *:last-child {
  margin-bottom: 0;
}

.media {
  position: relative;
}

.media__image {
  position: absolute;
}

.media__image--desktop {
  display: none;
}

.rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  row-gap: 0.6rem;
}

.rating--with-inline-star {
  display: inline-flex;
}

.rating__count {
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-normal);
  color: var(--gsc-text-color-70);
}

.rating__stars {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
}

.rating__stars--inline {
  display: inline-flex;
}

.rating__star {
  width: 1.8rem;
  height: 1.8rem;
}

.rating--with-inline-star .rating__star {
  display: inline-block;
  margin-bottom: -0.3rem;
}

.rating__star path {
  fill: var(--gsc-rating-stars-color, #f49a13);
}

.rating__star--transparent path {
  fill: var(--gsc-rating-stars-color, #f49a13);
  opacity: 0.35;
}

.share {
  display: inline-block;
}

.share__btn {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  cursor: pointer;
  background: transparent;
  border: none;
  color: var(--gsc-text-color-100);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.share__copied-status-tooltip {
  position: absolute;
}

.share-dropdown__item {
  display: flex;
  align-items: center;
  color: var(--gsc-text-color-70);
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  cursor: pointer;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.share-dropdown__item-icon {
  width: 2.2rem;
  height: 2.2rem;
}

.share-dropdown {
  z-index: var(--gsc-share-dropdown-zIndex);
}

.share-dropdown__list {
  display: flex;
  flex-flow: column;
  padding: 2.4rem 4rem 2.4rem 2.4rem;
  background-color: var(--gsc-background-color-100);
  box-shadow: 0 1.2rem 3.2rem rgb(20, 20, 22, 0.08);
  row-gap: 1.2rem;
}

.share-dropdown__item:active {
  color: var(--gsc-text-color-35);
}

.share-dropdown__item {
  text-decoration: none;
}

.quantity {
  display: flex;
  align-items: center;
}

.quantity__btn {
  flex-shrink: 0;
  padding: 0;
  color: var(--gsc-text-color-100);
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.quantity__btn-wrapper {
  width: 2.4rem;
  height: 2.4rem;
}

.quantity__btn-icon {
  width: 2.4rem;
  height: 2.4rem;
}

.quantity__input[disabled],
.quantity__btn[disabled] {
  cursor: not-allowed;
  opacity: 0.35;
}

.quantity__btn[disabled]:active {
  pointer-events: none;
}

.quantity__input {
  flex-grow: 1;
  width: 100%;
  padding: 0 0.5rem;
  color: var(--gsc-text-color-100);
  text-align: center;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.quantity__input {
  -moz-appearance: textfield; /* Firefox */
  -webkit-appearance: textfield;
          appearance: textfield;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.quantity__input:focus-visible,
.quantity__input:focus {
  outline: none;
  box-shadow: none;
}

.custom-app-block .spr-pagination-prev,
.custom-app-block .spr-pagination-next,
.custom-app-block .spr-pagination-page,
.pill {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.custom-app-block .spr-pagination-prev,
.custom-app-block .spr-pagination-next,
.custom-app-block .spr-pagination-page,
.pill--solid,
.pill--outline {
  border-radius: var(--gsc-pill-radii, 0);
}

.custom-app-block .spr-pagination-prev.is-active,
.custom-app-block .spr-pagination-next.is-active,
.custom-app-block .spr-pagination-page.is-active,
input[type='radio']:checked + .pill,
.pill--solid.selected,
.pill--outline.selected {
  color: var(--gsc-background-color-100);
  background: var(--gsc-text-color-100);
  border-color: var(--gsc-text-color-100);
}

.pill--solid.selected[no-available],
.pill--outline.selected[no-available] {
  color: var(--gsc-background-color-100);
}

.pill[no-available] .pill__label {
  opacity: 0.2;
}

.pill__color-swatch {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
  padding: 0;

  --gsc-swatch-border-radius: var(--gsc-pill-swatch-radii);
}

.pill[no-available] .pill__color-swatch {
  opacity: 0.2;
}

.pill__label {
  position: relative;
}

.pill[no-available] .pill__label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 8px);
  height: 1px;
  background: var(--gsc-text-color-100);
}

.pill--solid.selected[no-available] .pill__label::before,
.pill--outline.selected[no-available] .pill__label::before {
  background: var(--gsc-background-color-100);
}

.pill[disabled] {
  cursor: not-allowed;
}

.custom-app-block .spr-pagination-prev,
.custom-app-block .spr-pagination-next,
.custom-app-block .spr-pagination-page,
.pill--solid {
  color: var(--gsc-text-color-100);
  background: var(--gsc-foreground-color-100);
}

.pill--outline {
  color: var(--gsc-text-color-100);
  background: transparent;
  border: 1px solid var(--gsc-border-color-100);
}

.pill--underline {
  color: var(--gsc-text-color-100);
  background: transparent;
  border-bottom: 1px solid transparent;
}

.pill--underline.selected {
  border-color: var(--gsc-text-color-100);
}

.pill--small {
  min-width: 3.8rem;
  min-height: 3.8rem;
  padding: 0.8rem 1.2rem;
}

.custom-app-block .spr-pagination-prev,
.custom-app-block .spr-pagination-next,
.custom-app-block .spr-pagination-page,
.pill--large {
  min-width: 4.8rem;
  min-height: 4.8rem;
  padding: 1.3rem 1.6rem;
}

.pill-with-color-swatch-in-filters {
  padding: 0.7rem 1.2rem 0.7rem 0.7rem;
}

.pill--with-color-swatch-in-product-section {
  padding: 1.2rem 1.6rem 1.2rem 1.2rem;
}

.load-button-pagination {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 5.6rem 0 0;
  row-gap: 2.4rem;
}

.load-button-pagination:empty {
  display: none;
}

.load-button-pagination__count {
  color: var(--gsc-text-color-70);
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-7);
  font-weight: var(--gsc-font-weight-medium);
}

.load-button-pagination__progress {
  position: relative;
  width: 18rem;
  height: 0.3rem;
  background: linear-gradient(
    90deg,
    var(--gsc-text-color-100) var(--gsc-pagination-progress),
    var(--gsc-text-color-10) var(--gsc-pagination-progress)
  );
}

.load-button-pagination__btn {
  width: 100%;
  border-color: var(--gsc-border-color-100);
}

.classic-pagination {
  display: flex;
  justify-content: center;
}

.classic-pagination__list {
  display: flex;
  margin: 0;
  padding: 0;
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
  list-style: none;
}

.classic-pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.2rem;
  cursor: pointer;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
  
  border-radius: var(--gsc-classic-pagination-item-radii);
  overflow: hidden;
}

.classic-pagination__link.active {
  color: var(--gsc-background-color-100);
  background-color: var(--gsc-text-color-100);
}

.pagination-infinite-scroll {
  display: flex;
  justify-content: center;
}

.pagination-infinite-scroll__loading-spinner {
  width: 6.4rem;
  height: 6.4rem;
}

.article-card {
  display: block;
  position: relative;
  overflow: hidden;
  color: var(--gsc-text-color-100);
}

.article-card--with-background {
  background: var(--gsc-foreground-color-100);
  border-radius: var(--gsc-base-radii);
  min-height: 100%;
}

.article-card__title {
  max-width: 100%;
  overflow: hidden;

  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.article-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-decoration: none;
}

.article-card__image-wrapper {
  /* z-index: 1; for work overflow:hidden + border-radius for child on iphone https://bugs.webkit.org/show_bug.cgi?id=98538 */
  overflow: hidden;
  border-radius: var(--gsc-base-radii);
}

.article-card__meta {
  color: var(--gsc-text-color-70);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.article-card__meta-item + .article-card__meta-item::before {
  margin: 0 0.5rem 0 0.4rem;
  font-size: 1.6rem;
  content: '\2022';
}

.article-card__description {
  color: var(--gsc-text-color-80);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-card__tags-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.2rem 0.8rem 1.2rem 1.2rem;
  transition: opacity 0.2s ease-in-out;
}

.article-card__tags-component {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.article-card__tags-component[visible] {
  opacity: 1;
}

.article-card__tags-container--under-image {
  padding: 0rem 0.8rem 0.8rem 0;
}

.article-card__tags-container--on-image {
  position: absolute;
  top: 0;
  left: 0;
}

.article-card__tags {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-height: 100%;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  row-gap: 0.8rem;
}

.article-card__tags--with-collapse {
  flex-wrap: nowrap;
}

.article-card__tag {
  border-radius: var(--gsc-badge-radii, 0);
  color: var(--gsc-text-color-100);
  background: var(--gsc-foreground-color-100);
  font-size: var(--gsc-article-card-badge-font-size);
  line-height: var(--gsc-article-card-badge-line-height);
  font-weight: var(--gsc-article-card-badge-font-weight);

  z-index: 3;
  min-width: -moz-fit-content;
  min-width: fit-content;

  transition: background-color 0.2s ease-in-out;
}

.article-card__extend-button {
  position: absolute;
  z-index: 3;
}

.article-card__tag--with-heght-collapse[tag-hidden] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: -moz-max-content;
  width: max-content;
}

.article-card__extend-button--with-heght-collapse {
  position: relative;
  z-index: 3;
}

.article-card__tag:hover {
  background: var(--gsc-foreground-color-100);
}

.article-card__tag[tag-hidden] {
  opacity: 0;
  pointer-events: none;
  width: -moz-max-content;
  width: max-content;
}

.article-card__tag > a {
  display: block;
  text-decoration: none;
  padding: 0.6rem 1rem;
}

.article-card__tags-container--under-image > .show-more-container {
  bottom: 0;
}

.show-more {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
  cursor: pointer;
  height: 32px;
  width: 32px;
}

.show-more__dot {
  background: var(--gsc-text-color-100);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
}

.article-card__dropdown {
  position: fixed;
  width: 22rem;
  background: var(--gsc-background-color-100);
}

.article-card__dropdown-body {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  row-gap: 0.8rem;
  background: var(--gsc-background-color-100);
}

.article-card__dropdown-body .article-card__tag {
  background: transparent;
}

.article-card__dropdown-body .article-card__tag:hover {
  background: var(--gsc-foreground-color-100);
}

.article-card__details {
  position: relative;
  padding: 1.6rem 1.2rem 0 0;
}

.article-card__details--left-spacing {
  padding-left: 1.2rem;
}

.article-card__details--with-background {
  padding: 2.4rem 2.4rem 3.2rem 2.4rem;
}

.article-card__details--with-background .article-card__tag {
  background: var(--gsc-background-color-100);
}

.article-card__details--bottom-spacing {
  padding-bottom: 4rem;
}

.article-card__details > * + * {
  margin: 0.8rem 0 0;
}

.article-card__details > * + .article-card__read-more-link {
  margin: 2rem 0 0;
}

.article-card__read-more-link {
  gap: 8px;
}

/* input type search */

/* clears the ‘X’ from Internet Explorer */

input[type='search']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

/* clears Safari standart style */

input[type='date'],
input[type='time'] {
  -webkit-appearance: none;
}

/* override Safari text alignment in date input */

input::-webkit-date-and-time-value {
  text-align: left;
}

/* input */

.custom-app-block input.spr-form-input,
.custom-app-block textarea.spr-form-input,
.date-input,
.input,
.textarea {
  width: 100%;
  padding: 1.3rem 1.9rem;
  color: var(--gsc-text-color-100);
  border: 1px solid var(--gsc-border-color-100);
  border-radius: var(--gsc-input-radii, 0);
  transition: border-color 0.2s ease-in-out;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.custom-app-block textarea.spr-form-input,
.textarea {
  display: block;
  height: 12rem;
  resize: none;
}

.custom-app-block textarea.spr-form-input {
  height: 15.3rem;
}

.custom-app-block input.spr-form-input,
.input {
  min-height: 4.8rem;
}

.custom-app-block input.spr-form-input::-moz-placeholder, .custom-app-block textarea.spr-form-input::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: var(--gsc-text-color-60);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.custom-app-block input.spr-form-input::placeholder,
.custom-app-block textarea.spr-form-input::placeholder,
.textarea::placeholder,
.input::placeholder {
  color: var(--gsc-text-color-60);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.custom-app-block input.spr-form-input:focus,
.custom-app-block textarea.spr-form-input:focus,
.textarea:focus,
.input:focus {
  border-color: var(--gsc-text-color-65);
  outline: none;
  box-shadow: none;
}

.custom-app-block input.spr-form-input:focus-visible,
.input:focus-visible,
.custom-app-block textarea.spr-form-input:focus-visible,
.textarea:focus-visible {
  border-color: var(--gsc-text-color-65);
  outline: none;
}

.field-group {
  display: flex;
  flex-flow: column;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 1.6rem;
}

.field {
  position: relative;
  display: block;
  width: 100%;
}

.field__label {
  color: var(--gsc-text-color-70);
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-15);
  font-weight: var(--gsc-font-weight-normal);
}

.field__label {
  margin-top: 1rem;
}

.input-wrap {
  position: relative;
}

.label {
  display: block;
  margin: 0 0 1.2rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.input-btn,
.input-link {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  cursor: pointer;
}

.input-link {
  padding: 0 1.5rem;
}

.input-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 5.6rem;
  min-height: 5.6rem;
  padding: 0;
}

.field__link,
.input-link {
  color: var(--gsc-text-color-70);
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-6);
  font-weight: var(--gsc-font-weight-medium);
}

.field__link--right {
  text-align: right;
}

.textarea--outline,
.input--outline,
.date-input--outline {
  background: transparent;
}

.custom-app-block input.spr-form-input,
.custom-app-block textarea.spr-form-input,
.textarea--solid,
.input--solid,
.date-input--solid {
  background-color: var(--gsc-foreground-color-100);
  border-color: var(--gsc-foreground-color-100);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--gsc-text-color-100);
  -webkit-background-clip: text;
          background-clip: text;
}

.input--solid:-webkit-autofill,
.input--solid:-webkit-autofill:focus,
.input--solid:-webkit-autofill:active,
.input--solid:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0px 40rem var(--gsc-foreground-color-100) inset;
}

.input--large {
  min-height: 5.6rem;
}

.password-input {
  position: relative;
  display: block;
}

.password-input__input {
  padding-right: 6.2rem;
}

.password-input__btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.2rem;
  height: 100%;
  color: var(--gsc-text-color-35);
  cursor: pointer;
}

.password-input__icon {
  width: 2.4rem;
  height: 2.4rem;
}

.password-input__icon--closed-eye {
  display: none;
}

.password-input__btn[password-visible] .password-input__icon--closed-eye {
  display: block;
}

.password-input__btn[password-visible] .password-input__icon--eye {
  display: none;
}

/* checkbox */

.checkbox__input {
  position: absolute;
  z-index: -1;
  margin: 0;
  opacity: 0;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  cursor: pointer;
}

.checkbox__span {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: var(--gsc-checkbox-radii, 0);
  transition: border-color 0.25s ease;
}

.checkbox__span--outline {
  border: 1px solid var(--gsc-text-color-20);
}

.checkbox__span--solid {
  background: var(--gsc-foreground-color-100);
  border: 1px solid transparent;
}

.checkbox__span::before {
  position: absolute;
  top: 3px;
  left: 7px;
  display: block;
  width: 8px;
  height: 12px;
  border: solid var(--gsc-background-color-100);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
  content: '';
}

.checkbox[selected] .checkbox__span,
.checkbox__input:checked + .checkbox__span {
  background: var(--gsc-text-color-100);
}

.checkbox__input:focus + .checkbox__span {
  border-color: var(--gsc-text-color-100);
}

.checkbox[selected] .checkbox__span::before,
.checkbox__input:checked + .checkbox__span::before {
  opacity: 1;
}

.slider-switch {
  cursor: pointer;
}

.slider-switch__checkbox {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}

.slider-switch__container {
  position: relative;
  display: block;
  width: 48px;
  height: 24px;
  background-color: var(--gsc-text-color-15);
  border-radius: 12px;
  box-shadow: inset 0 0 0.4rem var(--gsc-text-color-10);
  transition: background-color 300ms ease-in-out;
}

.slider-switch__toggle {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 18px;
  height: 18px;
  background-color: var(--gsc-background-color-100);
  border: 1px solid var(--gsc-background-color-100);
  border-radius: 12px;
  box-shadow: 0 0 0.4rem var(--gsc-text-color-10);
  transition: left 300ms ease-in-out;
}

.slider-switch__checkbox:checked + .slider-switch__container {
  background-color: var(--gsc-text-color-100);
}

.slider-switch__checkbox:checked
  + .slider-switch__container
  .slider-switch__toggle {
  left: calc(100% - 21px);
}

.slider-switch__checkbox:focus-visible + .slider-switch__container {
  outline: 2px solid var(--gsc-black-color-100);
  outline-offset: 2px;
}

.search-sidebar {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: var(--gsc-search-sidebar-zIndex);
  width: 100%;
  height: 100%;
  color: var(--gsc-text-color-100);
  transform: translateX(100%);
  transition: transform 0.25s ease-in-out;
  pointer-events: none;
  will-change: transform;
}

.search-sidebar__body {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--gsc-background-color-100);
  filter: drop-shadow(-0.8rem 0 3.2rem rgb(20, 20, 22, 0.15));
}

.search-sidebar.is-opened {
  transform: translateX(0%);
  pointer-events: all;
}

.search-sidebar__form {
  padding: 1.6rem 2rem 2.4rem;
}

.search-sidebar__content {
  position: relative;
  z-index: -1;
  flex: 1;
  padding: 1.6rem 2rem 2.4rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.search-sidebar__footer {
  padding: 2.4rem 2rem;
}

.search-sidebar__footer-button {
  width: 100%;
}

.search-sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.6rem;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  background: var(--gsc-background-color-100);
}

.search-sidebar__header-title {
  flex: 1;
  padding: 1.7rem 0 1.7rem 2rem;
  text-transform: uppercase;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.search-sidebar__close-button-wrapper {
  height: 100%;
  padding: 1.2rem 1.6rem;
}

.search-sidebar__close-button-with-scale-hover {
  width: 3.2rem;
  height: 3.2rem;
}

/* sidebar section */

.search-sidebar-section + .search-sidebar-section {
  margin-top: 4rem;
}

.search-sidebar__footer,
.search-sidebar__header-wrapper {
  box-shadow: 0;
  transition: box-shadow 0.25s ease-in-out;
}

.search-sidebar[header-shadow-visible] .search-sidebar__header-wrapper {
  box-shadow: 0 0.4rem 1.6rem rgb(20, 20, 22, 0.1);
}

.search-sidebar-section__card-grid {
  --gsc-space-between-cards: 1.6rem;
  --gsc-columns: 2;
}

.search-sidebar-section__card-grid--queries {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  row-gap: 1.8rem;
}

.search-sidebar-section__card-grid--queries mark {
  color: var(--gsc-text-color-35);
  background-color: transparent;
}

.search-sidebar-section__query {
  position: relative;
  cursor: pointer;
  font-size: var(--gsc-fz-11);
  line-height: var(--gsc-lh-4);
  font-weight: var(--gsc-font-weight-medium);
}

.search-sidebar-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
}

.search-sidebar-section__header--queries {
  padding-bottom: 2.8rem;
}

.search-sidebar .article-card__title,
.search-sidebar .collection-card__title {
  letter-spacing: normal;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.search-sidebar .collection-card__content,
.search-sidebar .article-card__details {
  padding-top: 1.2rem;
}

.search-sidebar .product-card__btns {
  flex-flow: column;
}

.search-sidebar .product-card__btn {
  width: 4rem;
  height: 4rem;
}

.search-sidebar .product-card__actions {
  width: auto;
}

.search-sidebar .article-card__details--bottom-spacing,
.search-sidebar .collection-card__content--bottom-spacing,
.search-sidebar .product-card__details--bottom-spacing {
  padding-bottom: 2rem;
}

.search__form {
  margin: 0 0 4rem;
}

.search__no-results-note {
  font-weight: var(--gsc-font-weight-medium);
  text-align: center;
}

.search__input {
  height: 5.6rem;
  padding-right: 5.6rem;
}

.search__input-btn {
  width: 5.4rem;
  color: var(--gsc-text-color-70);
  background: transparent;
  border: none;
}

.search__input-btn-icon {
  width: 2.4rem;
}

.search__tab-name-list {
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0 0 6.4rem;
  padding: 0.3rem 0;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}

.search__carousel-tab-names {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 4rem;
  padding: 0.3rem 0;

  --gsc-space-between-cards: 3.2rem;
}

.search__tab-name {
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-transform: none;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.search__results-container {
  padding-top: 0;
}

.search-field {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 4rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--gsc-text-color-100);
}

.search-field__input {
  width: 100%;
  height: 2.4rem;
  padding: 0;
  color: var(--gsc-text-color-100);
  background: transparent;
  border: none;
  outline: none;
  font-size: var(--gsc-fz-11);
  line-height: var(--gsc-lh-4);
  font-weight: var(--gsc-font-weight-bold);
}

.search-field__input::-moz-placeholder {
  color: var(--gsc-text-color-35);
  font-weight: var(--gsc-font-weight-bold);
}

.search-field__input::placeholder {
  color: var(--gsc-text-color-35);
  font-weight: var(--gsc-font-weight-bold);
}

.search-field__controls {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}

.search-field__controls-item-icon {
  width: 2.4rem;
  height: 2.4rem;
}

.search-field__controls-item-icon--reset {
  opacity: 0.35;
}

.quote {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  text-align: left;
  border-radius: var(--gsc-base-radii);
  width: 100%;
  overflow: hidden;

  height: 100%;
}

.quote--with-background {
  background-color: var(--gsc-foreground-color-100);
}

.quote--with-sidebar {
  cursor: pointer;
}

.quote--with-sidebar:focus-visible {
  outline-offset: -2px;
}

.quote__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.quote__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--gsc-base-radii);
}

.quote--with-background .quote__image {
  border-radius: 0;
}

.quote .rating__stars {
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
}

.quote .rating__star {
  width: 2rem;
  height: 2rem;
}

.quote__product-title {
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: 400;
  line-height: 22px;
  opacity: 0.8;
  z-index: 2;

  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;

  text-align: var(--gsc-quote-alignment);
}

.quote__text {
  font-family: var(--gsc-headings-font-family);
  font-size: var(--gsc-fz-11);
  line-height: var(--gsc-lh-base);
  font-weight: var(--gsc-font-weight-semibold);

  text-align: var(--gsc-quote-alignment);
}

.quote__text p {
  display: inline;
}

.quote__text-wrap {
  position: relative;
  display: block;
  flex: 1;
  overflow: hidden;
  opacity: 0;

  max-height: 18rem;

  display: flex;
  flex-flow: column;
  justify-content: center;
}

.quote__text-height {
  height: 100%;
  display: flex;
  align-items: center;
}

.quote__content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 1.6rem;
  width: 100%;

  padding: 2.4rem;

  align-items: var(--gsc-quote-alignment);
}

.quote__content--without-right-padding {
  padding: 1.6rem 0.8rem 1.6rem 0;
}

.quote__content--without-aside-paddings {
  padding: 1.6rem 0.8rem 1.6rem 0;
}

.testimonials__grid--mobile .quote__content--without-aside-paddings {
  padding: 1.6rem 0;
}

.testimonials__carousel--mobile .quote__content--without-aside-paddings {
  padding: 1.6rem 0.8rem;
}

.quote__content[data-line-clamp-setter-is-ready] .quote__text-wrap {
  opacity: 1;
}

.quote__text--truncate {
  display: -webkit-box;
  -webkit-line-clamp: var(--gsc-max-lines);
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quote__content[with-font-italic] .quote__text--truncate {
  font-style: italic;
}

.quote__details {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  row-gap: 1.2rem;
}

.quote__details-credentials {
  display: flex;
  flex-flow: column;

  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
}

.quote__author-name {
  font-weight: var(--gsc-font-weight-bold);
}

.quote__author-details {
  opacity: 0.7;
}

.quote__avatar-image {
  width: 5rem;
  height: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.quote .link {
  color: var(--gsc-text-color-80);
  transition: color 0.2s ease-in-out;
}

.quote .link__text::before {
  background: var(--gsc-text-color-100);
}

.quote .link:hover {
  color: var(--gsc-text-color-100);
}

/* ___________SIDEBAR______________________ */

.quote-sidebar {
  right: unset;
  left: 0;
  width: 100%;
}

.quote-sidebar__body {
  width: 100%;
  color: var(--gsc-text-color-100);
}

.quote-sidebar__body--with-top-padding {
  padding-top: 7rem;
}

.quote-sidebar .quote {
  flex-direction: column;
  overflow-y: auto;
  height: 100%;
}

.quote-sidebar .quote__image {
  width: 100%;
  height: 100%;

  flex: 1;
}

.round-style .quote-sidebar .quote__image {
  margin: 1.2rem;
  border-radius: var(--gsc-image-inside-block-radii, 0);
  width: auto;
  max-width: 100%;
}

.quote-sidebar .quote__content {
  height: auto;
  margin: auto 0;
  flex: 1;
}

.quote-sidebar .quote__text-wrap {
  flex: unset;
  margin: 0;
  opacity: 1;
  max-height: 100%;

  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 0;
}

.quote-sidebar__close-button-container {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  z-index: 1;
}

.quote-sidebar__quote--with-image > .quote__content {
  justify-content: flex-start;
}

/* ___________SIDEBAR______________________ */

.quote--vertical .quote__content {
  height: 100%;
}

.testimonials__sidebar-button {
  height: 100%;
}

.order__header {
  padding: 0 0 4rem;
  text-align: center;
  border-bottom: 1px solid var(--gsc-border-color-100);
}

.order-history__header {
  margin: 0 0 4rem;
  text-align: center;
}

.order__desktop-table {
  display: none;
}

.order__items {
  border-top: 1px solid var(--gsc-border-color-100);
}

.order__item {
  display: flex;
  flex-flow: column;
  row-gap: 2.4rem;
  border-bottom: 1px solid var(--gsc-border-color-100);
}

.order__item,
.order__desktop-table {
  padding: 3.2rem 0;
}

.order__item-field {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.order__item-field-label {
  font-weight: var(--gsc-font-weight-bold);
}

.order__item-field-value {
  font-weight: var(--gsc-font-weight-medium);
  text-align: right;
}

.order__table-row {
  border-color: transparent;
}

.order__info {
  display: flex;
  flex-flow: column;
  padding: 3.2rem 0;
}

.order__info-order-date {
  margin: 0 0 2.4rem;
  color: var(--gsc-text-color-70);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.order__info-order-icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0.8rem;
}

.order__info-title {
  margin: 0 0 1.6rem;
}

.order__info-order-content {
  color: var(--gsc-red-color-100);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-14);
  font-weight: var(--gsc-font-weight-medium);
}

.order__info-order-alert {
  display: flex;
  padding: 2.4rem;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  background-color: var(--gsc-foreground-color-100);
  border-radius: var(--gsc-base-radii, 0);
}

.order__footer {
  margin: 3.2rem 0;
}

.order__footer-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}

.order__footer-item--small + .order__footer-item--small {
  margin: 0.8rem 0 0;
}

.order__footer-item--small {
  color: var(--gsc-text-color-70);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.order__footer-item--small + .order__footer-item--small {
  margin: 0.8rem 0 0;
}

.order__footer-item--large {
  margin: 3.2rem 0 0;
  font-size: var(--gsc-fz-10);
  line-height: var(--gsc-lh-2);
  font-weight: var(--gsc-font-weight-bold);
}

.order__status {
  display: flex;
  flex-flow: column;
  row-gap: 2.4rem;
}

.order__status-item-title {
  margin: 0 0 2.4rem;
  font-size: var(--gsc-fz-11);
  line-height: var(--gsc-lh-4);
  font-weight: var(--gsc-font-weight-bold);
}

.order__status-item {
  flex: 1;
  padding: 4rem;
  background-color: var(--gsc-foreground-color-100);
  border-radius: var(--gsc-base-radii);
}

.order__status-item-info {
  color: var(--gsc-text-color-70);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.order__status-item-info + .order__status-item-info {
  margin: 1.6rem 0 0;
}

.login__content {
  margin: 0 0 4rem;
  text-align: center;
}

.login__footer {
  margin: 4rem 0 0;
  color: var(--gsc-text-color-70);
  text-align: center;
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-7);
  font-weight: var(--gsc-font-weight-medium);
}

.login__btns {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 4rem 0 0;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  row-gap: 1.6rem;
}

.login__btn {
  width: 100%;
}

.login__field {
  display: flex;
  flex-flow: column;
}

.login__field + .login__field {
  margin: 2.4rem 0 0;
}

.login__field-link {
  align-self: flex-end;
  margin: 1.6rem 0 0;
  text-decoration: underline;
}

.login__title {
  margin: 0 0 2rem;
}

.login__text {
  color: var(--gsc-text-color-80);
  font-size: var(--gsc-fz-11);
  line-height: var(--gsc-lh-4);
  font-weight: ;
}

.addresses__form {
  padding: 4.8rem 0 4rem;
  border-bottom: 1px solid var(--gsc-border-color-100);
}

.addresses__address {
  display: flex;
  flex-flow: column;
  padding: 3.2rem 0;
  border-bottom: 1px solid var(--gsc-border-color-100);
}

.addresses__form-btns {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 3.2rem 0 0;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 1.6rem;
}

.addresses__form-field-group {
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  row-gap: 2.4rem;
}

.addresses__form-field + .addresses__form-field {
  margin: 2.4rem 0 0;
}

.addresses__accordeon[data-aria-expanded='true'] {
  padding: 0;
}

.addresses__form-title {
  margin: 0 0 4rem;
  text-align: center;
}

.addresses__address-details {
  color: var(--gsc-text-color-80);
  font-size: var(--gsc-fz-11);
  line-height: var(--gsc-lh-4);
  font-weight: var(--gsc-font-weight-medium);
}

.addresses__form-checkbox {
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.addresses__address-details-item + .addresses__address-details-item {
  margin: 1.6rem 0 0;
}

.addresses__address-btns {
  display: flex;
  align-items: center;
  margin: 4rem 0 0;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}

.addresses__address-btn {
  min-width: 12.8rem;
}

.addresses__default-label {
  margin: 0 0 2.4rem;
  font-weight: var(--gsc-font-weight-bold);
}

.addresses__header {
  padding-bottom: 4rem;
  text-align: center;
  border-bottom: 1px solid var(--gsc-border-color-100);
}

.addresses__address-country-dropdown {
  height: 30rem;
  overflow: auto;
}

.shopify-model-viewer-ui {
  width: 100%;
  height: 100%;
}

.shopify-model-viewer-ui model-viewer {
  width: 100%;
  height: 100%;
  background-color: var(--gsc-foreground-color-100) !important;
}

.collection-card {
  display: block;
  position: relative;
  height: 100%;
  container: collection-card / normal;
  font-family: var(--gsc-body-font-family);

  --gsc-collection-card-transition: transform 0.35s ease-in-out,
    opacity 0.35s ease-in-out, background-color 0.35s ease-in-out;
}

.collection-card--with-background {
  background: var(--gsc-foreground-color-100);
}

.collection-card__link {
  text-decoration: none;
}

.collection-card__link {
  position: absolute;
  inset: 0;
}

.collection-card__overlay--top-gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, var(--gsc-collection-card-overlay-opacity)) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.collection-card__overlay--center-gradient {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, var(--gsc-collection-card-overlay-opacity)) 0%,
    rgba(0, 0, 0, var(--gsc-collection-card-overlay-opacity)) 100%
  );
}

.collection-card__overlay--bottom-gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, var(--gsc-collection-card-overlay-opacity)) 100%
  );
}

.round-style .collection-card__media {
  z-index: 0; /* for work overflow:hidden + border-radius for child on iphone https://bugs.webkit.org/show_bug.cgi?id=98538 */
  overflow: hidden;
  border-radius: var(--gsc-base-radii, 0);
}

.round-style .collection-card--with-background {
  z-index: 0; /* for work overflow:hidden + border-radius for child on iphone https://bugs.webkit.org/show_bug.cgi?id=98538 */
  overflow: hidden;
  border-radius: var(--gsc-base-radii, 0);
}

.round-style .collection-card--with-background .collection-card__media {
  border-radius: var(--gsc-base-radii, 0) var(--gsc-base-radii, 0) 0 0;
}

.collection-card__image {
  background: var(--gsc-foreground-color-100);
}

.collection-card__content {
  display: flex;
  flex-flow: column;
  padding: 1.2rem 1.6rem 0 0;
  row-gap: 1.2rem;
  overflow: hidden;
}

.collection-card--with-background .collection-card__content {
  padding: 1.6rem 2rem 2.4rem;
}

.collection-card__content--center-alignment {
  padding: 1.2rem 1.6rem 0;
  text-align: center;
  align-items: center;
}

.collection-card__content--right-alignment {
  text-align: right;
  align-items: flex-end;
}

.collection-card__content--on-image-bottom-vertical.collection-card__content--center-alignment {
  justify-content: center;
}

.collection-card__content--on-image-bottom-vertical.collection-card__content--right-alignment {
  justify-content: flex-end;
}

.collection-card__content--under-image {
  padding-left: 1.6rem;
}

.collection-card--without-aside-paddings
  .collection-card__content--under-image {
  padding-left: 0;
}

.round-style .card-carousel .collection-card__content--under-image,
.collection-card__content--bottom-spacing {
  padding-bottom: 2rem;
}

.collection-card__content--on-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 2.8rem;
  display: flex;
  flex-flow: column;
}

.collection-card__content--on-image-top {
  justify-content: flex-start;
}

.collection-card__content--on-image-center {
  justify-content: center;
}

.collection-card__content--on-image-bottom {
  justify-content: flex-end;
}

.collection-card__content--on-image-bottom-vertical {
  align-items: flex-start;
  justify-content: flex-start;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: scale(-1, -1);
  text-align: left;
}

.collection-card__title {
  color: var(--gsc-text-color-100);
}

.collection-card__count {
  color: var(--gsc-text-color-80);
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-6);
  font-weight: var(--gsc-font-weight-medium);
}

.collection-card__count--solid {
  color: var(--gsc-text-color-100);
}

.mega-menu__block--collection-list
  .collection-card__content--on-image
  .collection-card--with-text-on-image,
.mega-menu__block--collection-list
  .collection-card__content--on-image
  .collection-card__title,
.mega-menu__block--collection-list
  .collection-card__content--on-image
  .collection-card__count,
.collection-list
  .collection-card__content--on-image
  .collection-card--with-text-on-image,
.collection-list .collection-card__content--on-image .collection-card__title,
.collection-list .collection-card__content--on-image .collection-card__count,
.collection .collection-card__content--on-image .collection-card__title,
.collection .collection-card__content--on-image .collection-card__count {
  color: var(--gsc-white-color-100);
}

.collection-card--with-background .collection-card__content {
  padding: 1.2rem;
}

.collection-card--with-background .collection-card__content--under-image {
  padding: 1.2rem;
}

.collection-card__content .btn {
  margin-top: 0.8rem;
}

.collection-card .overlay {
  transition: var(--gsc-collection-card-transition);
}

.collage .collection-card .overlay {
  background: rgb(var(--gsc-black-color), var(--gsc-overlay-opacity));
}

.collage .collection-card .zoom {
  transition: var(--gsc-collection-card-transition);
}

.collection-card--show-all-on-hover .collection-card__content {
  transition: var(--gsc-collection-card-transition);
  opacity: 0;
}

.collection-card--show-all-on-hover:hover .collection-card__content {
  opacity: 1;
  transition: var(--gsc-collection-card-transition);
}

.collection-card--show-button-on-hover .collection-card__content,
.collection-card--show-button-on-hover .collection-card__title,
.collection-card--show-button-on-hover .collection-card__count,
.collection-card--show-button-on-hover .collection-card__content > * + * {
  transition: var(--gsc-collection-card-transition);
}

.collection-card--show-button-on-hover .btn,
.collection-card--show-button-on-hover .link {
  position: absolute;
  transform: translateY(-2.8rem);
  opacity: 0;
  transition: var(--gsc-collection-card-transition);
}

.collection-card--show-button-on-hover .collection-card__content .btn {
  margin-top: 1.2rem;
}

.collection-card--show-button-on-hover:hover .collection-card__content {
  transform: translateY(3rem);
}

.collection-card--show-button-on-hover:hover .collection-card__content > * + *,
.collection-card--show-button-on-hover:hover .collection-card__title,
.collection-card--show-button-on-hover:hover .collection-card__count {
  opacity: 0;
}

.collection-card--show-button-on-hover:hover .btn,
.collection-card--show-button-on-hover:hover .link {
  opacity: 1;
}

@container collection-card (max-width: 200px) {
  .collection-card__content--on-image {
    padding: 1.2rem;
  }

  .collection-card__content {
    row-gap: 0.8rem;
  }

  .collection-card__title {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .collection-card__count {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.image-block {
  position: relative;
  z-index: 0; /* for work overflow:hidden + border-radius for child on iphone https://bugs.webkit.org/show_bug.cgi?id=98538 */
  overflow: hidden;
  background: var(--gsc-foreground-color-100);
  border-radius: var(--gsc-base-radii, 0);
  font-family: var(--gsc-body-font-family);

  --gsc-image-block-transition: all 0.35s ease-in-out;
}

.image-block .overlay {
  transition: var(--gsc-image-block-transition);
}

.image-block .zoom {
  transition: var(--gsc-image-block-transition);
}

/*.image-block:hover .overlay {
  background: rgb(
    var(--gsc-black-color),
    calc(var(--gsc-overlay-opacity) + 0.35)
  );
}*/

.image-block__caption {
  color: var(--gsc-text-color-100);
  transition: var(--gsc-image-block-transition);
}

.image-block__title {
  transition: var(--gsc-image-block-transition);
}

.image-block__text {
  transition: var(--gsc-image-block-transition);
  color: var(--gsc-text-color-100);
}

.image-block__image-link {
  z-index: 1;
  cursor: pointer;
}

.image-block__image-link--without-cursor {
  cursor: default;
}

.image-block__image-link,
.image-block__content-wrap {
  position: absolute;
  inset: 0;
}

.image-block__content-wrap {
  z-index: 1;
  display: flex;
  flex-flow: column;
  padding: 2rem;
}

.image-block__content {
  max-width: 100%;
  color: var(--gsc-text-color-100);
  position: relative;
  transition: var(--gsc-image-block-transition);

  display: flex;
  flex-direction: column;
}

.image-block__content > * + * {
  padding: 1.2rem 0 0;
  transition: var(--gsc-image-block-transition);
}

.image-block__btn {
  padding-top: 2rem;
  transition: var(--gsc-image-block-transition);
  z-index: 3;
}

.image-block__btn:first-child {
  padding-top: 0;
}

.image-block__btn--default {
  padding: 0;
  border-radius: 50%;
  z-index: 3;
}

.image-block__btn--default svg {
  transition: var(--gsc-image-block-transition);
  transition: transform 0.25s linear;
}

.image-block__btn--default path {
  transition: transform 0.25s linear;
  transform-origin: 50% 50%;
}

.image-block__btn--default:hover path {
  transform: scale(125%);
}

.deferred-media__poster {
  background-color: var(--gsc-foreground-color-100);
  cursor: pointer;
}

.deferred-media {
  overflow: hidden;
}

.deferred-media:not([loaded]) template {
  z-index: -1;
}

.deferred-media[loaded] > .deferred-media__poster {
  display: none;
}

.deferred-media__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  background-color: var(--gsc-white-color-100);
  border-radius: 50%;
  box-shadow: 0 0 0 0.6rem var(--gsc-white-color-20);
  transform: translate(-50%, -50%);
}

.deferred-media__button-icon {
  width: 2.4rem;
  height: 2.4rem;
}

.deferred-media__button-icon--play {
  color: var(--gsc-black-color-100);
}

.deferred-media__button-icon--model {
  color: var(--gsc-black-color-100);
}

.deffered-media__video {
  width: 100%;
  height: 100%;
  background-color: var(--gsc-black-color-100);
}

.deffered-media__video--with-scale {
  -o-object-fit: cover;
     object-fit: cover;
}

.deffered-media__video--with-scale:-webkit-full-screen {
  object-fit: contain;
}

.deffered-media__video--with-scale:fullscreen {
  -o-object-fit: contain;
     object-fit: contain;
}

.deferred-media__xr-button-wrapper {
  position: absolute;
  bottom: 3.6rem;
  left: 0;
  width: 100%;
  padding: 2.4rem;
}

.deferred-media__xr-button {
  width: 100%;
}

.deferred-media__xr-button[data-shopify-xr-hidden] {
  visibility: hidden;
}

.deferred-media__xr-button-icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
}

.pickup-availability {
  display: block;
  margin: 3.2rem 0 0;
}

/* info */

.pickup-availability-info {
  display: flex;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.pickup-availability-info__location-name {
  font-weight: var(--gsc-font-weight-bold);
}

.pickup-availability-info__btn {
  display: block;
  margin: 1.6rem 0 0;
  text-decoration: underline;
  cursor: pointer;
}

/* sidebar */

.pickup-availability-sidebar {
  display: block;
  z-index: var(--gsc-pickup-availability-sidebar-zIndex);
  transform: translateX(100%);
}

.pickup-availability-sidebar__body {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
}

.pickup-availability-sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pickup-availability-sidebar__header-title {
  flex: 1;
  text-transform: uppercase;
  padding: 1.7rem 0 1.7rem 2.4rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.pickup-availability-sidebar__close-button-wrapper {
  padding: 1.2rem 1.6rem;
}

.pickup-availability-sidebar__close-button {
  width: 3.2rem;
  height: 3.2rem;
}

.pickup-availability-sidebar__content {
  height: 100%;
  overflow: auto;
}

.pickup-availability-sidebar__variant {
  display: flex;
  flex-flow: column;
  row-gap: 0.4rem;
  padding: 3.2rem 2.4rem;
}

.pickup-availability-sidebar__variant-option {
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.pickup-availability-sidebar__variant + .pickup-availability-sidebar__list {
  border-top: 1px solid var(--gsc-border-color-100);
}

.pickup-availability-sidebar__list-item {
  padding: 3.2rem 2.4rem;
}

.pickup-availability-sidebar__list-item-title {
  margin: 0 0 2.4rem;
  font-weight: var(--gsc-font-weight-bold);
}

.pickup-availability-sidebar__list-item-info {
  display: flex;
  flex-flow: column;
  row-gap: 1.6rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.comment-form__title {
  font-size: var(--gsc-fz-10);
  line-height: var(--gsc-lh-2);
  font-weight: var(--gsc-font-weight-bold);
}

.comment-form__note {
  margin: 3.2rem 0 0;
  color: var(--gsc-text-color-70);
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-7);
  font-weight: var(--gsc-font-weight-medium);
}

.comment-form__btn {
  width: 100%;
  margin: 3.2rem 0 0;
}

.comment-form__body {
  display: flex;
  flex-flow: column;
  row-gap: 2rem;
  margin: 3.2rem 0 0;
}

.comment-form__field-group {
  row-gap: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.comment {
  display: flex;
  flex-flow: column;
  row-gap: 1.2rem;
  padding: 2.4rem 0;
  font-weight: var(--gsc-font-weight-medium);
  border-bottom: 1px solid var(--gsc-border-color-100);
}

.comment__author {
  font-weight: var(--gsc-font-weight-bold);
}

.comment__date {
  color: var(--gsc-text-color-35);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.sort-list--desktop {
  display: none;
}

.sort-list-sidebar__form-wrap {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.sort-list-sidebar__form {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 2rem;
  row-gap: 2.4rem;
}

.sort-list-sidebar__form-label {
  position: relative;
}

.sidebar-sort-list {
  width: 100%;
}

.sort-list-sidebar__body {
  display: flex;
  flex-flow: column;
  width: 100%;
}

.sort-list-sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.6rem 1.2rem 2.4rem;
  text-transform: uppercase;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.sort-list-sidebar__check-icon {
  position: absolute;
  top: 50%;
  left: -3rem;
  width: 2.4rem;
  height: 2.4rem;
  transform: translateY(-50%);
}

.sort-list__btn {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.1rem;
       column-gap: 1.1rem;
  cursor: pointer;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
}

.sort-list__btn-icon {
  width: 2.4rem;
  height: 2.4rem;
}

.sort-list__btn path {
  transform-origin: center center;
  transition: transform 250ms ease;
}

.sort-list__btn.is-opened path {
  transform: scale(1, -1);
}

/* filter */

.theme-with-size1-swatch-in-filters {
  --gsc-circle-swatch-width: 100%;
  --gsc-landscape-swatch-width: 100%;
  --gsc-square-swatch-width: 100%;
  --gsc-portrait-swatch-width: 100%;

  --gsc-filters-color-swatch-count: 7;

  --gsc-swatch-border-radius: var(--gsc-filters-allSize-swatch-radii);
}

.theme-with-size2-swatch-in-filters {
  --gsc-circle-swatch-width: 100%;
  --gsc-landscape-swatch-width: 100%;
  --gsc-square-swatch-width: 100%;
  --gsc-portrait-swatch-width: 100%;

  --gsc-filters-color-swatch-count: 6;

  --gsc-swatch-border-radius: var(--gsc-filters-allSize-swatch-radii);
}

.theme-with-size3-swatch-in-filters {
  --gsc-circle-swatch-width: 100%;
  --gsc-landscape-swatch-width: 100%;
  --gsc-square-swatch-width: 100%;
  --gsc-portrait-swatch-width: 100%;

  --gsc-filters-color-swatch-count: 5;

  --gsc-swatch-border-radius: var(--gsc-filters-allSize-swatch-radii);
}

.theme-with-size4-swatch-in-filters {
  --gsc-circle-swatch-width: 100%;
  --gsc-landscape-swatch-width: 100%;
  --gsc-square-swatch-width: 100%;
  --gsc-portrait-swatch-width: 100%;

  --gsc-filters-color-swatch-count: 4;

  --gsc-swatch-border-radius: var(--gsc-filters-allSize-swatch-radii);
}

.theme-with-size5-swatch-in-filters {
  --gsc-circle-swatch-width: 100%;
  --gsc-landscape-swatch-width: 100%;
  --gsc-square-swatch-width: 100%;
  --gsc-portrait-swatch-width: 100%;

  --gsc-filters-color-swatch-count: 3;

  --gsc-swatch-border-radius: var(--gsc-filters-allSize-swatch-radii);
}

.theme-with-size6-swatch-in-filters {
  --gsc-circle-swatch-width: 100%;
  --gsc-landscape-swatch-width: 100%;
  --gsc-square-swatch-width: 100%;
  --gsc-portrait-swatch-width: 100%;

  --gsc-filters-color-swatch-count: 3;

  --gsc-swatch-border-radius: var(--gsc-filters-allSize-swatch-radii);
}

.filters__color-swatch-tooltip {
  position: fixed;
}

.filters__form {
  position: relative;
  flex: 1;
  padding: 2rem 0;
  overflow-y: auto;
}

.filters__form-loading-overlay {
  position: absolute;
  z-index: 3;
}

.filters__options {
  display: flex;
  flex-flow: column;
  padding: 0.8rem 0 0;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
  row-gap: 1.6rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.filters__options--text-variant {
  row-gap: 1.2rem;
}

.filters__options--button-variant {
  flex-flow: row;
  flex-wrap: wrap;
  row-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}

.filters__options--button-variant .filters__more {
  margin: 0.8rem 0 0;
}

.filters__price-range {
  display: flex;
  flex-flow: column;
  row-gap: 1.6rem;
}

.filters__option-count {
  font-weight: var(--gsc-font-weight-medium);
  opacity: 0.35;
}

.filters__more {
  display: flex;
  align-items: center;
  width: 100%;
  color: var(--gsc-text-color-100);
  cursor: pointer;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.filters__more-icon {
  width: 2.2rem;
  height: 2.2rem;
}

.filters__label {
  display: flex;
  justify-content: space-between;
  padding: 0;
  padding-bottom: 2rem;
  font-weight: var(--gsc-font-weight-bold);
  font-size: var(--gsc-fz-11);
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}

.filters__label--uppercase {
  text-transform: uppercase;
}

.filters__label--top-spacing {
  padding-top: 2rem;
}

.filters__item--bordered + .filters__item--bordered {
  border-top: 1px solid var(--gsc-border-color-100);
}

.filters__item--bottom-spacing {
  padding-bottom: 3.2rem;
}

.filters__chevron {
  width: 2.4rem;
  height: 2.4rem;
}

.icon-filter {
  width: 2.4rem;
  height: 2.4rem;
  transition: transform 250ms ease;
}

.sidebar-filters__header {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.6rem 1.2rem 2.4rem;
  text-transform: uppercase;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  background: var(--gsc-background-color-100);
  transition: box-shadow 0.25s ease-in-out;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.sidebar-filters[header-shadow-visible] .sidebar-filters__header {
  box-shadow: 0 0.8rem 3.2rem rgb(20, 20, 22, 0.1);
}

.sidebar-filters__header-label {
  display: flex;
  align-items: baseline;
}

.filters__results-count {
  color: var(--gsc-text-color-35);
  text-transform: uppercase;
}

.filters__reset {
  margin-left: 0.8rem;
  text-decoration: underline;
  cursor: pointer;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.filters__active-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.6rem 0 0;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  row-gap: 0.8rem;
}

.filters__active-options[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.filters__active-options[disabled]:active,
.filters__active-options[disabled] * {
  pointer-events: none;
}

.filters__active-option {
  display: flex;
  align-items: center;
  padding: 0.4rem 0.4rem 0.4rem 0.8rem;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  background: var(--gsc-foreground-color-100);
  border-radius: var(--gsc-active-filter-radii, 0);
  cursor: pointer;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.filters__active-option-close {
  width: 2.2rem;
  opacity: 0.5;
}

.filters__btns {
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 1.6rem 2rem;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  background: var(--gsc-background-color-100);
  box-shadow: 0 -0.5rem 2.5rem var(--gsc-text-color-10);
}

.filters__btn {
  flex: 1;
  padding: 1.6rem;
}

.filters__text-option {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.filters__text-option-checkbox {
  opacity: 0;
}

.checkbox__input:checked + .filters__text-option-checkbox {
  opacity: 1;
}

.filters__colors {
  display: grid;
  grid-template-columns: repeat(var(--gsc-filters-color-swatch-count), 1fr);
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  row-gap: 1.2rem;
}

.sidebar-filters {
  position: fixed;
  top: 0;
  right: 0;
  z-index: var(--gsc-sidebar-zIndex);
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: transform 250ms ease-in-out;
  pointer-events: none;
  will-change: transform;
  color: var(--gsc-text-color-100);
}

.sidebar-filters--desktop {
  display: none;
}

.sidebar-filters--mobile .filters__item {
  margin: 0 2.4rem;
}

.sidebar-filters__body {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gsc-background-color-100);
}

.sidebar-filters.is-opened {
  transform: translateX(0%);
  pointer-events: all;
}

.sidebar-filters--mobile[aria-visibillity='false'] {
  transform: translateX(-100%);
}

.sidebar-filters--mobile[aria-visibillity='true'] .sidebar-filters__body {
  box-shadow: -4rem 0 11.6rem var(--gsc-text-color-15);
}

.sidebar-filters__content {
  position: relative;
  display: flex;
  flex-flow: column;
  height: 100%;
}

.price-range__numbers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 2rem;
}

.price-range__number {
  display: flex;
  width: 100%;
  padding: 0;
  color: var(--gsc-text-color-100);
  font-weight: var(--gsc-font-weight-bold);
  font-size: var(--gsc-fz-11);
  background-color: var(--gsc-background-color-100);
  border: none;
  outline: none;
}

.price-range__number + .price-range__number {
  text-align: right;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.price-range__slider {
  position: relative;
  height: 0.2rem;
  background: var(--gsc-border-color-100);
  border-radius: 5px;
}

.price-range__slider-wrap {
  padding: 0.4rem 0;
  cursor: pointer;
}

.price-range__slider-progress {
  position: absolute;
  right: 0%;
  left: 0%;
  height: 100%;
  background: var(--gsc-text-color-100);
  border-radius: 5px;
}

.price-range__inputs {
  position: relative;
  top: -2.6rem;
  width: 100%;
  height: 1rem;
}

.price-range__input {
  position: absolute;
  width: 100%;
  height: 1rem;
  margin: 0;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: none;
}

.price-range__input[targeted] {
  pointer-events: all;
}

.price-range__input::-webkit-slider-thumb {
  width: 2.4rem;
  height: 2.4rem;
  background: var(--gsc-text-color-100);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  pointer-events: auto;
  box-shadow: none;
}

.price-range__input::-moz-range-thumb {
  width: 2.4rem;
  height: 2.4rem;
  background: var(--gsc-text-color-100);
  border: none;
  border-radius: 50%;
  -moz-appearance: none;
       appearance: none;
  pointer-events: auto;
  box-shadow: none;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale(1.1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0 0 0 3rem var(--gsc-header-cart-icon-background-color);
  }
}

@keyframes fillOuter {
  100% {
    box-shadow: inset 0 0 0 3rem rgba(83, 158, 58, 10%);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.checkmark-with-chevron__icon {
  display: block;
  width: 4rem;
  height: 4rem;

  border-radius: 50%;
  box-shadow: inset 0 0 0 var(--gsc-header-cart-icon-background-color);
  animation: fadeOut 0.3s ease-in-out 2s both,
    fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  stroke: var(--gsc-header-cart-icon-text-color);
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.checkmark-with-chevron__icon--static {
  animation: ease-in-out 2s both,
    fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark-with-chevron__outline-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 rgba(83, 158, 58, 10%);
  width: 6.4rem;
  height: 6.4rem;

  animation: fillOuter 1s ease-in-out 1s forwards;
}

.checkmark-with-chevron__circle {
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  fill: none;
  stroke: var(--gsc-header-cart-icon-background-color);
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.checkmark-with-chevron__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.close-cursor {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: var(--gsc-close-cursor-zIndex);
  width: 5.2rem;
  height: 5.2rem;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
}

.close-cursor::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.2rem;
  height: 5.2rem;
  background: var(--gsc-background-color-100);
  border-radius: 50%;
  box-shadow: 0 0.4rem 1.6rem rgb(0, 0, 0, 0.08);
  transform-origin: center center;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: transform 0.3s ease-in-out;
  content: '';
}

.close-cursor__icon {
  position: relative;
  z-index: 1;
  width: 3.6rem;
  height: 3.6rem;
}

.image-banner {
  overflow: hidden;
  color: var(--gsc-text-color-100);
  background-color: var(--gsc-background-color-100);
  border-radius: var(--gsc-base-radii);
}

.image-banner__container {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.image-banner__container:before {
  content: '';
  padding-bottom: var(--gsc-section-ratio);
}

.image-banner__container--mobile-content-with-background
  .image-banner__content-wrap {
  padding: 1.2rem;
}

.slideshow--with-dots .image-banner__content-wrap {
  padding-bottom: 5.2rem;
}

.image-banner__media,
.image-banner__link {
  position: absolute;
  inset: 0;
}

.image-banner__media {
  z-index: 0; /* for work overflow:hidden + border-radius for child on iphone https://bugs.webkit.org/show_bug.cgi?id=98538 */
  overflow: hidden;
  border-radius: var(--gsc-base-radii, 0);
}

.image-banner__link {
  z-index: 2;
}

.image-banner__media svg {
  fill: var(--gsc-black-color-10);
}

.image-banner__content-wrap {
  position: relative;
  display: flex;
  width: 100%;
  color: var(--gsc-text-color-100);
}

.image-banner__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  padding: 2rem;
  text-align: var(--gsc-content-align);
  border-radius: var(--gsc-base-radii, 0);
}

.image-banner__content--desktop {
  display: none;
}

.slideshow--with-dots .image-banner__content--with-none-background {
  padding: 2rem 2rem 0 2rem;
}

.image-banner__content--with-solid-background {
  background-color: var(--gsc-background-color-100);
}

.image-banner__content--with-solid-background .image-banner__caption,
.image-banner__content--with-solid-background .image-banner__text {
  color: var(--gsc-text-color-80);
}

.image-banner__content--with-transparent-background {
  background-color: var(--gsc-background-color-15);
  -webkit-backdrop-filter: blur(16.5px);
          backdrop-filter: blur(16.5px);
}

.image-banner__content--with-new-transparent-background {
  background-color: var(--gsc-background-color-30);
}

.image-banner__content--with-outline-background {
  border: 2px solid var(--gsc-text-color-100);
}

.image-banner__content--with-shadow-background {
  position: relative;
}

.image-banner__content--with-shadow-background::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);
  background: radial-gradient(
    50% 50% at 50% 50%,
    var(--gsc-black-color-30) 0%,
    var(--gsc-black-color-10) 100%
  );
  transform: translate(-50%, -50%);
  filter: blur(100px);
  content: '';
}

.image-banner__text,
.image-banner__caption {
  color: var(--gsc-text-color-100);
}

.image-banner__text,
.image-banner__title,
.image-banner__caption {
  margin: 1.2rem 0;
}

.image-banner__btns {
  margin: 2.4rem 0;
}

.image-banner__btns--with-only-links {
  margin: 2rem 0;
}

.image-banner__content > *:first-child {
  margin-top: 0;
}

.image-banner__content > *:last-child {
  margin-bottom: 0;
}

.image-banner__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--gsc-content-align);
  width: 100%;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 1.6rem;
}

.image-banner__btn {
  align-self: flex-start;
  width: 100%;
}

.image-banner__btns--with-first-button-link {
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}

.image-banner__btns--with-second-button-link {
  -moz-column-gap: 4.4rem;
       column-gap: 4.4rem;
}

.split-image-banner {
  min-height: var(--gsc-height);
  overflow: hidden;
  color: var(--gsc-text-color-100);
  background-color: var(--gsc-background-color-100);
  border-radius: var(--gsc-base-radii, 0);
}

.split-image-banner__container {
  position: relative;
  display: flex;
  overflow: hidden;
}

.split-image-banner__media,
.split-image-banner__link {
  position: absolute;
  inset: 0;
}

.split-image-banner__media {
  overflow: hidden;
}

.split-image-banner__link {
  z-index: 2;
}

.split-image-banner__media svg {
  fill: var(--gsc-black-color-10);
}

.split-image-banner__content {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: var(--gsc-content-align);
  background-color: var(--gsc-background-color-100);
}

.split-image-banner__content-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  color: var(--gsc-text-color-100);
}

.container--with-aside-paddings .split-image-banner__content-wrap {
  padding-left: 0;
  padding-right: 0;
}

.slideshow--with-dots .split-image-banner__content-wrap {
  padding: 2rem 2rem 5.2rem;
}

.slideshow--without-dots .split-image-banner__content-wrap {
  padding: 2rem;
}

.split-image-banner__text,
.split-image-banner__caption {
  color: var(--gsc-text-color-80);
}

.split-image-banner__text,
.split-image-banner__title,
.split-image-banner__caption {
  margin: 1.2rem 0;
}

.split-image-banner__btns {
  margin: 2.4rem 0;
}

.split-image-banner__btns--with-only-links {
  margin: 2rem 0;
}

.split-image-banner__content > *:first-child {
  margin-top: 0;
}

.split-image-banner__content > *:last-child {
  margin-bottom: 0;
}

.split-image-banner__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--gsc-content-align);
  width: 100%;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 1.6rem;
}

.split-image-banner__btn {
  align-self: flex-start;
  width: 100%;
}

.split-image-banner__btns--with-first-button-link {
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}

.split-image-banner__btns--with-second-button-link {
  -moz-column-gap: 4.4rem;
       column-gap: 4.4rem;
}

.split-image-banner__container {
  flex-wrap: wrap;
  padding: 0;
}

.split-image-banner__left-media,
.split-image-banner__right-media {
  position: relative;
  order: -1;
  height: 240px;
}

.split-image-banner__left-media .media__image-placeholder,
.split-image-banner__right-media .media__image-placeholder {
  width: auto;
}

.split-image-banner__left-media {
  z-index: 0; /* for work overflow:hidden + border-radius for child on iphone https://bugs.webkit.org/show_bug.cgi?id=98538 */
  flex: 1 1 calc(var(--gsc-left-image-width) - 0.1rem);
  overflow: hidden;
  border-radius: var(--gsc-base-radii, 0);
}

.split-image-banner__right-media {
  z-index: 0; /* for work overflow:hidden + border-radius for child on iphone https://bugs.webkit.org/show_bug.cgi?id=98538 */
  flex: 1 1 calc(var(--gsc-right-image-width) - 0.1rem);
  overflow: hidden;
  border-radius: var(--gsc-base-radii, 0);
}

.split-image-banner__left-media ~ .split-image-banner__right-media {
  margin-left: 0.2rem;
}

.spacer__content-wrapper {
  border-radius: var(--gsc-base-radii, 0);
}

.spacer__content {
  display: flex;
  align-items: center;
  height: var(--gsc-spacer-height);
}

.spacer__separator {
  width: 100%;
  height: 1px;
  background: var(--gsc-border-color-100);
}

.spacer--desktop {
  display: none;
}

.slideshow {
  position: relative;
}

.slideshow__carousel {
  overflow: hidden;
}

.slideshow__carousel-container {
  min-height: var(--gsc-height);
}

.slideshow__carousel-viewport {
  border-radius: var(--gsc-base-radii, 0);
}

.slideshow__dots-carousel {
  position: absolute;
  bottom: 12px;
  left: 50%;
  max-width: 18rem;
  transform: translateX(-50%);
}

.slideshow__section-stub {
  min-height: var(--gsc-height);
}

.slideshow__btns {
  display: none;
}

.slideshow__carousel-btn {
  position: relative;
  z-index: 2;
}

.slideshow__play-button {
  position: absolute;
  bottom: 2.4rem;
  left: 2.4rem;
  display: none;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  color: var(--gsc-black-color-100);
  background-color: var(--gsc-white-color-30);
  border: none;
  border-radius: 50%;
  box-shadow: 0 0.4rem 1.6rem rgb(0, 0, 0, 0.08);
  cursor: pointer;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: background-color 0.25s ease-in-out;
}

.slideshow__play-button-icon {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
}

.slideshow__play-button[data-autoplay-stopped]
  .slideshow__play-button-icon--play {
  display: block;
}

.slideshow__play-button:not([data-autoplay-stopped])
  .slideshow__play-button-icon--pause {
  display: block;
}

.collection__desktop-content {
  display: none;
}

.collection__mobile-content {
  display: block;
}

.collection__card-grid {
  grid-template-rows: repeat(var(--gsc-rows), auto);
}

.collection__card-grid--one-column {
  grid-template-columns: 1fr;
}

.collection__header {
  display: flex;
  flex-flow: column;
  margin: 0 0 3.2rem;
  -moz-column-gap: 2.8rem;
       column-gap: 2.8rem;
  row-gap: 2rem;
}

.collection__collection-card-slide {
  align-self: flex-start;
}

.collection__header--center {
  text-align: center;
}

.collection__header--with-tabs {
  margin: 0 0 2.4rem;
}

.collection__tab-carousel {
  display: flex;
  align-items: center;

  --gsc-space-between-cards: 3.2rem;
}

.collection__tab-carousel--center {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.collection__tab-list {
  display: none;
}

.collection__tab-name {
  flex: 0 0 fit-content;
  min-width: 0;
  font-weight: var(--gsc-font-weight-medium);
}

.collection__title {
  max-width: 64.8rem;
}

.collection--grid-with-mobile-carousel .collection__card-grid {
  display: none;
}

.collection__card-grid .collection__collection-card {
  align-self: flex-start;
  height: auto;
}

.collection-text__container {
  position: relative;
  display: flex;
  flex-flow: column;
  row-gap: 3.2rem;
  -moz-column-gap: 6.4rem;
       column-gap: 6.4rem;
}

.collection-text__content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  padding: 0 2rem;
}

.collection-text__content--center-alignment {
  align-items: center;
  text-align: center;
}

.collection-text__content--right-alignment {
  align-items: flex-end;
  text-align: right;
}

.container--with-aside-paddings .collection-text__content {
  padding: 0;
}

.collection-text__text,
.collection-text__caption {
  color: var(--gsc-text-color-80);
}

.collection-text__content > * + * {
  margin: 1.2rem 0 0;
}

.collection-text__content > * + .collection-text__text {
  margin: 1.6rem 0 0;
}

.collection-text__content > * + .collection-text__link {
  margin: 2.4rem 0 0;
}

.collection-text__content > .collection-text__icon + * {
  margin: 2.4rem 0 0;
}

.collection-text__icon {
  width: 4.4rem;
  height: 4.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.announcement-bar {
  background: var(--gsc-background-color-100);
}

.shopify-section-announcement-bar {
  position: relative;
  z-index: 4;
}

.announcement-bar__outer-container {
  padding: 0;
}

.announcement-bar__inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
  padding-right: var(--gsc-container-padding);
  padding-left: var(--gsc-container-padding);
}

.round-style .announcement-bar__inner-container {
  min-height: 5.2rem;
}

.announcement-bar__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: 100%;
}

.announcement-bar__text {
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.announcement-bar__rte {
  color: var(--gsc-text-color-100);
}

.announcement-bar__text-icon {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.announcement-bar__settings {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}

.announcement-bar__dropdown,
.announcement-bar__settings form {
  height: 100%;
}

.announcement-bar__settings .localization-dropdown-wrapper,
.announcement-bar__settings .localization-dropdown-toggle {
  height: 100%;
}

.announcement-bar__carousel {
  display: flex;
  align-items: center;
  padding: 0.9rem 0;
  -moz-column-gap: 0.7rem;
       column-gap: 0.7rem;
}

.announcement__carousel-container {
  align-items: center;
}

.announcement-bar__carousel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement-bar__chevron {
  width: 2rem;
  height: 2rem;
}

.announcement-bar__link {
  position: absolute;
  inset: 0;
  text-decoration: none;
}

.announcement-bar__dropdown-menu {
  width: 30rem;
}

.announcement-bar__left-panel,
.announcement-bar__right-panel {
  display: none;
  align-items: center;
  height: 100%;
}

.announcement-bar__right-panel {
  justify-content: flex-end;
}

.announcement-bar__social-list {
  margin-left: -1.3rem;
}

/* header section wrapper */

.shopify-section-header {
  position: relative;
  z-index: 5;
  transition: transform 0.2s ease-in-out;
}

.shopify-section-header[mobile-sticky] {
  position: sticky;
  top: 0;
}

.shopify-section-header--with-cart-popup[mobile-sticky] {
  z-index: 9999;
}

.shopify-section-header[mobile-sticky].scrolled .header {
  z-index: 5;
  box-shadow: 0 0.8rem 1.6rem var(--gsc-black-color-5);
}

.shopify-section-header[mobile-sticky][aria-hidden='true'] {
  transform: translateY(-100%);
  transition: transform 0.2s ease-in-out 0.2s;
}

.header__container {
  padding: 0;
}

/* header */

.header {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--gsc-text-color-100);
  font-family: var(--gsc-menu-font-family);
  background: var(--gsc-background-color-100);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s linear, box-shadow 0.2s linear;
}

.shopify-section-header[desktop-sticky].scrolled .header {
  transition: border-color 0.2s linear, box-shadow 0.2s linear 0.2s;
}

.header__inner-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;

  transition: max-width 0.2s linear 0.2s, border-radius 0.2s linear;
  background-color: var(--gsc-background-color-100);
  max-width: calc(
    min(var(--gsc-container-width), 100%) - (var(--gsc-container-padding) * 2)
  );
  display: none;
}

.header--bordered {
  border-color: var(--gsc-border-color-100);
}

.header--light-bordered {
  border-color: var(--gsc-text-color-10);
}

.round-style .header {
  background: transparent;
  border: none;
}

/* header grid */

.header__grid {
  min-height: 6.8rem;
  padding-right: var(--gsc-container-padding);
  padding-left: var(--gsc-container-padding);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.round-style .header__grid {
  background-color: var(--gsc-background-color-100);
}

/* Nav */

.header__dropdown {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  max-height: calc(100vh - var(--gsc-header-bottom-side, 0) - 6.4rem);
  margin: 0;
  list-style: none;
  opacity: 1;
  pointer-events: all;
  row-gap: 1.4rem;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: var(--gsc-base-radii, 0);
  box-shadow: 0 2.4rem 6rem -1.4rem var(--gsc-black-color-15);
  z-index: 1;
}

.header__dropdown--full-width {
  transition: opacity 0.3s ease-in-out;
  box-shadow: none;
}

.header__dropdown[aria-hidden='true'] {
  display: block;
  opacity: 0;
}

.header__dropdown .dropdown__popper {
  overflow-y: auto;
}

.header__dropdown-toggle {
  display: flex;
  align-items: center;
}

.header__dropdown-toggle-chevron {
  width: 2.4rem;
  height: 2.4rem;

  transform: rotate(90deg);
  transition: transform 0.25s ease-in-out;
}

.header__dropdown-toggle[data-aria-expanded='true']
  .header__dropdown-toggle-chevron {
  transform: rotate(-90deg);
}

.header__dropdown-menu {
  display: block;
  width: 100%;
  padding: 0;
  background: var(--gsc-background-color-100);
  border-radius: var(--gsc-base-radii, 0);

  --gsc-menu-item-border-radius: var(--gsc-header-menu-item-radii);
}

.round-style .header__dropdown-menu--with-mega-menu {
  background: transparent;
}

.header__menu {
  z-index: 5;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  position: fixed;
  width: 29.6rem;
  max-height: calc(100vh - var(--gsc-header-bottom-side, 0) - 6.4rem);
  padding: 2.4rem;
  background: var(--gsc-background-color-100);
  overflow-x: hidden;
  overflow-y: auto;
}

.header__menu {
  border-radius: var(--gsc-base-radii, 0);

  --gsc-menu-item-border-radius: var(--gsc-header-menu-item-radii);
}

.header__dropdown--full-width .mega-menu__inner-container,
.header__menu--inside-full-width-dropdown {
  border-radius: var(--gsc-base-radii, 0);

  --gsc-menu-item-border-radius: var(--gsc-base-radii);
}

.header__dropdown-menu--with-mega-menu {
  overflow: auto;
}

.header__wide-menu {
  width: 42rem;
  padding: 2.4rem;
}

.header__nav {
  display: none;
  grid-area: nav;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
}

.header__item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
  font-style: var(--gsc-menu-font-style);
  letter-spacing: var(--gsc-menu-font-letter-spacing);
  text-transform: var(--gsc-menu-text-transform);
  font-size: var(--gsc-menu-font-size);
  line-height: var(--gsc-menu-line-height);
  font-weight: var(--gsc-menu-font-weight);
}

.header__item > *:first-child {
  margin: 0;
}

/* icons */

.header__icon--people {
  display: none;
}

.header__icons {
  display: flex;
  grid-area: icons;
  align-items: center;
  justify-self: flex-end;
  margin-right: -0.8rem;
}

.header__icon {
  position: relative;
  width: 3.8rem;
  padding: 1rem 0.8rem;
}

.header__cart-icon {
  position: relative;
}

/* Logo */

.header__logo {
  display: flex;
  grid-area: logo;
  padding: 1.2rem 0;
}

.header__logo--desktop {
  display: none;
}

/* grid */

.header__grid {
  display: grid;
  grid-column-gap: 1.2rem;
  grid-template-areas: 'hamburger logo icons';
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
}

/* mega menu */

.header__dropdown--full-width {
  width: 100%;
}

.mega-menu__outer-container {
  padding: 0rem 20rem;
}

.round-style .mega-menu__outer-container {
  padding-left: var(--gsc-container-padding);
  padding-right: var(--gsc-container-padding);
}

.mega-menu__inner-container {
  display: flex;
  align-items: flex-start;
  padding: 0;
  background: var(--gsc-background-color-100);
}

.mega-menu__nav {
  display: flex;
  flex-flow: column;
  align-items: center;
  align-self: flex-start;
}

.mega-menu__list {
  width: 100%;
  max-width: 44.8rem;
}

.header__menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  border-radius: var(--gsc-menu-item-border-radius, 0);
  cursor: pointer;
}

.header__menu-item-label {
  max-width: 100%;
  overflow: hidden;
}

.header__menu-item--small {
  padding: 0.8rem 1.2rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.header__menu-item--medium {
  padding: .7rem 1rem .7rem 2.4rem;
  font-weight: var(--gsc-menu-font-weight);
}

.mega-menu__block {
  width: 100%;
}

.mega-menu__chevron {
  width: 2.4rem;
  height: 2.4rem;
}

.mega-menu__block--spaced {
  padding: 2rem;
}

.round-style .mega-menu__block:not(.mega-menu__block--spaced) {
  padding: 1.2rem;
}

.mega-menu__nav ~ .mega-menu__block--spaced {
  padding: 0 2rem 2rem;
}

.mega-menu .header__menu {
  box-shadow: 1.6rem 1.6rem 2.4rem -0.4rem var(--gsc-black-color-10);
}

/* grid 1 */

/* grid 2 */

/* grid 3 */

/* grid 4 */

/* grid 5 */

/* grid 6 hamburger */

.drawer-menu-toggle {
  display: block;
  grid-area: hamburger;
  margin-left: -0.8rem;
}

.drawer-menu {
  display: block;
  position: fixed;
  top: var(--gsc-header-bottom-side);
  left: 0;
  right: 0;
  z-index: var(--gsc-sidebar-zIndex);
  width: 100%;
  height: calc(100% - var(--gsc-header-bottom-side, 0));
  color: var(--gsc-text-color-100);
  transform: translateX(-100%);
  transition: transform 250ms ease;
  will-change: transform;
}

.drawer-menu.is-opened {
  transform: translateX(0%);
}

.drawer-menu__content {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--gsc-background-color-100);
}

.drawer-menu__list-title {
  transition: box-shadow 0.25s ease;
}

.drawer-menu__list-title--desktop {
  display: none;
}

.drawer-menu__list-title-body {
  display: grid;
  grid-template-columns: 6rem 1fr;
  align-items: center;
  justify-content: space-between;
  min-height: 5.6rem;
  text-transform: uppercase;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.drawer-menu__page[header-shadow-visible] .drawer-menu__list-title {
  box-shadow: 0 0.4rem 1.6rem rgb(20, 20, 22, 0.1);
}

.drawer-menu__list-title-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem 6rem 1rem 0;
  overflow: hidden;
  text-align: center;
}

.drawer-menu__list-title-chevron-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.drawer-menu__list-body {
  display: flex;
  flex-flow: column;
  width: 100%;
  margin: 3.2rem auto;
  padding: 0 2rem;
}

.drawer-menu__settings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto 0 0;
  padding: 0 1.6rem;
  background-color: var(--gsc-background-color-100);
  border-top: 1px solid var(--gsc-text-color-10);
}

.drawer-menu__localization-settings {
  display: flex;
  align-items: center;
  background: var(--gsc-background-color-100);
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-7);
  font-weight: var(--gsc-font-weight-medium);
}

.drawer-menu__localization-dropdown-toggle {
  padding: 1.6rem 0.8rem;
  border-color: transparent;
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-7);
  font-weight: ;
}

.drawer-menu__account-link {
  display: flex;
  align-items: center;
  padding: 1.6rem 0.8rem;
  color: var(--gsc-text-color-100);
  text-decoration: none;
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-7);
  font-weight: var(--gsc-font-weight-medium);
}

.drawer-menu__chevron {
  width: 2.4rem;
  height: 2.4rem;
}

.drawer-menu__title-chevron {
  width: 2.8rem;
  height: 2.8rem;
}

.drawer-menu__page {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--gsc-background-color-100);
  transition: transform 350ms ease;
  will-change: transform;
}

.drawer-menu__page[aria-hidden='true'] {
  transform: translateX(-100%);
}

.drawer-menu__page[aria-hidden='false'] {
  transform: translateX(0%);
}

.drawer-menu__page[aria-hidden='false'] .drawer-menu__list,
.drawer-menu__page[aria-hidden='false'] .drawer-menu__mega-menu-wrapper {
  pointer-events: all;
}

.is-editor-mode .drawer-menu__list,
.is-editor-mode .drawer-menu__mega-menu-wrapper,
.is-editor-mode .drawer-menu,
.is-editor-mode .drawer-menu__page {
  transition: none !important;
}

.drawer-menu__login-form-wrap {
  padding: 3.2rem;
}

.drawer-menu__icon {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0.8rem 0 0;
}

.drawer-menu__menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.2rem 0.8rem 1.2rem 1.6rem;
  text-decoration: none;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  border-radius: var(--gsc-base-radii, 0);
  cursor: pointer;
}

.drawer-menu__menu-item-label {
  max-width: 100%;
  overflow: hidden;
}

.drawer-menu__menu-item--small {
  font-weight: var(--gsc-font-weight-medium);
}

.drawer-menu__menu-item--medium {
  font-weight: var(--gsc-menu-font-weight);
}

.drawer-menu__menu-item--small + .drawer-menu__menu-item--small,
.drawer-menu__menu-item--medium + .drawer-menu__menu-item--medium {
  margin: 0.8rem 0 0;
}

.drawer-menu__menu-item--large {
  font-size: var(--gsc-fz-10);
  line-height: var(--gsc-lh-2);
  font-weight: var(--gsc-menu-font-weight);
}

.drawer-menu__localization-dropdown {
  box-shadow: 0 -1.6rem 2.4rem -1.4rem var(--gsc-black-color-5);
}

.drawer-menu .mega-menu__block--featured-collection {
  padding: 3.2rem;
}

.drawer-menu__list + .mega-menu__block--spaced {
  padding: 0 3.2rem 3.2rem;
}

.drawer-menu__list-title-body:active {
  background: var(--gsc-foreground-color-100);
}

.drawer-menu__list-title-body--with-link:active {
  background: transparent;
}

.drawer-menu__list-title-body--with-link
  .drawer-menu__list-title-chevron-wrapper:active,
.drawer-menu__list-title-body--with-link .drawer-menu__list-title-label:active {
  background: var(--gsc-foreground-color-100);
}

.footer {
  box-shadow: 0 1px 0 0 var(--gsc-border-color-100) inset;
}

.footer__container {
  overflow: hidden;
  border-radius: var(--gsc-base-radii, 0);
}

.footer__card-grid {
  padding: 5rem 0 5.6rem;
}

.footer__block {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  overflow: hidden;
}

.footer__image-wrap {
  display: block;
  width: var(--gsc-image-width);
  overflow: hidden;
  border-radius: var(--gsc-base-radii, 0);
}

.footer__image {
  position: absolute;
  top: 0;
  left: 0;
}

.footer__menu {
  display: flex;
  flex-flow: column;
  row-gap: 1.2rem;
}

.footer__menu-item {
  color: var(--gsc-text-color-70);
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
}

.footer__title {
  margin: 0 0 2rem;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase
}

.footer__text {
  color: var(--gsc-text-color-70);
  font-size: 12px;
  line-height: 16px;
  font-weight: ;
}

.footer__text + .footer__social-list {
  margin-top: 2.4rem;
}
/*added*/
.footer__card-grid .footer__block.block-footer-1 {
  min-width: 180px;
}
.underline-text__label:before {
  height: 1px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer__card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .footer__card-grid .footer__block.block-footer-1 {
    width: 268px;
  }
}
@media screen and (max-width: 768px) {
  /*
  .footer__card-grid { grid-template-columns: repeat(2, 1fr); }
  .footer__card-grid .footer__block.block-footer-1 { min-width: 0; order: 6; }
  */
  .footer__card-grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px 0;
  }
  .footer__card-grid .footer__block {
    width: 50%;
  }
  .footer__card-grid .footer__block.block-footer-4 {
    width: 100%;
  }
  .footer__card-grid .footer__block.block-footer-1 {
    min-width: 0;
    width: 100%;
  }
  .footer__card-grid .footer__block.block-footer-1 .footer__text {
    width: 50%;
  }
  .footer__logo {
    max-width: 100%;
  }
  .footer__logo img {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .footer__card-grid .footer__block.block-footer-4 {
    min-width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__card-grid .footer__block.block-footer-4 {
    min-width: 260px;
  }
}
@media screen and (min-width: 1440px) {
  .footer__card-grid .footer__block.block-footer-4 {
    min-width: 320px;
  }
}
/*endadded*/
.footer__social-list {
  margin-left: -1rem;
}

.footer__utils {
  display: flex;
  flex-flow: column;
  padding: 3rem 0;
}

.footer__utils--bordered {
  border-top: 1px solid var(--gsc-border-color-100);
}

.footer__newsletter {
  width: 100%;
}

.footer__text + .footer__newsletter {
  margin: 1.2rem 0 0;
}

.footer__logo {
  margin: 0 0 3.2rem;
}

.footer__settings {
  display: flex;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}

.footer__bottom-bar {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  row-gap: 2.4rem;
}

.footer__bottom-bar-item {
  color: var(--gsc-text-color-70);
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-7);
  font-weight: ;
}

.footer__payment-icons {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  row-gap: 0.8rem;
}

.footer__extra {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  row-gap: 2.4rem;
  margin: 2.2rem 0 0;
}

.footer__copyright {
  display: flex;
  align-items: center;
  color: var(--gsc-text-color-70);
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-7);
  font-weight: ;
}

.footer__utils > * + .footer__bottom-bar {
  margin: 2.8rem 0 0;
}

.footer__utils > * + .footer__copyright {
  margin: 3.2rem 0 0;
}

.footer .localization-dropdown {
  max-width: calc(100% - 4rem);
  margin: 0 0 0 -2rem;
}

.footer__policies {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  row-gap: 2.4rem;
  padding: 0 0 3rem;
}

.footer__policies-item {
  color: var(--gsc-text-color-70);
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-7);
  font-weight: ;
}

.product-recommendations__desktop-content {
  display: none;
}

.product-recommendations__mobile-content {
  display: block;
}

.product-recommendations {
  display: block;
  overflow: hidden;
}

.product-recommendations__container {
  display: block;
}

.product-recommendations__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 2rem;
}

.product-recommendations__header--center {
  justify-content: center;
}

.product-recommendations--grid-with-mobile-carousel
  .product-recommendations__card-grid {
  display: none;
}

.product-recommendations__card-grid--two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.recently-viewed__card-carousel .product-card__carousel {
  display: none;
}

.recently-viewed__card-carousel .product-card__images {
  display: block;
}

.recently-viewed__desktop-content {
  display: none;
}

.recently-viewed__mobile-content {
  display: block;
}

.recently-viewed {
  display: block;
}

.recently-viewed__container {
  display: block;
}

.recently-viewed__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 2rem;
}

.recently-viewed__header--center {
  justify-content: center;
}

.recently-viewed__card-grid--two-column > .recently-viewed__card-grid {
  grid-template-columns: 1fr 1fr;
}

.recently-viewed__card-grid > .card-carousel__slide {
  min-width: 100%;
  padding-left: 0;
}

.product-details {
  display: block;
}

.product-details__container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.product-details__container--with-aside-spacing {
  padding: 2rem;
}

.round-style .product-details__container--with-aside-spacing {
  overflow: hidden;
  border-radius: var(--gsc-base-radii, 0);
}

.product-details__accordeon-btn {
  padding-left: 0;
}

.product-details__accordeon-content {
  padding-top: 1.2rem;
}

.product-details__image {
  width: 100%;
  max-width: 100%;
}

.product-details__rte {
  font-size: var(--gsc-fz-11);
  line-height: var(--gsc-lh-4);
  font-weight: ;
}

.product-details__rte ul,
.product-details__rte ol {
  padding: 0 0 0 2.8rem;
}

.product-details__tab-names {
  display: none;
  align-items: center;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}

.product-details__tab-name-carousel {
  padding: 0 0 4rem;

  --gsc-space-between-cards: 3.2rem;
}

.product-details__tab-name {
  display: flex;
  align-items: center;
  padding-bottom: 1.6rem;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  border-bottom: 1px solid transparent;
  text-transform: none;
}

.product-details__tab-name-icon {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-details__tab-name-carousel-slide {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.product-details__tab-name.selected {
  color: var(--gsc-text-color-100);
  border-color: var(--gsc-text-color-100);
}

.product-details__tab {
  display: block;
  transition-property: max-height, opacity;
}

.product-details__tab[aria-hidden='true'] {
  transition-property: max-height;
}

.product-details__content-tab-content {
  display: flex;
  flex-flow: column;
  row-gap: 2.4rem;
}

.collection-list__desktop-content {
  display: none;
}

.collection-list__mobile-content {
  display: block;
}

.collection-list__header {
  margin: 0 0 var(--gsc-section-spacing-bottom);
}

.collection-list--section .collection-list__header {
  margin: 0 0 4rem;
}

.collection-list__load-button-pagination {
  margin: 6.4rem 0 0;
}

.collection-list__classic-pagination {
  margin: 9.6rem 0 0;
}

.collection-list__header--center {
  text-align: center;
}

.collection-list__header--right {
  text-align: right;
}

.collection-list--with-mobile-carousel .collection-list__card-grid {
  display: none;
}

.collection-list__card-grid-wrap {
  position: relative;
}

.collection-list__loading-overlay {
  position: absolute;
}

.collection-list--grid-with-mobile-carousel .collection-list__card-grid {
  display: none;
}

.collection-list__card-grid--two-column {
  grid-template-columns: 1fr 1fr;
}

.collection-list-carousel__viewport--slideshow {
  overflow: hidden;
}

.collection-list__slide--slideshow {
  min-width: 100%;
}

.collection-list__dots-container {
  display: block;
  margin: 1.6rem auto 0;
}

.faq {
  display: block;
}

.faq__content > * + .faq__text {
  margin: 1.2rem 0 0;
}

.faq__content > * + .faq__btn {
  margin: 4rem 0 0;
}

.faq__content {
  text-align: center;
}

.faq__text {
  color: var(--gsc-text-color-80);
}

.faq__category {
  display: flex;
  align-items: center;
  padding: 1.6rem 2rem;
  font-weight: var(--gsc-font-weight-bold);
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}

.faq__container--with-background {
  border-radius: var(--gsc-base-radii, 0);
}

.faq--with-background .faq__container {
  padding-left: 0;
  padding-right: 0;
}

.faq__blocks--with-background,
.faq__category--with-background {
  border-radius: var(--gsc-base-radii, 0);
  background: var(--gsc-foreground-color-100);
}

.faq__blocks--full-width .faq__category,
.faq__blocks--full-width .faq__question--outer-container {
  padding-left: 0;
  padding-right: 0;
}

.faq__blocks--with-separately-devided {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.faq__category--without-aside-spacing {
  padding-left: 0;
}

.faq__question--outer-container {
  padding: 0 2rem;
}

.faq__question:first-child > .faq__accordeon-plus {
  border-top: none;
}

.faq__question--with-background {
  background: var(--gsc-foreground-color-100);
  padding: 0 2rem;
}

.faq__question--with-separately-background {
  border-radius: var(--gsc-base-radii, 0);
  background: var(--gsc-foreground-color-100);
  padding: 0 2rem;
}

.faq__question--with-separately-background > .faq__accordeon-plus {
  border: none;
}

.faq__question--first {
  padding-top: 1rem;
  border-top-left-radius: var(--gsc-base-radii, 0);
  border-top-right-radius: var(--gsc-base-radii, 0);
}

.faq__question--last {
  padding-bottom: 1rem;
  border-bottom-left-radius: var(--gsc-base-radii, 0);
  border-bottom-right-radius: var(--gsc-base-radii, 0);
}

.faq__category-icon {
  width: var(--gsc-heading-line-height);
  height: var(--gsc-heading-line-height);

  -o-object-fit: contain;

     object-fit: contain;
}

.faq__question + .faq__category {
  margin: 2.4rem 0 0;
}

.faq__accordeon-plus-btn {
  padding: 1.6rem 0;
  font-weight: var(--gsc-font-weight-bold);
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  justify-content: space-between;
}

.faq__accordeon-plus-content {
  display: flex;
  flex-flow: column;
  color: var(--gsc-text-color-70);
  row-gap: 2.4rem;
}

.faq__accordeon-plus[data-aria-expanded='true'] {
  padding-bottom: 2.4rem;
}

.faq__question-image {
  width: 100%;
  height: auto;
}

.faq__container {
  display: flex;
  flex-flow: column;
  row-gap: 4rem;
  padding: 4rem 2rem;
}

.container--with-aside-paddings .faq--with-background .faq__container {
  padding-left: 0;
  padding-right: 0;
}

.contact__content {
  margin: 0 0 4rem;
  text-align: var(--gsc-text-align);
}

.contact__content > * + * {
  margin: 2rem 0 0;
}

.contact__text {
  color: var(--gsc-text-color-80);
}

.contact__form {
  display: flex;
  flex-flow: column;
}

.contact__form > .contact__field + .contact__field,
.contact__field-group + .contact__field {
  margin: 1.6rem 0 0;
}

.contact__captcha-note,
.contact__btn {
  margin: 2.4rem 0 0;
}

.contact__captcha-note {
  color: var(--gsc-text-color-70);
  text-align: center;
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-6);
  font-weight: ;
}

.multicolumn__container {
  display: flex;
  flex-flow: column;
}

.multicolumn__text {
  color: var(--gsc-text-color-80);
}

.multicolumn__content > * + * {
  margin: 1.6rem 0 0;
}

.multicolumn__container > * + * {
  margin: 4rem 0 0;
}

.multicolumn__column {
  position: relative;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  text-align: var(--gsc-column-align);
  background: var(--gsc-foreground-color-100);
  border-radius: var(--gsc-base-radii, 0);
  height: 100%;
}

.multicolumn__column-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.multicolumn__content-wrap {
  display: flex;
  flex-flow: column;
}

.multicolumn__content-wrap--align-left,
.multicolumn__column--align-left {
  align-items: flex-start;
  text-align: left;
}

.multicolumn__content-wrap--align-center,
.multicolumn__column--align-center {
  align-items: center;
  text-align: center;
}

.multicolumn__content-wrap--align-right,
.multicolumn__column--align-right {
  align-items: flex-end;
  text-align: right;
}

.multicolumn__card-grid--with-additional-between-row-space {
  row-gap: var(--gsc-space-between-cards);
}

.multicolumn__column--transparent {
  background: transparent;
  border-radius: var(
    --gsc-multicolumn-section-transparent-column-border-radius
  );
}

.multicolumn__column-media {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.multicolumn__column-media--align-center {
  align-items: center;
}

.multicolumn__column-media--align-right {
  align-items: flex-end;
}

.multicolumn__column-media--icon {
  padding: max(2.4rem, var(--gsc-content-spacing))
    max(2rem, var(--gsc-content-spacing)) 2.4rem
    max(2rem, var(--gsc-content-spacing));
}

.multicolumn__column-media--image {
  padding: var(--gsc-content-spacing) var(--gsc-content-spacing) 2.4rem
    var(--gsc-content-spacing);
}

.multicolumn__details {
  padding: 0 max(2rem, var(--gsc-content-spacing))
    max(2.4rem, var(--gsc-content-spacing))
    max(2rem, var(--gsc-content-spacing));
}

.multicolumn__column--transparent .multicolumn__column-media--icon {
  padding: var(--gsc-content-spacing) max(0.8rem, var(--gsc-content-spacing))
    2.4rem var(--gsc-content-spacing);
}

.multicolumn__column--transparent .multicolumn__details {
  padding: 0 max(0.8rem, var(--gsc-content-spacing)) var(--gsc-content-spacing)
    var(--gsc-content-spacing);
}

.multicolumn__column--align-center.multicolumn__column--transparent
  .multicolumn__details {
  padding: 0 max(0.8rem, var(--gsc-content-spacing)) var(--gsc-content-spacing)
    max(0.8rem, var(--gsc-content-spacing));
}

.multicolumn__column--align-right.multicolumn__column--transparent
  .multicolumn__details {
  padding: 0 var(--gsc-content-spacing) var(--gsc-content-spacing)
    max(0.8rem, var(--gsc-content-spacing));
}

.multicolumn__column-image-wrap {
  max-width: 100%;
  width: var(--gsc-image-width);
  height: auto;
  overflow: hidden;
  border-radius: max(
    var(--gsc-multicolumn-image-wrap-radius),
    var(--gsc-multicolumn-image-min-radii)
  );

  --gsc-multicolumn-image-wrap-radius: var(--gsc-base-radii) -
    var(--gsc-content-spacing);
}

.round-level-2 .multicolumn__column-image-wrap {
  border-radius: min(
    max(
      calc((var(--gsc-multicolumn-image-wrap-radius)) * -1),
      var(--gsc-multicolumn-image-wrap-radius)
    ),
    var(--gsc-multicolumn-image-min-radii)
  );
}

.multicolumn__column--transparent .multicolumn__column-image-wrap {
  border-radius: var(--gsc-base-radii);
}

.multicolumn__column-image {
  position: absolute;
  top: 0;
  left: 0;
}

.multicolumn__column-image-placeholder {
  background: var(--gsc-background-color-100);
}

.multicolumn__column--transparent .multicolumn__column-image-placeholder {
  background: var(--gsc-foreground-color-100);
}

.multicolumn__column-icon {
  display: inline-block;
  max-width: 100%;
  width: var(--gsc-icon-size);
  height: var(--gsc-icon-size);
  -o-object-fit: contain;
     object-fit: contain;
}

.multicolumn__column-title + * {
  margin: 0.8rem 0 0;
}

.multicolumn__column-text {
  color: var(--gsc-text-color-80);
}

.multicolumn__column-text + * {
  margin: 2.4rem 0 0;
}

.multicolumn__btn {
  width: 100%;
}

.multicolumn__solid-dots-carousel {
  display: block;
  margin: 4rem auto 0;
}

.multicolumn__card-carousel-viewport--transparent-columns {
  border-radius: var(
    --gsc-multicolumn-section-transparent-column-border-radius
  );
}

.multicolumn__card-carousel-viewport--colored-columns {
  border-radius: var(--gsc-base-radii, 0);
}

.multicolumn__desktop-content {
  display: none;
}

.multicolumn__card-carousel-btn {
  display: none;
}

.logo-list__desktop-content {
  display: none;
}

.logo-list__mobile-content {
  display: block;
}

.logo-list__container {
  display: flex;
  flex-flow: column;
}

.logo-list__header {
  margin: 0 0 4rem;
}

.logo-list__header--center {
  text-align: center;
}

.logo-list__slide {
  min-width: var(--gsc-slide-width);
  width: var(--gsc-slide-width);
}

.logo-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.logo-list__image {
  width: var(--gsc-image-width);
  height: auto;
  margin: 0 auto;
  aspect-ratio: var(--gsc-logo-list-image-aspect-ratio);
}

.logo-list__placeholder-image {
  width: var(--gsc-image-width);
  height: auto;
  margin: 0 auto;
  border-radius: var(--gsc-base-radii, 0);
}

.logo-list__dots {
  position: static;
  width: 8.2rem;
  margin: 3.2rem auto 0;
  transform: none;

  --space-between-cards: 2rem;
}

.logo-list__carousel {
  display: flex;
  align-items: center;
  width: 100%;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}

.logo-list__carousel-viewport--with-only-placeholder {
  border-radius: var(--gsc-base-radii, 0);
}

.logo-list__chevron {
  width: 2.4rem;
  height: 2.4rem;
}

.logo-list__carousel-btn {
  padding: 1.2rem 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.logo-list__carousel-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.35;
}

.logo-list__container--with-navigation-on-hover .logo-list__carousel-btn {
  opacity: 0;
  pointer-events: none;
}

.logo-list__container--with-navigation-on-hover:hover .logo-list__carousel-btn {
  opacity: 1;
  pointer-events: all;
}

.logo-list__container--with-navigation-on-hover:hover
  .logo-list__carousel-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.35;
}

.logo-list__grid {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: var(--gsc-space-between-cards);
       column-gap: var(--gsc-space-between-cards);
  row-gap: var(--gsc-space-between-cards);
}

.logo-list__grid-item {
  width: calc(
    (100% - var(--gsc-space-between-cards) * (var(--gsc-columns) - 1)) /
      var(--gsc-columns)
  );
}

.logo-list__carousel-btn--mobile-hide {
  display: none;
}

.logo-list__grid-item--one-column {
  min-width: 100%;
}

.gift-page {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

.gift-page__header {
  display: flex;
  justify-content: center;
  padding: 3rem 0;
}

.gift-page__container {
  display: flex;
  flex: 1;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.gift-page__content {
  margin: 0 0 3.2rem;
  text-align: center;
}

.gift-page__title {
  margin: 0 0 1.6rem;
}

.gift-page__text {
  color: var(--gsc-text-color-70);
}

.gift-page__image-wrap {
  position: relative;
  max-width: 100%;
  width: 40rem;
  height: 26.6rem;
}

.gift-page__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 4rem 2.8rem -2.4rem var(--gsc-black-color-5),
    0 3.6rem 6rem -1.6rem var(--gsc-black-color-35);
}

.gift-page__image--expired {
  background-color: var(--gsc-white-color-100);
  mix-blend-mode: luminosity;
}

.gift-page__price {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  padding: 0.4rem 1.6rem;
  color: var(--gsc-white-color-100);
  text-shadow: -1px -1px 3px var(--gsc-white-color-25),
    1px 1px 3px var(--gsc-black-color-25);
  background: linear-gradient(
    111.49deg,
    var(--gsc-white-color-40) -8.95%,
    rgb(var(--gsc-white-color), 0.01) 114%
  );
  border: 1px solid var(--gsc-white-color-35);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  font-size: var(--gsc-fz-9);
  line-height: var(--gsc-lh-13);
  font-weight: var(--gsc-font-weight-bold);
}

.gift-page__number {
  display: none;
}

.gift-page__copy-code {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 1;
  display: block;
  padding: 1rem 1.6rem;
  color: var(--gsc-white-color-100);
  text-align: center;
  text-shadow: -1px -1px 3px rgb(218, 35, 81, 0.1),
    1px 1px 3px var(--gsc-black-color-25);
  background: linear-gradient(
    111.49deg,
    var(--gsc-white-color-40) -8.95%,
    rgb(255, 255, 255, 0.01) 114%
  );
  border: 1px solid var(--gsc-white-color-35);
  border-radius: 10px;
  cursor: pointer;
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  font-size: var(--gsc-fz-10);
  line-height: var(--gsc-lh-2);
  font-weight: var(--gsc-font-weight-bold);
}

.gift-page__qr-code {
  display: flex;
  justify-content: center;
  margin: 4rem 0 0;
  padding: 0.5rem;
  background-color: var(--gsc-white-color-100);
}

.gift-page__btns {
  display: flex;
  flex-flow: column;
  row-gap: 1.6rem;
  margin: 3.2rem 0 0;
}

.gift-page__print-btn {
  color: var(--gsc-text-color-35);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border: none;
}

.gift-page__btn {
  width: 100%;
}

.instagram__desktop-content {
  display: none;
}

.instagram__mobile-content {
  display: block;
}

.instagram {
  overflow: hidden;
  text-align: center;
}

.instagram__text {
  display: inline-block;
  color: var(--gsc-text-color-80);
}

/*.instagram__image-wrapper {
  z-index: 0; /* for work overflow:hidden + border-radius for child on iphone https://bugs.webkit.org/show_bug.cgi?id=98538
  overflow: hidden;
  border-radius: var(--gsc-base-radii, 0); 
}*/

.instagram__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.instagram__btn {
  width: 100%;
}

.instagram__icon {
  width: 3.6rem;
  height: 3.6rem;
}

.instagram__item {
  position: relative;
  width: 100%;
}

/*.instagram__link-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gsc-white-color-100);
  /*background: var(--gsc-black-color-30);*/
  opacity: 0;
  /*transition: opacity 250ms ease-in-out;*/
}

/*.instagram__link-overlay:focus-visible {
  opacity: 1;
}*/

.instagram__content > * + * {
  margin: 1.6rem 0 0;
}

.instagram__content {
  margin: 0 auto;
}

.instagram__content--with-left-alignment {
  text-align: left;
}

.instagram__content--with-center-alignment {
  text-align: center;
}

.instagram__content--with-right-alignment {
  text-align: right;
}

.instagram__container > * + * {
  margin: 4rem 0 0;
}

.instagram__card-grid--two-columns {
  grid-template-columns: 1fr 1fr;
}

.instagram__dots-container {
  display: block;
  margin: 1.6rem auto 0;
}

.newsletter {
  position: relative;
  overflow: hidden;
  border-radius: var(--gsc-base-radii, 0);
  z-index: 0;
}

.newsletter__container::before {
  content: '';
  padding-bottom: var(--gsc-section-ratio);
}

.newsletter__container {
  display: flex;
}

.newsletter__container--mobile-content-with-background
  .newsletter__content-wrap--mobile {
  padding: 1.2rem;
}

.newsletter__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--gsc-content-width);
  padding: 2rem;
  text-align: var(--gsc-content-align);
  border-radius: var(--gsc-base-radii, 0);
}

.newsletter__content-wrap--desktop {
  display: none;
}

.newsletter__content--with-solid-background {
  background-color: var(--gsc-background-color-100);
}

.newsletter__content--with-solid-background .newsletter__caption,
.newsletter__content--with-solid-background .newsletter__text {
  color: var(--gsc-text-color-80);
}

.newsletter__content--with-transparent-background {
  background-color: var(--gsc-background-color-15);
  -webkit-backdrop-filter: blur(16.5px);
          backdrop-filter: blur(16.5px);
}

.newsletter__content--with-new-transparent-background {
  background-color: var(--gsc-background-color-30);
}

.newsletter__content--with-outline-background {
  border: 2px solid var(--gsc-text-color-100);
}

.newsletter__content--with-shadow-background {
  position: relative;
}

.newsletter__content--with-shadow-background::before {
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);

  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  background: radial-gradient(
    50% 50% at 50% 50%,
    var(--gsc-black-color-30) 0%,
    var(--gsc-black-color-10) 100%
  );
  transform: translate(-50%, -50%);
  filter: blur(100px);
  content: '';
}

.newsletter__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.newsletter__input-btn {
  flex: 1;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}

.newsletter__field {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.6rem;
}

.newsletter__input {
  padding: 1.6rem 2.4rem;
}

.newsletter__text,
.newsletter__caption {
  color: var(--gsc-text-color-100);
}

.newsletter__text,
.newsletter__caption,
.newsletter__heading {
  margin: 1.2rem 0;
}

.newsletter__form,
.newsletter__timer {
  margin: 2.4rem 0;
}

.newsletter__content > *:first-child {
  margin-top: 0;
}

.newsletter__content > *:last-child {
  margin-bottom: 0;
}

.newsletter__form {
  width: 100%;
}

.newsletter__arrow {
  width: 2.4rem;
  height: 2.4rem;
}

.custom-liquid__stub {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30rem;
}

.testimonials-wrapper {
  position: relative;
}

.testimonials {
  border-radius: var(--gsc-base-radii);
  display: block;
}

.testimonials__container {
  padding-right: 0;
  padding-left: 0;
}

.testimonials__body {
  position: relative;
  flex: 1;
  width: 100%;
  padding: 4rem 0;
  border-radius: var(--gsc-base-radii);
}

.testimonials__body--with-background {
  padding: 4rem 2rem;
}

.container--with-aside-paddings .testimonials__body--with-background {
  padding: 4rem 1.6rem;
}

.testimonials__outer-container--with-background {
  padding-right: 2rem;
  padding-left: 2rem;
}

.testimonials__content {
  z-index: 1;
  max-width: 83.8rem;
  min-width: 35%;
  margin: 0 auto 4rem;
  text-align: center;
}

.testimonials__content > * + * {
  margin: 1.2rem 0 0;
}

.testimonials__content > * + .testimonials__text {
  margin: 1.6rem 0 0;
}

.testimonials__content > * + .testimonials__link {
  margin: 2.4rem 0 0;
}

.testimonials__carousel {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column;
}

.testimonials__carousel--tablet,
.testimonials__carousel--desktop,
.testimonials__grid--desktop {
  display: none;
}

.testimonials__carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  opacity: 0;
  transition: transform 0.2s linear, opacity 0.1s linear 0.1s;
}

.testimonials__carousel-btn[disabled] {
  opacity: 0;
  pointer-events: none;
}

.testimonials__carousel-btn--prev {
  transform: translate(calc(-1 * (2.4rem + 100%)), -50%);
  left: 2.4rem;
}

.testimonials__carousel-btn--next {
  transform: translate(calc(2.4rem + 100%), -50%);
  right: 2.4rem;
}

.testimonials__grid--mobile {
  display: grid;
}

.testimonials__solid-dots-carousel {
  margin: 3.2rem auto 0;
}

.testimonials__caption {
  color: var(--gsc-text-color-80);
}

.testimonials__text {
  color: var(--gsc-text-color-80);
}

.testimonials__slide-quotes {
  display: grid;
  grid-template-columns: repeat(var(--gsc-quotes-per-slide), 1fr);
  overflow: hidden;
  gap: 2rem;
}

.testimonials__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: var(--gsc-bg-image-width);
  overflow: hidden;
  border-radius: var(--gsc-base-radii);
}

.testimonials__image .overlay {
  z-index: 0;
}

.testimonials__carousel-viewport {
  overflow: hidden;
  border-radius: var(--gsc-base-radii);
}

.testimonials__carousel-viewport--with-overflow {
  overflow: visible;
}

.testimonials__carousel-viewport--with-overflow .carousel__slide {
  min-width: 85%;
}

.testimonials__grid {
  gap: 2rem;
}

.testimonials .carousel__slide {
  padding-left: var(--gsc-space-between-cards);
}

.testimonials .testimonials__grid .carousel__slide {
  padding-left: 0;
}

.testimonials__quote--vertical {
  height: 100%;
}

.testimonials__quote--vertical .quote__text-wrap {
  max-height: var(--gsc-quote-max-height);
}

.account__container {
  display: flex;
  flex-flow: column;
}

.account__content {
  flex: 1;
}

.account__add-address-btn {
  margin: 4rem 0 0;
}

.account__field + .account__field {
  margin: 3.2rem 0;
}

.account-menu__title {
  margin: 0 0 2.4rem;
  font-weight: var(--gsc-font-weight-bold);
  text-transform: uppercase;
}

.account-menu {
  display: none;
  flex-flow: column;
  min-width: 24.8rem;
}

.account-menu__item {
  display: flex;
  align-items: center;
  padding: 1.4rem 1.6rem;
  text-decoration: none;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  background-color: var(--gsc-foreground-color-100);
  border-radius: var(--gsc-base-radii, 0);
  cursor: pointer;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.account-menu__item-chevron {
  width: 2.2rem;
  height: 2.2rem;
  transform: rotate(90deg);
}

.account__header {
  padding: 0 0 4rem;
  text-align: center;
  border-bottom: 1px solid var(--gsc-border-color-100);
}

.account-menu__icon {
  width: 2rem;
  height: 2rem;
}

.collage__desktop-content {
  display: none;
}

.collage__mobile-content {
  display: block;
}

.collage__card-grid {
  display: grid;
  grid-auto-rows: var(--gsc-collage-row-height);
  grid-template-columns: 1fr;
  gap: var(--gsc-space-between-cards);
  align-items: start;
}

.collage__card-grid-item {
  height: 100%;
}

.collage__item {
  color: var(--gsc-text-color-100);
}

.collage__carousel-viewport {
  border-radius: var(--gsc-base-radii, 0);
}

.collage__carousel-viewport--without-overflow {
  overflow: visible;
}

.collage__carousel-slide--type-carousel {
  min-width: 88%;
  max-height: calc(var(--gsc-collage-row-height) * 0.9);
}

.collage__solid-dots-carousel {
  display: block;
  margin: 1.6rem auto 0;
}

.collage__carousel-slide {
  height: var(--gsc-collage-row-height);
}

.collage__header {
  display: flex;
  flex-flow: column;
}

.collage__header + .collage__blocks {
  margin: 3.2rem 0 0;
}

.collage__header--center {
  text-align: center;
}

.collage__header--right {
  text-align: right;
}

.collage__collection-card {
  --gsc-button-background-color: var(--gsc-text-color);
}

.collage__newsletter-content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gsc-foreground-color-100);
}

.collage__newsletter-content {
  height: 100%;
}

.collage__image-block,
.collage__rich-text,
.collage__quote,
.collage__newsletter,
.collage__product-card {
  height: 100%;
}

.collage .quote {
  padding: 2rem;
  --gsc-rating-stars-color: #f49a13;
}

.collage .sidebar__body .quote {
  padding: 0;
}

.progress-bar {
  position: relative;
  display: block;
  width: 100%;
  height: var(--gsc-progress-bar-width);
  overflow: hidden;

  --gsc-progress-bar-width: 0.15rem;
}

.progress-bar--with-background {
  background: var(--gsc-text-color-10);
}

.progress-bar--vertical {
  width: var(--gsc-progress-bar-width);
  height: 100%;
}

.progress-bar__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gsc-text-color-100);
}

.progress-bar__indicator {
  left: -100%;
}

.progress-bar__indicator--vertical {
  top: -100%;
  left: 0;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: var(--gsc-modal-zIndex);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s linear;
  pointer-events: none;

  --gsc-space-between-cards: 0;
}

.product-modal.is-opened {
  pointer-events: all;
}

.product-modal__carousel {
  width: 100%;
  height: 100%;
}

.product-modal__dots-spinner-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-modal__slide {
  display: flex;
  justify-content: center;
  height: 100%;
}

.product-modal__body {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background-color: var(--gsc-background-color-100);
  outline: none;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.product-modal.is-opened .product-modal__body {
  opacity: 1;
}

.product-modal__model {
  width: 100%;
}

.product-modal__close-button-with-scale-hover {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  color: var(--gsc-text-color-100);
  background-color: var(--gsc-background-color-70);
  border-radius: 50%;
  transform: translate(calc(100% + var(--gsc-space-from-window-side)), 0%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: transform 0.2s linear 0.2s;

  --gsc-stroke-length: 14px;
  --gsc-space-from-window-side: 1.6rem;
}

.product-modal.is-opened .product-modal__close-button-with-scale-hover {
  transform: translate(0%, 0%);
  transition-delay: 0s;
}

.product-modal__carousel-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.product-modal__chevron {
  width: 2.8rem;
  height: 2.8rem;
}

.product-modal__carousel-container {
  align-items: center;
  height: 100%;
}

.product-modal__carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 4.8rem;
  height: 4.8rem;
  transition: transform 0.2s linear 0.2s;

  --gsc-space-from-window-side: 1.6rem;
}

.product-modal__carousel-btn--next {
  right: var(--gsc-space-from-window-side);
  transform: translate(calc(100% + var(--gsc-space-from-window-side)), -50%);
}

.product-modal__carousel-btn--prev {
  left: var(--gsc-space-from-window-side);
  transform: translate(
    calc(-1 * (100% + var(--gsc-space-from-window-side))),
    -50%
  );
}

.product-modal.is-opened .product-modal__carousel-btn--prev,
.product-modal.is-opened .product-modal__carousel-btn--next {
  transform: translate(0%, -50%);
  transition-delay: 0s;
}

.product-modal__slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-modal__image-wrap {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform-origin: 0 0;
  transition: transform 0.2s linear;
}

.product-modal__image-wrap[is-pinch-scaling],
.product-modal__image-wrap[is-dragging] {
  transition: none;
}

.product-modal__image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition: opacity 0.2s linear 0s;
}

.product-modal.is-opened .product-modal__image[is-loaded] {
  opacity: 1;
  transition-delay: 0.2s;
}

.product-modal__image--video {
  opacity: 1;
}

.product-modal__carousel-slide-number {
  position: absolute;
  bottom: var(--gsc-space-from-window-side);
  left: 50%;
  padding: 1.2rem 2.4rem;
  color: var(--gsc-black-color-100);
  background-color: var(--gsc-white-color-70);
  border-radius: 27px;
  transform: translate(-50%, calc(100% + var(--gsc-space-from-window-side)));
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: transform 0.2s linear 0.2s;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);

  --gsc-space-from-window-side: 2.4rem;
}

.product-modal.is-opened .product-modal__carousel-slide-number {
  transform: translate(-50%, 0);
  transition-delay: 0s;
}

.product-media__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--gsc-base-radii);
}

.product-media__image {
  width: 100%;
  height: 100%;
}

.product-media-carousel {
  display: none;
}

.product-media-carousel__carousel {
  display: grid;
  gap: var(--gsc-desktop-space-between-media);

  --gsc-space-between-cards: 0rem;
}

.product-media-carousel__carousel--one-image {
  display: block;
}

.product-media-carousel__carousel--with-left-thumbnails {
  grid-template-areas: 'thumbnails carousel-viewport';
  grid-template-columns: var(--gsc-thumbnail-width) auto;
}

.product-media-carousel__carousel--with-right-thumbnails {
  grid-template-areas: 'carousel-viewport thumbnails';
  grid-template-columns: auto var(--gsc-thumbnail-width);
}

.product-media-carousel__carousel--with-bottom-thumbnails {
  grid-template-areas: 'carousel-viewport' 'thumbnails';
  grid-template-columns: 100%;
}

.product-media-carousel__viewport {
  grid-area: carousel-viewport;
  border-radius: var(--gsc-base-radii);
}

.product-media-carousel__container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.product-media-carousel__slide {
  position: relative;
  min-height: 100%;
}

.product-media-carousel__thumbs-wrap {
  position: relative;
  grid-area: thumbnails;
}

/* product thumbnail carousel */

.product-thumbnail-carousel {
  display: flex;
  align-items: center;
}

.product-thumbnail-carousel__carousel-viewport {
  border-radius: var(--gsc-base-radii);
  overflow: hidden;
}

.product-thumbnail-carousel--aside {
  position: absolute;
  width: 100%;
  height: 100%;
}

.product-thumbnail-carousel__thumb {
  position: relative;
  min-width: calc(
    var(--gsc-thumbnail-width) - 1px + var(--gsc-space-between-cards)
  );
  max-width: 99%;
  cursor: pointer;
}

.product-thumbnail-carousel__container {
  height: calc(100% + var(--gsc-space-between-cards));
  transition: transform 0.1s ease;
  gap: var(--gsc-desktop-space-between-media);
}

.product-thumbnail-carousel__thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--gsc-base-radii);
  overflow: hidden;
  box-shadow: 0 0 0 0.1rem var(--gsc-text-color-100) inset,
    0 0 0 0.4rem var(--gsc-background-color-100) inset;
  opacity: 0;
  z-index: 1;
  transition: opacity 200ms ease-in-out;
}

.product-thumbnail-carousel__thumb.is-primary:before {
  opacity: 1;
}

.product-thumbnail-carousel__thumb-image {
  border-radius: var(--gsc-base-radii);
  overflow: hidden;
}

.product-thumbnail-carousel__thumb-icon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;

  background: var(--gsc-black-color-50);
  border-radius: var(--gsc-product-thumbnail-icon-radii, 0);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.round-style .product-thumbnail-carousel__thumb-icon-wrapper {
  top: 0.8rem;
  right: 0.8rem;
}

.product-thumbnail-carousel__thumb-icon {
  width: 2.4rem;
  height: 2.4rem;

  color: var(--gsc-white-color-100);
}

.product-thumbnail-carousel__btn {
  position: absolute;
  z-index: 2;
  width: 4.8rem;
  height: 4.8rem;

  opacity: 1;
  transition: opacity 0.25s ease;
}

.product-thumbnail-carousel__btn[has-not-slides-not-in-view],
.product-thumbnail-carousel__btn[disabled] {
  opacity: 0;
  pointer-events: none;
}

.product-thumbnail-carousel__btn--aside {
  left: 50%;
  transform: translateX(-50%);
}

.product-thumbnail-carousel__btn--under {
  top: 50%;
  transform: translateY(-50%);
}

.product-thumbnail-carousel__btn--aside-prev {
  top: 1.6rem;
}

.product-thumbnail-carousel__btn--aside-next {
  bottom: 1.6rem;
}

.product-thumbnail-carousel__btn--under-prev {
  left: 1.6rem;
}

.product-thumbnail-carousel__btn--under-next {
  right: 1.6rem;
}

.product-thumbnail-carousel__chevron {
  width: 2.4rem;
  height: 2.4rem;
}

.product-thumbnail-carousel__chevron--top {
  transform: rotate(-90deg);
}

.product-thumbnail-carousel__chevron--bottom {
  transform: rotate(90deg);
}

.product-mobile-media {
  margin-bottom: 2rem;
}

.product-mobile-media .product-media-grid {
  display: block;
}

.round-level-0 .product-mobile-media--full-screen {
  padding-right: 0;
  padding-left: 0;
}

.round-style .product-mobile-media {
  padding-top: 1.2rem;
}

.container--with-aside-paddings .product-mobile-media {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.product-mobile-media--with-aside-paddings {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.product__container {
  overflow: hidden;
}

.product-media-carousel-mobile__carousel {
  display: grid;
  gap: 1.2rem;

  --gsc-space-between-cards: 0rem;
}

.product-media-carousel-mobile__carousel--with-left-thumbnails {
  grid-template-areas: 'thumbnails carousel-viewport';
  grid-template-columns: 6.4rem auto;
}

.product-media-carousel-mobile__carousel--with-right-thumbnails {
  grid-template-areas: 'carousel-viewport thumbnails';
  grid-template-columns: auto 6.4rem;
}

.product-media-carousel-mobile__carousel--with-bottom-thumbnails {
  grid-template-areas: 'carousel-viewport' 'thumbnails';
  grid-template-columns: 100%;
}

.product-media-carousel-mobile__carousel--with-overlay {
  max-height: 3rem;
  margin-bottom: 1rem;
}

.product-media-carousel-mobile__carousel--with-overlay
  .product-thumbnail-carousel-mobile {
  transform: translateY(calc(-50% - 12px));
  padding: 0 1.5rem;
}

.product-mobile-media--thumbnails-bottom-with-two-images
  .product-thumbnail-carousel-mobile {
  margin-left: 0;
  justify-content: center;
}

.product-mobile-media--thumbnails-bottom-with-two-images
  .product-thumbnail-carousel-mobile__container {
  justify-content: center;
}

.product-media-carousel-mobile__viewport {
  grid-area: carousel-viewport;
  border-radius: var(--gsc-base-radii);

  overflow: hidden;
}

.product-media-carousel-mobile__carousel--with-overlay
  .product-thumbnail-carousel-mobile__carousel-viewport {
  overflow: visible;
}

.product-media-carousel-mobile__carousel--with-overlay
  .product-thumbnail-carousel-mobile__thumb {
  height: -moz-fit-content;
  height: fit-content;
}

.product-media-carousel-mobile__carousel--with-overlay
  .product-thumbnail-carousel-mobile__thumb-image {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
}

.product-thumbnail-carousel-mobile__thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--gsc-base-radii);
  overflow: hidden;
  box-shadow: 0 0 0 0.1rem var(--gsc-text-color-100) inset,
    0 0 0 0.3rem var(--gsc-background-color-100) inset;
  opacity: 0;
  z-index: 1;
  transition: opacity 200ms ease-in-out;
}

.product-thumbnail-carousel-mobile__thumb.is-primary:before {
  opacity: 1;
}

.product-thumbnail-carousel-mobile__thumb-image {
  border-radius: var(--gsc-base-radii);
  overflow: hidden;
}

.product-media-carousel-mobile__carousel--with-overlay
  .product-thumbnail-carousel-mobile__thumb:before {
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;

  width: unset;
  height: unset;
  box-shadow: 0 0 0 0.1rem var(--gsc-text-color-100);
}

.product-media-carousel-mobile__carousel--with-overlay
  .product-thumbnail-carousel-mobile__thumb:before {
  box-shadow: 0 0 0 0.1rem var(--gsc-background-color-100),
    0 0 0 0.3rem var(--gsc-background-color-100);
  opacity: 1;
}

.product-media-carousel-mobile__carousel--with-overlay
  .product-thumbnail-carousel-mobile__thumb.is-primary:before {
  box-shadow: 0 0 0 0.1rem var(--gsc-text-color-100),
    0 0 0 0.4rem var(--gsc-background-color-100);
}

.product-media-carousel-mobile__carousel--with-slideshow {
  display: block;
}

.product-media-carousel-mobile__carousel--with-slideshow-looped
  .product-media-carousel-mobile__viewport {
  overflow: visible;
}

.product-media-carousel-mobile__carousel--with-slideshow-looped
  .product-media-carousel-mobile__slide {
  min-width: var(--slideshow-slide-width);
}

.product-media-carousel-mobile__carousel--with-slideshow-looped
  .product-media-carousel-mobile__slide--alone {
  margin-inline: auto;
}

.product-media-carousel-mobile__carousel--slideshow-with-two-images
  .product-media-carousel-mobile__viewport {
  width: 75%;
  margin: 0 auto;
}

.product-media-carousel-mobile__container {
  --gsc-space-between-cards: 1.2rem;
  position: relative;
}

.round-level-0 .product-media-carousel-mobile__container {
  --gsc-space-between-cards: 0.2rem;
}

.product-media-carousel-mobile__container--with-left-or-right {
  position: absolute;
  width: 100%;
  height: 100%;

  --gsc-space-between-cards: 1.2rem;
}

.product-media-carousel-mobile__container--with-left-or-right .carousel__slide {
  padding-left: 0;
  margin-bottom: var(--gsc-space-between-cards);
}

.product-media-carousel-mobile__carousel--with-carousel {
  display: block;
}

.product-media-carousel-mobile__carousel--with-carousel
  .product-media-carousel-mobile__slide {
  min-width: var(--carousel-slide-width);
}

.product-media-carousel-mobile__carousel--with-carousel
  .product-media-carousel-mobile__viewport {
  overflow: visible;
}

.product-media-carousel-mobile__carousel--with-carousel-2-0
  .product-media-carousel-mobile__viewport {
  overflow: hidden;
}

.product-media-carousel-mobile__slide {
  position: relative;
  min-height: 100%;
}

.product-media-carousel-mobile__thumbs-wrap {
  position: relative;
  grid-area: thumbnails;
}

.product-media-carousel-mobile__carousel .card-carousel__carousel-btn {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0;
  padding: 8px;
  box-shadow: 0px 0px 20px 0px var(--gsc-foreground-color-5);
}

.product-media-carousel-mobile__carousel .card-carousel__carousel-btn--prev {
  left: 0;
  justify-content: flex-end;
  border-top-right-radius: var(--gsc-base-radii);
  border-bottom-right-radius: var(--gsc-base-radii);
}

.product-media-carousel-mobile__carousel .card-carousel__carousel-btn--next {
  right: 0;
  justify-content: flex-start;
  border-top-left-radius: var(--gsc-base-radii);
  border-bottom-left-radius: var(--gsc-base-radii);
}

/* product thumbnail carousel */

.product-thumbnail-carousel-mobile {
  display: flex;
  align-items: center;
}

.product-thumbnail-carousel-mobile__carousel-viewport {
  border-radius: var(--gsc-base-radii);
  overflow: hidden;
}

.product-thumbnail-carousel-mobile--aside {
  position: absolute;
  width: 100%;
  height: 100%;
}

.product-media-carousel-mobile__dots-carousel-container {
  width: var(--slideshow-slide-width);

  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  justify-content: center;

  padding-inline: 1.6rem;
}

.product-media-carousel-mobile__dots-carousel {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.product-media-carousel-mobile__dots-carousel .solid-dots-carousel__container {
  flex-wrap: wrap;
  justify-content: center;

  background: var(--gsc-background-color-25);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 12px;

  max-width: -moz-fit-content;

  max-width: fit-content;
}

.product-media-carousel-mobile__dots-carousel
  .solid-dots-carousel__solid-dot-circle {
  transition: all 0.15s ease-in-out;
}

.product-thumbnail-carousel-mobile__thumb {
  position: relative;
  min-width: 6.4rem;
  cursor: pointer;
}

.product-thumbnail-carousel-mobile__container {
  height: calc(100% + var(--gsc-space-between-cards));
  transition: transform 0.1s ease;
  gap: 1.2rem;
}

.product-media-carousel-mobile__carousel--with-overlay
  .product-thumbnail-carousel-mobile__container {
  gap: 1.5rem;
}

.product-thumbnail-carousel-mobile__thumb-icon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;

  background: var(--gsc-black-color-50);
  border-radius: var(--gsc-product-thumbnail-icon-radii, 0);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.round-style .product-thumbnail-carousel-mobile__thumb-icon-wrapper {
  top: 0.8rem;
  right: 0.8rem;
}

.product-thumbnail-carousel-mobile__thumb-icon {
  width: 2.4rem;
  height: 2.4rem;

  color: var(--gsc-white-color-100);
}

.product-thumbnail-carousel-mobile__btn {
  position: absolute;
  z-index: 2;
  width: 4.8rem;
  height: 4.8rem;

  opacity: 1;
  transition: opacity 0.25s ease;
}

.product-thumbnail-carousel-mobile__btn[has-not-slides-not-in-view],
.product-thumbnail-carousel-mobile__btn[disabled] {
  opacity: 0;
  pointer-events: none;
}

.product-thumbnail-carousel-mobile__btn--aside {
  left: 50%;
  transform: translateX(-50%);
}

.product-thumbnail-carousel-mobile__btn--under {
  top: 50%;
  transform: translateY(-50%);
}

.product-thumbnail-carousel-mobile__btn--aside-prev {
  top: 1.6rem;
}

.product-thumbnail-carousel-mobile__btn--aside-next {
  bottom: 1.6rem;
}

.product-thumbnail-carousel-mobile__btn--under-prev {
  left: 1.6rem;
}

.product-thumbnail-carousel-mobile__btn--under-next {
  right: 1.6rem;
}

.product-thumbnail-carousel-mobile__chevron {
  width: 2.4rem;
  height: 2.4rem;
}

.product-thumbnail-carousel-mobile__chevron--top {
  transform: rotate(-90deg);
}

.product-thumbnail-carousel-mobile__chevron--bottom {
  transform: rotate(90deg);
}

.product-price-wrapper {
  display: block;
}

.product-price__tax-status {
  margin: 0.4rem 0 0;
  color: var(--gsc-text-color-80);
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-6);
  font-weight: ;
}

.product-price__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}

.product-price__cost {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
}

.product-price__current-price {
  color: var(--gsc-text-color-100);
  font-size: var(--gsc-product-price-fz);
  line-height: var(--gsc-product-price-lh);
  font-weight: 400;
}

.product-price__current-price--highlight-sale {
  color: var(--gsc-product-highlight-price-color);
}

.product-price__old-price {
  color: var(--gsc-text-color-35);
  text-decoration: line-through;
  font-size: var(--gsc-product-old-price-font-size);
  line-height: var(--gsc-product-old-price-line-height);
  font-weight: 400;
}

.product-price__old-price--highlight-sale {
  text-decoration-color: var(--gsc-product-highlight-price-color);
}

.product-variant-picker__image-swatches {
  display: grid;
  grid-template-columns: repeat(var(--gsc-product-section-color-swatch-count), 1fr);
  gap: 1.2rem;
}

.product-variant-picker__shape-swatches {
  display: grid;
  grid-template-columns: repeat(var(--gsc-product-section-color-swatch-count), 1fr);
  gap: 1.2rem;
}

.product-media-grid {
  display: none;
  flex: 1;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: var(--gsc-desktop-space-between-media);
       column-gap: var(--gsc-desktop-space-between-media);
  row-gap: var(--gsc-desktop-space-between-media);
}

.product-media-grid--two-column,
.product-media-grid--121-column,
.product-media-grid--122-column,
.product-media-grid--212-column {
  grid-template-columns: repeat(2, 1fr);
}

.product-media-grid--121-column > .product-media-grid__item:nth-child(1),
.product-media-grid--121-column > .product-media-grid__item:nth-child(3n + 4),
.product-media-grid--122-column > .product-media-grid__item:nth-child(1),
.product-media-grid--212-column > .product-media-grid__item:nth-child(3n + 3) {
  grid-column: span 2;
}

.product-media-grid__item {
  border-radius: var(--gsc-base-radii);
}

.product-general-info-block {
  overflow: hidden;
}

.product-general-info-block__vendor {
  color: var(--gsc-text-color-80);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
  text-transform: uppercase;
}

.product-quantity__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-quantity__label {
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.product-quantity__quantity {
  width: 10.2rem;
}

.product-content-tab__title {
  display: flex;
  align-items: center;
  margin: 0 0 2rem;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.product-content-tab__title-icon {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-content-tab__content {
  display: flex;
  flex-flow: column;
  row-gap: 2.4rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.product-content-tab__image {
  width: 100%;
  height: auto;
  background: var(--gsc-foreground-color-100);
}

.product-content-tab__rte ul,
.product-content-tab__rte ol {
  padding: 0 0 0 2rem;
  row-gap: 0.4rem;
}

.product-content-tab__btn {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  font-weight: 300;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  70% {
    transform: scale(1.55);
    opacity: 0.1;
  }

  100% {
    transform: scale(1);
    opacity: 0.1;
  }
}

.product-stock {
  display: flex;
  align-items: center;
  padding: 0.4rem 0;
}

.product-stock__label {
  margin: 0 0 0 0.4rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.product-stock__label--colored {
  color: var(--gsc-product-stock-color);
}

.product-stock__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0 0 -0.6rem;
  overflow: visible;
}

.product-stock__icon {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--gsc-product-stock-color);
  border-radius: 50%;
}

.product-stock__icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--gsc-product-stock-color);
  border-radius: 50%;
  content: '';
}

.product-stock--high {
  --gsc-product-stock-color: var(
    --gsc-product-high-level-inventory-indicator-color
  );
}

.product-stock--low {
  --gsc-product-stock-color: var(
    --gsc-product-low-level-inventory-indicator-color
  );
}

.product-stock--zero {
  --gsc-product-stock-color: var(--gsc-text-color-100);
}

.product-stock--high .product-stock__icon::before,
.product-stock--low .product-stock__icon::before {
  animation: pulse 1s ease-in-out infinite;
}

.product-stock--zero {
  opacity: 0.35;
}

.product-variant-picker {
  display: block;
}

.product-variant-picker__popup-toggle {
  display: flex;
  align-items: center;
  margin-left: 0.8rem;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  cursor: pointer;
  transition: color 0.25s ease-in-out;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-normal);
}

.product-variant-picker__popup-toggle span {
  border-bottom: 1px solid var(--gsc-text-color-0);
}

.product-variant-picker__form {
  display: none;
}

.product-variant-picker__list {
  position: relative;
  display: flex;
  flex-flow: column;
  row-gap: 2.4rem;
}

.product-variant-picker__pill-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  row-gap: 1.2rem;
}

.product-variant-picker__option-label {
  display: flex;
  align-items: baseline;
  margin: 0 0 1.2rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.product-variant-picker__option-active-color {
  margin-right: auto;
  margin-left: 0.8rem;
  color: var(--gsc-text-color-80);
  font-weight: var(--gsc-font-weight-normal);
}

.product-related-products-block {
  display: none;
  overflow: hidden;
  color: var(--gsc-text-color-100);
}

.product-related-products-block--with-background {
  background: var(--gsc-background-color-100);
  border-radius: var(--gsc-base-radii, 0);
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.product-related-products-block__title {
  margin-bottom: 1.6rem;
}

.product-related-products-block__title--align-left {
  text-align: left;
}

.product-related-products-block__title--align-center {
  text-align: center;
}

.product-related-products-block__grid {
  display: grid;
}

.product-related-products-block__grid--horizontal {
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.2rem;
}

.product-related-products-block__grid--vertical {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.product-related-products-block[is-ready] {
  display: block;
}

.product-related-products-block .card-carousel__viewport {
  border-radius: 0;
}

.product-related-products__card-carousel {
  --gsc-space-between-cards: 1.2rem;
}

.product-related-products__card-carousel--with-vertical-cards {
  --gsc-slide-width: 40.75%;
}

.product-related-products__card-carousel--with-horizontal-cards {
  --gsc-slide-width: 100%;
}

.product-related-products__slide-horizontal-product,
.product-related-products__slide-vertical-product {
  width: var(--gsc-slide-width);
  min-width: var(--gsc-slide-width);
}

/* ------------------------------------- */

.product-related-products-block--with-background
  .product-related-products-block__title {
  padding-inline: 1.6rem;
}

.product-related-products-block--with-background
  .product-related-products-block__grid {
  margin-inline: 1.6rem;
}

.product-related-products-block .card-carousel__viewport {
  margin-right: 0;
  overflow: visible;
}

.product-related-products-block--with-background .card-carousel__viewport {
  border-radius: 0;
  margin: 0 1.6rem;
  width: unset;
  overflow: hidden;
}

.product-related-products-block .horizontal-product-card {
  min-height: 100%;
}

.product-related-products-block .card-carousel__carousel-btn {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0;
  padding: 8px;
}

.product-related-products-block .card-carousel__carousel-btn--prev {
  left: 0;
  justify-content: flex-end;
  border-top-right-radius: var(--gsc-base-radii);
  border-bottom-right-radius: var(--gsc-base-radii);
}

.product-related-products-block .card-carousel__carousel-btn--next {
  right: 0;
  justify-content: flex-start;
  border-top-left-radius: var(--gsc-base-radii);
  border-bottom-left-radius: var(--gsc-base-radii);
}

.product-related-products-block .card-carousel__position-btn-wrap {
  display: block;
}

.product-related-products-block .card-carousel__position-btn-wrap {
  width: calc(var(--gsc-slide-width) - var(--gsc-space-between-cards));
  min-width: calc(var(--gsc-slide-width) - var(--gsc-space-between-cards));
}

.product-related-products-block--with-background
  .card-carousel__position-btn-wrap {
  width: calc(var(--gsc-slide-width) - 1rem - var(--gsc-space-between-cards));
  min-width: calc(
    var(--gsc-slide-width) - 1rem - var(--gsc-space-between-cards)
  );
}

/* ------------------------------------- */

.product__info-wrapper {
  padding-right: var(--gsc-container-padding);
  padding-left: 2.8rem;
}

.product .container--with-aside-paddings {
  padding-right: 0;
  padding-left: 0;
}

.theme-with-size1-swatch-in-product-section {
  --gsc-circle-swatch-width: 100%;
  --gsc-landscape-swatch-width: 100%;
  --gsc-square-swatch-width: 100%;
  --gsc-portrait-swatch-width: 100%;
  --gsc-product-section-color-swatch-count: 9;
  --gsc-swatch-border-radius: var(--gsc-product-section-allSize-swatch-radii);
}

.theme-with-size2-swatch-in-product-section {
  --gsc-circle-swatch-width: 100%;
  --gsc-landscape-swatch-width: 100%;
  --gsc-square-swatch-width: 100%;
  --gsc-portrait-swatch-width: 100%;
  --gsc-product-section-color-swatch-count: 7;
  --gsc-swatch-border-radius: var(--gsc-product-section-allSize-swatch-radii);
}

.theme-with-size3-swatch-in-product-section {
  --gsc-circle-swatch-width: 100%;
  --gsc-landscape-swatch-width: 100%;
  --gsc-square-swatch-width: 100%;
  --gsc-portrait-swatch-width: 100%;
  --gsc-product-section-color-swatch-count: 6;
  --gsc-swatch-border-radius: var(--gsc-product-section-allSize-swatch-radii);
}

.theme-with-size4-swatch-in-product-section {
  --gsc-circle-swatch-width: 100%;
  --gsc-landscape-swatch-width: 100%;
  --gsc-square-swatch-width: 100%;
  --gsc-portrait-swatch-width: 100%;
  --gsc-product-section-color-swatch-count: 5;
  --gsc-swatch-border-radius: var(--gsc-product-section-allSize-swatch-radii);
}

.theme-with-size5-swatch-in-product-section {
  --gsc-circle-swatch-width: 100%;
  --gsc-landscape-swatch-width: 100%;
  --gsc-square-swatch-width: 100%;
  --gsc-portrait-swatch-width: 100%;
  --gsc-product-section-color-swatch-count: 4;
  --gsc-swatch-border-radius: var(--gsc-product-section-allSize-swatch-radii);
}

.theme-with-size6-swatch-in-product-section {
  --gsc-circle-swatch-width: 100%;
  --gsc-landscape-swatch-width: 100%;
  --gsc-square-swatch-width: 100%;
  --gsc-portrait-swatch-width: 100%;
  --gsc-product-section-color-swatch-count: 3;
  --gsc-swatch-border-radius: var(--gsc-product-section-allSize-swatch-radii);
}

.product {
  display: block;
}

.product-badges-wrapper {
  display: block;
}

.product--page {
  padding-top: var(--gsc-section-spacing-top);
  padding-bottom: var(--gsc-section-spacing-bottom);
}

.product__content {
  display: flex;
  flex-flow: column;
}

.product__info {
  --gsc-space-between-main-block: 2.8rem;
  --gsc-space-between-info-block: 1.2rem;
}

.product__info > *:first-child {
  margin-top: 0;
}

.product__info > *:last-child {
  margin-bottom: 0;
}

.product__info > * + * {
  margin: var(--gsc-space-between-main-block) 0 0;
}

.product__info > .product-general-info-block + .custom-app-block,
.product__info > * + .product-general-info-block {
  margin: var(--gsc-space-between-info-block) 0 0;
}

.product__info > .product-content-tab + .product-general-info-block,
.product__info > .product-general-info-block + .product-content-tab {
  margin: var(--gsc-space-between-main-block) 0 0;
}

.product__info
  > .product-content-tab--collapsible-row
  + .product-content-tab--collapsible-row {
  margin: -1px 0 0;
}

.product__sku {
  color: var(--gsc-text-color-80);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.product-desktop-media {
  display: none;
}

.product--with-desktop-media-carousel .product-desktop-media {
  width: calc((100% / 12) * 7);
}

.product--with-desktop-media-grid .product-desktop-media {
  flex: 1;
  position: sticky;
}

.product-divider {
  width: 100%;
  height: 1px;

  background: var(--gsc-border-color-100);
}

.product-form {
  display: flex;
  flex-flow: column;
  row-gap: 3.2rem;
}

.product-form__btns {
  display: flex;
  flex-flow: column;
  row-gap: 1.6rem;
}

.product-form__btn {
  width: 100%;
  background: #000 !important;
  border: 1px solid #000;
  color: #fff !important;
  transition: all 0.3s;
}

.product-form__btn:hover {
  width: 100%;
  background: #fff !important;
  border: 1px solid #000;
  color: #000 !important;
  transition: all 0.3s;
}

.product-form__mobile-sticky-button {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  padding: 1.6rem 2.4rem;
  background: var(--gsc-white-color-100);
  transform: translateY(100%);
  transition: transform 0.2s ease-in-out;
}

.product-form__mobile-sticky-button.is-visible {
  transform: translateY(0%);
}

.product__btn {
  width: 100%;
}

.product-button-block__btn {
  width: 100%;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;

  --gsc-button-background-color-100: var(
    --gsc-product-button-block-background-color
  );
  --gsc-button-text-color-100: var(--gsc-product-button-block-text-color);
}

.product-button-block__btn.btn--outline {
  --gsc-outline-button-background-color-100: var(
    --gsc-product-button-block-background-color
  );
  --gsc-outline-button-text-color-100: var(
    --gsc-product-button-block-text-color
  );
}

.product-button-block__text {
  display: flex;
  align-items: center;
  color: var(--gsc-product-button-block-text-color);
  font-weight: var(--gsc-font-weight-bold);
  text-decoration: none;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}

.product-button-block__icon {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-share {
  padding: 0.8rem 0;
}

.product-image {
  width: var(--gsc-image-width);
  height: auto;

  background: var(--gsc-foreground-color-100);
}

.product-information-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: var(--gsc-product-information-drawer-zIndex);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48rem;
  max-width: 100%;
  transform: translateX(100%);
  transition: transform 0.25s ease-in-out;
  pointer-events: none;
  will-change: transform;
}

.product-information-drawer.is-opened {
  transform: translateX(0%);
  pointer-events: all;
}

.product-information-drawer__tab-names {
  display: flex;
}

.product-information-drawer__tab-name {
  flex: 1;
  padding: 2rem 1.6rem;
  color: var(--gsc-text-color-35);
  text-align: center;
  border-top: 1px solid var(--gsc-border-color-100);
  border-bottom: 1px solid var(--gsc-border-color-100);
  cursor: pointer;
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-15);
  font-weight: var(--gsc-font-weight-bold);
}

.product-information-drawer__tab-name.selected {
  color: var(--gsc-text-color-100);
  border-bottom-color: transparent;
}

.product-information-drawer__tab-name--single {
  text-align: left;
  padding: 2rem 4rem;
}

.product-information-drawer__tab-name--single.selected {
  border-bottom-color: var(--gsc-border-color-100);
}

.product-information-drawer__tab-element {
  display: block;
  overflow: hidden;
  opacity: 1;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-property: max-height, opacity;
}

.product-information-drawer__tab-element[aria-hidden='true'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition-property: max-height;
  pointer-events: none;
}

.product-information-drawer__tab-name + .product-information-drawer__tab-name {
  border-left: 1px solid var(--gsc-border-color-100);
}

.product-information-drawer__body {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;

  overflow: hidden;
  background-color: var(--gsc-background-color-100);
}

.product-information-drawer__viewport {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.product-information-drawer__content {
  display: flex;
  flex-flow: column;
  row-gap: 2.4rem;
  padding: 4rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.product-information-drawer__content--restrict-top-space {
  padding-top: 1.6rem;
}

.product-drawer-tabs-trigger-block + .product-drawer-tabs-trigger-block {
  margin-top: 1.6rem;
}

.product-drawer-tabs-trigger-link {
  display: flex;
  align-items: center;
  color: var(--gsc-product-drawer-tabs-button-text-color);
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.product-drawer-tabs-trigger-button {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;

  --gsc-button-text-color-100: var(--gsc-product-drawer-tabs-button-text-color);
  --gsc-button-background-color-100: var(
    --gsc-product-drawer-tabs-button-background-color
  );
}

.product-drawer-tabs-trigger-button.btn--outline {
  --gsc-outline-button-text-color-100: var(
    --gsc-product-drawer-tabs-button-text-color
  );
  --gsc-outline-button-background-color-100: var(
    --gsc-product-drawer-tabs-button-background-color
  );
}

.product-drawer-tabs-trigger-link__icon,
.product-drawer-tabs-trigger-button__icon {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-information-drawer__header-close-button-wrapper {
  padding: 1.2rem 1.6rem 1.2rem 0;
}

.product-information-drawer__close-button-with-scale-hover {
  width: 3.2rem;
  height: 3.2rem;
}

.product-information-drawer__image {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}

.product-information-drawer__header {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  transition: box-shadow 0.25s ease-in-out;
}

.product-information-drawer__header-title {
  flex: 1;
  padding: 1.7rem 0 1.7rem 4rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.product-information-drawer[header-shadow-visible]
  .product-information-drawer__header {
  box-shadow: 0 0.8rem 3.2rem rgb(20, 20, 22, 10%);
}

product-media,
product-media-carousel {
  opacity: 0;
}

product-media[ready],
product-media-carousel[ready] {
  opacity: 1;
}

.product-information-tag-block + .product-information-tag-block {
  margin-top: 1.6rem;
}

.product-information-tag {
  display: flex;
  flex-flow: column;
  row-gap: 1.6rem;
  color: var(--gsc-tag-text-color);
  border-radius: var(--gsc-base-radii, 0);
  width: 100%;

  --gsc-button-background-color-100: var(--gsc-tag-text-color);
}

.product-information-tag .rte,
.product-information-tag .rte * {
  color: var(--gsc-tag-text-color);
}

.product-information-tag--center-alignment {
  align-items: center;
  text-align: center;
}

.product-information-tag--left-alignment {
  align-items: flex-start;
  text-align: left;
}

.product-information-tag--solid,
.product-information-tag--outline {
  padding: 2rem 2.4rem;
}

.product-information-tag--outline {
  box-shadow: 0 0 0 1px var(--gsc-tag-background-color) inset;
}

.product-information-tag--solid {
  background: var(--gsc-tag-background-color);
  box-shadow: 0 0 0 1px transparent inset;
}

.product-information-tag__heading {
  display: flex;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.product-information-tag__heading--inline {
  flex-flow: row;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}

.product-information-tag__heading--column {
  flex-flow: column;
  row-gap: 1.6rem;
}

.product-information-tag__heading-icon {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-information-tag--icon-centered .product-information-tag__heading-icon {
  margin: 0 auto;
}

.product-information-tag__body {
  color: var(--gsc-tag-text-color);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.product-information-tag__body ul,
.product-information-tag__body ol {
  padding: 0 0 0 2rem;
  row-gap: 0.4rem;
}

/* recipient form */

.recipient-form {
}

.recipient-form__trigger {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.recipient-form__trigger-label {
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);

  cursor: pointer;
}

.recipient-form__fields {
  display: flex;
  flex-flow: column;
  gap: 1.6rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}

.recipient-form__field:first-child {
  margin-top: 3.2rem;
}

/* product dropdown */

.variant-picker-dropdown {
  position: absolute;
  z-index: var(--gsc-dropdown-zIndex);
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: var(--gsc-dropdown-input-body-radii, 0);
  box-shadow: 0 2.4rem 6rem -1.4rem var(--gsc-black-color-15);
  transition: opacity 0.125s ease-in-out;
  max-height: 31.6rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.variant-picker-dropdown--underline {
  border-radius: 0;
}

.variant-picker-dropdown__body {
  background-color: var(--gsc-background-color-100);
}

.variant-picker-dropdown[aria-hidden='true'] {
  opacity: 0;
  pointer-events: none !important;
}

.variant-picker-dropdown[aria-hidden='true'] * {
  pointer-events: none !important;
}

.variant-picker-dropdown__chevron {
  width: 2.2rem;
  height: 2.2rem;

  transform: rotate(90deg);
  margin-left: auto;
}

.variant-picker-dropdown__toggle[data-aria-expanded='true']
  .variant-picker-dropdown__chevron {
  transform: rotate(-90deg);
}

.variant-picker-dropdown__toggle {
  display: flex;
  align-items: center;
  height: 5.6rem;
  padding: 1.2rem 1.2rem 1.2rem 1.6rem;
  cursor: pointer;
}

.variant-picker-dropdown__toggle--with-color-swatch {
  padding-left: 1.2rem;
}

.variant-picker-dropdown__toggle--solid {
  background-color: var(--gsc-foreground-color-100);
  border-radius: var(--gsc-dropdown-input-radii, 0);
}

.variant-picker-dropdown__toggle--outline {
  border: 1px solid var(--gsc-foreground-color-100);
  border-color: var(--gsc-border-color-100);
  border-radius: var(--gsc-dropdown-input-radii, 0);
}

.variant-picker-dropdown__toggle--underline {
  border-bottom: 1px solid var(--gsc-text-color-100);
  padding-right: 0;
  padding-left: 0;
}

.variant-picker-dropdown__toggle-label {
  display: flex;
  align-items: center;
  width: calc(100% - 2.2rem);
  gap: 1.2rem;
}

.variant-picker-dropdown__toggle-label span {
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.variant-picker-dropdown__toggle-label[no-available] {
  opacity: 0.35;
  text-decoration: line-through;
}

.variant-picker-dropdown__item {
  display: flex;
  align-items: center;
  padding: 1rem 1.6rem;
  min-height: 5.6rem;
  color: var(--gsc-text-color-100);
  text-decoration: none;
  cursor: pointer;
  gap: 1.2rem;
}

.variant-picker-dropdown__item--with-color-swatch {
  padding: 1.2rem;
}

.variant-picker-dropdown__color-swatch {
  width: 3.2rem;
  height: 3.2rem;

  flex-shrink: 0;
  padding: 0;
  align-self: flex-start;

  --gsc-swatch-border-radius: var(--gsc-dropdown-input-swatch-radii);
}

.variant-picker-dropdown__item.selected,
.variant-picker-dropdown__item.active {
  color: var(--gsc-text-color-100);
  background-color: var(--gsc-foreground-color-100);
}

.variant-picker-dropdown__item[no-available] {
  color: var(--gsc-text-color-35);
  text-decoration: line-through;
}

/* product badges */

.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.articles__load-button-pagination {
  margin: 5.6rem 0 0;
}

.articles__classic-pagination {
  margin: 9.6rem 0 0;
}

.articles__card-grid-wrap {
  position: relative;
}

.articles__loading-overlay {
  position: absolute;
}

.articles__header {
  display: flex;
  margin: 0 0 2.4rem;
  position: relative;
}

.articles__header--center-alignment {
  justify-content: center;
}

.articles__header--right-alignment {
  justify-content: right;
}

.articles--section .articles__header {
  flex-flow: row;
  align-items: flex-end;
  margin: 0 0 3.2rem;
}

.articles--page .articles__header {
  flex-flow: column;
  align-items: center;
  z-index: 4;
}

.articles__title {
  max-width: 48.6rem;
  margin: 0;
}

.articles--page .articles__title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.articles__rss-icon {
  margin: 0 0 0 0.8rem;
}

.articles__tags-container {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease-in-out;
  margin: 2.4rem 0 0;
  z-index: 3;
  width: 100%;
}

.articles__tags-component {
  width: 100%;
  opacity: 0;
}

.articles__tags-component[visible] {
  opacity: 1;
}

.articles__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  row-gap: 2.4rem;
  margin: 2.4rem 0 0;
}

.article__tags--with-collapse {
  flex-wrap: nowrap;
  margin: 0;
  justify-content: flex-start;
}

.articles__tags-component[data-is-collapsed='false']
  > .article__tags--with-collapse {
  justify-content: center;
}

.articles__tags-component[data-is-collapsed='true']
  > .article__tags--with-collapse {
  justify-content: space-between;
}

.articles__tag {
  display: block;
  color: var(--gsc-text-color-35);
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-7);
  font-weight: var(--gsc-font-weight-medium);

  min-width: -moz-fit-content;

  min-width: fit-content;
}

.articles__tag[tag-hidden] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: -moz-max-content;
  width: max-content;
}

.articles__tag,
.articles__tag a {
  text-decoration: none;
}

.articles__tag.selected {
  color: var(--gsc-text-color-100);
}

.show-more__dropdown {
  width: 250px;
  border-radius: var(--gsc-blog-tags-popover);
}

.articles__dropdown-body {
  display: flex;
  flex-wrap: wrap;
  padding: 2.2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  /* background: white; */
  background: var(--gsc-background-color-100);
}

.articles__desktop-content {
  display: none;
}

.articles__mobile-content .card-carousel__slide {
  min-width: 100%;
}

.articles__mobile-content .solid-dots-carousel {
  display: block;
  margin: 1.6rem auto 0;
}

.articles-slideshow {
  display: flex;
  flex-direction: column;
  gap: var(--gsc-space-between-cards);

  --gsc-columns: 1;
  --gsc-slide-width: 100%;
}

.articles-slideshow__image {
  display: block;
  position: relative;
  overflow: hidden;
}

.articles-slideshow__image .card-carousel__slide {
  position: relative;
}

.articles-slideshow__details .carousel__viewport {
  height: 100%;
}

.articles-slideshow__details--with-background {
  background: var(--gsc-foreground-color-100);
  border-radius: var(--gsc-base-radii);
}

.articles-slideshow__details .article-card__details {
  padding: 1rem 2rem 9rem 2rem;
}

.container--with-aside-paddings
  .articles-slideshow__details
  .article-card__details {
  padding: 1rem 0 9rem 0;
}

.articles-slideshow__details--with-background .article-card__details,
.container--with-aside-paddings
  .articles-slideshow__details--with-background
  .article-card__details {
  padding: 2rem 2rem 9.5rem 2rem;
}

.articles-slideshow__details .carousel__container {
  height: 100%;
}

.articles-slideshow__details .carousel__slide {
  position: relative;
  height: 100%;
}

.articles-slideshow__arrows {
  position: absolute;
  display: flex;
  gap: 8px;
  bottom: 1rem;
  left: 0;
}

.articles-slideshow__details--with-background .articles-slideshow__arrows {
  bottom: 2rem;
  left: 2rem;
}

.articles-slideshow__arrows .carousel-btn {
  width: 4.8rem;
  height: 4.8rem;
  box-shadow: none;

  color: var(--gsc-text-color-100);
  background: var(--gsc-foreground-color-100);
  transition: opacity 0.25s ease-in-out;
}

.articles-slideshow__arrows .carousel-btn[disabled] {
  opacity: 0.3;
}

.articles-slideshow__arrows .carousel-btn:not([disabled]):hover {
  background-color: var(--gsc-foreground-color-80);
}

.articles-slideshow__arrows--on-background .carousel-btn {
  background: var(--gsc-background-color-100);
}

.articles-slideshow__arrows--on-background .carousel-btn:not([disabled]):hover {
  background-color: var(--gsc-background-color-80);
}

.articles-slideshow__arrows .carousel-btn__icon {
  width: unset;
  height: unset;
}

.article__breadcrumbs-wrap {
  display: flex;
  justify-content: center;
  padding: 2.4rem 0;
}

.article__breadcrumbs-wrap--hidden-on-mobile {
  display: none;
}

.article__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__breadcrumbs {
  color: var(--gsc-text-color-70);
  text-align: center;
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-16);
  font-weight: var(--gsc-font-weight-medium);
}

.article__breadcrumbs-divider {
  margin: 0 1.2rem;
}

.article__breadcrumbs-item {
  text-decoration: none;
}

.article {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 4.8rem;
}

.article__blocks {
  display: flex;
  flex-flow: column;
  row-gap: 4rem;
}

.article__title {
  margin: 0;
}

.article__heading-share {
  margin: 4rem 0 0;
}

.article-meta {
  margin: 0 0 1.6rem;
  color: var(--gsc-text-color-70);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.article-meta__item + .article-meta__item::before {
  display: inline-block;
  margin: 0 0.5rem 0 0.4rem;
  font-size: 1.6rem;
  content: '\2022';
}

.article__content {
  padding: 0 0 1.6rem;
}

.article__content p {
  font-weight: var(--gsc-font-weight-normal);
}

.article__content ul,
.article__content ol {
  margin: 0;
}

.article__content ol + *,
.article__content ul + *,
.article__content * + ol,
.article__content * + ul {
  margin-top: 2.4rem;
}

.article__content ol,
.article__content ul {
  padding-left: 2.8rem;
}

.article__content blockquote {
  position: relative;
  z-index: 1;
  padding: 0 0 0 4rem;
}

.article__content blockquote > p {
  color: var(--gsc-text-color-100);
  font-style: italic;
  font-size: var(--gsc-fz-5);
  line-height: var(--gsc-lh-2);
  font-weight: var(--gsc-font-weight-bold);
}

.article__content blockquote::before {
  position: absolute;
  top: -2rem;
  left: 3rem;
  z-index: -1;
  width: 7.2rem;
  height: 5.5rem;

  color: var(--gsc-foreground-color-100);
  font-size: 15rem;
  line-height: 12rem;
  background: var(--gsc-blockquote-icon) no-repeat center/cover;
  content: '';
}

.article__content a {
  position: relative;
  z-index: 1;
  color: var(--gsc-text-color-100);
}

.article__image-wrap {
  margin: 0 calc(var(--gsc-container-padding) * -1);
  border-radius: var(--gsc-base-radii, 0);
}

.round-style .article__image-wrap {
  margin: 0;
}

.article__background {
  position: absolute;
  top: var(--gsc-section-spacing-top, 0);
  left: 0;
  z-index: -1;
  display: none;
  width: 100%;
  height: 84rem;

  padding: 0;
}

.container--with-aside-paddings .article__background {
  padding-right: var(--gsc-container-padding);
  padding-left: var(--gsc-container-padding);
}

.article__background-inner {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.article__background-horizontal-square {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50%;
  background-color: var(--gsc-foreground-color-100);
  border-radius: var(--gsc-base-radii, 0);
}

.article__background-vertical-square {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;

  background-color: var(--gsc-foreground-color-100);
  border-radius: var(--gsc-base-radii, 0);
}

.article-footer-panel__share-btn {
  color: var(--gsc-text-color-80);
}

.article-footer-panel {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 5.6rem;
  padding: 1.6rem;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  background: var(--gsc-foreground-color-100);
  border-radius: var(--gsc-article-footer-radii, 0);
  row-gap: 1.6rem;
}

.article-footer-panel__article-meta {
  margin: 0;
}

.article-footer-posts {
  display: grid;
  grid-template-areas: 'prev-post next-post';
  grid-template-columns: repeat(2, 1fr);
}

.article-footer-posts_post {
  max-width: 28rem;
}

.article-footer-posts_post--prev {
  grid-area: prev-post;
  margin-right: auto;
  text-align: left;
}

.article-footer-posts_post--next {
  grid-area: next-post;
  margin-left: auto;
  text-align: right;
}

.article-footer-posts__post-link {
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.article-footer-posts__post-title {
  display: none;
  color: var(--gsc-text-color-80);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.article-comments__header {
  padding: 0 0 3.2rem;
  border-bottom: 1px solid var(--gsc-border-color-100);
}

.article-comments__comment-form,
.article-comments {
  margin: 8rem 0 0;
}

.article-comments__body-wrapper {
  position: relative;
}

.article-comments__overlay {
  position: absolute;
}

.article-comments__pagination {
  margin: 4.8rem 0 0;
}

.article__content img {
  display: block;
  margin: 4.8rem 0;
}

.article-tags__container {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease-in-out;
  position: relative;
}

.article-tags__component {
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.article-tags__component[visible] {
  opacity: 1;
}

.article-tags__tags {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  row-gap: 0.8rem;
}

.article-tags__tags--with-collapse {
  flex-wrap: nowrap;
}

.article-tags__tags--with-extra-rounded-tags {
  padding: 1.6rem;
}

.article-tags__tag {
  border-radius: var(--gsc-badge-radii, 0);
  color: var(--gsc-black-color-100);
  background: var(--gsc-foreground-color-100);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-size: var(--gsc-article-card-badge-font-size);
  line-height: var(--gsc-article-card-badge-line-height);
  font-weight: var(--gsc-article-card-badge-font-weight);

  z-index: 2;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.article-tags__tag[tag-hidden] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: -moz-max-content;
  width: max-content;
}

.article-tags__tag > a {
  display: block;
  text-decoration: none;
  padding: 0.6rem 0.8rem;
  font-weight: 500;
}

.article-tags__dropdown {
  width: 250px;
}

.article-tags__dropdown-body {
  display: flex;
  flex-wrap: wrap;
  padding: 1.2rem;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  row-gap: 0.8rem;
  background: white;
}

.shopify-section-404 {
  display: flex;
  flex: 1;
}

.page-404__outer-container {
  flex: 1;
}

.page-404__container {
  height: 100%;
}

.page-404 {
  position: relative;
  display: flex;
  flex-flow: column;
  height: 100%;
  overflow: hidden;
  color: var(--gsc-text-color-100);
  background-color: var(--gsc-background-color-100);
  border-radius: var(--gsc-base-radii, 0);
}

.page-404__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: var(--gsc-base-radii, 0);
}

.page-404__content-wrap {
  position: relative;
  display: flex;
  flex: 1;
  padding: 2rem;
}

.page-404__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  padding: 2rem;
  text-align: center;
  border-radius: var(--gsc-base-radii, 0);
}

.page-404__btn {
  align-self: flex-start;
  width: 100%;
}

.page-404__content > * + * {
  margin: 1.2rem 0 0;
}

.page-404__content > * + .page-404__text {
  margin: 1.6rem 0 0;
}

.page-404__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 1.6rem;
}

.page-404__content > * + .page-404__buttons {
  margin: 2.4rem 0 0;
}

.page-404__content > * + .page-404__buttons--with-only-links {
  margin: 2rem 0 0;
}

.page-404__buttons--with-first-button-link {
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}

.page-404__buttons--with-second-button-link {
  -moz-column-gap: 4.4rem;
       column-gap: 4.4rem;
}

.featured-article {
  display: flex;
  flex-flow: column-reverse;
  color: var(--gsc-text-color-100);
  background-color: var(--gsc-foreground-color-100);
  border-radius: var(--gsc-base-radii, 0);
}

.featured-articles--color-background {
  background: var(--gsc-background-color-100);
}

.featured-articles__carousel-viewport {
  z-index: 1;
  border-radius: var(--gsc-base-radii, 0);
}

.featured-articles__carousel-viewport::before {
  display: none;
  content: '{ "draggable": false }';
}

.featured-article__details-wrap {
  position: relative;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  padding: 3.2rem 3.2rem 5.2rem;
}

.featured-article__order-number {
  position: absolute;
  top: 0;
  left: 0;
}

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

.featured-article__order-number + .featured-article__content {
  padding: 6.4rem 0 0;
}

.featured-article__content > * + * {
  margin: 1.6rem 0 0;
}

.featured-articles__btns-wrap {
  position: absolute;
  top: 29.3rem;
  right: 2rem;
}

.featured-article__meta {
  color: var(--gsc-text-color-70);
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-6);
  font-weight: var(--gsc-font-weight-medium);
}

.featured-article__text {
  color: var(--gsc-text-color-70);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.featured-article__meta-item + .featured-article__meta-item::before {
  display: inline-block;
  margin: 0 0.5rem 0 0.4rem;
  font-size: 1.6rem;
  content: '\2022';
}

.featured-articles__btns {
  position: relative;
  z-index: 1;
  display: flex;
  -moz-column-gap: 0.7rem;
       column-gap: 0.7rem;
}

.featured-articles__carousel-btn {
  width: 4rem;
  height: 4rem;
}

.featured-articles__carousel-btn-chevron {
  width: 1.71rem;
  height: 1.71rem;
}

.featured-article__link {
  overflow: hidden;
  height: 31.3rem;
}

.round-style .featured-article__link {
  border-radius: var(--gsc-base-radii) var(--gsc-base-radii) 0rem 0rem;
}

.featured-article__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.signup-newsletter-form {
  width: 100%;
}

.signup-newsletter-form__field {
  position: relative;
}

.signup-newsletter-form > form {
  display: flex;
  justify-content: var(--gsc-text-align);
}

.signup-newsletter-form__input-btn {
  position: absolute;
  top: 0;
  right: -0.1rem;
  bottom: 0;
  width: 5.6rem;
  height: 5.6rem;

  padding: 0;
}

.signup-newsletter-form__input-btn-arrow-icon {
  width: 2rem;
  height: 2rem;
}

.shopify-section-password-banner {
  display: flex;
  flex: 1;
}

.signup__outer-container {
  flex: 1;
}

.signup__container {
  height: 100%;
}

.signup {
  position: relative;
  display: flex;
  height: 100%;
  overflow: hidden;
  border-radius: var(--gsc-base-radii, 0);
}

.signup__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.signup__content-wrap {
  display: flex;
  width: 100%;
  padding: 1.2rem;
}

.signup__content-wrap--mobile-content-with-background {
  padding: 1.2rem;
}

.round-style .signup__content-wrap {
  padding: 2rem;
}

.signup__content {
  z-index: 2;
  max-width: var(--gsc-content-width);
  height: -moz-fit-content;
  height: fit-content;
  padding: 2rem;
  text-align: var(--gsc-text-align);
  border-radius: var(--gsc-base-radii, 0);
  width: 100%;
}

.signup__content--desktop {
  display: none;
}

.signup__content--with-solid-background {
  background-color: var(--gsc-background-color-100);
}

.signup__content--with-solid-background .signup__caption,
.signup__content--with-solid-background .signup__text {
  color: var(--gsc-text-color-80);
}

.signup__content--with-transparent-background {
  background-color: var(--gsc-background-color-15);
  -webkit-backdrop-filter: blur(16.5px);
          backdrop-filter: blur(16.5px);
}

.signup__content--with-new-transparent-background {
  background-color: var(--gsc-background-color-30);
}

.signup__content--with-outline-background {
  border: 2px solid var(--gsc-text-color-100);
}

.signup__content--with-shadow-background {
  position: relative;
}

.signup__content--with-shadow-background::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);
  background: radial-gradient(
    50% 50% at 50% 50%,
    var(--gsc-black-color-30) 0%,
    var(--gsc-black-color-10) 100%
  );
  transform: translate(-50%, -50%);
  filter: blur(100px);
  content: '';
}

.signup__text {
  color: var(--gsc-text-color-100);
}

.signup__social-list {
  justify-content: var(--gsc-text-align);
}

.signup__content .timer__container {
  justify-content: var(--gsc-text-align);
}

.signup__title,
.signup__caption,
.signup__text {
  margin: 1.2rem 0;
}

.signup-newsletter-form,
.signup__social-list,
.signup__timer {
  margin: 2.4rem 0;
}

.signup__content > *:first-child {
  margin-top: 0;
}

.signup__content > *:last-child {
  margin-bottom: 0;
}

.password-header {
  padding: 1.6rem var(--gsc-container-padding);
}

.password-header__message {
  max-width: 40rem;
  color: var(--gsc-text-color-80);
  text-align: center;
}

.password-header__container {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 1.6rem;
}

.password-header__link {
  display: flex;
  align-items: center;
  color: var(--gsc-text-color-100);
  cursor: pointer;
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-6);
  font-weight: ;
}

.password-header__link span {
  text-decoration: underline;
}

.password-header__link-icon {
  width: 2.4rem;
  margin: 0 0.4rem 0 0;
}

.password-modal {
  position: fixed;
  inset: 0;
  z-index: var(--gsc-modal-zIndex);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transform: translateY(-100%);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.25s;
  transition-property: opacity, transform;
  pointer-events: none;
  will-change: transform;
}

.password-modal.is-opened {
  transform: translateY(0%);
  opacity: 1;
  pointer-events: all;
}

.password-modal__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 2;
  width: 3.2rem;
  height: 3.2rem;
  color: var(--gsc-text-color-100);
  cursor: pointer;
}

.password-modal__body {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 4rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--gsc-background-color-100);
  outline: none;
}

.password-modal__login-form {
  width: 40rem;
  max-width: 100%;
  margin: 1.6rem 0;
}

.password-modal__login-form-field {
  position: relative;
}

.password-modal__login-form-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5.6rem;
  height: 5.6rem;
  padding: 0;
}

.password-modal__login-form-btn-arrow-icon {
  width: 2rem;
  height: 2rem;
}

.password-footer {
  padding: 2rem 0;
}

.password-footer__container {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}

.password-footer__shopify-logo {
  width: 7.8rem;
  margin: 0 0 0 0.9rem;
  color: var(--gsc-text-color-70);
}

.password-footer__item {
  display: flex;
  align-items: center;
  color: var(--gsc-text-color-70);
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-6);
  font-weight: ;
}

.password-footer__copyright.footer__copyright,
.password-footer__policies.footer__policies {
  min-width: 100%;
  padding: 2rem 0 0 0;
  justify-content: center;
}

.password-footer__login-link {
  color: var(--gsc-text-color-100);
}

.shop {
  display: block;
}

.shop__container {
  overflow: hidden;
}

.shop__load-button-pagination {
  margin: 5.6rem 0 0;
}

.shop__classic-pagination {
  margin: 9.6rem 0 0;
}

.shop__content {
  display: flex;
  align-items: flex-start;
  padding-top: 2rem;
}

.shop__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.4rem;
  padding-bottom: 0.4rem;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}

.shop__header-right-panel {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}

.shop__header-left-panel {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}

.shop__product-count {
  display: none;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.shop__column-switcher--desktop {
  display: none;
}

.shop__filters-reset {
  text-decoration: underline;
  cursor: pointer;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.shop__products {
  flex: 1;
  transition: width 250ms ease;
}

.shop__products-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: var(--gsc-space-between-cards);
       column-gap: var(--gsc-space-between-cards);
  row-gap: var(--gsc-space-between-cards);
}

.shop__grid-item {
  width: calc(
    (100% - var(--gsc-space-between-cards) * (var(--gsc-mobile-columns) - 1)) /
      var(--gsc-mobile-columns)
  );
  transition: width 0.2s linear;
}

.shop__loading-overlay {
  position: absolute;
  z-index: 3;
}

.shop__products-stub {
  position: relative;
  display: flex;
  flex-flow: column;
  font-weight: var(--gsc-font-weight-bold);
}

.shop__products-grid-wrap {
  position: relative;
}

.shop__filters-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.shop__filters-btn-wrapper {
  display: block;
  min-height: 2.4rem;
}

.shop__filters-btn-label {
  padding: 0 0 0 0.8rem;
}

.shop__filters-btn-wrapper--desktop {
  display: none;
}

.shop-mobile-filters-button {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 10;
  display: block;
  min-height: 2.4rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.shop-mobile-filters-button__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 6rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 6rem;
  padding: 1.8rem;
  background: var(--gsc-background-color-100);
  box-shadow: 0 0 1.6rem var(--gsc-text-color-10);
  border-radius: 3.2rem;
  cursor: pointer;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.shop-mobile-filters-button__btn-label {
  max-width: 0;
  padding: 0;
  opacity: 0;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: opacity, max-width, padding;
}

.shop-mobile-filters-button[is-visible] {
  opacity: 1;
  pointer-events: all;
}

.shop-mobile-filters-button[is-extended]
  .shop-mobile-filters-button__btn-label {
  max-width: 20rem;
  padding: 0 0.6rem 0 0.8rem;
  opacity: 1;
}

.collection-hero {
  position: relative;
  z-index: 0; /* for work overflow:hidden + border-radius for child on iphone https://bugs.webkit.org/show_bug.cgi?id=98538 */
  display: flex;
  overflow: hidden;
  border-radius: var(--gsc-base-radii, 0);
}

.collection-hero:before {
  content: '';
  padding-bottom: var(--gsc-section-ratio);
}

.collection-hero__content-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 1rem;
}

.collection-hero__carousel {
  position: absolute;

  --gsc-space-between-cards: 0;
}

.collection-hero__carousel,
.collection-hero__carousel-viewport,
.collection-hero__carousel-container {
  height: 100%;
}

.collection-hero__content {
  display: flex;
  flex-flow: column;
  max-width: var(--gsc-content-max-width);
  padding: 2.4rem;
  text-align: var(--gsc-content-align);
  row-gap: 1.6rem;
}

.collection-hero__image {
  position: absolute;
  inset: 0;
}

.collection-hero__description {
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: 300;
}

.images-with-text {
  color: var(--gsc-text-color-100);
  background-color: var(--gsc-background-color-100);
}

.images-with-text__container {
  display: flex;
  flex-flow: column-reverse;
  row-gap: 3.5rem;
}

.images-with-text__content-wrapper {
  flex: 1;
  padding: 0 2rem;
}

.container--with-aside-paddings .images-with-text__content-wrapper {
  padding: 0;
}

.images-with-text__content {
  display: flex;
  flex-flow: column;
  max-width: var(--gsc-content-width);
  margin: 0 auto;
}

.images-with-text__content--with-left-alignment {
  align-items: flex-start;
  text-align: left;
}

.images-with-text__content--with-center-alignment {
  align-items: center;
  text-align: center;
}

.images-with-text__content--with-right-alignment {
  align-items: flex-end;
  text-align: right;
}

.images-with-text__image-list-wrapper {
  flex: 1;
}

.images-with-text__image-list-wrapper--with-collage-rotate {
  padding-inline: 1.6rem;
}

.images-with-text__image-list-wrapper--with-grid-rotate {
  padding-inline: 2.5rem;
}

.images-with-text__image-list {
  width: 100%;
  height: 100%;
}

.images-with-text__image-list-item-media-wrapper {
  overflow: hidden;
  border-radius: var(--gsc-base-radii, 0);
}

.images-with-text__image-list-item-media {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.images-with-text__text,
.images-with-text__caption {
  color: var(--gsc-text-color-80);
}

/* grid type */

.images-with-text__image-list {
  display: grid;
}

.images-with-text__image-list--grid
  .images-with-text__image-list-item:nth-child(1) {
  grid-area: first-item;
}

.images-with-text__image-list--grid
  .images-with-text__image-list-item:nth-child(2) {
  grid-area: second-item;
}

.images-with-text__image-list--grid
  .images-with-text__image-list-item:nth-child(3) {
  grid-area: third-item;
}

.images-with-text__image-list--grid
  .images-with-text__image-list-item:nth-child(4) {
  grid-area: fourth-item;
}

.images-with-text__image-list--grid-with-1-items {
  grid-template-areas: 'first-item';
  grid-template-columns: 1fr;
}

.images-with-text__image-list--grid-with-2-items {
  grid-template-areas: 'first-item second-item';
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}

.images-with-text__image-list--grid-with-3-items {
  grid-template-areas: 'first-item second-item' 'first-item third-item';
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}

.images-with-text__image-list--grid-with-0-items,
.images-with-text__image-list--grid-with-4-items {
  grid-template-areas: 'first-item second-item' 'third-item fourth-item';
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  row-gap: 2.4rem;
}

/* grid with rotate */

.images-with-text__image-list--grid-with-1-items-and-rotate
  .images-with-text__image-list-item:nth-child(1) {
  transform: rotate(5deg);
}

.images-with-text__image-list--grid-with-2-items-and-rotate
  .images-with-text__image-list-item:nth-child(1) {
  transform: rotate(-5deg);
}

.images-with-text__image-list--grid-with-2-items-and-rotate
  .images-with-text__image-list-item:nth-child(2) {
  transform: rotate(5deg);
}

.images-with-text__image-list--grid-with-3-items-and-rotate
  .images-with-text__image-list-item:nth-child(1) {
  transform: rotate(-5deg);
}

.images-with-text__image-list--grid-with-3-items-and-rotate
  .images-with-text__image-list-item:nth-child(2) {
  transform: rotate(5deg);
}

.images-with-text__image-list--grid-with-3-items-and-rotate
  .images-with-text__image-list-item:nth-child(3) {
  transform: rotate(-10deg);
}

.images-with-text__image-list--grid-with-0-items-and-rotate
  .images-with-text__image-list-item:nth-child(1),
.images-with-text__image-list--grid-with-4-items-and-rotate
  .images-with-text__image-list-item:nth-child(4n + 1) {
  transform: rotate(-10deg);
}

.images-with-text__image-list--grid-with-0-items-and-rotate
  .images-with-text__image-list-item:nth-child(2),
.images-with-text__image-list--grid-with-4-items-and-rotate
  .images-with-text__image-list-item:nth-child(4n + 2) {
  transform: rotate(5deg);
}

.images-with-text__image-list--grid-with-0-items-and-rotate
  .images-with-text__image-list-item:nth-child(3),
.images-with-text__image-list--grid-with-4-items-and-rotate
  .images-with-text__image-list-item:nth-child(4n + 3) {
  transform: rotate(-5deg);
}

.images-with-text__image-list--grid-with-0-items-and-rotate
  .images-with-text__image-list-item:nth-child(4),
.images-with-text__image-list--grid-with-4-items-and-rotate
  .images-with-text__image-list-item:nth-child(4n + 0) {
  transform: rotate(10deg);
}

/* collage type */

.images-with-text__image-list--collage {
  position: absolute;
}

.images-with-text__image-list--collage .images-with-text__image-list-item {
  position: absolute;
}

.images-with-text__image-list--collage-with-1-items
  .images-with-text__image-list-item:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.images-with-text__image-list--collage-with-2-items
  .images-with-text__image-list-item:nth-child(1) {
  top: 0;
  left: 0;
  z-index: 0;
  width: 63%;
}

.images-with-text__image-list--collage-with-2-items
  .images-with-text__image-list-item:nth-child(2) {
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 63%;
}

.images-with-text__image-list--collage-with-3-items
  .images-with-text__image-list-item:nth-child(1) {
  top: 0;
  left: 0;
  z-index: 0;
  width: 51%;
}

.images-with-text__image-list--collage-with-3-items
  .images-with-text__image-list-item:nth-child(2) {
  top: 18%;
  right: 0%;
  z-index: 1;
  width: 64.25%;
}

.images-with-text__image-list--collage-with-3-items
  .images-with-text__image-list-item:nth-child(3) {
  bottom: 0;
  left: 13%;
  z-index: 2;
  width: 39.5%;
}

.images-with-text__image-list--collage-with-0-items
  .images-with-text__image-list-item:nth-child(1),
.images-with-text__image-list--collage-with-4-items
  .images-with-text__image-list-item:nth-child(1) {
  bottom: 7.75%;
  left: 0%;
  z-index: 0;
  width: 50.5%;
}

.images-with-text__image-list--collage-with-0-items
  .images-with-text__image-list-item:nth-child(2),
.images-with-text__image-list--collage-with-4-items
  .images-with-text__image-list-item:nth-child(2) {
  top: 8.75%;
  right: 0%;
  z-index: 1;
  width: 64.5%;
}

.images-with-text__image-list--collage-with-0-items
  .images-with-text__image-list-item:nth-child(3),
.images-with-text__image-list--collage-with-4-items
  .images-with-text__image-list-item:nth-child(3) {
  right: 3.5%;
  bottom: 0;
  z-index: 2;
  width: 33%;
}

.images-with-text__image-list--collage-with-0-items
  .images-with-text__image-list-item:nth-child(4),
.images-with-text__image-list--collage-with-4-items
  .images-with-text__image-list-item:nth-child(4) {
  top: 0%;
  left: 14%;
  z-index: 2;
  width: 33.25%;
}

/* collage with rotate */

.images-with-text__image-list--collage-with-1-items-and-rotate
  .images-with-text__image-list-item:nth-child(1) {
  transform: rotate(5deg);
}

.images-with-text__image-list--collage-with-2-items-and-rotate
  .images-with-text__image-list-item:nth-child(1) {
  transform: rotate(-5deg);
}

.images-with-text__image-list--collage-with-2-items-and-rotate
  .images-with-text__image-list-item:nth-child(2) {
  transform: rotate(5deg);
}

.images-with-text__image-list--collage-with-3-items-and-rotate
  .images-with-text__image-list-item:nth-child(1) {
  transform: rotate(-5deg);
}

.images-with-text__image-list--collage-with-3-items-and-rotate
  .images-with-text__image-list-item:nth-child(2) {
  transform: rotate(5deg);
}

.images-with-text__image-list--collage-with-3-items-and-rotate
  .images-with-text__image-list-item:nth-child(3) {
  transform: rotate(15deg);
}

.images-with-text__image-list--collage-with-0-items-and-rotate
  .images-with-text__image-list-item:nth-child(1),
.images-with-text__image-list--collage-with-4-items-and-rotate
  .images-with-text__image-list-item:nth-child(1) {
  transform: rotate(-5deg);
}

.images-with-text__image-list--collage-with-0-items-and-rotate
  .images-with-text__image-list-item:nth-child(2),
.images-with-text__image-list--collage-with-4-items-and-rotate
  .images-with-text__image-list-item:nth-child(2) {
  transform: rotate(5deg);
}

.images-with-text__image-list--collage-with-0-items-and-rotate
  .images-with-text__image-list-item:nth-child(3),
.images-with-text__image-list--collage-with-4-items-and-rotate
  .images-with-text__image-list-item:nth-child(3) {
  transform: rotate(15deg);
}

.images-with-text__image-list--collage-with-0-items-and-rotate
  .images-with-text__image-list-item:nth-child(4),
.images-with-text__image-list--collage-with-4-items-and-rotate
  .images-with-text__image-list-item:nth-child(4) {
  transform: rotate(-5deg);
}

.images-with-text__buttons {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 1.6rem;
}

.images-with-text__content--with-center-alignment .images-with-text__buttons {
  justify-content: center;
}

.images-with-text__content--with-right-alignment .images-with-text__buttons {
  justify-content: flex-end;
}

.images-with-text__button {
  width: 100%;
}

.images-with-text__icon {
  width: 4.8rem;
  height: 4.8rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.images-with-text__content > * + * {
  margin: 1.2rem 0 0;
}

.images-with-text__content > * + .images-with-text__text {
  margin: 1.6rem 0 0;
}

.images-with-text__content > * + .images-with-text__buttons,
.images-with-text__content > .images-with-text__icon + * {
  margin: 2.4rem 0 0;
}

.images-with-text__content > * + .images-with-text__buttons--with-only-links {
  margin: 2rem 0 0;
}

.before-after__container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  justify-content: space-between;
}

.before-after__container--with-aside-paddings {
  padding-left: var(--gsc-container-padding);
  padding-right: var(--gsc-container-padding);
}

.before-after__content {
  display: flex;
  flex-direction: column;
  margin: auto 0;
}

.before-after__content > * + * {
  margin: 1.2rem 0 0;
}

.before-after__content > * + .before-after__body {
  margin: 1.6rem 0 0;
}

.before-after__content > .before-after__btn {
  margin-top: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
}

.before-after__content--with-left-alignment {
  align-self: flex-start;
  text-align: left;
}

.before-after__content--with-right-alignment {
  align-items: flex-end;
  align-self: flex-end;
  text-align: right;
}

.before-after__content--with-center-alignment {
  align-items: center;
  align-self: center;
  text-align: center;
}

.before-after__content--constrained {
  max-width: 38.4rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.before-after__container--with-aside-paddings
  .before-after__content--constrained,
.before-after__container--with-aside-paddings .container__header {
  padding-right: 0;
  padding-left: 0;
}

.before-after__body {
  color: var(--gsc-text-color-80);
}

.before-after__images-wrapper {
  width: 100%;
  height: var(--gsc-height);

  overflow: hidden;
  border-radius: var(--gsc-base-radii, 0);
}

.before-after__before,
.before-after__after {
  position: absolute;
  width: 100%;
  height: 100%;
}

.before-after__after {
  -webkit-clip-path: polygon(
    var(--gsc-drag-position) 0,
    var(--gsc-drag-position) 100%,
    100% 100%,
    100% 0
  );
          clip-path: polygon(
    var(--gsc-drag-position) 0,
    var(--gsc-drag-position) 100%,
    100% 100%,
    100% 0
  );
}

.before-after__tag {
  position: absolute;
  top: 12px;
  color: rgb(0, 0, 0);
  background: rgba(237, 237, 237, 60%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 0.6rem 1rem;
  border-radius: var(--gsc-badge-radii, 0);
  max-width: calc(100% - 24px);
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-16);
  font-weight: var(--gsc-font-weight-bold);
}

.before-after__tag--left {
  left: 12px;
}

.before-after__tag--right {
  right: 12px;
}

.before-after__image {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}

.before-after__separator {
  position: absolute;
  top: 0;
  left: var(--gsc-drag-position);
  width: 4rem;
  height: 100%;

  transform: translate(-2rem, 0);
  content: '';
}

.before-after__separator-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;

  background-color: var(--gsc-white-color-100);
  transform: translate(-50%, 0);
  content: '';
}

.before-after__separator-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 4rem;

  padding: 0;
  background-color: var(--gsc-white-color-100);
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 33px var(--gsc-black-color-15);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.before-after__separator-button::before,
.before-after__separator-button::after {
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 0.6rem;
  height: 0.6rem;

  border: 2px solid var(--gsc-black-color-100);
  border-right: none;
  border-bottom: none;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: '';
}

.before-after__separator-button::after {
  right: calc(50% - 4px);
  left: auto;
  transform: translate(50%, -50%) rotate(130deg);
}

.video-banner {
  display: block;
  color: var(--gsc-text-color-100);
}

.video-banner__inner-container::before {
  content: '';
  padding-bottom: var(--gsc-section-ratio);
}

.video-banner--with-around-background {
  background: var(--gsc-background-color-100);
}

.video-banner__inner-container {
  position: relative;
  display: flex;
  border-radius: var(--gsc-base-radii);
  overflow: hidden;
}

.video-banner__poster {
  display: flex;
  flex-flow: column;
  flex: 1;
  cursor: pointer;
}

.video-banner__poster-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgb(
    var(--gsc-background-color),
    var(--gsc-video-banner-poster-overlay-opacity)
  );
}

.video-banner__cover-image,
.video-banner__media {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.video-banner__content-wrapper {
  display: flex;
  flex: 1;
  padding: var(--gsc-video-banner-spacing);
}

.video-banner__content {
  position: relative;
  z-index: 2;
  max-width: var(--gsc-video-banner-width);
  padding: 2rem;
}

.video-banner__content--with-mobile-left-alignment {
  align-items: flex-start;
  text-align: left;
}

.video-banner__content--with-mobile-center-alignment {
  align-items: center;
  text-align: center;
}

.video-banner__play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  background: var(--gsc-white-color-30);
  -webkit-backdrop-filter: blur(16.5px);
          backdrop-filter: blur(16.5px);
  border-radius: 50%;
}

.video-banner__play-button-icon {
  width: 2.4rem;
  height: 2.4rem;
  color: var(--gsc-white-color-100);
}

.video-banner__content {
  display: flex;
  flex-flow: column;
  row-gap: 3.2rem;
}

.video-banner__info {
  display: flex;
  flex-flow: column;
  row-gap: 1.2rem;
}

.video-banner__subheading {
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-7);
  font-weight: var(--gsc-font-weight-semibold);
}

.video-banner__heading {
}

.video-banner__text {
}

.video-banner__content-wrapper--with-mobile-top-center-position {
  align-items: flex-start;
  justify-content: center;
}

.video-banner__content-wrapper--with-mobile-center-position {
  align-items: center;
  justify-content: center;
}

.video-banner__content-wrapper--with-mobile-bottom-center-position {
  align-items: flex-end;
  justify-content: center;
}

.countdown-banner {
  overflow: hidden;
  color: var(--gsc-text-color-100);
  background-color: var(--gsc-background-color-100);
  border-radius: var(--gsc-base-radii);
}

.countdown-banner__container::before {
  content: '';
  padding-bottom: var(--gsc-section-ratio);
}

.countdown-banner__container {
  position: relative;
  display: flex;
  height: 100%;
  overflow: hidden;
}

.countdown-banner__container--mobile-content-with-background
  .countdown-banner__content-wrap {
  padding: 1.2rem;
}

.countdown-banner__media {
  position: absolute;
  inset: 0;
  z-index: 0; /* for work overflow:hidden + border-radius for child on iphone https://bugs.webkit.org/show_bug.cgi?id=98538 */
  overflow: hidden;
  border-radius: var(--gsc-base-radii, 0);
}

.countdown-banner__content-wrap {
  position: relative;
  display: flex;
  width: 100%;
  color: var(--gsc-text-color-100);
}

.countdown-banner__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  padding: 2rem;
  text-align: var(--gsc-content-align);
  border-radius: var(--gsc-base-radii, 0);
}

.countdown-banner__content--desktop {
  display: none;
}

.countdown-banner__content--with-solid-background {
  background-color: var(--gsc-background-color-100);
}

.countdown-banner__content--with-solid-background .countdown-banner__caption,
.countdown-banner__content--with-solid-background .countdown-banner__body {
  color: var(--gsc-text-color-80);
}

.countdown-banner__content--with-transparent-background {
  background-color: var(--gsc-background-color-15);
  -webkit-backdrop-filter: blur(16.5px);
          backdrop-filter: blur(16.5px);
}

.countdown-banner__content--with-outline-background {
  border: 2px solid var(--gsc-text-color-100);
}

.countdown-banner__content--with-shadow-background {
  position: relative;
}

.countdown-banner__content--with-shadow-background::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);

  background: radial-gradient(
    50% 50% at 50% 50%,
    var(--gsc-black-color-30) 0%,
    var(--gsc-black-color-10) 100%
  );
  transform: translate(-50%, -50%);
  filter: blur(100px);
  content: '';
}

.countdown-banner__body,
.countdown-banner__caption {
  color: var(--gsc-text-color-100);
}

.countdown-banner__heading,
.countdown-banner__caption,
.countdown-banner__body {
  margin: 1.2rem 0;
}

.countdown-banner__timer,
.countdown-banner__btns {
  margin: 2.4rem 0;
}

.countdown-banner__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--gsc-content-align);
  width: 100%;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 1.6rem;
}

.countdown-banner__content > *:first-child {
  margin-top: 0;
}

.countdown-banner__content > *:last-child {
  margin-bottom: 0;
}

.timer__container {
  display: flex;
  justify-content: var(--gsc-content-align);
}

.timer__svg {
  display: block;
  width: var(--gsc-timer-width, 100%);
  overflow: visible;
}

.timer__wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: 1.2rem;
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: var(--gsc-font-weight-bold);
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.timer__separator {
  font-family: serif;
  color: var(--gsc-text-color-100);
  font-size: 3.2rem;
}

.timer__separator::after {
  content: ':';
  font-size: 4.5rem;
  font-weight: var(--gsc-font-weight-normal);
}

.timer--with-colon {
  gap: 0.6rem;
}

.timer--capitalize {
  text-transform: uppercase;
}

.timer__unit {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  color: var(--gsc-text-color-100);
  width: 16rem;
  aspect-ratio: 1;
}

.timer__unit-value {
  font-family: var(--gsc-headings-font-family);
}

.timer__unit-label {
  font-family: var(--gsc-body-font-family);
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: var(--gsc-font-weight-medium);
}

.timer--with-background-common {
  border-radius: var(--gsc-base-radii, 0);
}

.timer--with-background-common-and-solid {
  background: var(--gsc-background-color-100);
}

.timer--with-background-common-and-solid .timer__separator {
  color: var(--gsc-background-color);
}

.timer--with-background-common-and-outline {
  border: 1px solid var(--gsc-text-color-100);
}

.timer--with-background-common-and-blurred {
  background-color: var(--gsc-background-color-30);
  backdrop-filter: blur(16.5px);
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-backdrop-filter: none;
}

.timer--with-background-common-and-transparent {
  background-color: var(--gsc-background-color-30);
}

.timer__unit {
  border-radius: var(--gsc-base-radii, 0);
}

.timer--with-background-separate-and-solid .timer__unit {
  background: var(--gsc-background-color-100);
}

.timer--with-background-separate-and-outline .timer__unit {
  border: 1px solid var(--gsc-text-color-100);
}

.timer--with-background-separate-and-blurred .timer__unit {
  background-color: var(--gsc-background-color-30);
  backdrop-filter: blur(16.5px);
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-backdrop-filter: none; /* backdrop-filter breaks layout in safari inside svg <foreignObject />  */
}

.timer--with-background-separate-and-transparent .timer__unit {
  background-color: var(--gsc-background-color-30);
}

.timer-block {
    display: flex;
    flex-flow: column nowrap;
    align-items: var(--gsc-content-align);
}

.timer-block > * + * {
    margin: 1.4rem 0 0;
}

.timer-block > * + .timer__container {
    margin: 2rem 0 0;
}

.timer-block--with-background {
    color: var(--gsc-text-color-100);
    background: var(--gsc-background-color-100);
    border-radius: var(--gsc-base-radii);
    padding: 2rem;
}

.timer-block__heading, .timer-block__body {
    text-align: var(--gsc-content-align);
}

.timer__container {
    width: var(--gsc-timer-in-block-width);
}

.timer-block .timer__svg {
    margin: 0;
}

.timer-block--with-background .timer--with-background-common {
    background: var(--gsc-foreground-color-100);
    border-radius: var(--gsc-base-radii);
}

.timer-block--with-background .timer--with-background-separate .timer__unit {
    background: var(--gsc-foreground-color-100);
    border-radius: var(--gsc-base-radii);
}

.timer-block--with-background .timer--with-background-common-and-outline, .timer-block--with-background .timer--with-background-separate-and-outline .timer__unit {
    background: unset;
}

.timer-block--with-background .timer--with-background-hide .timer__unit {
    background: unset;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: var(--gsc-cart-drawer-zIndex);
  display: block;
  width: 100%;
  height: 100%;

  color: var(--gsc-text-color-100);
  transform: translateX(100%);
  transition: transform 0.25s ease-in-out;
  pointer-events: none;
  will-change: transform;
}

.cart-drawer.is-opened {
  transform: translateX(0%);
  pointer-events: all;
}

.cart-drawer__on-side-related-products {
  position: relative;
  display: flex;
  flex-flow: column;
  background: var(--gsc-background-color-100);
  height: 100%;

  --gsc-space-between-cards: 1.2rem;
}

.cart-drawer__on-side-related-products-container {
  transition: transform 100ms linear;
}

.cart-drawer__on-side-related-products-carousel-wrapper {
  position: relative;
  flex: 1;
}

.cart-drawer__on-side-related-products-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.8rem 4rem 0;
}

.cart-drawer__on-side-related-products-carousel .card-carousel__viewport {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.cart-drawer__related-products-preloader {
  position: absolute;
  background: transparent;
}

.cart-drawer__body-aside-content {
  display: none;
}

.cart-drawer__in-cart-related-products .card-carousel__carousel-btn {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0;
  padding: 8px;
}

.cart-drawer__in-cart-related-products .card-carousel__carousel-btn--prev {
  left: 0;
  justify-content: flex-end;
  border-top-right-radius: var(--gsc-base-radii);
  border-bottom-right-radius: var(--gsc-base-radii);
}

.cart-drawer__in-cart-related-products .card-carousel__carousel-btn--next {
  right: 0;
  justify-content: flex-start;
  border-top-left-radius: var(--gsc-base-radii);
  border-bottom-left-radius: var(--gsc-base-radii);
}

.cart-drawer__in-cart-related-products .card-carousel__position-btn-wrap {
  display: block;
}

.cart-drawer__in-cart-related-products .card-carousel__position-btn-wrap {
  width: calc(var(--gsc-slide-width) - var(--gsc-space-between-cards));
  min-width: calc(var(--gsc-slide-width) - var(--gsc-space-between-cards));
}

.cart-drawer__aside-block {
  display: block;
  height: 100%;
}

.cart-drawer__aside-block:empty {
  display: none;
}

.cart-drawer__on-side-related-products-slide {
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.cart-drawer__on-side-related-products-heading {
  padding: 2.4rem 4rem;
}

.cart-drawer__on-side-related-products-heading--with-left-alignment {
  text-align: left;
}

.cart-drawer__on-side-related-products-heading--with-center-alignment {
  text-align: center;
}

.cart-drawer__in-cart-related-products {
  position: relative;
  display: none;
  overflow: hidden;

  --gsc-slide-width: 12rem;
  --gsc-space-between-cards: 1.2rem;
}

.round-style
  .cart-drawer__in-cart-related-products-wrapper--with-background
  .cart-drawer__in-cart-related-products {
  border-radius: var(--gsc-base-radii);
  overflow: hidden;
}

.cart-drawer__in-cart-related-products-heading {
  margin-bottom: 1.6rem;
}

.cart-drawer__in-cart-related-products-wrapper--with-background
  .cart-drawer__in-cart-related-products {
  padding: 1.6rem 0;
}

.cart-drawer__in-cart-related-products-wrapper--with-background
  .cart-drawer__in-cart-related-products-heading {
  padding: 0 1.6rem;
}

.cart-drawer__in-cart-related-products-wrapper--with-background
  .cart-drawer__in-cart-related-products {
  background: var(--gsc-background-color-100);
}

.cart-drawer__in-cart-related-products-wrapper--with-background
  .cart-drawer__in-cart-related-products-viewport {
  border-radius: 0;
  margin: 0 1.6rem;
  width: unset;
  overflow: hidden;
}

.cart-drawer__card-carousel--with-vertical-cards
  .cart-drawer__in-cart-related-products-viewport {
  overflow: visible;
}

.cart-drawer__in-cart-related-products .vertical-product-card__info {
  padding-right: 0;
}

.cart-drawer__in-cart-related-products .horizontal-product-card {
  gap: 1.6rem;
}

.cart-drawer__in-cart-related-products-slide {
  min-width: var(--gsc-slide-width);
  width: var(--gsc-slide-width);
}

.cart-drawer__in-cart-related-products-slide .horizontal-product-card {
  min-height: 100%;
}

.cart-drawer__card-carousel--with-horizontal-cards {
  --gsc-slide-width: 100%;
}

.cart-drawer__in-cart-related-products[is-ready] {
  display: block;
}

.cart-drawer__in-cart-related-products:empty {
  display: none;
}

.cart-drawer__in-cart-related-products-heading--with-left-alignment {
  text-align: left;
}

.cart-drawer__in-cart-related-products-heading--with-center-alignment {
  text-align: center;
}

.cart-drawer-products-block__grid {
  display: grid;
}

.cart-drawer__in-cart-related-products-wrapper--with-background
  .cart-drawer-products-block__grid {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.cart-drawer-products-block__grid--horizontal {
  grid-template-columns: 1fr;
  row-gap: 1.2rem;
}

.cart-drawer__in-cart-related-products-wrapper--with-background
  .cart-drawer-products-block__grid--horizontal {
  row-gap: 1.6rem;
}

.cart-drawer-products-block__grid--vertical {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}

.cart-drawer__body-main-content {
  position: relative;
  display: flex;
  flex-flow: column;
  background-color: var(--gsc-background-color-100);
  width: 100%;
  height: 100%;
}

.cart-drawer__results {
  padding: 1.6rem 0;
}

.round-style .cart-drawer__in-cart-banner {
  border-radius: var(--gsc-base-radii);
  overflow: hidden;
}

.cart-drawer__blocks {
  display: flex;
  flex-flow: column;
  row-gap: 2rem;
}

.cart-drawer__block:empty {
  display: none;
}

.cart-drawer[is-empty] .cart-drawer__element-for-non-empty-cart {
  display: none;
}

.cart-drawer:not([is-empty]) .cart-drawer__element-for-empty-cart {
  display: none;
}

.cart-drawer__body {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;

  transition: box-shadow 0.25s ease-in-out 0.25s;
}

.cart-drawer__content {
  position: relative;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

.cart-drawer__results {
  display: flex;
  flex-flow: column;
  min-height: 100%;
}

.cart-drawer__free-shipping-bar {
  padding: 0 2.4rem;
  margin: 0 0 4rem;
}

.cart-drawer__items {
  padding: 0 2rem;
}

.cart-drawer__in-cart-related-products-wrapper {
  padding: 0 2rem;
}

.cart-drawer__timer-block-wrapper {
  padding: 0 2rem;
}

.cart-drawer__in-cart-banner-wrapper {
  padding: 0 2rem;
}

.cart-drawer__app-block {
  padding: 0 2rem;
}

.cart-drawer__warning {
  padding: 1.6rem 2rem 2rem;
  text-align: center;
}

.cart-drawer__footer {
  display: block;
  position: relative;
  z-index: 1;
}

.cart-drawer__notification {
  position: absolute;
  bottom: 100%;
  z-index: 0;
  min-height: 13.2rem;

  --gsc-notification-padding: 3.2rem;
  --gsc-notification-overlay-opacity: 0.1;
}

.cart-drawer__footer {
  box-shadow: 0;
  transition: box-shadow 0.25s ease-in-out;
}

.footer-shadow-visible .cart-drawer__footer {
  box-shadow: 0 -0.8rem 3.2rem rgb(20, 20, 22, 10%);
}

.cart-drawer .cart-item + .cart-item .cart-item__body {
  padding: 2rem 0 0;
}

.cart-drawer__warning {
  display: flex;
  flex: 1;
  flex-flow: column;
  justify-content: center;
}

.cart-drawer__warning-title {
  margin: auto 0;
  text-align: center;
}

.cart-drawer__warning-button-wrapper {
  padding: 2.4rem;
}

.cart-drawer__warning-button {
  width: 100%;
}

.cart-drawer__header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--gsc-background-color-100);
  box-shadow: 0;
  transition: box-shadow 0.25s ease-in-out;
}

.cart-drawer__header-title {
  flex: 1;
  padding: 1.7rem 0 1.7rem 2.4rem;
  text-transform: uppercase;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.cart-drawer__header-close-button-wrapper {
  padding: 1.2rem 1.6rem;
}

.cart-drawer__header-close-button {
  width: 3.2rem;
  height: 3.2rem;
}

.cart-drawer__header-product-count {
  color: var(--gsc-text-color-35);
}

.header-shadow-visible .cart-drawer__header {
  box-shadow: 0 0.8rem 3.2rem rgb(20, 20, 22, 10%);
}

.cart-drawer-subtotal {
  margin: auto 0 0;
  position: relative;
  z-index: 1;
  background: var(--gsc-background-color-100);
  width: 100%;
}

.cart-drawer-subtotal__main-content {
  display: flex;
  flex-flow: column;
  row-gap: 1.2rem;
  padding: 2rem;
}

.cart-drawer[footer-shadow-visible] .cart-drawer-subtotal__accordeon-plus {
  border-top: none;
}

.cart-drawer-subtotal__container {
  padding-right: 0;
  padding-left: 0;
}

.cart-drawer.is-empty .cart-drawer-subtotal {
  display: none;
}

.cart-drawer-subtotal__cart-link {
  display: none;
}

.cart-drawer-subtotal__cart-link {
  display: flex;
}

.cart-drawer-subtotal__totals {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-drawer-subtotal__subtotals {
  display: flex;
  flex-flow: column;
  row-gap: 0.8rem;
}

.cart-drawer-subtotal__subtotals-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: lato;
}

.cart-drawer-subtotal__subtotals-item:last-child {
  padding-bottom: 0.8rem;
}

.cart-drawer-subtotal__subtotals-item-name {
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-16);
  font-weight: var(--gsc-font-weight-medium);
}

.cart-drawer-subtotal__subtotals-cart-item-count {
  color: var(--gsc-text-color-35);
}

.cart-drawer-subtotal__subtotals-item-amount {
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-16);
  font-weight: var(--gsc-font-weight-bold);
}

.cart-drawer-subtotal__cta {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  row-gap: 1.2rem;
}
/*added*/
.cart-drawer-subtotal__label,
cart-drawer-subtotal__price {
  font-family: lato;
  font-weight: 300
}
/*endadded*/
.cart-drawer-subtotal__btn {
  width: 100%;
  padding: 1.3rem;
}

.cart-drawer-subtotal__tax-note {
  color: var(--gsc-text-color-80);
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-15);
  font-weight: var(--gsc-font-weight-medium);
}

.cart-drawer-subtotal__tax-note_text:first-child {
  display: block;
  padding-top: 0.4rem;
}

.cart-drawer-subtotal__note {
  display: flex;
  flex-flow: column;
  color: var(--gsc-text-color-100);
}

.cart-drawer-subtotal__tax-note-textarea {
  width: 100%;
  height: 12rem;
  background: transparent;
  resize: none;
}

.cart-drawer-subtotal__accordeon-content {
  padding: 0 2rem 2rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.cart-drawer-subtotal__accordeon-plus[data-aria-expanded='true'] {
  padding: 0;
}

.cart-drawer-subtotal__accordeon-plus-btn {
  padding: 1.7rem 2rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.cart-drawer-subtotal__accordeon-plus {
  border-top: none;
  border-bottom: 1px solid var(--gsc-border-color-100);
}

.cart-drawer-subtotal__discounts {
  display: flex;
  flex-flow: column;
  row-gap: 0.8rem;
}

.cart-drawer-subtotal__expandable-element {
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.cart-drawer-swipe {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: -1.1rem;
  left: 0;
  width: 100%;
}

.free-shipping-bar {
  display: block;
}

.free-shipping-bar__title {
  margin-bottom: 1.2rem;
  text-align: left;
  color: rgb(var(--gsc-free-shipping-bar-color));
}

.cart-drawer .free-shipping-bar__title {
  font-size: var(--gsc-font-size-xs);
  line-height: var(--gsc-line-height-xs);
  font-weight: 300;
}

.free-shipping-bar__progress {
  position: relative;
  width: 100%;
  height: 6px;
  overflow: hidden;
}

.free-shipping-bar__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    var(--gsc-background-color-100) 50%,
    rgba(var(--gsc-free-shipping-bar-bg), 0.1) 0%
  );
  background-repeat: repeat-x, repeat-y;
  background-size: 4px 6px, 4px 0;
}

.free-shipping-bar__progress-bar-dots {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgb(var(--gsc-free-shipping-bar-bg));
  transition: transform 0.25s ease-in-out;
}

.free-shipping-bar__progress--with-gradient .free-shipping-bar__progress-bar {
  background: linear-gradient(
    90deg,
    var(--gsc-background-color-100) 50%,
    rgba(var(--gsc-free-shipping-bar-color), 0.1) 0%
  );
  background-size: 4px 6px, 4px 0;
}

.free-shipping-bar__progress--with-gradient
  .free-shipping-bar__progress-bar-dots {
  background: var(--gsc-free-shipping-bar-gradient);
}

.cart-notification-popup {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: fixed;
  top: var(--gsc-header-height);
  right: 0;
  z-index: var(--gsc-cart-notification-popup-zIndex);
  width: 100%;
  transition: transform 0.25s ease-in-out;
  pointer-events: none;
}

.cart-notification-popup--under-header {
  top: var(--gsc-header-height);
}

.round-style .cart-notification-popup__body {
  border-radius: 0 0 var(--gsc-base-radii) var(--gsc-base-radii);
}

.cart-notification-popup.is-opened {
  pointer-events: all;
}

.cart-notification-popup__body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--gsc-background-color-100);
  box-shadow: -0.8rem 1.6rem 4.8rem rgb(20, 20, 22, 0.15);
  transform: translateY(-100%);
  transition: transform 0.25s ease-in-out;
  will-change: transform;
}

.cart-notification-popup.is-opened .cart-notification-popup__body {
  transform: translateY(0%);
}

/* content */

.cart-notification-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.6rem 1.2rem 2.4rem;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}

.cart-notification-popup__content {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  padding: 2.4rem 4rem;
}

.cart-notification-popup__header-title {
  text-transform: uppercase;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.cart-notification-popup__form {
  display: flex;
  padding: 2rem;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}

.cart-notification-popup__form-button {
  flex: 1;
}

.cart-notification-popup-item {
  display: flex;
  padding: 2rem;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}

.cart-notification-popup-item__checkmark-with-chevron {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cart-notification-popup-item__discounts {
  margin: 1.2rem 0 0;
}

.cart-notification-popup-item__link {
  position: relative;
  width: 8rem;
}

.cart-notification-popup-item__image {
  border-radius: var(--gsc-base-radii);
  overflow: hidden;
}

.cart-notification-popup-item__option {
  margin-top: 0.4rem;
  color: var(--gsc-text-color-80);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
}

.cart-notification-popup-item__option:empty {
  display: none;
}

.cart-notification-popup-item__name {
  position: relative;
  color: var(--gsc-text-color-100);
  font-family: var(--gsc-product-card-title-font-family);
  font-style: var(--gsc-product-card-title-font-style);
  text-decoration: none;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-product-card-title-font-weight);
}

.cart-notification-popup-item__name-label {
  border-bottom: 1px solid var(--gsc-text-color-0);
  transition: border-color 0.2s ease-in-out;
}

.cart-notification-popup-item__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.6rem;
  font-size: var(--gsc-fz-11);
  line-height: var(--gsc-lh-4);
  font-weight: var(--gsc-font-weight-bold);
}

.cart-notification-popup-item__price-item--small {
  opacity: 0.35;
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-15);
  font-weight: var(--gsc-font-weight-medium);
}

.cart-notification-popup-item__price-item--old {
  text-decoration: line-through;
  margin-left: 0.4rem;
}

.cart-count:empty {
  display: none;
}

.cart-count {
  position: absolute;
  top: -5px;
  left: calc(100% - 11px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  height: 1.6rem;
  padding: 0 0.4rem;
  color: var(--gsc-header-cart-icon-text-color);
  background-color: var(--gsc-header-cart-icon-background-color);
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: var(--gsc-font-weight-bold);
}

.cart-count--ellipse {
  border-radius: 8px;
}

.cart-item__option:empty {
  display: none;
}

.cart-item {
  display: block;
  align-items: center;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.25s linear;
}

.cart-item.is-new {
  max-height: 0;
}

.cart-item__checkmark-with-chevron {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cart-item__body {
  border-top: 1px solid transparent;
}

.cart-item__name {
  position: relative;
  color: var(--gsc-text-color-100);
  font-weight: var(--gsc-product-card-title-font-weight);
  font-size: var(--gsc-fz-12);
  font-family: var(--gsc-product-card-title-font-family);
  font-style: var(--gsc-product-card-title-font-style);
  line-height: var(--gsc-lh-5);
  text-decoration: none;
}

.cart-item__name-label {
  border-bottom: 1px solid var(--gsc-text-color-0);
  transition: border-color 0.2s ease-in-out;
}

.cart-item__grid {
  position: relative;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}

.cart-item__product {
  display: flex;
  align-items: center;
  width: 50%;
}

.cart-item__price-wrap {
  display: none;
}

.cart-item__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  font-size: var(--gsc-fz-11);
  line-height: var(--gsc-lh-4);
  font-weight: var(--gsc-font-weight-bold);
}

.cart-item__price-item--small {
  opacity: 0.35;
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-15);
  font-weight: var(--gsc-font-weight-medium);
}

.cart-item__price-item--old {
  text-decoration: line-through;
}

.cart-item__price--column {
  flex-flow: column;
  align-items: flex-end;
}

.cart-item__totals {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cart-item__image-wrapper {
  border-radius: var(--gsc-base-radii);
}

.cart-item__option {
  display: flex;
  flex-wrap: wrap;
  color: var(--gsc-text-color-80);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-normal);
}

.cart-item__info {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  margin: 0 0 1.6rem;
  padding-right: 2.4rem;
  row-gap: 0.4rem;
}

.cart-item__cost-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 1.6rem;
}

.cart-item__cost-wrap--medium {
  align-items: flex-start;
  min-height: 4.2rem;
}

.cart-item__cost-wrap--large {
  align-items: flex-start;
  min-height: 6rem;
}

.cart-item__info--hide-mobile {
  display: none;
}

.cart-item__remove-button {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.cart-item__remove-button-icon {
  width: 2.4rem;
  height: 2.4rem;

  opacity: 0.35;
}

.cart-item__link {
  position: relative;
  flex-shrink: 0;
  width: 10.8rem;
}

.cart-item__pay-info {
  display: flex;
  flex: 1;
  flex-flow: column;
  margin: 0 0 0.8rem;
  overflow: hidden;
}

.cart-item__discounts {
  margin: 1.2rem 0 0;
}

.cart-item__totals-loading-spinner {
  display: none;
  width: 2.4rem;
  height: 2.4rem;

  margin: 0.4rem 0;
}

.cart-item__totals[is-loading] .cart-item__totals-price {
  display: none;
}

.cart-item__totals[is-loading] .cart-item__totals-loading-spinner {
  display: block;
}

.cart-item-quantity {
  display: flex;
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
  height: 3.2rem;
}

.cart-item-quantity--with-rounded-buttons {
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
}

.cart-item-quantity__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gsc-foreground-color-100);
  border-radius: var(--gsc-cart-item-quantity-button-radii, 0);
  border: none;
  cursor: pointer;
  width: 3.2rem;
  height: 3.2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: var(--gsc-text-color-100);
}

.cart-item-quantity__button-icon {
  width: 2.4rem;
  height: 2.4rem;
}

.cart-item-quantity__input {
  width: 100%;
  padding: 0;
  color: var(--gsc-text-color-100);
  text-align: center;
  background-color: var(--gsc-foreground-color-100);
  border: none;
  border-radius: 0;
  border-radius: var(--gsc-cart-item-quantity-button-radii, 0);
  width: 4.6rem;
  height: 3.2rem;
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-16);
  font-weight: var(--gsc-font-weight-medium);
}

.cart-item-quantity__input:focus-visible {
  outline: none;
}

.cart-item-quantity__input::-webkit-outer-spin-button,
.cart-item-quantity__input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

.cart-item-quantity__input[type='number'] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.cart-item-quantity__input,
.cart-item-quantity__button {
  height: 100%;
}

.cart-item-quantity__button[disabled] {
  cursor: not-allowed;
}

.cart-item-quantity__button[disabled]:active {
  pointer-events: none;
}

.cart-item-quantity__button[disabled] .cart-item-quantity__button-icon {
  opacity: 0.35;
}

.cart-order-notes[data-aria-expanded='true'] {
  padding: 0;
  border-bottom-color: transparent;
}

.cart-order-notes__accordeon-btn {
  padding: 2rem 0rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.cart-order-notes__textarea {
  width: 100%;
  height: 12rem;
  background: transparent;
  resize: none;
}

.cart__in-cart-related-products {
  display: none;
  position: relative;

  --gsc-slide-width: 41.5%;
  --gsc-space-between-cards: 1.2rem;
}

.cart__in-cart-related-products--with-background {
  padding: 2rem;
  background: var(--gsc-background-color-100);
  overflow: hidden;
}

.round-style .cart__in-cart-related-products--with-background {
  border-radius: var(
    --gsc-base-radii,
    0
  );
}

.cart__in-cart-related-viewport {
  border-radius: 0;
}

.cart__in-cart-related-products-slide {
  min-width: var(--gsc-slide-width);
  width: var(--gsc-slide-width);
}

.cart__in-cart-related-btn {
  width: 4rem;
  height: 4rem;
}

.cart__in-cart-related-btn-wrap {
  padding-left: var(--gsc-space-between-cards);
}

.cart__in-cart-related-btn--prev {
  left: 1.2rem;
}

.cart__in-cart-related-btn--next {
  right: 1.2rem;
}

.cart__in-cart-related-products[is-ready] {
  display: block;
}

.cart__in-cart-related-products-heading {
  margin-bottom: 2rem;
}

.cart__in-cart-related-products-heading--with-left-alignment {
  text-align: left;
}

.cart__in-cart-related-products-heading--with-center-alignment {
  text-align: center;
}

.cart-buttons {
  display: flex;
  align-items: center;
  flex-flow: column;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  row-gap: 1.2rem;
}

.cart-buttons__btn {
  width: 100%;
  padding: 1.3rem;
}

.cart-subtotal {
  width: 100%;
}

.cart-subtotal__totals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}

.cart-subtotal__items {
  display: flex;
  flex-flow: column;
  row-gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.cart-subtotal__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-subtotal__item-name {
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-16);
  font-weight: font-weight: var(--gsc-font-weight-medium);
}

.cart-subtotal__item-amount {
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-16);
  font-weight: var(--gsc-font-weight-bold);
}

.cart-subtotal__taxes {
  margin: 1.2rem 0 0;
  color: var(--gsc-text-color-80);
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-15);
  font-weight: var(--gsc-font-weight-medium);
}

.cart-subtotal__accordeon-content {
  padding: 0 2.4rem 2.4rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.cart-subtotal__discounts {
  display: flex;
  flex-flow: column;
  row-gap: 0.8rem;
}

.cart-items__header {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 0 0 4rem;
}

.cart-items__header-product-count {
  margin: 1.6rem 0 0;
  color: var(--gsc-text-color-70);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.cart-items__params {
  display: none;
}

.cart-warning {
  padding: 13.2rem 0;
  text-align: center;
}

.cart-warning__title {
  margin: 0 0 2.4rem;
}

.cart {
  display: block;
  color: var(--gsc-text-color-100);
  background: var(--gsc-background-color-100);
}

.cart .cart-item + .cart-item .cart-item__body {
  padding: 2rem 0 0;
}

.round-style .cart__in-cart-banner {
  border-radius: var(--gsc-base-radii);
  overflow: hidden;
}

.cart__blocks {
  display: flex;
  flex-flow: column;
  row-gap: 4.8rem;
}

.cart__block {
  display: block;
}

.cart__block:empty {
  display: none;
}

.cart.is-empty .cart__free-shipping-bar {
  display: none;
}

.cart__block .timer-block,
.cart__block .timer-block .timer__unit {
  border-radius: var(--gsc-base-radii);
}

.cart__free-shipping-bar {
  display: block;
  margin-bottom: 4rem;
}

.cart__related-products-preloader {
  position: absolute;
  background: transparent;
}

.in-cart-banner {
  position: relative;
}

.in-cart-banner__overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.in-cart-banner__content {
  display: flex;
  flex-flow: column;
  row-gap: 2rem;
  color: var(--gsc-text-color-100);
  background: var(--gsc-background-color-100);
}

.in-cart-banner__content,
.cart-drawer .in-cart-banner__content {
  padding: 2.8rem 2rem;
}

.in-cart-banner__content--with-left-alignment {
  align-items: flex-start;
  text-align: left;
}

.in-cart-banner__content--with-center-alignment {
  align-items: center;
  text-align: center;
}

.in-cart-banner__content-info {
  display: flex;
  flex-flow: column;
  row-gap: 1.2rem;
}

.in-cart-banner__subheading {
  color: var(--gsc-text-color-80);
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-7);
  font-weight: var(--gsc-font-weight-semibold);
}

.in-cart-banner__heading {
}

.in-cart-banner__text {
  color: var(--gsc-text-color-80);
}

.scrolling-text__inner-container {
  height: var(--gsc-section-height);
  color: var(--gsc-text-color-100);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow-x: clip;
  border-radius: var(--gsc-base-radii, 0);
}

.scrolling-text__inner-container--without-raduis {
  border-radius: 0;
}

.scrolling-text__inner-container--with-overflow {
  /* overflow: visible; */
}

.round-style .scrolling-text__background {
  border-radius: var(--gsc-base-radii, 0);
}

.scrolling-text-section {
  display: block;
  background-color: var(--gsc-background-color-100);
}

.scrolling-text__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.scrolling-text__background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.scrolling-text__background-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(
    var(--gsc-black-color),
    var(--gsc-section-background_img_opacity)
  );
}

.scrolling-text__inner-container--parallel {
  position: relative;
  transform: rotate(var(--gsc-section-rotation)) translateX(-10%);
  min-width: 125%;
  z-index: 2;

  top: var(--gsc-section-translate-when-inclined);
}

.scrolling-text__inner-container--parallel .block-wrapper:not(:first-of-type) {
  margin-top: -1px;
}

.block-wrapper {
  color: var(--gsc-section-text-color);
  position: relative;
  display: flex;
  align-items: center;
  background: var(--gsc-section-background);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  overflow-x: clip;
  z-index: 2;
}

.block-wrapper--crossed {
  position: absolute;
  width: 120%;
  top: 50%;
  left: 50%;
  transform-origin: var(--gsc-section-transform-origin) 0;
  transform: rotate(var(--gsc-section-rotate-degree)) translate(-50%, -50%);
  overflow-x: clip;
}

.block-wrapper[data-is-rendered='true'] {
  opacity: 1;
}

.scrolling-text__item-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.scrolling-text {
  padding: calc(var(--gsc-section-top-and-bottom-spacing) / 2)
    calc(var(--gsc-section-spacing-between-messages) / 4);

  display: flex;
  align-items: center;
  gap: calc(var(--gsc-section-spacing-between-messages) / 2);

  position: relative;
}

.scrolling-text--animated {
  display: flex;
}

.scrolling-text--animated {
  animation: var(--gsc-section-scrolling-direction)
    var(--gsc-section-scrolling-speed) linear infinite;
}

.scrolling-text__outer-container {
  padding-top: var(--gsc-section-spacing-top);
  padding-bottom: var(--gsc-section-spacing-bottom);
}

.scrolling-text--with-heading-font {
  font-weight: var(--gsc-headings-font-weight);
  font-family: var(--gsc-headings-font-family);
  font-style: var(--gsc-headings-font-style);
}

.scrolling-text--with-body-font {
  font-family: var(--gsc-body-font-family);
  font-weight: var(--gsc-body-font-weight);
  font-style: var(--gsc-body-font-style);
}

.scrolling-text__text {
  font-size: max(1.6rem, calc(var(--gsc-section-mobile-font-size) / 2));
  letter-spacing: calc(var(--gsc-section-letter-spacing) / 2);
  color: var(--gsc-section-text-color);
  white-space: nowrap;
  line-height: 1;
}

.scrolling-text__text--color-gradient {
  background: var(--gsc-section-text-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.scrolling-text__text--font-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: var(--gsc-section-text-color);
}

.scrolling-text__text--font-outline.scrolling-text__text--color-gradient,
.scrolling-text__text--font-outline .scrolling-text__text--color-gradient {
  color: var(--gsc-section-background);
  -webkit-text-fill-color: var(--gsc-section-background);
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: transparent;
}

.scrolling-text__url {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.scrolling-text__icon {
  width: max(2.4rem, calc(var(--gsc-section-icon-size) / 2));
  height: max(2.4rem, calc(var(--gsc-section-icon-size) / 2));
  -o-object-fit: contain;
     object-fit: contain;
}

.scrolling-text__icon--with-custom-ratio {
  height: unset;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1 / var(--gsc-custom-image-ratio);
}

.gradient {
  width: 0;
  height: 0;
}

.scrolling-text__icon--with-gradient path {
  stroke: url(#stripes);
}

@keyframes right_to_left {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes left_to_right {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}

@keyframes pinPulse {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }

  50% {
    transform: scale(3.2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}

.hotspots {
  display: block;
  color: var(--gsc-text-color-100);
  background: var(--gsc-background-color-100);

  --gsc-vertical-product-card-image-radii: var(
    --gsc-hotspots-vertical-product-card-image-radii
  );
}

.hotspots__container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  justify-content: space-between;
}

.hotspots__content {
  display: flex;
  flex-direction: column;
  margin: auto 0;
  overflow: hidden;
}

.hotspots__content--constrained {
  max-width: 38.4rem;
}

.hotspots__content > * + * {
  margin: 1.2rem 0 0;
}

.hotspots__content > * + .hotspots__body {
  margin: 1.6rem 0 0;
}

.hotspots__content--with-left-alignment {
  align-self: flex-start;
  text-align: left;
}

.hotspots__content--with-right-alignment {
  align-self: flex-end;
  text-align: right;
}

.hotspots__content--with-center-alignment {
  align-self: center;
  text-align: center;
}

.hotspots__content--constrained {
  max-width: 38.4rem;
}

.hotspots__body {
  color: var(--gsc-text-color-80);
}

.hotspots__wrapper {
  width: 100%;
  height: var(--gsc-height);
  display: block;
  position: relative;
}

.hotspots__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.round-style .hotspots__image-wrapper {
  border-radius: var(--gsc-base-radii, 0);
  overflow: hidden;
}

.hotspots__image-wrapper--desktop {
  display: none;
}

.hotspots__pins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hotspots__pin-wrapper--desktop {
  display: none;
}

.hotspots__pin-wrapper {
  position: absolute;
  top: calc(var(--gsc-hotspots-pin-vertical-position) - 2rem);
  left: calc(var(--gsc-hotspots-pin-horizontal-position) - 2rem);
}

.hotspots__card-fix-height-wrapper {
  display: flex;
  flex-flow: column;
}

.hotspots__card-fix-height-wrapper--with-left-alignment {
  text-align: left;
  align-items: flex-start;
}

.hotspots__card-fix-height-wrapper--with-center-alignment {
  text-align: center;
  align-items: center;
}

.hotspots__pin {
  position: relative;
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(var(--gsc-pin-outer-color), 0.25);
  cursor: pointer;
}

.hotspots__pin:after {
  content: '';
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  transform: translate(-50%, -50%);
  background-color: rgba(var(--gsc-pin-inner-color));
  border-radius: 50%;
}

.hotspots__pin:before {
  content: '';
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  bottom: 1.2rem;
  right: 1.2rem;
  background-color: rgba(var(--gsc-pin-inner-color));
  border-radius: 50%;
  pointer-events: none;
}

.hotspots__pin:before {
  animation: pinPulse 1.8s ease-in-out infinite;
}

.hotspots__pin:after,
.hotspots__pin:before {
  transition: transform 0.2s linear;
}

.hotspots[animation-state='pause'] .hotspots__pin:after,
.hotspots[animation-state='pause'] .hotspots__pin:before {
  animation: none;
}

.hotspots__float-element {
  position: fixed;
  z-index: 10;
  display: block;
  top: 0;
  left: 0;
  z-index: 9999;
  filter: drop-shadow(0px 8px 48px var(--gsc-text-color-15));
  overflow: hidden;
}

.hotspots .vertical-product-card__info {
  padding-bottom: 1.2rem;
}

.hotspots .vertical-product-card__inner {
  margin-bottom: 2rem;
}

.round-style .hotspots__float-element {
  border-radius: var(--gsc-base-radii, 0);
}

.hotspots .horizontal-product-card {
  --gsc-horizontal-product-card-radii: var(--gsc-base-radii, 0);
}

.hotspots__float-element--vertical-product {
  background: var(--gsc-background-color-100);
}

.hotspots__float-element {
  display: block;
}

.hotspots__float-element--product {
  width: 34rem;
}

.hotspots__modal {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  transition: transform 0.25s ease-in-out;

  --gsc-close-size: 5.6rem;
}

.hotspots__modal-body {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-height: 100%;
  transform: translateY(100%);
  transition: transform 0.25s ease-in-out;
  pointer-events: none;
}

.hotspots__modal-content {
  display: flex;
  background: var(--gsc-background-color-100);
  flex: 1;
}

.hotspots__modal-content .hotspots__card-fix-height-wrapper {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

.round-style .hotspots__modal-content {
  border-radius: var(--gsc-base-radii, 0) var(--gsc-base-radii, 0) 0 0;
  overflow: hidden;
}

.hotspots__modal.is-opened .hotspots__modal-body {
  transform: translateY(0);
  pointer-events: all;
}

.hotspots__card--icon {
  --gsc-icon-size: calc(var(--gsc-card-img-size) * 1px);
}

.hotspots__card-fix-height-wrapper--pin-icon,
.hotspots__card-fix-height-wrapper--pin-image {
  padding: 2.1rem 2rem;
  background-color: var(--gsc-background-color-100);
}

.hotspots__card-fix-height-wrapper {
  position: relative;
}

.hotspots__card-link-over {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.hotspots__card-media-wrapper {
  display: block;
  width: var(--gsc-card-img-size);
  max-width: 100%;
  overflow: hidden;
}

.round-style .hotspots__card-media-wrapper {
  border-radius: var(--gsc-hotspots-card-image-radii);
  overflow: hidden;
}

.hotspots__card-media-wrapper + * {
  margin-top: 2rem;
}

.hotspots__card-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.hotspots__card-icon {
  width: calc(var(--gsc-card-img-size) * 1px);
  height: auto;
  margin-bottom: 1.6rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.hotspots__card-title {
  max-width: 100%;
  overflow: hidden;
}

.hotspots__card-title + .hotspots__card-body {
  margin-top: 0.8rem;
}

.hotspots__card-body {
  color: var(--gsc-text-color-80);
}

.hotspots__card-link {
  display: inline-flex;
  margin-top: 1.6rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.hotspots__card-close-wrapper {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
}

.hotspots__card-close {
  position: relative;
  display: block;
  width: var(--gsc-close-size);
  height: var(--gsc-close-size);
  padding: 0;
  border-radius: 50%;
  border: none;
  background-color: var(--gsc-background-color-100);
}

.hotspots__card-close:before,
.hotspots__card-close:after {
  content: '';
  position: absolute;
  width: 1.6rem;
  height: 0.2rem;
  top: 50%;
  left: 50%;
  background-color: var(--gsc-text-color-100);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hotspots__card-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.product-breadcrumbs {
  background: var(--gsc-background-color-100);
}

.product-breadcrumbs-block {
  display: block;
  color: var(--gsc-text-color-80);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.popup {
  position: fixed;
  inset: 0;
  pointer-events: none;
  transition: transform 0.75s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: var(--gsc-popup-base-zIndex);

  --gsc-image-width: 320px;
}

.popup--flyout {
  transform: translateY(100%);
  z-index: var(--gsc-popup-flyout-zIndex);
}

.popup--flyout.is-opened {
  transform: translateY(0%) translateX(0%);
}

.popup__body {
  display: flex;
  flex-flow: column nowrap;
  overflow-y: auto;
  color: var(--gsc-text-color-100);
  background-color: var(--gsc-background-color-100);
  border-radius: var(--gsc-base-radii);
  outline: none;
  pointer-events: all;
  max-height: 100%;
  transition: width 0.5s ease, padding 0.5s ease;
}

.popup__close-button {
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--gsc-white-color-25);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  top: 1.6rem;
  right: 1.6rem;
  transition: opacity 0.2s ease-in-out;
  z-index: 2;
  animation: 1s close-btn-fade-in;
  opacity: 0;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  width: 3.6rem;
  height: 3.6rem;
}

@keyframes close-btn-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.popup__close-button .close-button-with-scale-hover {
  opacity: 0.67;
  width: 2.8rem;
  height: 2.8rem;
}

.popup--flyout .popup__body {
  box-shadow: 0 1.6rem 4.8rem 0 var(--gsc-black-color-20);
}

.popup__content-container {
  position: relative;
  inset: 0;
  transition: padding 0.5s ease;
  z-index: 1;
  width: 100%;
  max-width: calc(var(--gsc-desktop-width) + var(--gsc-image-width));
}

.popup__content {
  padding: 2.8rem;
  background-color: var(--gsc-background-color-100);
  width: 100%;
}

.popup--with-image-on-background .popup__content {
  background-color: unset;
  width: 100%;
}

.popup__media-container {
  height: 0;
}

.popup--show-image .popup__media-container {
  height: 320px;
  width: 100%;
  transition: height 0.5s ease;
}

.popup__media {
  width: 100%;
  height: 100%;
}

.popup--show-image .popup--with-image-on-background .popup__media-container {
  transition: none;
}

.popup--with-image-on-background .popup__media-container {
  position: absolute;
  inset: 0;
  height: auto;
}

.popup__subheading {
  color: var(--gsc-text-color-80);
  text-align: var(--gsc-content-align);
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: var(--gsc-font-weight-semibold);
}

.popup__heading {
  text-align: var(--gsc-content-align);
  margin-top: 1.6rem;
}

.popup__heading--success {
  margin-top: 3.2rem;
}

.popup__checkmark {
  display: flex;
  justify-content: center;
}

.popup__body-text {
  color: var(--gsc-text-color-80);
  text-align: var(--gsc-content-align);
  margin-top: 1.6rem;
}

.popup__btns-wrapper {
  margin: 2.4rem 0;
  display: flex;
  justify-content: var(--gsc-content-align);
}

.popup__btns-wrapper--one-btn {
  margin: 1.6rem 0 2.4rem;
  display: flex;
  justify-content: var(--gsc-content-align);
}

.popup__content > *:first-child {
  margin-top: 0;
}

.popup__content > *:last-child {
  margin-bottom: 0;
}

.popup__btns {
  display: flex;
  flex-flow: row wrap;
  justify-content: var(--gsc-content-align);
  width: 100%;
  max-width: 44rem;
  overflow: hidden;
  gap: 1.6rem;
}

.popup__btn {
  flex: 1;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 100%;
  word-break: break-word;
}

.popup__btn-link {
  display: flex;
  justify-content: center;
  flex: 1;
  min-height: 4.8rem;
  max-width: 50%;
  overflow: hidden;
}

.popup__btn-link .link__text {
  min-width: -moz-max-content;
  min-width: max-content;
}

.popup__discount {
  display: flex;
  justify-content: var(--gsc-content-align);
  margin: 3.2rem 0;
}

.popup__discount--success {
  margin: 2.8rem 0 2.4rem;
}

.popup__btn-discount {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 1;
  max-width: min(100%, 44rem);
  padding: 1.3rem 2rem;
  gap: 1rem;
  color: var(--gsc-text-color-100);
  background: var(--gsc-text-color-5);
  border: 1px dashed var(--gsc-text-color-35);
  border-radius: var(--gsc-base-radii);
  cursor: pointer;
}

.popup__btn-discount-label {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: var(--gsc-font-weight-bold);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.popup__discount .copy-icon {
  width: 2rem;
  height: ;
}

.popup__timer {
  margin: 2.4rem 0;
}

.popup__timer .timer--with-background-separate-and-solid .timer__unit {
  background: var(--gsc-foreground-color-100);
}

.popup__timer .timer--with-background-common-and-solid {
  background: var(--gsc-foreground-color-100);
}

.popup__field {
  display: flex;
  justify-content: var(--gsc-content-align);
  margin-top: 2.4rem;
}

.popup__field-content {
  position: relative;
  max-width: 44rem;
  flex: 1;
}

.popup__disclaimer {
  color: var(--gsc-text-color-80);
  text-align: var(--gsc-content-align);
  font-size: 1.3rem;
  line-height: 2rem;
  margin-top: 1.6rem;
}

.popup__social-list {
  display: flex;
  justify-content: var(--gsc-content-align);
  gap: 2rem;
  margin-top: 3.2rem;
}

.popup__social-list .social-list__item-link {
  width: 2rem;
  height: 2rem;
}

.popup--active .popup__body {
  animation: popup-in 750ms ease;
}

.popup--closing .popup__body {
  animation: popup-out 750ms ease;
}

@keyframes popup-in {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes popup-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.popup-age-verifier {
    z-index: var(--gsc-age-verifier-zIndex);
}

.popup-age-verifier .popup__body {
    position: relative;
    max-width: calc(100% - 2.4rem);
}

.popup-cookie {
    z-index: var(--gsc-popup-base-zIndex);
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
}

.popup-cookie .popup__body {
    position: fixed;
    inset: auto 1.2rem 1.2rem;
    box-shadow: 0 1.6rem 4.8rem 0 var(--gsc-black-color-20);
}

.popup-cookie.is-opened {
    transform: translateY(0%);
}

.popup-cookie .popup__heading {
    margin-top: 0;
}

.popup-cookie .popup__btn:first-child:last-child {
    flex: unset;
}

.popup-promo .popup__body {
    position: relative;
    max-width: calc(100% - 2.4rem);
}

.popup-signup .popup__body {
  position: relative;
  max-width: calc(100% - 2.4rem);
}

.popup-signup .popup__btns-wrapper:first-child {
  margin-top: 0;
}

.popup-signup .popup__btns-wrapper:last-child {
  margin-bottom: 0;
}

@keyframes pinPulse {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }

  50% {
    transform: scale(3.2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}

.lookbook {
  display: block;
  color: var(--gsc-text-color-100);
  background: var(--gsc-background-color-100);
}

.lookbook__title {
  text-align: var(--gsc-lookbook-heading-alignment);
}

.lookbook__subtitle {
  color: var(--gsc-text-color-80);
  margin: 2rem 0 0;
  text-align: var(--gsc-lookbook-heading-alignment);
}

.lookbook__image-wrapper {
  position: relative;
}

.lookbook__mobile-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.lookbook__desktop-content {
  display: none;
}

.round-style .lookbook__image-wrapper {
  border-radius: var(--gsc-base-radii, 0);
  overflow: hidden;
}

.lookbook__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}

.lookbook__pin {
  position: absolute;
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(var(--gsc-pin-outer-color), 0.25);
  cursor: pointer;
}

.lookbook__pin {
  top: calc(var(--gsc-lookbook-pin-vertical-position) - 2rem);
  left: calc(var(--gsc-lookbook-pin-horizontal-position) - 2rem);
}

.lookbook__pin::after {
  content: '';
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  transform: translate(-50%, -50%);
  background-color: rgba(var(--gsc-pin-inner-color));
  border-radius: 50%;
}

.lookbook__pin::before {
  content: '';
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  bottom: 1.2rem;
  right: 1.2rem;
  background-color: rgba(var(--gsc-pin-inner-color));
  border-radius: 50%;
  pointer-events: none;
}

.lookbook__pin::before {
  animation: pinPulse 1.8s ease-in-out infinite;
}

.lookbook__pin::after,
.lookbook__pin::before {
  transition: transform 0.2s linear;
}

.lookbook[animation-paused] .lookbook__pin::after,
.lookbook[animation-paused] .lookbook__pin::before {
  animation: none;
}

.lookbook__pin-default {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 5.2rem;
  height: 5.2rem;
  background-color: var(--gsc-white-color-25);
}

.lookbook__pin-default-icon-wrapper {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--gsc-white-color-100);
  border-style: hidden;
}

.lookbook__pin-default-icon {
  width: 2.8rem;
  height: 2.8rem;
}

.lookbook__products-grid {
  display: grid;
  gap: var(--gsc-space-between-cards);
  grid-template-columns: repeat(2, 1fr);
}

.lookbook__carousel-viewport {
  border-radius: 0;
}

.lookbook__card-carousel--slideshow > .lookbook__carousel-viewport {
  overflow: hidden;
}

.lookbook__card-carousel--slideshow .card-carousel__slide {
  min-width: 100%;
}

.lookbook .horizontal-product-card {
  padding: 0;
}

.lookbook .lookbook__product-card {
  transition: opacity 0.3s ease-in-out;
}

.lookbook__product-card[not-highlighted] {
  opacity: 0.2;
}

.lookbook__card-carousel--slideshow .lookbook__product-card[not-highlighted],
.lookbook__modal .lookbook__product-card[not-highlighted] {
  opacity: 1;
}

.lookbook .horizontal-product-card__image-wrapper {
  border-radius: var(--gsc-horizontal-product-card-radii, 0);
}

.lookbook .card-carousel__position-btn-wrap {
  width: calc(var(--gsc-slide-width));
  min-width: calc(var(--gsc-slide-width));
}

.lookbook__modal {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  transition: transform 0.25s ease-in-out;
}

.lookbook__modal-body {
  width: 100%;
  max-height: 100%;
  transform: translateY(100%);
  transition: transform 0.25s ease-in-out;
  pointer-events: none;
}

.lookbook__modal-content {
  background: var(--gsc-background-color-100);
  padding: 2rem;
}

.lookbook__modal-header {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lookbook__modal-header-title {
  font-style: normal;
  text-transform: uppercase;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.lookbook__modal-close-btn {
  position: relative;
  display: block;
  width: 2rem;
  height: 2.4rem;
  padding: 0;
  border: none;
}

.lookbook__modal-close-btn::before,
.lookbook__modal-close-btn::after {
  content: '';
  position: absolute;
  width: 1.6rem;
  height: 0.2rem;
  top: 50%;
  left: 50%;
  background-color: var(--gsc-text-color-100);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lookbook__modal-close-btn::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.round-style .lookbook__modal-content {
  border-radius: var(--gsc-base-radii, 0) var(--gsc-base-radii, 0) 0 0;
  overflow: hidden;
}

.lookbook__modal.is-opened .lookbook__modal-body {
  transform: translateY(0);
  pointer-events: all;
}

.lookbook__container {
  display: flex;
  flex-flow: column;
  gap: 4rem;
}

.lookbook__pin[is-selected]::after {
  transform: translate(-50%, -50%) scale(1.75);
}

.lookbook__wrapper {
  display: flex;
  flex-flow: column;
  gap: var(--gsc-lookbook-gap);
}

.map {
  display: block;
  color: var(--gsc-text-color-100);
  background: var(--gsc-background-color-100);
}

.map__inner-container {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  /* padding-inline: 0; */
}

.round-style .map__inner-container {
  /* padding-inline: var(--gsc-container-padding); */
}

.map__map-container {
  width: 100%;
  aspect-ratio: 1 / var(--gsc-map-mobile-ratio);
}

.round-style .map__map-container {
  width: unset;
  overflow: hidden;
  border-radius: var(--gsc-base-radii);
}

.map__map-container img {
  transition: opacity 0.2s ease-in-out;
}

.map__default-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.map__stores-container {
  max-width: 780px;
  padding-right: var(--gsc-container-padding);
  padding-left: var(--gsc-container-padding);
}

.container--with-aside-paddings .map__stores-container {
  padding-right: 0;
  padding-left: 0;
}

.map__heading {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}

.map__caption {
  line-height: var(--gsc-lh-16);
}

.map__heading--alignment-center {
  align-items: center;
  text-align: center;
}

.map__heading--alignment-right {
  align-items: flex-end;
  text-align: right;
}

.map__subtitle {
  font-weight: 400;
  color: var(--gsc-text-color-80);
}

.map__store-rte {
  color: var(--gsc-text-color-80);
}

.map__accordeon-plus-btn {
  padding-inline: 0;
  border-top: 1px solid var(--gsc-text-color-10);
}

.map__accordeon-plus-btn--first {
  border-top: none;
}

.map__accordeon-plus-btn--alone {
  border-bottom: 1px solid var(--gsc-text-color-10);
}

.map__accordeon-plus[data-aria-expanded='true'] {
  padding-bottom: 4rem;
}

.map__accordeon-plus[data-aria-expanded='true']
  .map__accordeon-plus-btn--alone {
  border-bottom: 1px solid transparent;
}

.map__accordeon-plus[data-aria-expanded='false']
  .map__accordeon-plus-btn--alone {
  transition: all 0.5s ease-in-out;
}

.map__accordeon-plus-content {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
  overflow: visible;
}

.map__store-images {
  flex: 1;
  min-width: 20rem;
}

.round-style .map__store-images {
  border-radius: var(--gsc-base-radii);
  overflow: hidden;
}

.map__carousel-viewport {
  position: relative;
}

.map__store-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.round-style .map__store-image {
  border-radius: var(--gsc-base-radii);
  overflow: hidden;
}

.map__store-details {
  flex: 1;
  min-width: 20rem;
}

.map__store-details--alignment-center {
  text-align: center;
}

.map__store-details--alignment-right {
  text-align: right;
}

.map__store-title {
  margin-bottom: 2.4rem;
  font-weight: 700;
}

.map__directions-btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 3.2rem;
}

.image-slider {
  display: block;
  color: var(--gsc-text-color-100);
  background-color: var(--gsc-background-color-100);

  --gsc-slide-width: 100%;
  --gsc-space-between-cards: 2rem;

  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.image-slider[visible] {
  opacity: 1;
}

.image-slider[without-arrows] .image-slider-slideshow__arrows {
  display: flex;
  pointer-events: all;
}

.image-slider-slideshow {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.image-slider__dots-carousel {
  padding-inline: 2rem;
}

.container--with-aside-paddings .image-slider__dots-carousel {
  padding-inline: 0;
}

.image-slider__image-wrapper {
  position: relative;
  border-radius: var(--gsc-base-radii, 0);
}

.image-slider__slide {
  min-width: 100%;
  position: relative;

  width: var(--gsc-slide-width);
  padding-left: var(--gsc-space-between-cards);
}

.image-slider__content-wrapper {
  display: flex;
  flex-direction: column;
}

.image-slider__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;

  position: relative;
}

.image-slider__content *:first-child {
  margin-top: 0;
}

.image-slider__dots-carousel .carousel__viewport {
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 2rem;
}

.image-slider__dots-carousel
  .image-slider-slideshow__arrows--with-center-alignment {
  display: flex;
  justify-content: center;
}

.image-slider__dots-carousel
  .image-slider-slideshow__arrows--with-right-alignment {
  display: flex;
  justify-content: flex-end;
}

.image-slider__content--with-center-alignment {
  align-items: center;
  text-align: center;
}

.image-slider__content--with-right-alignment {
  align-items: flex-end;
  text-align: right;
}

.image-slider__title {
  margin-top: 1.6rem;
}

.image-slider__text {
  margin-top: 1.6rem;
}

.image-slider__btn {
  margin-top: 2rem;
}

.image-slider-slideshow__arrows {
  display: flex;
  gap: 2rem;
}

.image-slider-slideshow__arrow {
  transition: opacity 0.25s ease-in-out;
  cursor: pointer;
}

.image-slider-slideshow__arrow[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}

.image-slider-slideshow__arrow[disabled]:active {
  pointer-events: none;
}

.image-slider__mock-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

/* __________ PROGRESS __________ */

.image-slider[with-progress-bar] .image-slider-slideshow {
  row-gap: 0;
}

.image-slider__image-carousel {
  order: 0;
}

.image-slider__progress-wrapper {
  order: 1;
}

.image-slider__dots-carousel {
  order: 2;
}

.image-slider__progress-wrapper .image-slider-slideshow__arrows {
  display: none;
}

.image-slider__progress-wrapper .progress-bar {
  --gsc-progress-bar-width: 0.1rem;
}

.image-slider__progress-wrapper {
  min-width: 100%;

  display: flex;
  gap: 3.6rem;

  margin: 3.2rem 0 3.6rem 0;

  padding-inline: 2rem;
}

.container--with-aside-paddings .image-slider__progress-wrapper {
  padding-inline: 0;
}

.image-slider__progress-bar-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.image-slider__progress-bar-dots {
  position: absolute;
  margin-top: 1px;
}

.image-slider__progress-bar-dots-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: visible;
}

.image-slider__progress-bar-dot {
}

.image-slider__progress-bar-dot-circle-outer {
}

.image-slider__progress-bar-dot-circle-inner {
}

.image-slider__progress-bar-dot {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.6rem;
  cursor: pointer;
  background-color: var(--gsc-background-color-100);

  max-width: 150px;
}

.image-slider__progress-bar-dot:hover
  .image-slider__progress-bar-dot-circle-inner {
  opacity: 1;
}

.image-slider__progress-bar-dot-circle-outer {
  height: 1.8rem;
  width: 1.8rem;
  background-color: var(--gsc-background-color-100);
  border: 1px solid transparent;
  border-radius: 50%;

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

  position: relative;

  transition: all 0.15s ease-in-out;
}

.image-slider__progress-bar-dot-circle-inner {
  height: 1rem;
  width: 1rem;
  background-color: var(--gsc-text-color-100);
  border-radius: 50%;

  opacity: 0.3;
  transition: all 0.15s ease-in-out;
}

.is-primary .image-slider__progress-bar-dot-circle-outer {
  border: 1px solid var(--gsc-text-color-100);
  background-color: var(--gsc-background-color-100);
}

.is-primary .image-slider__progress-bar-dot-circle-inner {
  opacity: 1;
}

.image-slider__progress-bar-dot--passed
  .image-slider__progress-bar-dot-circle-inner {
  opacity: 1;
}

.is-primary .image-slider__progress-bar-dot-label {
  opacity: 1;
}

.image-slider--desktop {
  display: none;
}

.image-slider--mobile {
  display: block;
}

/* __________ WITH-ROTATE __________ */

@keyframes move-forward {
  15% {
    opacity: 0.2;
    z-index: 0;
  }
  30% {
    transform: translate(35px, 20px) rotate(6deg);
    z-index: 0;
    opacity: 0;
  }
  50% {
    z-index: 0;
    opacity: 0;
  }
  51% {
    z-index: var(--gsc-back-z-index);
  }
  100% {
    opacity: 1;
    z-index: var(--gsc-back-z-index);
  }
}

@keyframes move-backward {
  15% {
    opacity: 0.3;
  }
  35% {
    opacity: 0;
  }
  45% {
    transform: translate(-45px, -20px) rotate(-6deg);
    z-index: 0;
    opacity: 0;
  }
  55% {
    z-index: 1;
    opacity: 0.1;
  }
  70% {
    z-index: 1;
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    z-index: 1;
  }
}

.image-slider-slideshow--with-rotate {
  padding-top: calc(var(--gsc-images-quantity) * 0.35rem);
}

.image-slider-slideshow--with-rotate .image-slider__image-carousel {
  position: relative;
  width: 100%;
  display: grid;
}

.container--with-aside-paddings .image-slider__image-carousel {
  padding-left: 0;
  padding-right: 0;
}

.image-slider[with-rotate-images] .image-slider__image-carousel {
  padding-left: calc(var(--gsc-images-quantity) * 0.35rem);
  padding-right: calc(var(--gsc-images-quantity) * 0.42rem);
  padding-bottom: 2rem;
}

.image-slider[with-rotate-images]
  .container--with-aside-paddings
  .image-slider__image-carousel {
  padding-left: calc(var(--gsc-images-quantity) * 0.3rem);
  padding-right: calc(var(--gsc-images-quantity) * 0.37rem);
  padding-bottom: 2rem;
}

.image-slider[with-rotate-images]
  .image-slider-slideshow--with-vertical-scroll
  .image-slider__image-carousel {
  padding-left: calc(var(--gsc-images-quantity) * 0.35rem);
  padding-right: calc(var(--gsc-images-quantity) * 0.35rem);
}

.image-slider[with-rotate-images]
  .container--with-aside-paddings
  .image-slider-slideshow--with-vertical-scroll
  .image-slider__image-carousel {
  padding-left: calc(var(--gsc-images-quantity) * 0.3rem);
  padding-right: calc(var(--gsc-images-quantity) * 0.3rem);
}

.image-slider[with-rotate-images].image-slider[with-progress-bar]
  .image-slider__image-carousel {
  padding-left: calc(var(--gsc-images-quantity) * 0.35rem);
  padding-right: calc(var(--gsc-images-quantity) * 0.42rem);
  padding-bottom: 2rem;
}

.image-slider[with-rotate-images].image-slider[with-progress-bar]
  .container--with-aside-paddings
  .image-slider__image-carousel {
  padding-left: calc(var(--gsc-images-quantity) * 0.27rem);
  padding-right: calc(var(--gsc-images-quantity) * 0.4rem);
  padding-bottom: 2rem;
}

.image-slider-slideshow--with-rotate .image-slider__image-wrapper {
  grid-area: 1 / -1;
  aspect-ratio: 1 / var(--gsc-img-ratio-with-rotate);
}

.image-slider-slideshow--with-rotate
  .image-slider__image-wrapper[animating-forward] {
  animation: move-forward 0.5s linear;
}

.image-slider-slideshow--with-rotate
  .image-slider__image-wrapper[animating-backward] {
  animation: move-backward 0.4s linear;
}

.image-slider-slideshow--with-rotate .image-slider__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--gsc-base-radii, 0);
}

.image-slider-slideshow--with-rotate .image-slider__dots-carousel {
  min-height: 100%;

  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 2.8rem;
}

.image-slider-slideshow--with-rotate .image-slider__content-wrapper {
  display: grid;
}

.image-slider-slideshow--with-rotate .image-slider__content {
  grid-area: 1 / -1;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  visibility: hidden;
  pointer-events: none;
}

.image-slider-slideshow--with-rotate .image-slider__title {
  transform-origin: -20px bottom;
  transform: translateY(10px) rotate(3deg);
  opacity: 0;
}

.image-slider-slideshow--with-rotate .image-slider__content[visible] {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.image-slider-slideshow--with-rotate
  .image-slider__content[visible]
  .image-slider__title {
  transition: transform 0.25s ease-in-out;
  transform: translateY(0) rotate(0);
  opacity: 1;
}

.image-slider-slideshow--with-rotate .progress-bar__indicator {
  transition: transform 0.25s ease-in-out;
}

/* ___________________ WITH VERTICAL SCROLL ___________________ */

.image-slider-section {
  overflow: var(--gsc-overflow);
}

.image-slider-slideshow--with-vertical-scroll--text {
  display: grid;
  align-items: flex-start;
}

.image-slider-slideshow--with-vertical-scroll.image-slider-slideshow--with-image-on-right-side
  .image-slider__image-carousel {
  order: 2;
}

.image-slider-slideshow--with-vertical-scroll--text
  .image-slider__image-carousel {
  position: sticky;
  top: 6%;
  width: 100%;

  display: grid;
  z-index: 2;
}

.image-slider-slideshow--with-vertical-scroll--text
  .image-slider__image-wrapper {
  width: 100%;
  grid-area: 1 / -1;
  aspect-ratio: 1 / var(--gsc-img-ratio-with-rotate);

  overflow: hidden;
}

.image-slider-slideshow--with-vertical-scroll--text
  .image-slider__image-wrapper
  .image-slider__image {
  transform: translateY(130%) scale(1.07);
}

.image-slider-slideshow--with-vertical-scroll--text
  .image-slider__image-wrapper[prev]
  .image-slider__image {
  transition: all 0.5s ease-in-out;
  transform: translateY(-50px) scale(1);
  filter: blur(4px) brightness(70%);
}

.image-slider-slideshow--with-vertical-scroll--text
  .image-slider__image-wrapper[visible]
  .image-slider__image {
  transition: all 0.5s ease-in-out;
  transform: translateY(0) scale(1.07);
}

.image-slider-slideshow--with-vertical-scroll--text
  .image-slider__image-wrapper[next]
  .image-slider__image {
  transition: all 0.5s ease-in-out;
  transform: translateY(130%) scale(1.07);
  opacity: 1;
}

.image-slider[with-rotate-images] .image-slider__image {
  transition: all 0.5s ease-in-out;
  transform: none !important;
  opacity: 1;
}

.image-slider-slideshow--with-vertical-scroll--text
  .image-slider__image-wrapper[animating-forward] {
  animation: move-forward 0.5s linear;
}

.image-slider-slideshow--with-vertical-scroll--text
  .image-slider__image-wrapper[animating-backward] {
  animation: move-backward 0.4s linear;
}

.image-slider-slideshow--with-vertical-scroll .image-slider__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--gsc-base-radii, 0);
}

.image-slider-slideshow--with-vertical-scroll--text
  .image-slider__dots-carousel,
.container--with-aside-paddings
  .image-slider-slideshow--with-vertical-scroll--text
  .image-slider__dots-carousel {
  max-width: 100%;
}

.image-slider-slideshow--with-vertical-scroll--text
  .image-slider__content-wrapper {
  justify-content: space-around;
  gap: 12.8rem;
}

.image-slider-slideshow--with-vertical-scroll--text .image-slider__content {
  justify-content: center;
}

/* ___________________ WITH VERTICAL SCROLL -- IMAGE___________________ */

.image-slider-slideshow--with-vertical-scroll--image {
  flex-direction: column-reverse;
}

.image-slider-slideshow--with-vertical-scroll--image
  .image-slider__dots-carousel {
  position: sticky;
  top: 12%;
  z-index: 3;
}

.image-slider-slideshow--with-vertical-scroll--image
  .image-slider__image-carousel {
  width: 100%;
  z-index: 2;
  display: grid;
  gap: 20rem;
}

.image-slider-slideshow--with-vertical-scroll--image
  .image-slider__image-wrapper {
  width: 100%;
  aspect-ratio: 1 / var(--gsc-img-ratio-with-rotate);
  overflow: hidden;
  opacity: 0.3;
  transition: opacity 0.25s ease-in-out;
}

.image-slider-slideshow--with-vertical-scroll--image
  .image-slider__image-wrapper[visible] {
  opacity: 1;
}

.image-slider-slideshow--with-vertical-scroll--image
  .image-slider__content-wrapper {
  position: sticky;
  top: 6%;
  display: grid;
  gap: 20rem;
  align-items: center;
}

.image-slider-slideshow--with-vertical-scroll--image .image-slider__content {
  justify-content: center;

  width: 100%;
  grid-area: 1 / -1;
  overflow: hidden;

  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
}

.image-slider-slideshow--with-vertical-scroll--image
  .image-slider__content[visible] {
  opacity: 1;
  pointer-events: all;
}

.featured-navigation-section-wrapper {
  position: relative;
  z-index: 2;
}

.featured-navigation {
  overflow: visible;
}

.featured-navigation-section {
  display: block;
  width: 100%;
  color: var(--gsc-text-color-100);
  background-color: var(--gsc-background-color-100);
  position: relative;
  z-index: 2;
}

.featured-navigation__container--with-heading-font {
  font-weight: var(--gsc-headings-font-weight);
  font-family: var(--gsc-headings-font-family);
  font-style: var(--gsc-headings-font-style);
}

.featured-navigation__container--with-body-font {
  font-family: var(--gsc-body-font-family);
  font-weight: var(--gsc-body-font-weight);
  font-style: var(--gsc-body-font-style);
}

.featured-navigation__container--with-aside-paddings {
  padding-inline: var(--gsc-container-padding);
}

.featured-navigation__item-wrapper {
  width: 100%;
  text-align: center;
  position: relative;

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

.featured-navigation__item-wrapper .block-wrapper {
  position: absolute;
  opacity: 0;
  transition: none;
  max-width: 100%;
  pointer-events: none;
}

.featured-navigation__item-wrapper .block-wrapper--with-scroll-always {
  z-index: 0;
}

.featured-navigation__item-wrapper
  .block-wrapper--with-scroll-always[data-is-rendered='true'] {
  opacity: 1;
}

.featured-navigation__item-wrapper:hover .block-wrapper--with-scroll-always {
  z-index: 3;
}

.featured-navigation__item-wrapper:hover .featured-navigation__btn {
  z-index: 3;
}

.featured-navigation__item-wrapper--with-top-border {
  border-top: 1px solid var(--gsc-border-color-100);
}

.featured-navigation__item-wrapper--with-bottom-border {
  border-bottom: 1px solid var(--gsc-border-color-100);
}

.featured-navigation__link {
  pointer-events: none;
}

.featured-navigation__link-text {
  text-decoration: none;
  font-size: max(1.6rem, calc(var(--gsc-section-mobile-font-size) / 2));
  letter-spacing: var(--gsc-section-letter-spacing);

  display: block;
  width: 100%;
  padding-top: var(--gsc-section-top-and-bottom-spacing);
  padding-bottom: var(--gsc-section-top-and-bottom-spacing);

  opacity: 1;
  pointer-events: none;
}

.featured-navigation__link-text--with-scroll-always {
  opacity: 0;
}

.featured-navigation__link-image {
  width: 144px;
  height: 196px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--gsc-base-radii, 0);

  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  /* z-index: 1; */
  opacity: 0;
  pointer-events: none;

  box-shadow: -12px 16px 64px 0px rgba(0, 0, 0, 0.15);
}

.featured-navigation__link-image.featured-navigation__link-image--with-custom-ratio {
  height: unset;
  aspect-ratio: 1 / var(--gsc-custom-image-ratio);
}

.featured-navigation__link-image--active {
  opacity: 1;
  transition: translate 0.12s ease-in-out, scale 0.3s ease-in-out,
    opacity 0.2s ease-in-out, max-height 0.3s ease-in-out;
}

.featured-navigation-section .btn {
  padding: 0.9rem 2.4rem;
}

.featured-navigation__btn {
  display: inline-flex;

  width: -moz-fit-content;

  width: fit-content;
  z-index: 1;

  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.featured-navigation__btn--active {
  opacity: 1;
  transition: translate 0.08s ease-in-out, scale 0.3s ease-in-out,
    opacity 0.2s ease-in-out;
  pointer-events: all;
}

.featured-navigation__btn--arrow {
  padding: 0;
  border-radius: 50%;
}

.featured-navigation__btn-icon {
  width: 32px;
  margin: 10px;
}

.cart-item.hide .cart-item__cost-wrap {
    display: none;
}


/*# sourceMappingURL=bundle.css.map*/