/** Shopify CDN: Minification failed

Line 452:44 Unexpected "{"

**/
:root {
  --global-padding-left: 2.5rem;
  --global-padding-right: 2.5rem;
  --product-tile-size: 100px;
}
@media only screen and (max-width:1599px) {
  :root {
    --product-tile-size: 90px;
  }
}
@media only screen and (max-width:1280px) {
  :root {
    --global-padding-left: 1.5rem;
    --global-padding-right: 1.5rem;
    /* --product-tile-size: auto; */
  }
}
@media only screen and (max-width:1024px) {
  :root {
    --global-padding-left: 1rem;
    --global-padding-right: 1rem;
    --product-tile-size: auto;
  }
}
html {
  scroll-behavior: smooth;
}
html body.sease {
  background: transparent
}
body .font-inherit {
  font: inherit !important;
}

/*===== country switcher modal =====*/
/* body.sease .country-switcher__modal {
  overflow: hidden;
}
body.sease .country-switcher__modal__disclosure {
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
} */

/*===== sostenibilita remove energy bar =====*/
body.sease.template-page-editoriale-sostenibilita .low-energy-bar__main-wrapper {
  display: none !important
}

/*===== Homepage =====*/
@media only screen and (max-width:1024px) {
  body.sease.mobile_navigation_v2 .hero-slideshow__slide__text__box .hero-slideshow__slide__text {
    bottom: 50%;
    transform: translateY(50%);
  }
  body.sease.mobile_navigation_v2 .hero-slideshow__slide__text__box .hero-slideshow__slide__text__cta {
    padding-top: 50px;
  }
  body.sease.mobile_navigation_v2 .hero-slideshow__slide__text__box .hero-slideshow__slide__text__cta a {
    text-transform: uppercase !important;
    font-family: var(--font-primary) !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    letter-spacing: 1.3px !important;
    line-height: 1.4 !important;

    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;  /* spacing below text */
  }
  body.sease.mobile_navigation_v2 .hero-slideshow__slide__text__box .hero-slideshow__slide__text__cta a svg {
    display: none;
  }
}

/*==== Editorial ======*/
body.sease .editorial-banner__title {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

/*==== Store locator ======*/
body#store-locator .main-content > .default-page {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width:767px) {
  body#store-locator .main-content > .default-page {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/*==== Privacy ======*/
body.sease.template-page-legal-2 .legal-area__content,
body.sease.template-page-legal .legal-area__content {
  margin: 60px 0;
}
@media only screen and (max-width:767px) {
  body.sease.template-page-legal-2 .legal-area__menu,
  body.sease.template-page-legal .legal-area__menu {
    top: 0 !important;
  }
  body.sease.template-page-legal-2 .legal-area__content,
  body.sease.template-page-legal .legal-area__content {
    margin: 40px 0;
  }
}

/*===== Product Tile =====*/
body.sease .product-tile__container {
  margin-bottom: 0 !important;
}
body.sease .product-tile__container .product-tile__images-container {
  padding-top: 0 !important;
  aspect-ratio: 0.65;
  max-height: 500px;
  min-height: 500px;
  height: auto;
}
@media only screen and (max-width:1400px) {
  body.sease .product-tile__container .product-tile__images-container {
    max-height: 400px;
    min-height: 400px;
  } 
}
@media only screen and (max-width:1200px) {
  body.sease .product-tile__container .product-tile__images-container {
    max-height: 300px;
    min-height: 300px;
  } 
}
@media only screen and (max-width:767px) {
  body.sease .product-tile__container .product-tile__images-container {
    max-height: initial !important;
    min-height: auto !important;
  }
  /* body.sease .product-tile__container .product-tile__images-container:not(.look-tile) img:not(.dezoomed-image) {
    -webkit-transform: scale(1);
    transform: scale(1);
  } */

}

body.sease .product-tile__container .product-tile-short-description {
  font-size: 12px;
  flex: 0 0 100%;
  margin-top: auto;
  margin-bottom: 0.7rem;
}
body.sease .product-tile__container .product-tile-short-description p {
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%; */

  display: -webkit-box;           /* create a flex-like box */
  -webkit-line-clamp: 2;          /* number of lines to show */
  -webkit-box-orient: vertical;   /* vertical orientation */
  overflow: hidden;               /* hide overflowing text */
  text-overflow: ellipsis;        /* add the "…" */
  line-height: 1.4;
}

body.sease .product-tile__container .product-tile__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  
  margin-top: 0;
  min-height: 126px;
  padding-top: 10px;
}
body.sease .product-tile__container .product-tile__meta .product__meta__color-variants {
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  flex: 0 0 auto;
  text-align: right;
}
body.sease .product-tile__container .product-tile-meta__title {
  font-size: 14px;
  font-weight: 600;
  text-transform: inherit;
  line-height: 20px;
  margin-top: 0;
}
body.sease .product-tile__container .product-tile-meta__price-container {
  margin-top: 0;
}
body.sease .product-tile__container .product-tile-meta__price {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}
@media only screen and (max-width:1024px) {
  body.sease .product-tile__container .product-tile-short-description {
    display: none;
  }
  body.sease .product-tile__container .product-tile__meta .product__meta__color-variants {
    flex: 0 0 100%;
    margin-top: auto;
    text-align: left;
  }
  body.sease .product-tile__container .product-tile__meta {    
    min-height: auto;
  }
}

/*===== Product Color swatches =====*/
body.sease .color-swatches {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 10px;
}
body.sease .color-swatches:has(> :only-child) {
  display: none;
}
body.sease .color-swatches .color-swatch {
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: transform 0.2s;
  position: relative;
  background-repeat: no-repeat;
  background-size: 500%;
  background-position: center;
}
/* body.sease .color-swatches .color-swatch[style^="background-color: #ffffff"],
body.sease .color-swatches .color-swatch[style*="rgb(255, 255, 255)"] {
  box-shadow: inset 0 0 1px 0 black;
} */
body.sease .color-swatches .color-swatch:not(.color-swatch--more)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.2s ease, left 0.2s ease;
}
body.sease .color-swatches .color-swatch.active:after,
body.sease .color-swatches .color-swatch:hover:after {
  width: 100%;
}
body.sease .color-swatches .color-swatch--more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
}
@media only screen and (min-width:1025px) {
  body.sease .color-swatches {
    justify-content: flex-end;
  }
}

/*===== Product Loaded =====*/
html body.sease .product .variant-thumbnails > a {
  opacity: 0;
  transition: opacity 0.4s ease;
}
html body.sease .product .variant-thumbnails.loaded > a {
  opacity: 1;
}

html body.sease .product .variant-thumbnails {
  position: relative;
  min-width: 30%;
}
html body.sease .product .variant-thumbnails::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 1px solid #f3f3f3;
  border-top: 1px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 1;
}
html body.sease .product .variant-thumbnails.loaded::before {
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Thin scrollbar (Webkit) */
html body.sease .product .variant-thumbnails::-webkit-scrollbar {
  height: 2px;
}
html body.sease .product .variant-thumbnails::-webkit-scrollbar-track {
  background: transparent;
}
html body.sease .product .variant-thumbnails::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
  border-radius: 2px;
}
/* Firefox */
html body.sease .product .variant-thumbnails {
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.2) transparent;
}

/*===== Product Spotlight =====*/
body.sease .product.spotlight.invis {
  display: none !important;
}
body.sease .product.spotlight .product-images-slider.embla { 
  position: relative;
  background-color: #f5f5f5;
}
body.sease .product.spotlight .product-images-slider .embla__viewport {
  overflow: hidden; 
  position: relative; 
  aspect-ratio: 1.335;
  max-height: 500px;
  min-height: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media only screen and (max-width:1400px) {
  body.sease .product.spotlight .product-images-slider .embla__viewport {
    max-height: 400px;
    min-height: 400px;
  }
}
@media only screen and (max-width:1200px) {
  body.sease .product.spotlight .product-images-slider .embla__viewport {
    max-height: 300px;
    min-height: 300px;
  } 
}
@media only screen and (max-width:767px) {
  body.sease .product.spotlight .product-images-slider .embla__viewport {
    max-height: 250px;
    min-height: 250px;
  } 
}
body.sease .product.spotlight .product-images-slider .embla__container {
  display: block;
  position: relative;
  height: 100%;
}
body.sease .product.spotlight .product-images-slider .embla__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
  background-color: #f5f5f5;
}
body.sease .product.spotlight .product-images-slider .embla__slide.is-selected {
  opacity: 1;
  pointer-events: none;
}
/* body .embla__loader {
  display: none !important;
} */
.embla__loader {
  display: none !important;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 1);
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.4s ease;
  pointer-events: none;
}
.embla.is-loading .embla__loader {
  opacity: 1;
  visibility: visible;
}
.embla__loader::after {
  content: "";
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.75s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

@media only screen and (min-width:1025px) {
  /* Hide controls initially */
  body.sease .product.spotlight .product-images-slider .embla__prev,
  body.sease .product.spotlight .product-images-slider .embla__next,
  body.sease .product.spotlight .product-images-slider .embla__dots {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
  }
  body.sease .product.spotlight .product-images-slider:hover .embla__prev,
  body.sease .product.spotlight .product-images-slider:hover .embla__next,
  body.sease .product.spotlight .product-images-slider:hover .embla__dots {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

body.sease .product.spotlight .product-images-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
body.sease .product.spotlight .embla__prev,
body.sease .product.spotlight .embla__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  border: none;
  padding: 0 1.5rem 0 1rem;
  cursor: pointer;
  z-index: 5;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	height: 100%;
}
body.sease .product.spotlight .embla__prev, { 
  left: 0;
}
body.sease .product.spotlight .embla__next { 
  right: 0;
}
body.sease .product.spotlight .embla__dots {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  display: flex;
  gap: 6px;
  z-index: 10;
}
body.sease .product.spotlight .embla__dots:has(:only-child) {
  display: none;
}
body.sease .product.spotlight .embla__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #B0ABAB;
  border: none;
  cursor: pointer;
  padding: 0;
}
body.sease .product.spotlight .embla__dot.is-selected {
  background: #000;
}

body.sease .product.spotlight .product-tile__container .product-tile__meta {
  flex-wrap: nowrap;
}
body.sease .product.spotlight .product-tile__container .product-tile__info {
  flex: 0 0 32%;
  display: flex;
  flex-direction: column;
}
body.sease .product.spotlight .product-tile__container .product-tile-short-description {
  flex: 0 0 auto;
  margin-top: auto;
  margin-bottom: 0.7rem;
}
body.sease .product.spotlight .variant-thumbnails {
  display: flex;
  align-items: flex-start;
  gap: 1rem !important;
  padding-bottom: 11px;
  flex-wrap: nowrap;
  overflow-x: auto;
 /* Smooth when the browser scrolls programmatically or via anchor jumps */
  scroll-behavior: smooth;
  /* Optional snap (use `proximity` for gentle snapping) */
  scroll-snap-type: x proximity;
  /* iOS/Apple momentum scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; /* none - to hide */
}
body.sease .product.spotlight .variant-thumbnails::-webkit-scrollbar {
  display: none;               /* hide scrollbar (WebKit) */
}
body.sease .product.spotlight .variant-thumbnails .variant-spotlight {
  position: relative;
  flex: 0 0 auto;
  scroll-snap-align: start; /* aligns each item to the left edge */
  text-decoration: none;
}
body.sease .product.spotlight .variant-thumbnails .variant-spotlight:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.2s ease, left 0.2s ease;
}
/* body.sease .product.spotlight .variant-thumbnails .variant-spotlight:hover:after, */
body.sease .product.spotlight .variant-thumbnails .variant-spotlight.active:after {
  width: 100%;
}
body.sease .product.spotlight .variant-thumbnails .variant-thumb {
  width: var(--product-tile-size);
  min-width: var(--product-tile-size);
  max-width: var(--product-tile-size);
  height: var(--product-tile-size);
  max-height: var(--product-tile-size);
  min-height: var(--product-tile-size);
  object-fit: contain;
  object-position: center;
  padding: 0;
  background-color: #f5f5f5;
}
body.sease .variant-more {
  width: calc(var(--product-tile-size)/2.5);
  height: var(--product-tile-size);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}
body.sease .product .variant-more:empty {
  display: none;
}

@media only screen and (max-width:1024px) {
  body.sease .product.spotlight .product-tile__container .product-tile__info {
    flex: 0 0 100%;
  }
  body.sease .product.spotlight .product-tile__container .product-tile__meta {
    flex-wrap: wrap;
  }
  body.sease .product.spotlight .variant-thumbnails {
    row-gap: 20px !important;
    gap: 20px !important;
  }
  body.sease .product.spotlight .variant-thumbnails .variant-spotlight {
    display: inline-block;
    white-space: nowrap;
    height: 100%;
    flex: 1 0 20%;
  }
  body.sease .product.spotlight .variant-thumbnails::-webkit-scrollbar {
    display: none;
  }
  body.sease .product.spotlight .variant-thumbnails .variant-spotlight {
    display: inline-block;
    white-space: nowrap;
    height: 100%;
  }
  body.sease .product.spotlight .variant-thumbnails .variant-thumb {
    width: 100%;
    height: 100%;
    min-width: auto;
    max-width: none;
    object-fit: contain;
    object-position: center;
    padding: 1rem 0;
  }
  body.sease .product.spotlight .embla__dots,
  body.sease .product.spotlight .embla__prev,
  body.sease .product.spotlight .embla__next {
    display: none !important;
  }
  body.sease .product.spotlight .product-images-slider .embla__viewport { 
    overflow: hidden; 
    touch-action: pan-y; 
    user-select: none; 
    -webkit-overflow-scrolling: touch; 
    width: 100%;
  }
  body.sease .product.spotlight .product-images-slider .embla__container { 
    display: inline-flex;
    backface-visibility: hidden;
    width: 100%;
    max-height: 350px;
  }
  body.sease .product.spotlight .product-images-slider .embla__slide {
    position: relative;
    min-width: 0;
    flex: 0 0 100%;
    opacity: 1 !important;
  }
  body.sease .product.spotlight .product-images-slider .embla__slide img { 
    pointer-events: all;
    display:block;
    width:100%; 
    -webkit-user-drag: none; 
    user-drag: none; 
    user-select: none;
    object-fit: contain;
  }
}

@media only screen and (max-width:767px) {
  body.sease .product.spotlight .variant-thumbnails {
    gap: 16px !important;
    min-height: 100px;
    width: 100%;
  }
  body.sease .product.spotlight .variant-thumbnails.loaded {
    row-gap: 10px !important;
    gap: 10px !important;
    scrollbar-width: none;
  }
  body.sease .product.spotlight .variant-thumbnails .variant-thumb {
    padding: 0;
    height: 100%;
    aspect-ratio: 1;
  }
  body.sease .product.spotlight .variant-thumbnails .variant-spotlight {
    flex: 1 0 30%;
  }
}

/*===== Product highlight =====*/
body.sease .product.highlight.invis {
  display: none !important;
}
body.sease .product.highlight .product-tile__container .product-tile__meta {
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  z-index: 2;
  margin: 0;
  background-color: #fff;
  padding: 1rem 1rem 1rem 0;
  width: auto;
  width: -moz-min-content;
  width: -webkit-min-content;
  width: min-content;
  min-width: 50%;
  max-width: calc(100% + 1rem);
  margin-top: calc(-1 * (var(--product-tile-size) + 1rem));
  
  gap: 0.7rem;
  overflow: hidden;
}
body.sease .product.highlight .product-tile__container .product-tile-short-description {
  flex: 0 0 auto;
  margin-top: auto;
  margin-bottom: 0;
}
body.sease .product.highlight .product-tile__container .product-tile__info {
  display: flex;
  flex-direction: column;
  min-width: 350px;
  /* flex-basis: 30%; */
}
body.sease .product.highlight .product-tile__media {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
}
body.sease .product.highlight .product-tile__media figure {
  position: relative;
  flex: 0 0 50%;
  opacity: 1;
  transition: opacity 0.4s ease;
}
body.sease .product.highlight[data-loaded="true"] .product-tile__media figure {
  opacity: 1;
}
body.sease .product.highlight .product-tile__media figure img {
  object-fit: contain;
  object-position: top center;
  display: block;
  width: 100%;
  height: auto;
}
body.sease .product.highlight .product-tile__media figure .crossfade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
body.sease .product.highlight .product-tile__media figure:first-child img {
  max-height: calc(100% - (var(--product-tile-size) + 1rem));
}
body.sease .product.highlight .variant-thumbnails {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  /* Smooth when the browser scrolls programmatically or via anchor jumps */
  scroll-behavior: smooth;
  /* Optional snap (use `proximity` for gentle snapping) */
  scroll-snap-type: x proximity;
  /* iOS/Apple momentum scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
  /* Optional: hide scrollbar visuals */
  scrollbar-width: none;            /* Firefox */     /* hide scrollbar (Firefox) */
}
body.sease .product.highlight .variant-thumbnails::-webkit-scrollbar {
  display: none;               /* hide scrollbar (WebKit) */
}
body.sease .product.highlight .variant-thumbnails .variant-highlight {
  position: relative;
  width: var(--product-tile-size);
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  flex: 0 0 100px;
  padding-bottom: 10px;

  flex: 0 0 auto;
  scroll-snap-align: start; /* aligns each item to the left edge */
  text-decoration: none;
}
body.sease .product.highlight .variant-thumbnails .variant-highlight:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.2s ease, left 0.2s ease;
}
/* body.sease .product.highlight .variant-thumbnails .variant-highlight:hover:after, */
body.sease .product.highlight .variant-thumbnails .variant-highlight.active:after {
  width: 100%;
}
body.sease .product.highlight .variant-thumbnails .variant-thumb {
  width: var(--product-tile-size);
  height: var(--product-tile-size);
  object-fit: contain;
  object-position: center;
  background-color: #f5f5f5;
  padding: 0;
}

@media only screen and (max-width:1024px) {

  body.sease .product.highlight .product-tile__media figure {
    flex: 0 0 100%;
    max-height: 350px;
  }
  body.sease .product.highlight .product-tile__media figure:first-child {
    display: none;
  }
  body.sease .product.highlight .product-tile__media figure img {
    height: 100%;
    object-fit: contain;
  }
  body.sease .product.highlight .product-tile__container .product-tile__meta {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-right: 0 !important;
  }
  body.sease .product.highlight .variant-thumbnails {
    gap: 20px;
  }
  body.sease .product.highlight .variant-thumbnails::-webkit-scrollbar {
    display: none;
  }
  body.sease .product.highlight .variant-thumbnails .variant-highlight {
    display: inline-block;
    white-space: nowrap;
    height: 100%;
    flex: 1 0 20%;
    padding-bottom: 10px;
  }
  body.sease .product.highlight .variant-thumbnails .variant-thumb {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: initial;
    min-height: initial;
    object-fit: contain;
    object-position: center;
    padding: 1rem 0;
  }
}
@media only screen and (max-width:767px) {
  body.sease .product.highlight .product-tile__media figure {
    flex: 0 0 100%;
    max-height: 250px;
  }
  body.sease .product.highlight .product-tile__container .product-tile__meta .variant-thumbnails .variant-thumb {
    padding: 0;
    height: 100%;
    aspect-ratio: 1;
  }
  body.sease .product.highlight .variant-thumbnails {
    gap: 10px;
  }
  body.sease .product.highlight .variant-thumbnails .variant-highlight {
    display: inline-block;
    white-space: nowrap;
    height: 100%;
    flex: 1 0 30%;
    padding-bottom: 10px;
  }
  body.sease .product.highlight .variant-thumbnails .variant-highlight:after {
    bottom: 0px;
  }
}


/* PDP */
@media only screen and (max-width:767px) {
  body.sease .product-single .product-gallery--thumbnails .product-gallery__media figure {
    padding-top: 110% !important
  }
}

/* variant-thumbnails */
html body.sease .product .variant-thumbnails {
  -webkit-tap-highlight-color: transparent; /* Remove tap highlight */
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-transform: translateZ(0); /* Hardware acceleration */
  transform: translateZ(0);
}
@media only screen and (min-width:1025px) {
  
  /* html body.sease .product .variant-thumbnails { */
  html body.sease .product .variant-thumbnails:has(> a:only-child) {
    justify-content: flex-end;
  }
}
html body.sease .product .variant-thumbnails.swiping {
  -webkit-overflow-scrolling: auto; /* Disable momentum scrolling when swiping */
  transition: none !important;
}
html body.sease .product .variant-thumbnails > a {
  -webkit-touch-callout: none; /* Prevent text selection on long press */
  -webkit-user-select: none; /* Prevent text selection */
  user-select: none;
  display: inline-block;
  vertical-align: top;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width:1024px) {
  html body.sease .product .variant-thumbnails:has(> a:only-child) {
    display: none !important;
  }
}


/* Express Payment */
body .accelerated-checkout-wrapper more-payment-options-link { 
	display: none;
}
shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-block-size: 46px;
  --shopify-accelerated-checkout-button-border-radius: 0px;
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-skeleton-background-color: #000000;
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
  --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
  --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;
}

shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: 46px;
  --shopify-accelerated-checkout-button-inline-size: 46px;
  --shopify-accelerated-checkout-button-border-radius: 0x;
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-inline-alignment: flex-start;
  --shopify-accelerated-checkout-row-gap: 1rem;
  --shopify-accelerated-checkout-skeleton-background-color: #000000;
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
  --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
  --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;
}

body.sease button[name="cart"],
body.sease.template-product .product-single .product__form__submit .btn {
	height: 46px;
  max-height: 46px;
  min-height: 46px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
}
body.sease button[name="cart"]:hover,
body.sease.template-product .product-single .product__form__submit .btn:hover {
  background-color: #000 !important;
  border: 1px solid #000 !important;
}
body .drawer__cart { 
  max-height: calc(100% - 60px);
}

/* 
body .accelerated-checkout-wrapper more-payment-options-link { 
	display: none;
}
shopify-accelerated-checkout {
	--shopify-accelerated-checkout-button-block-size: 46px;
}
.accelerated-checkout-wrapper {
  position: relative;
  display: block;
  min-width: 125px;
  height: 46px;
  min-height: 46px;
  max-height: 46px;
  overflow: hidden;
}
.accelerated-checkout-wrapper .shopify-payment-button {
  position: relative;
  display: block;
  width: 100%;
}
.accelerated-checkout-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  height: 46px;
  max-height: 46px;
  min-height: 46px;
}
.accelerated-checkout-wrapper:hover .accelerated-checkout-overlay {
  border: 1px solid #000;
}
.accelerated-checkout-label {
  display: inline-flex;
  align-items: center;
  gap: 0rem;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
}
.accelerated-checkout-icon {
  display: none;
}
.accelerated-checkout-wrapper[data-wallet="shop-pay"] .accelerated-checkout-icon--shop-pay svg {
  width: 37px;
  height: 14px;
}
.accelerated-checkout-wrapper[data-wallet="shop-pay"] .accelerated-checkout-icon--shop-pay,
.accelerated-checkout-wrapper[data-wallet="amazon-pay"] .accelerated-checkout-icon--amazon-pay,
.accelerated-checkout-wrapper[data-wallet="apple-pay"] .accelerated-checkout-icon--apple-pay,
.accelerated-checkout-wrapper[data-wallet="google-pay"] .accelerated-checkout-icon--google-pay,
.accelerated-checkout-wrapper[data-wallet="paypal"] .accelerated-checkout-icon--paypal {
  display: inline-block;
}

#dynamic-checkout-cart {
  opacity: 0 !important;
}
.accelerated-checkout-wrapper.sidecart shopify-accelerated-checkout-cart {
  opacity: 0 !important;
}
.accelerated-checkout-wrapper.sidecart .accelerated-checkout-overlay {
  border: none;
  background: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 1rem;
}
.accelerated-checkout-wrapper.sidecart .accelerated-checkout-label {
  display: none;
}
.accelerated-checkout-wrapper.sidecart .accelerated-checkout-label.is-available {
  flex: 1 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  background-color: #fff;
  min-height: 46px;
  padding: 0 1rem;
}
.accelerated-checkout-wrapper.sidecart .accelerated-checkout-overlay:has(> .accelerated-checkout-label.is-available:nth-child(2)):not(:has(> .accelerated-checkout-label.is-available:nth-child(3))) {
  flex: 0 0 48%;
}
.accelerated-checkout-wrapper.sidecart .accelerated-checkout-overlay:has(> .accelerated-checkout-label.is-available:nth-child(3)) {
  flex: 0 0 32% !important;
}
.accelerated-checkout-wrapper.sidecart .accelerated-checkout-label.is-available .accelerated-checkout-icon {
  display: block;
} */