/** Shopify CDN: Minification failed

Line 2645:0 Unexpected "}"

**/

@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//yannewellness.com/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2") format("woff2"),
       url("//yannewellness.com/cdn/fonts/inter/inter_n4.af8052d517e0c9ffac7b814872cecc27ae1fa132.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//yannewellness.com/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2") format("woff2"),
       url("//yannewellness.com/cdn/fonts/inter/inter_n4.af8052d517e0c9ffac7b814872cecc27ae1fa132.woff") format("woff");
}





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

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

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

    --color-base-text: #121212;
    --color-base-background-1: #ffffff;
    --color-base-accent-1: #000000;
    --color-base-accent-2: #fbefe4;
    --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: #000000;
    --secondary_color: #fff8f2;

    --title_color: #3c383c;

    --media-border-width: px;

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

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

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

    --grid-desktop-vertical-spacing: 24px;
    --grid-desktop-horizontal-spacing: 24px;
    --grid-mobile-vertical-spacing: 12px;
    --grid-mobile-horizontal-spacing: 12px;

    --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;
}
div.center .button.button--primary-outline {
  margin: auto;
}
.button.button--primary-outline {
    background-color: var(--primary_color) !important;
    color: #fff;
    border: solid 1px var(--primary_color);
    font-weight: 500;
    line-height: 30px !important;
    word-break: break-word;
}
.button.button--primary-outline:hover {
    background-color: #fff !important;
    color: var(--primary_color) !important;
}
/*
.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: #3c383c;
}
.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%);
    }
}
.h5.card__heading{
  min-height: 40px;
}
.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) {
  .title { text-align: left; }
  /* supprimer .rte>* */
}
    .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;
}
.footer-email-link{
  margin-top: 20px;
  line-height: 18px;
  font-weight: 600;
}

header .wg-drop.country-selector .wgcurrent{
  border: none;
}

/* wba */
@media screen and (max-width: 749px) {
  button.needsclick.kl-private-reset-css-Xuajs1 {
    transform: scale(0.55);
    transform-origin: 20% 107%;
  }

  .h5.card__heading{
    min-height: 20px;
  }
  .header--top-left{
    grid-template-columns: 15% 50% 35%;
    padding-left: 0 !important;
  }
  .header__icons {
    transform: scale(0.8);
    justify-self: normal;
    padding-right: 10px;
  }
  .slick-arrow.slide-arrow:after{
    display: none;
  }
  .prev-arrow svg {
    left: 20px !important;
    transform: scale(1.5);
  }
  .next-arrow svg{
    right: 20px !important;
    transform: scale(1.5);
  }
}

@media (max-width: 768px) {
  .product__info-wrapper.qu_product {
    max-width: 100%;
    overflow-x: hidden;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .rc-container-wrapper,
  .rc_container_wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box;
    overflow-x: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ============================= */
/* 🎯 Alignement du texte EN HAUT sur mobile (tous les blocs diaporama Mono) */
/* ============================= */
@media screen and (max-width: 749px) {
  .banner {
    min-height: 80vh !important; /* 👈 Ajuste la hauteur selon ton visuel */
  }

  .banner__media img {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
  }

  .banner__content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important; /* 👈 Aligne le texte en haut */
    align-items: center !important;
    text-align: center !important;
    height: 100% !important;
    padding: 80px 20px 0 !important; /* 👈 Espace en haut */
  }

  .banner__box {
    margin: 0 auto !important;
    text-align: center !important;
  }

  .banner__heading,
  .subtitle,
  .banner__buttons {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* ============================= */
/* 🖥️  Desktop (≥ 750px) */
/* ============================= */
@media screen and (min-width: 750px) {
  /* Sous-titre */
  .banner .subtitle {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    letter-spacing: 0.1em !important; /* équivaut à 10% */
    text-transform: uppercase !important;
  }

  /* Titre principal */
  .banner .banner__heading {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 32px !important;
    line-height: 38px !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
  }

  /* Bouton */
  .banner .banner__buttons a {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    padding: 14px 28px !important;
  }
}

/* ============================= */
/* 📱  Mobile (< 750px) */
/* ============================= */
@media screen and (max-width: 749px) {
  /* Sous-titre */
  .banner .subtitle {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
  }

  /* Titre principal */
  .banner .banner__heading {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
  }

  /* Bouton */
  .banner .banner__buttons a {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    padding: 11px 22px !important;
  }
}

/* ============================================ */
/* 🎠 Bandeau slider de texte pleine largeur */
/* ============================================ */

.bandeau-slider {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #F6F9F4;
  border-top: 1px solid #E5E8E2;
  border-bottom: 1px solid #E5E8E2;
  overflow: hidden;
  padding: 10px 0;
}

/* Track principal */
.bandeau-slider__track {
  display: flex;
  align-items: center;
  justify-content: center; /* Desktop: centré */
  text-align: center;
}

/* Élément texte */
.bandeau-item {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #1A1A1A;
  white-space: nowrap;
  padding: 0 12px;
  line-height: 3;
}

/* Dots */
.bandeau-slider .slick-dots {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}

/* Dots visuels */
.bandeau-slider .slick-dots li {
  margin: 0;
  width: 8px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bandeau-slider .slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #A0A59B;
  border: none;
  padding: 0;
  font-size: 0;
  transition: background-color 0.3s ease;
}

.bandeau-slider .slick-dots .slick-active button {
  background-color: #1A1A1A;
}

/* ============================================ */
/* 📱 Mobile — 1 texte, aligné à gauche avec dots sur la même ligne */
/* ============================================ */
@media screen and (max-width: 767px) {
  .bandeau-slider {
    padding: 10px 0;
  }

  .bandeau-slider__track {
    justify-content: flex-start; /* texte aligné à gauche */
    text-align: left;
    padding-left: 16px; /* marge respirante */
  }

  .bandeau-item {
    padding-right: 40px;
  }

  .bandeau-slider .slick-dots {
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
  }
}

/* ============================================ */
/* 🖥 Desktop — 4 textes visibles, pas de dots */
/* ============================================ */
@media screen and (min-width: 768px) {
  .bandeau-slider .slick-dots {
    display: none !important;
  }
}

/* ============================================= */
/* 🚫 Supprime le décalage horizontal du site */
/* ============================================= */
html, body {
  overflow-x: hidden !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.banniere-textes {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10vh 5vw;
  text-align: center;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.texte-zone {
  position: relative;
  overflow: hidden;
  height: 2.5em;
}

.texte {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
}

.texte.actif {
  opacity: 1;
  transform: translateY(0);
}

/* Mobile */
@media (max-width: 749px) {
  .banniere-textes {
    height: 90vh;
    padding: 8vh 6vw;
  }
  .texte {
    font-size: 12px;
  }
}

.card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  padding: 0 4px;
}

.card__meta-left,
.card__meta-right {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #1A1A1A;
}

/* ========================================= */
/* 🌿 Titre & Sous-titre — Collection en vedette */
/* ========================================= */

/* Sous-titre — style et espacement */
.section .subtitle {
  margin-top: 0;
  margin-bottom: 40px !important; /* 👈 espace sous le sous-titre (ajuste à 32px ou 48px si besoin) */
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: none; /* minuscules */
  color: #6B6B6B;
}

/* Titre */
.section .title {
  font-family: 'Inter', sans-serif;
  font-size: 33px;
  font-weight: 500;
  color: #1A1A1A;
  margin-bottom: 8px;
}

/* Centrage mobile */
@media screen and (max-width: 767px) {
  .section .title,
  .section .subtitle {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ========================================= */
/* 💧 Fond bleu clair — Collection en vedette */
/* ========================================= */

.collection_featureds {
  background-color: #F6F9F4 !important;
}

/* Optionnel : ajouter un peu d’air autour du contenu */
.collection_featureds .collection {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* ========================================= */
/* 🛒 Bouton "Ajouter au panier" — Pleine largeur sur mobile */
/* ========================================= */
@media screen and (max-width: 767px) {
  .card__content .button,
  .card__content .quick-add__submit,
  .card__content .product-form__submit {
    width: 100% !important; /* pleine largeur */
    display: block !important;
    box-sizing: border-box;
    text-align: center;
  }
}
/* ============================================= */
/* 🪶 Style Titre & Fournisseur — Collection en vedette */
/* ============================================= */

.card__heading a {
  font-family: 'Inter', sans-serif;
  text-transform: uppercase !important;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #1A1A1A;
}

.card__content .caption-with-letter-spacing {
  text-transform: none !important; /* minuscules */
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #6B6B6B;
  margin-top: 2px;
}
/* ============================================= */
/* 💸 Espacement entre le prix et le bouton */
/* ============================================= */

.card__content .price {
  margin-bottom: 16px !important; /* espace sous le prix */
}

.card__content .quick-add__submit,
.card__content .product-form__submit {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .card__content {
    text-align: center;
  }
}

/* ============================================ */
/* 📱 Inverser image et texte sur mobile (Mono) */
/* ============================================ */
@media screen and (max-width: 749px) {
  .image-with-text__grid {
    display: flex !important;
    flex-direction: column !important; /* empile verticalement */
  }

  /* Force l'ordre du texte et de l'image */
  .image-with-text__text-item {
    order: 1 !important; /* texte en premier */
  }

  .image-with-text__media-item {
    order: 2 !important; /* image ensuite */
  }

  /* Un peu d’espace entre texte et image */
  .image-with-text__text-item {
    margin-bottom: 20px !important;
  }
}

/* ==== Supprime les espaces entre les sections sur la home ==== */
.template-index .shopify-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Pour s’assurer qu’aucune section colorée ne laisse une bande blanche */
.template-index .shopify-section + .shopify-section {
  border-top: none !important;
}

/* === Arrière-plan image sur Collapsible Content === */
.collapsible-content {
  position: relative;
  overflow: hidden;
}

.collapsible-content .collapsible-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0 !important;
}

.collapsible-content .collapsible-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0; /* Ajuste la transparence ici */
  pointer-events: none;
}

.collapsible-content__wrapper,
.collapsible-content__header,
.collapsible-content__grid,
.collapsible-content__media,
.collapsible-content__grid-item,
.accordion {
  position: relative;
  z-index: 2;
}

.collapsible-content {
  position: relative;
}

/* === FOND SPÉCIFIQUE UNIQUEMENT pour ce collapsible === */
#shopify-section-template--26025519350093__collapsible_content_GieQDF .collapsible-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Neutraliser l’effet sur les autres collapsibles */
.shopify-section[class*="collapsible"]:not(#shopify-section-template--26025519350093__collapsible_content_GieQDF) .collapsible-content::before {
  background: none !important;
}


.collapsible-content > * {
  position: relative;
  z-index: 1;
}
.color-gradient {
  position: relative;
  overflow: hidden;
}

.color-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.color-gradient > * {
  position: relative;
  z-index: 1;
}

/* === STYLE PERSONNALISÉ COLLAPSIBLE CONTENT — spécifique au template 26025519350093 === */
#shopify-section-template--26025519350093__collapsible_content_GieQDF .color-gradient,
#shopify-section-template--26025519350093__collapsible_content_GieQDF .color-gradient h2,
#shopify-section-template--26025519350093__collapsible_content_GieQDF .color-gradient h3,
#shopify-section-template--26025519350093__collapsible_content_GieQDF .color-gradient p,
#shopify-section-template--26025519350093__collapsible_content_GieQDF .color-gradient a,
#shopify-section-template--26025519350093__collapsible_content_GieQDF .color-gradient summary,
#shopify-section-template--26025519350093__collapsible_content_GieQDF .color-gradient .accordion__content,
#shopify-section-template--26025519350093__collapsible_content_GieQDF .color-gradient .subtitle {
  color: #ffffff !important;
}

#shopify-section-template--26025519350093__collapsible_content_GieQDF .color-gradient svg path {
  stroke: #ffffff !important;
  fill: #ffffff !important;
}

/* Titre principal (en haut du bloc) */
.color-gradient .title {
  font-size: 26px !important;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 16px;
}

/* Sous-titre */
.color-gradient .subtitle {
  font-size: 14px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.9;
  margin-bottom: 20px;
}

/* Titres des items (ceux qu’on clique pour ouvrir) */
.color-gradient .accordion__title {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.3;
}

/* Contenu déroulant */
.color-gradient .accordion__content {
  font-size: 14px !important;
  line-height: 1.6;
}

/* Espacement général (augmente la hauteur sur mobile) */
@media screen and (max-width: 749px) {
  .collapsible-content__wrapper {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  /* Ajuste aussi les tailles de texte sur mobile */
  .color-gradient .title {
    font-size: 18px !important;
  }
  .color-gradient .accordion__title {
    font-size: 15px !important;
  }
  .color-gradient .accordion__content {
    font-size: 14px !important;
  }
}

/* === Fond global du bloc Judge.me === */

/* Conteneur Shopify de la section */
#shopify-section-template--26025519350093__17256320186eb9d1a8__judge_me_reviews_featured_carousel_aQL7iY {
  background-color:rgb(206, 178, 58) !important;
  width: 100vw !important;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  box-sizing: border-box;
  padding: 60px 0 !important;
}

/* Conteneur principal du widget Judge.me */
#judgeme_carousel_widget,
.jdgm-carousel-wrapper,
.jdgm-carousel,
.jdgm-carousel__inner {
  background-color: #D0CDC0 !important;
  border: none !important;
  box-shadow: none !important;
}

/* Conteneur interne (page-width Shopify) */
#shopify-section-template--26025519350093__17256320186eb9d1a8__judge_me_reviews_featured_carousel_aQL7iY .page-width {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #D0CDC0 !important;
}

/* Supprimer les zones blanches autour des cartes */
.jdgm-carousel__item,
.jdgm-carousel__item-wrapper,
.jdgm-carousel__item-container {
  background-color: #D0CDC0 !important;
}

/* Mobile : corrige le débordement horizontal */
@media screen and (max-width: 749px) {
  #shopify-section-template--26025519350093__17256320186eb9d1a8__judge_me_reviews_featured_carousel_aQL7iY {
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    padding: 40px 0 !important;
  }
}

/* === SECTION JUDGE.ME EN PLEINE LARGEUR AVEC FOND UNIFORME === */
#shopify-section-template--26025519350093__17256320186eb9d1a8 {
  background-color: #D0CDC0 !important; /* ta couleur */
  width: 100vw !important;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  padding: 60px 0; /* espace haut/bas */
  box-sizing: border-box;
}

/* Supprime les limites internes de largeur */
#shopify-section-template--26025519350093__17256320186eb9d1a8 > div {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  background-color: #D0CDC0 !important;
}

/* Le bloc Shopify qui contient le carrousel */
#shopify-block-ASW5oSWkrMy9UQUFoO__judge_me_reviews_featured_carousel_aQL7iY {
  background-color: #D0CDC0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Neutralise le div interne avec max-width:1080px */
#shopify-block-ASW5oSWkrMy9UQUFoO__judge_me_reviews_featured_carousel_aQL7iY > div[style*="max-width"] {
  max-width: none !important;
  width: 100% !important;
  margin: 0 auto !important;
  background-color: #D0CDC0 !important;
}

/* Tous les wrappers Judge.me gardent la couleur */
#shopify-section-template--26025519350093__17256320186eb9d1a8 .jdgm-carousel-wrapper,
#shopify-section-template--26025519350093__17256320186eb9d1a8 .jdgm-carousel,
#shopify-section-template--26025519350093__17256320186eb9d1a8 .jdgm-carousel__item,
#shopify-section-template--26025519350093__17256320186eb9d1a8 .jdgm-carousel__inner {
  background-color: #D0CDC0 !important;
  border: none !important;
  box-shadow: none !important;
}

/* Corrige les marges internes inutiles */
#shopify-section-template--26025519350093__17256320186eb9d1a8 .page-width,
#shopify-section-template--26025519350093__17256320186eb9d1a8 .content-container {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

/* Mobile : évite le débordement horizontal */
@media screen and (max-width: 749px) {
  #shopify-section-template--26025519350093__17256320186eb9d1a8 {
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    padding: 40px 0;
  }
}

/* === Bloc Judge.me personnalisé === */

/* Conteneur principal */
.jdgm-carousel-wrapper {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
  margin: 0 auto !important;
  background-color: #D0CDC0 !important;
  padding: 40px 5% !important; /* ajoute de l'espace gauche/droite */
  box-sizing: border-box !important;
}

/* Conteneur interne */
.jdgm-carousel {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: left !important;
}

/* Cartes d’avis */
.jdgm-carousel__item {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 20px 30px !important;
  text-align: left !important;
  max-width: 350px !important;
}

/* Étoiles */
.jdgm-star {
  color: #000 !important; /* couleur des étoiles */
  font-size: 16px !important;
}

/* Titre de l’avis */
.jdgm-carousel__review-title {
  font-family: "Inter", serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #111 !important;
  margin-bottom: 6px !important;
  line-height: 1.3em !important;
}

/* Corps du texte */
.jdgm-carousel__review-body {
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.5em !important;
  color: #1a1a1a !important;
}

/* Nom de l’auteur */
.jdgm-carousel__reviewer-name {
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 100 !important;
  color: #111 !important;
  margin-top: 10px !important;
}

/* Nom du produit */
.jdgm-carousel__product-title {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #111 !important;
  text-decoration: none !important;
}

/* === Supprime complètement les flèches du carrousel Judge.me === */
.jdgm-carousel__arrows,
.jdgm-carousel__left-arrow,
.jdgm-carousel__right-arrow {
  display: none !important;
  visibility: hidden !important;
}

@media screen and (max-width: 767px) {
  .title { text-align: left; } /* si tu veux garder les titres à gauche sur mobile */

  .richtext-align-left .rte > * { text-align: left !important; }
  .richtext-align-center .rte > * { text-align: center !important; }
  .richtext-align-right .rte > * { text-align: right !important; }
}


.rich-text__text {
  text-align: left !important;
}

@media screen and (max-width: 749px) {
  /* Centre verticalement le contenu du slide */
  .slick-Slideshow .banner__content {
    align-items: center !important;     /* vertical */
    justify-content: center !important; /* horizontal dans le conteneur */
  }

  /* si le thème positionne via top/bottom, on neutralise */
  .slick-Slideshow .banner__content[class*="banner__content--"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* et on centre le texte aussi si besoin */
  .slick-Slideshow .banner__box {
    text-align: center !important;
    margin: 0 auto !important;
  }
}

/* === FORCE CTA pleine largeur (Add to cart + Buy it now) === */

/* zone boutons */
.product-form__buttons,
.product__info-container .product-form__buttons,
.product__info-wrapper .product-form__buttons,
.product-form .product-form__buttons{
  width: 100% !important;
  max-width: 100% !important;
}

/* Bouton Ajouter au panier */
.product-form__submit,
.product__info-container .product-form__submit,
.product__info-wrapper .product-form__submit,
.product-form button[name="add"]{
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

/* Wrapper Shopify "Acheter maintenant" */
.shopify-payment-button,
.product__info-container .shopify-payment-button,
.product__info-wrapper .shopify-payment-button{
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

/* Bouton unbranded (souvent stylable) */
.shopify-payment-button__button--unbranded{
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

/* Cas "branded" (Apple Pay / etc.) : souvent iframe, on force le conteneur */
.shopify-payment-button__button--branded,
.shopify-payment-button__button--branded iframe{
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

/* Harmonise l'espacement */
.product-form__buttons > *{
  width: 100% !important;
}
/* ===============================
   ACHETER MAINTENANT – OUTLINE NOIR
   =============================== */

.shopify-payment-button{
  width: 100% !important;
}

/* Bouton non-branded */
.shopify-payment-button__button--unbranded{
  width: 100% !important;
  max-width: 100% !important;

  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important; /* 🔴 FIX couleur beige */

  border: 1px solid #000000 !important;
  box-shadow: none !important;

  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  font-weight: 500 !important;
  font-size: 12px !important;

  padding: 16px 24px !important;
  min-height: 56px !important;

  opacity: 1 !important; /* 🔴 FIX opacité */
}

/* Hover */
.shopify-payment-button__button--unbranded:hover{
  background-color: #000000 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Apple Pay / Google Pay (iframe) */
.shopify-payment-button__button--branded,
.shopify-payment-button__button--branded iframe{
  width: 100% !important;
  max-width: 100% !important;
}

/* ================================
   FIX LARGEUR XBOOST (DEFINITIF)
   ================================ */

/* 1️⃣ Annule le scale responsable du bug */
#Hrdqpr,
#Hrdqpr.xb_quantity_breaks {
  transform: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* 2️⃣ Force les wrappers internes à prendre toute la largeur */
#Hrdqpr > div,
#Hrdqpr .xb_quantity_list,
#Hrdqpr .xb_quantity_list > div {
  width: 100% !important;
  max-width: 100% !important;
}

/* 3️⃣ Sécurité : box model propre */
#Hrdqpr *,
#Hrdqpr *::before,
#Hrdqpr *::after {
  box-sizing: border-box;
}

/* ================================
   ALIGNEMENT LARGEUR PRODUIT
   (Texte / XBoost / CTA)
================================ */

/* Largeur de référence */
.product__info-container {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* XBoost aligné exactement comme le texte */
#xb-quantity-breaks-root,
#xb-quantity-breaks-root > div,
.xb_quantity_breaks {
  max-width: 640px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}

/* CTA Shopify alignés sur la même largeur */
.product-form__buttons,
.shopify-payment-button,
.shopify-payment-button__button,
.button.AddToCart {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* ============================= */
/* TEXT TABS -> ACCORDÉON */
/* ============================= */

.text_tabs-section{
  display:grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items:start;
}

.text_tabs-img img{
  width:100%;
  height:auto;
  display:block;
}

/* Le wrapper accordéon que le JS va créer */
.text_tabs-content .tt-accordion{
  max-width: 680px;
}

/* Un item */
.text_tabs-content .tt-acc-item{
  border-bottom:1px solid #e6e6e6;
}

/* Bouton (titre) */
.text_tabs-content .tt-acc-trigger{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:22px 0;
  background:none;
  border:0;
  cursor:pointer;
  font-size:18px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.04em;
}

/* + */
.text_tabs-content .tt-acc-trigger::after{
  content:"+";
  font-size:24px;
  line-height:1;
  transition:transform .25s ease;
}

/* ouvert => + devient x */
.text_tabs-content .tt-acc-item.is-open .tt-acc-trigger::after{
  transform:rotate(45deg);
}

/* panneau */
.text_tabs-content .tt-acc-panel{
  display:none;
  padding: 0 0 24px;
}
.text_tabs-content .tt-acc-item.is-open .tt-acc-panel{
  display:block;
}

/* Texte */
.text_tabs-content .tt-acc-panel p,
.text_tabs-content .tt-acc-panel li{
  font-size:16px;
  line-height:1.7;
}

/* Responsive */
@media (max-width: 900px){
  .text_tabs-section{
    grid-template-columns:1fr;
    gap:40px;
  }
}

/* XBOOST: annule le min-width (sm:xb-min-w-75) */
.product__info-container .xb_quantity_breaks{
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Par sécurité sur les wrappers inline (reste global) */
.product__info-container #xb-quantity-breaks-root,
.product__info-container #xb-quantity-breaks-root > div{
  width: 100% !important;
  max-width: 100% !important;
}

/* =========================
   CUSTOM LIQUID (toutes)
   ID contient "__custom_liquid_"
========================= */

/* enlève border / séparateurs sur la section */
.shopify-section[id*="__custom_liquid_"]{
  border-top: 0 !important;
  box-shadow: none !important;
}
.shopify-section[id*="__custom_liquid_"]::before,
.shopify-section[id*="__custom_liquid_"]::after{
  content: none !important;
  display: none !important;
}

/* si le thème dessine une ligne sur la section suivante */
.shopify-section[id*="__custom_liquid_"] + .shopify-section::before,
.shopify-section[id*="__custom_liquid_"] + .shopify-section::after{
  content: none !important;
  display: none !important;
}

/* enlève contraintes page-width + conteneurs dans custom liquid */
.shopify-section[id*="__custom_liquid_"] .page-width,
.shopify-section[id*="__custom_liquid_"] .content-container{
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
}

/* =========================
   IMAGE ACCORDION PRODUCT (toutes)
   ID contient "__image_accordion_product_"
========================= */

.shopify-section[id*="__image_accordion_product_"]{
  border-top: 0 !important;
  box-shadow: none !important;
}
.shopify-section[id*="__image_accordion_product_"]::before,
.shopify-section[id*="__image_accordion_product_"]::after{
  content: none !important;
  display: none !important;
}

/* enlève contraintes page-width + conteneurs dans image accordion */
.shopify-section[id*="__image_accordion_product_"] .page-width,
.shopify-section[id*="__image_accordion_product_"] .content-container{
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

/* Desktop: header en 1 ligne, aligné */
@media (min-width: 990px){
  .section-header .header{
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    grid-template-areas: "heading navigation icons" !important;
    align-items: center !important;
  }

  .section-header .header__heading{ grid-area: heading !important; }
  .section-header .header__inline-menu{
    grid-area: navigation !important;
    justify-self: center !important;
    align-self: center !important;
  }
  .section-header .header__icons{
    grid-area: icons !important;
    justify-self: end !important;
    align-self: center !important;
  }
}

/* ================================
   CUSTOM LIQUID : full width + zéro padding/marges
   (s'applique à toutes les sections "custom liquid")
================================ */

/* Le wrapper de section Shopify a un ID contenant "__custom_liquid_" */
.shopify-section[id*="__custom_liquid_"] {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

/* Le thème met souvent le padding sur la classe "...-padding" */
.shopify-section[id*="__custom_liquid_"] [class$="-padding"],
.shopify-section[id*="__custom_liquid_"] [class*="__custom_liquid_"][class$="-padding"] {
  padding: 0 !important;
  margin: 0 !important;
}

/* Neutralise le conteneur page-width uniquement dans les custom liquid */
.shopify-section[id*="__custom_liquid_"] .page-width {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

/* Custom liquid utilisé comme BLOC dans la fiche produit */
.product-section .custom-liquid-fullwidth{
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

/* Si tu veux aussi neutraliser le conteneur autour (souvent le coupable) */
.product-section .product__info-container{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
