/** Shopify CDN: Minification failed

Line 1801:14 Unexpected "\u00a0"

**/
:root {
  --colorBodyDim: #b2b7bc !important;
  --colorBorder: #e5e6e7 !important;
  --colorDrawerBorder: #b2b7bc !important;
  --light: #f7f6f3;
  --background: #fffefa;
  --yellow: #ffcb00;
  --primary2: #001022;
  --color-foreground: #001022;
  --secondary: #495460;
  --quartnerary: #e5e7e8;
  --grey1: #001022;
  --grey2: #001022b3;
  --greyback1: #f7f6f3;
  accent-color: #001022;
  --jdgm-write-review-bg-color: #001022 !important;
  --jdgm-paginate-color: #001022 !important;
  --jdgm-reviewer-name-color: #001022 !important;
}
html {
  scroll-padding-top: 16rem;
}
.back-to-top {
  position: fixed;
  bottom: 10rem;
  right: 2rem;
  background: #fffefa;
  width: 4rem;
  height: 4rem;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 10;
  border: 1px solid #001022;
}
.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.w-100-image {
  width: 100%;
  height: auto;
}

.text-center,
.text-center p,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center .rte,
.text-center .text-box {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-italic {
  font-style: italic;
}

.no-underline,
.header__active-menu-item,
.breadcrumb li a,
.mega-menu__link--level-2,
.product-card-wrapper a,
.lt-product-description .accordion__title,
.kit-contents a,
.product-collections nav a {
  text-decoration: none;
  color: #001022;
}

.text-bold,
strong {
  font-weight: 500;
}

.align-self-center {
  align-self: center;
}
.align-left {
  align-items: start;
}
.align-center {
  align-items: center;
}
.align-right {
  align-items: end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

a:-webkit-any-link {
  text-decoration: inherit;
}

.f-12 {
  font-size: 1.2rem;
}

.f-14,
.rte {
  font-size: 1.4rem;
}

.f-16 {
  font-size: 1.6rem;
}

.f-18 {
  font-size: 1.8rem;
}

.f-22 {
  font-size: 2.2rem;
}

.f-24 {
  font-size: 2.4rem;
}

.f-28 {
  font-size: 2.8rem;
}

.f-30 {
  font-size: 3rem;
}

.m-t-20 {
  margin-top: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-t-0 {
  margin-top: 0 !important;
}
.m-b-0 {
  margin-bottom: 0;
}

.m-0 {
  margin: 0;
}

.m-20 {
  margin: 20px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-20 {
  padding: 20px;
}

.p-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-40 {
  padding: 40px;
}

.p-x-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-t-0 {
  padding-top: 0;
}
.p-b-0 {
  padding-bottom: 0;
}
.p-l-0 {
  padding-left: 0;
}

.p-r-0 {
  padding-right: 0;
}

.relative {
  position: relative;
}

.grey-frame {
  border: 0.15rem solid #ccc;
}

.yellow-frame {
  border: 0.15rem solid #ffcb00;
}

.m-content-border {
  position: relative;
  outline: 0.3rem solid var(--yellow);
}

::selection {
  background: #ccc;
}

.img-1x1 {
  aspect-ratio: 1;
  object-fit: cover;
}

.m-content-border--inside {
  outline-offset: -7px;
}

.yellow-frame:before {
  border-color: #ffcb00;
}

.white-frame {
  outline-color: white;
}

.m-content-border--left:before {
  left: -10em;
}

.m-content-border--right:before {
  right: -10em;
}

.vertical-line:after {
  content: "";
  height: 80%;
  border-right: 0.0625rem solid #ccc;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}

.horizontal-line {
  position: relative;
  border-bottom: 0.0625rem solid #ccc;
  display: block;
  width: 100%;
}

.rte a {
  text-decoration: underline;
}

.product-card-wrapper:hover img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #fff0),
    color-stop(10rem, rgba(255, 255, 255, 0.64)),
    color-stop(20rem, #fff0)
  );
  background-image: linear-gradient(
    90deg,
    #fff0 0,
    rgba(255, 255, 255, 0.64) 10rem,
    #fff0 20rem
  );
  -webkit-animation: skeletonLoading 2s linear infinite;
  animation: skeletonLoading 2s linear infinite;
}

@keyframes skeletonLoading {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  35%,
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/* Misc  */
.no-background {
  background: none !important;
}
@keyframes loading-icon {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading__spinner svg {
  width: 100%;
  animation: loading-icon 1.2s infinite;
}

.utility-bar {
  height: auto;
}

.flex-grid {
  display: flex;
  gap: 2rem;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row !important;
}

.image-right {
  flex-direction: row-reverse;
}

.flex-grid__item--20 {
  flex-basis: 20%;
}

.flex-grid__item--25 {
  flex-basis: 25%;
}

.flex-grid__item--33 {
  flex-basis: 33%;
}

.flex-grid__item--50 {
  flex-basis: 50%;
}

.flex-grid__item--66 {
  flex-basis: 66%;
}

.flex-grid__item--75 {
  flex-basis: 75%;
}

.flex-grid__item--80 {
  flex-basis: 80%;
}

.flex-grid__item--100 {
  flex-basis: 100%;
}

.jdgm-star.jdgm--on:before {
  content: "\2605" !important;
}

.jdgm-star.jdgm--off:before {
  content: "\2606" !important;
}

.jdgm-star.jdgm--half:before {
  content: "\2BEA" !important;
  font-family: Arial, Helvetica, sans-serif;
}

summary .icon-more,
summary .icon-less {
  display: block;
  position: absolute;
  height: 1.8rem;
  right: 1.5rem;
  top: calc(35% - 0.2rem);
}

.accordion summary {
  background-color: var(--greyback1);
}

.accordion__title {
  font-size: 1.8rem;
  color: var(--grey1);
  font-weight: 500;
}

.accordion details[open] > summary .icon-less,
.facets details[open] > summary .icon-less {
  opacity: 1;
}

.accordion details[open] > summary .icon-more,
.facets details[open] > summary .icon-more {
  opacity: 0;
}

.button,
.button-label,
.shopify-challenge__button {
  font-size: 1.4rem;
  color: #001022;
  line-height: 2.2rem;
  letter-spacing: normal !important;
  line-height: 1.375rem;
  height: auto;
  padding: 1.4rem 2.4rem;
  display: inline-flex;
  min-height: 2.2rem;
}
input[type="checkbox"] {
  margin-left: 0;
}
.grid__item img {
  width: 100%;
  height: auto;
}
.deferred-media__poster-button {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}
.vertical-line:after {
  content: "";
  height: 80%;
  border-right: 0.0625rem solid #ccc;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -1.2rem;
}

.section-header.shopify-section-group-header-group {
  z-index: 5;
}
.section-header__title::after,
.section-header > h2::after,
.section-header > h3::after,
.section-header > h1::after,
.main-page-title::after,
.module-heading:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3.125rem;
  height: 1px;
  background: #001022;
}

.module {
  margin: 4rem auto 6rem;
  position: relative;
}

.module.section-1 {
  margin-top: 0;
}

.module .section-header,
.main-page-title,
.module-heading {
  margin-bottom: 4rem !important;
  text-align: center;
  position: relative;
}

.module .grid__item {
  position: relative;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  fill: #001022;
}

.module .button * {
  color: inherit;
}

.button--outline {
  border: 1px solid #001022;
  background-color: transparent;
  color: #001022;
}

.button--outline:hover {
  border-color: #001022 !important;
  background-color: #001022;
  color: white;
}

.module .text-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.module .text-box > h1,
.module .text-box > h2,
.module .text-box > h3 {
  margin: inherit;
}

.module picture {
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.title--primary {
  font-size: 2.4rem;
}

.promo-grid__container {
  position: relative;
}

.lt-image-container {
  display: grid;
  grid-template: "lt-image-container";
  place-items: center;
  place-content: center;
}

.lt-image-container > * {
  grid-area: lt-image-container;
}

.content-overlay {
  max-width: min(450px, 350px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  padding: 2.4rem;
  place-self: center right;
  text-align: center;

  background: var(--gradient-background);
  outline: 0.3rem solid var(--yellow);
  outline-offset: -1rem;
}

.scroll-shadows {
  overflow: auto;
  background:
        /* Shadow Cover TOP */ linear-gradient(
        white 30%,
        rgba(255, 255, 255, 0)
      )
      center top,
    /* Shadow Cover BOTTOM */ linear-gradient(rgba(255, 255, 255, 0), white 70%)
      center bottom,
    /* Shadow TOP */
      radial-gradient(
        farthest-side at 50% 0,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0)
      )
      center top,
    /* Shadow BOTTOM */
      radial-gradient(
        farthest-side at 50% 100%,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0)
      )
      center bottom;

  background-repeat: no-repeat;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}

.top-shadow {
  box-shadow: 0 -15px 25px -25px rgba(0, 0, 0, 0.45);
}

.scrollbox {
  position: relative;
  z-index: 1;
  overflow: auto;

  background: #fffefa no-repeat;
  background-image: -webkit-radial-gradient(
      50% 0,
      farthest-side,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0)
    ),
    -webkit-radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background-image: -moz-radial-gradient(
      50% 0,
      farthest-side,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0)
    ),
    -moz-radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background-image: radial-gradient(
      farthest-side at 50% 0,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0)
    ),
    radial-gradient(
      farthest-side at 50% 100%,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0)
    );
  background-position: 0 0, 0 100%;
  background-size: 100% 14px;
}

.scrollbox:before,
.scrollbox:after {
  content: "";
  position: relative;
  z-index: -1;
  display: block;
  height: 30px;
  margin: 0 0 -30px;
  background: -webkit-linear-gradient(
    top,
    #fff,
    #fff 30%,
    rgba(255, 255, 255, 0)
  );
  background: -moz-linear-gradient(top, #fff, #fff 30%, rgba(255, 255, 255, 0));
  background: linear-gradient(
    to bottom,
    #fff,
    #fff 30%,
    rgba(255, 255, 255, 0)
  );
}

.scrollbox:after {
  margin: -30px 0 0;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0),
    #fff 70%,
    #fff
  );
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff 70%, #fff);
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    #fff 70%,
    #fff
  );
}

.loader-background {
  display: block;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0 0 25px 25px white inset;
}

.loader {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Splide  */

.splide__arrow--prev,
.splide__arrow--next {
  background: white;
  border-radius: 0;
}

.splide__arrow svg {
  fill: #001022;
  width: 4rem;
  height: 4rem;
}
.splide__arrows--ttb .splide__arrow {
  width: 6rem;
  height: 4rem;
}

.splide__arrows--ltr .splide__arrow {
  width: 4rem;
  height: 6rem;
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 0;
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 0;
}
.splide__arrow--next {
  right: 0;
}

.splide__arrow--prev {
  left: 0;
}

.splide__arrow:not(:disabled):hover {
  opacity: 1;
}

/* Display None  */
.price_block .price__badge-sold-out,
.quantity__label {
  display: none;
}

/* Header */
.localization-form__select {
  min-width: calc(6rem + var(--inputs-border-width) * 2);
  text-transform: uppercase;
}
li.language-item,
.language-list .disclosure__item {
  display: inline-block;
}
.language-item-active,
.language-list a.disclosure__item--active {
  font-weight: bold;
}
.language-list .disclosure__item a {
  padding: 1rem;
}

.header__icon,
.header__icon--cart .icon {
  height: 2rem;
}
.header__icon--menu .icon {
  fill: #001022;
}

a.stores-icon {
  grid-area: left-icons;
  margin-left: 6rem;
  margin-top: 0.7rem;
}

.scrolled-past-header {
  box-shadow: rgba(0, 0, 0, 0.42) 0 0 3.375rem;
}

.breadcrumb {
  align-items: center;
  font-size: 1.2rem;
}

.breadcrumb li,
.breadcrumb li a {
  font-size: 1.2rem;
}

.menu-product a,
.menu-column a,
.menu-collection a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-direction: column;
  font-size: 1.4rem;
  color: #001022;
  text-align: center;
}
.menu-product .button {
  margin-top: 1rem;
}
.menu-collection .button {
  margin-top: 2rem;
}
.menu-collection {
  width: 20%;
}
.menu-collection picture {
  aspect-ratio: 1/1;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}

.menu-block img {
  width: 100%;
  object-fit: cover;
}

.menu-column img {
  aspect-ratio: 4/2;
}

.menu-product .relative > picture > img {
  width: 60% !important;
  height: auto;
}

.list-menu__item a {
  color: #001022;
}

.header--top-center .mega-menu__list > li {
  width: 25%;
}

.mega-menu__link--level-2 {
  border-bottom: 0.1875rem solid #ffcb00;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
  color: rgba(var(--color-foreground), 0.75);
  display: block;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  transition: text-decoration var(--duration-short) ease;
  word-wrap: break-word;
}

.mobile-menu-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin: 1rem;
}

.predictive-search__heading {
  font-weight: bold;
  color: #001022;
  font-size: 1.2rem;
}

.predictive-search__results-groups-wrapper * {
  color: #001022;
}

.predictive-search__result-group:first-child .predictive-search__pages-wrapper,
.predictive-search__results-groups-wrapper--no-products
  .predictive-search__result-group:nth-child(2),
.predictive-search__result-group:last-child .predictive-search__pages-wrapper {
  display: block;
}
.predictive-search__result-group {
  overflow: hidden;
  gap: 1rem;
}
.predictive-search__result-group:first-child {
  position: sticky;
  top: 0;
  height: 100%;
}
div#predictive-search-option-search-keywords {
  position: sticky;
  bottom: 0;
  background-color: white;
}

nav.search-suggested-collections {
  padding: 1rem;
  text-align: center;
}
nav.search-suggested-collections a {
  background: #f7f6f3;
  padding: 1rem;
  font-size: 1.4rem;
  color: #001022;
  margin: 0.5rem;
}
.modal__close-button.link {
  transform: scaleX(-1);
}

.search-modal__content {
  padding: 1.4rem;
  align-items: flex-start;
  flex-direction: column;
  margin: auto;
  max-width: 1000px;
  z-index: 3;
}
.search-modal__content .search-label,
main-serch .search-label {
  display: flex;
  align-items: center;
}
.search-modal__form .field:after,
main-search .field:after {
  display: none;
}
.search-modal__form .field__input:focus,
main-search .search__input.field__input,
.template-search__search .search__input {
  border-radius: 25px;

  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground));
  padding: 1rem 2rem;
}
.template-search__search .search__input {
  border: 0.1rem solid #001022;
}
.search-modal__form {
  max-width: 1000px;
}

.predictive-search__results-groups-wrapper {
  max-width: 100%;
}
.predictive-search__item--link-with-thumbnail {
  grid-template-columns: 75px 1fr;
  grid-column-gap: 1rem;
}
.predictive-search__item-heading {
  font-size: 1.4rem;
}
.predictive-search__item .price-block {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.predictive-search__item .price-block .price {
  margin-top: 0;
  font-size: inherit;
}

.predictive-search__item .price .price-item {
  margin-right: 0;
}
ul#predictive-search-results-products-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/* Customer  */
.customer .field {
  border: 1px solid #001022;
}
#customer_login button,
#customer_login a {
  min-width: 150px;
  font-size: 1.4rem !important;
}

.account-head,
.account-head p {
  background-color: #001022;
  color: white;
}

.account-nav {
  margin-top: 0 !important;
}

.account-nav a {
  color: #001022;
}

.account-nav a:hover {
  font-weight: bold;
  text-decoration: underline;
}

.account-nav ul {
  text-align: center;
  margin: 2rem auto;
  list-style: none;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 2rem;
  border-bottom: 1px solid black;
  padding-bottom: 2rem;
}

.account-nav ul li:after {
  content: "|";
  margin-left: 1rem;
}

.account-nav ul li:last-child:after {
  content: "";
}

.customer table th,
.customer table td {
  border: 1px solid black;
  padding: 1.2rem !important;
  text-align: center !important;
}
.customer a:not(.button) {
  text-decoration: underline;
}
.customer table {
  border: inherit;
}
.customer table th {
  border-bottom: 0;
  font-weight: bold;
  text-align: center;
}
.customer table th *,
.customer table td * {
  margin: auto;
  padding: 0;
  text-align: center;
}
.account table td:first-of-type a {
  padding: 0;
  font-size: inherit;
  box-shadow: none;
  margin: auto;
}
.account thead th:last-child,
.account td:last-child {
  text-align: center;
}
.customer thead:after,
.customer tfoot:before {
  content: "";
  height: 0;
  display: none;
}
/* PLP  */
.main-collection-grid > div {
  padding-top: 0;
}

.collection-hero.collection-hero--with-image {
  padding: 0 !important;
}

.collection-hero__image-container,
.collection-hero--with-image .collection-hero__inner {
  overflow: visible !important;
}

.collection-hero__image-container img {
  max-width: inherit !important;
}

.collection-hero--with-image .collection-hero__text-wrapper {
  padding: 0 2rem 0 0;
}

.collection-hero__image-container {
  margin-bottom: 3rem;
}

.collection-hero__description {
  font-size: 1.6rem !important;
  line-height: 1.8 !important;
  text-align: left !important;
}

.collection-content-push {
  padding: 0 2rem;
  text-align: center;
  gap: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 100%;
  justify-content: space-between;
}

.text-center .collection-content-push {
  align-items: start;
}

.image-top img {
  order: -1;
}

.image-top h3,
.image-middle h3 {
  margin-bottom: 0rem;
}

.image-middle h3 {
  order: -1;
  margin-top: 2rem;
}

.image-middle a {
  margin-bottom: 2rem;
}

.image-bottom img {
  order: 5;
}

.image-bottom h3 {
  margin-top: 2rem;
  margin-bottom: 0rem;
}

.cp-two-column > div {
  position: relative;
  height: 100%;
}

.cp-two-column img {
  max-block-size: 500px;
  object-fit: cover;
  display: block;
}

.cp-two-column .collection-content-push {
  position: absolute;
  z-index: 0;
  top: 0;
  max-height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.text-left .collection-content-push {
  align-items: start;
  text-align: left;
}

.text-center .collection-content-push {
  align-items: center;
  text-align: center;
}

.cp-two-column.text-white *:not(a) {
  color: white;
}

.collection-content-push a {
  margin-top: 0;
}

.collection-content-push p {
  font-size: 1.4rem;
  margin: 0;
}

.collection-content-push img {
  margin: 0 -2rem;
  width: calc(100% + 4rem);
  max-height: 310px;
  object-fit: cover;
}

.facets__heading {
  font-size: 1.4rem;
  color: #001022;
  text-transform: uppercase;
}

.product-card-wrapper,
.product-card-wrapper .card__content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: end;
}

.menu-product .product-card-wrapper {
  justify-content: start;
}

.product-grid .grid__item a,
.product-grid .grid__item a:hover,
.product-card-wrapper a:hover {
  text-decoration: inherit;
  color: inherit;
}

.product-card-wrapper product-form {
  z-index: 1;
}

.card-wrapper .media img,
.product-card-wrapper img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}

.card-wrapper .card-secondary-image {
  position: absolute;
  z-index: -1;
  top: 0;
  opacity: 0;
  width: 100%;
}

.card-wrapper:hover .card-secondary-image {
  z-index: 2 !important;
  opacity: 1 !important;
  left: 0;
  background-color: white;
}
.current-sku:hover .card-secondary-image {
  background: #fff7da !important;
}

.quick-add__submit,
.button--secondary {
  background-color: transparent;
  border: 1px solid #001022 !important;
  color: #001022;
}
.quick-add__submit:hover,
.button--secondary:hover {
  background-color: #001022;
  border: 1px solid #001022;
  color: white !important;
}

.quick-add:hover svg .path,
.button--secondary:hover .path,
.lt-cart-promo-code:hover .submitting .loading__spinner .path {
  stroke: white !important;
}

.card-wrapper {
  padding: 0.5rem;
}

.card-wrapper .card__information .lt-label:empty {
  display: block;
}

.card-wrapper .card__heading {
  min-height: 3rem;
  font-size: 1.4rem;
  display: block !important;
}
.card__inner {
  aspect-ratio: 1;
}
.card__inner .card__content {
  display: none;
}

.card__content .card__information {
  display: none;
}

.card-information .product-size {
  float: left;
}

.card-information .price {
  float: right;
}

.card__content .price-block {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  width: 100%;
}

.card__content .price-block small {
  margin-right: 0.5rem;
}

.card__content .separator {
  margin: 0 0.5em;
}

.has-no-rating.rating-star::before {
  -webkit-background-clip: text;
  -webkit-text-fill-color: lightgray;
  background-clip: text;
}

.has-rating.rating-star::before {
  -webkit-background-clip: text;
  -webkit-text-fill-color: inherit;
  background-clip: text;
}

.product-count-vertical {
  display: flex;
  align-items: center;
}

.card--standard > .card__content .card__information {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  min-height: 12rem;
  grid-row-start: 2 !important;
}

.card--standard > .card__content .card__information * {
  text-align: center !important;
}

.card__badge {
  z-index: 1;
  position: absolute;

  right: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.badge {
  background-color: #ffdb4c;
  color: #001022;
  font-size: 1.2rem;
  letter-spacing: 0;
  padding: 0.5rem;
}
.badge-sold-out {
  background-color: #e5e7e8;
}
.facets-container {
  position: sticky;
  top: 16rem;
  overflow: hidden auto;
  scrollbar-width: thin;
  max-height: 85vh;
}
.facet-filters__field .select {
  border: 1px solid #001022;
  padding: 1rem;
}

.facet-filters__field .select select {
  z-index: 1;
  padding-right: 2.5rem;
}
.facet-checkbox input[type="checkbox"] {
  left: 0;
  appearance: auto;
}
.facet-checkbox__text {
  padding-left: 2.4rem;
}
.facet-filters__field .select svg.icon {
  position: absolute;
  top: 1.2rem;
  right: 1rem;
  padding: 0.1rem;
  height: 1.6rem;
  width: 1.6rem;
  background-color: white;
}

.facets {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lt-facets {
  margin-bottom: 1rem;
}

.lt-facets-toggle {
  cursor: pointer;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: fit-content;
}

#toggleFilter {
  cursor: pointer;
  font-size: 1.6rem;
}

.facets__disclosure-vertical {
  border: 0;
}
.facets-vertical .facets__summary:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}
.facets-vertical .facets__summary {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.facets__summary-label,
.facets__summary > div > span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
}

.facets__price .field {
  align-items: start;
  flex-direction: column-reverse;
}

.facets__header-vertical {
  display: none;
}

.facets__price .field:after,
.facets__price:hover .field:after {
  border: 0;
  box-shadow: none;
}

.facets__price .field label {
  position: relative;
  transform: inherit;
  left: 0;
  top: 0;
}

.range-slider {
  width: 100%;
  margin: 2rem;
  text-align: center;
  position: relative;
  height: 3rem;
  display: block;
}
.range-slider svg,
.range-slider input[type="range"] {
  position: absolute;
  left: 0;
  bottom: 0;
}

.range-slider input[type="number"]:invalid,
.range-slider input[type="number"]:out-of-range {
  border: 2px solid #001022;
}
.range-slider input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}
.range-slider input[type="range"]:focus {
  outline: none;
}
.range-slider input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #001022;
}
.range-slider input[type="range"]:focus::-ms-fill-lower {
  background: #001022;
}
.range-slider input[type="range"]:focus::-ms-fill-upper {
  background: #001022;
}
.range-slider input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.3rem;
  cursor: pointer;
  background: #001022;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.range-slider input[type="range"]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #001022;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #001022;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  margin-top: -7px;
}
.range-slider input[type="range"]::-moz-range-track {
  width: 100%;
  height: 0.3rem;
  cursor: pointer;
  background: #001022;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.range-slider input[type="range"]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #001022;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #001022;
  cursor: pointer;
}
.range-slider input[type="range"]::-ms-track {
  width: 100%;
  height: 0.3rem;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.range-slider input[type="range"]::-ms-fill-lower,
.range-slider input[type="range"]::-ms-fill-upper {
  background: #001022;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.range-slider input[type="range"]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #001022;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #001022;
  cursor: pointer;
}

.facets__price .field__input:focus ~ .field__label,
.facets__price .field__input:not(:placeholder-shown) ~ .field__label,
.facets__price .field__input:-webkit-autofill ~ .field__label {
  font-size: 1.4rem;
  top: 0;
  left: 0;
}

.facets__price .field-currency {
  padding-top: 2rem;
}

.facets__price .field input {
  border: 1px solid #001022;
  padding: 0.5rem;
  line-height: 1;
  text-align: center;
}

.field__input::placeholder {
  display: block;
}

.facets label,
.facet-checkbox__text {
  font-size: 1.4rem;
}

.product-progress {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.4rem;
  justify-content: center;
  margin-top: 2rem;
}

.product-progress progress {
  accent-color: #001022;
}

/* PDP */
.product-option * {
  text-transform: capitalize;
}
.product .slider-buttons {
  display: flex !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  align-items: center;
  justify-content: space-between;
}

.slider-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 99;
  justify-content: space-between;
}

.product-gallery {
  margin-bottom: 3rem;
}

.product .product__title {
  margin-top: 0;
}

.slider-button .icon {
  height: 100%;
  height: 1.4rem !important;
}

slideshow-component .slider-counter--dots {
  display: none;
}

slideshow-component .slideshow__controls.slider-buttons {
  bottom: 50% !important;
  width: 100%;
  justify-content: space-between;
}

slideshow-component .slider-button .icon {
  height: 1rem;
}

.slider-counter {
  display: none;
}

.product-media-container {
  border: 0;
}

.product__media-icon,
.thumbnail__badge {
  left: inherit !important;
  right: 1.2rem;
}

.product-gallery {
  display: flex !important;
  gap: 1rem;
}

.product-icons {
  position: absolute;
  z-index: 3;
  top: 2rem;
  left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-icons picture {
  background: transparent;
}
.menu-product .product-icon {
  z-index: 1;
}
.product-icon,
.menu-product picture {
  width: 50px !important;
  height: auto;
}

.card--standard .product-icons {
  top: 1rem;
  left: 1rem;
}

.card--standard .product-icon {
  width: 50px !important;
}

#thumbnail-slider {
  flex-basis: 15% !important;
  max-height: 600px;
}

#main-slider {
  flex-basis: 85% !important;
  max-height: 650px;
  aspect-ratio: 1;
}

#thumbnail-slider .thumbnail[aria-current] {
  box-shadow: none;
}

#thumbnail-slider .thumbnail {
  position: relative;
  height: auto !important;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 1px solid #001022 !important;
  overflow: hidden;
}

.splide__slide .card__inner {
  background-color: transparent;
}

#main-slider .splide__slide img {
  aspect-ratio: 1;
}

.product-media-container .thumbnail,
#thumbnail-slider .thumbnail {
  background-color: #f6f6f3 !important;
}

.product__title > *,
.product .price__container {
  font-size: 2.4rem;
}

.price > * {
  vertical-align: middle;
}
.price--on-sale .price__sale {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  line-height: 1;
}
.price--on-sale .price-item--regular  {
  font-size: 1.6rem !important;
  line-height: 1;
}

.price__sale  {
  margin-bottom: 2rem;
}

.price__sale *  {
  line-height: 1;
}

span.made-in-france {
  display: flex;
  flex: 1;
  color: #495460;
  font-size: 1.2rem;
  align-items: center;
}

span.made-in-france img {
  width: 2.4rem;
  margin-right: 1rem;
}

.product__tax {
  margin-top: -1.4rem !important;
}

.lt-label {
  color: #495460;
  line-height: 1;
  margin: 0;
}

.price_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-direction: row;
}

.price_block .price {
  align-items: center;
}

.price_block > div:first-child {
  flex-basis: 60%;
}

.price_block > div {
  flex: 1;
}

.price_block .quantity {
  margin-left: auto;
  width: calc(11rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  min-height: calc((var(--inputs-border-width) * 2) + 3.5rem);
  margin-bottom: 0;
}

.product-form__buttons {
  max-width: 50rem;
}

.product-form__input input[type="radio"] + label {
  border-radius: 0 !important;
  border-color: #b2b7bc !important;
  color: black !important;
  background-color: white !important;
  letter-spacing: 0 !important;
  margin-right: 1rem !important;
}

.product-form__input input[type="radio"]:checked + label {
  border-color: black !important;
  font-weight: 500;
}

.product-form__input--dropdown {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--colorBorder) !important;
  border-bottom: 1px solid var(--colorBorder) !important;
}

.product-form__quantity {
  margin-bottom: 0 !important;
}

.product-form__input .form__label {
  margin-bottom: 0;
  padding-right: 1rem;
  font-size: 1.4rem;
  color: var(--grey2);
}

.product-form__input--dropdown .select {
  max-width: 100% !important;
  color: var(--grey2);
  font-size: 1.4rem;
}

.product-form__input select {
  font-size: 1.4rem;
}

.product-form__input--dropdown .select:after {
  box-shadow: none;
}

.form__label {
  font-weight: 500 !important;
  color: #001022 !important;
}

.product-form__submit span {
  font-size: 1.4rem;
}

.pickup-availability-info * {
  font-size: 1.4rem;
  text-align: justify;
}

.pickup-availability-preview {
  padding: 1rem 0 0 0 !important;
}

.product__sku {
  font-size: 1.4rem;
}

.icon-with-text--vertical {
  display: flex;
  align-items: end;
  gap: 1rem;
  background: #f7f6f3;
}

.icon-with-text--vertical .icon-with-text__item {
  flex: 1 auto;
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}

.icon-with-text--horizontal {
  flex-direction: column;
}

.icon-with-text--horizontal .icon-with-text__item {
  background: #f7f6f3;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
}

.icon-with-text--horizontal .icon-with-text__item span {
  text-align: left;
}

.icon-with-text__item {
  flex: 50px 1;
  padding: 1rem;
  margin-bottom: 1.8rem !important;
}

.icon-with-text__item img,
.icon-with-text__item svg {
  width: 100%;
  flex-basis: 50px;
  max-width: 30px;
  height: auto;
  margin-bottom: 0 !important;
}

.icon-with-text__item .h4 {
  font-size: 1.4rem;
}

/* product description */
.lt-product-description .accordion__title {
  padding-left: 2.4rem;
}

.lt-product-description .accordion summary,
.lt-product-description .accordion details {
  background-color: #f7f6f3;
}

.lt-product-description .accordion {
  margin-bottom: 1rem;
}

.accordion summary:hover {
  background: var(--greyback1) !important;
}

.lt-product-description .accordion {
  border-bottom: 2px solid white;
}

.lt-product-description .accordion .accordion__content {
  padding: 0 2.4rem;
  background-color: #f7f6f3;
}

.product-description {
  border-bottom: 1px solid var(--quartnerary);
  padding: 2rem 0 0;
}

.product-description h3 {
  font-size: 1.6rem;
  margin: 0 0 10px;
  font-weight: bold;
}

.product-description-text {
  padding: 2.4rem;
  font-size: 1.6rem !important;
}

.perfumery {
  padding: 1.6rem 2.4rem 2.4rem;
  justify-content: space-around;
}

.perfumery * {
  text-align: center;
  font-size: 1.4rem;
}

.mobile-layout-image_second .collapsible-content__grid-item {
  order: 2;
}

.benefits {
  padding: 0 2.4rem 2rem;
  position: relative;
}

.benefits:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--quartnerary);
}

.benefits ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.benefits ul li:before {
  content: "✓ ";
  position: absolute;
  left: 0;
  top: 10%;

  font-size: 1rem;
}

.benefits ul li {
  position: relative;
  padding-left: 1.25rem;
  margin: 0.625rem 0;
}

.application-area {
  padding: 0 0 1rem 3.2rem;
}

/* Content for gifts */
.kit-contents {
  padding: 2.4rem;
}

.kit-contents .heading {
  font-size: 1.4rem;
  color: #495460;
  margin-bottom: 1.4rem;
}

.kit-contents .card__inner,
.kit-contents .card__inner .media img,
.kit-contents .card__inner .product-icon {
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

.kit-contents .splide__arrow--prev {
  left: -1.5rem;
}

.kit-contents .splide__arrow--next {
  right: -1.5rem;
}

.product-desription-text * {
  font-size: 1.8rem;
}

.featured-ingredients-title {
  font-weight: bold;
  margin-top: 1rem !important;
}

ul.featured-ingredients {
  margin: 0;
  padding: 0;
}

.featured-ingredients li {
  display: flex;
  align-items: start;
  border-bottom: 1px solid var(--colorBorder);
  padding: 1.6rem 0 3rem;
}

.featured-ingredients h4 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 500;
}

.featured-ingredients div {
  display: flex;
  flex-direction: column;
  align-items: start;
  font-size: 1.4rem;
}

img.feature-ingredient-image {
  border-radius: 50%;
  margin-right: 2rem;
  max-width: 150px;
}

.inci {
  display: none;
}

.inci.inci-toggle {
  display: block;
  font-size: 1.4rem;
  padding: 0 0 2.4rem;
}

.inci-btn {
  display: flex;
  align-items: center;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
}

.inci-btn .icon {
  width: 12px;
  margin-left: 1rem;
}

/* routine  */

.routine-description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 3rem;
}

.routine-description h2 {
  font-size: 2.4rem;
  margin-top: 0;
}

.routine-description p {
  font-size: 1.8rem;
  color: #495460;
}

.lt-routine .card__inner {
  background-color: transparent !important;
}

.lt-routine .card-wrapper {
  padding: 2.4rem;
  position: relative;
  align-self: end;
}

.lt-routine .card-wrapper .routine-icon {
  position: absolute;
  top: 30%;
  right: -1.4rem;
  z-index: 3;
}

.lt-routine .routine-icon svg {
  width: 18px;
}

.current-sku {
  background: #fff7da;
  border: 1px solid rgba(255, 203, 0, 0.5);
}

/* sticky cart */

.sticky-add-cart {
  position: fixed;
  bottom: 0;
  height: 75px;
  width: 100vw;
  z-index: 2;
  display: none;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  background: white;
  padding: 1em;
}

.sticky-add-cart button {
  padding: 1.5rem 1.8rem;
}

/* Product collection  */
.product-collections {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-collections h2,
.product-collections h4 {
  color: var(--grey1);
  font-weight: 500;
  margin: 0;
}

.product-collections nav {
  list-style: none;
  padding: 5px 0 1rem;
  display: flex;
  overflow-x: auto;
  margin-bottom: 1rem;
}

.product-collections nav::-webkit-scrollbar,
.facets-container::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.4rem;
  background: transparent;
  cursor: pointer;
}

.frame::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}

.product-collections nav::-webkit-scrollbar-thumb,
.facets-container::-webkit-scrollbar-thumb {
  background: #898989;
  border-radius: 0.3rem;
}

.product-collections nav::-webkit-scrollbar-track,
.facets-container::-webkit-scrollbar-track {
  background: 0 0;
  border-radius: 0.3rem;
}

.product-collections nav a {
  flex: 0 0 auto;
  margin-right: 1rem;
  padding: 0.5rem 2rem;
  border-radius: 25px;
  border: 1px solid black;
  color: #495460;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}

.product-collections nav a:hover,
.product-collections nav a.active {
  background-color: #001022;
  color: white;
}

.product-collections b {
  text-align: center;
  display: block;
  text-transform: uppercase;
}

/* product application */
.lt-product-application {
  background: #f3f3f3;
}

.lt-product-application img {
  width: 100%;
  height: auto;
}

.lt-product-application .title {
  margin: auto;
  font-size: 2.4rem;
}

.lt-product-application .splide__slide {
  margin: 0 3rem;
}

.lt-product-application .splide__arrow--prev,
.lt-product-application .splide__arrow--next {
  background-color: transparent;
}
/* faq  */
.lt-faq .h1 {
  margin-top: 2rem;
  font-size: 2.4rem;
}

.lt-faq .accordion {
  margin-top: 0;
}

.lt-faq summary {
  background: none;
}

.lt-faq .faq-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2.4rem;
}

/* proven results  */
.lt-proven-results .image-with-text__heading {
  font-size: 2.4rem;
  min-width: 85px;
  text-align: center;
}

.proven-result {
  display: flex;
  align-items: center;
}

.proven-result h3 {
  margin: 0 1rem 0 0;
  font-size: 2.4rem;
}

.lt-proven-results .image-with-text__text p,
.proven-result p {
  margin: 0;
  font-size: 1.4rem;
}

.view-more-content {
  display: none;
}

.lt-proven-results .view-more-content.view-more-toggle {
  display: block;
  font-size: 1.2rem;
  color: #495460;
  margin-top: 0;
}

.lt-proven-results .image-with-text__content {
  padding: 0;
}

.lt-proven-results .view-more-content ul {
  padding-left: 2rem;
}

.lt-proven-results .image-with-text__media-item {
  padding: 2.4rem;
}

.related-products__heading {
  font-size: 2.4rem;
  text-align: center;
  color: #001022;
  margin-top: 2.4rem !important;
}

.related-products .splide__slide .gradient {
  background: transparent;
}

/* Reviews  */
.jdgm-ans,
.jdgm-rev__reply {
  background-color: #efefef !important;
}
.jdgm-rev__body,
.jdgm-rev__author {
  font-size: 1.4rem !important;
}
.jdgm-rev__title,
.jdgm-paginate {
  font-size: 1.6rem !important;
}

.jdgm-write-rev-link {
  font-weight: normal !important;
}
.jdgm-paginate__first-page:before {
  content: "\00AB" !important;
}
.jdgm-paginate__prev-page:before {
  content: "\2039" !important;
}

.jdgm-paginate__next-page:before {
  content: "\203A" !important;
}
.jdgm-paginate__last-page:before {
  content: "\00BB" !important;
}
.jdgm-paginate__page.jdgm-curt {
  font-size: inherit !important;
  color: var(--jdgm-paginate-color);
}
.jdgm-histogram__bar-content,
.jdgm-rev__buyer-badge {
  background-color: #001022 !important;
}
.jdgm-rev__icon,
.jdgm-row-extra {
  display: none !important;
}
.jdgm-paginate {
  border: 0 !important;
}
.jdgm-rev-widg__header,
.jdgm-row-actions,
.jdgm-rev {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
  padding: 1rem 2rem !important;
  border-radius: 1rem !important;
}
.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown,
.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
  color: #001022 !important;
}
.jdgm-row-actions,
.jdgm-rev-widg__body {
  margin-top: 2rem !important;
}
.jdgm-rev-widg__reviews {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-template-rows: repeat(1, 1fr) !important;
  gap: 2rem !important;
}
.jdgm-write-rev-link {
  background: none !important;
  color: #001022 !important;
  border: 1px solid #001022 !important;
  font-weight: normal !important;
}
/* Cart  */

.lt-sticky-checkout ul {
  display: inline-flex;
  justify-content: space-around;
  width: 100%;
  list-style: none;
}

.lt-sticky-checkout li {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid grey;
}

.lt-sticky-checkout .number {
  border: 1px solid #001022;
  border-radius: 50%;
  padding: 0.25rem 1rem;
  font-size: 1.2rem;
}

.lt-sticky-checkout .title {
  margin: 1rem;
  font-size: 1.4rem;
}

.lt-sticky-checkout li:first-child {
  border-bottom: 2px solid #001022;
}

.lt-sticky-checkout li:first-child .number {
  background-color: #001022;
  color: white;
}

cart-drawer.is-empty .drawer__inner {
  padding: 0 1.5rem;
  display: flex;
  align-items: stretch;
}

.cart-drawer .cart__checkout-button {
  width: 100%;
}

.cart-drawer .cart-item {
  gap: 0;
}
.cart-drawer .cart-items thead {
  background-color: white;
}
.cart-drawer__overlay:empty {
  background-color: rgba(0, 16, 34, 0.5);
}
.cart-drawer .cart-item__details {
  grid-column: 2 / 5;
}
.cart-drawer .cart-items .cart-item__quantity {
  grid-column: 2 / 4;
  align-self: center;
}
.cart-drawer .cart-item__totals {
  padding: 0 0 0.5rem !important;
  grid-column: 4 / 5;
  align-self: center;
}
.cart-drawer .cart-items td {
  padding-top: 1rem;
}

.cart-drawer .lt-free-shipping-block {
  flex-direction: row-reverse;
}

.cart-drawer .lt-free-shipping-push {
  display: grid;
}
.cart-drawer span.lt-free-shipping-min-max {
  order: 1;
}

.cart-drawer .lt-free-shipping-message {
  order: 2;
}

.cart-drawer .lt-free-shipping-block progress {
  order: 3;
}

.cart-drawer .discounts__discount {
  justify-content: end;
}

.main-cart-items .cart-item__media img {
  max-width: 100px;
  height: auto;
  background-color: #f7f6f3;
}

.drawer .totals__total-value {
  font-size: 1.6rem;
}

.template-cart #MainContent {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 100%;
  width: var(--page-width);
}

.template-cart #MainContent > .main-cart-items {
  flex: 0 0 70%;
  overflow: clip;
  max-width: 70%;
}

#main-cart-footer {
  position: sticky;
  top: 18rem;
}

.template-cart #MainContent > .main-cart-footer {
  flex: 0 0 30%;
  overflow: clip;
}

.template-cart #MainContent > div:not(.main-cart-items):not(.main-cart-footer) {
  flex: 0 0 100%;
  overflow: clip;
}
.title-wrapper-with-link {
  margin-bottom: 2rem;
}
.cart-items thead tr {
  margin-bottom: 2rem;
}
.cart-items th {
  font-size: 1.4rem;
}

.cart-items td {
  vertical-align: middle;
  padding-top: 1rem;
}
.cart-item > td + td {
  padding-left: 2rem;
}
.cart__items {
  border-bottom: 0;
}

.cart-item {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  grid-template: repeat(2, auto) / repeat(3, 1fr);
}

.cart-item__quantity {
  grid-column: 2 / 4;
}
.quantity__input {
  font-size: 1.2rem;
  padding: 0;
}
.quantity {
  min-height: calc((var(--inputs-border-width) * 2) + 3rem);
  width: calc(10rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
}
.quantity__button {
  width: calc(4rem / var(--font-body-scale));
}
.cart-item__totals {
  order: 4;
  grid-column: 4/4;
  align-items: center;
  padding: 0 !important;
}

.cart-item__name {
  font-size: 1.6rem;
}

.cart-item cart-remove-button {
  margin-left: 0;
}

.main-cart-footer .page-width {
  padding: 0 1.5rem;
}

.template-cart #MainContent > div:not(.main-cart-footer) {
  border-top: 1px solid transparent;
  margin-bottom: 2rem;
}

.main-cart-footer .is-empty,
.main-cart-items .is-empty .cart-item-blocks,
.empty-cart .cart-item-blocks {
  display: none;
  width: 0;
}

.main-cart-items:has(.is-empty) {
  width: 100% !important;
  flex-basis: 100% !important;
}

.empty-cart {
  gap: 0;
}

.m04 .card__inner,
.m04 .gradient,
.menu-product .gradient,
.m04 .card__inner .media img,
.m04 .card__inner .product-icon {
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

.cart__footer .subtotal {
  background: #f7f6f3;
  padding: 1rem 2rem 2rem;
}

.cart__footer .totals {
  justify-content: space-between;
}

.cart__footer .footer__payment span {
  margin-bottom: 1rem;
  display: block;
}

h2.totals__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
}
/* cartToolTip container */
.cartToolTip {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.cartToolTip-icon {
  border: 1px dotted #001022;
  border-radius: 50%;
  text-transform: lowercase;
  font-family: monospace;
  padding: 1px 2px;
  font-size: 0.7rem;
}

/* cartToolTip text */
.cartToolTip .cartToolTiptext {
  visibility: hidden;
  width: 200px;
  background-color: #001022;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 1rem;
  position: absolute;
  z-index: 1;
  bottom: 50%;
  left: 50%;
  margin-left: -100px;
  text-transform: inherit;
  font-size: 1.2rem;
}

.cartToolTip .cartToolTiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #001022 transparent transparent transparent;
}

.cartToolTip:hover .cartToolTiptext {
  visibility: visible;
}

.cart__footer .icon-with-text--vertical {
  background: none !important;
  align-items: start;
}

.empty-cart .main-cart-footer {
  flex-basis: 0;
}

.main-cart-footer .cart__footer {
  gap: 2.4rem;
  flex-direction: column;
  display: block;
  padding-bottom: 0;
}

.cart__blocks .list-payment {
  justify-content: flex-start;
}

.cart__footer > * {
  width: auto;
}

.cart__footer > * + * {
  margin-left: inherit;
}

.lt-checkout-banner {
  display: flex;
  gap: 2.4rem;
  padding: 0rem 4rem;
  background: #fff1b4;
}

.lt-checkout-banner .text-area {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  justify-content: center;
}

.lt-checkout-banner .text-area h3 {
  font-weight: 500;
}

.lt-checkout-banner .text-area h3,
.lt-checkout-banner .text-area p {
  margin: 0;
}

.lt-checkout-banner b {
  color: #3498db;
}

.lt-free-shipping-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cart-drawer__footer .lt-free-shipping-block {
  padding: 0;
  padding-bottom: 1.4rem;
}

.lt-free-shipping-message {
  display: flex;
  align-items: center;
}
.lt-free-shipping-push {
  width: 100%;
}
.lt-free-shipping-push .icon {
  margin-right: 1rem;
}
.lt-free-shipping-block:not(.lt-free-shipping-met) svg {
  width: 30px;
  height: 30px;
}
.lt-free-shipping-block progress {
  width: 100%;
}

span.lt-free-shipping-min-max {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 1;
}

.drawer span.lt-free-shipping-min-max {
  display: none;
}

.lt-promo-offer-push {
  text-align: center;
}

.lt-promo-offer-push span {
  color: #000f23;
}

.lt-promo-offer-push img {
  display: block;
  padding: 2.4rem;
  background: #ffcb00;
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
}

.cart-item-blocks > div {
  margin-bottom: 2.4rem;
}
.cart-item-blocks > div:last-child {
  margin-bottom: 0;
}

#lt-cart-samples {
  visibility: visible;
}

#lt-cart-samples .sample-product {
  background-color: #f7f6f3;
}

#lt-cart-samples .splide__pagination,
#lt-cart-product-carousel .splide__pagination {
  width: 100%;
  background: #e5e7e8;
  bottom: -1rem;
  display: flex;
  opacity: 0;
  justify-content: space-around;
  padding: 0;
  transition: opacity 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
#lt-cart-product-carousel .splide__pagination {
  bottom: 0;
}

#lt-cart-samples:hover .splide__pagination,
#lt-cart-product-carousel:hover .splide__pagination {
  opacity: 1;
}

#lt-cart-samples .splide__pagination li,
#lt-cart-product-carousel .splide__pagination li {
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
  flex: 1;
  text-align: center;
}
#lt-cart-samples .splide__pagination__page,
#lt-cart-product-carousel .splide__pagination__page {
  margin: auto;
  display: block;
  width: 100%;
  border-radius: 0;
  transform: inherit;
  height: 0.4rem;
}
#lt-cart-samples .splide__pagination__page.is-active,
#lt-cart-product-carousel .splide__pagination__page.is-active {
  background-color: #001022 !important;
}

div#lt-cart-samples-track,
div#lt-cart-product-carousel-track {
  overflow-wrap: anywhere;
}

.scroll-shadows-slider {
  max-width: 100%;
  overflow: auto;

  background:
      /* Shadow Cover LEFT */ linear-gradient(
        to right,
        white 30%,
        rgba(255, 255, 255, 0)
      )
      left center,
    /* Shadow Cover RIGHT */
      linear-gradient(to left, white 70%, rgba(255, 255, 255, 0)) right center,
    /* Shadow LEFT */
      radial-gradient(
        farthest-side at 0 50%,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0)
      )
      left center,
    /* Shadow RIGHT */
      radial-gradient(
        farthest-side at 100% 50%,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0)
      )
      right center;

  background-repeat: no-repeat;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  background-attachment: local, local, scroll, scroll;
}

.sample-product {
  position: relative;
}

span.quantity.cart-quantity.sample-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lt-samples-div .loader-background {
  top: 0;
  display: none;
}

.lts-carousel-progress {
  background: #f7f6f3;
}

.lts-carousel-progress-bar {
  background: #001022;
  height: 2px;
  transition: width 400ms ease;
  width: 0;
}

.sample-product .media a {
  top: 3rem;
  pointer-events: none !important;
}

.template-cart .drawer.active .drawer__inner {
  transform: translateX(-100) !important;
}

.sample-product:hover {
  cursor: pointer;
}

.sample-product:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
}

.sample-product .quick-add {
  display: none;
}

.sample-product .card--standard > .card__content .card__information,
.sample-product .card-wrapper .card__information .lt-label:empty {
  min-height: 6rem;
  gap: 0;
  padding: 0 1rem;
  justify-content: start;
}

.card--standard > .card__content .card__information .samples-checkbox,
.sample-product svg,
.sample-product input {
  display: none;
  appearance: none;
}

.sample-in-cart:after {
  box-shadow: inset 0 0 0 0.2rem #73748b;
}

.samples-checkbox-label {
  width: 20px !important;
  height: 20px !important;
  background-color: white;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}

.sample-in-cart .samples-checkbox-label {
  background-color: #001022;
}

.sample-in-cart svg {
  display: block;
  stroke: white;
  padding: 5px;
}

.sample-btn-target {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.samples-met .sample-btn-target:not(.sample-cart) {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
}

span.max-samples > span {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

.samples-met .sample-product {
  cursor: not-allowed;
}

.sample-product details {
  text-align: center;
  z-index: 10;
  padding: 1rem;
}

.lt-cart-carousel .f-24 {
  text-transform: none;
}

.lt-mini-cart-carousel .card--standard > .card__content .card__information {
  min-height: auto;
  gap: 0.5rem;
  padding: 1rem 0;
}

.lt-mini-cart-carousel .card-wrapper .card__information .lt-label {
  display: none;
}

.lt-cart-gift-wrap {
  padding: 2.4rem 0;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.icon.cart-gift {
  width: auto;
}

label.gift-section {
  width: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  cursor: pointer;
}

.gift-box-product {
  padding: 1.6rem;
  max-height: none;
  background-color: #f7f6f3;
  border: 0.1rem solid rgba(0, 16, 34, 0.1);
  margin: 0 0 1.6rem;
  display: flex;
}
.gift-content .cart__note {
  top: 0;

  flex-direction: column;
}

.gift-content .cart__note textarea {
  border: 1px solid #495460;
}

.gift-content h3 {
  margin-top: 0;
}

.lt-cart-promo-code {
  max-height: none;
  margin: 1.6rem 0;
}
.lt-cart-promo-code summary,
.lt-mini-cart-carousel summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lt-cart-promo-code details[open] summary::after,
.lt-mini-cart-carousel details[open] summary::after {
  content: attr(data-open);
  float: right;
  font-size: 1.2rem;
  text-decoration: underline;
}

.lt-cart-promo-code details:not([open]) summary::after,
.lt-mini-cart-carousel details:not([open]) summary::after {
  content: attr(data-close);
  float: right;
  font-size: 1.2rem;
  text-decoration: underline;
}

.lt-cart-promo-code form {
  margin-top: 1rem;
  gap: 1rem;
}

.lt-cart-promo-code input {
  padding: 1rem !important;
}

.lt-cart-promo-code button {
  background-color: #001022;
  color: #fffefa;
  min-width: auto;
}

.lt-cart-promo-code .submitting .loading__spinner .path {
  stroke: white;
}
.lt-cart-promo-code .submitting {
  color: #001022;
}

#sticky-checkout-container {
  display: none;
}
.lt-cart-promo-product {
  gap: 0;
  background-color: #fff1b4;
  padding: 2rem;
}
.lt-cart-promo-product .promo-text-area {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

/* Footer  */
.footer-block__heading {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 500;
}

.footer-block--menu svg {
  width: 1.4rem;
  height: 1.4rem;
}
.footer__content-bottom {
  padding: 2rem 1rem !important;
}
.lt-footer-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto !important;
  text-align: center;
}

.footer-block__details-content .list-menu__item {
  color: rgb(var(--color-foreground));
}

.lt-footer-menu li {
  margin: 0 1rem;
  float: left;
}

.lt-footer-menu .list-menu__item--link {
  line-height: normal;
}

.newsletter__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.newsletter__wrapper h2 {
  grid-area: 1 / 1 / 2 / 2;
}

.newsletter__wrapper .newsletter__subheading {
  grid-area: 2 / 1 / 3 / 2;
  margin-top: 0;
}

.newsletter__wrapper .newsletter__subheading * {
  color: white;
}

.newsletter-form__field-wrapper .field__input {
  background-color: white;
}

.newsletter__wrapper div:last-child {
  grid-area: 1 / 2 / 3 / 3;
  margin-top: 0;
}

.newsletter__wrapper .field__label {
  font-size: 1.2rem;
  opacity: 0.8;
}

.newsletter__wrapper .field__label,
.newsletter__wrapper input {
  color: #001022;
}

.newsletter-form__button {
  border-left: 0.1rem solid #001022;
  letter-spacing: 0;
  height: 100%;
  background-color: #f7f6f3 !important;
}

.newsletter-form__button::after {
  display: none;
  position: relative;
}

/* Search  */
.template-search .card__content .card__information {
  display: block;
}
.predictive-search--search-template {
  z-index: 3;
}
.template-search .search__button {
  left: var(--inputs-border-width);
  z-index: 2;
}

.template-search .search__input {
  padding-left: 4rem !important;
}

.template-search .reset__button {
  right: var(--inputs-border-width);
}

.template-search .article-card-wrapper .button {
  margin: 1.2rem;
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 10rem;
  }
  .f-16 {
    font-size: 1.4rem;
  }

  .f-18 {
    font-size: 1.6rem;
  }

  .f-24 {
    font-size: 2rem;
  }

  .f-28 {
    font-size: 2.4rem;
  }

  .f-30 {
    font-size: 2.4rem;
  }

  .flex-grid__item--33,
  .flex-grid__item--50 {
    flex-basis: 100%;
    width: 100%;
  }

  .image-right {
    flex-direction: inherit;
  }

  a.stores-icon {
    margin-left: 0;
  }
  .search-modal {
    height: 150%;
  }

  .mobile-search {
    grid-area: left-icons;
    margin-left: 3rem;
    margin-top: 1rem;
  }

  .menu-drawer__utility-links {
    display: flex;
    flex-direction: column;
  }
  .js .menu-drawer__submenu {
    z-index: 5;
  }
  .predictive-search__result-group:first-child {
    position: inherit;
  }
  ul#predictive-search-results-products-list {
    display: block;
  }

  .predictive-search__result-group:first-child {
    flex-direction: row;
  }

  .predictive-search__result-group:first-child > div {
    flex-basis: 50%;
  }
  .header__icon--menu[aria-expanded="true"]::before {
    height: 100vh;
    z-index: 2;
  }
  .module picture {
    width: 100%;
  }

  .lt-image-container .content-overlay {
    max-width: min(450px, 100%);
    margin-right: 0;
  }
  .menu-block {
    width: 60%;
    margin: 2rem auto;
  }
  /* PLP  */
  .collection-hero__image-container {
    margin-bottom: 0rem;
  }
  .sticky-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: calc(100vw - 3rem);
  }

  .floating-facets {
    position: fixed;
    left: 0;
    width: 100vw;
    z-index: 999;
    display: flex;
    align-items: center;
    background-color: white;
    padding: 1rem;
  }

  .sticky-filter .facet-filters__label {
    margin-right: 0.5rem;
  }
  .sticky-filter .facet-filters__field label {
    font-size: 1.4rem !important;
    text-wrap: nowrap;
    white-space: nowrap;
  }
  .sticky-filter .facet-filters__field .select {
    border: 0;
    padding: 0;
  }
  .sticky-filter .facet-filters {
    padding: 0;
  }

  .sticky-filter .facet-filters__sort + .icon-caret {
    right: 0 !important;
  }
  .sticky-filter .facet-filters__field {
    text-wrap: nowrap;
  }
  .sticky-filter .facets__form {
    gap: 0;
    width: 100%;
    display: block;
  }

  .sticky-filter .product-count {
    display: none;
  }

  .facets-container {
    overflow: inherit;
    max-height: fit-content;
  }

  .facets-container *:focus-visible {
    outline: none;
    box-shadow: none;
  }

  .select__select {
    font-size: 1.4rem;
    color: #001022;
    line-height: inherit;
  }
  .floating-facets .mobile-facets__open,
  .floating-facets .mobile-sort .mobile-facets__sort {
    justify-content: space-between;
  }

  .mobile-facets__clear-wrapper {
    border: 1px solid #001022;
  }

  .active-facets__button--light .active-facets__button-inner {
    background: #e5e7e8;
    border-radius: 0;
    font-size: 1.2rem;
    color: #001022;
  }

  .sticky-filter .facets {
    display: flex;
    align-items: center;

    font-size: 1.4rem;
    height: 50px;
  }
  .sticky-filter {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  menu-drawer > .mobile-facets__summary,
  .lt-mobile-sort .mobile-facets__summary {
    padding: 0;
  }
  .sticky-filter > .mobile-facets__wrapper,
  .sticky-filter > .mobile-facets__details {
    font-size: 1.4rem;
    height: 5rem;
    padding-inline: 1rem;
    display: flex;
    align-items: center;
  }

  .sticky-filter > .mobile-facets__wrapper,
  .sticky-filter > .mobile-facets__details {
    border: 1px solid #001022;
  }

  .facets-container .product-count {
    grid-column: span 2;
    padding: 1rem;
    text-align: center;
  }
  .mobile-facets__open-label {
    padding-inline: 0 !important;
  }

  .template-product .breadcrumb {
    margin: 4rem 0 1.4rem;
  }

  .product-media-container .product__modal-opener {
    background: #f7f6f3;
  }

  .flex-grid {
    flex-direction: column;
  }

  /* PDP  */

  .product-gallery {
    margin-bottom: 0;
  }

  .benefits:after {
    background-color: transparent;
    width: 0;
  }

  .benefits {
    border-bottom: 1px solid var(--quartnerary);
    margin-bottom: 0;
    padding: 0 1rem;
  }

  .application-area,
  .product-desription-text {
    padding: 1rem;
  }

  .product-description-text,
  .benefits,
  .application-area,
  .perfumery,
  .kit-contents {
    padding: 0;
  }

  .application-area,
  .product-description-text {
    padding-bottom: 1.4rem;
  }

  .product-description-text {
    padding-top: 1.4rem;
  }

  .featured-ingredients li {
    flex-direction: row;
    padding: 0;
    padding-bottom: 2rem;
    margin-bottom: 2.4rem;
  }

  .featured-ingredients li img {
    flex-basis: 30% !important;
    width: auto;
    max-width: 30%;
  }

  .featured-ingredients li h4 {
    margin-top: 0;
  }

  .lt-proven-results .image-with-text-mobile-image_second > div {
    flex-direction: column-reverse;
  }
  .lt-proven-results h2.image-with-text__heading {
    position: relative;
  }
  .lt-proven-results h2.image-with-text__heading:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 3.125rem;
    height: 1px;
    background: #001022;
  }

  .lt-product-description .accordion:last-child {
    margin-bottom: 0;
  }

  .lt-routine {
    padding: 0;
  }

  .lt-routine .routine-description {
    padding: 0 2rem;
  }

  .lt-routine .grid {
    flex-direction: row;
    gap: 3rem;
  }

  .lt-routine .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .lt-routine .card-wrapper,
  .lt-routine .card__media {
    padding: 1.4rem;
  }

  .lt-routine .card-wrapper .routine-icon {
    right: 50%;
    top: inherit;
    bottom: -3.5rem;
    z-index: 3;
    margin: auto;
  }

  .lt-routine .card .media {
    left: 0;
  }

  .lt-routine .card:not(.ratio) {
    flex-direction: row;
  }

  .lt-product-application .splide__arrows {
    right: 0;
  }

  .lt-routine .card__information {
    gap: 0.5rem !important;
  }

  .lt-routine .card__information .lt-label {
    order: 1;
  }

  .lt-routine .card__information h3 {
    order: 2;
    min-height: auto;
  }

  .lt-routine .card__information .card-information {
    order: 3;
  }

  .lt-routine .card__information .price-block {
    order: 4;
  }

  .product-routine .card--standard > .card__content .card__information > *,
  .product-routine .card--standard > .card__content .price-block,
  .product-routine .card--standard > .card__content .card__information * {
    justify-content: start;
    align-self: start !important;
    text-align: left !important;
  }

  .lt-routine .quick-add__submit {
    margin: inherit !important;
    width: 100% !important;
  }

  .current-sku .card {
    padding: 1.4rem;
  }

  .lt-routine .product-icons {
    top: inherit;
    left: inherit;
  }

  .lt-proven-results h2.image-with-text__heading {
    width: 100%;
  }

  #thumbnail-slider {
    flex-basis: 0 !important;
    display: none;
  }

  #main-slider {
    flex-basis: 100% !important;
  }

  .product-icon {
    width: 50px !important;
  }

  .product-icons {
    top: 1rem;
    left: 1rem;
  }

  .product__tax {
    text-align: left !important;
  }

  .product .price__container .price-item {
    font-size: 2rem;
  }

  aside#main-collection-filters,
  aside#main-search-filters {
    position: relative;
    z-index: 2;
    top: 0rem;
  }

  aside#main-collection-filters:has(.mobile-facets__disclosure[open]),
  aside#main-search-filters:has(.mobile-facets__disclosure[open]) {
    z-index: 3;
  }

  .mobile-facets__close-button svg {
    margin-right: 1rem;
  }

  /* Cart  */
  .template-cart #MainContent {
    margin: inherit;
    display: block;
  }
  #main-cart-footer {
    position: relative;
  }
  .main-cart {
    flex-direction: column;
  }

  .main-cart-footer .cart__footer {
    padding-top: 0;
  }

  .cart-item__name {
    font-size: 1.4rem;
  }
  .cart-item {
    gap: 0;
  }
  .cart-item__details {
    grid-column: 2 / 5;
  }
  .cart-item__media {
    grid-column: 1 / 2;
  }
  .cart-item > td + td {
    padding-left: 1rem;
  }
  .template-cart #MainContent > .main-cart-items,
  .template-cart #MainContent > .main-cart-footer,
  .template-cart #MainContent > div {
    flex: 0 0 100%;
    overflow: clip;
    max-width: 100%;
  }

  .lt-checkout-banner {
    padding: 2rem 0;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    gap: 0;
  }

  .lt-cart-gift-wrap {
    flex-direction: column-reverse;
    align-items: start;
  }

  .lt-cart-gift-wrap .gift-image {
    display: none;
  }

  #sticky-checkout-container > div {
    width: 100%;
    display: flex;
  }
  #sticky-checkout-container button {
    max-width: 100% !important;
    width: 100%;
  }
  #sticky-checkout-container.floating-cta {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: 999;
    display: flex !important;
    align-items: center;
    background-color: white;
    padding: 1rem;
  }

  .jdgm-rev-widg.jdgm-rev-widg {
    padding: 16px !important;
  }
  .jdgm-rev-widg__reviews {
    display: block !important;
  }
  .jdgm-rev {
    margin-bottom: 1rem !important;
  }

  /* Footer  */
  .footer-block--menu .footer-block__heading,
  .footer-block--menu {
    margin-bottom: 0 !important;
  }
  .newsletter__wrapper {
    display: flex;
    flex-direction: column;
  }
  .card__content .price-block * {
    font-size: 1.2rem;
  }
  .card__content .price .price-item {
    margin: 0;
  }

  .newsletter__wrapper div:last-child {
    margin-top: 2rem;
  }
}
@media (max-width: 400px) {
  .card__content .price-block * {
    font-size: 1.2rem;
  }
  .card__content .price .price-item {
    margin: 0;
  }
  .cart-item__media img {
    width: 75px;
  }
}

.m20 picture {
  border-radius: 50%;

  margin: auto;
  padding: 4rem;
  width: 100%;
  display: block;
}

.m20 div:empty {
  display: block;
}

.m-20-progress {
  height: 100%;
  width: 500px;
  overflow: visible;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.m-20-progress > div {
  position: absolute;
  top: 0;
}

.m20-carousel-progress {
  border: 0.3rem solid #ccc;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  right: 0;
  border-left-color: transparent;
}
.m-20-progress::before {
  content: "";
  background-color: red;
  position: absolute;
  height: 100%;
  width: 50%;

  left: 0;
  z-index: 1;
  border-left-color: transparent;
}
.m20-carousel-progress-bar {
  width: 0;
}
.m20-carousel-progress-bar {
  border: 0.3rem solid gold;
  rotate: 0deg;
  transition: width 400ms ease;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transform-origin: center center !important;
  border-right-color: transparent;
}

.m20-progress {
  position: absolute;
  top: 10px;
  left: 300px;
}

.m20-carousel-progress-bar-svg {
  rotate: 0deg;
  transition: width 400ms ease;
  transform-origin: center center !important;
}
