/** Shopify CDN: Minification failed

Line 5256:0 Expected "}" to go with "{"

**/
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
}
body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100%;
  margin: 0;
  font-size: calc(var(--font-body-font-size) - 0.2rem);
  line-height: calc(1 + 0.8);
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  word-break: break-word;
}
@media screen and (min-width: 750px) {
  body {
    font-size: var(--font-body-font-size);
  }
}
.product-card-wrapper, .contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --text-alignment: var(--product-card-text-alignment);
}
.collection-card-wrapper .card, .contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --text-alignment: var(--collection-card-text-alignment);
}
.article-card-wrapper .card, .contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --text-alignment: var(--blog-card-text-alignment);
}
.contains-media, .global-media-settings {
  --border-radius: var(--media-radius);
}
/* base */
.no-js:not(html) {
  display: none !important;
}
html.no-js .no-js:not(html) {
  display: block !important;
}
.no-js-inline {
  display: none !important;
}
html.no-js .no-js-inline {
  display: inline-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;
}
body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}
html:lang(ar) {
  direction: rtl;
}
.page-width.drawer-menu {
  max-width: 100%;
}
.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}
.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}
strong, b {
  color: rgb(var(--color-foreground));
  font-weight: 500;
}
@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }
  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
  .page-width--narrow {
    padding: 0 9rem;
  }
  .page-width-desktop {
    padding: 0;
  }
  .page-width-tablet {
    padding: 0 5rem;
  }
}
@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }
  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}
.isolate {
  position: relative;
  z-index: 0;
}
.section + .section {
  margin-top: var(--spacing-sections-mobile);
}
@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}
.element-margin-top {
  margin-top: 5rem;
}
@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}
.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}
.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}
.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}
.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hidden {
  display: none !important;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  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;
}
.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}
.text-body {
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8);
  font-size: var(--font-body-font-size);
  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-weight: var(--font-heading-weight);
  font-style: var(--font-heading-style);
  letter-spacing: 0.015rem;
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, 1));
  word-break: break-word;
}
.hxl {
  font-size: 5rem;
}
@media only screen and (min-width: 750px) {
  .hxl {
    font-size: 6.2rem;
  }
}
.h0 {
  font-size: 4rem;
}
@media only screen and (min-width: 750px) {
  .h0 {
    font-size: 5.2rem;
  }
}
h1, .h1 {
  font-size: 3rem;
}
@media only screen and (min-width: 750px) {
  h1, .h1 {
    font-size: 4rem;
  }
}
h2, .h2 {
  font-size: 2rem;
}
@media only screen and (min-width: 750px) {
  h2, .h2 {
    font-size: 2.4rem;
  }
}
h3, .h3 {
  font-size: 1.7rem;
}
@media only screen and (min-width: 750px) {
  h3, .h3 {
    font-size: 1.8rem;
  }
}
h4, .h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.2rem;
}
@media only screen and (min-width: 750px) {
  h5, .h5 {
    font-size: 1.3rem;
  }
}
h6, .h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}
blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}
placeholder-image {
  display: block;
  height: 100%;
  aspect-ratio: var(--ratio-percent);
}
placeholder-image[data-type='product'] {
  background-color: rgba(var(--color-foreground), 15%);
  width: 100%;
}
placeholder-image[data-type='product'] > img {
  mix-blend-mode: luminosity;
}
placeholder-image[data-type='product']:not(:has(> img)) {
  aspect-ratio: var(--ratio-percent);
  height: 35rem;
}
placeholder-image > img {
  object-fit: cover;
  aspect-ratio: var(--ratio-percent);
  height: 100%;
  width: 100%;
}


@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}
.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7);
}
@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}
.caption-with-letter-spacing {
  font-size: 1.2rem;
  letter-spacing: 0.13rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  word-wrap: break-word;
}
.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}
.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}
.caption-large, .customer .field input, .customer select, .field__input, .form__label, .select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5);
  letter-spacing: 0.04rem;
}
.color-foreground {
  color: rgb(var(--color-foreground));
}
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);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.light {
  opacity: 0.7;
}
.position-relative {
  position: relative;
}
a:empty, ul:empty, dl:empty, div: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: rgb(var(--color-foreground));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}
.link--text {
  color: rgb(var(--color-foreground));
}
.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}
.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}
a:not([href]) {
  cursor: not-allowed;
}
.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}
.circle-divider:last-of-type::after {
  display: none;
}
hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}
@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}
.full-unstyled-link {
  text-decoration: none;
  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;
}
@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}
:root {
  --duration-short: 100ms;
  --duration-default: .25s;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
}
.underlined-link, .inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}
.underlined-link {
  color: rgba(var(--color-link), var(--alpha-link));
}
.inline-richtext a, .rte.inline-richtext a {
  color: currentColor;
}
.underlined-link:hover, .inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}
.icon-arrow {
  width: 1.5rem;
}
h3 .icon-arrow, .h3 .icon-arrow {
  width: 1.5rem;
}
/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}
.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}
/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}
summary .icon-caret,
a .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}
summary::-webkit-details-marker {
  display: none;
}
.disclosure-has-popup {
  position: relative;
}
.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
  transition: all .35s;
}
.disclosure-has-popup > summary::before {
  display: none;
}
.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}
@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }
  .sidebar .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/
*:focus {
  outline: 0;
  box-shadow: none;
}
*:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
/* 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;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
/* 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 rgb(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 rgb(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 {
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  font-style: var(--font-heading-style);
  font-size: var(--font-heading-font-size);
  text-decoration: none;
  margin: 1rem auto;
}
@media screen and (min-width: 769px) and (max-width: 991px){
  .title { 
    font-size: calc(var(--font-heading-font-size) - 0.5rem);
  }
}
@media screen and (max-width: 768px){
  .title { 
    font-size: calc(var(--font-heading-font-size) - 1.5rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .title { 
    font-size: calc(var(--font-heading-font-size) - 1rem);
  }
}
.title-wrapper-with-link .title {
  margin: 0;
}
.title .link {
  font-size: inherit;
}
.title-wrapper {
  margin-bottom: 3rem;
}
.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 5rem;
  margin-bottom: 3rem;
}
.title--primary {
  margin: 4rem 0;
}
.title-wrapper--self-padded-tablet-down, .title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 990px) {
  .title--primary {
    margin: 2rem 0;
  }
  .title-wrapper-with-link {
    align-items: center;
  }
  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }
  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}
.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}
.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}
.title-wrapper--no-top-margin {
  margin-top: 0;
}
.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}
.subtitle{
  text-decoration: none;
  text-transform: capitalize;
  margin: 0 auto;
}
.subtitle {
  font-family: var(--font-subheading-family);
  font-weight: var(--font-subheading-weight);
  font-style: var(--font-subheading-style);
  font-size: var(--font-subheading-font-size);
  line-height: calc(1 + 0.8 / var(--font-subheading-font-size));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.6  );
  margin: 0 auto;
  word-break: break-word;
}
.subheading{
  font-size: var(--font-subheading-family);
  font-weight: var(--font-subheading-weight);
  line-height: 1.4;
}
.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}
/* loading overlay */
.loading-overlay {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}
price-per-item .loading-overlay {
  position: relative;
}
@media screen and (max-width: 749px) {
  .loading-overlay {
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 750px) {
  .loading-overlay {
    left: 0;
  }
}
.loading-overlay__spinner {
  width: 1.8rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
price-per-item .loading-overlay__spinner {
  display: flex;
}
.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;
}
/* start Price */
.price {
  font-size: calc(var(--font-body-font-size) + 0.2rem);
  font-weight: 400;
  line-height: calc(1 + 0.6);
  color: rgb(var(--color-foreground));
}
.price > * {
  display: inline-block;
  vertical-align: top;
}
.price.price--unavailable {
  visibility: hidden;
}
.price--end {
  text-align: right;
  justify-content: end;
}
.price .price-item {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
.price__regular .price-item--regular {
  margin-right: 0;
}
.price:not(.price--show-badge) .price-item--last:last-of-type {
  margin: 0;
}
.grid-product__price--savings {
  display: block;
  width: 100%;
  color: var(--sale_badge_soldout_textColor);
}
@media screen and (min-width: 750px) {
  .price {
    margin-bottom: 0;
  }
}
.price--large {
  font-size: 1.6rem;
  line-height: calc(1 + 0.5);
  letter-spacing: normal;
}
@media screen and (min-width: 750px) {
  .price--large {
    font-size: 1.8rem;
  }
}
.price--sold-out .price__availability,
.price__regular {
  display: block;
}
.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;
}
.featuredProduct-placeholder-svg {
  border-radius: var(--media-radius);
}
.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale,
.volume-pricing--sale-badge .price__badge-sale {
  display: inline-block;
}
.volume-pricing--sale-badge .price__badge-sale {
  margin-left: 0.5rem;
}
.price--on-sale .price__sale {
  display: initial;
  flex-direction: row;
  flex-wrap: wrap;
}
.price--center {
  display: initial;
  justify-content: center;
}
.price--on-sale .price-item--regular {
  font-size: var(--font-body-font-size);
  margin: 0 !important;
  text-decoration: line-through;
  color: rgba(var(--color-foreground), 0.75);
}
.unit-price {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.04rem;
  line-height: calc(1 + 0.2);
  margin-top: 0.2rem;
  text-transform: uppercase;
}
volume-pricing {
  display: block;
  margin-top: 2rem;
}
volume-pricing li:nth-child(odd) {
  background: rgba(var(--color-foreground), 0.04);
}
volume-pricing ul {
  margin-top: 1.2rem;
}
volume-pricing li {
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
  padding: 0.6rem 0.8rem;
  display: flex;
  justify-content: space-between;
}
.volume-pricing-note {
  margin-top: -2.6rem;
}
.volume-pricing-note span, volume-pricing .label-show-more {
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
}
volume-pricing show-more-button {
  margin-top: 0.8rem;
}
.product-form__input price-per-item, .price-per-item__container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product-form__input .price-per-item {
  color: rgba(var(--color-foreground));
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
}
.price-per-item dl {
  margin: 0;
}
.price-per-item dd {
  margin-left: 0;
}
.price-per-item__container .variant-item__old-price, .price__regular .variant-item__old-price {
  color: rgba(var(--color-foreground), 0.75);
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
}
/* end Price */

/*** Start card */
.card-wrapper {
  color: inherit;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.product__card--card {
  padding: 0.8rem;
  border: 2px solid rgba(var(--color-foreground), 0);
  border-radius: calc(var(--border-radius) / 1.1);
  transition: all 0.35s ease-out;
}
.product__card--card:hover {
  border: 2px solid rgba(var(--color-foreground), 0.2);
}
.product__card--card .ProductItem__ColorSwatchList {
  margin-top: 1.2rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(var(--color-foreground), 0.2);
}
.product__card--card .card__information {
  padding-top: 0;
}
.product__card--card .card__information,
.product__card--card .card__content {
  padding-bottom: 0;
}
.card__heading {
  margin: 0.5rem 0;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.card {
  text-decoration: none;
  text-align: var(--text-alignment);
}
.card:not(.ratio) {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.card.card--horizontal {
  --text-alignment: left;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5rem;
}
.card--horizontal.ratio:before {
  padding-bottom: 0;
}
.card--card.card--horizontal {
  padding: 1.2rem;
}
.card--card.card--horizontal.card--text {
  column-gap: 0;
}
.card--card {
  height: 100%;
}
.card--card, .card--standard .card__inner {
  position: relative;
  box-sizing: border-box;
  border-radius: var(--border-radius);
  background-color: transparent;
}
.card--card:after, .card--standard .card__inner:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: var(--border-radius);
}
/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
.card--card.gradient, .card__inner.gradient {
  transform: perspective(0);
}
/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.card__inner.color-background-1 {
  background: transparent;
}
/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
.card--card.gradient, .card__inner.gradient {
  transform: perspective(0);
}
/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.card__inner.color-background-1 {
  background: transparent;
}
.card .card__inner .card__media {
  overflow: hidden;
  border-radius: var(--border-radius);
}
.card__media .media > video {
  object-fit: cover;
}
.card .card__inner .card__media a {
  z-index: 9;
}
.card--standard.card--text {
  background-color: #F5F5F5;
  border-radius: 10px;
}
.card-information {
  text-align: var(--text-alignment);
}
.cardVendor {
  font-size: 1rem;
  font-weight: 400;
  margin: 0.5rem 0;
  line-height: 1.4;
  word-break: break-word;
  color: rgb(var(--color-foreground), 0.6);
}
.card__media, .card .media {
  bottom: 0;
  position: absolute;
  top: 0;
}
.card .media {
  width: 100%;
}
.card__media {
  width: 100%;
}
.card__inner {
  width: 100%;
}
.card--media .card__inner .card__content {
  position: relative;
  padding: 1rem;
  overflow: hidden;
}
.product-card-wrapper .card__content {
  column-gap: 1rem;
}
.card__content {
  display: grid;
  grid-template-rows: minmax(0, 1fr) max-content minmax(0, 1fr);
  padding-top: 1rem;
  width: 100%;
  flex-grow: 1;
  z-index: 1;
}
.card__content--auto-margins {
  grid-template-rows: minmax(0, auto) max-content minmax(0, auto);
}
.card__content.below {
  display: block;
}
.card__content.below .card__information {
  padding-bottom: 0;
}
.card__content.below .card__information.quickViewButton {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.card__information {
  grid-row-start: 2;
}
.card__information.quickViewButton {
  display: inline-flex;
  justify-content: end;
}
.card:not(.ratio) > .card__content {
  grid-template-rows: max-content minmax(0, 1fr) max-content auto;
}
.card-information .card__information-volume-pricing-note {
  margin-top: 0.6rem;
  line-height: calc(0.5 + 0.4 / 1);
  color: rgba(var(--color-foreground), 0.75);
}
.card__information {
  padding-bottom: 1.4rem;
  padding-top: 1.4rem;
}
.card__badge {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(270deg);
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.card__badge.page__badge {
  position: unset;
  transform: none;
}
.card__badge.top {
  align-self: flex-start;
  grid-row-start: 1;
}
.card__badge.right {
  justify-self: flex-end;
}
.card:not(.card--horizontal) > .card__content > .card__badge {
  margin: 1.3rem;
}
.card__media .media img,
.card__media .media svg {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  background-color: transparent;
}
.card__inner:not(.ratio) > .card__content {
  height: 100%;
}
.card__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .card__heading {
    margin-bottom: 0.4rem;
    font-size: var(--font-body-font-size);
  }
  .price {
    font-size: 1.4rem;
  }
  .card__information.quickViewButton {
    display: none !important;
  }
}
.card__heading:last-child {
  margin-bottom: 0;
}
.card--horizontal .card__heading,
.card--horizontal .price__container .price-item {
  font-size: 1.2rem;
}
.card--horizontal .card-information> *:not(.visually-hidden:first-child) + *:not(.rating):not(.card__information-volume-pricing-note) {
  margin-top: 0;
}
@media only screen and (min-width: 750px) {
  .card--horizontal .card__heading, .card--horizontal .price__container .price-item {
    font-size: 1.3rem;
  }
}
.card--standard.card--text a::after, .card--card .card__heading a::after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.card__heading a:focus:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
}
.card__heading a:focus-visible:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
}
.card__heading a:focus:not(:focus-visible):after {
  box-shadow: none;
  outline: 0;
}
.card__heading a:focus {
  box-shadow: none;
  outline: 0;
}
@media screen and (min-width: 990px) {
  .card .media.media--hover-effect > img:only-child,
  .card-wrapper .media.media--hover-effect > img:only-child,
  .card .media.media--hover-effect > a > img:only-child,
  .card-wrapper .media.media--hover-effect > a > img:only-child {
    transition: scale 8s cubic-bezier(.25,.46,.45,.94);
  }
  .card:hover .media.media--hover-effect > img:first-child:only-child,
  .card-wrapper:hover .media.media--hover-effect > img:first-child:only-child,
  .card:hover .media.media--hover-effect > a > img:first-child:only-child,
  .card-wrapper:hover .media.media--hover-effect > a > img:first-child:only-child {
    scale: 1.2;
  }
  .media.media--hover-effect.image-hover-change:hover > img:first-child:not(:only-child),
  .media.media--hover-effect.image-hover-change:hover > .hover-class {
    opacity: 0;
    transition: all .4s;
  }
  .media.media--hover-effect.image-hover-change:hover > img + img,
  .media.media--hover-effect.image-hover-change:hover > video + img{
    opacity: 1;
    transition: all .4s;
  }
}
.card__inner .outline {
  z-index: 1;
  gap: 0;
}
.card--standard.card--media .card__inner .card__information,
.card--standard.card--text:not(.card--horizontal) > .card__content .card__heading:not(.card__heading--placeholder),
.card--standard:not(.card--horizontal) > .card__content .card__badge,
.card--standard.card--text.article-card > .card__content .card__information,
.card--standard > .card__content .card__caption {
  display: none;
}
.card--standard:not(.card--horizontal) .placeholder-svg {
  height: auto;
  width: 100%;
}
.card--standard > .card__content {
  padding: 0;
}
.card--standard > .card__content .card__information {
  padding-left: 0;
  padding-right: 0;
}
.card--card.card--media .card__inner .card__information,
.card--card.card--text .card__inner,
.card--card.card--media > .card__content .card__badge {
  display: none;
}
.card--horizontal .card__badge, .card--horizontal.card--text .card__inner {
  display: none;
}
.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;
}
.card .icon-wrap {
  margin-left: 0.8rem;
  white-space: nowrap;
  transition: transform var(--duration-short) ease;
  overflow: hidden;
}
.card-information > * + * {
  margin-top: 0.5rem;
}
.card-information {
  width: 100%;
}
.card-information > * {
  line-height: calc(1 + 0.4 / 1);
  color: rgb(var(--color-foreground));
}
.card-information > .price {
  color: rgb(var(--color-foreground));
}
.card--horizontal .card-information > .price {
  color: rgba(var(--color-foreground), 0.75);
}
.card-information > .rating {
  margin-top: 0.4rem;
}
.card-information > *:not(.visually-hidden:first-child) + *:not(.rating):not(.card__information-volume-pricing-note) {
  margin-top: 0.7rem;
}
.card-information .caption {
  letter-spacing: 0.07rem;
}
.card-article-info {
  margin-top: 1rem;
}
.collectionBadge {
  position: absolute;
  top: 2%;
  z-index: 9;
  right: 2%;
  border-radius: var(--badge-corner-radius);
  background: var(--sale_badge_backgroundColor);
  color: var(--sale_badge_textColor);
  margin-left: 0.6rem;
  min-height: 3rem;
  min-width: 8rem;
  line-height: 1.6;
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
quick-add__submit.quick-add__submit {
  display: flex;
  align-items: center;
  justify-content: center;
}
quick-add__submit.quick-add__submit>span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick-add__submit {
  box-sizing: border-box;
  background: #fff;
  border: none;
  border-radius: 3.2rem;
  cursor: pointer;
}
.quick-add__submit {
  position: absolute;
  text-align: center;
  top: auto;
  right: 0.6rem;
  cursor: pointer;
  width: 3.6rem;
  height: 3.6rem;
  bottom: 0.6rem;  
  z-index: 11;
  transition: all .35s ease;
  transition-delay: 0s;
}
.quick-add__submit span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quickSoldout{
  color: var(--sale_badge_soldout_textColor);
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  width: auto;
  padding: 0 1.2rem;
  cursor: default !important;
  letter-spacing: .1rem;
}
.card_variants{
  position: absolute;
  text-align: center;
  top: auto;
  padding: 1.5rem;
  transition: all .35s;
  display: flex;
  flex-direction: column;
  width: calc(100% - 1.2rem);
  height: 21.8rem;
  border-radius: 0.5rem;
  right: 0.6rem;
  bottom: 0.6rem;
  z-index: 3;
  padding-right: 0;
  padding-bottom: 0.3rem;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  transition-delay: 0s;
}
.quick-add {
  position: absolute;
  width: calc(100% - 1.2rem);
  height: 21.8rem;
  right: 0.6rem;
  bottom: 0.6rem;
}
.quick-add.openCard {
  z-index: 11;
}
.quick-add:after {
  content: '';
  background: #fff;
  height: 2rem;
  width: 2rem;
  position: absolute;
  border-radius: 0.5rem;
  bottom: 1.4rem;
  right: 1.4rem;
  transition: all .3s;
}
.quick-add.openCard:after {
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
}
.card_variants variant-radios{
  text-align: left;
  height: calc(100% - 4rem);
  overflow: auto;
}
.openCard .card_variants{
  width: 100%;
  height: 21.8rem;
  border-radius: 0.5rem;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding-right: 0;
  padding-bottom: 0.3rem;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}
.openCard .quick-add__submit {
  opacity: 0;
  visibility: hidden;
  transition-delay: 1s;
}
.closeCard {
  color: #DF0303;
  font-size: 1.4rem;
  cursor: pointer;
  font-weight: 500;
}
.quick-add__submits{
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  display: block;
}
.quick-add__submits:disabled {
  text-transform: capitalize;
  color: #df03039e;
  font-size: 14px;
  cursor: pointer;
}
.quick-add__submits > span {
  display: block;
}
.quickViewBtn {
  font-weight: 500; 
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  padding: 0;
  font-weight: 600;
  letter-spacing: 0.03rem;
  color: rgba(var(--color-link));
  white-space: nowrap;
}
.ColorSwatch {
  position: relative;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  vertical-align: top;
  cursor: pointer;
  background-size: cover;
  outline-offset: 0.2rem;
}
.ColorSwatch--small {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
}
.ColorSwatch--large {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  position: relative;
}
.ColorSwatch--large img {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  left: 0;
  object-fit: cover;
}
.ColorSwatch:after {
  content: "";
  position: absolute;
  width: calc(100% + 0.6rem);
  height: calc(100% + 0.6rem);
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ColorSwatch:hover:after{
  border: 0.1rem solid currentColor!important;
}
.color-swatch.active .ColorSwatch:after{
  border: 0.1rem solid currentColor!important;
}
.color-swatch{
  line-height: 1;
}
.ProductItem__ColorSwatchItem {
  display: inline-block;
}
.ProductItem__ColorSwatchList {
  margin: 0 0.5rem 1rem;
  text-align: var(--text-alignment);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.quick-add-modal {
  box-sizing: border-box;
  position: fixed;
  visibility: hidden;
  margin: 0 auto;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  background: var(--overlay_bg_color);
  -webkit-backdrop-filter: blur(0.4rem);
  backdrop-filter: blur(0.4rem);
  height: 100%;
  transition: all 0.4s;
}
.quick-add__submit {
  box-sizing: border-box;
  background: #fff;
  border: none;
  border-radius: 32px;
  cursor: pointer;
}
.card-wrapper .card--standard .card__badge {
  border-radius: var(--border-radius);
}
.card-wrapper.card__portrait .card .card__badge {
  width: 130%;
}
.card-wrapper .card--standard .card__badge .badge {
  position: relative;
  left: -40px;
}
@media (max-width: 1200px) {
  #product-grid .card--standard>.card__content {
    display: block;
  }
  #product-grid .card--standard>.card__content .card__information {
    width: 100%;
  }
  #product-grid .card--standard>.card__content .card__information:nth-child(2) {
    justify-content: flex-start;
    width: 100%;
    padding-top: 0;
  }
  .quickViewBtn {
    padding: 0;
  }
}
/*** End card */

/* Secretelles premium price typography */
.price,
.price .price-item,
.price__regular,
.price__sale,
.price__container,
.card-information > .price,
.product-card-wrapper .price {
  font-weight: 400 !important;
  letter-spacing: .01em;
}

.price .price-item--regular,
.price .price-item--sale,
.price .price-item--last {
  font-weight: 450 !important;
}

.price--large,
.product_page.price,
.price.product_page {
  font-weight: 450 !important;
  letter-spacing: .005em;
}

/*** start rating */
.rating {
  display: inline-block;
  margin: 0;
}
.product .rating-star {
  --letter-spacing: 0.8;
  --font-size: 1.7;
}
.card-wrapper .rating-star {
  --letter-spacing: 0.7;
  --font-size: 1.4;
}
.rating-star {
  --color-rating-star: rgb(var(--color-foreground));
  --percent: calc((var(--rating) / var(--rating-max) + var(--rating-decimal) * var(--font-size) / (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))) * 100%);
  letter-spacing: calc(var(--letter-spacing) * 1rem);
  font-size: calc(var(--font-size) * 1rem);
  line-height: 1;
  display: inline-block;
  font-family: Times;
  margin: 0;
}
.rating-star::before {
  content: '★★★★★';
  background: linear-gradient(90deg, var(--color-rating-star) var(--percent), rgba(var(--color-foreground), 0.15) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating-text {
  display: none;
}
.rating-count {
  display: inline-block;
  margin: 0;
}
@media (forced-colors: active) {
  .rating {
    display: none;
  }
  .rating-text {
    display: block;
  }
}
/*** end rating */

/* 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;
}
@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}
.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--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);
  }
  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .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;
  }
}

@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);
  }
}

@media screen and (min-width: 990px) {
  .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:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }
  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - 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;
  }
  .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;
  background-color: rgba(var(--color-foreground), 0.1);
  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;
  object-position: center center;
  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, .media.media--hover-effect>video+img{
  opacity: 0;
}
@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}
deferred-media {
  display: block;
}
.overflow-hidden-mobile {
  overflow: hidden;
  -ms-touch-action: none;
}
/* component-button */
/* Button - default */
.btn {
  width: 100%;
  padding: 1.3rem 2.5rem;
  border-radius: 5rem;
  border: 0;
  background-color: rgba(var(--color-secondary-button));
  color: rgba(var(--color-secondary-button-text));
  cursor: pointer;
  text-decoration: none;
  word-break: break-word;
}
.btn span {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}
.card_outline {
  text-decoration: none;
  font-weight: 400;
  letter-spacing: .1rem;
  color: #121212;
}
.outline_buttons{
  width: 3.6rem;
  height: 3.6rem;
  border: 0.1rem solid;
  border-radius: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
span.outline_button {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  border: .1rem solid;
  border-radius: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-135deg) scale(1);
  position: relative;
  background: transparent;
  transition: all .2s;
}
.outline {
  text-decoration: none !important;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: rgba(var(--color-link));
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.outline span.outline_button svg {
  height: 1.8rem;
}
.outline span.outline_button svg path {
  fill: none;
  stroke-width: 2;
}
@media screen and (min-width: 767px) {
  .outline:hover span.outline_button {
    background: rgba(var(--color-link));
    transform: rotate(-135deg) scale(1.2);
  }
  .outline:hover span.outline_button svg path {
    stroke: rgb(var(--color-background));
  }
  .outline:hover span:first-child:before {
    width: 100%!important;
  }
  html:not(.browser-Safari) .outline:hover .xts-svg-line {
    stroke-dashoffset: -60;
  }
  html:not(.browser-Safari) .outline:hover .xts-svg-arrow {
    transition-delay: .1s;
    stroke-dashoffset: -45;
  }
}
.outline span:first-child {
  position: relative;
}
.outline span:first-child::before {
  content: '';
  position: absolute;
  background: rgba(var(--color-link));
  transition: all .3s ease-in-out;
  display: inline-block;
  bottom: 0;
  height: 0.1rem;
  width: 0;
}
.outline path {
  stroke: rgba(var(--color-link));
  transition: all 1.5s cubic-bezier(.19,1,.22,1);
}
html:not(.browser-Safari) .outline .xts-svg-line {
  stroke-dasharray: 3rem;
}
html:not(.browser-Safari) .outline .xts-svg-arrow {
  stroke-dasharray: 2.3rem;
}
.button, .shopify-challenge__button, button.shopify-payment-button__button--unbranded, .shopify-payment-button [role='button'], .cart__dynamic-checkout-buttons [role='button'], .cart__dynamic-checkout-buttons iframe {
  border-radius: var(--buttons-radius);
  position: relative;
}
.button, .shopify-challenge__button, .customer button, button.shopify-payment-button__button--unbranded {
  min-width: 9rem;
  min-height: 5rem;
}
.shopify-payment-button__button--branded {
  z-index: auto;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 calc(50px + 1.6rem) 0 2rem;
  cursor: pointer;
  font: inherit;
  gap: 10px;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgba(var(--color-secondary-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-secondary-button));
  position: relative;
  transition: all 0.35s;
}
.customer button{
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  background-color: #121212;
  color: #FFFFFF;
  border: 0;
  border-radius: var(--buttons-radius);
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .button:hover {
    color: rgba(var(--color-secondary-button));
  }
  .button:hover>span:nth-child(2) {
    width: calc(100% - 0.6rem);
  }
}
.button span:first-child, .shopify-challenge__button:first-child, .customer button:first-child {
  position: relative;
  z-index: 1;
}
.button>span:nth-child(2){
  background: rgba(var(--color-secondary-button-text));
  border-radius: 3.2rem;
  width: 4.4rem;
  height: calc(100% - 0.6rem);
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  transition: all 0.4s ease-out;
}

@media screen and (max-width: 749px) {
  .button:hover>span:nth-child(2), 
  .button>span:nth-child(2) {
    width: 4rem;
    height: 4rem;
  }
  .button>span:nth-child(2){
    top: 50%;
    transform: translate(0, -50%);
  }
}
.button>span:nth-child(2) svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
.button:before, .shopify-challenge__button:before, .shopify-payment-button__button--unbranded:before, .shopify-payment-button [role='button']:before, .cart__dynamic-checkout-buttons [role='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius);
}
.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: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
.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;
}
.button::selection, .shopify-challenge__button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}
.button, .button-label, .shopify-challenge__button {
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: 1.4;
  font-weight: 700;
  text-transform: capitalize;
}
.shopify-challenge__button{
  padding: 1.3rem 0;
  margin-top: 2rem !important;
} 
.button span {
  word-break: break-word;
}
.button--small {
  padding: 1.2rem 2.6rem;
}
/* Button - other */
.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button--full-width {
  display: flex;
  width: 100%;
}
.button.loading {
  color: rgba(var(--color-secondary-button));
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}
.button.loading > .loading-overlay__spinner .spinner {
  width: fit-content;
}
.button.loading > .loading-overlay__spinner .path {
  stroke: rgb(var(--color-button-text));
}
/* Button - social share */
.share-button {
  display: block;
  position: relative;
}
.share-button__button {
  font-size: 1.4rem;
  padding: 1rem 1.4rem;
  border-radius: 2.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: all .4s;
}
.share-button__button {
  cursor: pointer;
  background-color: #EAEAEA;
  border: none;
}
.social-sharing .social-sharing__link {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.social-sharing .social-sharing__link svg {
  width: 100%;
}
.social-sharing close-share {
  margin-left: 1rem;
  width: 3rem;
  height: 3rem;
  transform: scale(1);
  transition: all .3s;
}
.social-sharing close-share:hover {
    transform: scale(1.15);
}
.social-sharing close-share svg > * {
    transition: all .3s;
}
.social-sharing close-share:hover svg circle {
    fill: #121212;
    fill-opacity: 1;
}
.social-sharing close-share:hover svg path {
    stroke: #fff;
}
.social-sharing {
  display: flex;
  align-items: center;
  padding: 0;
  position: absolute;
  top: -6px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s;
  transition-delay: 0s;
}
.social-sharing a {
  padding: 0.4rem;
  width: 3.6rem;
  height: 3.6rem;
}
.share-button__button .icon-share {
  height: 1.5rem;
  margin-left: 0.6rem;
  min-width: 1.5rem;
  order: 2;
  position: relative;
  top: 1px;
}
.share-button.activeShare .share-button__button > * {
  opacity: 0;
  transition-delay: 0s;
}
.share-button .share-button__button>* {
  transition-delay: 0.3s;
}
.share-button.activeShare .social-sharing {
  opacity: 1;
  visibility: visible;
  transition-delay: .3s;
}
.hide_button_icon .button {
  padding: 0 2.5rem;
}
.hide_button_icon .button>span:nth-child(2) svg {
  display: none;
}
.hide_button_icon .button>span:nth-child(2) {
  opacity: 0;
}
@media screen and (min-width: 990px) {
  .hide_button_icon .button:hover>span:nth-child(2) {
    opacity: 1;
  }
}
/* breadcrumb */
.breadcrumb {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 1.2rem 2rem;
  margin: 2rem 0;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumb>span {
  color: #535353;
}
/* component-form */
.field__input, .select__select, .customer .field input, .customer select {
  font-size: var(--font-body-font-size);
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  color: rgb(var(--color-foreground));
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  position: relative;
  border: 1px solid #8A8A8A;
}
.field:before, .select:before, .customer .field:before, .customer select:before, .localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius);
  z-index: -1;
}
.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: var(--font-body-font-size);
  color: rgba(var(--color-foreground), 0.75);
}
.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 {
  box-shadow: none;
  outline: 0;
  border-radius: var(--inputs-radius);
}
.field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 1px rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
} 
.search__input.field__input:focus {
  box-shadow: none !important;
}
.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);
  padding: 0 3rem 0 2rem;
}
/* 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;
  padding: 1.5rem;
  transition: box-shadow var(--duration-short) ease;
}
.field__label, .customer .field label {
  font-size: 1.6rem;
  left: 2rem;
  top: 1rem;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  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: 1rem;
  top: 0.5rem;
  left: 2rem;
  letter-spacing: 0.04rem;
}
.field__input::-webkit-search-cancel-button, .customer .field input::-webkit-search-cancel-button {
  display: none;
}
.field__input~label, .customer .field input~label {
  opacity: 0;
}
.field__input::placeholder, .customer .field input::placeholder {
  opacity: 1;
  color: #8A8A8A;
  font-size: 14px;
}
.field__button {
  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: 0;
  top: 0;
  width: 4.4rem;
}
.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}
.field__input:-webkit-autofill ~ .field__button, .field__input:-webkit-autofill ~ .field__label, .customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}
/* Text area */
.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 20rem;
  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: inline-flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}
.form__message--large {
  font-size: 1.6rem;
}
.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}
.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}
.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}
.customer .field .form__message svg {
  align-self: start;
}
.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;
  width: 12rem;
  display: flex;
  align-items: center;
  border-radius: var(--inputs-radius);
  min-height: 4rem;
}
.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
  border: 0;
  margin: 0 1rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}
.quantity__button {
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  padding: 0;
  border-radius: 100%;
}
.quantity__button svg > * {
  transition: all 0.3s;
}
.quantity__button:hover svg circle {
  fill: rgb(var(--color-foreground));
  fill-opacity: 1;
}
.quantity__button:hover svg path {
  stroke: #fff;
}
.quantity__button svg {
  width: 2.5rem;
  pointer-events: none;
  height: 2.5rem;
}
.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(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;
}
.quantity__rules {
  margin-top: 1.2rem;
  position: relative;
  font-size: 1.2rem;
}
.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}
.quantity__rules-cart {
  position: relative;
}
product-info .loading-overlay:not(.hidden) ~ *,
.quantity__rules-cart .loading-overlay:not(.hidden) ~ * {
  visibility: hidden;
}
/* Variant */
.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 2rem 0;
  max-width: 44rem;
  min-width: fit-content;
  border: none;
}
.product-form__input.select {
  border: 1px solid #6B6B6B;
  border-radius: var(--inputs-radius);
  padding: 0.5rem;
  padding-bottom: 1rem;
  margin: 0;
}
.product-form__input .select__select {
  font-weight: 500;
  border: none;
  height: auto;
}
.product-form__input.select:before,
.product-form__input.select:after {
  content: none;
}
variant-radios, variant-selects {
  display: block;
}
variant-selects {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.product-form__input--dropdown {
  margin-bottom: 1.6rem;
}
.product-form__input .form__label {
  padding-left: 0;
}
fieldset.product-form__input .form__label {
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: .1rem;
  padding: 0 0.4rem;
}
.product-form__input input[type='radio'] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.product-form__input input[type='radio'] + label {
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
  border-radius: var(--variant-pills-radius);
  display: inline-block;
  margin: 0.5rem 0.5rem 0.2rem 0;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}
.inputvariantColor{
  clip: rect(0,0,0,0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.variantColor input[type=radio]+label{
  display: inline-block;
  margin: .7rem .6rem 0 0;
  letter-spacing: .1rem;
  line-height: 11px;
  padding: 0;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  font-size: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: none;
  overflow: hidden;
}
.variantColor.variantImage input[type=radio]+label {
  width: 42px;
  height: 42px;
  background-color: transparent !important;
}
.variantColor input[type=radio]+label img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  object-fit: cover;
}
.variantColor.variantImage input[type=radio]:checked+label:after {
  content: '';
  background-color: #12121257;
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.variantColor.variantImage input[type=radio]:checked+label:after {
  content: '';
  background-color: #12121257;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.variantColor input[type=radio]+label svg{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.variantColor input[type=radio]:checked+label svg{
  display: block;
  z-index: 1;
}
.product-form__input input[type='radio']:checked + label {
  background-color: #000000;
  color: #fff;
}
.product-form__input input[type='radio']:not(.disabled) + label > .visually-hidden {
  display: none;
}
@media screen and (forced-colors: active) {
  .product-form__input input[type='radio']:checked + label {
    text-decoration: underline;
  }
}
.product-form__input input[type='radio']:checked + label::selection {
  background-color: rgba(var(--color-background), 0.3);
}
.product-form__input input[type=radio]:disabled+label:after,
 .product-form__input input[type=radio].disabled+label:after {
  border-left: 1px solid;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
}
.product-form__input input[type='radio']:focus-visible + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}
/* Fallback */
.product-form__input input[type='radio'].focused + label,
.no-js .shopify-payment-button__button [role='button']:focus + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}
/* No outline when focus-visible is available in the browser */
.no-js .product-form__input input[type='radio']:focus:not(:focus-visible) + label {
  box-shadow: none;
}
.product-form__input .select {
  max-width: 25rem;
}
/* endVariant */

/* 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: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-modal {
  cursor: zoom-out;
}
.media-modal .deferred-media {
  cursor: initial;
}
/* component-cart-count-bubble */
.cart-count-bubble {
  background-color: #6B3FA0;   /* purple */
  color: #C9A86C;              /* gold number */
  height: 24px;
  width: 24px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #C9A86C;   /* gold border */
  font-size: 12px;
  line-height: 1;
}

.cart-count-bubble span {
  font-weight: 500 !important;
  font-size: 12px !important;
  letter-spacing: normal;
  color: #C9A86C;              /* ensure number is gold */
}
/* utility-bar */
.utility-bar {
  height: 100%;
}
.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}
.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }
  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }
  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}
.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}
.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}
.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}
.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}
.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}
.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}
.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}
.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}
.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}
.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: 1.3rem;
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .announcement-bar-slider {
    width: 60%;
  }
  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}
.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.announcement-bar__link:hover {
  text-decoration: underline;
}
.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}
.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem;
}
.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}
.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}
.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}
header-drawer {
  justify-self: start;
}
@media screen and (min-width: 990px) {
  header-drawer {
    display: none;
  }
}
.menu-drawer-container {
  display: flex;
}
.list-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-menu--inline {
  display: inline-flex;
  flex-wrap: wrap;
}
.have-submenu .list-menu__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.menu-drawer__menu .list-menu__item {
  word-break: break-word;
}
.list-menu__item {
  display: flex;
  align-items: center;
  line-height: 2.5rem;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.list-menu__item--link {
  text-decoration: none;
  padding-bottom: 1rem;
  padding-top: 1rem;
  line-height: calc(1 + 0.8);
}
@media screen and (min-width: 750px) {
  .list-menu__item--link {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
/* list-menu */
.list-menu--right {
  right: 0;
}
.list-menu--disclosure {
  position: absolute;
  min-width: 100%;
  width: 30rem;
  border: 1px solid rgba(var(--color-foreground), 0.2);
}
.list-menu--disclosure:focus {
  outline: none;
}
.list-menu__item--active {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.list-menu__item--active:hover {
  text-decoration-thickness: 0.2rem;
}
.list-menu--disclosure.localization-selector {
  max-height: 18rem;
  overflow: auto;
  width: 10rem;
  padding: 0.5rem;
}
.list-menu > li .header__submenu .header__childmenu li a {
  opacity: 0.7;
  font-size: 13px;
  letter-spacing: 0.07rem;
  padding: 0.5rem 2rem;
  transition: all 0.3s;
}
.list-menu > li .header__submenu .header__childmenu li a:hover {
  opacity: 1;
}
/* end list-menu */

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 99;
}
.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}
.shopify-section-header-hidden.menu-open {
  top: 0;
}
.section-header.animate {
  transition: top 0.15s ease-out;
}
.menu-drawer__close-button>svg {
  transform: rotate(180deg);
  margin-right: 5px;
}
.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}
/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}
.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header.menutype_right {
    grid-template-areas: "icons heading left-icons";
  }
  .header.menutype_right header-drawer {
    justify-self: end;
  }
  .header.menutype_right .header__icons {
    justify-self: start;
  }
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
  .header-wrapper {
    padding: 5px 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 991px) {
  .header-wrapper {
    padding: 10px 0;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }
  .header--top-left, .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      "heading left-search icons"
      "line line line"
      "navigation navigation language-currency";
    grid-template-columns: 1fr 1.2fr 1fr;
    row-gap: 12px;
  }
  .header--top-left.drawer-menu, .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }
  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: 0.5fr 2fr 1.5fr;
    column-gap: 2rem;
  }
  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 2fr 0.5fr 2fr;
    column-gap: 2rem;
  }
  .header--middle-center a.header__heading-link {
    text-align: center;
  }
  .header--top-center {
    grid-template-areas:
      'left-search heading icons'
      'line line line'
      'navigation navigation language-currency';
    grid-template-columns: 1fr 1.2fr 1fr;
    padding-bottom: 0 !important;
    row-gap: 20px;
  }
  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }
}

.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: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  max-width: 300px;
  word-break: break-word;
}
.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}
.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}
.header__heading-logo {
  height: auto;
  max-width: 100%;
}
.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }
  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }
  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link, .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }
  .header__heading, .header__heading-link {
    justify-self: start;
  }
  .header--middle-center .header__heading-link, .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }
  .header--top-center .header__heading-link, .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

.drawer__close svg,
.reset__button svg {
  height: 4.2rem;
  width: 4.2rem;
  transform: scale(1);
  transition: all 0.3s;
}
.search-modal__close-button svg {
  height: 3.6rem;
  width: 3.6rem;
  transform: scale(1);
  transition: all 0.3s;
}
.drawer__close svg > *,
.search-modal__close-button svg > *,
.reset__button svg > *,
.quick-close-modal__toggle svg > * {
  transition: all 0.3s;
}
.drawer__close:hover svg,
.search-modal__close-button:hover svg,
.reset__button:hover svg,
.quick-close-modal__toggle:hover svg {
  transform: scale(1.15);
}
.drawer__close:hover svg circle,
.search-modal__close-button:hover svg circle,
.reset__button:hover svg circle,
.quick-close-modal__toggle:hover svg circle {
  fill: #121212;
  fill-opacity: 1;
}
.drawer__close:hover svg path,
.search-modal__close-button:hover svg path,
.reset__button:hover svg path,
.quick-close-modal__toggle:hover svg path {
  stroke: #fff;
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  gap: 1.5rem;
}
.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}
.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__icon {
  color: rgb(var(--color-foreground));
}
.header__icon span {
  height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.header__icon::after {
  content: none;
}
.header__icon .icon {
  height: 2.5rem;
  width: 2.5rem;
  fill: none;
  vertical-align: middle;
}
.header__icon--cart {
  gap: 6px;
}
.header__icons>a,
.header__icons>span {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}
menu-drawer + .header__search {
  display: none;
}
.header > .header__search {
  justify-self: start;
}
.desktop_header__search .field::before,
.desktop_header__search .field::after{
  content: none !important;
}
.category_searchIcon>svg {
  height: 2.2rem;
  width: 2.2rem;
}
@media screen and (max-width: 989px) {
  .header__search.desktop_header__search{
    display: none;
  }
}
@media screen and (min-width: 990px) {
  .header__search.desktop_header__search{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0.5rem;
    border: 1px solid #D9D9D9;
    border-radius: var(--inputs-radius);
    max-height: 50px;
    width: 100%;
  }
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}
.header--top-center header-drawer {
  grid-area: left-icons;
}
.header:not(.header--has-menu) * > .header__search {
  display: none;
}
.header__search {
  display: inline-flex;
  align-items: center;
}
.header--top-center > .header__search {
  display: none;
}
.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }
}

.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 {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: 100%;
  height: 100%;
}
.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8);
  position: relative;
}
.search-modal__form {
  width: 100%;
}
.field_popInline  {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}
.field_popInline input {
  padding: 1.5rem 4rem 1.5rem 1.5rem; 
}
.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}
details:not([open]) > .header__icon--menu .icon-close,
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-close {
  visibility: hidden;
}
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}
.js details > .header__submenu {
  animation: animateMenuClose var(--duration-default) ease;
  animation-fill-mode: forwards;
}
details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  grid-area: navigation;
  display: none;
}
.header--top-center .header__inline-menu, .header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}
.header__inline-menu .list-first_menu--inline>li:first-child .header__menu-item{
  padding-left: 0;
}
.header__menu-item {
  padding: 1.2rem;
  word-break: break-word;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
  transition: all 0.3s;
}
.header__menu-item:hover {
  color: rgba(var(--color-foreground));
}
.header__menu-item>span {
  font-weight: 500;
}
.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}
details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}
.header__active-menu-item {  
  color:var(--menu-hover-color);
  border-bottom: 2px solid var(--menu-hover-color);
}
.header__menu-item:hover .header__active-menu-item {
  border-bottom: 2px solid var(--menu-hover-color);
}
.header__submenu>li>details .list-menu__item {
  line-height: 24px;
}
.global-settings-popup, .header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}
.header__list .have-megamenu {
  position: unset;
}
.header__list li {
  position: relative;
}
.header__submenu {
  position: absolute;
  left: 0;
  top: 100%;
  background: rgb(var(--color-background));
  border: 1px solid rgb(var(--color-border));
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.4s;
  min-width: 23rem;
  z-index: -1;
  transform: translateY(-2rem);
}
.header__submenu-child {
  padding: 1.6rem 3.2rem;
  left: 100%;
  top: 0;
  transform: translateX(-20%);
}
.header__list li:hover>.header__submenu,
.header__list li:focus-within>.header__submenu,
.header__list li:focus-within > .header__submenu-child {
  pointer-events: unset;
  opacity: 1;
  visibility: visible;
  z-index: 5;
  transform: translateY(0);
}
.header__list li:hover > .header__submenu-child, .header__list li:focus > .header__submenu,
.header__list li:focus > .header__submenu-child, .header__list li:focus-within > .header__submenu {
  pointer-events: unset;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.header__list>li>.header-menu-trigger:before, .header__list>li span:before {
  content: "";
  position: absolute;
  height: 20rem;
  opacity: 0;
  width: 400%;
  left: 50%;
  top: 100%;
  display: none;
  transform: translate(-50%);
}
.header__list>li:hover>.header-menu-trigger:before {
  display: block;
}
.header__list li>.header-mega-menu:before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.45s;
  transition-delay: 0s;
  background: #e5e5e5;
}
.header__list>li:hover>.header-mega-menu:before {
  transition-delay: 0.7s;
  width: 100%;
  opacity: 1;
}
.header-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  max-width: 100%;
  padding: 1.6rem 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all var(--duration-default) linear;
  max-height: 52rem;
  overflow: hidden;
}
.header__list li:hover>.header-mega-menu, .header__list li:focus>.header-mega-menu, .header__list li:focus-within>.header-mega-menu {
  pointer-events: unset;
  opacity: 1;
  height: 490px;
  overflow-y: auto;
  visibility: visible;
}
.header__submenu.list-menu {
  padding: 1rem 0;
}
.header__childmenu {
  padding: 0 !important;
}
.header__submenu .header__submenu {
  padding: 1rem 0;
}
.header__submenu .header__menu-item:after {
  right: 2rem;
}
.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem !important;
}
.header__menu-item .icon-caret {
  position: unset;
}
.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
  transform: rotate(-90deg);
}

header-menu > details, details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes animateMenuClose {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-1.5rem);
  }
}

.overflow-hidden-mobile, .overflow-hidden-tablet, .overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  line-height: 1.1rem;
  padding: 0.6rem 1.3rem;
  text-align: center;
  color: #FFFFFF;
  word-break: break-word;
  text-transform: uppercase;
  background: #0B996E;
}
.productBadge {
  border-radius: var(--badge-corner-radius);
  background: var(--sale_badge_backgroundColor);
  color: var(--sale_badge_textColor);
  margin-left: 0.6rem;
  min-height: 30px;
  min-width: 8rem;
  line-height: 1.6;
  font-size: 13px;
  font-weight: 500;
}
.productBadge.price__badge-sold-out {
  background: var(--sale_badge_soldout_backgroundColor);
  color: var(--sale_badge_soldout_textColor);
}
.card__badge .badge {
  position: absolute !important;
  white-space: nowrap;  
  padding: .6rem 0;
  right: 0;
}
.card__badge .badge > span {
  display: inline-flex;
  -webkit-animation: saleMarquee 3s linear 0s infinite normal none running;
  animation: saleMarquee 3s linear 0s infinite normal none running;
}

@-webkit-keyframes saleMarquee {
  from {
    transform: translate3d(0);
  }
  to {
    transform: translate3d(45px,0,0);
  }
}
@keyframes saleMarquee {
  from {
    transform: translate3d(0);
  }
  to {
    transform: translate3d(45px,0,0);
  }
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@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);
}
.global-media-settings {
  position: relative;
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}
.global-media-settings--no-shadow {
  overflow: hidden !important;
}
.global-media-settings--no-shadow:after {
  content: none;
}
.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: var(--media-radius);
}
.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* 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);
    }
  }
}

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

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,   .shopify-challenge__button {
    border: transparent solid 1px;
  }
  .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: solid transparent 1px;
  }
  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }
  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}
.rte {
  font-size: var(--font-body-font-size);
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  word-break: break-word;
}
.rte:after {
  clear: both;
  content: '';
  display: block;
}
.rte > *:first-child {
  margin-top: 0;
}
.rte > *:last-child {
  margin-bottom: 0;
}
.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media screen and (max-width: 1124px) {
  .iconMobile_hided {
    display: none !important;
  }
}
@media screen and (min-width: 1125px) {
  .iconDesktop_hide {
    display: none !important;
  }
}
.rte img {
  height: auto;
  max-width: 100%;
  border: 1px solid rgba(var(--color-foreground), 0.6);
  border-radius: var(--media-radius);
  margin-bottom: 1rem;
}
.rte ul, .rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}
.rte li {
  list-style: inherit;
}
.rte li:last-child {
  margin-bottom: 0;
}
.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}
.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}
.rte blockquote {
  display: inline-flex;
}
.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}
.page-width-wide{
  padding: 0 4rem;
}
a {
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-foreground));
}
nav.breadcrumb a {
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.4rem;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(var(--color-foreground), 0.4);
  border-radius: 10px;
}

/* === SECRETELLES – Social icons hover effect === */

.social-sharing__link svg circle {
  transition: all 0.3s ease;
}

.social-sharing__link:hover svg circle {
  fill-opacity: 0.3;
/* Secretelles global page repair fallback - 2026-05-15 */
/* Secretelles footer/page premium styles fresh asset - 2026-05-15 */
/* Secretelles premium footer pages - Codex */
.secretelles-page {
  --se-purple: #56356b;
  --se-purple-soft: rgba(86, 53, 107, 0.1);
  --se-gold: #c2a15d;
  --se-ink: #302338;
  --se-muted: #7e7186;
  --se-line: rgba(194, 161, 93, 0.28);
  color: var(--se-ink);
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 58px) 18px clamp(56px, 8vw, 96px);
}
.secretelles-page a { color: var(--se-purple); text-decoration-color: rgba(194, 161, 93, 0.55); text-underline-offset: 0.18em; }
.secretelles-page a:hover { color: var(--se-gold); }
.secretelles-page-hero {
  text-align: center;
  padding: clamp(34px, 7vw, 88px) clamp(18px, 5vw, 72px);
  border: 1px solid var(--se-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 16%, rgba(194, 161, 93, 0.11), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(86, 53, 107, 0.09), transparent 32%),
    linear-gradient(135deg, #fffdfb 0%, #fff 46%, #fbf7fb 100%);
  box-shadow: 0 26px 70px rgba(86, 53, 107, 0.08);
}
.secretelles-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 14px;
  color: var(--se-gold);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
}
.secretelles-kicker::before,
.secretelles-kicker::after {
  content: "";
  width: min(56px, 12vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--se-gold));
}
.secretelles-kicker::after { background: linear-gradient(90deg, var(--se-gold), transparent); }
.secretelles-page h1,
.secretelles-page h2 {
  color: var(--se-ink);
  letter-spacing: 0;
}
.secretelles-page h1 {
  max-width: 880px;
  margin: 0 auto 18px;
  font-size: clamp(2.35rem, 7vw, 5.8rem);
  line-height: 0.95;
  font-weight: 400;
}
.secretelles-page h2 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.8vw, 2.35rem);
  line-height: 1.06;
  font-weight: 400;
}
.secretelles-page p {
  color: var(--se-muted);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.72;
}
.secretelles-page-hero > p:not(.secretelles-kicker) {
  max-width: 720px;
  margin: 0 auto;
}
.secretelles-page-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.secretelles-page-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--se-gold);
  border-radius: 999px;
  padding: 0 24px;
  background: var(--se-purple);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(86, 53, 107, 0.18);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.secretelles-page-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.86);
  color: var(--se-gold) !important;
}
.secretelles-page-button--ghost {
  background: rgba(255, 255, 255, 0.74);
  color: var(--se-purple) !important;
}
.secretelles-trust-grid,
.secretelles-size-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: clamp(28px, 5vw, 54px) 0;
}
.secretelles-size-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.secretelles-trust-grid article,
.secretelles-size-grid article,
.secretelles-page-card {
  border: 1px solid var(--se-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 48px rgba(86, 53, 107, 0.07);
  padding: clamp(20px, 3vw, 34px);
}
.secretelles-trust-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--se-gold);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
}
.secretelles-trust-grid h2,
.secretelles-size-grid h2 {
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  line-height: 1.15;
}
.secretelles-trust-grid p,
.secretelles-size-grid p { font-size: 0.98rem; margin-bottom: 0; }
.secretelles-editorial-split {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: center;
  margin: clamp(28px, 5vw, 58px) 0;
  padding: clamp(24px, 5vw, 56px);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(86, 53, 107, 0.06), rgba(194, 161, 93, 0.08));
  border: 1px solid var(--se-line);
}
.secretelles-page-card {
  margin: clamp(28px, 5vw, 54px) 0;
}
.secretelles-page-card--center {
  text-align: center;
}
.secretelles-page-card ul {
  margin: 18px 0 0;
  padding-left: 1.1rem;
  color: var(--se-muted);
  line-height: 1.9;
}
.secretelles-faq-list {
  max-width: 920px;
  margin: clamp(28px, 5vw, 54px) auto;
}
.secretelles-faq-list details {
  border: 1px solid var(--se-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 36px rgba(86, 53, 107, 0.06);
  padding: 0;
  margin-bottom: 14px;
  overflow: hidden;
}
.secretelles-faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 24px;
  color: var(--se-ink);
  font-size: 1.05rem;
  font-weight: 500;
}
.secretelles-faq-list summary::-webkit-details-marker { display: none; }
.secretelles-faq-list details p {
  margin: 0;
  padding: 0 24px 22px;
  font-size: 0.98rem;
}
@media screen and (max-width: 900px) {
  .secretelles-trust-grid,
  .secretelles-size-grid,
  .secretelles-editorial-split {
    grid-template-columns: 1fr;
  }
  .secretelles-page h1 {
    font-size: clamp(2.3rem, 13vw, 3.8rem);
  }
}
/* Secretelles deep footer pages - premium override */
.secretelles-page,
.sl-policy-page,
.sl-care-page,
.sg-page {
  --se-purple: #56356b;
  --se-purple-soft: rgba(86, 53, 107, 0.1);
  --se-gold: #c2a15d;
  --se-ink: #302338;
  --se-muted: #7e7186;
  --se-line: rgba(194, 161, 93, 0.28);
  color: var(--se-ink);
}
.sl-policy-page,
.sl-care-page,
.sg-page {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: clamp(24px, 4vw, 58px) 18px clamp(56px, 8vw, 96px) !important;
  font-family: inherit !important;
}
.secretelles-page-hero,
.sl-policy-hero,
.sl-care-hero,
.sg-hero {
  color: var(--se-ink) !important;
  text-align: center !important;
  padding: clamp(34px, 7vw, 88px) clamp(18px, 5vw, 72px) !important;
  border: 1px solid var(--se-line) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 16% 16%, rgba(194, 161, 93, 0.12), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(86, 53, 107, 0.09), transparent 32%),
    linear-gradient(135deg, #fffdfb 0%, #fff 46%, #fbf7fb 100%) !important;
  box-shadow: 0 26px 70px rgba(86, 53, 107, 0.08) !important;
  margin-bottom: clamp(28px, 5vw, 54px) !important;
}
.sl-policy-hero h1,
.sl-care-hero h1,
.sg-hero h1 {
  color: var(--se-ink) !important;
  font-family: var(--font-heading-family) !important;
  font-size: clamp(2.35rem, 7vw, 5.8rem) !important;
  line-height: .95 !important;
  font-weight: 400 !important;
}
.sl-policy-hero .sl-subtitle,
.sl-care-hero .sl-subtitle,
.sg-hero p {
  color: var(--se-muted) !important;
  opacity: 1 !important;
}
.sl-highlight-box,
.sg-calc-header {
  background: linear-gradient(135deg, var(--se-purple), #76508a) !important;
  border: 1px solid rgba(194, 161, 93, 0.35) !important;
  box-shadow: 0 18px 45px rgba(86, 53, 107, 0.16) !important;
}
.sl-section,
.secretelles-page-card,
.sl-icon-card,
.sl-fabric-card,
.sl-step,
.sl-column,
.sl-cta-section,
.sg-calc,
.sg-chart-content,
.sg-step,
.sg-tip,
.sg-brand,
.sg-seo,
.sg-cta {
  border: 1px solid var(--se-line) !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.82) !important;
  box-shadow: 0 20px 48px rgba(86, 53, 107, .07) !important;
}
.sl-section { padding: clamp(22px, 4vw, 42px) !important; }
.sl-section h2,
.sl-care-page h2,
.sl-policy-page h2,
.sg-section-header h2 {
  color: var(--se-ink) !important;
  font-family: var(--font-heading-family) !important;
  font-weight: 400 !important;
  border-color: var(--se-gold) !important;
}
.sl-section h3,
.sl-fabric-card h4,
.sl-column h3,
.sg-chart-content h3,
.sg-tip h3 {
  color: var(--se-purple) !important;
}
.sl-btn,
.sg-calc-btn,
.sg-brand a,
.sg-cta a {
  background: var(--se-purple) !important;
  color: #fff !important;
  border: 1px solid var(--se-gold) !important;
  border-radius: 999px !important;
  text-decoration: none !important;
}
.sl-btn:hover,
.sg-calc-btn:hover,
.sg-brand a:hover,
.sg-cta a:hover {
  background: rgba(255,255,255,.9) !important;
  color: var(--se-gold) !important;
}
.sl-policy-page table,
.sl-care-page table,
.sg-table,
.secretelles-page table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(86, 53, 107, .06);
}
.sl-policy-page th,
.sl-care-page th,
.sg-table th,
.secretelles-page th {
  background: rgba(86, 53, 107, .78) !important;
  color: #fff !important;
  font-weight: 500 !important;
}
.sl-policy-page td,
.sl-care-page td,
.sg-table td,
.secretelles-page td {
  border-bottom: 1px solid rgba(194,161,93,.18) !important;
}
.secretelles-deep-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: clamp(28px, 5vw, 54px) 0;
}
.secretelles-deep-grid article {
  border: 1px solid var(--se-line);
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 20px 48px rgba(86,53,107,.07);
  padding: clamp(20px, 3vw, 34px);
}
.secretelles-deep-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--se-gold);
  letter-spacing: .18em;
  font-size: .76rem;
}
.secretelles-table-wrap { overflow-x: auto; }
@media screen and (max-width: 900px) {
  .secretelles-deep-grid { grid-template-columns: 1fr; }
}
/* Secretelles size and care full structure repair */
.sg-page,
.sl-care-page {
  --se-purple: #56356b;
  --se-purple-2: #76508a;
  --se-gold: #c2a15d;
  --se-gold-soft: #eadfc4;
  --se-ink: #302338;
  --se-muted: #7e7186;
  --se-line: rgba(194, 161, 93, 0.28);
  --se-page: #fffafc;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: clamp(24px, 4vw, 54px) 18px clamp(64px, 8vw, 110px) !important;
  color: var(--se-ink) !important;
  font-family: var(--font-body-family) !important;
  line-height: 1.65 !important;
}
.sg-page *, .sl-care-page * { box-sizing: border-box; }
.sg-page h1,.sg-page h2,.sg-page h3,
.sl-care-page h1,.sl-care-page h2,.sl-care-page h3 {
  font-family: var(--font-heading-family) !important;
  letter-spacing: 0 !important;
  color: var(--se-ink) !important;
}
.sg-page p,.sl-care-page p,.sg-page li,.sl-care-page li { color: var(--se-muted); }

.sg-hero,
.sl-care-hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(38px, 7vw, 90px) clamp(18px, 5vw, 76px) !important;
  margin: 0 0 clamp(30px, 5vw, 56px) !important;
  border: 1px solid var(--se-line) !important;
  border-radius: 30px !important;
  background: radial-gradient(circle at 12% 14%, rgba(194,161,93,.16), transparent 32%), radial-gradient(circle at 88% 12%, rgba(86,53,107,.10), transparent 34%), linear-gradient(135deg,#fffdfb 0%,#fff 48%,#fbf6fb 100%) !important;
  box-shadow: 0 28px 78px rgba(86,53,107,.09) !important;
}
.sg-hero::before,
.sl-care-hero::before { display: none !important; }
.sg-hero-content { position: relative; z-index: 1; }
.sg-hero-badge,
.sg-section-label {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--se-gold) !important;
  background: rgba(255,255,255,.72) !important;
  border: 1px solid rgba(194,161,93,.34) !important;
  border-radius: 999px !important;
  padding: 9px 18px !important;
  font-size: .72rem !important;
  letter-spacing: .16em !important;
  text-transform: uppercase;
  margin-bottom: 18px !important;
}
.sg-hero h1,
.sl-care-hero h1 {
  max-width: 860px;
  margin: 0 auto 18px !important;
  font-size: clamp(2.55rem, 7vw, 5.6rem) !important;
  line-height: .96 !important;
  font-weight: 400 !important;
}
.sg-hero h1 span { color: var(--se-gold) !important; background: none !important; -webkit-text-fill-color: currentColor !important; }
.sg-hero p,
.sl-care-hero .sl-subtitle {
  max-width: 760px !important;
  margin: 0 auto !important;
  color: var(--se-muted) !important;
  font-size: clamp(1rem, 1.35vw, 1.16rem) !important;
  line-height: 1.72 !important;
}

.sg-calc,
.sl-highlight-box,
.sl-section,
.sl-icon-card,
.sl-fabric-card,
.sl-step,
.sl-info-box,
.sl-tip-box,
.sl-warning-box,
.sl-column,
.sl-symbol-card,
.sl-cta-section,
.sl-contact-box,
.sl-quote-box,
.sg-chart-content,
.sg-step,
.sg-tip,
.sg-brand,
.sg-seo,
.sg-cta {
  border: 1px solid var(--se-line) !important;
  border-radius: 24px !important;
  background: rgba(255,255,255,.84) !important;
  box-shadow: 0 20px 54px rgba(86,53,107,.075) !important;
}
.sg-calc { overflow: hidden; margin-bottom: clamp(36px, 6vw, 72px) !important; }
.sg-calc-header,
.sl-highlight-box {
  text-align: center !important;
  padding: clamp(24px, 4vw, 42px) !important;
  color: #fff !important;
  background: linear-gradient(135deg, rgba(86,53,107,.94), rgba(118,80,138,.90)) !important;
  border-radius: 24px 24px 0 0 !important;
  border: 1px solid rgba(194,161,93,.38) !important;
}
.sl-highlight-box { border-radius: 24px !important; margin: 0 0 clamp(28px,5vw,54px) !important; }
.sg-calc-header h2,
.sl-highlight-box h2 { color: #fff !important; font-size: clamp(1.55rem, 3vw, 2.55rem) !important; font-weight: 400 !important; margin: 0 0 8px !important; }
.sg-calc-header p,
.sl-highlight-box p { color: rgba(255,255,255,.86) !important; margin: 0 !important; }
.sg-calc-body { padding: clamp(22px, 4vw, 44px) !important; }

.sg-tabs,
.sg-chart-tabs {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 34px !important;
}
.sg-tab,
.sg-chart-tab {
  appearance: none;
  border: 1px solid var(--se-line) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.78) !important;
  color: var(--se-purple) !important;
  padding: 11px 22px !important;
  font: 600 .76rem/1 var(--font-body-family) !important;
  letter-spacing: .08em !important;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .2s ease;
}
.sg-tab:hover,.sg-chart-tab:hover,
.sg-tab.active,.sg-chart-tab.active {
  background: var(--se-purple) !important;
  color: #fff !important;
  border-color: var(--se-gold) !important;
  box-shadow: 0 12px 28px rgba(86,53,107,.18) !important;
}
.sg-tab-content,.sg-chart-content { display: none !important; }
.sg-tab-content.active,
.sg-chart-content.active { display: block !important; }
.sg-form-grid {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) minmax(280px,.9fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}
.sg-input-group { margin: 0 0 22px !important; }
.sg-input-group label {
  display: block !important;
  color: var(--se-ink) !important;
  font-size: .82rem !important;
  font-weight: 600 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase;
  margin-bottom: 8px !important;
}
.sg-input-group label span { color: var(--se-gold) !important; }
.sg-input-wrap { position: relative !important; display: flex !important; align-items: center !important; }
.sg-input-wrap input {
  width: 100% !important;
  min-height: 52px !important;
  padding: 13px 56px 13px 16px !important;
  border: 1px solid rgba(194,161,93,.42) !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: var(--se-ink) !important;
  font-size: 1rem !important;
  box-shadow: 0 10px 26px rgba(86,53,107,.05) !important;
}
.sg-input-wrap input:focus { outline: none !important; border-color: var(--se-purple) !important; box-shadow: 0 0 0 4px rgba(86,53,107,.1) !important; }
.sg-input-unit { position: absolute !important; right: 16px; color: var(--se-muted); font-weight: 600; }
.sg-input-help { margin: 7px 0 0 !important; font-size: .88rem !important; color: var(--se-muted) !important; }
.sg-calc-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  width: 100%;
  margin-top: 8px !important;
  border-radius: 999px !important;
  border: 1px solid var(--se-gold) !important;
  background: var(--se-purple) !important;
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase;
  cursor: pointer;
}
.sg-calc-btn:hover { background: #fff !important; color: var(--se-gold) !important; transform: translateY(-2px); }
.sg-visual { text-align: left !important; padding: 22px; border-radius: 22px; background: linear-gradient(135deg, rgba(86,53,107,.06), rgba(194,161,93,.08)); border: 1px solid var(--se-line); }
.sg-visual-label { display: flex !important; gap: 12px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid rgba(194,161,93,.20); }
.sg-label-num { flex: 0 0 28px; height: 28px; display: inline-flex; align-items:center; justify-content:center; border-radius: 999px; background: var(--se-purple); color:#fff; font-size: .78rem; }
.sg-label-text { color: var(--se-muted) !important; font-size: .95rem; }
.sg-label-text strong { color: var(--se-ink) !important; }
.sg-result {
  display: none !important;
  margin-top: 28px !important;
  padding: 28px !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg, rgba(86,53,107,.94), rgba(118,80,138,.9)) !important;
  color: #fff !important;
  text-align: center !important;
}
.sg-result.show { display: block !important; }
.sg-result-title { color: var(--se-gold-soft) !important; letter-spacing: .16em; text-transform: uppercase; font-size: .78rem; }
.sg-result-size { color: var(--se-gold-soft) !important; font-family: var(--font-heading-family); font-size: clamp(3rem, 8vw, 5rem); line-height: 1; margin: 10px 0; }
.sg-result-desc { color: rgba(255,255,255,.8) !important; }
.sg-result-conversions { display:flex; justify-content:center; flex-wrap:wrap; gap:12px; margin-top: 18px; }
.sg-conversion-item { min-width: 104px; padding: 12px 16px; border-radius: 14px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); }
.sg-conversion-item span { display:block; color: rgba(255,255,255,.72); font-size:.68rem; letter-spacing:.12em; text-transform:uppercase; }
.sg-conversion-item strong { color: var(--se-gold-soft); font-size: 1.2rem; }
.sg-section-header { text-align:center; margin: clamp(36px,6vw,72px) 0 28px; }
.sg-steps,.sg-tips-grid,.sl-icon-grid,.sl-fabric-grid,.sl-symbols-grid {
  display: grid !important;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
  margin: 28px 0 clamp(36px,6vw,70px) !important;
}
.sg-tips-grid,.sl-fabric-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.sl-icon-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.sl-symbols-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }
.sg-step,.sg-tip,.sl-icon-card,.sl-fabric-card,.sl-symbol-card { padding: clamp(18px,3vw,30px) !important; text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.sg-step:hover,.sg-tip:hover,.sl-icon-card:hover,.sl-fabric-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(86,53,107,.11) !important; }
.sg-step-num,.sl-step-number { display:inline-flex; align-items:center; justify-content:center; width:34px; height:34px; border-radius:999px; background: var(--se-purple); color:#fff; margin-bottom:12px; }
.sg-step-icon,.sg-tip-icon { width:54px; height:54px; margin: 0 auto 14px; border-radius:999px; display:flex; align-items:center; justify-content:center; background: rgba(194,161,93,.16); color: var(--se-purple); }
.sg-step-icon svg,.sg-tip-icon svg { width:26px; height:26px; }
.sg-chart-content { padding: clamp(20px,4vw,42px) !important; margin-bottom: 24px; }
.sg-table-wrap { width:100%; overflow-x:auto; margin: 20px 0; }
.sg-table { width:100%; min-width:620px; border-collapse: collapse; border-radius: 16px; overflow:hidden; }
.sg-table th { background: rgba(86,53,107,.78) !important; color:#fff !important; padding: 13px 12px; font-size:.78rem; letter-spacing:.08em; text-transform:uppercase; }
.sg-table td { padding: 13px 12px; border-bottom: 1px solid rgba(194,161,93,.20); text-align:center; color: var(--se-muted); }
.sg-table tr:nth-child(even) td { background: rgba(86,53,107,.035); }
.sg-note { display:flex; gap:12px; padding:18px; border-radius:16px; background: rgba(86,53,107,.06); border-left: 3px solid var(--se-gold); }
.sg-note svg { flex: 0 0 22px; color: var(--se-purple); }
.sg-brand,.sg-seo,.sg-cta { padding: clamp(24px,4vw,42px) !important; text-align:center; margin: clamp(28px,5vw,56px) 0; }
.sg-brand-logos { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; margin: 22px 0; }
.sg-brand-logo { padding: 12px 20px; border-radius: 999px; background:#fff; border:1px solid var(--se-line); color:var(--se-purple); letter-spacing:.12em; font-weight:600; }
.sg-brand a,.sg-cta a { display:inline-flex; min-height:46px; align-items:center; justify-content:center; padding:0 24px; margin-top: 12px; }

.sl-care-page > .sl-highlight-box { margin-top: 0 !important; }
.sl-care-page .sl-section { margin: clamp(28px,5vw,56px) 0 !important; }
.sl-care-page .sl-section h2 { display:inline-block; padding-bottom: 10px; border-bottom: 1px solid var(--se-gold); font-size: clamp(1.65rem,3vw,2.55rem) !important; }
.sl-care-page .sl-section h3 { font-size: clamp(1.18rem,2vw,1.55rem); margin-top: 24px; }
.sl-icon-card .sl-icon { display:flex; align-items:center; justify-content:center; width:54px; height:54px; margin: 0 auto 16px; border-radius:999px; background: rgba(194,161,93,.14); font-size: 1.6rem; }
.sl-step { display:flex !important; gap:18px; align-items:flex-start; text-align:left; padding: clamp(18px,3vw,28px) !important; margin: 16px 0; }
.sl-step-number { flex: 0 0 40px; margin: 0; }
.sl-feature-list { list-style:none; padding:0; margin: 18px 0; }
.sl-feature-list li { position:relative; padding: 10px 0 10px 30px; border-bottom: 1px solid rgba(194,161,93,.18); }
.sl-feature-list li::before { content:'✓'; position:absolute; left:0; color:var(--se-gold); font-weight:700; }
.sl-info-box,.sl-tip-box,.sl-warning-box,.sl-quote-box,.sl-contact-box { padding: clamp(18px,3vw,30px) !important; margin: 24px 0; border-left: 3px solid var(--se-gold) !important; }
.sl-warning-box { border-left-color: #b76b6b !important; }
.sl-tip-box { border-left-color: #6aa784 !important; }
.sl-frequency-table { width:100%; border-collapse: collapse; overflow:hidden; border-radius:16px; }
.sl-frequency-table th { background: rgba(86,53,107,.78) !important; color:#fff !important; padding:14px; }
.sl-frequency-table td { padding:14px; border-bottom:1px solid rgba(194,161,93,.2); color: var(--se-muted); }
.sl-two-column { display:grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap:18px; margin: 24px 0; }
.sl-column { padding: clamp(18px,3vw,30px) !important; }
.sl-cta-section { padding: clamp(26px,5vw,52px) !important; text-align:center; }
.sl-btn { display:inline-flex; min-height:46px; align-items:center; justify-content:center; padding:0 24px; margin:6px; }
@media screen and (max-width: 990px) {
  .sg-form-grid,.sl-two-column { grid-template-columns: 1fr; }
  .sg-steps,.sg-tips-grid,.sl-icon-grid,.sl-fabric-grid,.sl-symbols-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media screen and (max-width: 640px) {
  .sg-page,.sl-care-page { padding-inline: 12px !important; }
  .sg-hero,.sl-care-hero { border-radius: 22px !important; }
  .sg-calc-body { padding: 18px !important; }
  .sg-steps,.sg-tips-grid,.sl-icon-grid,.sl-fabric-grid,.sl-symbols-grid { grid-template-columns: 1fr; }
  .sg-tab,.sg-chart-tab { width: 100%; }
  .sl-step { flex-direction: column; }
}

/* Secretelles qualite-europeenne light premium fallback */
body:has(.se-europe) .se-europe{background:linear-gradient(180deg,#fff 0%,#fff9fb 45%,#fbf7ff 100%)!important;}
body:has(.se-europe) .se-eu-hero{background:linear-gradient(135deg,rgba(255,250,252,.94) 0%,rgba(250,244,255,.90) 58%,rgba(255,246,239,.92) 100%),var(--se-eu-hero-img,none)!important;color:#4b2d59!important;border:1px solid rgba(201,168,108,.24)!important;box-shadow:0 24px 70px rgba(91,58,109,.09)!important;}
body:has(.se-europe) .se-eu-hero p{color:#68566e!important;opacity:1!important;}
body:has(.se-europe) .se-eu-hero .badge{background:rgba(255,255,255,.72)!important;color:#9b7a35!important;border-color:rgba(201,168,108,.55)!important;}
body:has(.se-europe) .se-story,body:has(.se-europe) .se-eu-promise,body:has(.se-europe) .se-eu-countries,body:has(.se-europe) .se-testimonial,body:has(.se-europe) .se-eu-cta{background:linear-gradient(135deg,#fff 0%,#fff8fb 52%,#f9f4ff 100%)!important;color:#4b2d59!important;border:1px solid rgba(201,168,108,.22)!important;box-shadow:0 24px 70px rgba(91,58,109,.08)!important;}
body:has(.se-europe) .se-eu-countries h2,body:has(.se-europe) .se-eu-cta h2,body:has(.se-europe) .se-testimonial .test-content,body:has(.se-europe) .se-testimonial blockquote{color:#5b3a6d!important;}
body:has(.se-europe) .se-eu-countries>p,body:has(.se-europe) .se-eu-cta p,body:has(.se-europe) .country-card p,body:has(.se-europe) .se-testimonial .author span{color:#6f6275!important;opacity:1!important;}
body:has(.se-europe) .country-card{background:rgba(255,255,255,.78)!important;border:1px solid rgba(201,168,108,.24)!important;box-shadow:0 14px 36px rgba(91,58,109,.07)!important;}
body:has(.se-europe) .country-card h4,body:has(.se-europe) .se-testimonial .author{color:#9b7a35!important;}
body:has(.se-europe) .country-card .country-img img{object-fit:cover!important;object-position:center center!important;}
body:has(.se-europe) .se-eu-btn-outline{border-color:#C9A86C!important;color:#C9A86C!important;background:rgba(255,255,255,.65)!important;}
body:has(.se-europe) .se-eu-btn-outline:hover{background:#fff!important;color:#5b3a6d!important;}
body:has(.se-europe) .process-card,body:has(.se-europe) .se-eu-feature,body:has(.se-europe) .brand-card{background:rgba(255,255,255,.88)!important;}
/* Qualite Europe remove process step icons */
body:has(.se-europe) .process-card .step-num{display:none!important;visibility:hidden!important;opacity:0!important;}
body:has(.se-europe) .process-card{padding-top:30px!important;}
/* Qualite Europe remove feature icon badges */
body:has(.se-europe) .se-eu-feature .feat-icon{display:none!important;visibility:hidden!important;opacity:0!important;}
body:has(.se-europe) .se-eu-feature .feat-content{padding-top:30px!important;}
body:has(.se-europe) .se-eu-feature h3{margin-top:0!important;}

/* secretelles product card merchandising polish 2026-05-16 */
:root {
  --se-card-purple: #55356f;
  --se-card-gold: #c9a86c;
  --se-card-red: #b3263a;
  --se-card-red-deep: #8f1d2e;
  --se-card-ink: #302438;
  --se-card-muted: #7c7083;
  --se-card-border: rgba(201, 168, 108, .34);
}

.product-card-wrapper .card__content > .card__information {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto minmax(6px, 1fr) auto;
  column-gap: 14px;
  row-gap: 8px;
  align-items: start;
  min-height: 156px;
  padding: 22px 24px 20px !important;
  text-align: left !important;
}

.product-card-wrapper .card__content,
body.template-collection #product-grid .card__content,
body.template-product .related-products .card__content {
  text-align: left !important;
}

.product-card-wrapper .card__inner > .card__content > .card__information,
body.template-collection #product-grid .card__inner > .card__content > .card__information,
body.template-product .related-products .card__inner > .card__content > .card__information,
.featured-collection .product-card-wrapper .card__inner > .card__content > .card__information,
.collection .product-card-wrapper .card__inner > .card__content > .card__information,
.slider-component .product-card-wrapper .card__inner > .card__content > .card__information {
  display: none !important;
}

body.template-collection #product-grid .card__content > .card__information,
body.template-product .related-products .card__content > .card__information:not(.quickViewButton),
.featured-collection .product-card-wrapper .card__content > .card__information,
.collection .product-card-wrapper .card__content > .card__information,
.slider-component .product-card-wrapper .card__content > .card__information {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-rows: auto auto minmax(6px, 1fr) auto !important;
  column-gap: 14px !important;
  row-gap: 8px !important;
  align-items: start !important;
  min-height: 156px !important;
  padding: 22px 24px 20px !important;
  text-align: left !important;
}

.product-card-wrapper:has(.price--on-sale) .card__content > .card__information::before,
body.template-collection #product-grid .product-card-wrapper:has(.price--on-sale) .card__content > .card__information::before,
body.template-product .related-products .product-card-wrapper:has(.price--on-sale) .card__content > .card__information::before,
.featured-collection .product-card-wrapper:has(.price--on-sale) .card__content > .card__information::before,
.collection .product-card-wrapper:has(.price--on-sale) .card__content > .card__information::before,
.slider-component .product-card-wrapper:has(.price--on-sale) .card__content > .card__information::before {
  content: "OFFRE SPÉCIALE";
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(78%, 22rem);
  min-height: 3.1rem;
  margin: -4px 0 12px;
  padding: .65rem 1.35rem;
  border-radius: 999rem;
  background: linear-gradient(110deg, rgba(143, 29, 46, .98), rgba(179, 38, 58, .98), rgba(143, 29, 46, .98));
  color: #fff7ea;
  border: 1px solid rgba(201, 168, 108, .72);
  box-shadow: 0 14px 34px rgba(179, 38, 58, .18);
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.product-card-wrapper:has(.price--on-sale) .card__content > .card__information .cardVendor,
body.template-collection #product-grid .product-card-wrapper:has(.price--on-sale) .card__content > .card__information .cardVendor,
body.template-product .related-products .product-card-wrapper:has(.price--on-sale) .card__content > .card__information .cardVendor,
.featured-collection .product-card-wrapper:has(.price--on-sale) .card__content > .card__information .cardVendor,
.collection .product-card-wrapper:has(.price--on-sale) .card__content > .card__information .cardVendor,
.slider-component .product-card-wrapper:has(.price--on-sale) .card__content > .card__information .cardVendor {
  grid-row: 2 !important;
}

.product-card-wrapper:has(.price--on-sale) .card__content > .card__information .card__heading,
body.template-collection #product-grid .product-card-wrapper:has(.price--on-sale) .card__content > .card__information .card__heading,
body.template-product .related-products .product-card-wrapper:has(.price--on-sale) .card__content > .card__information .card__heading,
.featured-collection .product-card-wrapper:has(.price--on-sale) .card__content > .card__information .card__heading,
.collection .product-card-wrapper:has(.price--on-sale) .card__content > .card__information .card__heading,
.slider-component .product-card-wrapper:has(.price--on-sale) .card__content > .card__information .card__heading {
  grid-row: 3 !important;
}

.product-card-wrapper:has(.price--on-sale) .card__content > .card__information .no-js-hidden[id^="price-"],
body.template-collection #product-grid .product-card-wrapper:has(.price--on-sale) .card__content > .card__information .no-js-hidden[id^="price-"],
body.template-product .related-products .product-card-wrapper:has(.price--on-sale) .card__content > .card__information .no-js-hidden[id^="price-"],
.featured-collection .product-card-wrapper:has(.price--on-sale) .card__content > .card__information .no-js-hidden[id^="price-"],
.collection .product-card-wrapper:has(.price--on-sale) .card__content > .card__information .no-js-hidden[id^="price-"],
.slider-component .product-card-wrapper:has(.price--on-sale) .card__content > .card__information .no-js-hidden[id^="price-"] {
  grid-row: 5 !important;
}

.product-card-wrapper .card__heading {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0 !important;
  color: var(--se-card-ink) !important;
  font-family: var(--font-body-family);
  font-size: clamp(1.45rem, 1.03vw, 1.72rem) !important;
  font-weight: 400 !important;
  line-height: 1.34 !important;
  letter-spacing: 0 !important;
}

body.template-collection #product-grid .card__heading,
body.template-product .related-products .card__heading,
.featured-collection .product-card-wrapper .card__heading,
.collection .product-card-wrapper .card__heading,
.slider-component .product-card-wrapper .card__heading {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  margin: 0 !important;
  color: var(--se-card-ink) !important;
  font-family: var(--font-body-family) !important;
  font-size: clamp(1.45rem, 1.03vw, 1.72rem) !important;
  font-weight: 400 !important;
  line-height: 1.34 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

.product-card-wrapper .card__heading a {
  color: var(--se-card-ink) !important;
  text-decoration: none !important;
}

.product-card-wrapper .cardVendor,
.product-card-wrapper .caption-with-letter-spacing.cardVendor {
  grid-column: 1 / -1;
  grid-row: 1;
  display: block !important;
  margin: 0 0 2px;
  color: #8b72a1 !important;
  font-size: 1.08rem !important;
  font-weight: 600 !important;
  letter-spacing: .13em !important;
  line-height: 1.2;
  text-transform: uppercase;
}

body.template-collection #product-grid .cardVendor,
body.template-product .related-products .cardVendor,
.featured-collection .product-card-wrapper .cardVendor,
.collection .product-card-wrapper .cardVendor,
.slider-component .product-card-wrapper .cardVendor {
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  display: block !important;
  margin: 0 0 2px !important;
  color: #8b72a1 !important;
  font-size: 1.08rem !important;
  font-weight: 600 !important;
  letter-spacing: .13em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

.product-card-wrapper .no-js-hidden[id^="price-"] {
  grid-column: 1 / -1;
  grid-row: 4;
  justify-self: start;
  align-self: end;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  margin: 8px 0 0 !important;
  text-align: left;
  overflow: visible !important;
}

body.template-collection #product-grid .no-js-hidden[id^="price-"],
body.template-product .related-products .no-js-hidden[id^="price-"],
.featured-collection .product-card-wrapper .no-js-hidden[id^="price-"],
.collection .product-card-wrapper .no-js-hidden[id^="price-"],
.slider-component .product-card-wrapper .no-js-hidden[id^="price-"] {
  grid-column: 1 / -1 !important;
  grid-row: 4 !important;
  justify-self: start !important;
  align-self: end !important;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 8px 0 0 !important;
  text-align: left !important;
  overflow: visible !important;
}

.product-card-wrapper .caption-large,
.product-card-wrapper .rating,
.product-card-wrapper .rating-text,
.product-card-wrapper .rating-count,
.product-card-wrapper .ProductItem__ColorSwatchList,
.product-card-wrapper .card__information-volume-pricing-note {
  grid-column: 1 / -1;
}

.product-card-wrapper .caption-large {
  display: none !important;
}

body.template-collection #product-grid .ProductItem__ColorSwatchList,
body.template-collection #product-grid .ProductItem__ColorSwatchItem,
body.template-collection #product-grid .caption-large,
body.template-product .related-products .ProductItem__ColorSwatchList,
body.template-product .related-products .ProductItem__ColorSwatchItem,
body.template-product .related-products .caption-large,
.featured-collection .product-card-wrapper .ProductItem__ColorSwatchList,
.featured-collection .product-card-wrapper .ProductItem__ColorSwatchItem,
.featured-collection .product-card-wrapper .caption-large,
.collection .product-card-wrapper .ProductItem__ColorSwatchList,
.collection .product-card-wrapper .ProductItem__ColorSwatchItem,
.collection .product-card-wrapper .caption-large,
.slider-component .product-card-wrapper .ProductItem__ColorSwatchList,
.slider-component .product-card-wrapper .ProductItem__ColorSwatchItem,
.slider-component .product-card-wrapper .caption-large {
  display: none !important;
}

.product-card-wrapper .price,
.product-card-wrapper .price__container {
  display: flex !important;
  justify-content: flex-start;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  margin: 0 !important;
  color: var(--se-card-purple) !important;
  font-weight: 400 !important;
  letter-spacing: .01em;
  max-width: 100%;
  overflow: visible !important;
}

body.template-collection #product-grid .price,
body.template-collection #product-grid .price__container,
body.template-product .related-products .price,
body.template-product .related-products .price__container,
.featured-collection .product-card-wrapper .price,
.featured-collection .product-card-wrapper .price__container,
.collection .product-card-wrapper .price,
.collection .product-card-wrapper .price__container,
.slider-component .product-card-wrapper .price,
.slider-component .product-card-wrapper .price__container {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: baseline !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
  color: var(--se-card-purple) !important;
  font-size: 1.48rem !important;
  font-weight: 400 !important;
  letter-spacing: .01em !important;
  text-align: left !important;
  max-width: 100% !important;
  overflow: visible !important;
}

.product-card-wrapper .price .price-item,
.product-card-wrapper .price .price-item--sale,
.product-card-wrapper .price .price-item--last {
  color: var(--se-card-purple) !important;
  font-weight: 500 !important;
  white-space: normal;
  line-height: 1.25;
}

.product-card-wrapper .price--on-sale .price__sale {
  display: inline-flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  gap: 5px 7px;
  max-width: 100%;
}

.product-card-wrapper .price--on-sale s.price-item--regular,
.product-card-wrapper .price--on-sale .price__sale s,
.product-card-wrapper .price--on-sale .variant-item__old-price {
  color: var(--se-card-red) !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  text-decoration-color: currentColor !important;
  text-decoration-thickness: 1px;
  white-space: nowrap !important;
}

.product-card-wrapper .grid-product__price--savings {
  grid-column: 1 / -1;
  justify-self: start;
  color: var(--se-card-red) !important;
  font-size: 1.05rem !important;
  font-weight: 500 !important;
  letter-spacing: .06em;
}

body.template-collection #product-grid .grid-product__price--savings,
body.template-collection #product-grid .price__badge-sale,
body.template-product .related-products .grid-product__price--savings,
body.template-product .related-products .price__badge-sale,
.featured-collection .product-card-wrapper .grid-product__price--savings,
.featured-collection .product-card-wrapper .price__badge-sale,
.collection .product-card-wrapper .grid-product__price--savings,
.collection .product-card-wrapper .price__badge-sale,
.slider-component .product-card-wrapper .grid-product__price--savings,
.slider-component .product-card-wrapper .price__badge-sale {
  display: none !important;
}

.product-card-wrapper .se-card-size-link {
  display: none !important;
}

.product-card-wrapper .quickViewButton,
body.template-collection #product-grid .quickViewButton,
body.template-product .related-products .quickViewButton,
.featured-collection .product-card-wrapper .quickViewButton,
.collection .product-card-wrapper .quickViewButton,
.slider-component .product-card-wrapper .quickViewButton {
  display: none !important;
}

body.template-collection #product-grid .quick-add,
body.template-collection #product-grid .quick-add__submit,
body.template-collection #product-grid .quick-add__submits,
body.template-product .related-products .quick-add,
body.template-product .related-products .quick-add__submit,
body.template-product .related-products .quick-add__submits,
.featured-collection .product-card-wrapper .quick-add,
.featured-collection .product-card-wrapper .quick-add__submit,
.featured-collection .product-card-wrapper .quick-add__submits,
.collection .product-card-wrapper .quick-add,
.collection .product-card-wrapper .quick-add__submit,
.collection .product-card-wrapper .quick-add__submits,
.slider-component .product-card-wrapper .quick-add,
.slider-component .product-card-wrapper .quick-add__submit,
.slider-component .product-card-wrapper .quick-add__submits {
  display: none !important;
}

body.template-product .product__title h1,
body.template-product h1.product__title,
body.template-product .product__info-wrapper .product__title,
body.template-product .product__info-container .product__title {
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.product-card-wrapper .card__badge .badge,
.card__badge .badge {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: min(72%, 22rem) !important;
  min-height: 3.2rem !important;
  padding: .65rem 1.35rem !important;
  border-radius: 999rem !important;
  background:
    linear-gradient(110deg, rgba(143, 29, 46, .98), rgba(179, 38, 58, .98), rgba(143, 29, 46, .98)) !important;
  color: #fff7ea !important;
  border: 1px solid rgba(201, 168, 108, .72) !important;
  box-shadow: 0 14px 34px rgba(179, 38, 58, .22);
  overflow: hidden;
  white-space: nowrap !important;
  writing-mode: horizontal-tb !important;
  transform: none !important;
}

.product-card-wrapper .card__badge,
.card__badge {
  display: none !important;
}

.product-card-wrapper .card__badge .badge span:not(:first-child),
.card__badge .badge span:not(:first-child) {
  display: none !important;
}

.product-card-wrapper .card__badge .badge::after,
.card__badge .badge::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, .28) 42%, transparent 72%);
  transform: translateX(-130%);
  animation: seSaleRubyShimmer 4.8s ease-in-out infinite;
  pointer-events: none;
}

.product-card-wrapper .card__badge .badge > span,
.card__badge .badge > span {
  color: #fff7ea !important;
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-shadow: 0 1px 8px rgba(58, 10, 18, .28);
  animation: seSaleLabelFloat 3.8s ease-in-out infinite;
}

.price__badge-sale,
.productBadge.price__badge-sale {
  background: var(--se-card-red) !important;
  color: #fff7ea !important;
  border: 1px solid rgba(201, 168, 108, .65) !important;
}

@keyframes seSaleRubyShimmer {
  0%, 52% { transform: translateX(-130%); }
  72%, 100% { transform: translateX(130%); }
}

@keyframes seSaleLabelFloat {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(3px); }
}

@media screen and (max-width: 749px) {
  .product-card-wrapper .card__content > .card__information {
    column-gap: 9px;
    min-height: 142px;
    padding: 18px 18px 17px !important;
  }

  body.template-collection #product-grid .card__content > .card__information,
  body.template-product .related-products .card__content > .card__information:not(.quickViewButton),
  .featured-collection .product-card-wrapper .card__content > .card__information,
  .collection .product-card-wrapper .card__content > .card__information,
  .slider-component .product-card-wrapper .card__content > .card__information {
    column-gap: 9px !important;
    min-height: 142px !important;
    padding: 18px 18px 17px !important;
  }

  .product-card-wrapper .card__heading {
    font-size: clamp(1.35rem, 4vw, 1.65rem) !important;
  }

  .product-card-wrapper .no-js-hidden[id^="price-"] {
    max-width: 100%;
  }

  .product-card-wrapper .price,
  .product-card-wrapper .price__container,
  .product-card-wrapper .price--on-sale .price__sale {
    gap: 3px 5px;
  }

  .product-card-wrapper .price .price-item {
    font-size: 1.22rem !important;
  }

  .product-card-wrapper .cardVendor,
  .product-card-wrapper .caption-with-letter-spacing.cardVendor {
    font-size: .88rem !important;
    letter-spacing: .12em !important;
  }

}

/* secretelles new product badge 2026-05-19 */
.product-card-wrapper .se-product-new-badge,
body.template-collection #product-grid .product-card-wrapper .se-product-new-badge,
body.template-product .related-products .product-card-wrapper .se-product-new-badge,
.featured-collection .product-card-wrapper .se-product-new-badge,
.collection .product-card-wrapper .se-product-new-badge,
.slider-component .product-card-wrapper .se-product-new-badge {
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  justify-self: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: min(62%, 15rem);
  min-height: 3rem;
  margin: -4px 0 12px !important;
  padding: .62rem 1.45rem;
  border-radius: 999rem;
  background: linear-gradient(110deg, rgba(143, 29, 46, .98), rgba(190, 35, 52, .98), rgba(143, 29, 46, .98));
  color: #fff7ea;
  border: 1px solid rgba(201, 168, 108, .78);
  box-shadow: 0 14px 34px rgba(179, 38, 58, .2);
  overflow: hidden;
  position: relative;
  text-align: center;
}

.product-card-wrapper .se-product-new-badge::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.32) 42%, transparent 72%);
  transform: translateX(-130%);
  animation: seNewRubyShimmer 4.6s ease-in-out infinite;
  pointer-events: none;
}

.product-card-wrapper .se-product-new-badge span {
  color: #fff7ea;
  font-size: 1.04rem;
  font-weight: 600;
  letter-spacing: .22em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(58, 10, 18, .28);
}

.product-card-wrapper:has(.se-product-new-badge) .card__content > .card__information .cardVendor {
  grid-row: 2 !important;
}

.product-card-wrapper:has(.se-product-new-badge) .card__content > .card__information .card__heading {
  grid-row: 3 !important;
}

.product-card-wrapper:has(.se-product-new-badge) .card__content > .card__information .no-js-hidden[id^="price-"] {
  grid-row: 4 !important;
}

@keyframes seNewRubyShimmer {
  0%, 52% { transform: translateX(-130%); }
  72%, 100% { transform: translateX(130%); }
}

