/** Shopify CDN: Minification failed

Line 2801:0 Unexpected "}"
Line 2828:0 Unexpected "}"

**/

@font-face {
  font-family: Montserrat;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("//www.yotif.art/cdn/fonts/montserrat/montserrat_n5.e72d00d31ae5399d260a80ec70322c62c1819762.woff2?h1=c3Vic29sLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=eW90aWYuYXJ0&h3=eW90aWYubXlzaG9waWZ5LmNvbQ&h4=YWNjb3VudC55b3RpZi5hcnQ&hmac=e0631affd1e1f74915a2a61de27a4eccc600acf1d830dc489fa0a322491e801b") format("woff2"),
       url("//www.yotif.art/cdn/fonts/montserrat/montserrat_n5.18a018b6c83e89030c5d70a6d4c02c969f228500.woff?h1=c3Vic29sLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=eW90aWYuYXJ0&h3=eW90aWYubXlzaG9waWZ5LmNvbQ&h4=YWNjb3VudC55b3RpZi5hcnQ&hmac=17949e87f775e7989cf6311ab0c882f5e1bc4960d5d071c67bfb52ffdc8e5d76") format("woff");
}

@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//www.yotif.art/cdn/fonts/montserrat/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d178.woff2?h1=c3Vic29sLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=eW90aWYuYXJ0&h3=eW90aWYubXlzaG9waWZ5LmNvbQ&h4=YWNjb3VudC55b3RpZi5hcnQ&hmac=35dc470ca6a492157040014eb32cfc66411a962443d41a17211f3c11fe866498") format("woff2"),
       url("//www.yotif.art/cdn/fonts/montserrat/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9b.woff?h1=c3Vic29sLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=eW90aWYuYXJ0&h3=eW90aWYubXlzaG9waWZ5LmNvbQ&h4=YWNjb3VudC55b3RpZi5hcnQ&hmac=376f16e6066df5b07e290d4b943de0e2b6962e2fa5d7d3475e5309868416b495") format("woff");
}





:root {
    --font-body-family: Montserrat, sans-serif;
    --font-body-style: normal;
    --font-body-weight: 400;

    --font-heading-family: Montserrat, sans-serif;
    --font-heading-style: normal;
    --font-heading-weight: 500;

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

    --color-base-text: #121212;
    --color-base-background-1: #ffffff;
    --color-base-accent-1: #a0a0a0;
    --color-base-accent-2: #dedede;
    --color-base-accent-3: #ffffff;
    --payment-terms-background-color: #ffffff;
    --overlay-background-color: rgba(18, 18, 18, 0.6);

    --gradient-base-background-1: ;
    --primary_color: #6e6e6e;
    --secondary_color: #dedede;

    --title_color: #3c383c;

    --media-border-width: px;

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

    --card-image-padding: 0.0rem;
    --card-corner-radius: 0.0rem;
    --card-text-alignment: center;

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

    --grid-desktop-vertical-spacing: 30px;
    --grid-desktop-horizontal-spacing: 30px;
    --grid-mobile-vertical-spacing: 15px;
    --grid-mobile-horizontal-spacing: 15px;

    --buttons-radius: 0px;
    --buttons-radius-outset: 0px;

      }

/* Color custom properties */

*,
*::before,
*::after {
    box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(var(--color-foreground), 0.6); 
  border-radius: 10px;
}
html {
    box-sizing: border-box;
    font-size: calc(var(--font-body-scale) * 62.5%);
    height: 100%;
}

body {
  margin: 0;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family) !important;
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  overflow-x: hidden;
  overscroll-behavior: none;
}

:root {
    --color-foreground: 18, 18, 18;
    --color-background: var(--color-base-background-1);
    --alpha-link: 0.85;
    --alpha-button-background: 1;
    --alpha-button-border: 1;
}

.button--secondary {
    --alpha-button-background: 1;
}

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

:root{
    --color-card-hover: var(--color-base-text);
}

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

.product__media-gallery .slider,
.product__media-item {
    --border-width: var(--media-border-width);
}

input::-webkit-input-placeholder { /* Edge */
    transform: translate(0);
      opacity: 1;
      transition: all 0.35s;
  }
  
  input:-ms-input-placeholder { /* Internet Explorer */
    transform: translate(0);
      opacity: 1;
      transition: all 0.35s;
  }
  
  input::placeholder {
    transform: translate(0);
      opacity: 1;
      transition: all 0.35s;
  }
  
  input:focus::-webkit-input-placeholder { /* Edge */
    transform: translate(10px);
      opacity: 0 !important;
  }
  
  input:focus:-ms-input-placeholder { /* Internet Explorer */
    transform: translate(10px);
      opacity: 0 !important;
  }
  
  input:focus::placeholder {
    transform: translate(10px);
      opacity: 0 !important;
  }

/* base */
select {
    outline: none !important;
}
a{
    color: var(--color-base-accent-1);
    text-underline-offset: 3px;
}
.no-js:not(html) {
    display: none !important;
}
html.no-js .no-js:not(html) {
    display: block !important;
}
html.no-js .no-js-hidden {
    display: none !important;
}
.page-width {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}
.section+.section {
    margin-top: var(--spacing-sections-mobile);
}
body {
    background-color: var(--color-background);
    font-size: 14px;
    color: var(--color-base-text);
}
.shopify-challenge__container {
    margin: 7rem auto;
}
.rte p{
    font-size: 14px;
    letter-spacing: 0.1rem;
}
.rte-width {
    max-width: 82rem;
    margin: 0 auto 2rem;
}
.rte {
    margin-bottom: 2.5rem;
}
.rte>p:first-child {
    margin-top: 0;
}
.rte>p:last-child {
    margin-bottom: 0;
    line-height: 1.6;
}
.rte table {
    table-layout: fixed;
}
@media screen and (min-width: 750px) {
    .rte table td {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}
.rte img {
    height: auto;
    max-width: 100%;
    border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
}
.rte ul {
    padding-left: 2rem;
}
.rte li {
    list-style: inherit;
}
.rte li:last-child {
    margin-bottom: 0;
}
.rte a {
    color: rgba(var(--color-base-text), var(--alpha-link));
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 0.1rem;
    transition: text-decoration-thickness var(--duration-short) ease;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 500;
    text-transform: uppercase;
}
.rte a:hover {
    color: rgb(var(--color-base-text));
}
.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hidden {
    display: none !important;
}
.PageTransition {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--color-background);
    z-index: 99999;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transition: all .25s ease;
}
.PageTransition.transitionHide {
  opacity: 0;
}
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}
.visually-hidden--inline {
    margin: 0;
    height: 1em;
}
.overflow-hidden {
    overflow: hidden;
}
.skip-to-content-link:focus {
    z-index: 9999;
    position: inherit;
    overflow: auto;
    width: auto;
    height: auto;
    clip: auto;
}
::selection {
    background-color: rgba(var(--color-foreground), 0.2);
}
.text-body {
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
}
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
    color: rgb(var(--color-foreground));
    line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
    word-break: break-word;
}
.h0 {
    font-size: calc(var(--font-heading-scale) * 4rem);
}
h1,
.h1 {
    font-size: calc(var(--font-heading-scale) * 3rem);
}
h2,
.h2 {
    font-size: calc(var(--font-heading-scale) * 2rem);
}
h3,
.h3 {
    font-size: calc(var(--font-heading-scale) * 1.7rem);
}

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

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

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

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

.caption-with-letter-spacing {
    font-size: 1rem;
    letter-spacing: 0.13rem;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 1rem;
}
blockquote {
    display: block;
    background: var(--secondary_color);
    border-left: 3px solid var(--primary_color);
    text-align: left;
    padding: 15px 20px;
    font-style: italic;
}
.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select,
.spr-form-input {
    font-size: 14px;
    line-height: calc(1 + 0.5 / var(--font-body-scale));
    letter-spacing: 0.04rem;
    color: var(--color-base-accent-1);
    font-weight: var(--font-body-weight);
    border-radius: 0;
}
.field__input {
    padding: 10px 15px;
    border: 2px solid rgba(var(--color-foreground), 0.3);
}
table:not([class]) {
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 1.4rem;
    border-style: hidden;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
}
table:not([class]) td,
table:not([class]) th {
    padding: 1em;
    border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
.hidden {
    display: none !important;
}
@media screen and (min-width: 750px) and (max-width: 989px) {
    .medium-hide {
        display: none !important;
    }
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left{
    text-align: left;
}
.uppercase {
    text-transform: uppercase;
}
.light {
    opacity: 0.7;
}
a:empty,
ul:empty,
dl:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
    display: none;
}
.link,
.customer a {
    cursor: pointer;
    display: inline-block;
    border: none;
    box-shadow: none;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    color: var(--color-base-text);
    background-color: transparent;
}
.link--text {
    color: rgb(var(--color-foreground));
}
.link[role="link"]:not([href]) {
    cursor: not-allowed;
}
hr {
    border: none;
    height: 0.1rem;
    background-color: rgba(var(--color-foreground), 0.2);
    display: block;
    margin: 5rem 0;
}
.full-unstyled-link {
    text-decoration: none !important;
    color: currentColor;
    display: block;
}
.placeholder {
    background-color: rgba(var(--color-foreground), 0.04);
    color: rgba(var(--color-foreground), 0.55);
    fill: rgba(var(--color-foreground), 0.55);
}
details>* {
    box-sizing: border-box;
}
.break {
    word-break: break-word;
}
.visibility-hidden {
    visibility: hidden;
}
:root {
    --duration-short: 100ms;
    --duration-default: 200ms;
    --duration-long: 500ms;
}
.underlined-link,
.customer a {
    color: rgba(var(--color-base-text), var(--alpha-link));
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 0.1rem;
    transition: text-decoration-thickness ease 100ms;
}
.underlined-link:hover,
.customer a:hover {
    color: var(--color-base-text);
}
.icon-arrow {
    width: 1.5rem;
}
h3 .icon-arrow,
.h3 .icon-arrow {
    width: calc(var(--font-heading-scale) * 1.5rem);
}

/* Product card */
.card .card__inner .card__media {
    overflow: hidden;
    z-index: 0;
    border-radius: var(--card-corner-radius);
}
.card-wrapper {
    position: relative;
}
.card__media {
    margin: var(--card-image-padding);
    width: calc(100% - 2 * var(--card-image-padding));
}
.card__inner {
    width: 100%;
}
.card__media,
.card .media {
    bottom: 0;
    position: absolute;
    top: 0;
}
.col_card .PlaceholderBackground_card{
    height: 520px;
}

.price--show-badge {
    display: flex;
    align-items: flex-start;
    column-gap: 30px;
    flex-wrap: wrap;
}
.grid-product__price--savings {
    margin-left: 1rem;
    font-weight: 500;
    color: #e22120;
}
.price {
    letter-spacing: 0.1rem;
    line-height: calc(1 + 0.5 / var(--font-body-scale));
    color: rgb(var(--color-foreground));
}
.price .price-item--sale {
    margin-right: 0.4rem;
}
.card__content .text_left .price {
    text-align: left;
}
.price>* {
    display: inline-block;
    vertical-align: top;
}
.price.price--unavailable {
    visibility: hidden;
}
.price--end {
    text-align: right;
}
.price__regular .price-item--regular {
    margin-right: 0;
}
.price--large {
    font-size: 1.6rem;
    line-height: calc(1 + 0.5 / var(--font-body-scale));
    letter-spacing: 0.13rem;
}
.price--sold-out .price__availability,
.price__regular {
    display: block;
    font-size: 14px;
}
.price__sale,
.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability {
    display: none;
}
.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale {
    display: inline-block;
}
.price--on-sale .price__sale {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.price--on-sale .price-item--regular {
    text-decoration: line-through;
    color: rgba(var(--color-foreground), 0.7) !important;
}
.unit-price {
    display: block;
    font-size: 1.1rem;
    letter-spacing: 0.04rem;
    line-height: calc(1 + 0.2 / var(--font-body-scale));
    margin-top: 0.2rem;
    text-transform: uppercase;
    color: rgba(var(--color-foreground), 0.7);
}
/* base-details-summary */

summary {
    cursor: pointer;
    list-style: none;
    position: relative;
}
summary .icon-caret, .header__submenu .icon-caret {
    transform: rotate(0deg);
    transition: all 0.5s;
}
summary::-webkit-details-marker {
    display: none;
}
details[open]>.header__menu-item .icon-caret,
.megamenu_title.link_active .site-nav__link .icon-caret{
    transform: rotate(180deg);
}
/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */

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

/* Negate the fallback side-effect for browsers that support :focus-visible */

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

/*
  Focus ring - inset
*/

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

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */

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

/* component-title */

.title,
.title-wrapper-with-link {
    margin: 0 0 2rem;
}
.title .link {
    font-size: inherit;
}
.title-wrapper {
    margin-bottom: 3rem;
}
.title-wrapper--self-padded-tablet-down {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.title-wrapper--no-top-margin {
    margin-top: 0;
}
.subtitle {
    font-size: 1.3rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    letter-spacing: .2rem;
    color: rgba(var(--color-foreground), 0.7);
    margin: 14px 0;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: var(--font-heading-weight);
}
.title, .shopify-policy__title h1 {
    font-size: 22px !important;
    line-height: 1.5;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--title_color);
}

/* component-grid */

.grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 0;
    list-style: none;
    column-gap: var(--grid-mobile-horizontal-spacing);
    row-gap: var(--grid-mobile-vertical-spacing);
}
@media screen and (min-width: 750px) {
    .grid {
        column-gap: var(--grid-desktop-horizontal-spacing);
        row-gap: var(--grid-desktop-vertical-spacing);
    }
}
.grid:last-child {
    margin-bottom: 0;
}
.grid__item {
    width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    flex-grow: 1;
    flex-shrink: 0;
}
@media screen and (min-width: 750px) {
    .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
        max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}
.grid--gapless.grid {
    column-gap: 0;
    row-gap: 0;
}
.grid--1-col .grid__item {
    max-width: 100%;
    width: 100%;
}
.grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}
@media screen and (min-width: 750px) {
    .grid--3-col .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
    .grid--4-col-tablet .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
    .grid--2-col-tablet .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
    .grid--3-col-tablet .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
    .grid--1-col-tablet-down .grid__item {
        width: 100%;
        max-width: 100%;
    }
    .slider--tablet.grid--peek {
        margin: 0;
        width: 100%;
    }
    .slider--tablet.grid--peek .grid__item {
        box-sizing: content-box;
        margin: 0;
    }
}
.grid--2-col .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}
@media screen and (min-width: 750px) {
    .grid--2-col .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}
@media screen and (min-width: 990px) {
    .grid--6-col-desktop .grid__item {
        width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
        max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    }
    .grid--5-col-desktop .grid__item {
        width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
        max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    }
    .grid--4-col-desktop .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
        max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
    .grid--3-col-desktop .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
        max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
    .grid--2-col-desktop .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
        max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
    .grid--1-col-desktop {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .grid--1-col-desktop .grid__item {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 749px) {
    .grid--peek.slider--mobile {
        margin: 0;
        width: 100%;
    }
    .grid--peek.slider--mobile .grid__item {
        box-sizing: content-box;
        margin: 0;
    }
    .grid--peek .grid__item {
        min-width: 35%;
    }
    .grid--peek.slider .grid__item:last-of-type {
        margin-right: 1.5rem;
    }
    .grid--2-col-tablet-down .grid__item {
        width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    }
    .grid--1-col-tablet-down .grid__item{
        width: calc(100% - var(--grid-mobile-horizontal-spacing) / 2);
        max-width: calc(100% - var(--grid-mobile-horizontal-spacing) / 2);
    }
    .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
    .grid--peek .grid__item {
        width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
    }
    .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
    .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
        width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
    }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
    .slider--tablet.grid--peek .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
    .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
    .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
    .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
    .slider--tablet.grid--peek .grid__item:first-of-type {
        margin-left: 1.5rem;
    }
    .slider--tablet.grid--peek .grid__item:last-of-type {
        margin-right: 1.5rem;
    }
    .grid--2-col-tablet-down .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
    .grid--1-col-tablet-down.grid--peek .grid__item {
        width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
}

/* component-media */

.media {
    display: block;
    position: relative;
    overflow: hidden;
}
.media--transparent {
    background-color: transparent;
}
.media>*:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.media>img {
    object-fit: cover;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.media--square {
    padding-bottom: 100%;
}
.media--portrait {
    padding-bottom: 125%;
}
.media--landscape {
    padding-bottom: 66.6%;
}
.media--cropped {
    padding-bottom: 56%;
}
.media--16-9 {
    padding-bottom: 56.25%;
}
.media--circle {
    padding-bottom: 100%;
    border-radius: 50%;
}
.media.media--hover-effect>img+img {
    opacity: 0;
}
img {
  max-width: 100%;
  display: block;
}
deferred-media {
    display: block;
}

/* component-button */

/* Button - default */

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
    /* reduce radius edge artifacts */
    border-radius: var(--buttons-radius);
    position: relative;
    font-family: var(--font-body-family);
}
.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
    min-width: calc(12rem + 1px * 2);
    min-height: calc(3.8rem + 1px);
}
.shopify-payment-button__button--branded {
    z-index: auto;
}
.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}
.shopify-challenge__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0 4.5rem;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    border-radius: var(--buttons-radius);
    text-decoration: none;
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
    text-transform: uppercase;
}
.shopify-challenge__button:before,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role='button']:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: var(--color-base-accent-1);
    transition: all 0.35s;
}
.shopify-challenge__button:hover:before,
.customer button:hover:before,
.shopify-payment-button__button--unbranded:hover:before,
.shopify-payment-button [role="button"]:hover:before,
.cart__dynamic-checkout-buttons [role='button']:hover:before {
    width: 0;
}
.button {
    position: relative;
    padding: 1em 1.5em;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    border-radius: var(--buttons-radius);
    text-transform: uppercase;
    font-size: 1.3rem;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 500;
}
.button.button--primary-outline {
    color: var(--primary_color) !important;
    font-weight: 500;
    line-height: 30px !important;
    word-break: break-word;
}
.button.button--primary-outline.button--primary-outline:after,
.button.button--primary-outline.button--primary-outline:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid;
    transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.button.button--primary-outline.button--primary-outline:after {
    bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: var(--primary_color);
    border-right-color: var(--primary_color);
}
.button.button--primary-outline.button--primary-outline:before {
    top: 0;
    left: 0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: var(--primary_color);
    border-left-color: var(--primary_color);
}
.button.button--primary-outline.button--primary-outline:hover:after,
.button.button--primary-outline.button--primary-outline:hover:before {
    width: 60%;
    height: 40%;
}

/*   end product css */

.shopify-challenge__container .shopify-challenge__button {
    margin: 12px auto;
    background-color: var(--primary_color);
}
.button,
.button-label,
.shopify-challenge__button,
.customer button {
    position: relative;
    padding: 10px 40px;
}

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.button--full-width {
    width: 100%;
}
.button.loading {
    color: transparent;
    position: relative;
}
@media screen and (forced-colors: active) {
    .button.loading {
        color: rgb(var(--color-foreground));
    }
}

/* Button - social share */

.product__info-container hr {
    opacity: 0.1;
    border: 1px solid var(--color-base-text);
    margin: 9px 0;
}
.spr-icon-star-empty:before,
.spr-form-review-rating a,
.spr-form-review-rating a:hover,
.spr-icon {
    color: var(--primary_color);
}

/* component-form */

.field__input,
.select__select,
.customer .field input,
.spr-form-input,
.customer select {
    font-family: var(--font-body-family);
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    color: var(--color-base-accent-1);
    width: 100%;
    box-sizing: border-box;
    min-height: 2rem;
    min-width: 7rem;
    position: relative;
    transition: all 0.35s;
}
.field__input:focus,
.customer .field input:focus,
.spr-form-input:focus {
    border: 2px solid rgba(var(--color-foreground));
}
.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
    pointer-events: none;
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
}
.select:after{
    pointer-events: none;
    content: '';
    position: absolute;
    inset: 0;
    border: 0.1rem solid transparent;
    transition: box-shadow var(--duration-short) ease;
    z-index: 1;
    border-bottom: 1px solid rgba(var(--color-foreground), 0.6);
}
.form-success {
    color: #2d7a2f;
}
.form-error {
    color: #e22120;
}
.select__select {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.2rem;
    color: rgba(var(--color-foreground), 0.75);
    padding: 4px 6px;
}
.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
    outline: 0;
}
.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
    outline: 0;
}
.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
    outline: 0;
}
.localization-form__select:focus {
    outline: 0;
    box-shadow: none;
}
.text-area,
.select {
    display: flex;
    position: relative;
    width: 100%;
}

/* Select */

.select .icon-caret,
.customer select+svg {
    height: 0.6rem;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 0.2rem);
    right: 1.5rem;
}
.select__select,
.customer select {
    cursor: pointer;
    line-height: calc(1 + 0.6 / var(--font-body-scale));
    margin: 0;
    min-height: calc(0 * 2);
    border: none;
}

/* Field */

.field {
    position: relative;
    width: 100%;
    display: flex;
    transition: box-shadow var(--duration-short) ease;
}
.customer .field {
    display: flex;
}
.field--with-error {
    flex-wrap: wrap;
}
.field__input,
.customer .field input {
    flex-grow: 1;
    text-align: left;
    min-height: 50px;
    padding: 10px 15px;
    border: 2px solid rgba(var(--color-foreground), 0.6);
}
.field__label,
.customer .field label {
    left: 0;
    top: calc(1rem + 0); 
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    color: rgba(var(--color-foreground), 0.75);
    letter-spacing: 0.1rem;
    line-height: 1.5;
}
.field__input:focus~.field__label,
.field__input:not(:placeholder-shown)~.field__label,
.field__input:-webkit-autofill~.field__label,
.customer .field input:focus~label,
.customer .field input:not(:placeholder-shown)~label,
.customer .field input:-webkit-autofill~label {
    font-size: 0;
    top: calc(0 + 0.5rem);
    left: calc(0 + 2rem);
    letter-spacing: 0.04rem;
}
.field__input:focus::placeholder {
    color: transparent;
}
.mobile-sidebar__inner .mobile-sidebar__submenu .sidebar__price .field__input:not(:placeholder-shown) {
    padding: 0 !important;
}
.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
    display: none;
}
.field__input::placeholder,
.customer .field input::placeholder {
    opacity: 1;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: rgba(var(--color-foreground), .9);
}
.field__button {
    font-family: var(--font-body-family);
    align-items: center;
    background-color: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
    display: flex;
    height: 4.4rem;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
}
.field__input:-webkit-autofill~.field__button,
.field__input:-webkit-autofill~.field__label,
.customer .field input:-webkit-autofill~label {
    color: var(--color-base-text);
}
.search-modal__form .field .field__label {
    font-size: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(var(--color-foreground), 0.6);
}

/* Text area */

.text-area {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    min-height: 10rem;
    resize: none;
}
input[type='checkbox'] {
    display: inline-block;
    width: auto;
    margin-right: 0.5rem;
}

/* Form global */

.form__label {
    display: block;
    margin-bottom: 0.6rem;
}
.form__message {
    align-items: center;
    display: flex;
    font-size: 12px;
    line-height: 1;
    margin-top: 0.5rem;
    font-weight: 500;
}
.customer .field .form__message {
    font-size: 1.4rem;
    text-align: left;
}
.customer .form__message svg {
    flex-shrink: 0;
    height: 1.3rem;
    margin-right: 0.5rem;
    width: 1.3rem;
}
.form-status {
    margin: 0;
    font-size: 1.6rem;
}
.form-status-list {
    padding: 0;
    margin: 2rem 0 4rem;
}
.form-status-list li {
    list-style-position: inside;
}
.form-status-list .link::first-letter {
    text-transform: capitalize;
}

/* component-quantity */
.quantity {
    color: rgba(var(--color-foreground));
    position: relative;
    display: flex;
    min-height: 50px;
    justify-content: center;
    border: 1px solid rgba(var(--color-foreground), 0.2);
}
.quantity:after {
    pointer-events: none;
    content: '';
    position: absolute;
    inset: 0;
    transition: box-shadow var(--duration-short) ease;
    z-index: 1;
}
.quantity:before {
    pointer-events: none;
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
}
.quantity__input {
    color: currentColor;
    font-size: 1.4rem;
    font-weight: 500;
    opacity: 0.85;
    text-align: center;
    background-color: transparent;
    border: 0;
    padding: 0 0.5rem;
    width: 4rem;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
    max-width: 55px;
}
.quantity__button {
    width: calc(4.5rem / var(--font-body-scale));
    flex-shrink: 0;
    font-size: 1.8rem;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--color-foreground));
    padding: 0;
}
.quantity__button:first-child {
    margin-left: calc(0);
}
.quantity__button:last-child {
    margin-right: calc(0);
}
.quantity__button svg {
    width: 1rem;
    pointer-events: none;
}
.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
    box-shadow: inherit;
    background-color: inherit;
}
.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
    box-shadow: 0 0 0 10rem var(--color-background) inset !important;
    -webkit-box-shadow: 0 0 0 10rem var(--color-background) inset !important;
}
.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity__input[type='number'] {
    -moz-appearance: textfield;
}

/* component-modal */
.modal__toggle {
    list-style-type: none;
}
.no-js details[open] .modal__toggle {
    position: absolute;
    z-index: 5;
}
.modal__toggle-close {
    display: none;
}
.no-js details[open] svg.modal__toggle-close {
    display: flex;
    z-index: 1;
    height: 1.7rem;
    width: 1.7rem;
}
.modal__toggle-open {
    display: flex;
}
.no-js details[open] .modal__toggle-open {
    display: none;
}
.no-js .modal__close-button.link {
    display: none;
}
.modal__close-button.link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    height: 4.4rem;
    width: 4.4rem;
    background-color: transparent;
}
.modal__close-button .icon {
    width: 1.7rem;
    height: 1.7rem;
}
.modal__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-base-accent-3);
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.media-modal {
    cursor: zoom-out;
}
.media-modal .deferred-media {
    cursor: initial;
}

/* cart-count-bubble */
.cart-count-bubble {
    position: absolute;
    background-color: var(--color-base-accent-1);
    color: var(--color-base-accent-3);
    height: 1.7rem;
    width: 1.7rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    top: 1px;
    right: 4px;
    line-height: calc(1 + 0.1 / var(--font-body-scale));
}
.custom-Formcheckbox {
    display: none !important;
}
.custom-Formcheckbox + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}
.custom-Formcheckbox + label::before{
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    border: 1px solid rgba(var(--color-foreground),.7);
    top: 3px;
}
.custom-Formcheckbox + label::after{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 3px;
    background: rgba(var(--color-foreground),.7);
    top: 6px;
    transform: scale(.7);
    opacity: 0;
    transition: all .35s;
}
.custom-Formcheckbox[type=checkbox]:checked+label:after{
    transform: scale(1);
    opacity: 1;
}

/* section-header */

.shopify-section-group-header-group {
    z-index: 999;
    transition: 0.5s !important;
    position: relative;
}
.shopify-section-group-header-group.shopify-section-header-sticky {
    position: sticky;
    top: 0;
    transition: 0.5s !important;
    background: var(--overlay-background-color);
}

/* Main Header Layout */
.header-wrapper {
    display: block;
    position: relative;
}
.header-wrapper--border-bottom {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.header {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    display: grid;
    grid-template-areas: 'left-icon heading icons';
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    gap: 10px;
    background: transparent;
    transition: all .35s;
}
.blog .title-wrapper-with-link {
    justify-content: center;
}
.header *[tabindex='-1']:focus {
    outline: none;
}
.header__heading {
    margin: 0;
    line-height: 0;
}
.header>.header__heading-link {
    line-height: 0;
}
.header__heading,
.header__heading-link {
    grid-area: heading;
    justify-self: center;
}
.header__heading-link {
    display: grid;
    text-decoration: none;
    word-break: break-word;
}
.header__heading-link .h2 {
    line-height: 1;
    color: var(--color-base-accent-1);
    font-weight: 400;
}
.header__heading-logo {
    height: auto; 
    width: 100%;
}
@media screen and (max-width: 989px) {
    .header__heading,
    .header__heading-link {
        text-align: center;
    }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  align-items: center;
  gap: 1rem;
}
.header__icon:not(.header__icon--summary),
.header__icon span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header--top-center .header__inline-menu {
    display: block;
    left: 0 !important;
}
.header--top-center {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr 0.5fr 1fr;
    column-gap: 2rem;
}
.header__icon {
    color: rgb(var(--color-foreground));
}
.header__icon span {
    height: 100%;
}
.header__icon::after {
    content: none;
}
.header__icon .icon {
    height: 2.4rem;
    width: 3rem;
    vertical-align: middle;
    color: var(--color-base-accent-1);
    margin-top: -2px;
}
.header__icon,
.header__icon--cart .icon {
    height: 3.912rem;
    width: 3.912rem;
}
.header__icon--cart {
    position: relative;
}
@media screen and (max-width: 989px) {
    menu-drawer~.header__icons .header__icon--account {
        display: none;
    }
    .header__heading-link .h2{
        font-size: calc(var(--font-heading-scale) * 1.2rem);
    }
}

/* Search */
menu-drawer+.header__search {
    display: none;
}
.header>.header__search {
    grid-area: left-icon;
    justify-self: start;
}
.header:not(.header--has-menu) *>.header__search {
    display: none;
}
.header__search {
    display: inline-flex;
    line-height: 0;
}
.no-js .predictive-search {
    display: none;
}
details[open]>.search-modal {
    opacity: 1;
    animation: animateMenuOpen var(--duration-default) ease;
}
details[open] .modal-overlay {
    display: block;
}
details[open] .modal-overlay::after {
    position: absolute;
    content: '';
    background-color: rgb(var(--color-foreground), 0.5);
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh;
}
.no-js details[open]>.header__icon--search {
    top: 1rem;
    right: 0.5rem;
}
.search-modal {
    position: fixed;
    top: 0;
    opacity: 0;
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
    height: 100vh;
}
.search-modal__content {
    width: 100%;
}
.search-modal__content-bottom {
    bottom: calc((var(--inputs-margin-offset) / 2));
}
.search-modal__form {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}
@media screen and (min-width: 750px) {
    .loading-overlay {
        left: 0;
    }
    .card__information {
        padding-bottom: 1.7rem;
        padding-top: 1.7rem;
    }
    .page-width {
        padding: 0 5rem;
    }
    .page-width-tablet {
        padding: 0 2rem;
    }
    .section+.section {
        margin-top: var(--spacing-sections-desktop);
    }
    .h0 {
        font-size: calc(var(--font-heading-scale) * 5.2rem);
    }
    h1,
    .h1 {
        font-size: calc(var(--font-heading-scale) * 4rem);
    }
    h2,
    .h2 {
        font-size: calc(var(--font-heading-scale) * 2.4rem);
    }
    h3,
    .h3 {
        font-size: calc(var(--font-heading-scale) * 1.8rem);
    }
    h5,
    .h5 {
        font-size: calc(var(--font-heading-scale) * 1.3rem);
    }
    .caption {
        font-size: 1.2rem;
    }
    hr {
        margin: 3rem 0;
    }
    .price {
        margin-bottom: 0;
    }
    .price--large {
        font-size: 1.8rem;
    }
    .sidebar .disclosure-has-popup[open]>summary+* {
        z-index: 2;
    }
    .search-modal__close-button {
        right: 1rem;
    }
    .search-modal__content {
        padding: 0 6rem;
    }
}
@media screen and (min-width: 768px) {
    .search-modal__close-button {
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(0%, -45%);
    }
}

.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.icon{
    width: 16px;
    height: 16px;
}

/* Header menu drawer */
.header__icon--menu .icon {
    display: block;
    position: absolute;
    opacity: 1;
    transform: scale(1);
    transition: transform 150ms ease, opacity 150ms ease;
}
details[open]>.header__icon--menu .icon-hamburger {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}
.js details[open]:not(.menu-opening)>.header__icon--menu .icon-hamburger {
    visibility: visible;
    opacity: 1;
    transform: scale(1.07);
}
.header__submenu.list-menu {
    padding: 0.8rem 0;
    width: auto;
    transform: translatey(-10px);
    min-width: 23rem;
}
.site-nav > li .header-dropdown {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgb(var(--color-foreground),.2) 0 10px 30px -10px;
}
.site-nav > li .header-dropdown.mega_active {
    opacity: 1;
    visibility: visible;
}
.site-nav > li .header-dropdown .header-dropdown {
    top: 0;
    left: 100%;
}
.site-nav > li .header-dropdown > ul > li:hover .header-dropdown {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.header__inline-menu details[open]>.header__submenu {
    opacity: 1;
    transform: translateY(0);
    z-index: 3;
    border: none;
    visibility: visible;
    position: absolute;
    top: 100%;
}

/* Header menu */
.header__inline-menu {
    align-self: center;
    justify-self: center;
}
.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
    margin-left: 0;
}
.header__menu {
    padding: 0 1rem;
}
.header__menu-item {
    text-decoration: none;
    font-size: 12px;
    gap: 4px;
    letter-spacing: .07em;
}
.header__menu-item1:after {
    content: "";
    height: 148%;
    width: 0;
    background-color: var(--color-base-accent-2);
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: .3s;
}
.header__menu-item1:hover:after,
.link_active .header__menu-item1:after{
    width: 20px;
}
.header__menu-item1 span{
    position: relative;
    z-index: 1;
}

details[open]:hover>.header__menu-item {
    text-decoration-thickness: 0.2rem;
}
.grandchild__submenu{
    top: 10% !important;
    left: 100%;
}
.header__active-menu-item {
    transition: text-decoration-thickness var(--duration-short) ease;
    text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
    text-decoration-thickness: 0.2rem;
}

.header__submenu {
    transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}
details summary .icon-minus,
details summary .icon-plus {
    width: 12px !important;
    height: 12px !important;
}
details summary .icon-plus{
    display: block;
}
details[open]>summary .icon-plus{
    display: none;
}
details summary .icon-minus{
    display: none;
}
details[open]>summary .icon-minus{
    display: block;
}
header-menu details .list-menu__item{
    padding: 1.29rem 0.6rem;
}
.header__inline-menu .disclosure-has-popup{
    position: unset !important;
}
.header__submenu .header__menu-item:after {
    right: 2rem;
}
.header__submenu .header__menu-item {
  padding: .95rem 2rem;
  justify-content: space-between;
}
.header__submenu .header__submenu .header__menu-item {
    padding-left: 3rem;
}
.header__submenu .header__submenu .header__menu-item:hover{
    color: rgba(var(--color-foreground));
}
.header__submenu .icon-caret {
    right: 2rem;
    transform: rotate(-90deg);
    transition: all 0.35s;
}
.full-unstyled-link:hover .icon-caret {
    right: 1.7rem;
}
details-disclosure>details {
    position: relative;
}
@keyframes animateMenuOpen {
    0% {
        opacity: 0;
        transform: translateY(-1.5rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.overflow-hidden-mobile,
.overflow-hidden-tablet {
    overflow: hidden;
    -ms-touch-action: none;
}
.badge {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1.1rem;
  padding: 0.6rem 1.3rem;
  text-align: center;
  color: var(--color-base-accent-3);
  word-break: break-word;
  text-transform: uppercase;
}
@media screen and (forced-colors: active) {
    .icon {
        color: CanvasText;
        fill: CanvasText !important;
    }
    .icon-close-small path {
        stroke: CanvasText;
    }
}
.ratio {
    display: flex;
    position: relative;
    align-items: stretch;
}
.ratio::before {
    content: '';
    width: 0;
    height: 0;
    padding-bottom: var(--ratio-percent);
}
.content-container {
    position: relative;
}
.content-container:after {
    content: '';
    position: absolute;
    z-index: -1;
}
.content-container--full-width:after {
    left: 0;
    right: 0;
    border-radius: 0;
}
@media screen and (max-width: 991px) {
    .header__inline-menu {
        display: none !important;
    }
}
@media screen and (max-width: 749px) {
    .loading-overlay {
        top: 0;
        right: 0;
    }
    .small-hide {
        display: none !important;
    }
    .button, .button-label, .shopify-challenge__button, .customer button{
        padding: 10px 35px;
        min-height: calc(4.8rem + 1px);
    }
    .content-container--full-width-mobile {
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
    .content-container--full-width-mobile:after {
        display: none;
    }
    .header__inline-menu {
        display: none !important;
    }
}
.global-media-settings--no-shadow {
    overflow: hidden !important;
}
.global-media-settings--no-shadow:after {
    content: none;
}
.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img {
    border-radius: 0;
    border-left: none;
    border-right: none;
}
.spr-summary-actions-newreview {
    color: var(--color-base-accent-1) !important;
}
.side_d-flex #ProductGridContainer .collection #product-grid .grid__item {
    max-width: 33.33%;
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
    .grid {
        margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
    }
    .grid__item {
        padding-left: var(--grid-mobile-horizontal-spacing);
        padding-bottom: var(--grid-mobile-vertical-spacing);
    }
    @media screen and (min-width: 750px) {
        .grid {
            margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
        }
        .grid__item {
            padding-left: var(--grid-desktop-horizontal-spacing);
            padding-bottom: var(--grid-desktop-vertical-spacing);
        }
    }
    .grid--gapless .grid__item {
        padding-left: 0;
        padding-bottom: 0;
    }
    @media screen and (min-width: 749px) {
        .grid--peek .grid__item {
            padding-left: var(--grid-mobile-horizontal-spacing);
        }
    }
    .product-grid .grid__item {
        padding-bottom: var(--grid-mobile-vertical-spacing);
    }
    @media screen and (min-width: 750px) {
        .product-grid .grid__item {
            padding-bottom: var(--grid-desktop-vertical-spacing);
        }
    }
}
#upsell_form{
    display: none;
}
.main-menu.accessibleNav {
    display: inline-block;
}
.nav--mobile .main-menu.accessibleNav {
    display: block
}
.nav--mobile .main-menu.accessibleNav #currency_form {
    display: inline-block;
    margin-bottom: 0;
}
.header__icons #currency_form + svg path{
  fill: var(--color-base-accent-1);
}
.discount .color_red {
    color: #e22120;
}
.header--transparent:not(.header--sticky):not(.header--stuck) select {
    color: #f1f1f1;
    border: none;
}
.nav--mobile ul.main-menu.accessibleNav form select {
    color: #444444;
}
nav.breadcrumb span {
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: rgba(var(--color-foreground), 0.7);
    line-break: anywhere;
}
nav.breadcrumb a {
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    text-decoration: none;
}
.quick-view-button .button,
.addcart-button .cardadd_btn {
    background-color: var(--color-base-background-1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    text-decoration: none;
    color: var(--primary_color);
    -webkit-appearance: none;
    appearance: none;
    text-transform: uppercase;
    border-radius: 50px;
    min-height: calc(4rem + 1px);
    padding: 10px 30px;
    box-shadow: 0 0.2rem 0.4rem rgb(0 0 0 / 10%);
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 500;
}
.is-adding .Addtocart_text{
    display: none;
}
.is-adding .loading-overlay__spinner{
    display: block !important;
}
.quick-view-button,
.addcart-button {
    position: absolute;
    width: 94%;
    text-align: center;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    bottom: 0;
    transition: all .35s ease;
}
@media only screen and (min-width: 767px) {
    .card-wrapper:hover .quick-view-button,
    .card-wrapper:hover .addcart-button {
        bottom: 25px;
        opacity: 1;
    }
}
.shopify-section-header-hidden {
    top: -100%;
}
.note_text .text-area {
    display: none;
}
.PlaceholderBackground {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    opacity: .7;
    background: dimgray;
    fill: #a1a1a1;
}
.collection-list-wrapper .PlaceholderBackground_card{
    padding-top: 125%;
}
.PlaceholderSvg--dark svg {
    height: 100%!important;
    width: auto!important;
    min-width: 100%;
}
.PlaceholderBackground_card {
    position: relative;
    margin: var(--card-image-padding);
    width: calc(100% - 2 * var(--card-image-padding));
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.PlaceholderSvg--dark {
    height: 100%;
    width: 100%;
    opacity: 1 !important;
}
.PlaceholderSvg {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.spr-summary-actions a {
    color: var(--color-base-accent-1) !important;
}
.social-sharing__link {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 12px;
}
.social-sharing {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
.social-sharing .form__label{
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.card__content .button--primary-outline {
    min-width: 8rem;
    padding: 10px 22px;
}
.card {
    text-align: var(--card-text-alignment);
    text-decoration: none;
}
.card__content h3 {
    margin: 1rem 0 0.7rem 0;
    font-size: 14px;
}
.card .media {
    width: 100%;
}
.card--media .card__inner .card__content {
    padding: calc(var(--card-image-padding) + 1rem);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
.card__content--auto-margins {
    grid-template-rows: minmax(0, auto) max-content minmax(0, auto);
}
.card__content .card-information {
    position: relative;
}
.card__content .card-information .price {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 0 !important;
    transition: all 0.3s;
    opacity: 1;
}
.card__information {
    grid-row-start: 2;
    padding: 1.3rem 1rem;
}
.card__badge {
    align-self: flex-end;
    grid-row-start: 3;
    justify-self: flex-start;
    position: absolute;
    right: 10px;
    left: 10px;
    width: calc(100% - 20px);
    overflow: hidden;
}
.card__badge.sold-out {
    left: auto;
}
.card__badge.top {
    top: 10px;
}
.card__badge.bottom {
    bottom: 10px;
}
.card__badge.default_position{
    top: 10px;
    right: 10px;
}
.card__badge .badge {
    white-space: nowrap;
}
.card__badge .badge > span {
    display: inline-flex;
    -webkit-animation: marquee 900ms linear infinite;
    animation: marquee 900ms linear infinite;
}

@-webkit-keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.card__heading:last-child {
    margin-bottom: 0;
}
.card__heading a:focus {
    box-shadow: none;
    outline: 0;
}
.card--extend-height {
    height: 100%;
}
.card--extend-height.card--standard.card--text,
.card--extend-height.card--media {
    display: flex;
    flex-direction: column;
}
.card--extend-height.card--standard.card--text .card__inner,
.card--extend-height.card--media .card__inner {
    flex-grow: 1;
}
.quick_card .card__heading .full-unstyled-link {
    font-size: 14px;
}
.ColorSwatch {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: top;
    cursor: pointer;
    background-size: cover;
    outline-offset: 2px;
}
.ColorSwatch--small {
    width: 16px;
    height: 16px;
    border-radius: 100%;
}
.ColorSwatch:after {
    content: "";
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 100%;
    top: -3px;
    left: -3px;
}
.ColorSwatch:hover:after{
    border: 1px solid currentColor!important;
}
.color-swatch.active .ColorSwatch:after{
    border: 1px solid currentColor!important;
}
.color-swatch{
    line-height: 0;
}
.ProductItem__ColorSwatchItem {
    display: inline-block;
    margin: 0 8px;
}
.ProductItem__ColorSwatchList {
    margin-top: 10px;
    text-align: var(--card-text-alignment);
}#back-top__content--desk {
    text-decoration: none;
    transition: .2s;
    position: fixed;
    right: 30px;
    z-index: 8;
  }
  #back-top__content--desk .icon{
    transform: rotate(-90deg) translateX(-50%);
    position: absolute;
    top: 40%;
    left: 50%;
    transform-origin: left;
  }
  .textcircle textPath {
    font-size: 70px;
    text-transform: uppercase;
    fill: var(--color-base-text);
    font-weight: 500;
  }
  
  .textcircle {
    display: block;
    width: 80px;
    animation: rotateIt 7s linear infinite;
  }
  @keyframes rotateIt {
    to {
      transform: rotate(360deg);
    }
  }.ProductItem__ColorSwatchList .slick-track{
    margin: 0 !important;
}
#CartContainer {
    
        height: calc(100% - 155px);
    
}

@media screen and (max-width: 767px) {
    .badge {
        font-size: 10px;
        padding: 0.4rem 0.8rem;
    }
    .card__badge{
        left: 5px;
        right: 5px;
    }
    .card__badge.top {
        top: 5px;
    }
    .card__badge.bottomt {
        bottom: 5px;
    }
    .addcart-button{
        display: none;
    }
    .breadcrumb a,
    .breadcrumb span {
        font-size: 12px !important;
        line-height: 1;
    }
    .quick-view-button{
        display: none;
    }
    .header--top-center {
        column-gap: 0rem;
    }
    .quick-view-button .button {
        padding: 0 1.5rem;
    }
    .modal__close-button.link{
        position: absolute;
        right: 0;
        top: -50px;
    }
    .header--top-left, .header--top-center{
        grid-template-columns: 1fr 2fr 1fr;
        column-gap: 1rem;
    }
    .search-modal__content{
        padding: 0 1rem 0 1rem;
    }
     .card__content .card-information .price {
        width: auto;
    }
    .blog .card__heading {
        font-size: 20px;
        line-height: 34px;
    }
    .text_left .card__heading a {
        font-size: 12px;
    }
    .card__content .button--primary-outline {
        font-size: 12px;
        padding: 8px 14px;
    }
    .card__content .text_left {
        width: 100%;
        text-align: center;
    }
    .card__content .text_left .price {
        text-align: center !important;
    }
    .card__content .price--on-sale .price-item--regular,
    .card__content .price .price-item {
        font-size: 12px;
    }
    .card__content .price--on-sale .price__sale>span:nth-child(2) {
        display: contents;
    }
    .quick_card {
        padding: 0.4rem 0 0.2rem;
    }
    .small_hide {
        display: none;
    }
    .title {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    .drawer__title {
        font-size: 16px !important;
    }
    .currency_convert{
        display: none !important;
    }
    #back-top__content--desk {
        right: 9px;
    }
    .textcircle {
        width: 64px;
    }
    .social-sharing__link{
        padding: 1.25rem;
    }
    .social-sharing{
        grid-gap: 6px;
    }
    .list-social__item .list-social__link{
        line-height: 0;
        padding: 1.1rem;
    }
    .list-social__item{
        margin: 0 !important;
    }  
    .ProductItem__ColorSwatchItem{
        margin: 0;
    }
    .color-swatch{
        padding: .9rem;
        width: 34px;
        height: 34px;
    }
    .TableWrapper table {
        display: block;
        max-width: fit-content;
        overflow-x: auto;
        white-space: nowrap;
        margin: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .card__content .card-information .price {
        width: 232px;
    }
}

@media screen and (min-width: 990px) {
    .card .media.media--hover-effect>img:only-child,
    .card-wrapper .media.media--hover-effect>img:only-child {
        transition: transform var(--duration-long) ease;
    }
    .card:hover .media.media--hover-effect>img:first-child:only-child,
    .card-wrapper:hover .media.media--hover-effect>img:first-child:only-child {
        transform: scale(1.03);
    }
    .card-wrapper:hover .media.media--hover-effect>img+img {
        transform: scale(1);
        transition: transform 8s cubic-bezier(.25, .46, .45, .94);
    }
    .card-wrapper:hover .media.media--hover-effect>img:first-child:not(:only-child) {
        opacity: 0;
    }
    .card-wrapper:hover .media.media--hover-effect>img+img {
        opacity: 1;
        transition: transform var(--duration-long) ease;
        transform: scale(1.03);
    }
    .large-up-hide {
        display: none !important;
    }
    .title-wrapper--self-padded-tablet-down {
        padding-left: 0;
        padding-right: 0;
    }
    .media--cropped {
        padding-bottom: 63%;
    }
    .header--top-left,
    .header--middle-left:not(.header--has-menu) {
        grid-template-areas: 'heading left-icon icons';
        grid-template-columns: 0.5fr 3fr 0.5fr;
    }
    .header--middle-left {
        grid-template-areas: 'heading navigation icons';
        grid-template-columns: auto auto 1fr;
        column-gap: 2rem;
    }
    .header--top-center {
        grid-template-areas: 'left-icon heading icons' 'navigation navigation navigation';
    }
    .header__heading,
    .header__heading-link {
        justify-self: start;
    }
    .header--top-center .header__heading-link,
    .header--top-center .header__heading {
        justify-self: center;
        text-align: center;
        line-height: 1.4;
        font-size: 24px;
    }
    .header .header__heading .h2 {
        font-size: calc(var(--font-heading-scale) * 1.7rem);
    }
    .header--top-center .header__inline-menu {
        justify-self: left;
    }
    .header--top-center .header__inline-menu>.list-menu--inline {
        justify-content: center;
    }
    .header--middle-left .header__inline-menu {
        margin-left: 0;
    }
    .overflow-hidden-tablet {
        overflow: auto;
    }
}

/* Loading overlay */
.loading-overlay {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}
.loading-overlay__spinner {
    width: 1.8rem;
    display: inline-block;
    height: 1.8rem;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.spinner {
  animation: rotator 1.4s linear infinite;
}

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

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path{
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
.loading-overlay:not(.hidden) + .cart-item__price-wrapper,
.loading-overlay:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}
.loading-overlay:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}
/* Header base */
.header {
  background-color: transparent !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Header when scrolled */
.header.scrolled {
  background-color: #000000 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Logo sizing */
.header__heading-logo {
  max-height: 25px !important;
}

/* Text & icon color when scrolled */
.header.scrolled .site-nav__link,
.header.scrolled .header__heading,
.header.scrolled .svg,
.header.scrolled .icon,
.header.scrolled .menu-toggle__icon {
  color: #ffffff !important;
  fill: #222222 !important;
}

}
/* === Global Collection List Styling === */
.collection-card__image-wrapper {
  aspect-ratio: 4 / 5 !important;
  object-fit: cover !important;
  height: auto !important;
  max-height: 600px;
}

.collection-card {
  max-width: 300px;
  margin: 0 auto;
}
.yotif-pillars-card img {
  border-radius: 0 !important;
  margin-bottom: 8px;
  display: block;
  max-width: 100%;
  height: auto;
}

.yotif-pillars-card p {
  margin-top: 0;
  font-size: 14px;
  color: #444;
  text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header__heading-logo img {
    width: 100px !important;
    height: auto !important;
    display: block !important;
  }
}

/* === YOTIF Scroll Header Behavior === */

/* Header default state: transparent */
.header {
  background-color: transparent !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Header when scrolled */
.header.scrolled {
  background-color: #000000 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Logo sizing */
.header__heading-logo img {
  max-height: 30px !important;
  transition: max-height 0.3s ease;
}

/* Navigation and icon color when scrolled */
.header.scrolled .site-nav__link,
.header.scrolled .header__heading,
.header.scrolled .icon,
.header.scrolled .menu-toggle__icon {
  color: #ffffff !important;
  fill: #ffffff !important;
}
/* Fix sticky header overriding transparency */
.shopify-section-header-sticky .header:not(.scrolled) {
  background-color: transparent !important;
  box-shadow: none !important;
}
/* Hide Add to Cart buttons on collection grids */
.card__badge, 
.card__content .button,
.quick-add, 
.product-form__buttons, 
.card__quick-add {
  display: none !important;
}
/* Hide "Pairs Well With" or product recommendations */
#shopify-section-product-recommendations,
.product-recommendations,
.related-products {
  display: none !important;
}