/** Shopify CDN: Minification failed

Line 122:16 Expected identifier but found whitespace
Line 122:24 Unexpected ";"
Line 12407:2 Comments in CSS use "/* ... */" instead of "//"
Line 13014:2 Comments in CSS use "/* ... */" instead of "//"
Line 27983:4 Comments in CSS use "/* ... */" instead of "//"

**/

/*!***************************************************************************************************************************************!*\
  !*** 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.
 */


.pills-container{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pill-tags{
    padding: 4px 15px;
    border-radius: 30px;
    margin-bottom: 10px;
    margin-right: 5px;
  font-size:1.5em;
}

.color1{
  background: hsla(11, 100%, 62.2%, 1);
    color: white;
}
.color2{
  background: hsla(39, 100%, 68%, 1);
    color: white;
}

.color3{
  background: rgb(147 171 136);
    color: white;
}

.color4{
  background: hsl(63.66deg 51.4% 51.6%);
    color: white;
}

.pills-container{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

a {
  cursor: pointer;
}
 /* Ensure the section is scrollable */
 /* class offerings */
@media screen and (min-width: 768px) {
    .shopify-section-header {
        top: 0px !important;
    }
}
.product-details__rte li{
  list-style-type:auto !important;
}
.product__info-wrapper{
  padding-top:0 !important;
}
.show-mobile{
    display:none !important;
  }
.workshop-list-section {
    display: flex;
    flex-wrap: wrap;
}

.left-column {
  flex: 1;
  padding: 30px;
  margin-right: 30px;
  border: 2px solid #DBDAD7;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  max-width: 320px;
  height: fit-content; /* Default height */
  color: #333;
  position: relative;
}

.left-column--with-image {
  background-size: cover;
  background-position: center;
  color: #fff;
  border: none; /* Remove border if there’s an image */
  height: auto; /* Override height when image is present */
}

  .left-column--with-image h3 {
  color:white;
}

/* .left-column--with-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for text readability */
  border-radius: inherit;
  z-index: 1;
} */

.left-column-content {
  position: relative;
  z-index: 2;
}




.left-column h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.see-all-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1em;
    transition: background 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    margin-top: 20px;
    width: fit-content;
}

.see-all-button:hover {
    background: #333;
}

.see-all-button:hover .arrow-icon {
    transform: translateX(5px);
}

.arrow-icon {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.workshop-grid {
    flex: 3;
    display: grid;
    grid-template-columns: repeat(var(--columns, 3), minmax(0, 1fr));
    gap: var(--gap, 1rem);
}

/* Workshop Item */
.workshop-item {
    border-radius: 10px;
    display: block;
    text-decoration: none;
    color: inherit;
    text-align: left;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.workshop-thumbnail {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
    background-color: #f0f0f0;
    border-radius: 10px;
}

.workshop-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.workshop-thumbnail:hover img {
    transform: scale(1.05);
}
  

/* Tags */
.tags {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 3;
}

.tag {
    background: #fff;
    color: #333;
    padding: 0.3rem 0.7rem;
    border-radius: 15px;
    font-size: 0.75em;
    font-weight: normal;
}

.editors-choice {
    background-color: #ffcc00;
    color: #333;
    font-weight: bold;
}

/* Workshop Content */
.workshop-content {
    padding: 1.5rem 0;
}

.workshop-category-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9em;
    color: #666;
    margin-bottom: 0.5rem;
}

.new-badge {
    background-color: #DDF2D1;
    color: green;
    padding: 0.3rem 0.7rem;
    border-radius: 15px;
    font-size: 0.75em;
}

.workshop-content h3 {
    font-size: 1em;
    font-weight: 600;
    margin: 0.7rem 0;
    position: relative;
    display: inline-block;
}

.workshop-content h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.workshop-item:hover .workshop-content h3::after {
    width: 100%;
}

.workshop-description {
    font-size: 0.9em;
    color: #444;
    margin-bottom: 1.2em;
}

.rating {
    position: relative;
    color: #ff6a00;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.review-count {
    font-size: 0.9em;
    color: #444;
    margin-left: 5px;
}

.emoji-float {
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 1.5em;
    opacity: 0;
    pointer-events: none;
}

.float-active {
    opacity: 1;
    animation: floatToSky 3s ease forwards;
}

@keyframes floatToSky {
    0% { transform: translate(0, 0); opacity: 1; }
    25% { transform: translate(-10px, -40px); opacity: 0.9; }
    50% { transform: translate(10px, -80px); opacity: 0.8; }
    75% { transform: translate(-5px, -120px); opacity: 0.5; }
    100% { transform: translate(15px, -200px); opacity: 0; }
}

.per-person-price-text {
    font-size: 0.8em;
    font-weight: 600;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .workshop__container {
        flex-direction: column;
    }
    .left-column {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 15px;
        border-radius: 15px;
    }
    .workshop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  .left-column--with-image {
    background-image: none !important; /* Remove background image on mobile */
  }
  
  .left-column-content h3 {
    color: black !important; /* Change text color back to black */
    margin-bottom:0;
  }
  .left-column {
    color: black  !important; /* Change text color back to black */
  }
  .left-column p {
    color: black  !important; /* Change text color back to black */
  }
  
}

@media (max-width: 768px) {
    .workshop__container {
        flex-direction: column;
        align-items: center;
    }
    .left-column {
        padding: 15px;
        border-radius: 15px;
    }
    .workshop-grid {
        grid-template-columns: 1fr;
    }
    .see-all-button {
        font-size: 0.9em;
        padding: 8px 16px;
    }
  .hide-mobile{
    display:none !important;
  }
  .show-mobile{
    display:block !important;
  }
}

@media (max-width: 480px) {
    .workshop__container {
        flex-direction: column;
        align-items: center;
    }
    .left-column h3 {
        font-size: 1.3em;
    }
    .see-all-button {
        font-size: 0.85em;
        padding: 8px 16px;
        width: 100%;
        text-align: center;
    }
}

  .slack-message {
  max-width: 600px;
  max-height: 180px;
  padding: 1em;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 1em;
  margin-bottom: 1em;
  overflow-y: scroll;
  margin: 20px auto;
}

.slack-message::-webkit-scrollbar {
  width: 7px;
}

.slack-message::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5);
}

.copy-button {
  display: block;
  width: auto;
  max-width: 300px;
  margin: 0 auto;
  padding: 0.8em;
  font-size: 1em;
  background-color: var(--gsc-button-background-color-100);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
  .section-subtext {
  text-align: center;
  color: #555;
  font-size: 1em;
  margin-bottom: 1.5em;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

    .class-offerings-section {
  margin: 80px auto;
}

.section-heading {
  font-size: 1.5em;
  color: #333;
  text-align: center;
  margin-bottom: 0.5em;
}
.left-column--with-image {
  background-size: cover; /* Ensure the image fully covers the container */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 105%;
  transition: background-size 0.5s ease; /* Smooth transition */
}

.left-column--with-image:hover {
  background-size: 110%; /* Slight zoom-out effect */
  transition: background-size 0.5s ease; /* Smooth transition */
}

.hover-quote {
  margin-top: 0px; /* Space between the title and the quote */
  font-size: 1em;
  font-weight: 500;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
  color: #fff; /* Default color, dynamically updated in JS */
}

  .section {
    overflow: visible !important; /* Allow content to overflow and scroll */
    height: auto !important; /* Ensure the height adjusts to content */
  }
@media (max-width:800px){
input:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: inherit !important;
}
}
@media (min-width:1000px){
  section{
    overflow:visible !important;
  }
}
.article__content{
    ul, ol{
    li{
      list-style-type:auto !important;
    }
  }
}
.collage__container{
  .collage__header{
    margin-top:30px;
  }
}
@media (max-width:1300px){
.image-banner__btn{
  width:auto;
  margin-top:20px !important;
}
}
.button-group{
  
}
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: 1.8em;
    margin: 0.67em 0;
  }

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

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

hr {
    -webkit-box-sizing: content-box;
            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 {
    -webkit-box-sizing: border-box;
            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"] {
    -webkit-box-sizing: border-box;
            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: var(--gsc-aside-padding-size);
  --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: calc(var(--gsc-body-font-scale) * 2.2rem);
  --gsc-body-font-size-xl: calc(var(--gsc-body-font-scale) * 2rem);
  --gsc-body-font-size-l: calc(var(--gsc-body-font-scale) * 1.8rem);
  --gsc-body-font-size-m: calc(var(--gsc-body-font-scale) * 1.6rem);
  --gsc-body-font-size-s: calc(var(--gsc-body-font-scale) * 1.4rem);
  --gsc-body-font-size-xs: calc(var(--gsc-body-font-scale) * 1.3rem);
  --gsc-body-font-size-xxs: calc(var(--gsc-body-font-scale) * 1.2rem);
  --gsc-body-line-height-xxl: calc(34 / 22);
  --gsc-body-line-height-xl: calc(32 / 20);
  --gsc-body-line-height-l: calc(28 / 18);
  --gsc-body-line-height-m: calc(26 / 16);
  --gsc-body-line-height-s: calc(22 / 14);
  --gsc-body-line-height-xs: calc(22 / 13);
  --gsc-body-line-height-xxs: calc(20 / 12);

  /* blockquote */

  --gsc-blockquote-font-size: 2.2rem;
  --gsc-blockquote-line-height: calc(32 / 22);

  /* headings */
  --gsc-display-1-font-size: clamp(5.2rem, -1.657rem + 8.929vw, 11.2rem);
  --gsc-display-2-font-size: clamp(4.8rem, -0.686rem + 7.143vw, 9.6rem);
  --gsc-display-3-font-size: clamp(4.4rem, 1.2rem + 4.167vw, 7.2rem);
  --gsc-heading-1-font-size: calc(var(--gsc-headings-font-scale) * 3.6rem);
  --gsc-heading-2-font-size: calc(var(--gsc-headings-font-scale) * 3.2rem);
  --gsc-heading-3-font-size: calc(var(--gsc-headings-font-scale) * 2.8rem);
  --gsc-heading-4-font-size: calc(var(--gsc-headings-font-scale) * 2.6rem);
  --gsc-heading-5-font-size: calc(var(--gsc-headings-font-scale) * 2.4rem);
  --gsc-heading-6-font-size: calc(var(--gsc-headings-font-scale) * 2rem);
  --gsc-caption-1-font-size: 1.8rem;
  --gsc-caption-2-font-size: 1.6rem;
  --gsc-caption-3-font-size: 1.4rem;

  --gsc-display-1-line-height: 110%;
  --gsc-display-2-line-height: 110%;
  --gsc-display-3-line-height: 110%;
  --gsc-heading-1-line-height: calc(46 / 36);
  --gsc-heading-2-line-height: calc(40 / 32);
  --gsc-heading-3-line-height: calc(38 / 28);
  --gsc-heading-4-line-height: calc(36 / 26);
  --gsc-heading-5-line-height: calc(34 / 24);
  --gsc-heading-6-line-height: calc(28 / 20);
  --gsc-caption-1-line-height: calc(28 / 18);
  --gsc-caption-2-line-height: calc(24 / 16);
  --gsc-caption-3-line-height: calc(22 / 14);
}

: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;
  --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-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-QV-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: 8888;
  --gsc-age-verifier-zIndex: 10000;
}

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

.hidden {
  display: none !important;
}

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

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

.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;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

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

body {
  position: relative; /* for overlay */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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);
}

body:not(.using-keyboard) :focus {
  outline: none;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

section {
  overflow: hidden;
}

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

svg {
  display: block;
  -ms-flex-negative: 0;
      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;

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

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

.rte ul,
.rte ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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 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);
}

.display1,
.display2,
.display3,
.caption1,
.caption2,
.caption3,
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-style: var(--gsc-headings-font-style);
  letter-spacing: var(--gsc-headings-letter-spacing);
  font-family: var(--gsc-headings-font-family);
  text-transform: var(--gsc-headings-text-transform);
  word-spacing: var(--gsc-headings-word-spacing);
  overflow: visible;
}

.heading-font-family {
  font-family: var(--gsc-headings-font-family) !important;
  font-weight: var(--gsc-headings-font-weight) !important;
}

.display1 {
  font-size: var(--gsc-display-1-font-size);
  line-height: var(--gsc-display-1-line-height);
  font-weight: ;

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

.display2 {
  font-size: var(--gsc-display-2-font-size);
  line-height: var(--gsc-display-2-line-height);
  font-weight: ;

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

.display3 {
  font-size: var(--gsc-display-3-font-size);
  line-height: var(--gsc-display-3-line-height);
  font-weight: ;

  --gsc-heading-line-height: var(--gsc-display-3-line-height);
  --gsc-heading-font-size: var(--gsc-display-3-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);
}

.caption1 {
  font-size: var(--gsc-caption-1-font-size);
  line-height: var(--gsc-caption-1-line-height);
  font-weight: ;

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

.caption2 {
  font-size: var(--gsc-caption-2-font-size);
  line-height: var(--gsc-caption-2-line-height);
  font-weight: ;

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

.caption3 {
  font-size: var(--gsc-caption-3-font-size);
  line-height: var(--gsc-caption-3-line-height);
  font-weight: ;

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

.mobile-body-color.rte,
.body-color.rte,
.mobile-body-color .rte,
.body-color .rte,
.mobile-body-color,
.body-color {
  color: rgba(var(--gsc-text-color), var(--gsc-body-font-opacity)) !important;
}

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

  --gsc-body-line-height: var(--gsc-body-line-height-xxl);
  --gsc-body-font-size: var(--gsc-body-font-size-xxl);
}

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

  --gsc-body-line-height: var(--gsc-body-line-height-xl);
  --gsc-body-font-size: var(--gsc-body-font-size-xl);
}

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

  --gsc-body-line-height: var(--gsc-body-line-height-l);
  --gsc-body-font-size: var(--gsc-body-font-size-l);
}

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

  --gsc-body-line-height: var(--gsc-body-line-height-m);
  --gsc-body-font-size: var(--gsc-body-font-size-m);
}

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

  --gsc-body-line-height: var(--gsc-body-line-height-s);
  --gsc-body-font-size: var(--gsc-body-font-size-s);
}

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

  --gsc-body-line-height: var(--gsc-body-line-height-xs);
  --gsc-body-font-size: var(--gsc-body-font-size-xs);
}

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

  --gsc-body-line-height: var(--gsc-body-line-height-xxs);
  --gsc-body-font-size: var(--gsc-body-font-size-xxs);
}

a {
  color: inherit;
}

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

sidebar-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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 {
  font-size: calc(var(--gsc-body-font-scale) * var(--gsc-fz-13));
  line-height: var(--gsc-lh-7);
  font-weight: var(--gsc-font-weight-medium);
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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.1rem;

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

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

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

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

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: var(--gsc-body-overlay-zIndex);
  width: 100%;
  height: 100%;
  background-color: rgba(var(--gsc-overlay-color), 0);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  /* transition-property: backdrop-filter, background-color, z-index; */
  -webkit-transition-property: background-color, -webkit-backdrop-filter;
  transition-property: background-color, -webkit-backdrop-filter;
  transition-property: backdrop-filter, background-color;
  transition-property: backdrop-filter, background-color, -webkit-backdrop-filter;
  pointer-events: none;
  will-change: backdrop-filter, background-color;
}

.body-overlay.visible {
  pointer-events: all;
  -webkit-backdrop-filter: blur(var(--gsc-overlay-blur));
          backdrop-filter: blur(var(--gsc-overlay-blur));
  background-color: rgba(var(--gsc-overlay-color), var(--gsc-overlay-opacity));
  z-index: var(--gsc-body-overlay-zIndex);
}

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

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

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

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

.x_flip.y-flip {
  -webkit-transform: scale(-1, -1);
          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 {
  -webkit-transition: none !important;
  transition: none !important;
}

/* multiple hover underline */

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

.discount {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 1.2rem 0.4rem 0.8rem;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  background: var(--gsc-foreground-color-100);
  border-radius: 13px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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%;
  -webkit-box-shadow: 0 0.9rem 3.2rem var(--gsc-black-color-15);
          box-shadow: 0 0.9rem 3.2rem var(--gsc-black-color-15);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: width, height, -webkit-transform;
  transition-property: width, height, -webkit-transform;
  transition-property: width, height, transform;
  transition-property: width, height, transform, -webkit-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--gsc-back-to-top-button-size);
  height: var(--gsc-back-to-top-button-size);

  outline-offset: 4px;
  -webkit-transition: opacity 0.2s ease-in-out;
  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%;
  -webkit-box-shadow: 0 0.9rem 3.2rem var(--gsc-black-color-15);
          box-shadow: 0 0.9rem 3.2rem var(--gsc-black-color-15);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: width, height, -webkit-transform;
  transition-property: width, height, -webkit-transform;
  transition-property: width, height, transform;
  transition-property: width, height, transform, -webkit-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);
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  content: '';
}

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

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

/* for hidden labels */

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

/* skip to content link */

.skip-to-content-link:focus {
  z-index: 9999 !important;
  position: absolute !important;
  overflow: auto !important;
  width: auto !important;
  height: auto !important;
  clip: auto !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;
}

.color-swatch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  text-decoration: none;
  background: var(--gsc-color-swatch-value);
  background-size: 100% 100%;
  background-repeat: 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;
  -webkit-box-shadow: var(--gsc-color-swatch-box-shadow);
          box-shadow: var(--gsc-color-swatch-box-shadow);
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}

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

.color-swatch[not-valid],
.color-swatch[section-background-color-equally] {
  -webkit-box-shadow: 0px 0px 0px 1px var(--gsc-text-color-15) inset;
          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);
  -webkit-transform: translate(-50%, -50%) rotate(var(--gsc-color-swatch-line-degree));
          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: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.color-swatch__count-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 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;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.image-swatches__item {
  display: block;
  -ms-flex-negative: 0;
      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;
  -webkit-box-shadow: var(--gsc-color-swatch-box-shadow);
          box-shadow: var(--gsc-color-swatch-box-shadow);
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-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);
  -webkit-transition: border-color 0.25s ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 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);
  -webkit-transform: translate(-50%, -50%)
    rotate(var(--gsc-no-available-mark-line-degree));
          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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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);
  --gsc-spinner-color: var(--gsc-button-text-color-100);
}

.custom-app-block .spr-form-actions .btn:not([disabled]):active,
.btn--solid:not([disabled]):active {
  background: -webkit-gradient(
      linear,
      left bottom, left top,
      from(var(--gsc-white-color-50)),
      to(var(--gsc-white-color-50))
    ),
    var(--gsc-button-background-color-100);
  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;
}

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

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

.btn:not(.loading) .loading-spinner.btn__loading-spinner {
  -webkit-animation: none;
          animation: none;
}

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

.btn--outline {
  color: var(--gsc-outline-button-text-color-100);
  --gsc-spinner-color: var(--gsc-outline-button-text-color-100);
  background: transparent;
  border: 1px solid var(--gsc-outline-button-background-color-100);
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: color, -webkit-box-shadow;
  transition-property: color, -webkit-box-shadow;
  transition-property: color, box-shadow;
  transition-property: color, box-shadow, -webkit-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;
  -webkit-box-shadow: none;
          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: var(--gsc-product-custom-badge-1-background);
}

.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 {
  -webkit-box-shadow: 0px 0px 0px 1px var(--gsc-text-color-10) inset;
          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 {
  -webkit-box-shadow: 0px 0px 0px 1px var(--gsc-text-color-10) inset;
          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);
}

@-webkit-keyframes tabFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes tabFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tabs {
  position: relative;
}

.tab {
  position: static;
  z-index: 1;
  display: block;
}

.tab[aria-hidden='false'] {
  -webkit-animation: tabFade 0.5s linear forwards;
          animation: tabFade 0.5s linear forwards;
}

.tab[aria-hidden='true'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.dropdown__toggle[data-aria-expanded='true'] .dropdown__chevron {
  -webkit-transform: rotate(-90deg);
          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);
  -webkit-box-shadow: 0 2.4rem 6rem -1.4rem var(--gsc-black-color-15);
          box-shadow: 0 2.4rem 6rem -1.4rem var(--gsc-black-color-15);
  -webkit-transition: opacity 0.125s ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.6rem;
  color: var(--gsc-text-color-70);
  text-decoration: none;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  background-color: var(--gsc-background-color-100);
  cursor: pointer;
}

.dropdown__item--product {
  -webkit-column-gap: 0;
     -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%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  transition: -webkit-transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  transition: transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  transition: transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing), -webkit-transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  pointer-events: none;
  will-change: transform;
}

.is-editor-mode .sidebar {
  -webkit-transition: none !important;
  transition: none !important;
}

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

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

.sidebar.is-opened .sidebar__body {
  -webkit-filter: var(--gsc-drawer-modal-shadow);
          filter: var(--gsc-drawer-modal-shadow);
}

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

.table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem;
  -webkit-column-gap: 1.6rem;
     -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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15.6rem;
          flex: 1 1 15.6rem;
}

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

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

.modal.is-opened {
  -webkit-transform: translateY(0%);
          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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: none;
  -webkit-filter: drop-shadow(0 8px 20px rgb(20, 20, 22, 0.1));
          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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(60rem + (var(--gsc-notification-padding) * 2));
  width: 100%;
  height: 100%;
  padding: var(--gsc-notification-padding);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  pointer-events: none;
}

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

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

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

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

.loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--gsc-text-color-100);
  background: var(--gsc-background-color-70);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.loading-overlay--global {
  background: var(--gsc-background-color-95);
  opacity: 0;
}

@-webkit-keyframes loadingOverlayFadeIn {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes loadingOverlayFadeIn {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes loadingOverlayHide {
  from {
    width: 100%;
    height: 100%;
  }

  to {
    width: 0;
    height: 0;
  }
}

@keyframes loadingOverlayHide {
  from {
    width: 100%;
    height: 100%;
  }

  to {
    width: 0;
    height: 0;
  }
}

.initial-page-loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 1;
  background: var(--gsc-background-color-100);
  -webkit-animation: loadingOverlayFadeIn 0.5s linear forwards,
    loadingOverlayHide 0s linear forwards 0.5s;
          animation: loadingOverlayFadeIn 0.5s linear forwards,
    loadingOverlayHide 0s linear forwards 0.5s;
}

.loading-spinner {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid var(--gsc-spinner-color, var(--gsc-text-color-100));
  -webkit-animation: spinner-bulqg1 0.7s infinite linear alternate,
    spinner-oaa3wk 1.4s infinite linear;
          animation: spinner-bulqg1 0.7s infinite linear alternate,
    spinner-oaa3wk 1.4s infinite linear;
}

@-webkit-keyframes spinner-bulqg1 {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }

  12.5% {
    -webkit-clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 0%,
      100% 0%,
      100% 0%
    );
            clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 0%,
      100% 0%,
      100% 0%
    );
  }

  25% {
    -webkit-clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      100% 100%,
      100% 100%
    );
            clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      100% 100%,
      100% 100%
    );
  }

  50% {
    -webkit-clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
            clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }

  62.5% {
    -webkit-clip-path: polygon(
      50% 50%,
      100% 0,
      100% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
            clip-path: polygon(
      50% 50%,
      100% 0,
      100% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }

  75% {
    -webkit-clip-path: polygon(
      50% 50%,
      100% 100%,
      100% 100%,
      100% 100%,
      100% 100%,
      50% 100%,
      0% 100%
    );
            clip-path: polygon(
      50% 50%,
      100% 100%,
      100% 100%,
      100% 100%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }

  100% {
    -webkit-clip-path: polygon(
      50% 50%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      0% 100%
    );
            clip-path: polygon(
      50% 50%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      0% 100%
    );
  }
}

@keyframes spinner-bulqg1 {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }

  12.5% {
    -webkit-clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 0%,
      100% 0%,
      100% 0%
    );
            clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 0%,
      100% 0%,
      100% 0%
    );
  }

  25% {
    -webkit-clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      100% 100%,
      100% 100%
    );
            clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      100% 100%,
      100% 100%
    );
  }

  50% {
    -webkit-clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
            clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }

  62.5% {
    -webkit-clip-path: polygon(
      50% 50%,
      100% 0,
      100% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
            clip-path: polygon(
      50% 50%,
      100% 0,
      100% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }

  75% {
    -webkit-clip-path: polygon(
      50% 50%,
      100% 100%,
      100% 100%,
      100% 100%,
      100% 100%,
      50% 100%,
      0% 100%
    );
            clip-path: polygon(
      50% 50%,
      100% 100%,
      100% 100%,
      100% 100%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }

  100% {
    -webkit-clip-path: polygon(
      50% 50%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      0% 100%
    );
            clip-path: polygon(
      50% 50%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      0% 100%
    );
  }
}

@-webkit-keyframes spinner-oaa3wk {
  0% {
    -webkit-transform: scaleY(1) rotate(0deg);
            transform: scaleY(1) rotate(0deg);
    opacity: 0;
  }

  49.99% {
    -webkit-transform: scaleY(1) rotate(135deg);
            transform: scaleY(1) rotate(135deg);
    opacity: 1;
  }

  50% {
    -webkit-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(-1) rotate(-135deg);
            transform: scaleY(-1) rotate(-135deg);
    opacity: 0;
  }
}

@keyframes spinner-oaa3wk {
  0% {
    -webkit-transform: scaleY(1) rotate(0deg);
            transform: scaleY(1) rotate(0deg);
    opacity: 0;
  }

  49.99% {
    -webkit-transform: scaleY(1) rotate(135deg);
            transform: scaleY(1) rotate(135deg);
    opacity: 1;
  }

  50% {
    -webkit-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(-1) rotate(-135deg);
            transform: scaleY(-1) rotate(-135deg);
    opacity: 0;
  }
}

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

.localization-dropdown__body {
  width: 100%;
  max-height: 35.2rem;
  padding: 2rem 3.2rem;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);

  font-family: var(--gsc-body-font-family);
}

.localization-dropdown__item {
  display: block;
  width: 100%;
  padding: 0.8rem 0;
  color: var(--gsc-text-color-100);
  text-align: left;
  background-color: transparent;
  border: none;
  font-family: var(--gsc-body-font-family);
  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 .underline-animation {
  padding-bottom: 4px;
  --gsc-button-background-color-100: var(--gsc-text-color-100);
}

.localization-dropdown__item.selected .underline-animation {
  background-size: 99% 0.1rem;
}

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

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

  -webkit-transform: rotate(90deg);

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

.localization-dropdown-toggle[data-aria-expanded='true']
  .localization-dropdown-toggle__chevron {
  -webkit-transform: rotate(-90deg);
          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-QV-zIndex);
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform var(--gsc-QV-transform-transition-duration)
    var(--gsc-QV-transition-timing);
  transition: -webkit-transform var(--gsc-QV-transform-transition-duration)
    var(--gsc-QV-transition-timing);
  transition: transform var(--gsc-QV-transform-transition-duration)
    var(--gsc-QV-transition-timing);
  transition: transform var(--gsc-QV-transform-transition-duration)
    var(--gsc-QV-transition-timing), -webkit-transform var(--gsc-QV-transform-transition-duration)
    var(--gsc-QV-transition-timing);
  pointer-events: none;

  --gsc-QV-transform-transition-duration: 0.25s;
  --gsc-QV-media-transform-transition-duration: 0s;
  --gsc-QV-transition-timing: ease-in-out;
}

.quick-view__body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.quick-view__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform var(--gsc-QV-transform-transition-duration)
    var(--gsc-QV-transition-timing);
  transition: -webkit-transform var(--gsc-QV-transform-transition-duration)
    var(--gsc-QV-transition-timing);
  transition: transform var(--gsc-QV-transform-transition-duration)
    var(--gsc-QV-transition-timing);
  transition: transform var(--gsc-QV-transform-transition-duration)
    var(--gsc-QV-transition-timing), -webkit-transform var(--gsc-QV-transform-transition-duration)
    var(--gsc-QV-transition-timing);
  will-change: transform;
}

.quick-view .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.quick-view.is-opened .quick-view__body {
  -webkit-transform: translateX(0%);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 5.6rem;
  -webkit-column-gap: 1.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 {
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}

.quick-view__header-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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 {
  -webkit-box-shadow: 0 0.8rem 3.2rem rgb(20, 20, 22, 10%);
          box-shadow: 0 0.8rem 3.2rem rgb(20, 20, 22, 10%);
}

.quick-view__desktop-media {
  display: none;
}

.column-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}

.column-switcher__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem;
  cursor: pointer;
}

.column-switcher__item span {
  width: 0.3rem;
  height: 1.2rem;
  background-color: var(--gsc-text-color-20);
  -webkit-transition: background-color 0.25s ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--gsc-zoom-cursor-zIndex);
  width: 5.6rem;
  height: 5.6rem;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  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%;
  -webkit-box-shadow: 0 0.4rem 1.6rem rgb(0, 0, 0, 0.08);
          box-shadow: 0 0.4rem 1.6rem rgb(0, 0, 0, 0.08);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  content: '';
}

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

.dots-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: calc(var(--gsc-dot-size) * 2);
     -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 {
  -webkit-animation: dotPulse 1s infinite linear;
          animation: dotPulse 1s infinite linear;
}

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

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

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

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

  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }

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

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

  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }

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

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 4rem;
  row-gap: 6px;
  padding: 0.8rem;
  cursor: pointer;
}

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

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

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

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

.hamburger.is-opened .hamburger__line:nth-of-type(1) {
  -webkit-transform: rotate(-45deg) translate(-2px, 7px);
          transform: rotate(-45deg) translate(-2px, 7px);
}

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

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

.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 2.1rem;
  -webkit-column-gap: 1.2rem;
     -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 {
  -ms-flex-negative: 0;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;

  -webkit-transition: opacity 0.2s ease-in-out;

  transition: opacity 0.2s ease-in-out;
}

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: column !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-6-font-size) !important;
  line-height: var(--gsc-heading-6-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: -webkit-inline-box !important;
  display: -ms-inline-flexbox !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;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !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;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !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;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: column !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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.1rem 0.6rem 2.1rem 0;
  cursor: pointer;
}

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

.accordeon__content {
  display: block;
}

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

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

.accordeon[data-aria-expanded='true'] .accordeon__icon {
  -webkit-transform: rotate(-90deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0.8rem 2rem 2rem;
  font-weight: var(--gsc-font-weight-bold);
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  cursor: pointer;
}

.accordeon-plus__btn-icon {
  width: var(--gsc-icon-size, 2.4rem);
  height: var(--gsc-icon-size, 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;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: max-height, opacity;
  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) {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

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

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

.carousel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  color: var(--gsc-black-color-100);
  background-color: var(--gsc-white-color-50);
  border-radius: 50%;
  -webkit-box-shadow: 0 0.4rem 1.6rem rgb(0, 0, 0, 0.08);
          box-shadow: 0 0.4rem 1.6rem rgb(0, 0, 0, 0.08);
  cursor: pointer;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-transition: background-color 0.25s ease-in-out;
  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 {
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

.dynamic-checkout-buttons .shopify-cleanslate [data-shopify-buttoncontainer] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: column !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: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: 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;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
  -webkit-transition-property: color, -webkit-box-shadow !important;
  transition-property: color, -webkit-box-shadow !important;
  transition-property: color, box-shadow !important;
  transition-property: color, box-shadow, -webkit-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-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;
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
  -webkit-transition-property: color, -webkit-box-shadow !important;
  transition-property: color, -webkit-box-shadow !important;
  transition-property: color, box-shadow !important;
  transition-property: color, box-shadow, -webkit-box-shadow !important;
}

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: var(--gsc-button-background-color-100);
  cursor: pointer;
  font-family: var(--gsc-button-font-family);
  font-style: var(--gsc-button-font-style);
  letter-spacing: var(--gsc-button-letter-spacing);
  text-transform: var(--gsc-button-text-transform);
  text-decoration: none;
  font-size: var(--gsc-button-font-size);
  line-height: var(--gsc-button-line-height);
  font-weight: var(--gsc-button-font-weight);
}

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

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

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

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

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

.social-list__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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--with-fade .carousel__container {
  -webkit-transform: none !important;
          transform: none !important;
  height: var(--gsc-fade-height);
}

.carousel--with-fade .carousel__slide {
  position: absolute;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: var(--gsc-fade-height);
  top: 0;
  left: 0 !important;
  right: 0 !important;
}

.carousel__container {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

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

.carousel__chevron {
  -ms-flex-negative: 0;
      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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(-1 * var(--gsc-space-between-cards));

  will-change: transform;
}

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

.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;
  -webkit-transform: translateY(-50%);
          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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -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%;
  -webkit-transform: translateX(-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: calc(-1 * var(--gsc-space-between-cards));
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--gsc-slide-size);
  height: var(--gsc-slide-size);
}

.dots-carousel__slide svg {
  -webkit-transform: scale(0.8375);
          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%;
  -webkit-box-shadow: 0 0 0 0.6rem var(--gsc-white-color-100) inset;
          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;
}

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

  100% {
    stroke-dashoffset: 0;
  }
}

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

  100% {
    stroke-dashoffset: 0;
  }
}

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

.dots-carousel__slide.is-primary .dots-carousel__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-animation: loading var(--gsc-autoplay-interval) linear forwards;
          animation: loading var(--gsc-autoplay-interval) linear forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

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

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

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

.solid-dots-carousel {
  width: -webkit-fit-content;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solid-dots-carousel--vertical .solid-dots-carousel__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.solid-dots-carousel__solid-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      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: -webkit-fit-content;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solid-dots-carousel--vertical .solid-dots-carousel__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.solid-dots-carousel__solid-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  padding-inline: 1.6rem;
}

.solid-dots-carousel--with-background {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.solid-dots-carousel--with-background .solid-dots-carousel__container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  background: var(--gsc-background-color-25);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 12px;

  max-width: -webkit-fit-content;

  max-width: -moz-fit-content;

  max-width: fit-content;
}

.dots-carousel--with-background .solid-dots-carousel__solid-dot-circle {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/* ________________________________________ */

.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: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.product-card-shape-swatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  overflow: hidden;
}

.product-card-shape-swatches__label {
  display: block;
  padding: 1.2rem 0 0;

  min-height: 2.2rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.product-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-item-align: start;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          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__slide iframe {
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  position: fixed;
}

.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;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.product-card__img--visible {
  opacity: 1;
}

.product-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 1;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.product-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.8rem 0 0;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  row-gap: 0.8rem;
}

.product-card__price-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.6rem;
     -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);
  line-height: var(--gsc-product-card-price-line-height);
  font-weight: var(--gsc-product-card-price-font-weight);
}

.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);
  line-height: var(--gsc-product-card-old-price-line-height);
  font-weight: var(--gsc-product-card-old-price-font-weight);
}

.product-card__price-item-old--highlight-sale {
  text-decoration-color: var(--gsc-product-highlight-price-color);
}

.product-card--center-alignment .product-card__details,
.product-card--right-alignment .product-card__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.product-card--center-alignment .product-card__details {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  text-align: center;
}

.product-card--center-alignment .product-card__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-card--right-alignment .product-card__details {
  padding-right: 0;
  padding-left: 1.2rem;
  text-align: right;
}

.product-card--right-alignment .product-card__info {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.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: 1.2em;
  line-height: var(--gsc-product-card-title-line-height);
  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;
}

.product-card__vendor {
  margin: 0.4rem 0 0;
  overflow: hidden;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product-card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 0.4rem;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.product-card__btns.is-height-overflowed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}

.product-card__under-image-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-card--right-alignment .product-card__under-image-badges,
.product-card--right-alignment .image-swatches {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product-card__image-swatches-wrapper {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: block;
}

.product-card__image-swatches {
  min-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product-card--center-alignment .product-card-shape-swatches {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-card--center-alignment .product-card__price,
.product-card--center-alignment .product-card__price-cost {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-card--center-alignment .product-card__rating {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-card--right-alignment .product-card-shape-swatches {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product-card--right-alignment .product-card__price,
.product-card--right-alignment .product-card__price-cost {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product-card--right-alignment .product-card__rating {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product-card__btn-icon {
  width: 2rem;
  height: 2rem;
}

.product-card-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product-card-dots__viewport {
  position: relative;
  width: 100%;
  padding: 0.1rem;
  overflow: hidden;
}

.product-card-dots__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -0.4rem;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.product-card-dots__dot {
  display: block;
  -ms-flex-negative: 0;
      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%;
  -webkit-box-shadow: 0 0 0 0.1rem var(--gsc-white-color-40);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--gsc-background-color-100);
  z-index: 1;
}

.product-card__dots-spinner-wrap.hidden .dots-spinner__dot {
  -webkit-animation: none;
          animation: none;
}

.round-style .product-card__btns {
  padding: 0.8rem;
}

.horizontal-product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  color: var(--gsc-text-color-100);
  overflow: hidden;
}

.horizontal-product-card--inside-block-with-background {
  border-radius: 0;
  padding: 0;
}

.horizontal-product-card--with-background {
  padding: 1.2rem;
  background: var(--gsc-background-color-100);
  border-radius: var(--gsc-horizontal-product-card-radii, 0);
}

.horizontal-product-card--inside-block-with-background.horizontal-product-card--with-background {
  background: var(--gsc-foreground-color-100);
}

.horizontal-product-card__inner {
  position: relative;
  width: 8rem;
  -ms-flex-negative: 0;
      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%;
  -ms-flex-item-align: center;
      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);
  text-transform: var(--gsc-product-card-title-transform);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}

.horizontal-product-card__button-wrapper {
  min-height: 3.2rem;
  max-width: 6.8rem;
}

.horizontal-product-card__button {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 0.4rem 1.6rem;
  color: var(--gsc-text-color-100);
  background: var(--gsc-background-color-100);
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  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--inside-block-with-background
  .horizontal-product-card__button,
.horizontal-product-card--with-background .horizontal-product-card__button {
  background: var(--gsc-foreground-color-100);
}

.horizontal-product-card--inside-block-with-background.horizontal-product-card--with-background
  .horizontal-product-card__button {
  background: var(--gsc-background-color-100);
}

.horizontal-product-card__button-icon {
  width: 1.6rem;
  height: 1.6rem;
}

.loading-spinner.horizontal-product-card__btn-loading-spinner {
  width: 1.6rem;
  height: 1.6rem;
}

.horizontal-product-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: var(--gsc-text-color-100);
  min-width: 0;
  height: 100%;
}

.vertical-product-card--with-around-spacing {
  padding: 2rem;
}

.vertical-product-card--inside-block-with-background {
  border-radius: 0;
  padding: 0;
}

.vertical-product-card--with-background {
  background: var(--gsc-background-color-100);
  border-radius: var(--gsc-horizontal-product-card-radii, 0);
}

.vertical-product-card--inside-block-with-background.vertical-product-card--with-background {
  background: var(--gsc-foreground-color-100);
}

.vertical-product-card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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);
  text-transform: var(--gsc-product-card-title-transform);
  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--with-background .vertical-product-card__info {
  padding: 0 1.2rem 1.2rem;
}

.vertical-product-card__info--align-center .vertical-product-card__title {
  text-align: center;
}

.vertical-product-card__info--align-center .vertical-product-card__price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vertical-product-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  -ms-flex-wrap: wrap;
      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__info--align-center .vertical-product-card__price-item {
  text-align: center;
}

.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: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          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 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.rich-text__content--with-center-align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rich-text__content--with-right-align {
  -webkit-box-align: end;
      -ms-flex-align: end;
          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 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.rich-text__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 4.8rem;
  -webkit-column-gap: 4.8rem;
     -moz-column-gap: 4.8rem;
          column-gap: 4.8rem;
}

.rich-text-section__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.6rem;
     -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rich-text__btn {
  -ms-flex-item-align: start;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
  row-gap: 0.6rem;
  color: var(--gsc-text-color-70);
}

.rating--with-inline-star {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

.rating__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
}

.rating__stars--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -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: ;
}

.share__copied-status-tooltip {
  position: absolute;
}

.share-dropdown__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--gsc-text-color-70);
  -webkit-column-gap: 1.2rem;
     -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 2.4rem 4rem 2.4rem 2.4rem;
  background-color: var(--gsc-background-color-100);
  -webkit-box-shadow: 0 1.2rem 3.2rem rgb(20, 20, 22, 0.08);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quantity__btn {
  -ms-flex-negative: 0;
      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 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-app-block .spr-pagination-prev,
.custom-app-block .spr-pagination-next,
.custom-app-block .spr-pagination-page,
.pill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  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: #f3fc81;
  background: #253230;
  border-color: #253230;
}

.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%;
  -webkit-transform: translate(-50%, -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;
}

.checkbox__input:focus-visible + .pill {
  outline: -webkit-focus-ring-color auto 1px;
}

.load-button-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-gradient(
    linear,
    left top, right top,
    from(var(--gsc-text-color-100)),
    to(var(--gsc-text-color-10))
  );
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.classic-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  list-style: none;
}

.classic-pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading-spinner.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 {
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-normal);
}

.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 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-card__tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.2rem 0.8rem 1.2rem 1.2rem;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.article-card__tags-component {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  max-height: 100%;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  row-gap: 0.8rem;
}

.article-card__tags--with-collapse {
  -ms-flex-wrap: nowrap;
      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: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;

  -webkit-transition: background-color 0.2s ease-in-out;

  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: -webkit-max-content;
  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: -webkit-max-content;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.2rem;
     -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem;
  -webkit-column-gap: 0.8rem;
     -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);
  -webkit-transition: border-color 0.2s ease-in-out;
  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::-webkit-input-placeholder, .custom-app-block textarea.spr-form-input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-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::-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:-ms-input-placeholder, .custom-app-block textarea.spr-form-input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-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::-ms-input-placeholder, .custom-app-block textarea.spr-form-input::-ms-input-placeholder, .textarea::-ms-input-placeholder, .input::-ms-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::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;
  -webkit-box-shadow: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-column-gap: 1.6rem;
     -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  cursor: pointer;
}

.checkbox__span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: var(--gsc-checkbox-radii, 0);
  -webkit-transition: border-color 0.25s ease;
  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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  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;
  -webkit-box-shadow: inset 0 0 0.4rem var(--gsc-text-color-10);
          box-shadow: inset 0 0 0.4rem var(--gsc-text-color-10);
  -webkit-transition: background-color 300ms ease-in-out;
  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;
  -webkit-box-shadow: 0 0 0.4rem var(--gsc-text-color-10);
          box-shadow: 0 0 0.4rem var(--gsc-text-color-10);
  -webkit-transition: left 300ms ease-in-out;
  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);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  transition: -webkit-transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  transition: transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  transition: transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing), -webkit-transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  pointer-events: none;
  will-change: transform;
}

.is-editor-mode .search-sidebar {
  -webkit-transition: none !important;
  transition: none !important;
}

.search-sidebar__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--gsc-background-color-100);
  -webkit-filter: var(--gsc-drawer-modal-shadow);
          filter: var(--gsc-drawer-modal-shadow);
}

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

.search-sidebar__form {
  padding: 1.6rem 2rem 2.4rem;
}

.search-sidebar__content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 5.6rem;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  background: var(--gsc-background-color-100);
}

.search-sidebar__header-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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 {
  -webkit-box-shadow: 0;
          box-shadow: 0;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}

.search-sidebar[header-shadow-visible] .search-sidebar__header-wrapper {
  -webkit-box-shadow: 0 0.4rem 1.6rem rgb(20, 20, 22, 0.1);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 1.2rem;
}

.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-normal);
}

.search-sidebar-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2rem;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}

.search-sidebar-section__header--queries {
  padding-bottom: 2rem;
}

.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 6.4rem;
  padding: 0.3rem 0;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
}

.search__carousel-tab-names {
  width: 100%;
  margin: 0 0 4rem;
  padding: 0.3rem 0;

  --gsc-space-between-cards: 3.2rem;
}

.search__carousel-tab-names-viewport {
  width: 100%;
}

.search__tab-name {
  min-width: -webkit-fit-content;
  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::-webkit-input-placeholder {
  color: var(--gsc-text-color-35);
  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:-ms-input-placeholder {
  color: var(--gsc-text-color-35);
  font-weight: var(--gsc-font-weight-bold);
}

.search-field__input::-ms-input-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  border-radius: 0;
  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 {
  -webkit-column-gap: 0.4rem;
     -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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  opacity: 0;

  max-height: 18rem;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quote__text-height {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
  width: 100%;

  padding: 2.4rem;

  -webkit-box-align: var(--gsc-quote-alignment);

      -ms-flex-align: var(--gsc-quote-alignment);

          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  row-gap: 1.2rem;
}

.quote__details-credentials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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: var(--gsc-body-font-opacity);
}

.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);
  -webkit-transition: color 0.2s ease-in-out;
  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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  height: 100%;
}

.quote-sidebar .quote__image {
  width: 100%;
  height: 100%;

  -webkit-box-flex: 1;

      -ms-flex: 1;

          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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.quote-sidebar .quote__text-wrap {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          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 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.4rem;
  -webkit-column-gap: 1.6rem;
     -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2.4rem;
     -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4rem 0 0;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 1.6rem;
}

.login__btn {
  width: 100%;
}

.login__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.login__field + .login__field {
  margin: 2.4rem 0 0;
}

.login__field-link {
  -ms-flex-item-align: end;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 3.2rem 0;
  border-bottom: 1px solid var(--gsc-border-color-100);
}

.addresses__form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 3.2rem 0 0;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  row-gap: 1.6rem;
}

.addresses__form-field-group {
  -webkit-column-gap: 2.4rem;
     -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4rem 0 0;
  -webkit-column-gap: 1.6rem;
     -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;
  position: absolute;
  inset: 0;
}

.collection-card__overlay--top-gradient {
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(
        var(
          --gsc-collection-card-overlay-color,
          var(--gsc-image-opacity-color)
        ),
        var(--gsc-collection-card-overlay-opacity)
      )),
    to(rgba(
        var(
          --gsc-collection-card-overlay-color,
          var(--gsc-image-opacity-color)
        ),
        0
      ))
  );
  background: linear-gradient(
    180deg,
    rgba(
        var(
          --gsc-collection-card-overlay-color,
          var(--gsc-image-opacity-color)
        ),
        var(--gsc-collection-card-overlay-opacity)
      )
      0%,
    rgba(
        var(
          --gsc-collection-card-overlay-color,
          var(--gsc-image-opacity-color)
        ),
        0
      )
      100%
  );
}

.collection-card__overlay--center-gradient {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(
        var(
          --gsc-collection-card-overlay-color,
          var(--gsc-image-opacity-color)
        ),
        var(--gsc-collection-card-overlay-opacity)
      )),
    to(rgba(
        var(
          --gsc-collection-card-overlay-color,
          var(--gsc-image-opacity-color)
        ),
        var(--gsc-collection-card-overlay-opacity)
      ))
  );
  background: linear-gradient(
    0deg,
    rgba(
        var(
          --gsc-collection-card-overlay-color,
          var(--gsc-image-opacity-color)
        ),
        var(--gsc-collection-card-overlay-opacity)
      )
      0%,
    rgba(
        var(
          --gsc-collection-card-overlay-color,
          var(--gsc-image-opacity-color)
        ),
        var(--gsc-collection-card-overlay-opacity)
      )
      100%
  );
}

.collection-card__overlay--bottom-gradient {
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(
        var(
          --gsc-collection-card-overlay-color,
          var(--gsc-image-opacity-color)
        ),
        0
      )),
    to(rgba(
        var(
          --gsc-collection-card-overlay-color,
          var(--gsc-image-opacity-color)
        ),
        var(--gsc-collection-card-overlay-opacity)
      ))
  );
  background: linear-gradient(
    180deg,
    rgba(
        var(
          --gsc-collection-card-overlay-color,
          var(--gsc-image-opacity-color)
        ),
        0
      )
      0%,
    rgba(
        var(
          --gsc-collection-card-overlay-color,
          var(--gsc-image-opacity-color)
        ),
        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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.collection-card__content--right-alignment {
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.collection-card__content--on-image-bottom-vertical.collection-card__content--center-alignment {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collection-card__content--on-image-bottom-vertical.collection-card__content--right-alignment {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.collection-card__content--on-image-top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.collection-card__content--on-image-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collection-card__content--on-image-bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.collection-card__content--on-image-bottom-vertical {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  text-align: left;
}

.collection-card__title {
  color: var(--gsc-text-color-100);
}

.collection-card__content--on-image-bottom-vertical
  .collection-card__superscript {
  left: 6px;
  top: 0;
}

.collection-card__count {
  color: rgba(var(--gsc-text-color), var(--gsc-body-font-opacity));
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-6);
  font-weight: var(--gsc-font-weight-medium);
}

.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,
.collection-list
  .collection-card__content--on-image
  .collection-card--with-text-on-image,
.collection-list .collection-card__content--on-image .collection-card__title,
.collection .collection-card__content--on-image .collection-card__title {
  --gsc-color-for-collection-card-title: rgba(
    var(--gsc-collection-card-title-color)
  );
  color: var(--gsc-color-for-collection-card-title, var(--gsc-white-color-100));
}

.collection .collection-card__content--on-image .collection-card__count,
.collection-list .collection-card__content--on-image .collection-card__count,
.mega-menu__block--collection-list
  .collection-card__content--on-image
  .collection-card__count {
  color: rgba(
    var(--gsc-collection-card-title-color, var(--gsc-white-color)),
    var(--gsc-body-font-opacity)
  );
}

.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 {
  -webkit-transition: var(--gsc-collection-card-transition);
  transition: var(--gsc-collection-card-transition);
}

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

.collage .collection-card .zoom {
  -webkit-transition: var(--gsc-collection-card-transition);
  transition: var(--gsc-collection-card-transition);
}

.collection-card--show-all-on-hover .collection-card__content {
  -webkit-transition: var(--gsc-collection-card-transition);
  transition: var(--gsc-collection-card-transition);
  opacity: 0;
}

.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 > * + * {
  -webkit-transition: var(--gsc-collection-card-transition);
  transition: var(--gsc-collection-card-transition);
}

.collection-card--show-button-on-hover .btn,
.collection-card--show-button-on-hover .link {
  position: absolute;
  -webkit-transform: translateY(-2.8rem);
          transform: translateY(-2.8rem);
  opacity: 0;
  -webkit-transition: var(--gsc-collection-card-transition);
  transition: var(--gsc-collection-card-transition);
}

.collection-card--show-button-on-hover .collection-card__content .btn {
  margin-top: 1.2rem;
}

@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 {
  -webkit-transition: var(--gsc-image-block-transition);
  transition: var(--gsc-image-block-transition);
}

.image-block .zoom {
  -webkit-transition: var(--gsc-image-block-transition);
  transition: var(--gsc-image-block-transition);
}

.image-block__caption {
  color: var(--gsc-text-color-100);
  -webkit-transition: var(--gsc-image-block-transition);
  transition: var(--gsc-image-block-transition);
}

.image-block__title {
  -webkit-transition: var(--gsc-image-block-transition);
  transition: var(--gsc-image-block-transition);
}

.image-block__text {
  overflow: visible;
  -webkit-transition: var(--gsc-image-block-transition);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 2rem;
}

.image-block__content {
  max-width: 100%;
  color: var(--gsc-text-color-100);
  position: relative;
  -webkit-transition: var(--gsc-image-block-transition);
  transition: var(--gsc-image-block-transition);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.image-block__content--vertical {
  width: 100%;
  height: 100%;
}

.image-block__content > * + * {
  padding: 1.2rem 0 0;
  -webkit-transition: var(--gsc-image-block-transition);
  transition: var(--gsc-image-block-transition);
}

.image-block__btn {
  padding-top: 2rem;
  -webkit-transition: var(--gsc-image-block-transition);
  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 {
  -webkit-transition: var(--gsc-image-block-transition);
  transition: var(--gsc-image-block-transition);
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}

.image-block__btn--default path {
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.mega-menu__block--vertical .rte p + p {
  margin-top: 0;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  background-color: var(--gsc-white-color-100);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0.6rem var(--gsc-white-color-20);
          box-shadow: 0 0 0 0.6rem var(--gsc-white-color-20);
  -webkit-transform: translate(-50%, -50%);
          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:-ms-fullscreen {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8rem;
     -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);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.pickup-availability-sidebar__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  height: 100%;
}

.pickup-availability-sidebar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pickup-availability-sidebar__header-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 2rem;
  margin: 3.2rem 0 0;
}

.comment-form__field-group {
  row-gap: 2rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sort-list-sidebar__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}

.sort-list-sidebar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sort-list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.1rem;
     -moz-column-gap: 1.1rem;
          column-gap: 1.1rem;
  cursor: pointer;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
}

.sort-list__btn-icon {
  width: 2.4rem;
  height: 2.4rem;
}

.sort-list__btn path {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.sort-list__btn.is-opened path {
  -webkit-transform: scale(1, -1);
          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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem 0;
  overflow-y: auto;
}

.filters__form-loading-overlay {
  position: absolute;
  z-index: 3;
}

.filters__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0.8rem 0 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease-in-out;
  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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.8rem;
  -webkit-column-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 1.6rem;
}

.filters__option-count {
  font-weight: var(--gsc-font-weight-medium);
  opacity: var(--gsc-body-font-opacity);
}

.filters__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  padding-bottom: 2rem;
  font-weight: var(--gsc-font-weight-bold);
  font-size: var(--gsc-fz-11);
  -webkit-column-gap: 1.6rem;
     -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;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.sidebar-filters__header {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 1.6rem 1.2rem 2.4rem;
  text-transform: uppercase;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  background: var(--gsc-background-color-100);
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-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 {
  -webkit-box-shadow: 0 0.8rem 3.2rem rgb(20, 20, 22, 0.1);
          box-shadow: 0 0.8rem 3.2rem rgb(20, 20, 22, 0.1);
}

.sidebar-filters__header-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.6rem;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  row-gap: 0.8rem;
}

.filters__active-options {
  padding-left: var(--gsc-container-padding);
  padding-right: var(--gsc-container-padding);
}

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 0.4rem 0.4rem 0.8rem;
  -webkit-column-gap: 0.4rem;
     -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 2rem;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  background: var(--gsc-background-color-100);
  -webkit-box-shadow: 0 -0.5rem 2.5rem var(--gsc-text-color-10);
          box-shadow: 0 -0.5rem 2.5rem var(--gsc-text-color-10);
}

.filters__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.6rem;
}

.filters__text-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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);
  -webkit-column-gap: 1.2rem;
     -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%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-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 {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  pointer-events: all;
}

.sidebar-filters--mobile[aria-visibillity='false'] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.sidebar-filters--mobile[aria-visibillity='true'] .sidebar-filters__body {
  -webkit-box-shadow: -4rem 0 11.6rem var(--gsc-text-color-15);
          box-shadow: -4rem 0 11.6rem var(--gsc-text-color-15);
}

.sidebar-filters__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
}

.price-range__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 0 2rem;
}

.price-range__number {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-shadow: none;
          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;
}

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

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

@-webkit-keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
            transform: none;
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
            transform: none;
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0 0 0 3rem var(--gsc-header-cart-icon-background-color);
            box-shadow: inset 0 0 0 3rem var(--gsc-header-cart-icon-background-color);
  }
}

@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0 0 0 3rem var(--gsc-header-cart-icon-background-color);
            box-shadow: inset 0 0 0 3rem var(--gsc-header-cart-icon-background-color);
  }
}

@-webkit-keyframes fillOuter {
  100% {
    -webkit-box-shadow: inset 0 0 0 3rem rgba(83, 158, 58, 10%);
            box-shadow: inset 0 0 0 3rem rgba(83, 158, 58, 10%);
  }
}

@keyframes fillOuter {
  100% {
    -webkit-box-shadow: inset 0 0 0 3rem rgba(83, 158, 58, 10%);
            box-shadow: inset 0 0 0 3rem rgba(83, 158, 58, 10%);
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.checkmark-with-chevron__icon {
  display: block;
  width: 4rem;
  height: 4rem;

  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 var(--gsc-header-cart-icon-background-color);
          box-shadow: inset 0 0 0 var(--gsc-header-cart-icon-background-color);
  -webkit-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;
          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 {
  -webkit-animation: ease-in-out 2s both,
    fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 rgba(83, 158, 58, 10%);
          box-shadow: inset 0 0 0 rgba(83, 158, 58, 10%);
  width: 6.4rem;
  height: 6.4rem;

  -webkit-animation: fillOuter 1s ease-in-out 1s forwards;

          animation: fillOuter 1s ease-in-out 1s forwards;
}

.checkmark-with-chevron__circle {
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          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 {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.close-cursor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--gsc-close-cursor-zIndex);
  width: 5.2rem;
  height: 5.2rem;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  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%;
  -webkit-box-shadow: 0 0.4rem 1.6rem rgb(0, 0, 0, 0.08);
          box-shadow: 0 0.4rem 1.6rem rgb(0, 0, 0, 0.08);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  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-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%
  );
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  content: '';
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: var(--gsc-content-align);
      -ms-flex-pack: var(--gsc-content-align);
          justify-content: var(--gsc-content-align);
  width: 100%;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  row-gap: 1.6rem;
}

.image-banner__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: auto;
}

.image-banner__btns--with-first-button-link {
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
}

.image-banner__btns--with-second-button-link {
  -webkit-column-gap: 4.4rem;
     -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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  color: var(--gsc-text-color-100);
}

.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__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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: var(--gsc-content-align);
      -ms-flex-pack: var(--gsc-content-align);
          justify-content: var(--gsc-content-align);
  width: 100%;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  row-gap: 1.6rem;
}

.split-image-banner__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
}

.split-image-banner__btns--with-first-button-link {
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
}

.split-image-banner__btns--with-second-button-link {
  -webkit-column-gap: 4.4rem;
     -moz-column-gap: 4.4rem;
          column-gap: 4.4rem;
}

.split-image-banner__container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.split-image-banner__left-media,
.split-image-banner__right-media {
  position: relative;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          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 */
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(var(--gsc-left-image-width) - 0.1rem);
          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 */
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(var(--gsc-right-image-width) - 0.1rem);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transform: translateX(-50%);
          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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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%;
  -webkit-box-shadow: 0 0.4rem 1.6rem rgb(0, 0, 0, 0.08);
          box-shadow: 0 0.4rem 1.6rem rgb(0, 0, 0, 0.08);
  cursor: pointer;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-transition: background-color 0.25s ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0 0 3.2rem;
  -webkit-column-gap: 2.8rem;
     -moz-column-gap: 2.8rem;
          column-gap: 2.8rem;
  row-gap: 2rem;
}

.collection__collection-card-slide {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.collection__header--center {
  text-align: center;
}

.collection__header--right {
  text-align: right;
}

.collection__header--with-tabs {
  margin: 0 0 2.4rem;
}

.collection__tab-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  --gsc-space-between-cards: 3.2rem;
}

.collection__tab-carousel--center .carousel__viewport {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  max-width: 100%;
}

.collection__tab-carousel--right .carousel__viewport {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  max-width: 100%;
}

.collection__tab-list {
  display: none;
}

.collection__tab-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 fit-content;
          flex: 0 0 fit-content;
  min-width: 0;
  font-weight: var(--gsc-font-weight-medium);
}

.collection--grid-with-mobile-carousel .collection__card-grid {
  display: none;
}

.collection__card-grid .collection__collection-card {
  -ms-flex-item-align: start;
      align-self: flex-start;
  height: auto;
}

.collection-text__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 3.2rem;
  -webkit-column-gap: 6.4rem;
     -moz-column-gap: 6.4rem;
          column-gap: 6.4rem;
}

.collection-text__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  padding: 0 2rem;
}

.collection-text__content--center-alignment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.collection-text__content--right-alignment {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

.container--with-aside-paddings .collection-text__content {
  padding: 0;
}

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

  padding-top: var(--gsc-mobile-spacing-top);
  padding-bottom: var(--gsc-mobile-spacing-bottom);
  background: var(--gsc-background-color-100);
}

.announcement-bar__outer-container {
  padding: 0;
}

.announcement-bar__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100%;
}

.announcement-bar__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  font-size: calc(var(--gsc-body-font-scale) * 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9rem 0;
  -webkit-column-gap: 0.7rem;
     -moz-column-gap: 0.7rem;
          column-gap: 0.7rem;
}

.announcement__carousel-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.announcement-bar__carousel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.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__center-panel {
  max-width: 100%;
}

.announcement-bar__left-panel,
.announcement-bar__right-panel {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.announcement-bar__right-panel {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.announcement-bar__social-list {
  margin-left: -1.3rem;
}

/* header section wrapper */

.shopify-section-header {
  position: relative;
  z-index: 999;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;

  margin-top: var(--gsc-mobile-spacing-top);
  margin-bottom: var(--gsc-mobile-spacing-bottom);

  opacity: 0;
}

.shopify-section-header[visible] {
  opacity: 1;
  top:0 !important;
}

.shopify-section-header[dynamic-sticky] {
  position: static;
}

.shopify-section-header[dynamic-sticky].scrolled {
  position: sticky;
  top: calc(
    -30px - var(--gsc-header-height) - var(--gsc-desktop-spacing-bottom)
  );
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.shopify-section-header--with-cart-popup[dynamic-sticky] {
  z-index: 9999;
}

.shopify-section-header[dynamic-sticky].scrolled[aria-hidden='false'] {
  -webkit-transform: translateY(
    calc(29px + var(--gsc-header-height) + var(--gsc-desktop-spacing-bottom))
  );
          transform: translateY(
    calc(29px + var(--gsc-header-height) + var(--gsc-desktop-spacing-bottom))
  );
}

.header__container {
  padding: 0;

  width: 100%;
}

/* header */

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--gsc-text-color-100);
  font-family: var(--gsc-menu-font-family);
  background-color: var(--gsc-background-color-100);
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.header--with-shadow {
  -webkit-box-shadow: 0 0.8rem 1.6rem var(--gsc-black-color-5);
          box-shadow: 0 0.8rem 1.6rem var(--gsc-black-color-5);
}

.header__inner-background {
  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;

  -webkit-transition-property: max-width, border-radius, background-color, opacity;

  transition-property: max-width, border-radius, background-color, opacity;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  //background-color: var(--gsc-background-color-100);

  display: none;
}

.header--bordered .header__inner-background {
  display: block;
  border-bottom: 1px solid var(--gsc-border-color-100);
  width: 100%;
  height: calc(100% + 1px);
}

.header--bordered[is-transparent] .header__inner-background {
  border-color: var(--gsc-transparent-background);
}

.header--bordered[is-transparent]:has(.hamburger.is-opened)
  .header__inner-background {
  border-color: var(--gsc-border-color-100);
}

/* header grid */

.header__grid {
  backdrop-filter: blur(10px);
    background: #fffdf5d4;
  min-height: 6.8rem;
  padding-inline: 2.4rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;

  position: relative;
  z-index: 4;
}

/* Nav */

.header__dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__dropdown-toggle-chevron {
  width: 2.2rem;
  height: 2.2rem;

  -webkit-transform: rotate(90deg);

          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.header__dropdown-toggle[data-aria-expanded='true']
  .header__dropdown-toggle-chevron {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.header__menu {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  min-width: 240px;
  max-width: 340px;
  max-height: calc(100vh - var(--gsc-header-bottom-side, 0) - 6.4rem);
  padding: 2rem 3.2rem;
  background: var(--gsc-background-color-100);
  overflow-x: hidden;
  overflow-y: auto;
  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__menu--inside-full-width-dropdown {
  padding: 3.2rem;
  -webkit-box-shadow: 1.6rem 1.6rem 2.4rem -0.4rem var(--gsc-black-color-10);
          box-shadow: 1.6rem 1.6rem 2.4rem -0.4rem var(--gsc-black-color-10);
}

.header__dropdown-menu--with-mega-menu {
  overflow: auto;
}

.header__dropdown-menu--with-mega-menu .header__menu-item--medium {
  padding: 1rem 0;
}

.header__wide-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  max-width: 340px;
  padding: 1.6rem 3.2rem 2rem;
}

.header__nav {
  display: none;
  grid-area: nav;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.4rem;
  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;
}

.header__localization-settings {
  display: none;
}

/* icons */

.header__icons-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: icons-left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.header__icon--people {
  display: none;
}

.header__icons-left .header__icon--people {
  display: inline;
}

.header__icons-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: icons-right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: flex-end;
  margin-right: -0.8rem;
  z-index: 2;
}

.header__icon {
  position: relative;
  width: 3.8rem;
  padding: 1rem 0.8rem;
}

.header__cart-icon {
  position: relative;
}

/* Logo */

.header__logos {
  position: relative;
  display: grid;
  place-items: center;
  z-index: 2;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: logo;
  z-index: 2;

  -webkit-transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out;

  transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out;
}

.header__logo--initial {
  opacity: 0;
}

.header__logo--transparent {
  z-index: 1;
  opacity: 1;
}

.shopify-section-header.scrolled[with-sticky-colored] .header__logo--initial,
.header[is-transparent]:has(.hamburger.is-opened) .header__logo--initial,
.header[is-transparent]:has(.header__dropdown--full-width[aria-hidden='false'])
  .header__logo--initial {
  opacity: 1;
}

.shopify-section-header.scrolled[with-sticky-colored]
  .header__logo--transparent,
.header[is-transparent]:has(.hamburger.is-opened) .header__logo--transparent,
.header[is-transparent]:has(.header__dropdown--full-width[aria-hidden='false'])
  .header__logo--transparent {
  opacity: 0;
}

.header__logo--mobile .logo-img {
  max-width: 35vw;
}

.header__logo--desktop {
  display: none;
  max-width: var(--gsc-logo-width);
}

/* grid */

.header__grid {
  display: grid;
  grid-column-gap: 1.2rem;
  grid-template-areas: 'icons-left logo icons-right';
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

/* mega menu */

.header__dropdown--full-width {
  width: 100%;
}

.mega-menu__outer-container {
  padding: 0;
}

.round-style .shopify-section-header.scrolled .mega-menu__outer-container {
  padding-inline: 0;
}

.mega-menu__inner-container {
  padding: 0;
  background: var(--gsc-background-color-100);
}

.mega-menu__inner-container:has(.mega-menu__nav) {
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr);
}

.mega-menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.mega-menu__list {
  width: 100%;
  max-width: 44.8rem;
}

.header__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-decoration: none;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  border-radius: var(--gsc-menu-item-border-radius, 0);
  cursor: pointer;
}

.header__menu-item-label,
.drawer-menu__menu-item-label {
  display: inline !important;
  background-position: 0 100%;
  background-image: -webkit-gradient(
    linear,
    left top, right top,
    from(var(--gsc-text-color-100)),
    to(var(--gsc-text-color-100))
  );
  background-image: linear-gradient(
    to right,
    var(--gsc-text-color-100),
    var(--gsc-text-color-100)
  );
  background-size: 0 0.1rem;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-size 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding-bottom: 4px;
}

.header__menu-item--small {
  padding: 0.8rem 0;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: 400;
  color: var(--gsc-text-color-100);
}

.header__menu-item--medium {
  padding: 1.2rem 0;
  font-weight: 700;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
}

.mega-menu__block {
  width: 100%;
}

.mega-menu__block--only-mobile-visible {
  display: grid;
}

.mega-menu__block--only-desktop-visible {
  display: none;
}

.mega-menu__block--featured-collection.mega-menu__block--only-mobile-visible {
  display: block;
}

.mega-menu__chevron {
  width: 2.4rem;
  height: 2.4rem;
}

.mega-menu__block--spaced {
  padding: 0 var(--gsc-mega-menu-block-paddings)
    var(--gsc-mega-menu-block-paddings);
}

.header__dropdown-menu
  .mega-menu__block--collection-list
  .collection-card__content--under-image:not(
    .collection-card__content--bottom-spacing
  ) {
  padding-bottom: 0;
}

.mega-menu__block--with-mobile-paddings-on-product .product-card__details,
.mega-menu__block--with-mobile-paddings-on-product
  .collection-card__content--under-image {
  padding: 0.8rem 0.8rem 2rem 1.2rem;
}

.drawer-menu__page
  .mega-menu__block--with-mobile-paddings-on-product
  .product-card__details,
.drawer-menu__page
  .mega-menu__block--with-mobile-paddings-on-product
  .collection-card__content--under-image {
  padding: 0.8rem 0.8rem 2rem 1.2rem;
}

.header__dropdown-menu
  .mega-menu__block--collection-list
  .collection-card--with-background
  .collection-card__content--under-image {
  padding-left: 1.2rem;
  padding-bottom: 2rem;
}

.mega-menu__nav ~ .mega-menu__block--spaced {
  padding: 0 3.2rem 3.2rem;
}

.mega-menu .header__menu {
  -webkit-box-shadow: 1.6rem 1.6rem 2.4rem -0.4rem var(--gsc-black-color-10);
          box-shadow: 1.6rem 1.6rem 2.4rem -0.4rem var(--gsc-black-color-10);
}

/* MEGAMENU TYPE */

.mega-dropdown .mega-menu__inner-container {
  width: 100%;
  grid-template-columns: unset;
}

.mega-dropdown .mega-menu__columns {
  padding: 1.6rem 4rem 3.2rem 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.mega-menu__columns.mega-menu__columns--align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.mega-dropdown .mega-menu__block {
  padding: 0 var(--gsc-mega-menu-block-paddings)
    var(--gsc-mega-menu-block-paddings);
}

.mega-dropdown__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__menu-item--mega-title {
  font-weight: 700;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  padding-block: 0.8rem;
}

.mega-dropdown__column:has(.header__menu-item--mega-subtitle)
  .header__menu-item--mega-title {
  margin-bottom: 0.8rem;
}

.header__menu-item--mega-subtitle {
  font-size: var(--gsc-fz-12);
  font-weight: 400;
  line-height: 22px;
  color: var(--gsc-text-color-70);
  padding-block: 0.6rem;
}

.header__menu-item--mega-subtitle--current .header__menu-item-label,
.header__menu-item.active .header__menu-item-label,
.drawer-menu__menu-item.active .drawer-menu__menu-item-label {
  background-size: 100% 0.1rem;
}

.header__menu-item.active:hover,
.drawer-menu__menu-item.active:hover {
  color: var(--gsc-text-color-100);
}

/* FLOAT ELEMENTS ANIMATIONS */

.header__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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;
  z-index: -1;

  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: var(--gsc-base-radii, 0);
  border-bottom-left-radius: var(--gsc-base-radii, 0);
  overflow: hidden;

  -webkit-transition: visibility 0.4s ease-in-out;

  transition: visibility 0.4s ease-in-out;
}

.header__dropdown:has(
    .header__menu-item-wrap[data-childlink][data-aria-expanded='true']
  ) {
  overflow: visible;
}

.header__dropdown-menu {
  display: block;
  width: 100%;
  padding: 0;
  background: var(--gsc-background-color-100);

  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: var(--gsc-base-radii, 0);
  border-bottom-left-radius: var(--gsc-base-radii, 0);

  --gsc-menu-item-border-radius: var(--gsc-header-menu-item-radii);

  -webkit-transform: translateY(-130%);

          transform: translateY(-130%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.header__dropdown[aria-hidden='false'] .header__dropdown-menu--with-mega-menu {
  max-height: calc(100vh - var(--gsc-header-bottom-side, 0) - 6.4rem);
  overflow-y: auto;
}

.header__dropdown[aria-hidden='false']
  .header__dropdown-menu--with-mega-menu::-webkit-scrollbar {
  display: none;
}

/* TRANSPARENT */

.header[is-transparent] {
  background-color: transparent;
}

.header[is-transparent].header--bordered {
  border-color: var(--gsc-transparent-background);

  -webkit-transition: border 0.1s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;

  transition: border 0.1s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;

  transition: border 0.1s ease-in-out, box-shadow 0.2s ease-in-out,
    background-color 0.2s ease-in-out;

  transition: border 0.1s ease-in-out, box-shadow 0.2s ease-in-out,
    background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.header[is-transparent].header--bordered:has(.hamburger.is-opened) {
  border-color: var(--gsc-border-color-100);
  -webkit-transition: border 0.1s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.1s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.1s ease-in-out, box-shadow 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: border 0.1s ease-in-out, box-shadow 0.2s ease-in-out,
    background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.header[is-transparent] .header__grid {
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  color: var(--gsc-transparent-items-color);
}

.round-style .header[is-transparent] .header__grid {
  //background-color: transparent;
}

.header[is-transparent] .header__inner-background {
  border-radius: 0;
  display: block;
  background-color: var(--gsc-transparent-background);
  color: var(--gsc-transparent-items-color);
  -webkit-backdrop-filter: blur(var(--gsc-transparent-blur));
          backdrop-filter: blur(var(--gsc-transparent-blur));
}

.header[is-transparent] .hamburger__line {
  background: var(--gsc-transparent-items-color);

  -webkit-transition: background-color 0.25s ease-in-out,
    -webkit-transform 200ms cubic-bezier(0.68, -0.6, 0.32, 1.6);

  transition: background-color 0.25s ease-in-out,
    -webkit-transform 200ms cubic-bezier(0.68, -0.6, 0.32, 1.6);

  transition: transform 200ms cubic-bezier(0.68, -0.6, 0.32, 1.6),
    background-color 0.25s ease-in-out;

  transition: transform 200ms cubic-bezier(0.68, -0.6, 0.32, 1.6),
    background-color 0.25s ease-in-out,
    -webkit-transform 200ms cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.header[is-transparent] .header__logo,
.header[is-transparent] .header__icon {
  color: var(--gsc-transparent-items-color);

  -webkit-transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out;

  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.shopify-section-header.scrolled[with-sticky-colored]
  .header__inner-background {
  color: var(--gsc-text-color-100);
  background-color: var(--gsc-background-color-100);
}

.shopify-section-header.scrolled[with-sticky-colored] .header__grid,
.shopify-section-header.scrolled[with-sticky-colored] .header__logo,
.shopify-section-header.scrolled[with-sticky-colored] .header__icon {
  color: var(--gsc-text-color-100);
}

.shopify-section-header.scrolled[with-sticky-colored] .hamburger__line {
  background: var(--gsc-text-color-100);
}

.header[is-transparent]:has(.hamburger.is-opened) .header__grid {
  color: var(--gsc-text-color-100);
  background-color: var(--gsc-background-color-100);
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.header[is-transparent]:has(.hamburger.is-opened) .header__logo,
.header[is-transparent]:has(.hamburger.is-opened) .header__icon {
  color: var(--gsc-text-color-100);
}

.header[is-transparent]:has(.hamburger.is-opened) .hamburger__line {
  background: var(--gsc-text-color-100);
}

.header[is-transparent]:has(.header__dropdown[aria-hidden='false'])
  .header__logo,
.header[is-transparent]:has(.header__dropdown[aria-hidden='false'])
  .header__icon {
  color: var(--gsc-text-color-100);
}

.header[without-border]:has(.hamburger.is-opened) {
  border-color: var(--gsc-border-color-100);
}

.header__dropdown-backdrop {
  -webkit-transition: max-height 0.2s ease-in-out,
    background-color 0.25s ease-in-out 0.25s, border-radius 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out,
    background-color 0.25s ease-in-out 0.25s, border-radius 0.2s ease-in-out;
  max-height: calc(
    var(--gsc-header-backdrop-height) + var(--gsc-header-height)
  );
  min-height: var(--gsc-header-height);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: transparent;
  height: calc(100vh - var(--gsc-header-bottom-side, 0));
  display: none;
}

.header__dropdown-backdrop--with-shadow {
  -webkit-box-shadow: 0 0.8rem 1.6rem var(--gsc-black-color-5);
          box-shadow: 0 0.8rem 1.6rem var(--gsc-black-color-5);
}

.header--bordered .header__dropdown-backdrop {
  max-height: calc(
    var(--gsc-header-backdrop-height) + var(--gsc-header-height) - 1px
  );
}

/* 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-toggle[mock] {
  display: none;
}

.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);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  transition: -webkit-transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  transition: transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  transition: transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing), -webkit-transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  will-change: transform;
  font-family: var(--gsc-menu-font-family);
}

.drawer-menu.is-opened {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.drawer-menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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 {
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}

.drawer-menu__list-title--desktop {
  display: none;
}

.drawer-menu__list-title-body {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 5.6rem;
  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 {
  -webkit-box-shadow: 0 0.4rem 1.6rem rgb(20, 20, 22, 0.1);
          box-shadow: 0 0.4rem 1.6rem rgb(20, 20, 22, 0.1);
  z-index: 3;
}

.drawer-menu__list-title-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem 5.6rem 1rem 0;
  overflow: hidden;
  text-align: center;
}

.drawer-menu__list-title-chevron-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  background: var(--gsc-background-color-100);
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.drawer-menu__list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  margin: 2.4rem auto 3.2rem;
  padding: 0 3.2rem;
}

.drawer-menu__page[data-prev-page-id] .drawer-menu__list-body {
  margin: 1.6rem auto 3.2rem;
}

.drawer-menu__settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 0.8rem;
  color: var(--gsc-text-color-100);
  text-decoration: none;
  margin-right: auto;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--gsc-background-color-100);
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  will-change: transform;
}

.drawer-menu__page[aria-hidden='true'] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.drawer-menu__page[aria-hidden='false'] {
  -webkit-transform: translateX(0%);
          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;
} */

.is-editor-mode .drawer-menu__list,
.is-editor-mode .drawer-menu__mega-menu-wrapper {
  -webkit-transition: none !important;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1.2rem 0;
  text-decoration: none;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  border-radius: var(--gsc-base-radii, 0);
  cursor: pointer;
  font-size: var(--gsc-drawer-menu-font-size);
  line-height: var(--gsc-menu-line-height);
  font-weight: var(--gsc-menu-font-weight);
}

.drawer-menu__menu-item--desktop-visible {
  display: none;
}

.drawer-menu__menu-item--desktop-visible.drawer-menu__menu-item--mobile-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drawer-menu__page[data-page-id='Menu'] .drawer-menu__menu-item {
  text-transform: var(--gsc-menu-text-transform);
  letter-spacing: var(--gsc-drawer-menu-font-letter-spacing);
}

.drawer-menu__menu-item-label {
  max-width: 100%;
  overflow: hidden;
}

.drawer-menu__menu-item--small {
  font-size: var(--gsc-fz-12);
  font-weight: 400;
  line-height: 22px;
}

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

.drawer-menu__localization-dropdown {
  -webkit-box-shadow: 0 -1.6rem 2.4rem -1.4rem var(--gsc-black-color-5);
          box-shadow: 0 -1.6rem 2.4rem -1.4rem var(--gsc-black-color-5);
}

.drawer-menu__mega-menu-wrapper--only-mobile-visible {
  display: block;
}

.drawer-menu__mega-menu-wrapper--only-desktop-visible {
  display: none;
}

.drawer-menu .card-carousel__position-btn-wrap .shape {
  overflow: visible;
}

.footer__container {
  overflow: hidden;
  border-radius: var(--gsc-base-radii, 0);
}

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

.footer__card-grid {
  padding: 5rem 0 5.6rem;
}

.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 1.2rem;
}

.footer__title {
  margin: 0 0 2rem;
}

.footer__text + .footer__social-list {
  margin-top: 1.6rem;
}

.footer__social-list {
  margin-left: -1rem;
}

.footer__utils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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__logo .logo-img {
  max-width: 100%;
}

.footer__settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}

.footer__bottom-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 2.4rem;
}

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

.footer__payment-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  row-gap: 0.8rem;
}

.footer__extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 2.4rem;
  margin: 2.2rem 0 0;
}

.footer__copyright {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 2.4rem;
  padding: 0 0 3rem;
}

.footer__policies-item {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 2rem;
}

.product-recommendations__header--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-recommendations__header--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 2rem;
}

.recently-viewed__header--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.recently-viewed__header--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.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 ul,
.product-details__rte ol {
  padding: 0 0 0 2.8rem;
}

.product-details__tab-names {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  padding: 0 0 4rem;
  overflow: auto;
  min-width: 100vw;
  margin-left: calc(-1 * var(--gsc-container-padding));
  padding-inline: var(--gsc-container-padding);
  scrollbar-width: none;
}

.product-details__tab-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding:10px;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  border: 2px solid transparent;
  text-decoration: none;
  color: black;
  cursor: pointer;
  text-wrap: nowrap;
}

.product-details__tab-name:hover{
  border: 2px solid #28a745;
  border-radius: 10px;
  color: #28a745;
}

.product-details__tab-name.selected {
  background: #f2fff642;
    color: #28a745;
    border: 2px solid #28a745;
    border-radius: 10px;
    padding: 10px;
}

.product-details__tab-name.selected:hover {
  background: #f2fff642;
    color: #28a745;
    border: 2px solid #28a745;
    border-radius: 10px;
    padding: 10px;
}

.product-details__tab-name-icon {
  width: var(--gsc-icon-size);
  height: var(--gsc-icon-size);
  -o-object-fit: contain;
     object-fit: contain;
}

.product-details__tab-name-carousel-slide {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}


.product-details__content-tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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-body > * + .faq__text {
  margin: 1.6rem 0 0;
}

.faq__content-body > * + .faq__btn {
  margin: 3.2rem 0 0;
}

.faq__content {
  text-align: left;
}

.faq__content--align-center {
  text-align: center;
}

.faq__content--align-right {
  text-align: right;
}

.faq__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 2rem;
  font-weight: var(--gsc-font-weight-bold);
  -webkit-column-gap: 1.2rem;
     -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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-icon-size, 2.4rem);
  height: var(--gsc-icon-size, 2.4rem);
  -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);
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq__accordeon-plus-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.multicolumn__content > * + * {
  margin: 1.6rem 0 0;
}

.multicolumn__container:has(.container__header) > * + * {
  margin: 4rem 0 0;
}

.multicolumn__column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.multicolumn__content-wrap--align-left,
.multicolumn__column--align-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.multicolumn__content-wrap--align-center,
.multicolumn__column--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.multicolumn__content-wrap--align-right,
.multicolumn__column--align-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.multicolumn__column-media--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.multicolumn__column-media--align-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          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: max(2.4rem, var(--gsc-content-spacing))
    max(2rem, var(--gsc-content-spacing))
    max(2.4rem, var(--gsc-content-spacing))
    max(2rem, var(--gsc-content-spacing));
}

.multicolumn__column-media + .multicolumn__details {
  padding-top: 0;
}

.multicolumn__column--transparent .multicolumn__column-media--icon {
  padding: var(--gsc-content-spacing) max(0.8rem, var(--gsc-content-spacing))
    1.6rem 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 + * {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.logo-list__header {
  margin: 0 0 4rem;
}

.logo-list__header--center {
  text-align: center;
}

.logo-list__header--right {
  text-align: right;
}

.logo-list__slide {
  min-width: var(--gsc-slide-width);
  width: var(--gsc-slide-width);
}

.logo-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
  -webkit-transform: none;
          transform: none;

  --space-between-cards: 2rem;
}

.logo-list__carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-column-gap: 1.6rem;
     -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;
  -webkit-transition: opacity 0.2s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--gsc-space-between-cards);
     -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
}

.gift-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 0;
}

.gift-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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);
  font-size: calc(var(--gsc-body-font-scale) * var(--gsc-fz-11));
  line-height: var(--gsc-lh-4);
  font-weight: ;
}

.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;
  -webkit-box-shadow: 0 4rem 2.8rem -2.4rem var(--gsc-black-color-5),
    0 3.6rem 6rem -1.6rem var(--gsc-black-color-35);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4rem 0 0;
  padding: 0.5rem;
  background-color: var(--gsc-white-color-100);
}

.gift-page__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 1.6rem;
  margin: 3.2rem 0 0;
}

.gift-page__print-btn {
  color: var(--gsc-text-color-35);
  -webkit-column-gap: 1rem;
     -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;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--gsc-white-color-100);
  background: var(--gsc-black-color-30);
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  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-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%
  );
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  content: '';
}

.newsletter__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.newsletter__input-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}

.newsletter__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.6rem;
}

.newsletter__input {
  padding: 1.6rem 2.4rem;
}

.newsletter__text,
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.testimonials__carousel--tablet,
.testimonials__carousel--desktop,
.testimonials__grid--desktop {
  display: none;
}

.testimonials__carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.1s linear 0.1s, -webkit-transform 0.2s linear;
  transition: opacity 0.1s linear 0.1s, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, opacity 0.1s linear 0.1s;
  transition: transform 0.2s linear, opacity 0.1s linear 0.1s, -webkit-transform 0.2s linear;
}

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

.testimonials__carousel-btn--prev {
  -webkit-transform: translate(calc(-1 * (2.4rem + 100%)), -50%);
          transform: translate(calc(-1 * (2.4rem + 100%)), -50%);
  left: 2.4rem;
}

.testimonials__carousel-btn--next {
  -webkit-transform: translate(calc(2.4rem + 100%), -50%);
          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__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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.account__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-width: 24.8rem;
}

.account-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.4rem 1.6rem;
  text-decoration: none;
  -webkit-column-gap: 1.6rem;
     -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;
  -webkit-transform: rotate(90deg);
          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);
  -webkit-box-align: start;
      -ms-flex-align: start;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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__content {
  padding: 2rem;
}

.collage .quote {
  --gsc-rating-stars-color: #f49a13;
}

.collage .sidebar__body .quote {
  padding: 0;
}

.collage__card-grid-item-body {
  height: 100%;
  width: 100%;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.5s linear;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-modal__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.product-modal__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background-color: var(--gsc-background-color-100);
  outline: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  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%;
  -webkit-transform: translate(calc(100% + var(--gsc-space-from-window-side)), 0%);
          transform: translate(calc(100% + var(--gsc-space-from-window-side)), 0%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-transition: -webkit-transform 0.2s linear 0.2s;
  transition: -webkit-transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, -webkit-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 {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  -webkit-transition-delay: 0s;
          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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.product-modal__carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 4.8rem;
  height: 4.8rem;
  -webkit-transition: -webkit-transform 0.2s linear 0.2s;
  transition: -webkit-transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, -webkit-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);
  -webkit-transform: translate(calc(100% + var(--gsc-space-from-window-side)), -50%);
          transform: translate(calc(100% + var(--gsc-space-from-window-side)), -50%);
}

.product-modal__carousel-btn--prev {
  left: var(--gsc-space-from-window-side);
  -webkit-transform: translate(
    calc(-1 * (100% + var(--gsc-space-from-window-side))),
    -50%
  );
          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 {
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.product-modal__slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-modal__image-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.product-modal__image-wrap[is-pinch-scaling],
.product-modal__image-wrap[is-dragging] {
  -webkit-transition: none;
  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;
  -webkit-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}

.product-modal.is-opened .product-modal__image[is-loaded] {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          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;
  -webkit-transform: translate(-50%, calc(100% + var(--gsc-space-from-window-side)));
          transform: translate(-50%, calc(100% + var(--gsc-space-from-window-side)));
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-transition: -webkit-transform 0.2s linear 0.2s;
  transition: -webkit-transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, -webkit-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 {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition-delay: 0s;
          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-media-carousel__btn {
  display: none;
}

/* product thumbnail carousel */

.product-thumbnail-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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));
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-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;
  -webkit-box-shadow: 0 0 0 0.1rem var(--gsc-text-color-100) inset,
    0 0 0 0.4rem var(--gsc-background-color-100) inset;
          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;
  -webkit-transition: opacity 200ms ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
  -webkit-transition: opacity 0.25s ease;
  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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product-thumbnail-carousel__btn--under {
  top: 50%;
  -webkit-transform: translateY(-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 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.product-thumbnail-carousel__chevron--bottom {
  -webkit-transform: rotate(90deg);
          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;
}

.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: var(--gsc-desktop-space-between-media);

  --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 {
  -webkit-transform: translateY(calc(-50% - var(--gsc-desktop-space-between-media)));
          transform: translateY(calc(-50% - var(--gsc-desktop-space-between-media)));
  padding: 0 1.5rem;
}

.product-mobile-media--thumbnails-bottom-with-two-images
  .product-thumbnail-carousel-mobile {
  margin-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-mobile-media--thumbnails-bottom-with-two-images
  .product-thumbnail-carousel-mobile__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.product-media-carousel-mobile__carousel--with-overlay
  .product-thumbnail-carousel-mobile__thumb-image {
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
          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;
  -webkit-box-shadow: 0 0 0 0.1rem var(--gsc-text-color-100) inset,
    0 0 0 0.3rem var(--gsc-background-color-100) inset;
          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;
  -webkit-transition: opacity 200ms ease-in-out;
  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;
  -webkit-box-shadow: 0 0 0 0.1rem var(--gsc-text-color-100);
          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 {
  -webkit-box-shadow: 0 0 0 0.1rem var(--gsc-background-color-100),
    0 0 0 0.3rem var(--gsc-background-color-100);
          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 {
  -webkit-box-shadow: 0 0 0 0.1rem var(--gsc-text-color-100),
    0 0 0 0.4rem var(--gsc-background-color-100);
          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: var(--gsc-desktop-space-between-media);
  position: relative;
}

.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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0;
  padding: 8px;
  -webkit-box-shadow: 0px 0px 20px 0px var(--gsc-foreground-color-5);
          box-shadow: 0px 0px 20px 0px var(--gsc-foreground-color-5);
}

.product-media-carousel-mobile__carousel .card-carousel__carousel-btn--prev {
  left: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  padding-inline: 1.6rem;
}

.product-media-carousel-mobile__dots-carousel {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.product-media-carousel-mobile__dots-carousel .solid-dots-carousel__container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  background: var(--gsc-background-color-25);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 12px;

  max-width: -webkit-fit-content;

  max-width: -moz-fit-content;

  max-width: fit-content;
}

.product-media-carousel-mobile__dots-carousel
  .solid-dots-carousel__solid-dot-circle {
  -webkit-transition: all 0.15s ease-in-out;
  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));
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  gap: var(--gsc-desktop-space-between-media);
}

.product-media-carousel-mobile__carousel--with-overlay
  .product-thumbnail-carousel-mobile__container {
  gap: calc(var(--gsc-desktop-space-between-media) + 4px);
}

.product-thumbnail-carousel-mobile__thumb-icon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
  -webkit-transition: opacity 0.25s ease;
  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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product-thumbnail-carousel-mobile__btn--under {
  top: 50%;
  -webkit-transform: translateY(-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 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.product-thumbnail-carousel-mobile__chevron--bottom {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

[data-shopify='shop-promise-pdp'] {
  display: none;
}

.product-price-wrapper {
  display: block;
}

.product-price__tax-status {
  margin: 0.4rem 0 0;
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-6);
  font-weight: ;
}

.product-price__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

.product-price__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.6rem;
     -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: var(--gsc-product-price-fw);
}

.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: var(--gsc-product-old-price-font-weight);
}

.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(
    auto-fit,
    var(--gsc-product-section-swatch-width)
  );
  gap: 1.2rem;
}

.product-variant-picker__shape-swatches {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    var(--gsc-product-section-swatch-width)
  );
  gap: 1.2rem;
}

.product-media-grid {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  grid-template-columns: repeat(1, 1fr);
  -webkit-column-gap: var(--gsc-desktop-space-between-media);
     -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 {
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.product-quantity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 2rem;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}

.product-content-tab__title-icon {
  width: var(--gsc-icon-size, 2.4rem);
  height: var(--gsc-icon-size, 2.4rem);
  -o-object-fit: contain;
     object-fit: contain;
}

.product-content-tab__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  cursor: pointer;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(1.55);
            transform: scale(1.55);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(1.55);
            transform: scale(1.55);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.1;
  }
}

.product-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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 {
  -webkit-animation: pulse 1s ease-in-out infinite;
          animation: pulse 1s ease-in-out infinite;
}

.product-stock--zero {
  opacity: 0.35;
}

.product-variant-picker {
  display: block;
}

.product-variant-picker__popup-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.8rem;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  cursor: pointer;
  -webkit-transition: color 0.25s ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 2.4rem;
}

.product-variant-picker__pill-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  row-gap: 1.2rem;
}

.product-variant-picker__option-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          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;
  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__title--align-right {
  text-align: right;
}

.product-related-products-block__grid {
  display: grid;
  gap: var(--gsc-space-between-cards);
}

.product-related-products-block__grid--horizontal {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.2rem;
}

.product-related-products-block__grid--vertical {
  grid-template-columns: repeat(2, 1fr);
}

.product-related-products-block[is-ready] {
  display: block;
}

.product-related-products-block .card-carousel__viewport {
  border-radius: 0;
}

.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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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 {
  display: block;
  padding-right: var(--gsc-container-padding);
  padding-left: var(--gsc-container-padding);

  --gsc-product-related-products-slide-width-vertical: 38.75%;
  --gsc-product-related-products-slide-width-horizontal: 100%;
}

.product__info-wrapper--small {
  --gsc-product-related-products-slide-width-vertical: 67%;
}

.product__info-wrapper--wide {
  --gsc-product-related-products-slide-width-horizontal: 85%;
}

.product__content--with-not-fixed-content .product__info-wrapper--wide {
  --gsc-product-related-products-slide-width-horizontal: 65%;
}

.product__content--with-not-fixed-content .product__info-wrapper--wide-plus {
  --gsc-product-related-products-slide-width-vertical: 29%;
  --gsc-product-related-products-slide-width-horizontal: 41%;
}

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

.theme-with-size1-swatch-in-product-section {
  --gsc-product-section-swatch-width: 39.5px;
  --gsc-swatch-border-radius: var(--gsc-product-card-size1-swatch-radii);
}

.theme-with-size2-swatch-in-product-section {
  --gsc-product-section-swatch-width: 46.8px;
  --gsc-swatch-border-radius: var(--gsc-product-card-size2-swatch-radii);
}

.theme-with-size3-swatch-in-product-section {
  --gsc-product-section-swatch-width: 56.6px;
  --gsc-swatch-border-radius: var(--gsc-product-card-size3-swatch-radii);
}

.theme-with-size4-swatch-in-product-section {
  --gsc-product-section-swatch-width: 70.3px;
  --gsc-swatch-border-radius: var(--gsc-product-card-size4-swatch-radii);
}

.theme-with-size5-swatch-in-product-section {
  --gsc-product-section-swatch-width: 91px;
  --gsc-swatch-border-radius: var(--gsc-product-card-size5-swatch-radii);
}

.theme-with-size6-swatch-in-product-section {
  --gsc-product-section-swatch-width: 125px;
  --gsc-swatch-border-radius: var(--gsc-product-card-size6-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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 {
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.product-desktop-media {
  display: none;
}

.product-divider {
  width: 100%;
  height: 1px;

  background: var(--gsc-border-color-100);
}

.product-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 1rem;
}

.product-form__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.6rem;
}

.product-form__btn {
  width: 100%;
  height: 100%;
}

.product-form__mobile-sticky-button {
  display: block;
  position: fixed;
  left: 0;
  z-index: 4;
  width: 100%;
  padding: 1.6rem 2.4rem;
  background: var(--gsc-white-color-100);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.product-form__mobile-sticky-button.is-visible {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.product__btn {
  width: 100%;
}

.product-button-block__btn {
  width: 100%;
  -webkit-column-gap: 0.8rem;
     -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--gsc-product-button-block-text-color);
  font-weight: var(--gsc-font-weight-bold);
  text-decoration: none;
  -webkit-column-gap: 1.2rem;
     -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48rem;
  max-width: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  pointer-events: none;
  will-change: transform;
}

.product-information-drawer.is-opened {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  pointer-events: all;
}

.product-information-drawer__tab-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-information-drawer__tab-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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;
}

@-webkit-keyframes drawerTabFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes drawerTabFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.product-information-drawer__tab-element[aria-hidden='false'] {
  -webkit-animation: drawerTabFade 0.5s linear forwards;
          animation: drawerTabFade 0.5s linear forwards;
}

.product-information-drawer__tab-element[aria-hidden='true'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  height: 100%;

  overflow: hidden;
  background-color: var(--gsc-background-color-100);
}

.product-information-drawer__viewport {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.product-information-drawer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 2.4rem;
  padding: 2.4rem 2rem;
  font-size: calc(var(--gsc-body-font-scale) * 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: var(--gsc-product-drawer-tabs-button-text-color);
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  max-width: 100%;

  --gsc-text-color-100: var(--gsc-product-drawer-tabs-button-text-color);
}

.product-drawer-tabs-trigger-link__title {
  margin: auto 0;
  overflow: hidden;
  text-align: left;
  text-transform: none;
}

.product-drawer-tabs-trigger-link__icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(
    var(--gsc-heading-font-size) * var(--gsc-heading-line-height)
  );
  margin: 0 0 auto;
}

.product-drawer-tabs-trigger-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: var(--gsc-heading-font-size);
  line-height: var(--gsc-heading-line-height);
  color: var(--gsc-product-drawer-tabs-button-text-color);
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  width: 100%;
}

.product-drawer-tabs-trigger-button--solid,
.product-drawer-tabs-trigger-button--outline {
  padding: 2rem 2.4rem;
  border-radius: var(--gsc-base-radii, 0);
}

.product-drawer-tabs-trigger-button--outline {
  -webkit-box-shadow: 0 0 0 1px var(--gsc-product-drawer-tabs-button-background-color)
    inset;
          box-shadow: 0 0 0 1px var(--gsc-product-drawer-tabs-button-background-color)
    inset;
}

.product-drawer-tabs-trigger-button--solid {
  background: var(--gsc-product-drawer-tabs-button-background-color);
  -webkit-box-shadow: 0 0 0 1px transparent inset;
          box-shadow: 0 0 0 1px transparent inset;
}

.product-drawer-tabs-trigger-button__title {
  margin: auto 0;
  overflow: hidden;
  text-align: left;
  text-transform: none;
}

.product-drawer-tabs-trigger-button__icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(
    var(--gsc-heading-font-size) * var(--gsc-heading-line-height)
  );
  margin: 0 0 auto;
}

.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: var(--gsc-product-drawer-tabs-icon-size);
  height: var(--gsc-product-drawer-tabs-icon-size);
  -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}

.product-information-drawer__header-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.7rem 0 1.7rem 2rem;
  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 {
  -webkit-box-shadow: 0 0.8rem 3.2rem rgb(20, 20, 22, 10%);
          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 {
  color: var(--gsc-tag-text-color);
  border-radius: var(--gsc-base-radii, 0);
  width: 100%;

  --gsc-text-color-100: var(--gsc-tag-text-color);
  --gsc-button-background-color-100: var(--gsc-tag-text-color);
}

.product-information-tag__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  row-gap: 1.2rem;
}

.product-information-tag__heading--inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-information-tag__heading--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.product-information-tag__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 1.2rem;
  margin: auto 0;
  overflow: hidden;
}

.product-information-tag .rte,
.product-information-tag .rte * {
  color: var(--gsc-tag-text-color);
}

.product-information-tag--center-alignment,
.product-information-tag__content-wrapper--center-alignment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.product-information-tag--left-alignment,
.product-information-tag__content-wrapper--left-alignment {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.product-information-tag--solid,
.product-information-tag--outline {
  padding: 2rem 2.4rem;
}

.product-information-tag--outline {
  -webkit-box-shadow: 0 0 0 1px var(--gsc-tag-background-color) inset;
          box-shadow: 0 0 0 1px var(--gsc-tag-background-color) inset;
}

.product-information-tag--solid {
  background: var(--gsc-tag-background-color);
  -webkit-box-shadow: 0 0 0 1px transparent inset;
          box-shadow: 0 0 0 1px transparent inset;
}

.product-information-tag__heading-icon {
  width: var(--gsc-tag-icon-size);
  height: var(--gsc-tag-icon-size);
  -o-object-fit: contain;
     object-fit: contain;
}

.product-information-tag--icon-centered .product-information-tag__heading-icon {
  margin: 0 auto;
}

.product-information-tag__heading-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(
    var(--gsc-heading-font-size) * var(--gsc-heading-line-height)
  );
  margin: 0 0 auto;
}

.product-information-tag__body {
  color: var(--gsc-tag-text-color);
  opacity: var(--gsc-body-font-opacity);
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.6rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease-in-out;
  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);
  -webkit-box-shadow: 0 2.4rem 6rem -1.4rem var(--gsc-black-color-15);
          box-shadow: 0 2.4rem 6rem -1.4rem var(--gsc-black-color-15);
  -webkit-transition: opacity 0.125s ease-in-out;
  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;

  -webkit-transform: rotate(90deg);

          transform: rotate(90deg);
  margin-left: auto;
}

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

.variant-picker-dropdown__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;

  -ms-flex-negative: 0;

      flex-shrink: 0;
  padding: 0;
  -ms-flex-item-align: start;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2.4rem;
  position: relative;
}

.articles__header--center-alignment {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.articles__header--right-alignment {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.articles--section .articles__header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 3.2rem;
}

.articles--page .articles__header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}

.articles__title {
  max-width: 48.6rem;
  margin: 0;
}

.articles--page .articles__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.articles__rss-icon {
  margin: 0 0 0 0.8rem;
}

.articles__tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  row-gap: 2.4rem;
  margin: 2.4rem 0 0;
}

.article__tags--with-collapse {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.articles__tags-component[data-is-collapsed='false']
  > .article__tags--with-collapse {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.articles__tags-component[data-is-collapsed='true']
  > .article__tags--with-collapse {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-fit-content;

  min-width: -moz-fit-content;

  min-width: fit-content;
}

.articles__tag[tag-hidden] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: -webkit-max-content;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2.2rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;

  color: var(--gsc-text-color-100);
  background: var(--gsc-foreground-color-100);
  -webkit-transition: opacity 0.25s ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 4rem;
}

.article__title {
  margin: 0;
}

.article__heading-share {
  margin: 4rem 0 0;
}

.article-meta {
  margin: 0 0 1.6rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-normal);
}

.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: 3.5rem;
}

.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);
  overflow: hidden; /* Keep this if the parent container has overflow issues */
}

.article__content a img {
  transition: transform 0.3s ease; /* Smooth zoom transition */
  display: block; /* Ensure proper layout */
  transform: scale(1); /* Default slightly zoomed-in state */
}

.article__content a img:hover {
  transform: scale(0.98) rotate(-1deg); /* Zoom out to the original size on hover */
}
.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;
}

.article__background.container--with-aside-paddings {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 5.6rem;
  padding: 1.6rem;
  -webkit-column-gap: 0.8rem;
     -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;
  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;
  border-radius:40px;
}
@media (max-width: 768px) {
   .article__content img {
       margin: 2rem 0;
  border-radius:15px;
}
}

.article-tags__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: relative;
}

.article-tags__component {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.article-tags__component[visible] {
  opacity: 1;
}

.article-tags__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  row-gap: 0.8rem;
}

.article-tags__tags--with-collapse {
  -ms-flex-wrap: nowrap;
      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: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.article-tags__tag[tag-hidden] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: -webkit-max-content;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.2rem;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  row-gap: 0.8rem;
  background: white;
}

.shopify-section-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-404__outer-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-404__container {
  height: 100%;
}

.page-404 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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 {
  -ms-flex-item-align: start;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-column-gap: 1.6rem;
     -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 {
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
}

.page-404__buttons--with-second-button-link {
  -webkit-column-gap: 4.4rem;
     -moz-column-gap: 4.4rem;
          column-gap: 4.4rem;
}

.featured-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  color: var(--gsc-text-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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-articles__bg {
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(
    linear,
    left top, right top,
    from(var(--gsc-foreground-color-100)),
    to(var(--gsc-foreground-color-100))
  );
  background-image: linear-gradient(
    to right,
    var(--gsc-foreground-color-100),
    var(--gsc-foreground-color-100)
  );
  background-repeat: no-repeat;
  border-radius: var(--gsc-base-radii);
}

.featured-article__meta {
  font-size: var(--gsc-fz-14);
  line-height: var(--gsc-lh-6);
  font-weight: var(--gsc-font-weight-normal);
}

.featured-article__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: calc(var(--gsc-body-font-scale) * var(--gsc-fz-12));
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-normal);
}

.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: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.7rem;
     -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: var(--gsc-text-align);
      -ms-flex-pack: var(--gsc-text-align);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.signup__outer-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.signup__container {
  height: 100%;
}

.signup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-fit-content;
  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-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%
  );
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  content: '';
}

.signup__social-list {
  -webkit-box-pack: var(--gsc-text-align);
      -ms-flex-pack: var(--gsc-text-align);
          justify-content: var(--gsc-text-align);
}

.signup__content .timer__container {
  -webkit-box-pack: var(--gsc-text-align);
      -ms-flex-pack: var(--gsc-text-align);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  row-gap: 1.6rem;
}

.password-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  pointer-events: none;
  will-change: transform;
}

.password-modal.is-opened {
  -webkit-transform: translateY(0%);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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-auth-link {
  font-size: calc(var(--gsc-body-font-scale) * var(--gsc-fz-11));
  line-height: var(--gsc-lh-4);
  font-weight: ;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 2rem;
  padding-left: var(--gsc-container-padding);
  padding-right: var(--gsc-container-padding);
}

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

.shop__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 2.4rem;
  padding-bottom: 0.4rem;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
}

.shop__header-right-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 auto;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
}

.shop__header-left-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.4rem;
     -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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: width 250ms ease;
  transition: width 250ms ease;
  max-width: 100%;
}

.shop__products-grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--gsc-space-between-cards);
     -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)
  );
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.shop__loading-overlay {
  position: absolute;
  z-index: 3;
}

.shop__products-stub {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-weight: var(--gsc-font-weight-bold);
}

.shop__products-grid-wrap {
  position: relative;
}

.shop__filters-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.shop-mobile-filters-button__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 6rem;
  padding: 1.8rem;
  background: var(--gsc-background-color-100);
  -webkit-box-shadow: 0 0 1.6rem var(--gsc-text-color-10);
          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;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity, max-width, padding;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: var(--gsc-content-spacing);
}

.collection-hero__breadcrumbs {
  font-size: calc(var(--gsc-body-font-scale) * var(--gsc-fz-13));
  line-height: var(--gsc-lh-7);
  font-weight: ;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  max-width: var(--gsc-content-max-width);
  text-align: var(--gsc-content-align);
  row-gap: 1.6rem;
}

.collection-hero__image {
  position: absolute;
  inset: 0;
}

.collection-hero__description {
}

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

.images-with-text__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  row-gap: 3.5rem;
}

.images-with-text__content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 2rem 3.5rem;
}

.container--with-aside-paddings .images-with-text__content-wrapper {
  padding: 0;
}

.images-with-text__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  max-width: var(--gsc-content-width);
  margin: 0 auto;
}

.images-with-text__content--with-left-alignment {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.images-with-text__content--with-center-alignment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.images-with-text__content--with-right-alignment {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

.images-with-text__image-list-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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;
}

/* 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);
  -webkit-column-gap: 2rem;
     -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);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -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);
  -webkit-column-gap: 2.4rem;
     -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) {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.images-with-text__image-list--grid-with-2-items-and-rotate
  .images-with-text__image-list-item:nth-child(1) {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.images-with-text__image-list--grid-with-2-items-and-rotate
  .images-with-text__image-list-item:nth-child(2) {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.images-with-text__image-list--grid-with-3-items-and-rotate
  .images-with-text__image-list-item:nth-child(1) {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.images-with-text__image-list--grid-with-3-items-and-rotate
  .images-with-text__image-list-item:nth-child(2) {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.images-with-text__image-list--grid-with-3-items-and-rotate
  .images-with-text__image-list-item:nth-child(3) {
  -webkit-transform: rotate(-10deg);
          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) {
  -webkit-transform: rotate(-10deg);
          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) {
  -webkit-transform: rotate(5deg);
          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) {
  -webkit-transform: rotate(-5deg);
          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) {
  -webkit-transform: rotate(10deg);
          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) {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.images-with-text__image-list--collage-with-2-items-and-rotate
  .images-with-text__image-list-item:nth-child(1) {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.images-with-text__image-list--collage-with-2-items-and-rotate
  .images-with-text__image-list-item:nth-child(2) {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.images-with-text__image-list--collage-with-3-items-and-rotate
  .images-with-text__image-list-item:nth-child(1) {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.images-with-text__image-list--collage-with-3-items-and-rotate
  .images-with-text__image-list-item:nth-child(2) {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.images-with-text__image-list--collage-with-3-items-and-rotate
  .images-with-text__image-list-item:nth-child(3) {
  -webkit-transform: rotate(15deg);
          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) {
  -webkit-transform: rotate(-5deg);
          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) {
  -webkit-transform: rotate(5deg);
          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) {
  -webkit-transform: rotate(15deg);
          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) {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.images-with-text__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  row-gap: 1.6rem;
}

.images-with-text__content--with-center-alignment .images-with-text__buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.images-with-text__content--with-right-alignment .images-with-text__buttons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.before-after__content--with-left-alignment {
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: left;
}

.before-after__content--with-right-alignment {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
}

.before-after__content--with-center-alignment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: 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__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, 100%) 0,
    var(--gsc-drag-position, 100%) 100%,
    100% 100%,
    100% 0
  );
          clip-path: polygon(
    var(--gsc-drag-position, 100%) 0,
    var(--gsc-drag-position, 100%) 100%,
    100% 100%,
    100% 0
  );
}

.before-after__tag {
  position: absolute;
  top: 20px;
  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: 20px;
}

.before-after__tag--right {
  right: 20px;
}

.before-after__image {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}

.before-after__caption {
  position: absolute;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}

.before-after__caption--left {
  left: 40px;
  color: var(--gsc-before-image-heading-color);
}

.before-after__caption--right {
  right: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: var(--gsc-after-image-heading-color);
}

.before-after__img-subheading {
  font-size: var(--gsc-fz-13);
  font-weight: 500;
  line-height: 20px;
  color: inherit;
  opacity: 0.8;
}

.before-after__img-heading {
  color: inherit;
}

.before-after__separator {
  position: absolute;
  top: 0;
  left: var(--gsc-drag-position, 100%);
  width: 4rem;
  height: 100%;

  -webkit-transform: translate(-2rem, 0);

          transform: translate(-2rem, 0);
  content: '';
}

.before-after--with-transition .before-after__separator {
  -webkit-transition: left 0.7s cubic-bezier(0.7, 0, 0.3, 1) 1s;
  transition: left 0.7s cubic-bezier(0.7, 0, 0.3, 1) 1s;
}

.before-after--with-transition .before-after__after {
  -webkit-transition: -webkit-clip-path 0.7s cubic-bezier(0.7, 0, 0.3, 1) 1s;
  transition: -webkit-clip-path 0.7s cubic-bezier(0.7, 0, 0.3, 1) 1s;
  transition: clip-path 0.7s cubic-bezier(0.7, 0, 0.3, 1) 1s;
  transition: clip-path 0.7s cubic-bezier(0.7, 0, 0.3, 1) 1s, -webkit-clip-path 0.7s cubic-bezier(0.7, 0, 0.3, 1) 1s;
}

.before-after__separator-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;

  background-color: var(--gsc-white-color-100);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: '';
}

.before-after__separator-button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 12px 4px;
  background-color: var(--gsc-white-color-100);
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0 8px 33px var(--gsc-black-color-15);
          box-shadow: 0 8px 33px var(--gsc-black-color-15);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--gsc-base-radii);
  overflow: hidden;
}

.video-banner__poster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.video-banner__content--with-mobile-center-alignment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.video-banner__content--with-mobile-right-alignment {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

.video-banner__play-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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%;
  border: none;
  cursor: pointer;
}

.video-banner__play-button-icon {
  width: 2.4rem;
  height: 2.4rem;
  color: var(--gsc-white-color-100);
}

.video-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 3.2rem;
}

.video-banner__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-banner__content-wrapper--with-mobile-center-position {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-banner__content-wrapper--with-mobile-bottom-center-position {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  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-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%
  );
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  content: '';
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: var(--gsc-content-align);
      -ms-flex-pack: var(--gsc-content-align);
          justify-content: var(--gsc-content-align);
  width: 100%;
  -webkit-column-gap: 1.6rem;
     -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: var(--gsc-content-align);
      -ms-flex-pack: var(--gsc-content-align);
          justify-content: var(--gsc-content-align);
}

.timer__svg {
  display: block;
  width: var(--gsc-timer-width, 100%);
  overflow: visible;
}

.timer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 1.2rem;
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: var(--gsc-font-weight-bold);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: var(--gsc-content-align);
      -ms-flex-align: var(--gsc-content-align);
          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);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  transition: -webkit-transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  transition: transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  transition: transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing), -webkit-transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  pointer-events: none;
  will-change: transform;
}

.is-editor-mode .cart-drawer {
  -webkit-transition: none !important;
  transition: none !important;
}

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

.cart-drawer__on-side-related-products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: var(--gsc-background-color-100);
  height: 100%;
}

.cart-drawer__on-side-related-products-container {
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.cart-drawer__on-side-related-products-carousel-wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cart-drawer__body-aside-content {
  display: none;
  --gsc-paddings-for-aside-products: 0.8rem 8rem 0 4rem;
  --gsc-paddings-for-aside-products-title: 2.4rem 8rem 2.4rem 4rem;
}

.cart-drawer__on-side-related-products-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--gsc-paddings-for-aside-products);
  overflow: hidden;
}

.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__in-cart-related-products .card-carousel__carousel-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.cart-drawer__on-side-related-products-heading {
  padding: var(--gsc-paddings-for-aside-products-title);
}

.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__on-side-related-products-heading--with-right-alignment {
  text-align: right;
}

.cart-drawer__in-cart-related-products {
  position: relative;
  display: none;
  overflow: hidden;

  --gsc-slide-width: 12rem;
}

.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 .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__in-cart-related-products-heading--with-right-alignment {
  text-align: right;
}

.cart-drawer-products-block__grid {
  display: grid;
  gap: var(--gsc-space-between-cards);
}

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

.cart-drawer-products-block__grid--vertical {
  grid-template-columns: repeat(3, 1fr);
}

.cart-drawer__body-main-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: var(--gsc-background-color-100);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.cart-drawer__results {
  padding: 0.8rem 0 1.6rem;
}

.round-style .cart-drawer__in-cart-banner {
  border-radius: var(--gsc-base-radii);
  overflow: hidden;
}

.cart-drawer__block {
  display: block;
  margin: 2rem 0;
}

.cart-drawer.is-pre-empty .cart-drawer__block--items,
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  position: relative;
  width: 100%;
  height: 100%;

  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out 0.25s;

  transition: -webkit-box-shadow 0.25s ease-in-out 0.25s;

  transition: box-shadow 0.25s ease-in-out 0.25s;

  transition: box-shadow 0.25s ease-in-out 0.25s, -webkit-box-shadow 0.25s ease-in-out 0.25s;
}

.cart-drawer__content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

.cart-drawer__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100%;
}

.cart-drawer__free-shipping-bar {
  display: block;
  padding: 0 2.4rem 0.8rem;
  margin: 0 0 2rem;
}

.cart-drawer__items {
  padding: 0 2rem;
}

.cart-drawer__in-cart-related-products-wrapper,
.cart-drawer[empty-cart]
  .cart-drawer__in-cart-related-products-wrapper[hide-for-empty-cart] {
  padding: 0 2rem;

  visibility: hidden;
  pointer-events: none;
  -webkit-transition: max-height 0.3s linear 0.3s,
    visibility 0s linear 0.7s, -webkit-transform 0.25s linear;
  transition: max-height 0.3s linear 0.3s,
    visibility 0s linear 0.7s, -webkit-transform 0.25s linear;
  transition: transform 0.25s linear, max-height 0.3s linear 0.3s,
    visibility 0s linear 0.7s;
  transition: transform 0.25s linear, max-height 0.3s linear 0.3s,
    visibility 0s linear 0.7s, -webkit-transform 0.25s linear;

  position: relative;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  max-height: 0;
}

.cart-drawer[has-aside-products] .cart-drawer__in-cart-related-products-wrapper,
.cart-drawer__in-cart-related-products-wrapper[permanently-visible] {
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  max-height: 2000px;
}

.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;
  -webkit-transition: opacity 0ms ease-in-out 1s;
  transition: opacity 0ms ease-in-out 1s;

  --gsc-notification-padding: 3.2rem;
  --gsc-notification-overlay-opacity: 0.1;
}

.cart-drawer__notification.is-visible {
  -webkit-transition: opacity 0ms ease-in-out;
  transition: opacity 0ms ease-in-out;
}

.cart-drawer__footer {
  -webkit-box-shadow: 0;
          box-shadow: 0;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}

.footer-shadow-visible .cart-drawer__footer {
  -webkit-box-shadow: 0 -0.8rem 3.2rem rgb(20, 20, 22, 10%);
          box-shadow: 0 -0.8rem 3.2rem rgb(20, 20, 22, 10%);
}

.cart-drawer .cart-item .cart-item__body {
  padding-bottom: 2rem;
}

.cart-drawer .cart-item:last-of-type .cart-item__body {
  padding-bottom: 0;
}

.cart-drawer__warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--gsc-background-color-100);
  -webkit-box-shadow: 0;
          box-shadow: 0;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}

.cart-drawer__header-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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 {
  -webkit-box-shadow: 0 0.8rem 3.2rem rgb(20, 20, 22, 10%);
          box-shadow: 0 0.8rem 3.2rem rgb(20, 20, 22, 10%);
}

.cart-drawer-subtotal__sale {
  display: block;
  overflow: hidden;
}

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

.cart-drawer-subtotal__sale[data-aria-expanded='true']
  .cart-drawer-subtotal__sale-content-wrap {
  opacity: 1;
  pointer-events: all;
}

.cart-drawer-subtotal__sale-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 0.4rem;
  padding-top: 0.8rem;
}

.cart-drawer-subtotal__sale-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-16);
  font-weight: var(--gsc-font-weight-medium);
  cursor: pointer;
}

.cart-drawer-subtotal__sale-label-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}

.cart-drawer-subtotal__sale-label-amount {
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-16);
  font-weight: var(--gsc-font-weight-bold);
}

.cart-drawer-subtotal__sale-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  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);
}

.cart-drawer-subtotal__sale-item-name {
  padding-left: 0.8rem;
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-16);
  font-weight: var(--gsc-font-weight-normal);
}

.cart-drawer-subtotal__sale-label-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  width: 2rem;
  height: 2rem;
}

.cart-drawer-subtotal__sale[data-aria-expanded='true']
  .cart-drawer-subtotal__sale-label-icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-drawer-subtotal__totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

.cart-drawer-subtotal__subtotals {
  margin-bottom: 1.2rem;
}

.cart-drawer-subtotal__subtotals-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  row-gap: 1.2rem;
}

.cart-drawer-subtotal__btn {
  width: 100%;
  padding: 1.3rem;
}

.cart-drawer-subtotal__tax-note {
  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);
}

.cart-drawer-subtotal__tax-note_text:first-child {
  display: block;
  padding-top: 0.4rem;
}

.cart-drawer-subtotal__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 0.8rem;
}

.cart-drawer-subtotal__expandable-element {
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}

.cart-drawer-swipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: center;
  color: rgb(var(--gsc-free-shipping-bar-color));
}

.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: -webkit-gradient(
    linear,
    left top, right top,
    color-stop(50%, var(--gsc-background-color-100)),
    color-stop(0%, rgba(var(--gsc-free-shipping-bar-bg), 0.1))
  );
  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));
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.free-shipping-bar__progress--with-gradient .free-shipping-bar__progress-bar {
  background: -webkit-gradient(
    linear,
    left top, right top,
    color-stop(50%, var(--gsc-background-color-100)),
    color-stop(0%, rgba(var(--gsc-free-shipping-bar-color), 0.1))
  );
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  top: var(--gsc-header-height);
  right: 0;
  z-index: var(--gsc-cart-notification-popup-zIndex);
  width: 100%;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-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);
  -webkit-box-shadow: -0.8rem 1.6rem 4.8rem rgb(20, 20, 22, 0.15);
          box-shadow: -0.8rem 1.6rem 4.8rem rgb(20, 20, 22, 0.15);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  will-change: transform;
}

.cart-notification-popup.is-opened .cart-notification-popup__body {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* content */

.cart-notification-popup__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 1.6rem 1.2rem 2.4rem;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

.cart-notification-popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2.4rem;
     -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

.cart-notification-popup__form-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cart-notification-popup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}

.cart-notification-popup-item__checkmark-with-chevron {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -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);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.cart-notification-popup-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s linear;
  transition: max-height 0.25s linear;
}

.cart-item.is-new {
  max-height: 0;
}

.cart-item__checkmark-with-chevron {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -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);
  text-transform: var(--gsc-product-card-title-transform);
  line-height: var(--gsc-lh-5);
  text-decoration: none;
}

.cart-item__name-label {
  border-bottom: 1px solid var(--gsc-text-color-0);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.cart-item__grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

.cart-item__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

.cart-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.8rem;
     -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);
}

.cart-item__price-item--small {
  opacity: 0.35;
  font-weight: var(--gsc-font-weight-medium);
}

.cart-item__price-item--old {
  text-decoration: line-through;
}

.cart-item__totals {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cart-item__image-wrapper {
  border-radius: var(--gsc-base-radii);
}

.cart-item__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 1.2rem;
  padding-right: 2.4rem;
  row-gap: 0.4rem;
}

.cart-item__cost-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  row-gap: 1.6rem;
}

.cart-item__cost-wrap .cart-item__price-wrap {
  display: none;
}

.cart-item__price-wrap {
  position: relative;
}

.cart-item__info--hide-mobile {
  display: none;
}

.cart-item__remove-button {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.is-cart-loading .cart-item__remove-button {
  pointer-events: none;
  cursor: not-allowed;
}

.cart-item__remove-button-icon {
  width: 2.4rem;
  height: 2.4rem;

  opacity: 0.35;
}

.cart-item__link {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10.8rem;
}

.cart-item__pay-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0 0 0.8rem;
  overflow: hidden;
}

.cart-item__discounts {
  margin: 0.2rem 0 0;
}

.loading-spinner.cart-item__price-loading-spinner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 2.4rem;
  height: 2.4rem;
}

.cart-item[is-loading] .cart-item__price-loading-spinner + .cart-item__price {
  opacity: 0;
}

.cart-item[is-loading] .loading-spinner.cart-item__price-loading-spinner {
  display: block;
}

.cart-item__totals .loading-spinner.cart-item__price-loading-spinner {
  left: unset;
  right: 0;
}

.cart-item-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  height: 3.2rem;
}

.cart-item-quantity--with-rounded-buttons {
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}

.cart-item-quantity__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--gsc-foreground-color-100);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.4rem;
  -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.6rem 0.2rem;
  color: var(--gsc-text-color-100);
  background-color: transparent;
  text-align: center;
  border: none;
  border-radius: 0;
  width: 3.2rem;
  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__in-cart-related-products-heading--with-right-alignment {
  text-align: right;
}

.cart-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-column-gap: 1.2rem;
     -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

.cart-subtotal__items {
  margin-bottom: 1.2rem;
}

.cart-subtotal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}

.cart-subtotal__item-name {
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-16);
  font-weight: var(--gsc-font-weight-medium);
}

.cart-subtotal__sale {
  display: block;
  overflow: hidden;
}

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

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

.cart-subtotal__sale-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 0.4rem;
  padding-top: 0.8rem;
}

.cart-subtotal__sale-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-16);
  font-weight: var(--gsc-font-weight-medium);
  cursor: pointer;
}

.cart-subtotal__sale-label-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}

.cart-subtotal__sale-label-amount {
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-16);
  font-weight: var(--gsc-font-weight-bold);
}

.cart-subtotal__sale-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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);
}

.cart-subtotal__sale-item-name {
  padding-left: 0.8rem;
}

.cart-subtotal__sale-label-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  width: 2rem;
  height: 2rem;
}

.cart-subtotal__sale[data-aria-expanded='true']
  .cart-subtotal__sale-label-icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.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-top: 1.2rem;
  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);
}

.cart-subtotal__subtotals-cart-item-count {
  color: var(--gsc-text-color-35);
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 0.8rem;
}

.cart-items__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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;
}

.cart-item__totals {
  display: none;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.in-cart-banner__content--with-center-alignment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.in-cart-banner__content--with-right-alignment {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

.in-cart-banner__content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 1.2rem;
}

.in-cart-banner__subheading {
  color: rgba(var(--gsc-text-color), var(--gsc-body-font-opacity));
  font-size: calc(var(--gsc-body-font-scale) * 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  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;
}

.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;
  z-index: 0;
}

.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;
  -webkit-transform: rotate(var(--gsc-section-rotation)) translateX(-10%);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--gsc-section-background);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  overflow-x: clip;
}

.block-wrapper--crossed {
  position: absolute;
  width: 120%;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: var(--gsc-section-transform-origin) 0;
          transform-origin: var(--gsc-section-transform-origin) 0;
  -webkit-transform: rotate(var(--gsc-section-rotate-degree)) translate(-50%, -50%);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.scrolling-text {
  padding: calc(var(--gsc-section-top-and-bottom-spacing) / 2)
    calc(var(--gsc-section-spacing-between-messages) / 4);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--gsc-section-spacing-between-messages) / 2);

  position: relative;
}

.scrolling-text--animated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scrolling-text--animated {
  -webkit-animation: var(--gsc-section-scrolling-direction)
    var(--gsc-section-scrolling-speed) linear infinite;
          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.4rem, 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);
}

@-webkit-keyframes right_to_left {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes right_to_left {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes left_to_right {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes left_to_right {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes pinPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }

  50% {
    -webkit-transform: scale(3.2);
            transform: scale(3.2);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
}

@keyframes pinPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }

  50% {
    -webkit-transform: scale(3.2);
            transform: scale(3.2);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hotspots__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: left;
}

.hotspots__content--with-right-alignment {
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
}

.hotspots__content--with-center-alignment {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
}

.hotspots__content--constrained {
  max-width: 38.4rem;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.hotspots__card-fix-height-wrapper--with-left-alignment {
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hotspots__card-fix-height-wrapper--with-center-alignment {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hotspots__card-fix-height-wrapper--with-right-alignment {
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.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;
  -webkit-transform: translate(-50%, -50%);
          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 {
  -webkit-animation: pinPulse 1.8s ease-in-out infinite;
          animation: pinPulse 1.8s ease-in-out infinite;
}

.hotspots__pin:after,
.hotspots__pin:before {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.hotspots[animation-state='pause'] .hotspots__pin:after,
.hotspots[animation-state='pause'] .hotspots__pin:before {
  -webkit-animation: none;
          animation: none;
}

.hotspots__float-element {
  position: fixed;
  z-index: 10;
  display: block;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-filter: drop-shadow(0px 8px 48px var(--gsc-text-color-15));
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;

  --gsc-close-size: 5.6rem;
}

.hotspots__modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  max-height: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  transition: -webkit-transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  transition: transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  transition: transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing), -webkit-transform var(--gsc-drawer-transition-duration)
    var(--gsc-drawer-transition-timing);
  pointer-events: none;
}

.hotspots__modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--gsc-background-color-100);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hotspots__modal-content .hotspots__card-fix-height-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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 {
  -webkit-transform: translateY(0);
          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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.hotspots__card-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.product-breadcrumbs {
  background: var(--gsc-background-color-100);
}

.product-breadcrumbs-block {
  display: block;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
}

.popup {
  position: fixed;
  inset: 0;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: -webkit-transform 0.75s ease;
  transition: transform 0.75s ease;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: var(--gsc-popup-base-zIndex);

  --gsc-image-width: 320px;
}

.popup--flyout {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: var(--gsc-popup-flyout-zIndex);
}

.popup--flyout > .popup__body {
  width: calc(100vw - 2.4rem);
}

.popup--flyout.is-opened {
  -webkit-transform: translateY(0%) translateX(0%);
          transform: translateY(0%) translateX(0%);
}

.popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          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%;
  -webkit-transition: width 0.5s ease, padding 0.5s ease;
  transition: width 0.5s ease, padding 0.5s ease;
}

.popup__close-button {
  display: none;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: var(--gsc-background-color-35);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  top: 0.8rem;
  right: 0.8rem;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  z-index: 2;
  -webkit-animation: 1s close-btn-fade-in;
          animation: 1s close-btn-fade-in;
  opacity: 0;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  width: 3.6rem;
  height: 3.6rem;
}

@-webkit-keyframes close-btn-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@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 {
  -webkit-box-shadow: 0 1.6rem 4.8rem 0 var(--gsc-black-color-20);
          box-shadow: 0 1.6rem 4.8rem 0 var(--gsc-black-color-20);
}

.popup__content-container {
  position: relative;
  inset: 0;
  -webkit-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
  z-index: 1;
  width: 100%;
}

.popup__content {
  padding: 4.4rem 2.4rem 2.4rem;
  background-color: var(--gsc-background-color-100);
  width: 100%;
}

.popup[data-has-image='true'] .popup__content {
  padding: 2.4rem;
}

.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%;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.popup__media {
  width: 100%;
  height: 100%;
}

.popup--show-image .popup--with-image-on-background .popup__media-container {
  -webkit-transition: none;
  transition: none;
}

.popup--with-image-on-background .popup__media-container {
  position: absolute;
  inset: 0;
  height: auto;
}

.popup__subheading {
  color: rgba(var(--gsc-text-color), var(--gsc-body-font-opacity));
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup__body-text {
  color: rgba(var(--gsc-text-color), var(--gsc-body-font-opacity));
  text-align: var(--gsc-content-align);
  margin-top: 1.6rem;
}

.popup__btns-wrapper {
  margin: 2.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: var(--gsc-content-align);
      -ms-flex-pack: var(--gsc-content-align);
          justify-content: var(--gsc-content-align);
}

.popup__btns-wrapper--one-btn {
  margin: 1.6rem 0 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: var(--gsc-content-align);
      -ms-flex-pack: var(--gsc-content-align);
          justify-content: var(--gsc-content-align);
}

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

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

.popup__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: var(--gsc-content-align);
      -ms-flex-pack: var(--gsc-content-align);
          justify-content: var(--gsc-content-align);
  width: 100%;
  overflow: hidden;
  gap: 1.6rem;
}

.popup__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 100%;
  word-break: break-word;
}

.popup__btn-link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4.8rem;
  overflow: hidden;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.popup__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: var(--gsc-content-align);
      -ms-flex-pack: var(--gsc-content-align);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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;
      -ms-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: var(--gsc-content-align);
      -ms-flex-pack: var(--gsc-content-align);
          justify-content: var(--gsc-content-align);
  margin-top: 2.4rem;
}

.popup__field-content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.popup__disclaimer {
  color: rgba(var(--gsc-text-color), var(--gsc-body-font-opacity));
  text-align: var(--gsc-content-align);
  font-size: 1.3rem;
  line-height: 2rem;
  margin-top: 1.6rem;
}

.popup__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: var(--gsc-content-align);
      -ms-flex-pack: var(--gsc-content-align);
          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 {
  -webkit-animation: popup-in 750ms ease;
          animation: popup-in 750ms ease;
}

.popup--closing .popup__body {
  -webkit-animation: popup-out 750ms ease;
          animation: popup-out 750ms ease;
}

@-webkit-keyframes popup-in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes popup-in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes popup-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes popup-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2);
            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);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.popup-cookie .popup__body {
    position: fixed;
    inset: auto 1.2rem 1.2rem;
    -webkit-box-shadow: 0 1.6rem 4.8rem 0 var(--gsc-black-color-20);
            box-shadow: 0 1.6rem 4.8rem 0 var(--gsc-black-color-20);
}

.popup-cookie.is-opened {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}

.popup-cookie .popup__heading {
    margin-top: 0;
}

.popup-cookie .popup__btn:first-child:last-child {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            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% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }

  50% {
    -webkit-transform: scale(3.2);
            transform: scale(3.2);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
            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 {
  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;
  -webkit-transform: translate(-50%, -50%);
          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 {
  -webkit-animation: pinPulse 1.8s ease-in-out infinite;
          animation: pinPulse 1.8s ease-in-out infinite;
}

.lookbook__pin::after,
.lookbook__pin::before {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.lookbook[animation-paused] .lookbook__pin::after,
.lookbook[animation-paused] .lookbook__pin::before {
  -webkit-animation: none;
          animation: none;
}

.lookbook__pin-default {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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 {
  -webkit-transition: opacity 0.3s ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.lookbook__modal-body {
  width: 100%;
  max-height: calc(100% - var(--gsc-header-height));
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.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);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.lookbook__modal-close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          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 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all;
}

.lookbook__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 4rem;
}

.lookbook__pin[is-selected]::after {
  -webkit-transform: translate(-50%, -50%) scale(1.75);
          transform: translate(-50%, -50%) scale(1.75);
}

.lookbook__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}

.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 {
  -webkit-transition: opacity 0.2s ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}

.map__heading--alignment-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.map__heading--alignment-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

.map__subtitle {
  font-weight: 400;
}

.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: none;
}

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

.map__accordeon-plus[data-aria-expanded='true']
  .map__accordeon-plus-btn--alone {
  border: none;
}

.map__accordeon-plus[data-aria-expanded='false']
  .map__accordeon-plus-btn--alone {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.map__accordeon-plus-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.2rem;
  overflow: visible;
}

.map__store-images {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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;
}

.map__directions-btn {
  max-width: -webkit-fit-content;
  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;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.image-slider[visible] {
  opacity: 1;
}

.image-slider[without-arrows] .image-slider-slideshow__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
}

.image-slider-slideshow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.image-slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}

.image-slider__dots-carousel
  .image-slider-slideshow__arrows--with-center-alignment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.image-slider__dots-carousel
  .image-slider-slideshow__arrows--with-right-alignment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.image-slider__content--with-center-alignment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.image-slider__content--with-right-alignment {
  -webkit-box-align: end;
      -ms-flex-align: end;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.image-slider-slideshow__arrow {
  -webkit-transition: opacity 0.25s ease-in-out;
  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 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.image-slider__progress-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.image-slider__dots-carousel {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.image-slider__progress-bar-dots {
  position: absolute;
  margin-top: 1px;
}

.image-slider__progress-bar-dots-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  position: relative;

  -webkit-transition: all 0.15s ease-in-out;

  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;
  -webkit-transition: all 0.15s ease-in-out;
  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 __________ */

@-webkit-keyframes move-forward {
  15% {
    opacity: 0.2;
    z-index: 0;
  }
  30% {
    -webkit-transform: translate(35px, 20px) rotate(6deg);
            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-forward {
  15% {
    opacity: 0.2;
    z-index: 0;
  }
  30% {
    -webkit-transform: translate(35px, 20px) rotate(6deg);
            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);
  }
}

@-webkit-keyframes move-backward {
  15% {
    opacity: 0.3;
  }
  35% {
    opacity: 0;
  }
  45% {
    -webkit-transform: translate(-45px, -20px) rotate(-6deg);
            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;
  }
}

@keyframes move-backward {
  15% {
    opacity: 0.3;
  }
  35% {
    opacity: 0;
  }
  45% {
    -webkit-transform: translate(-45px, -20px) rotate(-6deg);
            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] {
  -webkit-animation: move-forward 0.5s linear;
          animation: move-forward 0.5s linear;
}

.image-slider-slideshow--with-rotate
  .image-slider__image-wrapper[animating-backward] {
  -webkit-animation: move-backward 0.4s linear;
          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: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  visibility: hidden;
  pointer-events: none;
}

.image-slider-slideshow--with-rotate .image-slider__title {
  -webkit-transform-origin: -20px bottom;
          transform-origin: -20px bottom;
  -webkit-transform: translateY(10px) rotate(3deg);
          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 {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  opacity: 1;
}

.image-slider-slideshow--with-rotate .progress-bar__indicator {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.image-slider-slideshow--with-vertical-scroll.image-slider-slideshow--with-image-on-right-side
  .image-slider__image-carousel {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          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 {
  -webkit-transform: translateY(130%) scale(1.07);
          transform: translateY(130%) scale(1.07);
}

.image-slider-slideshow--with-vertical-scroll--text
  .image-slider__image-wrapper[prev]
  .image-slider__image {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50px) scale(1);
          transform: translateY(-50px) scale(1);
}

.image-slider-slideshow--with-vertical-scroll--text
  .image-slider__image-wrapper[visible]
  .image-slider__image {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(0) scale(1.07);
          transform: translateY(0) scale(1.07);
}

.image-slider-slideshow--with-vertical-scroll--text
  .image-slider__image-wrapper[next]
  .image-slider__image {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(130%) scale(1.07);
          transform: translateY(130%) scale(1.07);
  opacity: 1;
}

.image-slider[with-rotate-images] .image-slider__image {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1;
}

.image-slider-slideshow--with-vertical-scroll--text
  .image-slider__image-wrapper[animating-forward] {
  -webkit-animation: move-forward 0.5s linear;
          animation: move-forward 0.5s linear;
}

.image-slider-slideshow--with-vertical-scroll--text
  .image-slider__image-wrapper[animating-backward] {
  -webkit-animation: move-backward 0.4s linear;
          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 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 12.8rem;
}

.image-slider-slideshow--with-vertical-scroll--text .image-slider__content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ___________________ WITH VERTICAL SCROLL -- IMAGE___________________ */

.image-slider-slideshow--with-vertical-scroll--image {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          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;
  -webkit-transition: opacity 0.25s ease-in-out;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-slider-slideshow--with-vertical-scroll--image .image-slider__content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  width: 100%;
  grid-area: 1 / -1;
  overflow: hidden;

  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  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;
}

.image-slider-slideshow__btn {
  display: none;
}

.image-slider-slideshow__solid-dots-carousel {
  display: none;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}

.featured-navigation__container:has(
    .featured-navigation__link-text--with-none-hover
  ) {
  gap: 3.2rem;
}

.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%;
  min-height: max(2.4rem, calc(var(--gsc-section-icon-size) / 2));
  text-align: center;
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.featured-navigation__item-wrapper .block-wrapper {
  position: absolute;
  opacity: 0;
  -webkit-transition: none;
  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 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  pointer-events: all;
}

.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: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;

  width: 100%;

  opacity: 1;
  pointer-events: none;
  text-transform: var(--gsc-headings-text-transform);
}

.featured-navigation__item-wrapper:has(.featured-navigation__link-image)
  .featured-navigation__link-text--with-hover,
.featured-navigation__item-wrapper:has(.featured-navigation__link-image)
  .featured-navigation__link-text--with-scroll-always {
  position: absolute;
}

.featured-navigation__link-text--with-scroll-always {
  opacity: 0;
}

.featured-navigation__link-image {
  width: 64px;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--gsc-base-radii, 0);
  opacity: 0.5;
  z-index: -1;
}

.featured-navigation__item-wrapper--with-none-hover
  .featured-navigation__link-image {
  display: none;
}

.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;
  -webkit-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;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  width: -webkit-fit-content;

  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;
  -webkit-transition: translate 0.08s ease-in-out, scale 0.3s ease-in-out,
    opacity 0.2s ease-in-out;
  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;
}

.navigation-buttons-section {
  overflow: visible;
}

.navigation-buttons__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  overflow: hidden;
}

.navigation-buttons__container--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation-buttons__container--align-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.navigation-buttons__buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gsc-space-between-buttons);
}

.navigation-buttons__container--align-center .navigation-buttons__buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation-buttons__container--align-right .navigation-buttons__buttons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navigation-buttons__buttons--with-heading-font {
  font-weight: var(--gsc-headings-font-weight);
  font-family: var(--gsc-headings-font-family);
  font-style: var(--gsc-headings-font-style);
}

.navigation-buttons__buttons--with-body-font {
  font-family: var(--gsc-body-font-family);
  font-weight: var(--gsc-body-font-weight);
  font-style: var(--gsc-body-font-style);
}

.navigation-buttons__button {
  list-style-type: none;
  position: relative;
  border: var(--gsc-button-border-size) solid var(--gsc-button-border-color);
  border-radius: var(--gsc-button-radius);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-left: var(--gsc-space-between-cards);
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.navigation-buttons__button--with-background {
  background: var(--gsc-button-background-color);
}

.navigation-buttons__button:has(
    .navigation-buttons__button-image-wrapper--show-on-hover
  ):not(:hover) {
  background: var(--gsc-button-background-color);
}

.navigation-buttons__button-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: var(--gsc-button-padding-block) var(--gsc-button-padding-inline);
  font-size: var(--gsc-button-font-size);
  text-transform: var(--gsc-button-text-transform);
  letter-spacing: var(--gsc-button-letter-spacing);
  color: var(--gsc-button-label-color);

  position: relative;
  z-index: 2;

  max-width: calc(100vw - (var(--gsc-container-padding) * 3));
  word-wrap: break-word;

  --gsc-button-background-color-100: var(--gsc-button-label-color);
}

.navigation-buttons__button-count {
  color: var(--gsc-button-label-count-color);
  margin-left: 8px;
}

.navigation-buttons__button-sup {
  font-size: calc(var(--gsc-button-font-size) * 0.65);
}

.navigation-buttons__button-image-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  border-radius: var(--gsc-base-radii, 0);
  overflow: hidden;
}

.navigation-buttons__button-image-wrapper--show-on-hover {
  width: var(--gsc-button-image-size);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}

.navigation-buttons__button-image-wrapper--show-on-background-always {
  opacity: 1;
}

.navigation-buttons__button-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0.6, 1, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0, 0.6, 1, 1);
  transition: transform 0.4s cubic-bezier(0, 0.6, 1, 1);
  transition: transform 0.4s cubic-bezier(0, 0.6, 1, 1), -webkit-transform 0.4s cubic-bezier(0, 0.6, 1, 1);
}

.navigation-buttons__button:has(
    .navigation-buttons__button-image-wrapper--show-on-background-always
  ),
.navigation-buttons__button:has(
    .navigation-buttons__button-image-wrapper--show-on-background-hover
  ) {
  overflow: hidden;
}

.navigation-buttons__carousel {
  width: 100%;
  --gsc-space-between-cards: var(--gsc-space-between-buttons);
}

.navigation-buttons__carousel .card-carousel__viewport {
  overflow: visible;
  border-radius: 0;
}

.navigation-buttons__carousel-btn {
  display: none;
}

.navigation-buttons__desktop-content {
  display: none;
}

.navigation-buttons__mobile-content {
  width: 100%;
}

@media (min-width: 768px) {
  :root {
    --gsc-container-header-padding: 3.2rem;
  }
  :root {
    /* heading */

    --gsc-heading-1-font-size: calc(var(--gsc-headings-font-scale) * 3.6rem);
    --gsc-heading-2-font-size: calc(var(--gsc-headings-font-scale) * 3.2rem);
    --gsc-heading-3-font-size: calc(var(--gsc-headings-font-scale) * 2.8rem);
    --gsc-heading-4-font-size: calc(var(--gsc-headings-font-scale) * 2.6rem);
    --gsc-heading-5-font-size: calc(var(--gsc-headings-font-scale) * 2.4rem);
    --gsc-heading-6-font-size: calc(var(--gsc-headings-font-scale) * 2rem);

    --gsc-heading-1-line-height: calc(46 / 36);
    --gsc-heading-2-line-height: calc(40 / 32);
    --gsc-heading-3-line-height: calc(38 / 28);
    --gsc-heading-4-line-height: calc(36 / 26);
    --gsc-heading-5-line-height: calc(34 / 24);
    --gsc-heading-6-line-height: calc(30 / 20);
  }
  .desktop-body-color.rte,
  .mobile-body-color.rte,
  .desktop-body-color .rte,
  .mobile-body-color .rte,
  .desktop-body-color,
  .mobile-body-color {
    color: rgba(var(--gsc-text-color), var(--gsc-body-font-opacity)) !important;
  }
  .page__title + .page__content {
    margin: 4.8rem 0 0;
  }
  .icon:hover {
    opacity: 0.5;
  }

  .close-button__icon {
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  }

  .close-button:hover .close-button__icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .underline-text:hover {
    color: var(--gsc-text-color-100);
  }

  .underline-text:hover .underline-text__label::before {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .zoom:hover,
  .zoom-parent-for-hover:hover .zoom {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  .sticky-cart-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    --gsc-sticky-cart-button-size: 6.4rem;
    --gsc-sticky-cart-button-space-from-size: 3.2rem;
  }

  .sticky-cart-button:hover::before {
  width: calc(100% + 8px);
  height: calc(100% + 8px);

    -webkit-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);
  }

  .sticky-cart-button.is-visible {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    pointer-events: all;
  }

  .sticky-cart-button.is-visible .cart-count {
    z-index: 1;
  }
  .back-to-top-button {
    right: unset;
    left: unset;

    --gsc-back-to-top-button-size: 6.4rem;
    --gsc-back-to-top-button-space-from-size: 3.2rem;
  }

  .back-to-top-button:hover::before {
  width: calc(100% + 8px);
  height: calc(100% + 8px);

    -webkit-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);
  }

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

  .back-to-top-button--bottom-left-position {
    left: var(--gsc-back-to-top-button-space-from-size);
  }

  .back-to-top-button--bottom-center-position {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .back-to-top-button--bottom-right-position {
    right: var(--gsc-back-to-top-button-space-from-size);
  }
  .close-button-with-scale-hover-wrapper:hover .close-button-with-scale-hover,
  .close-button-with-scale-hover:hover {
    --gsc-stroke-length: 24px;
  }
  .color-swatch:hover {
    --gsc-color-swatch-border-color: var(--gsc-text-color-35);
    --gsc-color-swatch-box-shadow: 0px 0px 0px 3px
      var(--gsc-background-color-100) inset;
  }
  .image-swatches__label {
    display: block;
    margin: 1.2rem 0 0;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
  }

  .image-swatches__item:hover {
    --gsc-color-swatch-border-color: var(--gsc-text-color-35);
    --gsc-color-swatch-box-shadow: 0px 0px 0px 3px
      var(--gsc-background-color-100) inset;
  }
  .btn {
    outline-color: var(--gsc-button-background-color-100);
    outline-offset: 4px;
  }

  .custom-app-block .spr-form-actions .btn:not([disabled]):hover,
  .btn--solid:not([disabled]):hover {
    background: -webkit-gradient(
        linear,
        left bottom, left top,
        from(var(--gsc-white-color-20)),
        to(var(--gsc-white-color-20))
      ),
      var(--gsc-button-background-color-100);
    background: linear-gradient(
        0deg,
        var(--gsc-white-color-20),
        var(--gsc-white-color-20)
      ),
      var(--gsc-button-background-color-100);
  }

  .btn--outline:not([disabled]):focus-visible,
  .btn--outline:not([disabled]):hover {
    -webkit-box-shadow: 0 0 0 0.1rem var(--gsc-outline-button-background-color-100)
      inset;
            box-shadow: 0 0 0 0.1rem var(--gsc-outline-button-background-color-100)
      inset;
  }
  .product-badge {
    padding: 0.6rem 1rem;
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-16);
  font-weight: var(--gsc-font-weight-medium);
  }
  .product-sale-amount-badge {
  font-size: var(--gsc-fz-13);
  line-height: var(--gsc-lh-16);
  font-weight: var(--gsc-font-weight-medium);
  }
  .tab-name:hover {
    color: var(--gsc-text-color-100);
  }
  .dropdown__item:hover {
    color: var(--gsc-text-color-100);
    background-color: var(--gsc-foreground-color-100);
  }
  .table__row {
    padding: 1.6rem 0;
  }

  .table__row--header {
    padding-top: 0;
  }
  .tooltip {
    display: block;
  }

  .tooltip[aria-hidden='true'] {
    display: none;
    pointer-events: none;
  }

  .tooltip[aria-hidden='true'] * {
    pointer-events: none;
  }
  .notification {
    --gsc-notification-padding: 6.4rem;
  }
  .localization-dropdown {
    width: auto;
  }

  .localization-dropdown__body {
    max-width: 28rem;
    max-height: 42.8rem;
  }
  .quick-view {
    --gsc-QV-transform-transition-duration: var(
      --gsc-drawer-transition-duration
    );
    --gsc-QV-transition-timing: var(--gsc-drawer-transition-timing);
  }

  .quick-view .product__info-wrapper {
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .round-style .quick-view__body {
    padding: var(--gsc-modals-and-header-paddings);
  }

  .quick-view__header {
    position: relative;
    height: 7.6rem;
    z-index: 4;
  }

  .quick-view__close-button {
    padding: 2.2rem 2.4rem 2.2rem 0;
  }

  .quick-view__content {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: hidden;
  }

  .quick-view__body-wrapper {
    width: 85.6rem;
    max-width: 100%;
  }

  .quick-view .product__content {
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .quick-view__desktop-media {
    display: block;
    height: 100%;
    width: var(--gsc-QV-media-width);
  }

  .quick-view {
    width: auto;
    max-width: 100%;

    --gsc-QV-transform-transition-duration: 0.5s;
    --gsc-QV-media-transform-transition-duration: 0.5s;
  }

  .quick-view__media {
    -webkit-box-flex: 1;
        -ms-flex: 1 0
      calc(
        var(--gsc-QV-media-width) + var(--gsc-QV-space) + var(--gsc-QV-space)
      );
            flex: 1 0
      calc(
        var(--gsc-QV-media-width) + var(--gsc-QV-space) + var(--gsc-QV-space)
      );
    background: var(--gsc-background-color-100);
    -webkit-transform: translateX(calc(100% + (48rem * 2)));
            transform: translateX(calc(100% + (48rem * 2)));
    height: 100%;
    -webkit-transition: -webkit-transform var(--gsc-QV-media-transform-transition-duration)
      var(--gsc-QV-transition-timing);
    transition: -webkit-transform var(--gsc-QV-media-transform-transition-duration)
      var(--gsc-QV-transition-timing);
    transition: transform var(--gsc-QV-media-transform-transition-duration)
      var(--gsc-QV-transition-timing);
    transition: transform var(--gsc-QV-media-transform-transition-duration)
      var(--gsc-QV-transition-timing), -webkit-transform var(--gsc-QV-media-transform-transition-duration)
      var(--gsc-QV-transition-timing);
    will-change: transform;
    border-radius: var(--gsc-sidebar-radii, 0) 0 0 var(--gsc-sidebar-radii, 0);
    overflow: hidden;

    --gsc-QV-space: 0;
    --gsc-QV-media-width: 32rem;
  }

  .round-style .quick-view__media {
    padding: 0 var(--gsc-QV-space) 1.2rem 1.2rem;

    --gsc-QV-media-padding: 1.2rem;
    --gsc-QV-space: 3rem;
  }

  .quick-view.is-opened .quick-view__body {
    -webkit-filter: var(--gsc-drawer-modal-shadow);
            filter: var(--gsc-drawer-modal-shadow);
  }

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

  .round-style .quick-view.is-opened .quick-view__media {
    -webkit-transform: translateX(calc(0% + 4.7rem));
            transform: translateX(calc(0% + 4.7rem));
  }

  .quick-view .product__info-wrapper {
    width: 48rem;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: var(--gsc-sidebar-radii, 0);
    overflow: hidden;
  }

  .quick-view .product__info {
    width: 100%;
    height: 100%;
    padding: 0 4rem 2.4rem;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    -webkit-transition: opacity 0.5s linear 0.2s;
    transition: opacity 0.5s linear 0.2s;
  }

  .quick-view.is-opened .product__info {
    opacity: 1;
  }

  .quick-view__header-title {
    padding: 2.7rem 0 2.7rem 4rem;
  }

  .quick-view__header--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

  .quick-view .product {
    padding: 4.8rem 0;
  }

  /* new carousel on desktop */

  .quick-view-desktop-media-carousel {
    display: block;
    height: 100%;
  }

  .quick-view-desktop-media-carousel__carousel {
    display: block;
    gap: var(--gsc-desktop-space-between-media);
    height: 100%;

    --gsc-space-between-cards: 0.2rem;
  }

  .quick-view-desktop-media-carousel__carousel-viewport {
    height: 100%;
  }

  .round-style .quick-view-desktop-media-carousel__carousel {
    --gsc-space-between-cards: 1.2rem;
  }

  .quick-view-desktop-media-carousel__carousel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    will-change: transform;
    height: 100%;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  }

  .quick-view-desktop-media-carousel__carousel-slide {
    padding-top: var(--gsc-space-between-cards);
  }

  .quick-view .product-media__image-wrapper {
    border-radius: var(--gsc-image-inside-block-radii, 0);
  }
  .column-switcher__item:hover span {
    background-color: var(--gsc-text-color-100);
  }
  .alert__close-icon-wrapper:hover {
    opacity: 1;
  }
  .breadcrumbs__item:hover {
    text-decoration: underline;
  }
  .custom-app-block .spr-review-reportreview:hover {
    color: var(--gsc-text-color-100) !important;
    text-decoration: underline !important;
  }
  .custom-app-block--inside-standart-section .spr-form .spr-icon-star,
  .custom-app-block--inside-standart-section .spr-form .spr-icon-star-empty {
    -webkit-mask-image: var(--gsc-filled-star-56) !important;
            mask-image: var(--gsc-filled-star-56) !important;
  }

  .custom-app-block--inside-standart-section .spr-form .spr-icon-star-half-alt {
    -webkit-mask-image: var(--gsc-half-filled-star-56) !important;
            mask-image: var(--gsc-half-filled-star-56) !important;
  }

  .custom-app-block--inside-standart-section .spr-form .spr-icon {
    width: 5.6rem !important;
    height: 5.6rem !important;
  }

  .custom-app-block--inside-standart-section .spr-header-title {
    font-size: var(--gsc-heading-5-font-size) !important;
    line-height: var(--gsc-heading-5-line-height) !important;
  }

  .custom-app-block--inside-standart-section .spr-reviews {
    margin: 4.8rem 0 0 !important;
    row-gap: 2.4rem !important;
    -webkit-column-gap: 2.4rem !important;
       -moz-column-gap: 2.4rem !important;
            column-gap: 2.4rem !important;
  }

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

  .custom-app-block--inside-standart-section .spr-header-title {
    margin: 0 0 4.8rem !important;
  }

  .custom-app-block--inside-standart-section .spr-summary {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    grid-template-areas: unset !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: unset !important;
        -ms-flex-pack: unset !important;
            justify-content: unset !important;
  }

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

  .custom-app-block--inside-standart-section .spr-summary-actions {
    margin: 0 0 0 auto !important;
  }

  .custom-app-block--inside-standart-section .spr-reviews,
  .container--xsmall .custom-app-block--inside-standart-section .spr-reviews {
    grid-template-columns: 1fr !important;
  }

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

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

  .custom-app-block--inside-standart-section .spr-pagination {
    padding: 2.4rem 0 0 !important;
  }
  .custom-app-block--inside-standart-section .spr-reviews,
  .container--xsmall .custom-app-block--inside-standart-section .spr-reviews {
    grid-template-columns: 1fr !important;
  }
  .carousel-btn:not([disabled]):hover {
    background-color: var(--gsc-white-color-80);
  }
  .dynamic-checkout-buttons .shopify-cleanslate [role='button'],
  .dynamic-checkout-buttons .shopify-payment-button__button--unbranded {
    min-height: 5.6rem !important;
    padding: 1.6rem 2rem !important;
  }

  .dynamic-checkout-buttons
    .shopify-payment-button__button--unbranded:not([disabled]):hover,
  .shopify-challenge__button:not([disabled]):hover {
    background: -webkit-gradient(
        linear,
        left bottom, left top,
        from(var(--gsc-white-color-20)),
        to(var(--gsc-white-color-20))
      ),
      var(--gsc-button-background-color-100) !important;
    background: linear-gradient(
        0deg,
        var(--gsc-white-color-20),
        var(--gsc-white-color-20)
      ),
      var(--gsc-button-background-color-100) !important;
  }

  .dynamic-checkout-buttons--solid
    .shopify-payment-button__button--unbranded[aria-disabled='true']:hover {
    background: var(--gsc-button-background-color-100) !important;
  }
  .dynamic-checkout-buttons--cart-page .shopify-cleanslate [role='button'] {
    min-height: 5.6rem !important;
    padding: 1.6rem 2rem !important;
  }
  .dynamic-checkout-buttons--outline
    .shopify-payment-button__button--unbranded:not(
      [aria-disabled='true']
    ):hover {
    -webkit-box-shadow: 0 0 0 0.1rem var(--gsc-outline-button-background-color-100)
      inset !important;
            box-shadow: 0 0 0 0.1rem var(--gsc-outline-button-background-color-100)
      inset !important;
    background: transparent !important;
  }

  .dynamic-checkout-buttons--outline
    .shopify-payment-button__button--unbranded[aria-disabled='true']:hover {
    background: transparent !important;
  }
  .link__text {
    display: inline;
    background-position: 0 100%;
    background-image: -webkit-gradient(
      linear,
      left top, right top,
      from(var(--gsc-button-background-color-100)),
      to(var(--gsc-button-background-color-100))
    );
    background-image: linear-gradient(
      to right,
      var(--gsc-button-background-color-100),
      var(--gsc-button-background-color-100)
    );
    background-size: 0 0.15rem;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-size 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .link-parent-for-hover:hover .link__text,
  .link:hover .link__text {
    background-size: 100% 0.15rem;
  }

  .link--vertical .link__text {
    background-size: 0.15rem 0;
  }

  .link-parent-for-hover:hover .link--vertical .link__text,
  .link--vertical .link-parent-for-hover:hover .link__text,
  .link--vertical:hover .link__text {
    background-size: 0.15rem 100%;
  }

  .underline-animation,
  .underline-animation-parent.rte * {
    display: inline !important;
    background-position: 0 100%;
    background-image: -webkit-gradient(
      linear,
      left top, right top,
      from(var(--gsc-button-background-color-100)),
      to(var(--gsc-button-background-color-100))
    );
    background-image: linear-gradient(
      to right,
      var(--gsc-button-background-color-100),
      var(--gsc-button-background-color-100)
    );
    background-size: 0 0.1rem;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-size 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .underline-animation-parent.rte * {
    padding-bottom: 0.25rem;
    line-height: 1.7;
  }

  .underline-animation:hover,
  .underline-animation-parent:hover .underline-animation-parent.rte *,
  .link-parent-for-hover:hover .underline-animation-parent.rte *,
  .link-parent-for-hover:hover .underline-animation {
    background-size: 99% 0.1rem;
  }
  .social-list__item:hover {
    opacity: 0.5;
  }
  .carousel__slide {
    margin-right: 0;
    padding-right: 0;
  }

  .carousel__btn {
    cursor: pointer;
  }
  .card-carousel__progress-bar {
    margin: 6.4rem 0 0;
  }

  .card-carousel__viewport {
    overflow: hidden;
  }

  .card-carousel__viewport--overflow {
    overflow: visible;
  }

  .card-carousel__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .card-carousel__position-btn-wrap {
    display: block;
  }

  .card-carousel__slide {
    min-width: var(--gsc-slide-width);
    width: var(--gsc-slide-width);
  }

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

  .card-carousel__arrow:not([disabled]):hover {
    opacity: 0.7;
  }

  .card-carousel--navigation-on-hover .card-carousel__carousel-btn {
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }

  .card-carousel--with-half-next-slide-and-hover-navigation
    .card-carousel__carousel-btn {
    opacity: 0;
    -webkit-transition: opacity 0.1s linear, -webkit-transform 0.2s linear;
    transition: opacity 0.1s linear, -webkit-transform 0.2s linear;
    transition: transform 0.2s linear, opacity 0.1s linear;
    transition: transform 0.2s linear, opacity 0.1s linear, -webkit-transform 0.2s linear;
  }

  .card-carousel--navigation-on-hover .card-carousel__carousel-btn--next {
    -webkit-transform: translate(calc(2.4rem + 100%), -50%);
            transform: translate(calc(2.4rem + 100%), -50%);
  }

  .card-carousel--navigation-on-hover .card-carousel__carousel-btn--prev {
    -webkit-transform: translate(calc(-1 * (2.4rem + 100%)), -50%);
            transform: translate(calc(-1 * (2.4rem + 100%)), -50%);
  }

  .card-carousel--navigation-on-hover:hover
    .card-carousel__carousel-btn:not([disabled]),
  .card-carousel--navigation-on-hover
    .card-carousel__carousel-btn:not([disabled]):focus-visible {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .card-carousel--with-half-next-slide-and-hover-navigation:hover
    .card-carousel__carousel-btn:not([disabled]),
  .card-carousel--with-half-next-slide-and-hover-navigation
    .card-carousel__carousel-btn:not([disabled]):focus-visible {
    opacity: 1;
    -webkit-transition: opacity 0.1s linear 0.1s, -webkit-transform 0.2s linear;
    transition: opacity 0.1s linear 0.1s, -webkit-transform 0.2s linear;
    transition: transform 0.2s linear, opacity 0.1s linear 0.1s;
    transition: transform 0.2s linear, opacity 0.1s linear 0.1s, -webkit-transform 0.2s linear;
  }
  .dots-carousel {
    --gsc-dot-size: 2.4rem;
    --gsc-slide-size: 2.6rem;
    --gsc-space-between-cards: 1.6rem;
  }

  .dots-carousel__slide-inner-circle {
  width: 1.2rem;
  height: 1.2rem;
  }

  .dots-carousel__slide.is-prev-prev .dots-carousel__slide-inner-circle {
  width: 0.8rem;
  height: 0.8rem;
  }

  .dots-carousel__slide-inner-circle,
  .dots-carousel__slide svg {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }

  .dots-carousel__slide:hover svg {
    -webkit-transform: scale(1.166);
            transform: scale(1.166);
  }

  .dots-carousel__slide:hover .dots-carousel__slide-inner-circle {
    -webkit-transform: scale(1.166);
            transform: scale(1.166);
  }

  .dots-carousel__slide.is-prev-prev:hover .dots-carousel__slide-inner-circle {
    -webkit-transform: scale(1.333);
            transform: scale(1.333);
  }
  .solid-dots-carousel__solid-dot:hover .solid-dots-carousel__solid-dot-circle {
    background: var(--gsc-text-color-100);
    border-color: var(--gsc-white-color-100);
  }
  .solid-dots-carousel__solid-dot:hover .solid-dots-carousel__solid-dot-circle {
    background: var(--gsc-text-color-100);
    border-color: var(--gsc-white-color-100);
  }
  .theme-with-size2-swatch-in-product-card {
    --gsc-landscape-swatch-width: 4rem;

    --gsc-square-swatch-width: 2.4rem;

    --gsc-portrait-swatch-width: 2.4rem;

    --gsc-circle-swatch-width: 2.4rem;

    --gsc-swatch-border-radius: var(--gsc-product-card-size2-swatch-radii);
  }

  .theme-with-size3-swatch-in-product-card {
    --gsc-landscape-swatch-width: 4.8rem;

    --gsc-square-swatch-width: 3.2rem;

    --gsc-portrait-swatch-width: 3.2rem;

    --gsc-circle-swatch-width: 3.2rem;

    --gsc-swatch-border-radius: var(--gsc-product-card-size3-swatch-radii);
  }

  .theme-with-size4-swatch-in-product-card {
    --gsc-landscape-swatch-width: 6rem;

    --gsc-square-swatch-width: 4rem;

    --gsc-portrait-swatch-width: 4rem;

    --gsc-circle-swatch-width: 4rem;

    --gsc-swatch-border-radius: var(--gsc-product-card-size4-swatch-radii);
  }

  .theme-with-size5-swatch-in-product-card {
    --gsc-landscape-swatch-width: 6.8rem;

    --gsc-square-swatch-width: 4.8rem;

    --gsc-portrait-swatch-width: 4.8rem;

    --gsc-circle-swatch-width: 4.8rem;

    --gsc-swatch-border-radius: var(--gsc-product-card-size5-swatch-radii);
  }

  .theme-with-size6-swatch-in-product-card {
    --gsc-landscape-swatch-width: 9.6rem;

    --gsc-square-swatch-width: 6.4rem;

    --gsc-portrait-swatch-width: 6.4rem;

    --gsc-circle-swatch-width: 6.4rem;

    --gsc-swatch-border-radius: var(--gsc-product-card-size6-swatch-radii);
  }
  .product-card__on-image-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .product-card__under-image-badges--hidden-on-desktop {
    display: none;
  }

  .product-card__under-image-badges {
    padding: 0rem;
    margin: 0rem 0rem 1.2rem;
  }

  .product-card__details-inner {
    row-gap: 1.6rem;
  }

  .product-card__colors-wrapper {
    padding-top: 0;
  }

  .product-card--with-color-swatches-on-hover .product-card__colors-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
    opacity: 0;
    pointer-events: none;
  }

  .product-card--with-color-swatches-always .product-card__colors-wrapper {
    display: block;
  }

  .product-card--with-color-swatches-hide-on-desktop
    .product-card__colors-wrapper {
    display: none;
  }

  .product-card__details {
    padding-top: 1.2rem;
    padding-right: 1.2rem;
  }

  .product-card--center-alignment .product-card__details {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .product-card__details--bottom-spacing {
    padding-bottom: 2.4rem;
  }

  .product-card--solid .product-card__details {
    padding: 1.2rem 1.6rem 2.4rem;
  }

  .product-card__vendor {
    margin: 0.4rem 0 0;
  }

  .product-card__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .product-card__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    width: unset;
  }

  .product-card__actions--with-media-tabs {
    height: 100%;
  }

  .product-card__actions--visible-on-hover .product-card__btns {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }

  .product-card__btns:has(button:focus-visible) {
    -webkit-transition: none;
    transition: none;
  }

  .product-card__btns:has(button.loading),
  .product-card__btns:has(button:focus-visible) {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  .product-card:hover
    .product-card__actions--visible-on-hover
    .product-card__btns {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  .product-card__btns {
    margin: 0.8rem 0 0;
    -webkit-column-gap: 0.1rem;
       -moz-column-gap: 0.1rem;
            column-gap: 0.1rem;
  }

  .product-card__btns--with-text-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product-card__btns--with-icon-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .round-style .product-card__btns--with-text-buttons {
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
  }

  .product-card__carousel {
    display: none;
  }

  .product-card__carousel + .product-card__images {
    display: block;
  }

  .product-card--show-secondary-media:hover
    .product-card__img[data-main-media] {
    opacity: 0;
  }

  .product-card--show-secondary-media:not(.is-color-swatch-hover):hover
    .product-card__img[data-secondary-media] {
    opacity: 1;
  }

  .product-card--zoom .product-card__images {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0.6, 1, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0, 0.6, 1, 1);
    transition: transform 0.8s cubic-bezier(0, 0.6, 1, 1);
    transition: transform 0.8s cubic-bezier(0, 0.6, 1, 1), -webkit-transform 0.8s cubic-bezier(0, 0.6, 1, 1);
  }

  .product-card--zoom:hover .product-card__images {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  .product-card--with-color-swatches-on-hover
    .product-card__colors-wrapper:has(*:focus-visible),
  .product-card--with-color-swatches-on-hover:hover
    .product-card__colors-wrapper {
    opacity: 1;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
    pointer-events: all;
  }

  .product-card--with-color-swatches-on-hover
    .product-card__colors-wrapper:has(*:focus-visible)
    + .product-card__info,
  .product-card--with-color-swatches-on-hover:hover
    .product-card__colors-wrapper
    + .product-card__info {
    opacity: 0;
    -webkit-transition: none;
    transition: none;
  }

  .product-card__btn {
    outline-offset: -4px;
  width: 4.8rem;
  height: 4.8rem;
  }

  .product-card__btn-label-text {
    margin: 0 0 0 0.8rem;
    white-space: nowrap;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-property: opacity, width, margin;
    transition-property: opacity, width, margin;
  }

  .product-card__btn-wrapper--with-labels {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 4.8rem;
            flex: 1 0 4.8rem;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-property: width, -webkit-box-flex;
    transition-property: width, -webkit-box-flex;
    transition-property: flex, width;
    transition-property: flex, width, -webkit-box-flex, -ms-flex;
  }

  .product-card__btn-wrapper--with-labels:hover
    + .product-card__btn-wrapper--with-labels,
  .product-card__btn-wrapper--with-labels:not(:last-child, :hover) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 4.8rem;
            flex: 0 1 4.8rem;
  }

  .product-card__btn-wrapper--with-labels
    + .product-card__btn-wrapper--with-labels:hover
    .product-card__btn-label-text,
  .product-card__btn-wrapper--with-labels:not(:first-child, :hover)
    .product-card__btn-label-text {
    margin: 0;
  }

  .product-card__btn-wrapper--with-labels .product-card__btn-label-text {
    display: block;
  }

  .product-card__btn {
    padding: 1.6rem 0.5rem;
  }

  .product-card__btns.is-width-overflowed .product-card__btn-label-text {
    position: absolute;
    visibility: hidden;
  }

  .product-card__btns.is-width-overflowed .product-card__btn-wrapper:hover,
  .product-card__btns.is-width-overflowed
    .product-card__btn-wrapper:not(:hover) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .product-card__btn-wrapper--with-labels:hover
    + .product-card__btn-wrapper--with-labels
    .product-card__btn-label-text,
  .product-card__btn-wrapper--with-labels:not(:last-child, :hover)
    .product-card__btn-label-text {
    width: 0;
    margin: 0;
    opacity: 0;
  }

  .product-card__btn-wrapper--with-labels:hover .product-card__btn-label-text {
    opacity: 1;
  }

  .product-card__btn-wrapper--with-labels:hover {
    width: 100%;
  }

  .product-card__btn-wrapper--with-labels .product-card__btn {
    width: 100%;
  }

  /* with icon */
  .product-card__btn-wrapper--with-labels .product-card__btn-icon {
    margin-left: -2rem;
    opacity: 0;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-property: opacity, margin;
    transition-property: opacity, margin;
  }

  .product-card__btns.is-width-overflowed .product-card__btn-icon,
  .product-card__btn-wrapper--with-labels:hover
    + .product-card__btn-wrapper--with-labels
    .product-card__btn-icon,
  .product-card__btn-wrapper--with-labels:not(:last-child, :hover)
    .product-card__btn-icon {
    margin-left: 0;
    opacity: 1;
  }
  .horizontal-product-card {
    gap: 2rem;
  }

  .horizontal-product-card__button:not([disabled]):hover {
    color: var(--gsc-button-text-color-100);
    background: var(--gsc-button-background-color-100);
  }
  .vertical-product-card__buttons--visible-on-hover {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }

  .vertical-product-card__buttons--visible-on-hover:has(button:focus-visible) {
    -webkit-transition: none;
    transition: none;
  }

  .vertical-product-card__buttons--visible-on-hover:has(button.loading),
  .vertical-product-card:hover
    .vertical-product-card__buttons--visible-on-hover,
  .vertical-product-card:focus-within
    .vertical-product-card__buttons--visible-on-hover {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .rich-text__container {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }

  .rich-text__container--with-aside-spacing {
    padding: 2.8rem;
  }

  .rich-text__btn {
    width: auto;
  }

  .rich-text--block {
    padding: 2.8rem;
  }

  .rich-text__text-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }

  .rich-text__text-wrapper--with-large-desktop-gap {
    row-gap: 6.4rem;
    -webkit-column-gap: 6.4rem;
       -moz-column-gap: 6.4rem;
            column-gap: 6.4rem;
  }
  .media__image--desktop {
    display: block;
  }

  .media__image--mobile {
    display: none;
  }
  .share-dropdown__item:not(:active):hover {
    color: var(--gsc-text-color-100);
  }
  .custom-app-block .spr-pagination-prev:not(.is-active):hover,
  .custom-app-block .spr-pagination-next:not(.is-active):hover,
  .custom-app-block .spr-pagination-page:not(.is-active):hover,
  .pill--solid:not(.selected):hover {
    background: -webkit-gradient(
        linear,
        left bottom, left top,
        from(rgb(var(--gsc-text-color), 0.08)),
        to(rgb(var(--gsc-text-color), 0.08))
      ),
      var(--gsc-foreground-color-100);
    background: linear-gradient(
        0deg,
        rgb(var(--gsc-text-color), 0.08),
        rgb(var(--gsc-text-color), 0.08)
      ),
      var(--gsc-foreground-color-100);
  }

  .pill--outline:not(.selected):hover {
    border: 1px solid var(--gsc-text-color-100);
  }

  .pill--underline:not(.selected):hover {
    border-color: var(--gsc-text-color-15);
  }

  .pill__color-swatch:hover {
    --gsc-color-swatch-border-color: transparent;
    --gsc-color-swatch-box-shadow: 0px 0px 0px 2px transparent inset;
  }
  .load-button-pagination__btn:hover {
    -webkit-box-shadow: 0 0 0 0.2rem var(--gsc-border-color-100) inset;
            box-shadow: 0 0 0 0.2rem var(--gsc-border-color-100) inset;
  }

  .load-button-pagination__btn:active {
    background-color: var(--gsc-border-color-100);
  }

  .load-button-pagination__btn {
    width: 26.5rem;
  }
  .classic-pagination__link:hover {
    color: var(--gsc-background-color-100);
    background-color: var(--gsc-text-color-100);
  }
  .article-card__details {
    padding: 1.6rem 1.6rem 0 0;
  }

  .article-card__details--left-spacing {
    padding-left: 1.6rem;
  }

  .article-card__details--bottom-spacing {
    padding-bottom: 4.8rem;
  }

  .article-card__details > * + * {
    margin: 1.2rem 0 0;
  }

  .article-card__details--with-background {
    padding: 2.4rem 2.4rem 3.2rem 2.4rem;
  }

  .article-card__tags-container--under-image {
    padding: 0rem 0.8rem 0 0;
  }
  .field-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }

  .custom-app-block input.spr-form-input:not(:focus):hover,
  .custom-app-block textarea.spr-form-input:not(:focus):hover,
  .input:not(:focus):hover,
  .textarea:not(:focus):hover {
    border-color: var(--gsc-text-color-30);
  }

  .password-input__btn:hover {
    color: var(--gsc-text-color-100);
  }

  .custom-app-block--inside-standart-section input.spr-form-input {
    min-height: 5.6rem;
  }
  .checkbox:hover .checkbox__span {
    border-color: var(--gsc-text-color-100);
  }
  .search-sidebar__body {
    border-radius: var(--gsc-sidebar-radii, 0);
  }

  .round-style .search-sidebar {
    padding: var(--gsc-modals-and-header-paddings);
  }

  .search-sidebar {
    width: auto;
  }

  .search-sidebar__close-button-wrapper {
    padding: 2.2rem 3.2rem;
  }

  .search-sidebar__body {
    width: 48rem;
  }

  .search-sidebar__footer {
    padding: 2.4rem;
  }

  .search-sidebar__header-title {
    padding: 2.7rem 0 2.7rem 4rem;
  }

  .search-sidebar__header {
    height: 7.6rem;
  }

  .search-sidebar__form {
    padding: 2.4rem 4rem 2rem;
  }

  .search-sidebar__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1.6rem 4rem 2.4rem;
  }

  .search-sidebar-section__query::before {
    position: absolute;
    bottom: 0;
    left: 0;
  width: 100%;
  height: 1px;
    background-color: var(--gsc-text-color-100);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    content: '';
  }

  .search-sidebar-section__query:hover::before {
    opacity: 1;
  }
  .search__container {
    max-width: 73.6rem;
  }

  .search__carousel-tab-names {
    display: none;
  }

  .search__tab-name-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .search__form {
    margin: 0 0 6.4rem;
  }
  .search-field__controls-item-icon--reset:hover {
    opacity: 1;
  }
  .quote:not(.quote-sidebar__quote).quote--vertical {
    height: unset;
  }

  /* ___________SIDEBAR______________________ */
  .quote-sidebar {
    width: unset;
  }

  .quote-sidebar__body--with-top-padding {
    padding-top: unset;
  }

  .round-style .quote-sidebar {
    padding: var(--gsc-modals-and-header-paddings);
  }

  .quote-sidebar__close-button-container {
    display: none;
  }

  .round-style .quote-sidebar__body {
    border-radius: var(--gsc-sidebar-radii, 0);
  }

  .quote-sidebar__body {
    width: 48rem;
  }

  .quote-sidebar .quote__content {
    padding: 3.2rem 4.4rem;
    gap: 2.4rem;
    height: unset;
  }

  .quote-sidebar .quote__text-height {
    height: unset;
  }

  .quote-sidebar .quote__text {
  font-size: var(--gsc-fz-9);
  line-height: var(--gsc-lh-4);
  font-weight: var(--gsc-font-weight-semibold);
  }

  /* ___________SIDEBAR______________________ */

  .quote {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-height: var(--gsc-quote-height);
    border-radius: var(--gsc-base-radii);
  }

  .quote--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-height: unset;
  }

  .quote__content {
    padding: 3.2rem;
  }

  .quote__image {
    width: var(--gsc-quote-image-width);
    height: var(--gsc-quote-height);
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: var(--gsc-base-radii);
  }

  .quote--vertical .quote__image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }

  .quote__text--small {
  font-size: var(--gsc-fz-11);
  line-height: var(--gsc-lh-base);
  font-weight: var(--gsc-font-weight-semibold);
  }

  .quote__text--medium {
  font-size: var(--gsc-fz-10);
  line-height: var(--gsc-lh-2);
  font-weight: var(--gsc-font-weight-semibold);
  }

  .quote__text--large {
  font-size: var(--gsc-fz-9);
  line-height: var(--gsc-lh-4);
  font-weight: var(--gsc-font-weight-semibold);
  }

  .quote::-webkit-scrollbar {
    display: none;
  }

  .quote--with-product-link:hover .link__text::before {
    bottom: 0;
    left: 0;
  }
  .order__header {
    padding: 0 0 2.4rem;
    text-align: left;
    border: none;
  }

  .order-history__header {
    margin: 0 0 4rem;
    text-align: left;
  }

  .order__info {
    padding: 4.8rem 0 4rem;
  }

  .order__info-title {
    margin: 0 0 1.2rem;
  }

  .order__status {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }

  .order__desktop-table {
    display: block;
  }

  .order__items {
    display: none;
  }

  .order__table-row {
    border-color: var(--gsc-border-color-100);
  }

  .order__desktop-table {
    padding: 0;
  }
  .login__content {
    margin: 0 0 4rem;
  }

  .login__footer {
    margin: 4.8rem 0 0;
  }

  .login__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin: 4.8rem 0 0;
  }

  .login__btn {
    width: auto;
    min-width: 22rem;
  }

  #recover .login__btn {
    width: 100%;
  }
  .addresses__form-field + .addresses__form-field {
    margin: 3.2rem 0 0;
  }

  .addresses__form-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin: 4.8rem 0 0;
  }

  .addresses__form-title {
    margin: 0 0 4rem;
    text-align: left;
  }

  .addresses__header {
    padding-bottom: 2.4rem;
    text-align: left;
  }

  .addresses__address,
  .addresses__form {
    padding: 4.8rem 0;
  }

  .addresses__address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .addresses__address-btns {
    margin: 0;
  }
  .collection-card--show-all-on-hover:hover .collection-card__content {
    opacity: 1;
    -webkit-transition: var(--gsc-collection-card-transition);
    transition: var(--gsc-collection-card-transition);
  }

  .collection-card--show-button-on-hover:hover .collection-card__content {
    -webkit-transform: translateY(3rem);
            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;
  }

  .collage .collection-card:hover .overlay {
    background: rgb(
      var(--gsc-black-color),
      calc(var(--gsc-overlay-opacity) + 0.35)
    );
  }

  .collection-card__content {
    padding: 1.6rem 1.6rem 0 0;
  }

  .collection-card__content--on-image {
    padding: 1.6rem;
  }

  .collection-card__content--center-alignment:not(
      .collection-card__content--on-image
    ) {
    padding: 1.6rem 1.6rem 0;
  }

  .round-style .card-carousel .collection-card__content--under-image,
  .collection-card__content--bottom-spacing {
    padding-bottom: 2.4rem;
  }

  .collection-card__content--under-image {
    padding-left: 0;
  }

  .collection-card--without-aside-paddings
    .collection-card__content--under-image {
    padding-left: 1.6rem;
  }

  .collection-card--with-background .collection-card__content {
    padding: 1.2rem;
  }

  .collection-card--with-background .collection-card__content--under-image {
    padding: 1.2rem;
  }

  .mega-menu__block--collection-list
    .collection-card__content.collection-card__content--on-image {
    padding: 3.2rem;
  }
  .image-block:hover .overlay {
    background: rgb(
      var(--gsc-black-color),
      calc(var(--gsc-overlay-opacity) + 0.35)
    );
  }

  .image-block__btn--default:hover path {
    -webkit-transform: scale(125%);
            transform: scale(125%);
  }

  .image-block__content-wrap {
    padding: 2.8rem;
  }
  .deferred-media__xr-button[data-shopify-xr-hidden] {
    display: none;
  }
  .pickup-availability-sidebar__body {
    border-radius: var(--gsc-sidebar-radii, 0);
  }

  .round-style .pickup-availability-sidebar {
    padding: var(--gsc-modals-and-header-paddings);
  }

  .pickup-availability-sidebar__header-title {
    padding: 2.5rem 0 2.5rem 2.4rem;
  }

  .pickup-availability-sidebar__close-button-wrapper {
    padding: 2rem 2.4rem;
  }

  .pickup-availability-sidebar__body {
    width: 42.4rem;
    max-width: 100%;
  }
  .comment-form__body {
    row-gap: 2.4rem;
  }

  .comment-form__field-group {
    row-gap: 2.4rem;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }

  .comment-form__btn {
    width: auto;
  }
  .sort-list--desktop {
    display: block;
  }

  .sort-list--mobile {
    display: none;
  }

  .sort-list-dropdown {
    position: absolute;
    z-index: var(--gsc-sort-list-dropdown-zIndex);
    width: 28rem;
    padding: 1.6rem;
    background: var(--gsc-background-color-100);
    border-radius: var(--gsc-default-dropdown-radii, 0);
    -webkit-box-shadow: 0 2.4rem 6rem var(--gsc-black-color-15);
            box-shadow: 0 2.4rem 6rem var(--gsc-black-color-15);
    opacity: 1;
    -webkit-transition: opacity 0.125s ease-in-out;
    transition: opacity 0.125s ease-in-out;
  }

  .sort-list-dropdown[aria-hidden='true'] {
    opacity: 0;
    pointer-events: none;
  }

  .sort-list-dropdown__item {
    display: block;
    padding: 0.8rem 1.6rem;
    border-radius: var(--gsc-default-dropdown-item-radii, 0);
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-medium);
  }

  .sort-list-dropdown__item:hover,
  .sort-list-dropdown__item.active {
    background: var(--gsc-foreground-color-100);
  }

  .sort-list-dropdown__active-sort-option {
    font-weight: var(--gsc-font-weight-medium);
  }
  .theme-with-size1-swatch-in-filters {
    --gsc-filters-color-swatch-count: 8;
  }

  .theme-with-size2-swatch-in-filters {
    --gsc-filters-color-swatch-count: 7;
  }

  .theme-with-size3-swatch-in-filters {
    --gsc-filters-color-swatch-count: 6;
  }

  .theme-with-size4-swatch-in-filters {
    --gsc-filters-color-swatch-count: 5;
  }

  .theme-with-size5-swatch-in-filters {
    --gsc-filters-color-swatch-count: 4;
  }

  .theme-with-size6-swatch-in-filters {
    --gsc-filters-color-swatch-count: 3;
  }
  .sidebar-filters {
    width: auto;
  }

  .sidebar-filters__header {
    padding: 2rem 2.4rem 2rem 4rem;
  }

  .filters__text-option:hover .filters__text-option-checkbox {
    opacity: 1;
  }

  .sidebar-filters--mobile {
    display: none;
  }

  .sidebar-filters--desktop {
    display: block;
  }

  .filters__active-options {
    padding-top: 0.8rem;
  }

  .filters__form {
    padding: 0;
    width: 34rem;
  }

  .sidebar-filters--static .filters__form {
    overflow-y: visible;
  }

  .sidebar-filters--static .sidebar-filters__header {
    display: none;
  }

  .sidebar-filters--static {
    position: static;
    z-index: unset;
    height: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transition-property: margin;
    transition-property: margin;
  }

  .sidebar-filters--static-left {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .sidebar-filters--static-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sidebar-filters--static-left .sidebar-filters__body {
    padding-right: 4rem;
  }

  .sidebar-filters--static-right .sidebar-filters__body {
    padding-left: 4rem;
  }

  .sidebar-filters--static-left .sidebar-filters__body {
    padding-left: var(--gsc-container-header-padding);
  }

  .sidebar-filters--static-right .sidebar-filters__body {
    padding-right: var(--gsc-container-header-padding);
  }

  .container--with-aside-paddings
    .sidebar-filters--static-left
    .sidebar-filters__body {
    padding-left: min(1.6rem, 3.6rem - var(--gsc-container-padding));
  }

  .container--with-aside-paddings
    .sidebar-filters--static-right
    .sidebar-filters__body {
    padding-right: min(1.6rem, 3.6rem - var(--gsc-container-padding));
  }

  .sidebar-filters--static-left:not(.is-opened) {
    width: 38.4rem;
    margin-left: -38.4rem;
  }

  .sidebar-filters--static-right:not(.is-opened) {
    width: 38.4rem;
    margin-right: -38.4rem;
  }

  .round-style .sidebar-filters--drawer {
    padding: var(--gsc-modals-and-header-paddings);
  }

  .sidebar-filters--drawer .sidebar-filters__body {
    overflow: hidden;
    border-radius: var(--gsc-sidebar-radii, 0);
  }

  .sidebar-filters--drawer .filters__form {
    width: 45.2rem;
    padding: 4.8rem 0;
  }

  .sidebar-filters--drawer .filters__item {
    margin: 0 4.8rem;
  }

  .sidebar-filters--drawer-left {
    right: unset;
    left: 0;
  }

  .sidebar-filters--drawer-right {
    right: 0;
  }

  .sidebar-filters--drawer-left:not(.is-opened) {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .sidebar-filters--drawer-right:not(.is-opened) {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .close-cursor[visible] {
    opacity: 1;
  }

  body:has(.close-cursor[visible]) {
    cursor: none;
  }
  .image-banner__container--mobile-content-with-background
    .image-banner__content-wrap,
  .slideshow .image-banner__content-wrap,
  .image-banner__content-wrap {
    padding: var(--gsc-content-spacing);
  }

  .image-banner__content {
    width: auto;
    max-width: var(--gsc-content-width);
    padding: 2.8rem;
  }

  .slideshow--with-dots .image-banner__content--with-none-background {
    padding: 2.8rem;
  }

  .image-banner__content--mobile {
    display: none;
  }

  .image-banner__content--desktop {
    display: block;
  }

  .image-banner__text,
  .image-banner__title,
  .image-banner__caption {
    margin: 1.6rem 0;
  }

  .image-banner__btns {
    margin: 3.2rem 0;
  }

  .image-banner__btns--with-only-links {
    margin: 2rem 0;
  }

  .image-banner__btn {
    width: auto;
  }
  .split-image-banner__container:before {
    content: '';
    padding-bottom: var(--gsc-section-ratio);
  }

  .split-image-banner__container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100%;
  }

  .split-image-banner__content-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 var(--gsc-content-wrapper-width);
            flex: 1 1 var(--gsc-content-wrapper-width);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }

  .round-style .split-image-banner__content-wrap,
  .split-image-banner__content-wrap,
  .slideshow .split-image-banner__content-wrap {
    padding: 2.8rem;
  }

  .split-image-banner__right-media,
  .split-image-banner__left-media {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .slideshow .split-image-banner__content,
  .split-image-banner__content {
    max-width: var(--gsc-content-max-width);
  }

  .split-image-banner__text,
  .split-image-banner__title,
  .split-image-banner__caption {
    margin: 1.6rem 0;
  }

  .split-image-banner__btns {
    margin: 3.2rem 0;
  }

  .split-image-banner__btns--with-only-links {
    margin: 2rem 0;
  }

  .split-image-banner__btn {
    width: auto;
  }
  .spacer--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .spacer--mobile {
    display: none;
  }
  .slideshow__play-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .slideshow__play-button:hover {
    background-color: var(--gsc-white-color-80);
  }

  .slideshow__dots-carousel {
    bottom: 24px;
    max-width: 22rem;
  }

  .slideshow__btns {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  width: 100%;
  height: 0;
    z-index: 1;
  }

  .slideshow__btns--aside {
    top: 50%;
    padding: 0 2.4rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .slideshow__btns--corner {
    right: 2.4rem;
    bottom: 2.4rem;
  width: auto;
  height: auto;
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
  }

  .slideshow__carousel-btn {
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }

  /* hover aside buttons */

  .slideshow--navigation-on-hover
    .slideshow__btns--aside
    .slideshow__carousel-btn--prev {
    -webkit-transform: translateX(calc(-1 * (2.4rem + 100%)));
            transform: translateX(calc(-1 * (2.4rem + 100%)));
  }

  .slideshow--navigation-on-hover
    .slideshow__btns--aside
    .slideshow__carousel-btn--next {
    -webkit-transform: translateX(calc(2.4rem + 100%));
            transform: translateX(calc(2.4rem + 100%));
  }

  .slideshow--navigation-on-hover:hover
    .slideshow__btns--aside
    .slideshow__carousel-btn {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  /* hover corner buttons */

  .slideshow--navigation-on-hover
    .slideshow__btns--corner
    .slideshow__carousel-btn--next {
    -webkit-transform: translateX(calc(200% + 1.2rem + 2.4rem));
            transform: translateX(calc(200% + 1.2rem + 2.4rem));
  }

  .slideshow--navigation-on-hover
    .slideshow__btns--corner
    .slideshow__carousel-btn--prev {
    -webkit-transform: translateX(calc(200% + 1.2rem + 2.4rem));
            transform: translateX(calc(200% + 1.2rem + 2.4rem));
  }

  .slideshow--navigation-on-hover:hover
    .slideshow__btns--corner
    .slideshow__carousel-btn--next {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }

  .slideshow--navigation-on-hover:hover
    .slideshow__btns--corner
    .slideshow__carousel-btn {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  .slideshow__carousel-btn:focus-visible {
    -webkit-transition: none;
    transition: none;
  }
  .collection__desktop-content {
    display: block;
  }

  .collection__mobile-content {
    display: none;
  }

  .collection__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 4rem;
    -webkit-column-gap: 4.8rem;
       -moz-column-gap: 4.8rem;
            column-gap: 4.8rem;
  }

  .collection__header--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .collection__header--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .collection__tab-carousel {
    display: none;
  }

  .collection__tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    row-gap: 1.6rem;
  }

  .collection--grid-with-mobile-carousel .collection__card-grid {
    display: grid;
  }

  .collection--grid-with-mobile-carousel .collection__card-carousel {
    display: none;
  }
  .collection-text__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding-left: 4.4rem;
    padding-right: 0;
  }

  .collection-text__container--inverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    padding-left: 0;
    padding-right: 4.4rem;
  }

  .collection-text__container.container--with-aside-paddings {
    padding-left: 4.4rem;
    padding-right: 4.4rem;
  }

  .collection-text__container--inverse.container--with-aside-paddings {
    padding-left: 4.4rem;
    padding-right: 4.4rem;
  }

  .round-style .collection-text__container.container--with-aside-paddings {
    padding-left: 4.4rem;
    padding-right: 2rem;
  }

  .round-style
    .collection-text__container--inverse.container--with-aside-paddings {
    padding-left: 2rem;
    padding-right: 4.4rem;
  }

  .collection-text__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.2rem;
            flex: 0 0 27.2rem;
    -ms-flex-item-align: center;
        align-self: center;
    padding: 0;
  }

  .collection-text__card-carousel {
    width: 100%;
  }

  .collection-text__content + .collection-text__card-carousel {
    width: calc(100% - 6.4rem - 27.2rem);
  }

  .collection-text__content > * + * {
    margin: 2rem 0 0;
  }

  .collection-text__content > * + .collection-text__text {
    margin: 2.4rem 0 0;
  }
  .shopify-section-announcement-bar {
    padding-top: var(--gsc-desktop-spacing-top);
    padding-bottom: var(--gsc-desktop-spacing-bottom);
    z-index: 2;
  }

  .announcement-bar {
    border-radius: var(--gsc-base-radii, 0);
    max-width: min(
      var(--gsc-container-width) + var(--gsc-container-padding) * 2,
      100% - var(--gsc-padding-inline) * 2
    );
  }

  .announcement-bar.container--page-width {
    max-width: min(
      var(--gsc-container-width),
      100% - var(--gsc-padding-inline) * 2
    );
  }

  .announcement-bar__inner-container {
    background: var(--gsc-background-color-100);
    border-radius: var(--gsc-base-radii, 0);
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .announcement-bar__inner-container {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .announcement-bar__center-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }

  .announcement-bar__carousel {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .announcement-bar__carousel--base {
    max-width: 62.4rem;
  }

  .announcement-bar__carousel--extended {
    max-width: 88rem;
  }

  .announcement-bar__left-panel,
  .announcement-bar__right-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header--with-shadow {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .shopify-section-header {
    z-index: 5;
    margin-top: var(--gsc-desktop-spacing-top);
    margin-bottom: var(--gsc-desktop-spacing-bottom);
  }

  .shopify-section-header[dynamic-sticky].scrolled[aria-hidden='false'] {
    -webkit-transform: translateY(
      calc(49px + var(--gsc-header-height) + var(--gsc-desktop-spacing-bottom))
    );
            transform: translateY(
      calc(49px + var(--gsc-header-height) + var(--gsc-desktop-spacing-bottom))
    );
  }

  .shopify-section-header[dynamic-sticky]:has(
      .container--full-screen
    ).scrolled[aria-hidden='false'] {
    -webkit-transform: translateY(
      calc(29px + var(--gsc-header-height) + var(--gsc-desktop-spacing-bottom))
    );
            transform: translateY(
      calc(29px + var(--gsc-header-height) + var(--gsc-desktop-spacing-bottom))
    );
  }

  .round-style .header {
    background: transparent;
    border-radius: var(--gsc-base-radii, 0);
  }

  .header__grid {
    min-height: 8rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-block: 1.2rem;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
  }

  .round-style .header__grid {
    border-radius: var(--gsc-base-radii, 0);
    //background-color: var(--gsc-background-color-100);
    -webkit-transition-property: border-radius, background-color, color;
    transition-property: border-radius, background-color, color;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }

  .header:not(.header--bordered) {
    border: none;
  }

  .header__localization-settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
    margin-right: 1.2rem;
  }

  .header__nav[hidden] {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
  }

  .header__nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .header__nav .header__dropdown-toggle,
  .header__nav .header__item {
    text-wrap: nowrap;
    z-index: 2;
    cursor: pointer;
    height: 100%;
  }

  .header__grid .localization-dropdown {
    position: absolute;
  }
  .header {
    margin-inline: auto;

    max-width: min(
      var(--gsc-container-width) + var(--gsc-container-padding) * 2,
      100% - var(--gsc-padding-inline) * 2
    );

    -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;

    transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;

    transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
      background-color 0.2s ease-in-out;

    transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
      background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  }

  .header.container--page-width {
    max-width: min(
      var(--gsc-container-width),
      100% - var(--gsc-padding-inline) * 2
    );
  }

  .header--full-screen {
    max-width: 100%;
  }

  .header--with-aside-paddings {
    max-width: min(
      var(--gsc-container-width) + var(--gsc-container-padding) * 2,
      100% - var(--gsc-padding-inline) * 2
    );
  }

  .round-style .header[is-transparent] .header__inner-background {
    border-radius: var(--gsc-base-radii, 0);
  }

  .round-style
    .scrolled
    .container--full-screen[is-sticky]
    .header__inner-background {
    width: unset;
    left: calc(var(--gsc-container-padding) * -1);
    right: calc(var(--gsc-container-padding) * -1);
    border-radius: 0;
    -webkit-backdrop-filter: blur(calc(var(--gsc-transparent-blur) - 1px));
            backdrop-filter: blur(calc(var(--gsc-transparent-blur) - 1px));
  }

  .round-style .scrolled[with-sticky-colored] .header__inner-background {
    border-color: var(--gsc-border-color-100);
  }

  .round-style .scrolled .header--bordered.container--full-screen {
    border-radius: 0;
  }

  .round-style .header__inner-background {
    border-radius: var(--gsc-base-radii, 0);
    display: block;
  }
  .header__item {
    padding: 1.6rem;
  }

  .header__item--on-click-toggler {
    padding: 1.6rem 1.2rem;
  }

  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .header__dropdown-toggle[data-aria-expanded='true']
    .underline-text__label::before {
    width: 100%;
  }

  .header .underline-text:hover {
    color: var(--gsc-text-color-100);
  }
  .header__icons-left {
    display: none;
  }

  .header__icon--people {
    display: block;
  }

  .header__icons-left .header__icon--people {
    display: none;
  }

  .header__icon {
    width: 4.8rem;
    padding: 1rem 1.2rem;
  }

  .header__icon:hover {
    opacity: 0.5;
  }

  .header__icons-right {
    margin-right: -1.2rem;
  }
  .header__logo--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__logo--mobile {
    display: none;
  }

  .header[is-transparent]:hover .header__logo--initial {
    opacity: 1;
  }

  .header[is-transparent]:hover .header__logo--transparent {
    opacity: 0;
  }
  .mega-menu__nav {
    max-width: 380px;
    min-width: 320px;
    padding: 4rem 5.6rem;
  }

  .mega-menu__nav ~ .mega-menu__block--spaced {
    padding: var(--gsc-mega-menu-block-paddings)
      var(--gsc-mega-menu-block-paddings) var(--gsc-mega-menu-block-paddings) 0;
  }

  .mega-menu__block--with-mobile-paddings-on-product .product-card__details,
  .mega-menu__block--with-mobile-paddings-on-product .collection-card__content {
    padding: 0.8rem 0.8rem 0 0;
  }

  .mega-menu__block--with-desktop-paddings-on-product .product-card__details,
  .mega-menu__block--with-desktop-paddings-on-product
    .collection-card__content {
    padding: 0.8rem 0.8rem 2rem 1.2rem;
  }

  .drawer-menu__page
    .mega-menu__block--with-desktop-paddings-on-product
    .product-card__details,
  .drawer-menu__page
    .mega-menu__block--with-desktop-paddings-on-product
    .collection-card__content--under-image {
    padding: 0.8rem 0.8rem 0 0;
  }

  .drawer-menu__page
    .mega-menu__block--with-mobile-paddings-on-product
    .product-card__details,
  .drawer-menu__page
    .mega-menu__block--with-mobile-paddings-on-product
    .collection-card__content--under-image {
    padding: 0.8rem 0.8rem 2rem 1.2rem;
  }

  .header__menu-item-wrap[data-aria-expanded='true']
    .header__menu-item
    .header__menu-item-label,
  .header__menu-item:hover .header__menu-item-label,
  .drawer-menu__menu-item:hover .drawer-menu__menu-item-label {
    background-size: 100% 0.1rem;
  }

  .mega-menu__block--only-mobile-visible {
    display: none;
  }

  .mega-menu__block--only-desktop-visible {
    display: block;
  }

  .mega-menu__block--images.mega-menu__block--only-desktop-visible {
    display: grid;
  }

  .mega-menu__block--featured-collection.mega-menu__block--only-mobile-visible {
    display: none;
  }

  .mega-menu__block--featured-collection.mega-menu__block--only-desktop-visible {
    display: block;
  }
  .header__grid--1 {
    grid-template-areas: 'logo nav icons-right';
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 3fr 1fr;
    backdrop-filter: blur(10px);
    background: #fffdf5b8;
    
  }

  .header__grid--1:has(.header__localization-settings) {
    grid-template-columns: 0.5fr auto 0.5fr;
  }

  .header__grid--1[fit-nav] {
    grid-template-areas: 'hamburger logo nav icons-right';
    grid-template-columns: 0fr 0fr auto auto;
  }

  .header__grid--1 .header__logo,
  .header__grid--1 .header__logos {
    justify-self: start;
  }

  .header__grid--1 .header__icons-right {
    justify-self: end;
  }
  .header__grid--2 {
    grid-template-areas: 'logo nav icons-right';
    grid-template-rows: 1fr;
    grid-template-columns: auto 1fr auto;
  }

  .header__grid--2[fit-nav] {
    grid-template-areas: 'hamburger logo nav icons-right';
    grid-template-columns: 0fr 0fr auto auto;
  }

  .header__grid--2 .header__logo,
  .header__grid--2 .header__logos {
    justify-self: start;
  }

  .header__grid--2 .header__icons-right {
    justify-self: end;
  }

  .header__grid--2 .header__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header__grid--3 {
    grid-template-areas: 'nav logo icons-right';
    grid-template-rows: 1fr;
    grid-template-columns: 1fr auto 1fr;
  }

  .header__grid--3[fit-nav] {
    grid-template-areas: 'hamburger logo icons-right';
    grid-template-columns: 1fr 1fr;
  }

  .header__grid--3 .header__nav[hidden] {
    position: absolute;
  }

  .header__grid--3[fit-nav] .header__logo,
  .header__grid--3[fit-nav] .header__logos {
    justify-self: start;
  }

  .header__grid--3 .header__logo,
  .header__grid--3 .header__logos {
    justify-self: center;
  }

  .header__grid--3 .header__icons-right {
    justify-self: end;
  }

  .header__grid--3 .header__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -2rem;
  }
  .header__grid--4 {
    grid-template-areas:
      'empty1 logo icons-right'
      'nav nav nav';
    grid-template-columns: 14.4rem 1fr 14.4rem;
    justify-items: center;
    padding-top: 1.6rem;
    padding-bottom: 0.8rem;

    grid-row-gap: 0.8rem;
  }

  .header__grid--4[fit-nav] {
    grid-template-areas: 'hamburger logo icons-right';
    grid-template-columns: 1fr 1fr;
    padding-block: 1.2rem;
  }

  .header__grid--4 .header__nav[hidden] {
    position: absolute;
  }

  .header__grid--4[fit-nav] .header__logo,
  .header__grid--4[fit-nav] .drawer-menu-toggle {
    justify-self: flex-start;
  }

  .header__grid--4 .header__logos {
    grid-area: logo;
    justify-self: center;
  }

  .header__grid--4 .header__logo {
    justify-self: center;
  }

  .header__grid--4 .header__nav {
    padding: 0;
    width: 100%;
  }

  .header__grid--4 .header__icons-right {
    justify-self: flex-end;
  }
  .header__grid--5 {
    grid-template-areas: 'logo icons-right' 'nav nav';
    grid-template-columns: repeat(2, 1fr);
    padding-top: 1.6rem;
    padding-bottom: 0.8rem;
    grid-row-gap: 0.8rem;
  }

  .header__grid--5[fit-nav] {
    grid-template-areas: 'hamburger logo nav icons-right';
    grid-template-columns: 0fr 0fr auto auto;
    padding-block: 1.2rem;
  }

  .header__grid--5 .header__nav[hidden] {
    position: absolute;
  }

  .header__grid--5 .header__logos {
    grid-area: logo;
  }

  .header__grid--5 .header__logo,
  .header__grid--5 .header__logos {
    justify-self: start;
  }

  .header__grid--5 .header__icons-right {
    justify-self: end;
  }

  .header__grid--5 .header__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -1.6rem;
    padding: 0;
  }
  .round-style .shopify-section-header:has(.header__grid--6) {
    z-index: 3;
  }

  .header__grid--6 {
    grid-template-areas: 'icons-left logo icons-right';
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 3fr 1fr;
  }

  .header__grid--6 .header__logos,
  .header__grid--6 .header__logo {
    justify-self: center;
  }

  .header__grid--6 .header__icons-right {
    justify-self: flex-end;
  }

  .header__grid--6 .header__icons-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__grid--6 .header__nav {
    display: none;
  }
  .header[is-transparent] .header__grid,
  .header[is-transparent] .header__inner-background {
    -webkit-transition: border-radius 0.1s ease-in-out, border-color 0.25s ease-in-out,
      background-color 0.25s ease-in-out, color 0.25s ease-in-out,
      max-width 0.1s ease-in-out, -webkit-backdrop-filter 0.25s ease-in-out;
    transition: border-radius 0.1s ease-in-out, border-color 0.25s ease-in-out,
      background-color 0.25s ease-in-out, color 0.25s ease-in-out,
      max-width 0.1s ease-in-out, -webkit-backdrop-filter 0.25s ease-in-out;
    transition: border-radius 0.1s ease-in-out, border-color 0.25s ease-in-out,
      background-color 0.25s ease-in-out, color 0.25s ease-in-out,
      max-width 0.1s ease-in-out, backdrop-filter 0.25s ease-in-out;
    transition: border-radius 0.1s ease-in-out, border-color 0.25s ease-in-out,
      background-color 0.25s ease-in-out, color 0.25s ease-in-out,
      max-width 0.1s ease-in-out, backdrop-filter 0.25s ease-in-out, -webkit-backdrop-filter 0.25s ease-in-out;
  }

  .header[is-transparent]:has(.hamburger.is-opened) .header__grid {
    background-color: transparent;
  }

  .header--bordered {
    -webkit-transition: border 0.25s ease-in-out, background-color 0.25s ease-in-out, border-radius 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    transition: border 0.25s ease-in-out, background-color 0.25s ease-in-out, border-radius 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    transition: border 0.25s ease-in-out, box-shadow 0.25s ease-in-out,
      background-color 0.25s ease-in-out, border-radius 0.25s ease-in-out;
    transition: border 0.25s ease-in-out, box-shadow 0.25s ease-in-out,
      background-color 0.25s ease-in-out, border-radius 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  }

  .header--bordered:has([aria-hidden='false']) {
    border-color: transparent;

    -webkit-transition: border 0.25s ease-in-out, background-color 0.25s ease-in-out, border-radius 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;

    transition: border 0.25s ease-in-out, background-color 0.25s ease-in-out, border-radius 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;

    transition: border 0.25s ease-in-out, box-shadow 0.25s ease-in-out,
      background-color 0.25s ease-in-out, border-radius 0.25s ease-in-out;

    transition: border 0.25s ease-in-out, box-shadow 0.25s ease-in-out,
      background-color 0.25s ease-in-out, border-radius 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  }

  .shopify-section-header:not(.scrolled)
    .header[is-transparent]
    .header__grid:hover {
    color: var(--gsc-text-color-100);

    -webkit-transition: background-color 0.25s ease-in-out 0.05s,
      color 0.25s ease-in-out 0.05s;

    transition: background-color 0.25s ease-in-out 0.05s,
      color 0.25s ease-in-out 0.05s;
  }

  .header[is-transparent]:hover .header__inner-background,
  .header[is-transparent]:has(.hamburger.is-opened) .header__inner-background,
  .round-style
    .shopify-section-header:not(.scrolled)
    .header[is-transparent]
    .header__grid:hover {
    background-color: var(--gsc-background-color-100);
    color: var(--gsc-text-color-100);
    border-color: var(--gsc-border-color-100);

    -webkit-transition: background-color 0.25s ease-in-out 0.05s,
      color 0.25s ease-in-out 0.05s, border-color 0.25s ease-in-out 0.05s;

    transition: background-color 0.25s ease-in-out 0.05s,
      color 0.25s ease-in-out 0.05s, border-color 0.25s ease-in-out 0.05s;
  }

  .scrolled .header[is-transparent]:hover .header__grid {
    color: var(--gsc-text-color-100);

    -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out,
      max-width 0.25s ease-in-out;

    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out,
      max-width 0.25s ease-in-out;
  }

  .round-style
    .shopify-section-header:not(.scrolled)
    .header[is-transparent]:has(
      .header__dropdown--full-width[aria-hidden='false']
    )
    .header__grid {
    background-color: var(--gsc-background-color-100);
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  }

  .header[is-transparent]:has(.header__dropdown[aria-hidden='false'])
    .header__grid {
    color: var(--gsc-text-color-100);
    background-color: var(--gsc-background-color-100);
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  }

  .header[is-transparent]:has(.header__dropdown[aria-hidden='false'])
    .header__inner-background {
    background-color: var(--gsc-background-color-100);
  }

  .scrolled
    .header[is-transparent]:has(.header__dropdown[aria-hidden='false'])
    .header__grid {
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;

    background-color: transparent;
  }

  .shopify-section-header.scrolled
    .header:has(.header__dropdown[aria-hidden='false']) {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .header[is-transparent]:hover .header__logo,
  .header[is-transparent]:hover .header__icon {
    color: var(--gsc-text-color-100);
    -webkit-transition: color 0.25s ease-in-out 0.05s, opacity 0.25s ease-in-out 0.05s;
    transition: color 0.25s ease-in-out 0.05s, opacity 0.25s ease-in-out 0.05s;
  }

  .shopify-section-header.scrolled[with-sticky-colored] .header__grid,
  .shopify-section-header.scrolled[with-sticky-colored]
    .header__inner-background {
    color: var(--gsc-text-color-100);
    -webkit-transition: border-radius 0.05s ease-in-out, border-color 0.2s ease-in-out,
      background-color 0.2s ease-in-out, color 0.2s ease-in-out,
      max-width 0.1s ease-in-out;
    transition: border-radius 0.05s ease-in-out, border-color 0.2s ease-in-out,
      background-color 0.2s ease-in-out, color 0.2s ease-in-out,
      max-width 0.1s ease-in-out;
  }

  .round-style
    .shopify-section-header.scrolled[with-sticky-colored]
    .header__inner-background {
    background-color: var(--gsc-background-color-100);

    -webkit-transition: border-radius 0.25s ease-in-out 0.25s,
      border-color 0.25s ease-in-out, background-color 0.25s ease-in-out,
      color 0.25s ease-in-out, left 0.25s ease-in-out 0.25s,
      right 0.25s ease-in-out 0.25s;

    transition: border-radius 0.25s ease-in-out 0.25s,
      border-color 0.25s ease-in-out, background-color 0.25s ease-in-out,
      color 0.25s ease-in-out, left 0.25s ease-in-out 0.25s,
      right 0.25s ease-in-out 0.25s;
  }

  .header[is-transparent] .hamburger__line {
    -webkit-transition: background-color 0.25s ease-in-out 0.05s;
    transition: background-color 0.25s ease-in-out 0.05s;
  }
  .header[is-transparent] .header__grid:hover .hamburger__line {
    background: var(--gsc-text-color-100);

    -webkit-transition: background-color 0.25s ease-in-out 0.05s,
      -webkit-transform 200ms cubic-bezier(0.68, -0.6, 0.32, 1.6);

    transition: background-color 0.25s ease-in-out 0.05s,
      -webkit-transform 200ms cubic-bezier(0.68, -0.6, 0.32, 1.6);

    transition: transform 200ms cubic-bezier(0.68, -0.6, 0.32, 1.6),
      background-color 0.25s ease-in-out 0.05s;

    transition: transform 200ms cubic-bezier(0.68, -0.6, 0.32, 1.6),
      background-color 0.25s ease-in-out 0.05s,
      -webkit-transform 200ms cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }

  .shopify-section-header.scrolled[with-sticky-colored] .hamburger__line {
    -webkit-transition: background-color 0.2s ease-in-out,
      -webkit-transform 200ms cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: background-color 0.2s ease-in-out,
      -webkit-transform 200ms cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: transform 200ms cubic-bezier(0.68, -0.6, 0.32, 1.6),
      background-color 0.2s ease-in-out;
    transition: transform 200ms cubic-bezier(0.68, -0.6, 0.32, 1.6),
      background-color 0.2s ease-in-out,
      -webkit-transform 200ms cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }

  .shopify-section-header.scrolled[with-sticky-colored] .header__logo,
  .shopify-section-header.scrolled[with-sticky-colored] .header__icon {
    color: var(--gsc-text-color-100);
    -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  }

  /* BORDER RADIUSES */

  .mega-menu__block .image-block,
  .mega-menu__block .card-carousel__viewport,
  .mega-menu__block .collection-card__media {
    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-mega-menu-block-paddings);
  }

  .round-level-2 .mega-menu__block .image-block,
  .round-level-2 .mega-menu__block .card-carousel__viewport,
  .round-level-2 .mega-menu__block .collection-card__media {
    border-radius: min(
      max(
        calc((var(--gsc-multicolumn-image-wrap-radius)) * -1),
        var(--gsc-multicolumn-image-wrap-radius)
      ),
      var(--gsc-multicolumn-image-min-radii)
    );
  }

  /* DROPDOWNS CONTAINER */

  .header__container {
    background:none;
    position: relative;
  }

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

  .header__dropdown-backdrop .header__dropdown--full-width {
    display: grid;
  }

  .header__dropdown[aria-hidden='false'] .header__dropdown-menu {
    -webkit-transform: translateY(0);
            transform: translateY(0);

    -webkit-transition: -webkit-transform 0.25s ease-in-out 0.2s;

    transition: -webkit-transform 0.25s ease-in-out 0.2s;

    transition: transform 0.25s ease-in-out 0.2s;

    transition: transform 0.25s ease-in-out 0.2s, -webkit-transform 0.25s ease-in-out 0.2s;
  }

  .header__dropdown[aria-hidden='false']
    .header__dropdown-menu--with-mega-menu {
    -webkit-transform: translateY(0);
            transform: translateY(0);

    -webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s;

    transition: -webkit-transform 0.2s ease-in-out 0.2s;

    transition: transform 0.2s ease-in-out 0.2s;

    transition: transform 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0.2s;
  }

  .header__dropdown-menu--with-mega-menu {
    grid-area: 1 / -1;
  }

  .header__dropdown-backdrop {
    display: block;
    border-radius: var(--gsc-base-radii, 0);
  }

  .scrolled .container--full-screen[is-sticky] .header__dropdown-backdrop {
    left: calc(var(--gsc-container-padding) * -1);
    right: calc(var(--gsc-container-padding) * -1);
    border-radius: 0;
  }

  .scrolled .header--with-aside-paddings[is-sticky] .header__dropdown-backdrop {
    left: 0;
    right: 0;
  }

  .scrolled
    .container--full-screen[is-sticky]
    .header__dropdown-backdrop--without-aside-paddings {
    left: 0;
    right: 0;
  }

  .header:has(.header__dropdown--full-width[aria-hidden='false'])
    .header__dropdown-backdrop {
    background-color: var(--gsc-background-color-100);
    border-radius: var(--gsc-base-radii, 0);

    -webkit-transition: max-height 0.25s ease-in-out 0.2s,
      max-height 0.2s ease-in-out 0.2s, border-radius 0.2s ease-in-out,
      background-color 0.25s ease-in-out;

    transition: max-height 0.25s ease-in-out 0.2s,
      max-height 0.2s ease-in-out 0.2s, border-radius 0.2s ease-in-out,
      background-color 0.25s ease-in-out;
  }

  .header:has(.header__dropdown--full-width[aria-hidden='false'])
    .header__dropdown-backdrop[with-opened-dropdown] {
    -webkit-transition: max-height 0.6s cubic-bezier(0.2, 0.8, 0, 1);
    transition: max-height 0.6s cubic-bezier(0.2, 0.8, 0, 1);
  }

  .header__dropdown-menu--with-mega-menu:not([visible]) {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s;
    transition: transform 0.25s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    transition: transform 0.25s ease-in-out 0s, opacity 0.2s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s;
  }

  .header:not([is-transparent]):has(
      .header__dropdown-backdrop[with-opened-dropdown]
    )
    .header__dropdown-menu--with-mega-menu:not([visible]) {
    -webkit-transition: opacity 0.2s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s;
    transition: transform 0.25s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    transition: transform 0.25s ease-in-out 0s, opacity 0.2s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s;
  }

  .header__dropdown-menu--with-mega-menu[visible] {
    pointer-events: all;
    -webkit-transition: opacity 0.2s ease-in-out 0.2s, -webkit-transform 0.25s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0.2s, -webkit-transform 0.25s ease-in-out 0s;
    transition: transform 0.25s ease-in-out 0s, opacity 0.2s ease-in-out 0.2s;
    transition: transform 0.25s ease-in-out 0s, opacity 0.2s ease-in-out 0.2s, -webkit-transform 0.25s ease-in-out 0s;
  }

  .header:has(.header__dropdown-backdrop[with-opened-dropdown])
    .header__dropdown-menu--with-mega-menu {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease-in-out 0s;
    transition: opacity 0.15s ease-in-out 0s;
  }

  .header:has(.header__dropdown-backdrop[with-opened-dropdown])
    .header__dropdown-menu--with-mega-menu[visible] {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0.35s ease-in-out 0.2s, -webkit-transform 0.25s ease-in-out 0s;
    transition: opacity 0.35s ease-in-out 0.2s, -webkit-transform 0.25s ease-in-out 0s;
    transition: opacity 0.35s ease-in-out 0.2s, transform 0.25s ease-in-out 0s;
    transition: opacity 0.35s ease-in-out 0.2s, transform 0.25s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s;
  }
  .drawer-menu {
    width: 480px;
    height: 100%;
    top: 0;
  }

  .round-style .drawer-menu {
    padding: 2rem;
    margin: 0;
  }

  .drawer-menu__page {
    padding: 5.6rem 0 0 0;
  }

  .round-style .drawer-menu__page {
    border-radius: var(--gsc-sidebar-radii, 0);
  }

  .drawer-menu__page[data-prev-page-id] {
    padding: 0;
  }

  .drawer-menu__mega-menu-wrapper--only-mobile-visible {
    display: none;
  }

  .drawer-menu__mega-menu-wrapper--only-desktop-visible {
    display: block;
  }

  .drawer-menu__page[aria-hidden='true'] {
    -webkit-transform: translateX(calc(-100% - var(--gsc-container-padding)));
            transform: translateX(calc(-100% - var(--gsc-container-padding)));
  }

  .drawer-menu__list-title--mobile {
    display: none;
  }

  .drawer-menu__list-title--desktop {
    display: block;
  }

  .drawer-menu__list-body {
    max-width: 72rem;
    padding: 0 5.6rem;
    margin: 0 0 5.6rem;
  }

  .drawer-menu__page[data-prev-page-id] .drawer-menu__list-body {
    padding: 4rem 5.6rem;
    margin: 0;
  }

  .drawer-menu__content {
    border-radius: var(--gsc-sidebar-radii, 0);
  }

  .drawer-menu__content::-webkit-scrollbar {
    display: none;
  }

  .drawer-menu__page[data-prev-page-id] .drawer-menu__content {
    padding-top: 8rem;
  }

  .drawer-menu__list-title {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: var(--gsc-background-color-100);
    z-index: 1;
  }

  .drawer-menu__list-title-body {
    width: 100%;
    max-width: 100%;

    margin: 0 auto;
    min-height: 6.4rem;
  }

  .drawer-menu__list-title-chevron-wrapper {
  width: 8rem;
  height: 8rem;
  }

  .drawer-menu__list-title-label {
    padding: 1rem 8rem 1rem 0;
    background: var(--gsc-background-color-100);
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    --gsc-button-background-color-100: var(--gsc-text-color-100);
  }

  .drawer-menu__list-title-label:hover {
    background: var(--gsc-foreground-color-100);
  }

  .drawer-menu__list + .drawer-menu__mega-menu {
    margin: 9.6rem 0;
  }

  .drawer-menu .mega-menu__block .card-carousel__slide {
    --gsc-slide-width: 82%;
  }
  .drawer-menu .mega-menu__block .card-carousel__position-btn-wrap {
    display: none;
  }

  .drawer-menu .mega-menu__block .card-carousel__viewport {
    overflow: visible;
  }

  .drawer-menu__menu-item {
    padding: 1.2rem 0;
  }

  .drawer-menu__menu-item--mobile-visible {
    display: none;
  }

  .drawer-menu__menu-item--desktop-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .drawer-menu__menu-item--small + .drawer-menu__menu-item--small,
  .drawer-menu__menu-item--medium + .drawer-menu__menu-item--medium {
    margin: 0;
  }

  .drawer-menu__body {
    position: relative;
  width: 100%;
  height: 100%;
    border-radius: var(--gsc-sidebar-radii, 0);
    overflow: hidden;
  }

  .drawer-menu__settings {
    display: none;
  }

  .drawer-menu-toggle[mock] {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 5px;
  }

  .drawer-menu__list-title-chevron-wrapper:hover {
    background-color: var(--gsc-foreground-color-100);
    cursor: pointer;
  }
  .footer .localization-dropdown {
    max-width: unset;
    margin: 0;
  }

  .footer__card-grid {
    padding: 8rem 0 6.4rem;
  }

  .round-style .footer__card-grid {
    padding: 5.6rem 0;
  }

  .footer__container {
    --gsc-container-padding: 4rem;
  }

  .footer__utils {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.8rem;
  }

  .footer__settings {
    grid-area: settings;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
  }

  .footer__bottom-bar {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    grid-area: bottom-bar;
  }

  .footer__utils > * + .footer__bottom-bar {
    margin: 0 0.8rem 0 0;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .footer__utils > * + .footer__copyright {
    margin: 0;
  }

  .footer__payment-icons {
    grid-area: payment-icons;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.8rem;
       -moz-column-gap: 2.8rem;
            column-gap: 2.8rem;
    row-gap: 2.8rem;
    margin: 0;
  }

  .footer__copyright {
    grid-area: copyright;
  }

  .footer__selector,
  .footer__settings .dropdown,
  .footer__settings .localization-dropdown-toggle,
  .footer__settings form {
    height: 100%;
  }

  .footer__settings .localization-dropdown-toggle {
    padding: 0;
  }

  .footer__dropdown-menu {
    width: 30rem;
  }
  .product-recommendations__desktop-content {
    display: block;
  }

  .product-recommendations__mobile-content {
    display: none;
  }

  .product-recommendations__header {
    margin: 0 0 4rem;
  }

  .product-recommendations--grid-with-mobile-carousel
    .product-recommendations__card-grid {
    display: grid;
  }

  .product-recommendations--grid-with-mobile-carousel
    .product-recommendations__card-carousel {
    display: none;
  }
  .recently-viewed__desktop-content {
    display: block;
  }

  .recently-viewed__mobile-content {
    display: none;
  }

  .recently-viewed__header {
    margin: 0 0 4rem;
  }
  .product-details__tab-name:hover {
    color: var(--gsc-text-color-100);
  }

  .product-details__container {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }

  .product-details__container--with-aside-spacing {
    padding: 2.8rem;
  }

  .product-details__tab-names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 4.8rem;
    -webkit-column-gap: 5.6rem;
       -moz-column-gap: 5.6rem;
            column-gap: 5.6rem;

    overflow: hidden;
    min-width: 0;
    margin-left: 0;
    padding-inline: 0;
  }

  .product-details__tab-name-carousel {
    display: none;
  }

  .product-details__tab-name:hover {
    color: var(--gsc-text-color-100);
  }

  .product-details__image {
    width: var(--gsc-image-width);
  }
  .collection-list__desktop-content {
    display: block;
  }

  .collection-list__mobile-content {
    display: none;
  }

  .collection-list--grid-with-mobile-carousel .collection-list__card-grid {
    display: grid;
  }

  .collection-list--grid-with-mobile-carousel .collection-list__card-carousel {
    display: none;
  }

  .collection-list--section .collection-list__header {
    margin: 0 0 4rem;
  }
  .faq__question + .faq__category {
    margin: 3.2rem 0 0;
  }

  .faq__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .faq__content-body {
    position: sticky;
    top: var(--gsc-container-padding);
  }

  .faq--with-background .faq__container,
  .faq__container {
    padding: 2.8rem;
  }

  .faq__content--with-left-spacing {
    padding-left: 3.2rem;
  }

  .faq__content--with-right-spacing {
    padding-right: 3.2rem;
  }

  .faq__category {
    padding: 2rem 2.4rem;
  }

  .faq__category--all-without-aside-spacing {
    padding: 2rem 0;
  }

  .faq__question--outer-container.faq__question--full-width {
    padding-left: 0;
    padding-right: 0;
  }

  .faq__accordeon-plus-btn.faq__accordeon-plus-btn--full-width {
    padding-left: 2.4rem;
    padding-right: 1.6rem;
  }

  .faq__accordeon-plus-content.faq__accordeon-plus-content--full-width {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .faq__question--outer-container {
    padding: 0 2.4rem;
  }

  .faq__question--with-background {
    background: var(--gsc-foreground-color-100);
    padding: 0 4rem;
  }

  .faq__question--first {
    padding-top: 1.6rem;
  }

  .faq__category + .faq__question--first {
    margin-top: 1.2rem;
  }

  .faq__question--last {
    padding-bottom: 1.6rem;
  }

  .faq__question--first-and-last {
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq__blocks--with-aside-spacing {
    padding: 1.6rem 4rem;
  }

  .faq__question--without-aside-spacing,
  .faq__category--without-aside-spacing {
    padding-left: 0;
    padding-right: 0;
  }

  .faq__accordeon-plus-btn {
    padding: 2rem 0;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }

  .faq__content-body > * + .faq__text {
    margin: 2rem 0 0;
  }

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

  .faq__question-image {
    width: var(--gsc-image-width);
  }

  .faq__container--with-tabs-on-right-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 6.4rem;
       -moz-column-gap: 6.4rem;
            column-gap: 6.4rem;
  }

  .faq__container--with-tabs-on-left-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 6.4rem;
       -moz-column-gap: 6.4rem;
            column-gap: 6.4rem;
  }

  .faq__container--with-tabs-on-bottom-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    row-gap: 4.8rem;
  }

  .faq__blocks {
    width: 60%;
  }

  .faq--without-content .faq__blocks {
    width: 100%;
  }

  .faq--bottom-tabs .faq__blocks {
    width: 100%;
  }
  .contact__content {
    margin: 0 0 4rem;
  }

  .contact__form > .contact__field + .contact__field,
  .contact__field-group + .contact__field {
    margin: 2.4rem 0 0;
  }

  .contact__captcha-note,
  .contact__btn {
    margin: 3.2rem auto 0;
  }
  .multicolumn__card-grid--with-additional-between-row-space {
    row-gap: calc(2.4rem + var(--gsc-space-between-cards));
  }

  .multicolumn__btn {
    -ms-flex-item-align: center;
        align-self: center;
    width: auto;
  }

  .multicolumn__desktop-content {
    display: block;
    overflow: hidden;
  }

  .multicolumn__mobile-content {
    display: none;
  }

  .multicolumn__card-carousel-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .logo-list__desktop-content {
    display: block;
  }

  .logo-list__mobile-content {
    display: none;
  }

  .logo-list__grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .logo-list__carousel-btn--mobile-hide {
    display: block;
  }

  .logo-list__carousel-btn--desktop-hide {
    display: none;
  }

  .logo-list__carousel-btn:not([disabled]):hover {
    opacity: 0.7;
  }

  .logo-list__header {
    margin: 0 0 4rem;
  }

  .logo-list__carousel {
    width: var(--gsc-carousel-max-width);
    max-width: 100%;
    margin: 0 auto;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }

  .logo-list__grid-item--one-column {
    min-width: 0;
  }
  .gift-page__btn {
    width: auto;
  }

  .gift-page__print-btn:not([disabled]):hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .instagram__desktop-content {
    display: block;
  }

  .instagram__mobile-content {
    display: none;
  }
  .instagram__mobile-content .instagram__title{
    font-size:1.8em !important;
  }
  .instagram__title{
    font-size:1.8em !important;
  }

  .instagram__content > * + * {
    margin: 2rem 0 0;
  }

  .instagram__container > * + * {
    margin: 4rem 0 0;
  }

  .instagram__btn {
    width: auto;
  }

  .instagram__item:hover .instagram__link-overlay {
    opacity: 1;
  }
  .newsletter__text,
  .newsletter__caption,
  .newsletter__heading {
    margin: 1.6rem 0;
  }

  .newsletter__form,
  .newsletter__timer {
    margin: 3.2rem 0;
  }

  .newsletter__input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 29.5rem;
            flex: 1 1 29.5rem;
    padding: 1.3rem 1.6rem;
  }

  .newsletter__content {
    padding: 2.8rem;
  }

  .newsletter__content-wrap--mobile {
    display: none;
  }

  .newsletter__content-wrap--desktop {
    display: block;
  }

  .newsletter__content-wrap {
    padding: var(--gsc-content-spacing);
  }

  .newsletter__field {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 1.6rem;
    max-width: 45.2rem;
  }

  .round-style .newsletter__field {
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
  }
  .testimonials__carousel-viewport:hover
    .testimonials__carousel-btn--next:not([disabled]) {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 1;
  }

  .testimonials__carousel-viewport:hover
    .testimonials__carousel-btn--prev:not([disabled]) {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 1;
  }

  .testimonials__body {
    padding: 4.8rem;
  }

  .testimonials__body .progress-bar {
    margin: 6.4rem 0 0;
  }

  .testimonials__body--with-background .progress-bar {
    margin: 4.8rem 0 0;
  }

  .testimonials__outer-container--with-background .testimonials__body {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials__outer-container--with-background .testimonials__image {
    border-radius: 0;
  }

  .testimonials__grid {
    gap: var(--gsc-space-between-cards);
  }

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

  .testimonials__slide-quotes {
    gap: var(--gsc-space-between-cards);
  }

  .testimonials__grid--mobile {
    display: none;
  }

  .testimonials__carousel-viewport--with-overflow .carousel__slide {
    min-width: 100%;
  }

  .testimonials__carousel--mobile {
    display: none;
  }

  .testimonials__carousel--tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .testimonials__content {
    margin: 0 auto 4.8rem;
  }

  .testimonials__solid-dots-carousel {
    margin: 4.8rem auto 0;
  }

  .testimonials__content > * + * {
    margin: 1.6rem 0 0;
  }

  .testimonials__content > * + .testimonials__text {
    margin: 2rem 0 0;
  }

  .testimonials__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .testimonials__container--without-dots {
    -webkit-column-gap: 4.8rem;
       -moz-column-gap: 4.8rem;
            column-gap: 4.8rem;
  }

  .testimonials .quote--vertical {
    height: 100%;
  }

  .testimonials__slide-quotes {
    height: 100%;
  }

  .testimonials__image {
    display: block;
  }

  .container--with-aside-paddings .testimonials__body--with-background {
    padding: 4.8rem;
    overflow: hidden;
  }
  .account-menu__item.active,
  .account-menu__item:hover {
    background: -webkit-gradient(
        linear,
        left bottom, left top,
        from(var(--gsc-text-color-10)),
        to(var(--gsc-text-color-10))
      ),
      var(--gsc-foreground-color-100);
    background: linear-gradient(
        0deg,
        var(--gsc-text-color-10),
        var(--gsc-text-color-10)
      ),
      var(--gsc-foreground-color-100);
  }

  .account-menu__item + .account-menu__item {
    margin: 1.6rem 0 0;
  }

  .account__header {
    text-align: left;
    border: none;
  }

  .account-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .account__dropdown-wrapper {
    display: none;
  }

  .account__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-column-gap: 8.2rem;
       -moz-column-gap: 8.2rem;
            column-gap: 8.2rem;
  }
  .collage__desktop-content {
    display: block;
  }

  .collage__mobile-content {
    display: none;
  }

  .collage__header + .collage__blocks {
    margin: 4rem 0 0;
  }

  .collage__card-grid {
    grid-template-columns: repeat(var(--gsc-collage-columns), 1fr);
  }

  .collage__card-grid-item {
    position: relative;
    overflow: hidden;
    padding-bottom: calc(
      (
          (
              var(--gsc-collage-grid-item-row-span) /
                var(--gsc-collage-grid-item-column-span)
            ) * 100%
        ) - var(--gsc-space-between-cards)
    );
    grid-column: span var(--gsc-collage-grid-item-column-span);
    grid-row: span var(--gsc-collage-grid-item-row-span);
  }

  .collage__card-grid-item-body {
    position: absolute;
    top: 0;
    left: 0;
  }

  .collage .quote__content {
    padding: 2.8rem;
  }
  .product-modal__image-wrap {
    height: 100%;
  }

  .product-modal__close-button-with-scale-hover {
    top: 2.4rem;
    right: 2.4rem;
  width: 5.6rem;
  height: 5.6rem;

    --gsc-stroke-length: 16.5px;
  }

  .product-modal__carousel-btn {
  width: 5.6rem;
  height: 5.6rem;

    --gsc-space-from-window-side: 2.4rem;
  }
  .product-media__image-wrapper {
    border-radius: 0;
    will-change: transform; /* fix border-radius with mix-blend-mode - https://stackoverflow.com/questions/74651933/css-overflow-border-radius-mix-blend-mode-will-change-depending-on-the-widt */
  }
  .product-media-carousel {
    display: block;
  }

  .product-media-carousel__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transition: opacity 0.1s linear 0.1s, -webkit-transform 0.2s linear;
    transition: opacity 0.1s linear 0.1s, -webkit-transform 0.2s linear;
    transition: transform 0.2s linear, opacity 0.1s linear 0.1s;
    transition: transform 0.2s linear, opacity 0.1s linear 0.1s, -webkit-transform 0.2s linear;
    opacity: 0;
  }

  .product-media-carousel__btn--prev {
    left: 3.2rem;
    -webkit-transform: translate(
      calc(-100% - var(--gsc-container-padding) - 3.2rem),
      -50%
    );
            transform: translate(
      calc(-100% - var(--gsc-container-padding) - 3.2rem),
      -50%
    );
  }

  .product-media-carousel__btn--next {
    -webkit-transform: translate(
      calc(100% + var(--gsc-container-padding) + 3.2rem),
      -50%
    );
            transform: translate(
      calc(100% + var(--gsc-container-padding) + 3.2rem),
      -50%
    );
    right: 3.2rem;
  }

  .product-media-carousel:hover .product-media-carousel__btn {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
  .product-thumbnail-carousel__thumb:not(.is-primary):hover:before {
    opacity: 1;
  }
  .product__container {
    overflow: unset;
  }

  .product-media-carousel-mobile {
    display: none;
  }
  .product-media-grid {
    display: grid;
  }
  .product-general-info-block__vendor:hover {
    color: var(--gsc-text-color-100);
  }
  .product-content-tab__image {
    width: var(--gsc-image-width);
  }
  .product-variant-picker__popup-toggle:hover span {
    border-color: var(--gsc-text-color-100);
  }

  .product-variant-picker__list {
    row-gap: 3.2rem;
  }
  .product-related-products-block--with-background {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .product-related-products-block__title {
    margin-bottom: 2rem;
  }

  .product-related-products-block--with-background
    .product-related-products-block__title {
    padding-inline: 2rem;
  }

  .product-related-products-block--with-background .card-carousel__viewport {
    margin: 0 2rem;
  }

  .product-related-products__card-carousel--with-vertical-cards {
    --gsc-slide-width: var(--gsc-product-related-products-slide-width-vertical);
  }

  .product-related-products__card-carousel--with-horizontal-cards {
    --gsc-slide-width: var(
      --gsc-product-related-products-slide-width-horizontal
    );
  }

  .product-related-products-block--with-background
    .product-related-products-block__grid {
    margin-inline: 2rem;
  }

  .product__info-wrapper--wide .product-related-products-block__grid--vertical {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }

  .product__info-wrapper--small
    .product-related-products-block__grid--horizontal {
    grid-template-columns: unset;
  }
  .product .container--with-aside-paddings {
    padding-right: var(--gsc-container-padding);
    padding-left: var(--gsc-container-padding);
  }

  .product__pill-color-swatch:hover {
    --gsc-color-swatch-border-color: transparent;
    --gsc-color-swatch-box-shadow: 0px 0px 0px 2px transparent inset;
  }

  .product__info {
    --gsc-space-between-main-block: 3.2rem;
  }

  .product__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .product__content--with-not-fixed-content {
    display: grid;
    grid-template-columns: var(--gsc-product-media-width) var(
        --gsc-product-info-width
      );
  }

  .product__info {
    width: 40rem;
  }

  .product__content--with-not-fixed-content .product__info {
    width: unset;
  }

  .product__info-wrapper {
    padding-right: 4.8rem;
    padding-top: 2.4rem;
    padding-left: 5.6rem;
  }

  .container--with-aside-paddings .product__info-wrapper {
    padding-right: min(4.8rem, 4.8rem - var(--gsc-container-padding));
  }

  .product--with-desktop-media-grid .product__info-wrapper {
    position: sticky;
    top: 4rem;

    z-index: 2;
    -webkit-transition: top 0.25s ease-in-out;
    transition: top 0.25s ease-in-out;
  }

  .product--with-desktop-media-carousel .product__info-wrapper,
  .product--with-page-width-container-and-desktop-media-carousel
    .product__info-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .product--with-page-width-container-and-desktop-media-carousel .product__info,
  .product--with-desktop-media-carousel .product__info {
    margin: 0 auto;
  }
  .product-mobile-media {
    display: none;
  }

  .product-desktop-media {
    display: block;
    top: 4.8rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    min-width: 20%;
  }

  .product--with-desktop-media-carousel .product-desktop-media {
    width: calc((100% / 12) * 7);
  }

  .product--with-desktop-media-carousel
    .product__content--with-not-fixed-content
    .product-desktop-media {
    width: 100%;
  }

  .product--with-page-width-container-and-desktop-media-carousel
    .product-desktop-media,
  .product--with-desktop-media-carousel .product-desktop-media {
    position: sticky;
  }

  body[header-desktop-sticky] .product-desktop-media,
  body[header-desktop-sticky] .product__info-wrapper {
    top: calc(var(--gsc-header-height, 0) + 4.8rem);
  }

  .product--with-desktop-media-grid .product-desktop-media {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: sticky;
  }
  .product-form__mobile-sticky-button {
    display: none;
  }

  .product__info-wrapper--wide .product-form__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.6rem;
  }

  .product__info-wrapper--wide .product-form__btn-wrapper,
  .product__info-wrapper--wide .dynamic-checkout-buttons,
  .product__info-wrapper--wide .product-form__btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 100%;
    min-height: 100%;
  }
  .product-information-drawer__content {
    padding: 4rem;
  }

  .product-information-drawer__content--restrict-top-space {
    padding-top: 1.6rem;
  }

  .product-information-drawer__header-title {
    padding: 2.7rem 0 2.7rem 4rem;
  }

  .product-information-drawer__header-close-button-wrapper {
    padding: 2.2rem 2.4rem 2.2rem 0;
  }

  .product-information-drawer__image {
    width: var(--gsc-image-width);
  }

  .product-information-drawer__tab-name:hover {
    color: var(--gsc-text-color-100);
  }

  .round-style .product-information-drawer {
    padding: 2rem;
  }

  .round-style .product-information-drawer__body {
    overflow: hidden;
    border-radius: var(--gsc-sidebar-radii, 0);
  }
  .variant-picker-dropdown__item:hover {
    color: var(--gsc-text-color-100);
    background-color: var(--gsc-foreground-color-100);
  }
  .articles__tags {
    -webkit-column-gap: 4.8rem;
       -moz-column-gap: 4.8rem;
            column-gap: 4.8rem;
  }

  .articles__header {
    margin: 0 0 4rem;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }

  .articles--section .articles__header {
    margin: 0 0 4rem;
  }

  .articles__tag:hover a {
    border-color: var(--gsc-text-color-100);
  }

  .articles__tag:hover {
    color: var(--gsc-text-color-100);
  }

  .articles__desktop-content {
    display: block;
  }

  .articles__mobile-content {
    display: none;
  }

  .articles-slideshow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .articles-slideshow__image {
    width: 66%;
  }

  .articles-slideshow__details {
    width: 33%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .articles-slideshow__details .article-card__details,
  .container--with-aside-paddings
    .articles-slideshow__details
    .article-card__details {
    padding: 2rem 4rem 10rem 4rem;
  }

  .articles-slideshow__details--with-background .article-card__details,
  .container--with-aside-paddings
    .articles-slideshow__details--with-background
    .article-card__details {
    padding: 4rem 4rem 12.4rem 4rem;
  }

  .articles-slideshow__arrows {
    bottom: 2rem;
    left: 4rem;
  }

  .articles-slideshow__details--with-background .articles-slideshow__arrows {
    bottom: 4rem;
    left: 4rem;
  }
  .article__heading-share {
    margin: 4.8rem 0 0;
  }

  .article__breadcrumbs-wrap--hidden-on-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .article__breadcrumbs-wrap {
    padding: 3.2rem 0;
  }

  .article__breadcrumbs-item:hover {
    text-decoration: underline;
  }

  .article__content {
    padding: 0 0 4.8rem;
  }

  .article__content blockquote {
    margin: 6.4rem 0;
    padding: 0 0 0 7.6rem;
  }

  .article__image-wrap {
    margin: 0;
  }

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

  .article-comments__comment-form,
  .article-comments {
    margin: 9.6rem 0 0;
  }

  .article__blocks {
    row-gap: 4.8rem;
  }

  .article-meta {
    margin: 0 0 2.4rem;
  }

  .article-footer-panel .article-meta {
    margin: 0;
  }

  .article__background {
    display: block;
  }

  .article-footer-posts__post-title {
    display: block;
  }

  .article-footer-panel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin: 0 0 4rem;
    padding: 1.2rem 1.6rem;
  }
  .page-404__content-wrap {
    padding: var(--gsc-content-spacing);
  }

  .page-404__content {
    width: auto;
    max-width: var(--gsc-content-width);
    padding: 4.8rem;
  }

  .page-404__btn {
    width: auto;
  }

  .page-404__content > * + * {
    margin: 1.6rem 0 0;
  }

  .page-404__content > * + .page-404__text {
    margin: 2rem 0 0;
  }

  .page-404__content > * + .page-404__buttons {
    margin: 3.2rem 0 0;
  }

  .page-404__content > * + .page-404__buttons--with-only-links {
    margin: 2rem 0 0;
  }
  .page-404__content--with-dekstop-solid-background {
    background-color: var(--gsc-background-color-100);
  }

  .page-404__content--with-dekstop-transparent-background {
    background-color: var(--gsc-background-color-50);
    -webkit-backdrop-filter: blur(16.5px);
            backdrop-filter: blur(16.5px);
  }

  .page-404__content--with-dekstop-outline-background {
    border: 2px solid var(--gsc-text-color-100);
  }

  .page-404__content--with-dekstop-shadow-background {
    position: relative;
  }

  .page-404__content--with-dekstop-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-50) 0%,
      var(--gsc-black-color-20) 100%
    );
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-filter: blur(100px);
            filter: blur(100px);
    content: '';
  }
  .featured-article__meta {
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
  }

  .featured-article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    height: calc(100% - 12rem);
  }

  .featured-article__text {
  font-size: calc(var(--gsc-body-font-scale) * var(--gsc-fz-11));
  line-height: var(--gsc-lh-4);
  font-weight: var(--gsc-font-weight-normal);
  }

  .featured-article__image {
    height: 100%;
  }

  .featured-article__link {
    height: calc(100% + 12rem);
  }

  .round-style .featured-article__link {
    border-radius: var(--gsc-base-radii);
  }

  .featured-article__image--placeholder,
  .featured-article__link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
  }

  .featured-articles__carousel-container {
    height: 80rem;
  }

  .featured-article__details {
    width: 100%;
    max-width: 59.2rem;
    margin: 0 auto;
  }

  .featured-article__details-wrap {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  width: 50%;
  height: 100%;
    padding: 6.4rem 4.8rem 18.4rem;
  }

  .featured-article__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .featured-article__content > * + * {
    margin: 2.4rem 0 0;
  }

  .featured-article__order-number + .featured-article__content {
    padding: 6.8rem 0 1.6rem;
  }

  .featured-articles__btns-wrap {
    top: 0;
    right: unset;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  width: 50%;
  height: 100%;
    padding: 6.4rem 4.8rem 9.2rem;
  }

  .featured-articles__carousel-btn {
  width: 5.6rem;
  height: 5.6rem;
  }

  .featured-articles__carousel-btn-chevron {
  width: 2.4rem;
  height: 2.4rem;
  }

  .featured-articles__btns {
    width: 100%;
    max-width: 59.2rem;
    margin: 0 auto;
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
  }

  .featured-articles__bg {
    height: calc(100% - 12rem);
  }
  .signup-newsletter-form__field{
    max-width: 36rem;
  }
  .signup__title,
  .signup__caption,
  .signup__text {
    margin: 1.6rem 0;
  }

  .signup-newsletter-form,
  .signup__social-list,
  .signup__timer {
    margin: 3.2rem 0;
  }

  .signup__content-wrap--mobile-content-with-background,
  .round-style .signup__content-wrap,
  .signup__content-wrap {
    padding: var(--gsc-content-spacing);
  }

  .signup__content {
    padding: 2.8rem;
  }

  .signup__content--mobile {
    display: none;
  }

  .signup__content--desktop {
    display: block;
  }
  .password-header__link-icon {
    margin: 0 0.8rem 0 0;
  }

  .password-header {
    padding: 2rem var(--gsc-container-padding);
  }

  .password-header__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }

  .password-header__link {
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: ;
  }
  .password-footer {
    padding: 2.4rem 0;
  }

  .password-footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shop__column-switcher--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .shop__column-switcher--mobile {
    display: none;
  }

  .shop__header {
    padding-bottom: 1.6rem;
  }

  .shop__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.4rem;
  }

  .shop__product-count {
    display: block;
  }

  .shop__header-right-panel--reverse {
    margin: 0 auto 0 0;
  }

  .shop__header--reverse,
  .shop__header-left-panel--reverse,
  .shop__header-right-panel--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }

  .shop__grid-item {
    width: calc(
      (100% - var(--gsc-space-between-cards) * (var(--gsc-desktop-columns) - 1)) /
        var(--gsc-desktop-columns)
    );
  }

  .shop__filters-btn-wrapper--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .shop__filters-btn-wrapper--mobile {
    display: none;
  }

  .shop__filters-btn.is-opened .icon-filter__square {
    display: none;
  }

  .shop__filters-btn.is-opened .icon-filter__top-line {
    -webkit-transform: rotate(-45deg) translate(-4px, 0);
            transform: rotate(-45deg) translate(-4px, 0);
  }

  .shop__filters-btn.is-opened .icon-filter__bottom-line {
    -webkit-transform: rotate(45deg) translate(17px, -9px);
            transform: rotate(45deg) translate(17px, -9px);
  }

  .shop__filters-btn .icon-filter__bottom-line,
  .shop__filters-btn .icon-filter__top-line {
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
  }

  .shop__filters-btn.is-opened:hover .icon-filter {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .shop-mobile-filters-button {
    display: none;
  }
  .collection-hero__content-wrap {
    padding: var(--gsc-content-spacing);
  }
  .images-with-text__button {
    width: auto;
  }

  .images-with-text__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .images-with-text__container--with-left-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .images-with-text__container--with-right-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .images-with-text__container--with-left-content.container--with-aside-paddings {
    padding-left: 4.4rem;
    padding-right: 4.4rem;
  }

  .images-with-text__container--with-right-content.container--with-aside-paddings {
    padding-left: 4.4rem;
    padding-right: 4.4rem;
  }

  .round-style
    .images-with-text__container--with-left-content.container--with-aside-paddings {
    padding-left: 4.4rem;
    padding-right: 2rem;
  }

  .round-style
    .images-with-text__container--with-right-content.container--with-aside-paddings {
    padding-left: 2rem;
    padding-right: 4.4rem;
  }

  .images-with-text__content-wrapper {
    padding: 0;
  }

  .images-with-text__content {
    padding-right: 4.4rem;
    padding-left: 4.4rem;
    max-width: calc(var(--gsc-content-width) + (4.4rem * 2));
  }

  .container--with-aside-paddings .images-with-text__content {
    padding-right: 4.4rem;
    padding-left: 0;
    max-width: calc(var(--gsc-content-width) + 4.4rem);
  }

  .images-with-text__container--with-right-content.container--with-aside-paddings
    .images-with-text__content {
    padding-right: 0;
    padding-left: 4.4rem;
    max-width: calc(var(--gsc-content-width) + 4.4rem);
  }

  .images-with-text__content > * + * {
    margin: 1.6rem 0 0;
  }

  .images-with-text__content > * + .images-with-text__text {
    margin: 2rem 0 0;
  }

  .images-with-text__content > * + .images-with-text__buttons {
    margin: 3.2rem 0 0;
  }

  .images-with-text__content > * + .images-with-text__buttons--with-only-links {
    margin: 2rem 0 0;
  }
  .before-after__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6.4rem;
  }

  .before-after__container--with-image-on-right-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 4.4rem;
  }

  .before-after__container--with-image-on-left-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 4.4rem;
  }

  .before-after__container--with-image-on-bottom-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }

  .before-after__container--with-image-on-right-side.before-after__container--with-aside-paddings {
    padding-right: var(--gsc-container-padding);
  }

  .round-style
    .before-after__container--with-image-on-right-side.before-after__container--with-aside-paddings {
    padding-right: 2rem;
  }

  .before-after__container--with-image-on-left-side.before-after__container--with-aside-paddings {
    padding-left: var(--gsc-container-padding);
  }

  .round-style
    .before-after__container--with-image-on-left-side.before-after__container--with-aside-paddings {
    padding-left: 2rem;
  }

  .before-after__container--with-image-on-bottom-side.before-after__container--with-aside-paddings {
    padding-left: var(--gsc-container-padding);
    padding-right: var(--gsc-container-padding);
  }
  .before-after__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .before-after__content > * + * {
    margin: 1.6rem 0 0;
  }

  .before-after__content > .before-after__btn {
    margin-top: 3.2rem;
  }

  .before-after__content > * + .before-after__body {
    margin: 2rem 0 0;
  }

  .before-after__content--constrained {
    padding-right: 0;
    padding-left: 0;
  }

  .before-after__container--with-aside-paddings .container__header {
    padding-right: 0;
    padding-left: 0;
  }
  .video-banner__content {
    padding: 3.2rem;
  }

  .video-banner__info {
    row-gap: 1.6rem;
  }

  .video-banner__play-button {
    width: 8rem;
    height: 8rem;
  }

  .video-banner__content--with-desktop-left-alignment {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }

  .video-banner__content--with-desktop-center-alignment {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .video-banner__content--with-desktop-right-alignment {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }

  .video-banner__content-wrapper--with-desktop-top-left-position {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .video-banner__content-wrapper--with-desktop-top-center-position {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .video-banner__content-wrapper--with-desktop-top-right-position {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .video-banner__content-wrapper--with-desktop-center-left-position {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .video-banner__content-wrapper--with-desktop-center-position {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .video-banner__content-wrapper--with-desktop-center-right-position {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .video-banner__content-wrapper--with-desktop-bottom-left-position {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .video-banner__content-wrapper--with-desktop-bottom-center-position {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .video-banner__content-wrapper--with-desktop-bottom-right-position {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .countdown-banner__container--mobile-content-with-background
    .countdown-banner__content-wrap,
  .countdown-banner__content-wrap {
    padding: var(--gsc-content-spacing);
  }

  .countdown-banner__content {
    width: 100%;
    max-width: var(--gsc-content-width);
    padding: 2.8rem;
  }

  .countdown-banner__content--mobile {
    display: none;
  }

  .countdown-banner__content--desktop {
    display: block;
  }

  .countdown-banner__heading,
  .countdown-banner__caption,
  .countdown-banner__body {
    margin: 1.6rem 0;
  }

  .countdown-banner__timer,
  .countdown-banner__btns {
    margin: 3.2rem 0;
  }

  .countdown-banner__btn {
    width: auto;
  }
  .timer-block--with-background {
    padding: 2.4rem;
  }
  .cart-drawer .gta__timer-section {
    padding: 2.4rem !important;
  }

  .round-style .cart-drawer {
    padding: var(--gsc-modals-and-header-paddings);
  }

  .cart-drawer__block {
    margin: 2.4rem 0;
  }

  .cart-drawer__block--on-mobile-only {
    display: none;
  }

  .cart-drawer__in-cart-related-products-wrapper--with-background
    .cart-drawer__in-cart-related-products {
    padding: 2rem 0;
  }

  .cart-drawer__in-cart-related-products-wrapper--with-background
    .cart-drawer__in-cart-related-products-viewport {
    margin: 0 2rem;
  }

  .cart-drawer__in-cart-related-products-heading {
    margin-bottom: 2rem;
  }

  .cart-drawer__in-cart-related-products-wrapper--with-background
    .cart-drawer__in-cart-related-products-heading {
    padding: 0 2rem;
  }

  .cart-drawer__in-cart-related-products .horizontal-product-card {
    gap: 2rem;
  }

  .cart-drawer {
    width: auto;
  }

  .cart-drawer .cart-item .cart-item__body {
    padding-bottom: 2.4rem;
  }

  .cart-drawer__header-title {
    padding: 2.5rem 0 2.5rem 2.4rem;
  }

  .cart-drawer__header-close-button-wrapper {
    padding: 2rem 2.4rem;
  }

  .cart-drawer__free-shipping-bar {
    padding: 0 2.4rem 0.8rem;
    margin: 0 0 2.4rem;
  }

  .cart-drawer__items {
    padding: 0 2.4rem;
  }

  .cart-drawer__in-cart-related-products-wrapper {
    padding: 0 2.4rem;
  }

  .cart-drawer-products-block__grid {
    margin-right: 0;
  }

  .cart-drawer__in-cart-related-products-wrapper--with-background
    .cart-drawer-products-block__grid {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .cart-drawer__timer-block-wrapper {
    padding: 0 2.4rem;
  }

  .cart-drawer__in-cart-banner-wrapper {
    padding: 0 2.4rem;
  }

  .cart-drawer__app-block {
    padding: 0 2.4rem;
  }

  .cart-drawer__warning {
    padding: 1.6rem 2.4rem 2.4rem;
  }

  .cart-drawer__body {
    width: auto;
    -webkit-transition: -webkit-box-shadow 0.25s ease-in-out 0.25s;
    transition: -webkit-box-shadow 0.25s ease-in-out 0.25s;
    transition: box-shadow 0.25s ease-in-out 0.25s;
    transition: box-shadow 0.25s ease-in-out 0.25s, -webkit-box-shadow 0.25s ease-in-out 0.25s;
  }

  .cart-drawer__body-aside-content {
    display: block;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform var(--gsc-drawer-transition-duration)
      var(--gsc-drawer-transition-timing);
    transition: -webkit-transform var(--gsc-drawer-transition-duration)
      var(--gsc-drawer-transition-timing);
    transition: transform var(--gsc-drawer-transition-duration)
      var(--gsc-drawer-transition-timing);
    transition: transform var(--gsc-drawer-transition-duration)
      var(--gsc-drawer-transition-timing), -webkit-transform var(--gsc-drawer-transition-duration)
      var(--gsc-drawer-transition-timing);
    height: 100%;

    width: calc(
      var(--gsc-space-for-aside-products) +
        var(--gsc-extended-space-for-round-style)
    );
    max-width: 0;
    -webkit-transition: max-width 0s 0.55s ease-in-out,
      -webkit-transform var(--gsc-drawer-transition-duration) 0s
        var(--gsc-drawer-transition-timing);
    transition: max-width 0s 0.55s ease-in-out,
      -webkit-transform var(--gsc-drawer-transition-duration) 0s
        var(--gsc-drawer-transition-timing);
    transition: max-width 0s 0.55s ease-in-out,
      transform var(--gsc-drawer-transition-duration) 0s
        var(--gsc-drawer-transition-timing);
    transition: max-width 0s 0.55s ease-in-out,
      transform var(--gsc-drawer-transition-duration) 0s
        var(--gsc-drawer-transition-timing),
      -webkit-transform var(--gsc-drawer-transition-duration) 0s
        var(--gsc-drawer-transition-timing);

    --gsc-space-for-aside-products: 26rem;
    --gsc-extended-space-for-round-style: 4rem;
  }

  .cart-drawer__body-aside-content--with-horizontal-cards {
    --gsc-space-for-aside-products: 34rem;
    --gsc-paddings-for-aside-products: 0 6rem 0 2rem;
    --gsc-paddings-for-aside-products-title: 2.4rem 6rem 2.4rem 2rem;
  }

  .cart-drawer.is-opened[has-aside-products] .cart-drawer__body-aside-content {
    -webkit-transform: translateX(var(--gsc-extended-space-for-round-style));
            transform: translateX(var(--gsc-extended-space-for-round-style));
    max-width: calc(
      var(--gsc-space-for-aside-products) +
        var(--gsc-extended-space-for-round-style)
    );

    -webkit-transition: max-width 0s 0s ease-in-out,
      -webkit-transform var(--gsc-drawer-transition-duration)
        var(--gsc-drawer-transition-duration)
        var(--gsc-drawer-transition-timing);

    transition: max-width 0s 0s ease-in-out,
      -webkit-transform var(--gsc-drawer-transition-duration)
        var(--gsc-drawer-transition-duration)
        var(--gsc-drawer-transition-timing);

    transition: max-width 0s 0s ease-in-out,
      transform var(--gsc-drawer-transition-duration)
        var(--gsc-drawer-transition-duration)
        var(--gsc-drawer-transition-timing);

    transition: max-width 0s 0s ease-in-out,
      transform var(--gsc-drawer-transition-duration)
        var(--gsc-drawer-transition-duration)
        var(--gsc-drawer-transition-timing),
      -webkit-transform var(--gsc-drawer-transition-duration)
        var(--gsc-drawer-transition-duration)
        var(--gsc-drawer-transition-timing);
  }

  .round-style .cart-drawer__body-aside-content {
    border-radius: var(--gsc-sidebar-radii, 0) 0 0 var(--gsc-sidebar-radii, 0);
    overflow: hidden;
  }

  .round-style .cart-drawer__body-main-content {
    border-radius: var(--gsc-sidebar-radii, 0);
    overflow: hidden;
    -webkit-transition: border-radius 0.25s ease-in-out;
    transition: border-radius 0.25s ease-in-out;
  }

  .cart-drawer__body-main-content {
    width: 48rem;
  }

  .cart-drawer.is-opened .cart-drawer__body {
    -webkit-filter: var(--gsc-drawer-modal-shadow);
            filter: var(--gsc-drawer-modal-shadow);
  }

  .cart-drawer__on-side-carousel-btn {
    position: absolute;
    z-index: 2;
    right: calc(50% - 3rem);
    margin: 2rem;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0;
    pointer-events: none;
  }

  .cart-drawer__on-side-carousel-btn--prev {
    rotate: 90deg;
  }

  .cart-drawer__on-side-carousel-btn--next {
    bottom: 3.3rem;
    rotate: 90deg;
  }

  .card-carousel--navigation-on-hover:hover
    .cart-drawer__on-side-carousel-btn:not([disabled]),
  .card-carousel--navigation-on-hover:hover
    .cart-drawer__on-side-carousel-btn:not([disabled]):focus-visible {
    opacity: 1;
    pointer-events: all;
  }
  .cart-drawer-subtotal__container {
    padding-right: var(--gsc-container-padding);
    padding-left: var(--gsc-container-padding);
  }

  .cart-drawer-subtotal__accordeon-plus-btn {
    padding: 2rem 2.4rem;
  }

  .cart-drawer-subtotal__main-content {
    row-gap: 2rem;
    padding: 2.4rem;
  }

  .cart-drawer-subtotal__tax-note_text:first-child {
    padding-top: 0;
  }

  .cart-drawer-subtotal__cta {
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
  }

  .cart-drawer-subtotal__btn {
    padding: 1.7rem;
  }

  .cart-drawer-swipe {
    display: none;
    pointer-events: none;
  }

  .cart-drawer-subtotal__accordeon-plus {
    border-top: 1px solid var(--gsc-border-color-100);
  }
  .cart .free-shipping-bar__title {
    margin-bottom: 2.4rem;
  }

  .cart .free-shipping-bar {
    max-width: 54.2rem;
    margin: 0 auto;
  }
  .cart-notification-popup {
    top: 0;
  }

  .round-style .cart-notification-popup__body {
    border-radius: var(--gsc-base-radii) 0 var(--gsc-base-radii)
      var(--gsc-base-radii);
  }

  .cart-notification-popup__body {
    width: 48rem;
    max-width: 100%;
  }

  .cart-notification-popup__header {
    padding: 2.4rem 4rem;
  }

  .cart-notification-popup-item {
    padding: 2.4rem 4rem;
  }

  .cart-notification-popup__form {
    padding: 2.4rem 4rem 4rem;
  }

  .cart-notification-popup-item__name-label:hover {
    border-color: var(--gsc-text-color-100);
  }

  .round-style .cart-notification-popup {
    padding: 2rem;
  }
  .cart .cart-item__cost-wrap .cart-item__price-wrap {
    display: block;
  }

  .cart .cart-item__totals .cart-item__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  font-size: var(--gsc-fz-11);
  line-height: var(--gsc-lh-4);
  font-weight: var(--gsc-font-weight-bold);
  }

  .cart-item-quantity__button:hover {
    background: -webkit-gradient(
        linear,
        left bottom, left top,
        from(rgb(var(--gsc-text-color), 0.08)),
        to(rgb(var(--gsc-text-color), 0.08))
      ),
      var(--gsc-foreground-color-100);
    background: linear-gradient(
        0deg,
        rgb(var(--gsc-text-color), 0.08),
        rgb(var(--gsc-text-color), 0.08)
      ),
      var(--gsc-foreground-color-100);
  }

  .cart-item__name:hover .cart-item__name-label {
    border-color: var(--gsc-text-color-100);
  }

  .cart-item__remove-button-icon:hover {
    opacity: 1;
  }

  .cart-item__grid {
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }

  .cart .cart-item-quantity__input {
    width: 4.4rem;
  }
  .cart-order-notes__accordeon-content {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    border-top: none;
  }
  .cart__in-cart-related-products {
    overflow: hidden;
  }

  .cart__in-cart-related-products--with-background {
    padding: 3.2rem;
  }

  .cart__in-cart-related-btn--prev {
    left: 2.4rem;
  }

  .cart__in-cart-related-btn--next {
    right: 2.4rem;
  }

  .cart__in-cart-related-products-heading {
    margin-bottom: 3.2rem;
  }

  .cart__in-cart-related-products {
    --gsc-slide-width: 22%;
  }
  .cart-buttons__btn {
    padding: 1.7rem;
  }

  .cart-buttons {
    max-width: 42.4rem;
    width: 100%;
    margin-left: auto;
  }
  .cart-subtotal__accordeon-plus[data-aria-expanded='true'] {
    border-bottom-color: transparent;
  }

  .cart-subtotal__accordeon-plus-btn {
    padding-right: 0;
    padding-left: 0;
  font-size: var(--gsc-fz-11);
  line-height: var(--gsc-lh-4);
  font-weight: ;
  }

  .cart-subtotal {
    max-width: 42.4rem;
    margin-left: auto;
  }

  .cart-subtotal__accordeon-plus-btn {
    padding: 2rem 0;
  }
  .cart-items__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 4rem;
  }

  .cart-items__header-product-count {
    margin: 0;
  }

  .cart-items__params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 1.6rem;
    border-bottom: 1px solid var(--gsc-border-color-100);
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  font-size: var(--gsc-fz-12);
  line-height: var(--gsc-lh-5);
  font-weight: var(--gsc-font-weight-bold);
  }

  .cart-items__left-side-params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .cart-items__right-side-params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .cart-items__params-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .cart-items__params-item:not(:first-child) {
    padding-left: 2.4rem;
  }

  .cart-items__params-item--total-param {
    text-align: right;
  }

  .cart-items__params-item--quantity {
    max-width: 17.4rem;
  }
  .cart__block .timer-block {
    padding: 4.8rem;
  }

  .cart__free-shipping-bar {
    margin-bottom: 8.4rem;
  }

  .cart .cart-item__name {
    font-size: var(--gsc-fz-12);
    line-height: var(--gsc-lh-5);
  }

  .cart .cart-item__pay-info {
    margin: 0;
  }

  .cart .cart-item__remove-button-icon {
  width: 3.2rem;
  height: 3.2rem;
  }

  .cart .cart-item__grid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }

  .cart .cart-item-quantity {
    grid-template-rows: 4rem;
    grid-template-columns: 4rem 6.1rem 4rem;
  }

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

  .cart .cart-item__pay-info .cart-item__price-wrap {
    display: none;
  }

  .cart .cart-item__info {
    margin: 0;
    padding-right: 0;
    row-gap: 0.6rem;
  }

  .cart .cart-item__info--hide-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cart .cart-item__info--desktop-hide {
    display: none;
  }

  .cart .cart-item__totals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: none;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
    row-gap: 0;
  }

  .cart .cart-item__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 3.2rem;
       -moz-column-gap: 3.2rem;
            column-gap: 3.2rem;
  }

  .cart .cart-item + .cart-item .cart-item__body,
  .cart .cart-item__body {
    padding: 2.4rem 0;
  }

  .cart .cart-item:last-child .cart-item__body {
    padding-bottom: 0;
  }

  .cart .cart-item + .cart-item .cart-item__body {
    border-color: var(--gsc-border-color-100);
  }

  .cart .cart-item__link {
    width: 12rem;
  }
  .in-cart-banner__content {
    padding: 4.8rem;
  }

  .cart-drawer .in-cart-banner__content {
    padding: 3.2rem 2.4rem;
  }
  .scrolling-text {
    padding: var(--gsc-section-top-and-bottom-spacing)
      calc(var(--gsc-section-spacing-between-messages) / 2);
    gap: var(--gsc-section-spacing-between-messages);
  }

  .scrolling-text__icon {
    width: var(--gsc-section-icon-size);
    height: var(--gsc-section-icon-size);
  }

  .scrolling-text__icon--with-custom-ratio {
    height: unset;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1 / var(--gsc-custom-image-ratio);
  }

  .scrolling-text__text {
    font-size: var(--gsc-section-font-size);
    letter-spacing: var(--gsc-section-letter-spacing);
  }
  .hotspots__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6.4rem;
  }

  .hotspots__container--with-image-right-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 4.4rem;
    padding-right: 0;
  }

  .hotspots__container--with-image-left-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 4.4rem;
    padding-left: 0;
  }

  .hotspots__container--with-image-right-side.container--with-aside-paddings {
    padding-left: 4.4rem;
    padding-right: 4.4rem;
  }

  .hotspots__container--with-image-left-side.container--with-aside-paddings {
    padding-right: 4.4rem;
    padding-left: 4.4rem;
  }

  .round-style
    .hotspots__container--with-image-right-side.container--with-aside-paddings {
    padding-left: 4.4rem;
    padding-right: 2rem;
  }

  .round-style
    .hotspots__container--with-image-left-side.container--with-aside-paddings {
    padding-right: 4.4rem;
    padding-left: 2rem;
  }

  .hotspots__container--with-image-bottom-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }

  .hotspots__container--without-content {
    padding-left: 0;
    padding-right: 0;
  }
  .hotspots__content > * + * {
    margin: 1.6rem 0 0;
  }

  .hotspots__content > * + .hotspots__body {
    margin: 2rem 0 0;
  }
  .hotspots__image-wrapper--mobile {
    display: none;
  }

  .hotspots__image-wrapper--desktop {
    display: block;
  }
  .hotspots__pin-wrapper--mobile {
    display: none;
  }

  .hotspots__pin-wrapper--desktop {
    display: block;
  }
  .hotspots__pin:hover:after,
  .hotspots__pin:hover:before {
    -webkit-animation: none;
            animation: none;
  }

  .hotspots__pin-btn-wrapper[data-aria-expanded='true'] .hotspots__pin:after,
  .hotspots__pin:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1.75);
            transform: translate(-50%, -50%) scale(1.75);
  }

  .hotspots__float-element {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }

  .hotspots__float-element[aria-hidden='false'] {
    opacity: 1;
  }
  .hotspots__card {
    position: relative;
    width: 100%;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .hotspots__card--product {
    max-width: 34rem;
  }

  .hotspots__card--icon,
  .hotspots__card--image {
    max-width: 34rem;
    max-height: 58rem;
  }
  .hotspots__card--icon {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .hotspots__card-close {
    display: none;
  }

  .hotspots__card-fix-height-wrapper--pin-icon,
  .hotspots__card-fix-height-wrapper--pin-image {
    padding: 2rem;
  }
  .product-breadcrumbs-block__link:hover {
    color: var(--gsc-text-color-100);
    text-decoration: underline;
  }
  /* BODY & CONTENT */
  .popup__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: var(--gsc-desktop-width);
  }

  .popup--flyout > .popup__body {
    width: var(--gsc-desktop-width);
  }

  .popup--show-image .popup__body {
    width: calc(var(--gsc-desktop-width) + var(--gsc-image-width));
  }

  .popup--with-image-on-background .popup__content-container {
    width: var(--gsc-desktop-width);
    max-width: calc(var(--gsc-desktop-width) + var(--gsc-image-width));
  }

  .popup--show-image .popup--with-image-on-top,
  .popup--show-image .popup--with-image-on-bottom,
  .popup--show-image .popup--with-image-on-background {
    width: var(--gsc-desktop-width);
  }

  .popup--show-image .popup__body.popup--with-image-on-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }

  .popup--show-image .popup__body.popup--with-image-on-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
  }

  .popup--show-image .popup--with-image-on-left .popup__content-container {
    -webkit-padding-start: var(--gsc-image-width);
            padding-inline-start: var(--gsc-image-width);
  }

  .popup--show-image .popup--with-image-on-right .popup__content-container {
    -webkit-padding-end: var(--gsc-image-width);
            padding-inline-end: var(--gsc-image-width);
  }

  .popup[data-has-image='true'] .popup__content {
    padding: 4.4rem;
  }

  .popup__content {
    padding: 4.4rem;
  }

  /* MEDIA */
  .popup--show-image .popup__media-container {
    position: absolute;
    height: 100%;
    width: var(--gsc-image-width);
  }

  .popup--show-image .popup--with-image-on-left .popup__media-container {
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: none;
    transition: none;
  }

  .popup--show-image .popup--with-image-on-right .popup__media-container {
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: none;
    transition: none;
  }

  .popup--show-image .popup--with-image-on-background .popup__media-container {
    inset: 0;
    width: 100%;
  }

  /* popup with top, bottom img before animation start */
  .popup--with-image-on-top .popup__content-container,
  .popup--with-image-on-top .popup__content,
  .popup--with-image-on-bottom .popup__content-container,
  .popup--with-image-on-bottom .popup__content {
    width: var(--gsc-desktop-width);
  }

  .popup--with-image-on-top .popup__media-container,
  .popup--with-image-on-bottom .popup__media-container {
    position: static;
    height: 0;
    width: 100%;
  }

  /* popup with top, bottom img after animation start */
  .popup--show-image .popup--with-image-on-top .popup__media-container,
  .popup--show-image .popup--with-image-on-bottom .popup__media-container {
    position: static;
    height: 320px;
  }

  /* POPUP CONTENT ITEMS */
  .popup__field {
    margin-top: 3.2rem;
  }

  .popup__btns-wrapper {
    margin: 3.2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: var(--gsc-content-align);
        -ms-flex-pack: var(--gsc-content-align);
            justify-content: var(--gsc-content-align);
  }

  .popup__btns-wrapper--one-btn {
    margin: 1.6rem 0 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: var(--gsc-content-align);
        -ms-flex-pack: var(--gsc-content-align);
            justify-content: var(--gsc-content-align);
  }

  .popup__btn {
    width: auto;
    min-height: 56px;
  }

  .popup__timer {
    margin: 3.2rem 0;
  }

  /* FLYOUT POSITIONS */
  .popup-position--top_left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);

    /* ensure the popup is not cut off with large vertical spacing */
    padding-bottom: 3.2rem !important;
  }

  .popup-position--top_center {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    padding-bottom: 3.2rem !important;
  }

  .popup-position--top_right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    padding-bottom: 3.2rem !important;
  }

  .popup-position--center_left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .popup-position--center_right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  .popup-position--bottom_left {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    padding-top: 3.2rem !important;
  }

  .popup-position--bottom_center {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    padding-top: 3.2rem !important;
  }

  .popup-position--bottom_right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    padding-top: 3.2rem !important;
  }
    .popup-age-verifier .popup__body {
        max-width: calc(100vw - 48px);
    }
    /* desktop_position is left */
    .popup-cookie .popup__body {
        left: var(--gsc-horizontal-spacing);
        bottom: var(--gsc-vertical-spacing);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        width: var(--gsc-desktop-width);
        max-width: calc(100vw - 6.4rem);
    }

    .popup-cookie .popup__body--desktop-center {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .popup-cookie .popup__body--desktop-right {
        left: unset;
        right: var(--gsc-horizontal-spacing);
    }
    .popup-promo .popup__body {
        max-width: calc(100vw - 4.8rem);
    }
  .popup-signup .popup__body {
    max-width: calc(100vw - 4.8rem);
  }

  .popup-signup.popup--success .popup__body, 
  .popup-signup.popup--success .popup__content {
    width: 44rem;
  }
  .lookbook__slideshow-btn {
    display: none;
    cursor: pointer;
  }

  .lookbook__slideshow-btn-icon {
    width: 3.2rem;
    height: 3.2rem;
  }

  .lookbook__slideshow-btn {
    position: absolute;
    top: 0;
    margin-top: calc(var(--gsc-portrait-image-ratio) * 0.46);
  }

  .lookbook__slideshow-btn[disabled] {
    opacity: 0.35;
    cursor: auto;
  }

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

  .lookbook__pin:hover::after,
  .lookbook__pin:hover::before {
    -webkit-animation: none;
            animation: none;
  }

  .lookbook__pin:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1.75);
            transform: translate(-50%, -50%) scale(1.75);
  }

  .lookbook__card-carousel--slideshow .lookbook__product-card[not-highlighted] {
    opacity: 0.2;
  }

  .shopify-section__lookbook {
    overflow: visible;
  }

  .lookbook__mobile-content {
    display: none;
  }

  .lookbook__desktop-content {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .lookbook__products .lookbook__desktop-content--inside-slideshow {
    padding: 0 0 6.4rem;
  }

  .lookbook__wrapper--align-center
    .lookbook__products
    .lookbook__desktop-content--inside-slideshow {
    padding: 6.4rem 0;
  }

  .lookbook__container {
    gap: 4rem;
  }

  .lookbook__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .lookbook__wrapper--align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lookbook__main-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: sticky;
    -ms-flex-item-align: start;
        align-self: flex-start;
    top: var(--gsc-container-padding);
    min-width: 0;
  }

  .lookbook__products {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }

  .lookbook__products--with-slideshow-30-percent-width {
    max-width: 30%;
  }

  .lookbook__products--on-left-side {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .lookbook__products-grid {
    grid-template-columns: repeat(
      var(--gsc-lookbook-desktop-cards-in-row),
      1fr
    );
  }

  .lookbook__products--with-slideshow .card-carousel {
    width: 50%;
    max-width: 32rem;
    min-width: 24rem;
    margin: 0 auto;
  }
  .map-section {
    overflow: visible;
  }

  .map__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6.4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: var(--gsc-section-spacing-top, 0);
  }

  .map__inner-container--map-on-right-side.container--full-screen {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 6.4rem;
  }

  .map__inner-container--map-on-left-side .map__stores-container,
  .map__inner-container--map-on-right-side .map__stores-container {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .map__inner-container--map-on-left-side.container--full-screen {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 6.4rem;
  }

  .map__inner-container--map-on-top-side,
  .map__inner-container--map-on-bottom-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.4rem;
  }

  .map__inner-container--map-on-top-side .map__map-container,
  .map__inner-container--map-on-bottom-side .map__map-container {
    position: static;
    max-width: 100%;
  }

  .map__inner-container--map-on-bottom-side .map__map-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .map__map-container {
    aspect-ratio: 1 / var(--gsc-map-desktop-ratio);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: sticky;
    top: 1.5rem;
    max-width: 50%;
  }

  .round-style .map__map-container {
    width: 100%;
  }

  .map__inner-container--map-on-right-side .map__map-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .map__stores-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .map__inner-container--map-on-top-side .map__stores-container,
  .map__inner-container--map-on-bottom-side .map__stores-container {
    max-width: 100%;
  }

  .map__heading {
    margin-bottom: 4.4rem;
  }

  .map__directions-btn {
    margin-top: 2.4rem;
  }
  .image-slider--desktop {
    display: block;
  }

  .image-slider--mobile {
    display: none;
  }

  .image-slider[without-arrows] .image-slider-slideshow__arrows {
    display: none;
    pointer-events: none;
  }

  .image-slider-slideshow {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 6.4rem;
  }

  .image-slider-slideshow .image-slider-slideshow__arrows {
    display: none;
  }

  .image-slider-slideshow__carousel-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .image-slider-slideshow__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transition: opacity 0.1s linear 0.1s, -webkit-transform 0.2s linear;
    transition: opacity 0.1s linear 0.1s, -webkit-transform 0.2s linear;
    transition: transform 0.2s linear, opacity 0.1s linear 0.1s;
    transition: transform 0.2s linear, opacity 0.1s linear 0.1s, -webkit-transform 0.2s linear;
    opacity: 0;
  }

  .image-slider-slideshow__solid-dots-carousel {
    display: block;
    -ms-flex-item-align: start;
        align-self: flex-start;
    min-width: var(--gsc-content-max-width);
    margin: 0 auto;
  }

  .image-slider-slideshow__solid-dots-carousel--center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .image-slider-slideshow__solid-dots-carousel--right {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .image-slider-slideshow__btn--prev {
    left: 3.2rem;
    -webkit-transform: translate(
      calc(-100% - var(--gsc-container-padding) - 3.2rem),
      -50%
    );
            transform: translate(
      calc(-100% - var(--gsc-container-padding) - 3.2rem),
      -50%
    );
  }

  .image-slider-slideshow__btn--next {
    -webkit-transform: translate(
      calc(100% + var(--gsc-container-padding) + 3.2rem),
      -50%
    );
            transform: translate(
      calc(100% + var(--gsc-container-padding) + 3.2rem),
      -50%
    );
    right: 3.2rem;
  }

  .image-slider-slideshow:hover .image-slider-slideshow__btn {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }

  .image-slider-slideshow--with-image-on-right-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .image-slider__dots-carousel,
  .container--with-aside-paddings .image-slider__dots-carousel {
    padding-left: 0;
    padding-right: min(6.4rem, 6.4rem - var(--gsc-container-padding));

    max-width: 50%;
  }

  .image-slider__dots-carousel .carousel__viewport {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .image-slider__content {
    max-width: var(--gsc-content-max-width);
    margin: 0 auto;
  }

  .image-slider__content-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .image-slider-slideshow--with-image-on-right-side
    .image-slider__dots-carousel {
    padding-right: 0;
    padding-left: min(6.4rem, 6.4rem - var(--gsc-container-padding));
  }

  .image-slider__text {
    margin-top: 2rem;
  }

  .image-slider__btn {
    margin-top: 2rem;
  }

  .image-slider__dots-carousel .carousel__viewport,
  .image-slider__dots-carousel .image-slider__content-wrapper {
    gap: 4rem;
  }

  /* __________ PROGRESS __________ */

  .image-slider__image-carousel {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .image-slider__progress-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .image-slider__dots-carousel {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .image-slider__progress-wrapper {
    margin: 0;
    position: absolute;
    bottom: 0;
  }

  .image-slider__progress-wrapper .image-slider-slideshow__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }

  .image-slider-slideshow--with-vertical-scroll--text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .image-slider-slideshow--with-vertical-scroll--text
    .image-slider__image-carousel {
    top: 20%;
  }

  .image-slider-slideshow--with-rotate {
    padding-top: calc(var(--gsc-images-quantity) * 0.55rem);
    padding-bottom: calc(var(--gsc-images-quantity) * 0.55rem);
  }

  .image-slider-slideshow--with-rotate .image-slider__image-carousel {
    position: sticky;
    top: 150px;
    width: 100%;

    display: grid;
    padding-right: 0;
  }

  .image-slider[with-rotate-images] .image-slider__image-carousel {
    padding-left: calc(var(--gsc-images-quantity) * 0.5rem);
    padding-right: 0;
    padding-bottom: 0;
  }

  .image-slider[with-rotate-images]
    .container--with-aside-paddings
    .image-slider__image-carousel {
    padding-right: 0;
    padding-left: calc(var(--gsc-images-quantity) * 0.47rem);
    padding-bottom: 0;
  }

  .image-slider[with-rotate-images]
    .image-slider-slideshow--with-image-on-right-side
    .image-slider__image-carousel {
    padding-left: 0;
    padding-right: calc(var(--gsc-images-quantity) * 0.62rem);
  }

  .image-slider[with-rotate-images]
    .image-slider-slideshow--with-vertical-scroll--text
    .image-slider__image-carousel {
    padding-left: calc(var(--gsc-images-quantity) * 0.5rem);
    padding-right: 0;
  }

  .image-slider[with-rotate-images]
    .container--with-aside-paddings
    .image-slider-slideshow--with-vertical-scroll--text
    .image-slider__image-carousel {
    padding-left: calc(var(--gsc-images-quantity) * 0.45rem);
    padding-right: 0;
  }

  .image-slider[with-rotate-images]
    .image-slider-slideshow--with-vertical-scroll--text.image-slider-slideshow--with-image-on-right-side
    .image-slider__image-carousel {
    padding-left: 0;
    padding-right: calc(var(--gsc-images-quantity) * 0.5rem);
  }

  .image-slider[with-rotate-images].image-slider[with-progress-bar]
    .image-slider__image-carousel {
    padding-left: calc(var(--gsc-images-quantity) * 0.5rem);
    padding-right: calc(var(--gsc-images-quantity) * 0.42rem);
    padding-bottom: 2rem;
  }

  .image-slider[with-rotate-images].image-slider[with-progress-bar]
    .image-slider-slideshow--with-image-on-right-side
    .image-slider__image-carousel {
    padding-left: 0;
    padding-right: calc(var(--gsc-images-quantity) * 0.6rem);
    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.47rem);
    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-slideshow--with-image-on-right-side
    .image-slider__image-carousel {
    padding-left: 0;
    padding-right: calc(var(--gsc-images-quantity) * 0.6rem);
    padding-bottom: 2rem;
  }

  .image-slider-slideshow--with-vertical-scroll--text
    .image-slider__content-wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 20rem;
  }

  .image-slider-slideshow--with-rotate .image-slider__dots-carousel {
    gap: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .image-slider-slideshow--with-rotate .image-slider__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .image-slider-slideshow--with-image-on-right-side.image-slider-slideshow--with-vertical-scroll--image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .image-slider-slideshow__arrows--inside-slideshow {
    display: none;
  }

  .image-slider-slideshow--with-progress {
    padding-bottom: 7.2rem;
  }
  .featured-navigation__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }

  .featured-navigation__item-wrapper {
    min-height: var(--gsc-section-icon-size);
    padding-top: var(--gsc-section-top-and-bottom-spacing);
    padding-bottom: var(--gsc-section-top-and-bottom-spacing);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .featured-navigation__item-wrapper--with-hover:hover .block-wrapper {
    opacity: 1;
    overflow: visible;
  }

  .featured-navigation__item-wrapper:hover .block-wrapper {
    opacity: 1;
  }

  .featured-navigation__item-wrapper:hover .featured-navigation__link-text {
    z-index: 2;
    opacity: 0;
  }

  .featured-navigation__item-wrapper--with-none-hover
    .featured-navigation__link-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    pointer-events: all;
  }

  .featured-navigation__item-wrapper--with-none-hover:hover
    .featured-navigation__link-text {
    opacity: 1;
  }

  .featured-navigation-section .btn {
    padding: 1.2rem 4.8rem;
  }

  .featured-navigation__link-text {
    position: static;
    font-size: var(--gsc-section-font-size);
  }

  .featured-navigation__item-wrapper:has(.featured-navigation__link-image)
    .featured-navigation__link-text {
    position: static;
  }

  .featured-navigation__link-image {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;

    -webkit-box-shadow: -12px 16px 64px 0px rgba(0, 0, 0, 0.15);

            box-shadow: -12px 16px 64px 0px rgba(0, 0, 0, 0.15);

    width: 389px;
    height: 586px;
    pointer-events: none;
  }

  .featured-navigation__item-wrapper--with-none-hover
    .featured-navigation__link-image {
    display: block;
  }

  .featured-navigation__btn {
    max-width: 350px;
    pointer-events: none;
    z-index: 3;
  }

  .featured-navigation-section[data-scrolling-type='none']
    .featured-navigation__link-image {
    z-index: 1;
  }

  .featured-navigation-section[data-scrolling-type='none']
    .featured-navigation__container {
    isolation: isolate;
  }

  .featured-navigation-section[data-scrolling-type='none']
    .featured-navigation__link-text {
    position: relative;
    -webkit-transition: -webkit-transform 0.5s ease, -webkit-filter 0.5s ease;
    transition: -webkit-transform 0.5s ease, -webkit-filter 0.5s ease;
    transition: transform 0.5s ease, filter 0.5s ease;
    transition: transform 0.5s ease, filter 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.5s ease;

    mix-blend-mode: plus-lighter;
  }

  .featured-navigation-section[data-scrolling-type='none']
    .featured-navigation__link-text:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  .featured-navigation__link-mobile-arrow {
    display: none;
  }
  .navigation-buttons__desktop-content {
    display: block;
    width: 100%;
  }

  .navigation-buttons__mobile-content {
    display: none;
  }

  .navigation-buttons__container {
    overflow: visible;
  }

  .navigation-buttons__button:hover {
    z-index: 3;
    -webkit-transition: background-color 0s ease;
    transition: background-color 0s ease;
  }

  .navigation-buttons__button:hover .underline-animation {
    background-size: 100% 0.1rem;
  }

  .navigation-buttons__button:has(
      .navigation-buttons__button-image-wrapper--show-on-hover
    ):hover
    .navigation-buttons__button-title {
    mix-blend-mode: plus-lighter;
  }

  .navigation-buttons__button:hover .navigation-buttons__button-image-wrapper {
    opacity: 1;
  }

  .navigation-buttons__carousel--align-center .card-carousel__viewport {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
  }

  .navigation-buttons__carousel--align-right .card-carousel__viewport {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 0 0 auto;
  }

  .navigation-buttons__carousel-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .navigation-buttons__carousel-btn[disabled] {
    opacity: 0;
    pointer-events: none;
  }

  .navigation-buttons__carousel-btn[data-direction='prev'] {
    left: 1.6rem;
  }

  .navigation-buttons__carousel-btn[data-direction='next'] {
    right: 1.6rem;
  }
}

@media (min-width: 992px) {
  :root {
    /* heading */

    --gsc-heading-1-font-size: calc(var(--gsc-headings-font-scale) * 3.6rem);
    --gsc-heading-2-font-size: calc(var(--gsc-headings-font-scale) * 3.2rem);
    --gsc-heading-3-font-size: calc(var(--gsc-headings-font-scale) * 2.8rem);
    --gsc-heading-4-font-size: calc(var(--gsc-headings-font-scale) * 2.6rem);
    --gsc-heading-5-font-size: calc(var(--gsc-headings-font-scale) * 2.4rem);
    --gsc-heading-6-font-size: calc(var(--gsc-headings-font-scale) * 1.8rem);

    --gsc-heading-1-line-height: calc(48 / 38);
    --gsc-heading-2-line-height: calc(44 / 34);
    --gsc-heading-3-line-height: calc(40 / 30);
    --gsc-heading-4-line-height: calc(38 / 28);
    --gsc-heading-5-line-height: calc(36 / 26);
    --gsc-heading-6-line-height: calc(30 / 20);
  }
  [data-zoom-cursor-target] {
    cursor: none;
  }

  .zoom-cursor.is-visible {
    opacity: 1;
  }

  .zoom-cursor[zoomed] .y-line {
    display: none;
  }
  .custom-app-block--inside-standart-section .spr-reviews,
  .container--small .custom-app-block--inside-standart-section .spr-reviews {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .rich-text--block {
    padding: 3.2rem;
  }

  .rich-text__container {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .rich-text__container--with-aside-spacing {
    padding: 3.2rem;
  }
  .collection-card__content--on-image {
    padding: 3.2rem;
  }
  .image-block__content-wrap {
    padding: 3.2rem;
  }

  .image-block--show-all-on-hover .image-block__content {
    opacity: 0;
  }

  .image-block--show-all-on-hover:hover .image-block__content {
    opacity: 1;
  }

  .image-block--show-button-on-hover .image-block__btn .btn {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .image-block--show-button-on-hover .image-block__btn {
    position: absolute;
    -webkit-transform: translateY(-2.8rem);
            transform: translateY(-2.8rem);
    padding: 0;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .image-block--show-button-on-hover:hover .image-block__content {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    -webkit-transition: var(--gsc-image-block-transition);
    transition: var(--gsc-image-block-transition);
  }

  .image-block--show-button-on-hover:hover .image-block__caption,
  .image-block--show-button-on-hover:hover .image-block__title,
  .image-block--show-button-on-hover:hover .image-block__text {
    opacity: 0;
    -webkit-transition: var(--gsc-image-block-transition);
    transition: var(--gsc-image-block-transition);
  }

  .image-block--show-button-on-hover:hover .image-block__content > * + * {
    opacity: 0;
    -webkit-transition: var(--gsc-image-block-transition);
    transition: var(--gsc-image-block-transition);
  }

  .image-block--show-button-on-hover:hover .image-block__btn {
    opacity: 1;
  }

  .header
    .mega-menu__block--vertical
    .image-block--show-button-on-hover:hover
    .image-block__content {
    -webkit-transform: translateX(3rem) scale(-1, -1);
            transform: translateX(3rem) scale(-1, -1);
  }

  .drawer-menu__page
    .mega-menu__block--vertical
    .image-block--show-button-on-hover:hover
    .image-block__content {
    -webkit-transform: translateX(3rem) scale(-1, -1);
            transform: translateX(3rem) scale(-1, -1);
  }

  .mega-menu__block--left .image-block--show-button-on-hover .image-block__btn {
    -webkit-transform: translateX(3.8rem);
            transform: translateX(3.8rem);
  }

  .mega-menu__block--center
    .image-block--show-button-on-hover
    .image-block__btn {
    -webkit-transform: translateX(3.8rem);
            transform: translateX(3.8rem);
  }

  .mega-menu__block--right
    .image-block--show-button-on-hover
    .image-block__btn {
    -webkit-transform: translateX(3.8rem);
            transform: translateX(3.8rem);
  }

  .image-block__content .image-block__text-wrapper {
    padding-top: 0;
  }

  .image-block__text-wrapper {
    width: 100%;
    height: 100%;
    color: var(--gsc-text-color-100);
    position: relative;
    -webkit-transition: var(--gsc-image-block-transition);
    transition: var(--gsc-image-block-transition);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .image-block__text-wrapper > * + * {
    padding: 1.2rem 0 0;
    -webkit-transition: var(--gsc-image-block-transition);
    transition: var(--gsc-image-block-transition);
  }

  .image-block__text-wrapper .image-block__btn {
    padding-top: 2rem;
  }

  .image-block--show-text-on-hover .image-block__text-wrapper {
    position: absolute;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    padding: 0;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
  }

  .image-block--show-text-on-hover .image-block__content {
    width: 100%;
  }

  .image-block--show-text-on-hover:hover .image-block__caption,
  .image-block--show-text-on-hover:hover .image-block__title {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }

  .image-block--show-text-on-hover:hover .image-block__text-wrapper {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .mega-menu__block--vertical
    .image-block--show-text-on-hover
    .image-block__content {
    height: 100%;
  }

  .mega-menu__block--vertical
    .image-block--show-text-on-hover
    .image-block__text-wrapper {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }

  .mega-menu__block--vertical
    .image-block--show-text-on-hover:hover
    .image-block__caption,
  .mega-menu__block--vertical
    .image-block--show-text-on-hover:hover
    .image-block__title {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }

  .mega-menu__block--vertical
    .image-block--show-text-on-hover:hover
    .image-block__text-wrapper {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .mega-menu__block--vertical .image-block__text-wrapper .image-block__btn {
    padding: 0 1.2rem 0 0;
  }
  .slideshow--with-dots .image-banner__content--with-none-background,
  .image-banner__content {
    padding: 3.2rem;
  }
  .round-style .split-image-banner__content-wrap,
  .split-image-banner__content-wrap,
  .slideshow .split-image-banner__content-wrap {
    padding: 3.2rem;
  }

  .slideshow .split-image-banner__content-wrap {
    padding-bottom: 5.2rem;
  }
  .product-details__container {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .product-details__container--with-aside-spacing {
    padding: 3.2rem;
  }
  .faq--with-background .faq__container,
  .faq__container {
    padding: 3.2rem;
  }
  .newsletter__content {
    padding: 3.2rem;
  }
  .testimonials__carousel--tablet {
    display: none;
  }

  .testimonials__carousel--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .testimonials__grid--desktop {
    display: grid;
  }

  .testimonials__body--aside-quotes .carousel__slide {
    padding-left: 0;
  }

  .testimonials__body--aside-quotes .quote {
    height: var(--gsc-quote-height);
  }

  .testimonials__carousel-viewport--with-overflow .carousel__slide {
    min-width: var(--gsc-slide-width);
  }

  .testimonials__image--left-quotes {
    left: 0;
  }

  .testimonials__image--right-quotes {
    right: 0;
  }

  .testimonials__body--left-quotes .testimonials__carousel {
    margin-right: auto;
  }

  .testimonials__body--right-quotes .testimonials__carousel {
    margin-left: auto;
  }

  .testimonials__body--left-quotes .testimonials__carousel,
  .testimonials__body--right-quotes .testimonials__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .testimonials__body--right-quotes .testimonials__carousel,
  .testimonials__body--left-quotes .testimonials__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .testimonials__body--aside-quotes .testimonials__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 53.6rem;
            flex: 1 1 53.6rem;
    margin: auto 0;
    text-align: left;
  }

  .testimonials__body--aside-quotes .testimonials__carousel {
  width: 75%;
  height: var(--gsc-vertical-carousel-height);
  }

  .testimonials__body--aside-quotes .testimonials__slide-quotes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: var(--gsc-vertical-carousel-height);
    gap: var(--gsc-space-between-cards);
  }

  .testimonials__body--aside-quotes .testimonials__solid-dots-carousel {
    margin: 0 auto;
    padding: 0 4rem;
  }

  .testimonials__body--aside-quotes .solid-dots-carousel--vertical {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .testimonials__body--aside-quotes .solid-dots-carousel__viewport {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 17.8rem;
  }

  .testimonials__body--aside-quotes .solid-dots-carousel__container {
    height: 100%;
  }
  .collage .quote__content {
    padding: 3.2rem;
  }
  .signup__content {
    padding: 3.2rem;
  }
  .countdown-banner__content {
    padding: 3.2rem;
  }
}

@media (min-width: 1200px) {
  :root {
    /* heading */

    --gsc-heading-1-font-size: calc(var(--gsc-headings-font-scale) * 3.4rem);
    --gsc-heading-2-font-size: calc(var(--gsc-headings-font-scale) * 3.2rem);
    --gsc-heading-3-font-size: calc(var(--gsc-headings-font-scale) * 3rem);
    --gsc-heading-4-font-size: calc(var(--gsc-headings-font-scale) * 2.8rem);
    --gsc-heading-5-font-size: calc(var(--gsc-headings-font-scale) * 2.2rem);
    --gsc-heading-6-font-size: calc(var(--gsc-headings-font-scale) * 1.8rem);

    --gsc-heading-1-line-height: calc(52 / 42);
    --gsc-heading-2-line-height: calc(48 / 38);
    --gsc-heading-3-line-height: calc(44 / 34);
    --gsc-heading-4-line-height: calc(40 / 30);
    --gsc-heading-5-line-height: calc(36 / 26);
    --gsc-heading-6-line-height: calc(30 / 20);
  }
  .custom-app-block--inside-standart-section .spr-reviews,
  .container--medium .custom-app-block--inside-standart-section .spr-reviews {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .rich-text__container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rich-text__container--with-aside-spacing {
    padding: 4rem;
  }
  .collection-card__content--on-image {
    padding: 4rem;
  }
  .image-block__content-wrap {
    padding: 4rem;
  }
  .slideshow--with-dots .image-banner__content--with-none-background,
  .image-banner__content {
    padding: 4rem;
  }
  .round-style .split-image-banner__content-wrap,
  .split-image-banner__content-wrap,
  .slideshow .split-image-banner__content-wrap {
    padding: 4rem;
  }

  .slideshow .split-image-banner__content-wrap {
    padding-bottom: 6rem;
  }
  .product-details__container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .product-details__container--with-aside-spacing {
    padding: 4rem;
  }
  .faq--with-background .faq__container,
  .faq__container {
    padding: 4rem;
  }
  .newsletter__content {
    padding: 4rem;
  }
  .collage .quote__content {
    padding: 4rem;
  }
  .signup__content {
    padding: 4rem;
  }
  .countdown-banner__content {
    padding: 4rem;
  }
  .lookbook__slideshow-btn {
    display: block;
  }

  .lookbook__slideshow-btn--prev {
    left: -4.8rem;
  }

  .lookbook__slideshow-btn--next {
    right: -4.8rem;
  }
  .map__inner-container--map-on-right-side.container--page-width,
  .map__inner-container--map-on-right-side.container--full-screen {
    gap: 12rem;
    padding-left: 12rem;
  }

  .map__inner-container--map-on-left-side.container--page-width,
  .map__inner-container--map-on-left-side.container--full-screen {
    gap: 12rem;
    padding-right: 12rem;
  }
}

@media (min-width: 1400px) {
  :root {
    /* heading */

    --gsc-heading-1-font-size: calc(var(--gsc-headings-font-scale) * 3.4rem);
    --gsc-heading-2-font-size: calc(var(--gsc-headings-font-scale) * 3.2rem);
    --gsc-heading-3-font-size: calc(var(--gsc-headings-font-scale) * 3rem);
    --gsc-heading-4-font-size: calc(var(--gsc-headings-font-scale) * 2.8rem);
    --gsc-heading-5-font-size: calc(var(--gsc-headings-font-scale) * 2.2rem);
    --gsc-heading-6-font-size: calc(var(--gsc-headings-font-scale) * 1.8rem);

    --gsc-display-1-line-height: calc(80 / 72);
    --gsc-display-2-line-height: calc(70 / 64);
    --gsc-display-3-line-height: calc(64 / 56);
    --gsc-heading-1-line-height: calc(56 / 44);
    --gsc-heading-2-line-height: calc(50 / 40);
    --gsc-heading-3-line-height: calc(46 / 36);
    --gsc-heading-4-line-height: calc(42 / 32);
    --gsc-heading-5-line-height: calc(36 / 26);
    --gsc-heading-6-line-height: calc(30 / 20);
  }
  .container--page-width
    .custom-app-block--inside-standart-section
    .spr-reviews,
  .container--full-screen
    .custom-app-block--inside-standart-section
    .spr-reviews,
  .container--large .custom-app-block--inside-standart-section .spr-reviews {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .rich-text__container {
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
  }

  .rich-text__container--with-aside-spacing {
    padding: 4.4rem;
  }
  .image-block__content-wrap {
    padding: 4.4rem;
  }
  .slideshow--with-dots .image-banner__content--with-none-background,
  .image-banner__content {
    padding: 4.4rem;
  }
  .round-style .split-image-banner__content-wrap,
  .split-image-banner__content-wrap,
  .slideshow .split-image-banner__content-wrap {
    padding: 4.4rem;
  }

  .slideshow .split-image-banner__content-wrap {
    padding-bottom: 6.4rem;
  }
  .product-details__container {
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
  }

  .product-details__container--with-aside-spacing {
    padding: 4.4rem;
  }
  .faq--with-background .faq__container,
  .faq__container {
    padding: 4.4rem;
  }
  .newsletter__content {
    padding: 4.4rem;
  }
  .collage .quote__content {
    padding: 4.4rem;
  }
  .signup__content {
    padding: 4.4rem;
  }
  .countdown-banner__content {
    padding: 4.4rem;
  }
  .lookbook__slideshow-btn--prev {
    left: -7.2rem;
  }

  .lookbook__slideshow-btn--next {
    right: -7.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    -webkit-transition-duration: 0.001s !important;
            transition-duration: 0.001s !important;
    -webkit-animation-duration: 0.001s !important;
            animation-duration: 0.001s !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
}

@media screen and (width <= 768px) {
  .page-404__content--with-mobile-solid-background {
    background-color: var(--gsc-background-color-100);
  }

  .page-404__content--with-mobile-transparent-background {
    background-color: var(--gsc-background-color-50);
    -webkit-backdrop-filter: blur(16.5px);
            backdrop-filter: blur(16.5px);
  }

  .page-404__content--with-mobile-outline-background {
    border: 2px solid var(--gsc-text-color-100);
  }

  .page-404__content--with-mobile-shadow-background {
    position: relative;
  }

  .page-404__content--with-mobile-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-50) 0%,
      var(--gsc-black-color-20) 100%
    );
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-filter: blur(100px);
            filter: blur(100px);
    content: '';
  }
}


/*# sourceMappingURL=bundle.css.map*/