/** Shopify CDN: Minification failed

Line 11537:18 Unexpected "{"
Line 11537:27 Expected ":"
Line 11541:18 Unexpected "{"
Line 11541:27 Expected ":"
Line 11560:20 Unexpected "{"
Line 11560:29 Expected ":"

**/
@charset "UTF-8";
:root {
  --secondary-background: 32, 32, 32, 1;
  --white-10: 255, 255, 255, 1;
  --black-10: 0, 0, 0, 1;
  --gray400-10: 176, 176, 176, 1;
  --color-error: 231, 42, 42;
  --color-error-border: 231, 42, 42;
  --color-error-background: 255, 245, 245;
  --color-placeholder-input: 0, 0, 0;
  --product-page-scroll-margin-top: 0px;
}

:root {
  --duration-short: 100ms;
  --duration-default: 250ms;
  --duration-long: 500ms;
  --alpha-link: 0.5;
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-placeholder-input: 0.5;
  --main-padding: 2rem;
}
@media screen and (min-width: 990px) {
  :root {
    --main-padding: 3.2rem;
  }
}
@media screen and (min-width: 1100px) {
  :root {
    --main-padding: 4rem;
  }
}

[data-scheme=dark] .header__heading-logo {
  display: none;
}
[data-scheme=dark] .header__heading-logo--overlay {
  display: block;
}
[data-scheme=dark] .header__heading-logo:only-child {
  display: block;
}
[data-scheme=dark] .header__localization .disclosure__button .icon-caret {
  color: rgb(var(--color-foreground));
}
[data-scheme=dark] .placeholder-svg {
  filter: brightness(0.5) grayscale(1);
}
[data-scheme=dark] .categories-list__overlay {
  background-color: rgb(var(--color-overlay));
}
[data-scheme=dark] .card-page {
  background-color: rgb(var(--color-background-secondary));
}
[data-scheme=dark] .card-page:hover {
  background-color: rgb(var(--color-background-tertiary));
}
[data-scheme=dark] .featured-products__products-item .card__inner,
[data-scheme=dark] .card__link::after,
[data-scheme=dark] .collection-product-list .collection-product-card--extended .card__link::after {
  background-color: rgb(var(--color-background));
}
[data-scheme=dark] .collection-product-list .card-information__wrapper > *,
[data-scheme=dark] .collection-results--products .card-information__wrapper > *,
[data-scheme=dark] .product-recommendations__product .card-information__wrapper > * {
  color: rgb(var(--color-foreground));
}
[data-scheme=dark] .collection-results--products .card-wrapper,
[data-scheme=dark] .product-recommendations__product .card-wrapper,
[data-scheme=dark] .search-modal .search__items-item {
  background-color: rgb(var(--color-background));
}
[data-scheme=dark] .product-markers .product-markers__marker,
[data-scheme=dark] .product-markers .product-markers__card {
  background-color: rgb(var(--color-background-secondary));
}
[data-scheme=dark] .product-markers .product-markers__marker:hover {
  background-color: rgb(var(--color-background));
}
[data-scheme=dark] .featured-products__products-list--horizontal.featured-products__products-list--placeholder .card-wrapper {
  border-color: #dfdfdf;
}
[data-scheme=dark] .filters__item:not(.filters__item_active) {
  opacity: 0.5;
}
[data-scheme=dark] .filters__item:not(.filters__item_active) span {
  color: rgb(var(--color-foreground-secondary));
}
[data-scheme=dark] .card--product-placeholder .placeholder-svg {
  background-color: rgb(var(--color-background));
}
[data-scheme=dark] .article-template__content-rte.rte blockquote::before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='35' viewBox='0 0 22 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-9.53674e-05 26.812L-9.50821e-05 23.548C1.02391 23.3773 1.85591 22.9507 2.49591 22.268C3.1359 21.5853 3.62657 20.732 3.96791 19.708C4.26657 18.684 4.41591 17.5747 4.41591 16.38L0.447907 16.38L0.447908 8.18801L8.57591 8.18801L8.57591 15.676C8.57591 18.1933 8.17057 20.1987 7.35991 21.692C6.54924 23.228 5.5039 24.4013 4.2239 25.212C2.90124 26.0227 1.49324 26.556 -9.53674e-05 26.812ZM12.9279 26.812L12.9279 23.548C13.9519 23.3773 14.7839 22.9507 15.4239 22.268C16.0639 21.5853 16.5546 20.732 16.8959 19.708C17.1946 18.684 17.3439 17.5747 17.3439 16.38L13.3759 16.38L13.3759 8.18801L21.5039 8.18801L21.5039 15.676C21.5039 18.1933 21.0986 20.1987 20.2879 21.692C19.4772 23.228 18.4319 24.4013 17.1519 25.212C15.8292 26.0227 14.4212 26.556 12.9279 26.812Z' fill='%23BAFF02'/%3E%3C/svg%3E");
}
[data-scheme=dark] .facets__item > input[type=checkbox]:checked + .facet-checkbox:not(.facet-checkbox--color):before,
[data-scheme=dark] .field--checkbox input[type=checkbox]:checked + label:before,
[data-scheme=dark] .mobile-facets__checkbox:checked + label:not(.facet-checkbox--color):before,
[data-scheme=dark] .recipient-form input[type=checkbox]:checked + label:before {
  background-color: transparent;
}
[data-scheme=dark] .recipient-form input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

@media (prefers-color-scheme: dark) {
  [data-scheme=auto] .header__heading-logo {
    display: none;
  }
  [data-scheme=auto] .header__heading-logo--overlay {
    display: block;
  }
  [data-scheme=auto] .header__heading-logo:only-child {
    display: block;
  }
  [data-scheme=auto] .placeholder-svg {
    filter: brightness(0.5) grayscale(1);
  }
  [data-scheme=auto] .categories-list__overlay {
    background-color: rgb(var(--color-overlay));
  }
  [data-scheme=auto] .card-page {
    background-color: rgb(var(--color-background-secondary));
  }
  [data-scheme=auto] .card-page:hover {
    background-color: rgb(var(--color-background-tertiary));
  }
  [data-scheme=auto] .featured-products__products-item .card__inner,
[data-scheme=auto] .card__link::after,
[data-scheme=auto] .collection-product-list .collection-product-card--extended .card__link::after {
    background-color: rgb(var(--color-background));
  }
  [data-scheme=auto] .collection-product-list .card-information__wrapper > *,
[data-scheme=auto] .collection-results--products .card-information__wrapper > *,
[data-scheme=auto] .product-recommendations__product .card-information__wrapper > * {
    color: rgb(var(--color-foreground));
  }
  [data-scheme=auto] .collection-results--products .card-wrapper,
[data-scheme=auto] .product-recommendations__product .card-wrapper,
[data-scheme=auto] .search-modal .search__items-item {
    background-color: rgb(var(--color-background));
  }
  [data-scheme=auto] .featured-products__products-list--horizontal.featured-products__products-list--placeholder .card-wrapper {
    border-color: #dfdfdf;
  }
  [data-scheme=auto] .product-markers .product-markers__marker,
[data-scheme=auto] .product-markers .product-markers__card {
    background-color: rgb(var(--color-background-secondary));
  }
  [data-scheme=auto] .product-markers .product-markers__marker:hover {
    background-color: rgb(var(--color-background));
  }
  [data-scheme=auto] .filters__item:not(.filters__item_active) {
    opacity: 0.5;
  }
  [data-scheme=auto] .filters__item:not(.filters__item_active) span {
    color: rgb(var(--color-foreground-secondary));
  }
  [data-scheme=auto] .article-template__content-rte.rte blockquote::before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='35' viewBox='0 0 22 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-9.53674e-05 26.812L-9.50821e-05 23.548C1.02391 23.3773 1.85591 22.9507 2.49591 22.268C3.1359 21.5853 3.62657 20.732 3.96791 19.708C4.26657 18.684 4.41591 17.5747 4.41591 16.38L0.447907 16.38L0.447908 8.18801L8.57591 8.18801L8.57591 15.676C8.57591 18.1933 8.17057 20.1987 7.35991 21.692C6.54924 23.228 5.5039 24.4013 4.2239 25.212C2.90124 26.0227 1.49324 26.556 -9.53674e-05 26.812ZM12.9279 26.812L12.9279 23.548C13.9519 23.3773 14.7839 22.9507 15.4239 22.268C16.0639 21.5853 16.5546 20.732 16.8959 19.708C17.1946 18.684 17.3439 17.5747 17.3439 16.38L13.3759 16.38L13.3759 8.18801L21.5039 8.18801L21.5039 15.676C21.5039 18.1933 21.0986 20.1987 20.2879 21.692C19.4772 23.228 18.4319 24.4013 17.1519 25.212C15.8292 26.0227 14.4212 26.556 12.9279 26.812Z' fill='%23BAFF02'/%3E%3C/svg%3E");
  }

  .card--product-placeholder .placeholder-svg {
    background-color: rgb(var(--color-background));
  }

  .facets__item > input[type=checkbox]:checked + .facet-checkbox:not(.facet-checkbox--color):before,
.field--checkbox input[type=checkbox]:checked + label:before,
.mobile-facets__checkbox:checked + label:not(.facet-checkbox--color):before,
.recipient-form input[type=checkbox]:checked + label:before {
    background-color: transparent;
  }

  .recipient-form input[type=date]::-webkit-calendar-picker-indicator {
    filter: invert(1);
  }
}
.container,
.container-fluid,
.container-xxl,
.shopify-policy__container-xxl,
.container-xl,
.shopify-policy__container-xl,
.container-lg,
.shopify-policy__container-lg,
.container-md,
.shopify-policy__container-md,
.container-sm,
.shopify-policy__container-sm,
.shopify-policy__container {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1100px) {
  .container,
.container-fluid,
.container-xxl,
.shopify-policy__container-xxl,
.container-xl,
.shopify-policy__container-xl,
.container-lg,
.shopify-policy__container-lg,
.container-md,
.shopify-policy__container-md,
.container-sm,
.shopify-policy__container-sm,
.shopify-policy__container {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 576px) {
  .container-sm,
.shopify-policy__container-sm, .container,
.shopify-policy__container {
    max-width: 100%;
  }
}
@media (min-width: 750px) {
  .container-md,
.shopify-policy__container-md, .container-sm,
.shopify-policy__container-sm, .container,
.shopify-policy__container {
    max-width: 100%;
  }
}
@media (min-width: 990px) {
  .container-lg,
.shopify-policy__container-lg, .container-md,
.shopify-policy__container-md, .container-sm,
.shopify-policy__container-sm, .container,
.shopify-policy__container {
    max-width: 100%;
  }
}
@media (min-width: 1100px) {
  .container-xl,
.shopify-policy__container-xl, .container-lg,
.shopify-policy__container-lg, .container-md,
.shopify-policy__container-md, .container-sm,
.shopify-policy__container-sm, .container,
.shopify-policy__container {
    max-width: 100%;
  }
}
@media (min-width: 1360px) {
  .container-xxl,
.shopify-policy__container-xxl, .container-xl,
.shopify-policy__container-xl, .container-lg,
.shopify-policy__container-lg, .container-md,
.shopify-policy__container-md, .container-sm,
.shopify-policy__container-sm, .container,
.shopify-policy__container {
    max-width: 1480px;
  }
}
.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

.no-js-flex {
  display: none !important;
}

html.no-js .no-js-flex {
  display: flex !important;
}

html.js .js-hidden {
  display: none !important;
}

html.no-js .no-js-block {
  display: block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

html[style*="overflow: hidden"] body,
html[style*="overflow:hidden"] body {
  overflow: unset;
}

.page-width {
  max-width: 139.6rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.page-width--narrow {
  max-width: 79rem;
  margin: 0 auto;
  padding: 1rem 2rem;
}

.spaced-section {
  position: relative;
  z-index: 1;
}

.section-border-top {
  padding-top: 5rem;
}
.section-border-top__inner {
  position: relative;
}
.section-border-top__inner:before {
  content: "";
  position: absolute;
  width: calc(100% - 8rem);
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: -5rem;
  background-color: rgba(var(--color-foreground), 0.2);
}

body,
.color-background-1,
.color-background-2,
.color-background-3,
.color-background-4 {
  line-height: var(--font-body-line-height);
}

body {
  scrollbar-gutter: stable;
  transition: all var(--duration-default) ease-in-out;
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
  padding: 4rem 0 5rem;
}

@media screen and (min-width: 750px) {
  .background-secondary {
    padding: 6rem 0 5rem;
  }
}
.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.shopify-challenge__error {
  padding-left: 0;
}
.shopify-challenge__button {
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-size: calc(var(--font-button-scale) * 1.6rem);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: calc(var(--font-button-letter-spacing) * 0.1);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: var(--border-radius-button);
  transition: var(--duration-long);
  line-height: var(--font-body-line-height);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  transition: 400ms;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 10rem;
  min-height: 4.4rem;
  padding: 0.9rem 2rem;
  transition: background-color var(--duration-long), color var(--duration-long), border var(--duration-long);
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  border: 1px solid rgb(var(--color-button));
}
.shopify-challenge__button:hover {
  cursor: pointer;
}
.shopify-challenge__button:focus {
  background-color: rgb(var(--color-button));
  border: 1px solid rgb(var(--color-button));
}
.shopify-challenge__button span {
  position: relative;
  z-index: 20;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.visibility-hidden {
  visibility: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.overflow-hidden,
.overflow-hidden-drawer,
.overflow-hidden-modal,
.overflow-hidden-search {
  overflow: hidden;
}

summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  inset: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@keyframes translate {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-40rem, 0, 0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes link-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
main .section--has-overlay.shopify-section:first-child {
  margin-top: calc(-1 * (var(--header-height) + var(--breadcrumbs-height)));
}

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

p {
  color: rgb(var(--color-foreground));
}

.shopify-policy__title {
  text-align: center;
  display: none !important;
}

.shopify-policy__body {
  padding-bottom: 4rem;
}
@media screen and (min-width: 576px) {
  .shopify-policy__body {
    padding-bottom: 4.8rem;
  }
}
@media screen and (min-width: 750px) {
  .shopify-policy__body {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 990px) {
  .shopify-policy__body {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 1100px) {
  .shopify-policy__body {
    padding-bottom: 12.8rem;
  }
}
.shopify-policy__body .article-template__share {
  padding: 2.4rem 0;
  border-top: 0.1rem solid rgb(var(--color-border));
  margin: 4rem auto;
}
.shopify-policy__body .share-buttons-simple {
  margin: 0;
  gap: 3.2rem;
}
.shopify-policy__body .share-buttons-simple .share-buttons-simple-label {
  font-family: var(--font-body-family);
  font-weight: 700;
  font-size: 2.2rem;
  margin: 0;
}
@media screen and (min-width: 750px) {
  .shopify-policy__body .share-buttons-simple .share-buttons-simple-label {
    margin-right: 0.8rem;
  }
}
.shopify-policy__body p,
.shopify-policy__body li {
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .shopify-policy__body p,
.shopify-policy__body li {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 750px) {
  .shopify-policy__body p,
.shopify-policy__body li {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 990px) {
  .shopify-policy__body p,
.shopify-policy__body li {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .shopify-policy__body p,
.shopify-policy__body li {
    font-size: 2.2rem;
  }
}
.shopify-policy__body h3 + p {
  margin-top: 0.8rem;
}
.shopify-policy__body .rte h3:not(:first-of-type) {
  margin-top: 4rem;
}
.shopify-policy__body .rte .policy-date-wrapper {
  margin-top: 4rem;
  font-size: 1.4rem;
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.shopify-policy__body .rte .policy-date-wrapper p {
  font-size: 1.4rem !important;
}
[dir=rtl] .header--left-logo-second .header__inline-menu .aside-menu__toggle {
  border-right: none;
  border-left: 0.1rem solid rgb(var(--color-border));
}
[dir=rtl] .header--left-logo-second .header__inline-menu .header__icon--search {
  border-left: none;
  border-right: 0.1rem solid rgb(var(--color-border));
}
[dir=rtl] .header__icons-wrapper > *:first-child {
  margin-left: 0;
  margin-right: 1.6rem;
}
[dir=rtl] .title--page {
  text-align: right;
}
[dir=rtl] .search .search-buttons-wrapper {
  margin-right: 1.6rem;
}
[dir=rtl] .addresses .address-add-form .field .required-field,
[dir=rtl] .addresses .address-edit-form .field .required-field {
  right: 20px;
  left: unset;
}
[dir=rtl] .field .select .placeholder-select {
  right: 4.8rem;
  left: unset;
}
[dir=rtl] .order-table .thead div {
  text-align: right;
}
[dir=rtl] .cart-items th {
  text-align: right;
  padding-right: 0;
}
[dir=rtl] .cart__footer {
  flex-direction: row-reverse;
}
[dir=rtl] .cart-item__remove {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-top-left-radius: var(--border-radius-main);
  border-bottom-left-radius: var(--border-radius-main);
}
[dir=rtl] .cart-item__media {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  border-top-right-radius: var(--border-radius-main);
  border-bottom-right-radius: var(--border-radius-main);
  padding: 1.6rem;
}
[dir=rtl] .discounts__discount > .icon {
  margin-right: 0;
  margin-left: 0.4rem;
}
[dir=rtl] .drawer .cart-item__discounted-prices dd {
  margin: 0;
}
@media screen and (min-width: 576px) {
  [dir=rtl] .drawer .cart-item cart-remove-button {
    margin-left: unset;
    text-align: left;
  }
}
[dir=rtl] .drawer__inner {
  transform: translate(-100%);
}
[dir=rtl] .image-with-text__content--left {
  align-items: flex-end;
}
@media screen and (min-width: 990px) {
  [dir=rtl] .image-with-text__grid--image_left {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 990px) {
  [dir=rtl] .image-with-text__grid--image_right {
    flex-direction: row;
  }
}
[dir=rtl] .field input[type=text]::placeholder,
[dir=rtl] .field input[type=email]::placeholder,
[dir=rtl] .field input[type=tel]::placeholder,
[dir=rtl] .field input[type=password]::placeholder,
[dir=rtl] .field select::placeholder,
[dir=rtl] .field .text-area::placeholder,
[dir=rtl] .field textarea::placeholder,
[dir=rtl] .field .field__input::placeholder {
  text-align: end;
}
[dir=rtl] .product-markers .product-markers__card {
  text-align: right;
}
[dir=rtl] .article-card__header {
  padding-left: 5.6rem;
  padding-right: 0;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: none;
  color: rgb(var(--color-foreground));
  -webkit-mask: url("/icons/calendar.svg") no-repeat center;
  mask: url("/icons/calendar.svg") no-repeat center;
  background-color: rgb(var(--color-foreground));
  width: 1em;
  height: 1em;
}

.magnetic-hover-effect {
  position: relative;
  z-index: 1;
  transition: transform 0.1s ease-in-out;
}
.magnetic-hover-effect::after {
  content: "";
  display: none;
  position: absolute;
  z-index: -1;
  left: var(--glow-position-x, 50%);
  top: var(--glow-position-y, 50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 120%;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle, rgba(var(--color-accent), 1) 0%, rgba(var(--color-accent), 0.7) 35%, rgba(var(--color-accent), 0.4) 60%, rgba(var(--color-accent), 0.2) 85%);
  filter: blur(30px);
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media screen and (hover: hover) and (pointer: fine) {
  .magnetic-hover-effect::after {
    display: block;
  }

  .magnetic-hover-effect:hover::after {
    opacity: 0.3;
  }
}
.loading-overlay {
  position: absolute;
  z-index: 1;
  width: 3rem;
}

@media screen and (max-width: 749px) {
  .loading-overlay {
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 750px) {
  .loading-overlay {
    left: 0;
  }
}
.loading-overlay__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}

.spinner {
  animation: rotator 1.4s linear infinite;
  width: 2rem;
  height: 2rem;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: currentColor;
  animation: dash 1.4s ease-in-out infinite;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
.loading-overlay:not(.hidden) + .cart-item__price-wrapper,
.loading-overlay:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading-overlay:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

.price-wrapper {
  margin-top: 1.6rem;
}

.price {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  color: rgb(var(--color-foreground-secondary));
  width: 100%;
}
.price-item--regular {
  color: rgb(var(--color-foreground-secondary));
}
.price-item--sale {
  color: rgb(var(--color-foreground-secondary));
}
.price--on-sale .price-item--regular {
  text-decoration: line-through;
  text-underline-offset: -0.4rem;
  color: rgb(var(--color-foreground));
  text-decoration-color: rgb(var(--color-foreground));
}
.price--on-sale .price__sale {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 0.8rem;
}
.card-information__group--center .price--on-sale .price__sale {
  text-align: center;
  justify-content: center;
}
.card-information__group--left .price--on-sale .price__sale {
  text-align: left;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.price.price--unavailable {
  visibility: hidden;
}

.price dl {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.card-information__group--center .price dl {
  text-align: center;
  justify-content: center;
}
.card-information__group--left .price dl {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.price dd {
  margin: 0;
}

.price .price__last:last-of-type {
  margin: 0;
}

@media screen and (min-width: 750px) {
  .price {
    margin-bottom: 0;
  }
}
.price--product {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 750px) {
  .price--product {
    font-size: 2rem;
  }
}

.price--sold-out .price__availability,
.price__regular {
  display: block;
  width: 100%;
}

.price__sale,
.price__availability,
.price--on-sale .price__regular,
.price--on-sale .price__availability,
.price--no-compare .price__compare {
  display: none;
}

.price__sale dd {
  display: flex;
}
.card-information__group--center .price__sale dd {
  text-align: center;
  justify-content: center;
}
.card-information__group--left .price__sale dd {
  text-align: left;
  justify-content: flex-start;
}

.price__regular dd {
  width: 100%;
  display: block;
}
.card-information__group--center .price__regular dd {
  text-align: center;
  justify-content: center;
}
.card-information__group--left .price__regular dd {
  text-align: left;
  justify-content: flex-start;
}

.unit-price {
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgb(var(--color-foreground));
}

.price--slider dl {
  display: block;
  width: 100%;
  text-align: left;
}

.price--slider span {
  display: block;
  width: 100%;
  text-align: left;
}

.discounts {
  font-size: 1.2rem;
  color: rgb(var(--color-foreground-secondary));
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.discounts__discount {
  display: flex;
  align-items: center;
  line-height: 120%;
}

.discounts__discount > .icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.4rem;
}

.list-menu--right {
  right: 0;
}

.list-menu--disclosure {
  position: absolute;
  left: auto;
  min-width: max-content;
  max-width: 30rem;
  background-color: rgb(var(--color-background-secondary));
}

.list-menu--disclosure .list-menu--disclosure {
  left: 100%;
}

.list-menu--disclosure .list-menu--disclosure:before {
  content: none;
}

.list-menu--disclosure:focus {
  outline: none;
}

.footer .list-menu__item {
  transition: color var(--duration-default), text-decoration var(--duration-default);
}

.list-menu--disclosure.localization-selector {
  max-height: 18rem;
  overflow: auto;
  width: 10rem;
  padding: 0.5rem;
}

.totals {
  display: flex;
}

.totals > * {
  font-family: var(--font-body-family);
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}

.totals * {
  line-height: 120%;
}

.totals > * + * {
  margin-left: 0.5rem;
}

.totals__subtotal-value {
  color: rgba(var(--color-foreground));
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 140%;
  margin: 0;
}
@media screen and (max-width: 989px) {
  .totals__subtotal-value {
    font-size: 1.5rem;
  }
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  color: rgb(var(--color-foreground-title));
  line-height: var(--font-heading-line-height);
  word-wrap: break-word;
  max-width: 100%;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p,
.h0 p,
.h1 p,
.h2 p,
.h3 p,
.h4 p,
.h5 p {
  color: rgb(var(--color-foreground-title));
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  letter-spacing: calc(var(--font-heading-letter-spacing) * 0.1);
  text-transform: var(--font-heading-text-transform);
}

.h0 {
  font-size: 50px;
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: 100px;
  }
}
h1,
.h1 {
  font-size: calc(var(--font-heading-h1-scale) * 3.4rem);
}
@media screen and (min-width: 576px) {
  h1,
.h1 {
    font-size: calc(var(--font-heading-h1-scale) * 3.6rem);
  }
}
@media screen and (min-width: 750px) {
  h1,
.h1 {
    font-size: calc(var(--font-heading-h1-scale) * 4rem);
  }
}
@media screen and (min-width: 990px) {
  h1,
.h1 {
    font-size: calc(var(--font-heading-h1-scale) * 4.4rem);
  }
}
@media screen and (min-width: 1100px) {
  h1,
.h1 {
    font-size: calc(var(--font-heading-h1-scale) * 4.8rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-h2-scale) * 2.6rem);
}
@media screen and (min-width: 576px) {
  h2,
.h2 {
    font-size: calc(var(--font-heading-h2-scale) * 3rem);
  }
}
@media screen and (min-width: 750px) {
  h2,
.h2 {
    font-size: calc(var(--font-heading-h2-scale) * 3.2rem);
  }
}
@media screen and (min-width: 990px) {
  h2,
.h2 {
    font-size: calc(var(--font-heading-h2-scale) * 3.4rem);
  }
}
@media screen and (min-width: 1100px) {
  h2,
.h2 {
    font-size: calc(var(--font-heading-h2-scale) * 3.6rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-h3-scale) * 2.4rem);
}
@media screen and (min-width: 576px) {
  h3,
.h3 {
    font-size: calc(var(--font-heading-h3-scale) * 2.6rem);
  }
}
@media screen and (min-width: 750px) {
  h3,
.h3 {
    font-size: calc(var(--font-heading-h3-scale) * 2.8rem);
  }
}
@media screen and (min-width: 990px) {
  h3,
.h3 {
    font-size: calc(var(--font-heading-h3-scale) * 3rem);
  }
}
@media screen and (min-width: 1100px) {
  h3,
.h3 {
    font-size: calc(var(--font-heading-h3-scale) * 3.2rem);
  }
}

h4,
.h4 {
  font-size: calc(var(--font-heading-h4-scale) * 2rem);
}
@media screen and (min-width: 576px) {
  h4,
.h4 {
    font-size: calc(var(--font-heading-h4-scale) * 2.1rem);
  }
}
@media screen and (min-width: 750px) {
  h4,
.h4 {
    font-size: calc(var(--font-heading-h4-scale) * 2.2rem);
  }
}
@media screen and (min-width: 990px) {
  h4,
.h4 {
    font-size: calc(var(--font-heading-h4-scale) * 2.3rem);
  }
}
@media screen and (min-width: 1100px) {
  h4,
.h4 {
    font-size: calc(var(--font-heading-h4-scale) * 2.4rem);
  }
}

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

h6,
.h6 {
  font-size: 1.6rem;
}

a {
  color: rgba(var(--color-foreground));
  text-decoration-color: rgb(var(--color-foreground));
  transition: color var(--duration-default), text-decoration var(--duration-default), opacity var(--duration-default);
}

p {
  margin: 0;
}

blockquote {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.8rem;
  width: 100%;
  padding: 2.4rem;
  margin: 2.4rem 0;
  border: none;
  font-family: var(--font-heading-family);
  border-radius: var(--border-radius-main);
  background-color: rgb(var(--color-background-input));
}
blockquote > * {
  margin: 0;
}
@media screen and (min-width: 1100px) {
  blockquote {
    padding: 6.4rem;
  }
}
blockquote + * {
  margin-top: 0;
}
blockquote::before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='35' viewBox='0 0 22 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-9.53674e-05 26.812L-9.50821e-05 23.548C1.02391 23.3773 1.85591 22.9507 2.49591 22.268C3.1359 21.5853 3.62657 20.732 3.96791 19.708C4.26657 18.684 4.41591 17.5747 4.41591 16.38L0.447907 16.38L0.447908 8.18801L8.57591 8.18801L8.57591 15.676C8.57591 18.1933 8.17057 20.1987 7.35991 21.692C6.54924 23.228 5.5039 24.4013 4.2239 25.212C2.90124 26.0227 1.49324 26.556 -9.53674e-05 26.812ZM12.9279 26.812L12.9279 23.548C13.9519 23.3773 14.7839 22.9507 15.4239 22.268C16.0639 21.5853 16.5546 20.732 16.8959 19.708C17.1946 18.684 17.3439 17.5747 17.3439 16.38L13.3759 16.38L13.3759 8.18801L21.5039 8.18801L21.5039 15.676C21.5039 18.1933 21.0986 20.1987 20.2879 21.692C19.4772 23.228 18.4319 24.4013 17.1519 25.212C15.8292 26.0227 14.4212 26.556 12.9279 26.812Z' fill='%23BAFF02'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  top: 3rem;
  left: 3rem;
}
@media screen and (min-width: 1100px) {
  blockquote::before {
    top: 6.4rem;
    left: 6.4rem;
  }
}
blockquote > * {
  padding-left: 3.8rem;
}
blockquote img {
  margin-top: 1.6rem;
  margin-bottom: 0;
}
blockquote p {
  margin: 0;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding: 6.4rem;
  }
}
table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-border));
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgb(var(--color-border));
}

a:empty,
ul:empty,
dl:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

hr {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: rgb(var(--color-border));
  border: none;
}

.caption {
  font-size: 1rem;
  color: rgb(var(--color-foreground-secondary));
  line-height: 1.7;
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}
.caption-with-letter-spacing {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.caption-large,
.form__label {
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(var(--color-foreground));
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}
@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  cursor: pointer;
}

.link {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  transition: var(--duration-default);
}

.link--text {
  color: rgb(var(--color-foreground));
  transition: var(--duration-default);
}

.circle-divider::after {
  content: "•";
  margin: 0 8px 0 8px;
}

.circle-divider:last-of-type::after {
  display: none;
}

.line-divider {
  align-items: center;
  justify-content: center;
}

.line-divider::after {
  content: "";
  display: inline-flex;
  width: 16px;
  height: 1px;
  margin: 0 8px 0 8px;
  background: rgba(var(--color-foreground), 0.6);
}

.line-divider_vertical::after {
  width: 1px;
  height: 13px;
}

.line-divider:last-of-type::after {
  display: none;
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}
.underlined-link {
  color: rgb(var(--color-foreground));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: opacity var(--duration-default);
}

.underlined-link:hover {
  cursor: pointer;
}

.link-hover-line {
  position: relative;
}
.link-hover-line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0.1rem;
  background-color: currentColor;
  transition: width var(--duration-default);
}
.link-hover-line:hover::after {
  width: 100%;
}

.link-hover-line-outer > span {
  position: relative;
}
.link-hover-line-outer > span::after {
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0.1rem;
  background-color: rgb(var(--color-foreground));
  transition: width var(--duration-default);
}
.link-hover-line-outer:hover > span::after {
  width: 100%;
}

.link-hover-arrow svg {
  opacity: 0;
  transition: opacity var(--duration-default);
}
.link-hover-arrow:hover svg {
  opacity: 1;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: 700;
}

.subheading {
  color: rgb(var(--color-foreground-tertiary));
  font-size: calc(var(--font-subtitle-scale) * 1rem);
  font-family: var(--font-subtitle-family);
  font-style: var(--font-subtitle-style);
  font-weight: var(--font-subtitle-weight);
  letter-spacing: calc(var(--font-subtitle-letter-spacing) * 0.1);
  text-transform: var(--font-subtitle-text-transform);
  line-height: 1.5;
  word-wrap: break-word;
}
.subheading a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  line-height: inherit;
  transition: opacity var(--duration-default);
  text-decoration: none;
}
@media screen and (pointer: fine) {
  .subheading a:hover {
    cursor: pointer;
  }
}

.richtext__content h1,
.richtext__content h2,
.richtext__content h3,
.richtext__content h4,
.richtext__content h5,
.richtext__content h6,
.richtext__content p {
  margin: 0;
}
.richtext__content a {
  color: rgb(var(--color-foreground));
  transition: opacity var(--duration-default);
  pointer-events: all;
}

.extra-small-font {
  font-size: calc(var(--font-body-scale-xs) * 1rem);
}

.small-font {
  font-size: calc(var(--font-body-scale-s) * 1rem);
}

.large-font {
  font-size: calc(var(--font-body-scale-m) * 1rem);
}

.title {
  margin: 3rem 0 2rem;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title--primary {
  margin: 4rem 0;
}

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

.title--section > * {
  margin: 0;
}

.title--section-mt-none {
  margin: 0 0 3rem 0;
}

.title--section-m-none {
  margin: 0;
}

@media screen and (min-width: 990px) {
  .title {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }
}
.page-header {
  margin: 1.6rem 0;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .page-header {
    margin: 2.4rem 0;
  }
}

.page-header .title--page {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 57.2rem;
}

.subtitle {
  color: rgb(var(--color-foreground-tertiary));
  font-size: calc(var(--font-subtitle-scale) * 1rem);
  font-family: var(--font-subtitle-family);
  font-weight: var(--font-subtitle-weight);
  font-style: var(--font-subtitle-style);
  letter-spacing: calc(var(--font-subtitle-letter-spacing) * 0.1);
  text-transform: var(--font-subtitle-text-transform);
  line-height: var(--font-body-line-height);
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
}
.subtitle::before {
  display: none;
}
@keyframes pulseAnimation {
  0% {
    box-shadow: 0 0 0 0px rgba(var(--color-accent), 0.7);
  }
  60% {
    box-shadow: 0 0 0 6px rgba(var(--color-accent), 0.3);
  }
  100% {
    box-shadow: 0 0 0 7px rgba(var(--color-accent), 0);
  }
}
.subtitle_dot::before {
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  min-width: 0.6rem;
  border-radius: 50%;
  background: rgb(var(--color-accent));
  margin-left: 0.7rem;
  animation: pulseAnimation 1.5s infinite;
}

.subtitle-large {
  font-size: calc(var(--font-subtitle-scale-l) * 0.9rem);
}
@media only screen and (min-width: 1100px) {
  .subtitle-large {
    font-size: calc(var(--font-subtitle-scale-l) * 1rem);
  }
}

.card__subtitle {
  position: relative;
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.5;
  font-family: var(--font-subtitle-family);
  font-weight: var(--font-subtitle-weight);
  font-style: var(--font-subtitle-style);
  color: rgb(var(--color-foreground));
}
.card__subtitle a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  line-height: inherit;
  transition: opacity var(--duration-default);
  text-decoration: none;
  pointer-events: all;
}
@media screen and (pointer: fine) {
  .card__subtitle a:hover {
    cursor: pointer;
  }
}

.titles .subtitle {
  margin: 0;
}
.titles .subtitle + .heading {
  margin-top: 1rem;
}
.titles .subtitle:only-child {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 750px) {
  .titles .subtitle:only-child {
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 1100px) {
  .titles .subtitle:only-child {
    margin-bottom: 4rem;
  }
}
.titles .heading {
  margin: 0;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 750px) {
  .titles .heading {
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 1100px) {
  .titles .heading {
    margin-bottom: 4.8rem;
  }
}

.swiper-pagination__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0.8rem;
  padding: 0;
  user-select: none;
  position: relative;
  z-index: 5;
  background-color: transparent;
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 2.4rem;
  height: 0.4rem;
  position: relative;
  cursor: pointer;
  background-color: rgba(var(--color-foreground-secondary), 0.2);
  border-radius: 0.25rem;
  opacity: 1;
  overflow: hidden;
}
.swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: rgb(var(--color-foreground-tertiary));
  border-radius: 0.25rem;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  animation: bulletFill var(--bullet-duration) linear forwards;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 8rem;
}
.swiper-pagination .slider[data-autoplay=false] {
  width: 8rem;
  background-color: rgb(var(--color-accent));
}
.swiper-pagination.not-autoplay .swiper-pagination-bullet-active {
  width: 8rem;
  background-color: rgb(var(--color-accent));
}
.swiper-pagination.not-autoplay .swiper-pagination-bullet-active::before {
  transform: scaleX(1);
  animation: none;
}
@keyframes bulletFill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.swiper-controls__wrapper {
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
}
@media screen and (min-width: 990px) {
  .swiper-controls__wrapper {
    bottom: 4rem;
  }
}
@media screen and (min-width: 1480px) {
  .split-screen-slideshow .swiper-controls__wrapper.section-full-screen {
    width: calc(100vw - var(--scrollbar-width, "0px"));
  }
}
.swiper-controls__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 3.6rem;
}
@media screen and (min-width: 990px) {
  .swiper-controls__box {
    justify-content: flex-end;
    padding-right: 4rem;
  }
  .section-full-screen .swiper-controls__box {
    padding-right: 0;
  }
}

.swiper-buttons__wrapper {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
.swiper-controls__wrapper .swiper-buttons__wrapper {
  position: static !important;
  transform: none;
  width: max-content;
}
@media screen and (min-width: 990px) {
  .swiper-buttons__wrapper {
    display: inline-block;
  }
}
.swiper-buttons__container.section-in-container {
  padding: 0 2rem;
}
@media screen and (min-width: 990px) {
  .swiper-buttons__container.section-in-container {
    padding: 0 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .swiper-buttons__container {
    max-width: 1920px;
    padding: 0 4rem;
  }
}
.swiper-buttons__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-buttons .container {
  box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .swiper-buttons {
    box-sizing: content-box;
  }
}

.swiper-buttons__box .swiper-button {
  background-color: rgb(var(--color-background-tertiary));
}

.swiper-button {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  border: 1px solid rgb(var(--color-border));
  border-radius: var(--border-radius-icons);
  transition: all var(--duration-default) ease;
  pointer-events: all;
  background-color: transparent;
  color: inherit;
  position: static;
  margin: 0;
  background: rgb(var(--color-background-tertiary));
}
.swiper-button.is-loop {
  pointer-events: all !important;
  opacity: 1;
  cursor: pointer;
}
.swiper-button span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--duration-default), color var(--duration-default), opacity var(--duration-default);
  color: rgb(var(--color-accent));
}
.swiper-button span svg {
  fill: rgb(var(--color-accent));
  color: rgb(var(--color-accent));
}
.swiper-button::after {
  display: none;
}
.swiper-button.swiper-button-prev {
  margin-left: -2.2rem;
}
.swiper-button.swiper-button-prev span {
  transform: rotate(180deg);
}
.swiper-button.swiper-button-prev:hover:not(.swiper-button-disabled) span {
  cursor: pointer;
}
.swiper-button.swiper-button-prev:hover:not(.swiper-button-disabled) {
  border-color: rgb(var(--color-border-on-hover));
}
.swiper-button.swiper-button-next {
  margin-right: -2.2rem;
}
.swiper-button.swiper-button-next span {
  transform: rotate(0deg);
}
.swiper-button.swiper-button-next:hover:not(.swiper-button-disabled) span {
  cursor: pointer;
}
.swiper-button.swiper-button-next:hover:not(.swiper-button-disabled) {
  border-color: rgb(var(--color-border-on-hover));
}
.swiper-button:hover {
  opacity: 0.8;
}

.slideshow__container .swiper-button-prev {
  margin-left: 0;
}
@media screen and (min-width: 1100px) {
  .slideshow__container .swiper-button-prev {
    margin-left: 2.2rem;
  }
}

.slideshow__container .swiper-button-next {
  margin-right: 0;
}
@media screen and (min-width: 1100px) {
  .slideshow__container .swiper-button-next {
    margin-right: 2.2rem;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  padding: 2.4rem;
  bottom: 0;
  width: 100%;
}

.swipe-on-mobile__nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
}
.swipe-on-mobile__nav .swiper-pagination {
  position: static;
}
@media (min-width: 990px) {
  .swipe-on-mobile__nav {
    display: none !important;
  }
}

.no-js .swiper-pagination,
.no-js .swiper-buttons__wrapper,
.no-js .swiper-button {
  display: none;
}

.swiper {
  border-radius: 0 !important;
}

.swiper-button-disabled {
  opacity: 0 !important;
  visibility: hidden !important;
}

.swiper-pagination-bullet::after {
  content: "";
  position: relative;
  display: block;
  cursor: pointer;
  pointer-events: all;
  top: -11px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2.6rem;
  z-index: 2;
}

/* Media */
.media {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(var(--color-foreground), 0.3);
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-main);
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom, .deferred-media__poster-button, .card__link),
.media model-viewer,
.card-wrapper__link--overlay:empty {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media img {
  object-fit: cover;
  object-position: center center;
  transition: opacity var(--duration-long), transform var(--duration-long);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 114.2%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}
deferred-media {
  display: block;
}

/* Button */
/* Button - default */
.button,
.customer .button {
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-size: calc(var(--font-button-scale) * 1.6rem);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: calc(var(--font-button-letter-spacing) * 0.1);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: var(--border-radius-button);
  transition: var(--duration-long);
  line-height: var(--font-body-line-height);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  transition: 400ms;
}
.button span,
.customer .button span {
  position: relative;
  z-index: 20;
}
.button__content,
.customer .button__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  z-index: 2;
  overflow: hidden;
}
.button--primary, .button--secondary,
.customer .button--primary,
.customer .button--secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 10rem;
  min-height: 4.4rem;
  padding: 0.6rem 2rem;
}
.button--primary .button_circle, .button--secondary .button_circle,
.customer .button--primary .button_circle,
.customer .button--secondary .button_circle {
  background-color: rgb(var(--color-button-hover));
}
@media screen and (pointer: fine) {
  .button--primary:not(:disabled):not([aria-disabled=true]):hover .button_circle, .button--secondary:not(:disabled):not([aria-disabled=true]):hover .button_circle,
.customer .button--primary:not(:disabled):not([aria-disabled=true]):hover .button_circle,
.customer .button--secondary:not(:disabled):not([aria-disabled=true]):hover .button_circle {
    opacity: 1;
    transform: translateY(-50%) scale(1) translateZ(0);
  }
}
.button--primary .button__label, .button--secondary .button__label,
.customer .button--primary .button__label,
.customer .button--secondary .button__label {
  position: relative;
  transform: translate3d(0px, 0%, 0px);
  transform-style: preserve-3d;
  transition: color 0.55s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.55s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
}
.button--primary .button__label::after, .button--secondary .button__label::after,
.customer .button--primary .button__label::after,
.customer .button--secondary .button__label::after {
  content: attr(data-label);
  position: absolute;
  inset: 100% auto auto 0%;
}
@media screen and (pointer: fine) {
  .button--primary:not(:disabled):not([aria-disabled=true]):hover .button__label, .button--secondary:not(:disabled):not([aria-disabled=true]):hover .button__label,
.customer .button--primary:not(:disabled):not([aria-disabled=true]):hover .button__label,
.customer .button--secondary:not(:disabled):not([aria-disabled=true]):hover .button__label {
    transform: translate3d(0px, -100%, 0px);
  }
  .button--primary:not(:disabled):not([aria-disabled=true]):hover .button__icon, .button--secondary:not(:disabled):not([aria-disabled=true]):hover .button__icon,
.customer .button--primary:not(:disabled):not([aria-disabled=true]):hover .button__icon,
.customer .button--secondary:not(:disabled):not([aria-disabled=true]):hover .button__icon {
    transform: translate3d(100%, -100%, 0px);
  }
}
.button--primary,
.customer .button--primary {
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  border: 1px solid rgb(var(--color-button));
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button--primary:focus-visible,
.customer .button--primary:focus-visible {
  background-color: rgb(var(--color-button));
  border: 1px solid white !important;
}
.button--secondary,
.customer .button--secondary {
  backdrop-filter: blur(4px);
  background: rgba(var(--color-background), 0.5);
  color: rgb(var(--color-button-secondary-text));
  border: 1px solid rgb(var(--color-button-secondary-border));
}
.button--secondary:not(:disabled):not([aria-disabled=true]):hover,
.customer .button--secondary:not(:disabled):not([aria-disabled=true]):hover {
  color: rgb(var(--color-button-secondary-text-hover));
}
.button--secondary:focus-visible,
.customer .button--secondary:focus-visible {
  border-color: white !important;
}
.button--unstyled,
.customer .button--unstyled {
  cursor: pointer;
  background: none;
  box-shadow: none;
  border: none;
}
.button--play > span,
.customer .button--play > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  height: 1.6rem;
}
.button--play > span .button-icon,
.customer .button--play > span .button-icon {
  position: absolute;
  transition: opacity var(--duration-long);
}
.button--play > span .icon-hidden,
.customer .button--play > span .icon-hidden {
  opacity: 0;
}
.button--play.active .button-icon:not(.icon-hidden),
.customer .button--play.active .button-icon:not(.icon-hidden) {
  opacity: 0;
}
.button--play.active .icon-hidden,
.customer .button--play.active .icon-hidden {
  opacity: 1;
}
.button--sound > span,
.customer .button--sound > span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
}
.button--sound .button-icon,
.customer .button--sound .button-icon {
  position: absolute;
  transition: opacity var(--duration-long);
}
.button--sound .icon-hidden,
.customer .button--sound .icon-hidden {
  opacity: 0;
}
.button--sound.active .button-icon:not(.icon-hidden),
.customer .button--sound.active .button-icon:not(.icon-hidden) {
  opacity: 0;
}
.button--sound.active .icon-hidden,
.customer .button--sound.active .icon-hidden {
  opacity: 1;
}
.button--simple,
.customer .button--simple {
  display: block;
  align-items: center;
  padding: 0;
  min-width: auto;
  min-height: auto;
  background: none;
  box-shadow: none;
  color: rgb(var(--color-button-link));
  --alpha-button-background: 0;
  overflow: visible;
}
.button--simple span,
.customer .button--simple span {
  position: relative;
  display: block;
}
.button--simple span::after,
.customer .button--simple span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
  transition: width var(--duration-long);
}
.button--simple:not(:disabled):not([aria-disabled=true]):hover,
.customer .button--simple:not(:disabled):not([aria-disabled=true]):hover {
  color: rgb(var(--color-button-link-hover));
  --alpha-button-background: 0;
}
.button--simple:not(:disabled):not([aria-disabled=true]):hover span::after,
.customer .button--simple:not(:disabled):not([aria-disabled=true]):hover span::after {
  width: 0;
}
.button--simple.button--primary-size,
.customer .button--simple.button--primary-size {
  padding: 0 !important;
  min-width: auto !important;
  min-height: auto !important;
}
.button--simple.button--small,
.customer .button--simple.button--small {
  font-size: 1.2rem;
  padding: 0 !important;
  min-width: auto !important;
  min-height: auto !important;
}
.button--primary-size,
.customer .button--primary-size {
  min-height: 5rem;
  min-width: 14.8rem;
  padding: 1.4rem 2.5rem;
}
.button--small,
.customer .button--small {
  font-size: 1.2rem;
  padding: 1.1rem 2rem;
  min-height: 4rem;
  min-width: 5rem;
}
.button--full-width,
.customer .button--full-width {
  display: flex;
  width: 100%;
}
.button--link,
.customer .button--link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  color: rgb(var(--color-button-link));
  transform: none;
  min-width: fit-content;
  border: 1px solid transparent;
}
.button--link::before,
.customer .button--link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s ease;
  background-color: rgb(var(--color-button-link));
}
.button--link:hover::before,
.customer .button--link:hover::before {
  transform: scaleX(0);
}
.button--link:focus-visible,
.customer .button--link:focus-visible {
  border: 1px solid white !important;
}
.button--link.button[aria-disabled=true]:not(.loading),
.customer .button--link.button[aria-disabled=true]:not(.loading) {
  opacity: 0.8;
}
.button--link-second,
.customer .button--link-second {
  padding: 0;
  background-color: transparent;
  color: rgb(var(--color-button-link-second));
  border: 1px solid transparent;
  transform: none;
  width: fit-content;
  margin: 0 auto;
}
.button--link-second::before,
.customer .button--link-second::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: width 0.4s ease;
  background-color: rgb(var(--color-button-link-second));
}
.button--link-second:hover::before,
.customer .button--link-second:hover::before {
  width: 100%;
}
.button--link-second.button[aria-disabled=true]:not(.loading),
.customer .button--link-second.button[aria-disabled=true]:not(.loading) {
  opacity: 0.8;
}
.button .spinner,
.customer .button .spinner {
  display: none;
  width: 1.6rem;
  height: 1.6rem;
}
.button.loading span,
.customer .button.loading span {
  opacity: 0;
}
.button.loading .spinner,
.customer .button.loading .spinner {
  position: absolute;
  display: inline-block;
}
.button.loading .spinner .path,
.customer .button.loading .spinner .path {
  stroke: currentColor !important;
}

.button_wrapper {
  position: relative;
  display: inline-block;
  max-width: fit-content;
  /* ensure wrapper clips ripple and matches button corner radius by default */
  border-radius: var(--border-radius-button);
}
.button_wrapper.custom-hover {
  border-radius: var(--border-radius-button);
}
.button_wrapper.custom-hover:hover {
  background-color: rgb(var(--color-button-hover));
}
.button_wrapper:focus-visible {
  outline: 0.1rem solid rgb(var(--color-foreground));
  outline-offset: 0.1rem;
  box-shadow: 0 0 0.2rem 0 rgb(var(--color-foreground));
}
.button_wrapper:has(.button--link) {
  overflow: visible;
}

.button_circle {
  position: absolute !important;
  display: block;
  top: 50%;
  left: -5%;
  width: 110%;
  padding-top: 100%;
  z-index: 1 !important;
  opacity: 0;
  border-radius: 50%;
  transform: translateY(-50%) scale(0) translateZ(0);
  transition: transform linear(0, 0.2342, 0.4374, 0.6093 37.49%, 0.6835, 0.7499, 0.8086, 0.8593, 0.9023, 0.9375, 0.9648, 0.9844, 0.9961, 1) 0.7s, opacity ease-in-out 0.4s;
  background-color: rgb(var(--color-button-hover));
}

.button:disabled,
.button[aria-disabled=true],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled=true],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Button - social share */
.share-button {
  display: block;
  position: relative;
  margin-top: 1rem;
}

.share-button__button {
  padding: 0;
  box-shadow: none;
  background: none;
  text-transform: none;
  font-weight: 500;
  justify-content: flex-start;
}

.share-button .share-button__button:hover {
  box-shadow: none;
}

.share-button .share-button__button:focus {
  box-shadow: none;
  border: none;
}

.share-button__button .icon-share {
  margin-right: 1rem;
}

.share-button__fallback {
  border: 0.1rem solid rgb(var(--color-border));
  background: rgb(var(--color-background));
  padding: 2rem;
  position: absolute;
  top: 4rem;
  left: -0.1rem;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.share-button__fallback .button {
  margin-top: 1rem;
}

.share-button__fallback .icon-clipboard {
  height: 1.4rem;
  width: 1.8rem;
}

.share-button__message:not(:empty) {
  font-size: 1.2rem;
  text-align: right;
  display: block;
  margin-top: 0.5rem;
}

/* Button - social share new */
.share-buttons {
  position: relative;
}

.share-buttons__label-name {
  font-size: 1.2rem;
}

.share-buttons__label .icon-share {
  width: 1.2rem;
  margin-right: 1rem;
}

.share-buttons__label .icon-share path {
  fill: rgba(var(--color-foreground));
}

.share-buttons__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  width: 100%;
  margin-top: 0.8rem;
}

.share-buttons__item a {
  color: rgb(var(--color-foreground-secondary));
  transition: var(--duration-long);
}

.share-buttons__item .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.3rem;
}

.share-buttons__item .icon-copy {
  transform: rotate(-45deg);
}

.share-buttons__button {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.share-button__name {
  font-size: 1.2rem;
  transition: var(--duration-long);
  color: rgb(var(--color-foreground-secondary));
}

.share-button__icon {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  color: rgb(var(--color-foreground));
  padding: 0.8rem;
  background-color: rgb(var(--color-scondary-element-background));
  border-radius: 100%;
  transition: var(--duration-long);
}

.share-buttons__button:hover .share-button__icon {
  background-color: rgb(var(--color-foreground));
}

.share-buttons-simple {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
@media screen and (min-width: 750px) {
  .share-buttons-simple {
    flex-direction: row;
  }
}
.share-buttons-simple__item {
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-buttons-simple__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  height: 100%;
  transition: opacity var(--duration-long);
}
.share-buttons-simple__button .share-buttons-simple__icon-wrapper {
  display: flex;
  color: rgb(var(--color-accent)) !important;
  padding: 1.2rem 0;
}
@media screen and (min-width: 750px) {
  .share-buttons-simple__button .share-buttons-simple__icon-wrapper {
    padding: 1.2rem;
  }
}
.share-buttons-simple__button .share-buttons-simple__button-text {
  color: rgb(var(--color-foreground-secondary)) !important;
}

.modal-close-button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  color: rgb(var(--color-foreground-secondary));
  background-color: transparent;
  cursor: pointer;
  border: none;
  transition: opacity var(--duration-long);
}
.modal-close-button:hover {
  cursor: pointer;
}

.header__offcanvas-toggle-link .icon-close {
  color: rgb(var(--color-foreground));
}

.infinite-scroll__loading {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  color: rgba(var(--color-button-link));
}
.infinite-scroll__loading .spinner {
  display: none;
  width: 2rem;
  height: 2rem;
}
.infinite-scroll__loading.loading .spinner {
  display: block;
}

.scroll-top {
  cursor: pointer;
  position: fixed;
  bottom: 0.8rem;
  right: 0.8rem;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--color-background-tertiary), 0.7);
  color: rgb(var(--color-foreground));
  border: none;
  border-radius: var(--border-radius-button);
  opacity: 0;
  z-index: 999;
  transition: var(--duration-long);
}
.scroll-top svg {
  flex: none;
  width: 2rem;
  height: 2rem;
}
.scroll-top.show {
  opacity: 1;
}
.scroll-top:hover {
  background-color: rgb(var(--color-background-tertiary));
}

.copy-btn {
  position: relative;
}
.copy-btn::before {
  content: attr(data-notification);
  display: block;
  padding: 0.2rem 0.5rem;
  border-radius: var(--border-radius-button);
  border: 0.1rem solid rgb(var(--color-border));
  background-color: rgb(var(--color-background));
  position: absolute;
  bottom: 4rem;
  right: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  text-transform: capitalize;
  font-size: 1.2rem;
  transition: all var(--duration-default);
  z-index: 3;
  max-width: 15rem;
  width: max-content;
}
.copy-btn.success::before {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.copy-btn.success:hover::before {
  opacity: 1;
}

.product-form__submit.loading + .button_circle {
  display: none;
}

/* Form */
.field {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.field label {
  position: relative;
  transition: var(--duration-default);
}
.field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=search],
.field input[type=password],
.field textarea,
.field .text-area,
.field select,
.field .field__input {
  width: 100%;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-size: 1.4rem;
  -webkit-appearance: none;
  appearance: none;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background-input));
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  transition: border var(--duration-default), background-color var(--duration-default);
  overflow: hidden;
}
.field input[type=text]::placeholder,
.field input[type=email]::placeholder,
.field input[type=tel]::placeholder,
.field input[type=search]::placeholder,
.field input[type=password]::placeholder,
.field textarea::placeholder,
.field .text-area::placeholder,
.field select::placeholder,
.field .field__input::placeholder {
  transition: opacity var(--duration-default);
  color: rgba(var(--color-foreground));
}
.field input[type=text]:hover,
.field input[type=email]:hover,
.field input[type=tel]:hover,
.field input[type=search]:hover,
.field input[type=password]:hover,
.field textarea:hover,
.field .text-area:hover,
.field select:hover,
.field .field__input:hover {
  border: 1px solid rgb(var(--color-border-on-hover));
}
.field input[type=text]:hover::placeholder,
.field input[type=email]:hover::placeholder,
.field input[type=tel]:hover::placeholder,
.field input[type=search]:hover::placeholder,
.field input[type=password]:hover::placeholder,
.field textarea:hover::placeholder,
.field .text-area:hover::placeholder,
.field select:hover::placeholder,
.field .field__input:hover::placeholder {
  color: rgba(var(--color-foreground-secondary));
}
.field input[type=text]:active,
.field input[type=email]:active,
.field input[type=tel]:active,
.field input[type=search]:active,
.field input[type=password]:active,
.field textarea:active,
.field .text-area:active,
.field select:active,
.field .field__input:active {
  border: 1px solid rgb(var(--color-border-input));
}
.field input[type=text]:focus-visible,
.field input[type=email]:focus-visible,
.field input[type=tel]:focus-visible,
.field input[type=search]:focus-visible,
.field input[type=password]:focus-visible,
.field textarea:focus-visible,
.field .text-area:focus-visible,
.field select:focus-visible,
.field .field__input:focus-visible {
  outline: none;
}
.field .button_wrapper.custom-hover {
  flex-shrink: 0;
}
.field select {
  color: rgb(var(--color-foreground));
}
.field input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.field input[type=search]::placeholder {
  color: rgba(var(--color-foreground));
}
.field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=password],
.field select,
.field .text-area,
.field textarea,
.field .field__input {
  padding: 1.4rem;
  font-size: 1.4rem;
}
.field input[type=text]::-webkit-search-cancel-button,
.field input[type=email]::-webkit-search-cancel-button,
.field input[type=tel]::-webkit-search-cancel-button,
.field input[type=password]::-webkit-search-cancel-button,
.field select::-webkit-search-cancel-button,
.field .text-area::-webkit-search-cancel-button,
.field textarea::-webkit-search-cancel-button,
.field .field__input::-webkit-search-cancel-button {
  display: none;
}
.field input[type=text]::placeholder,
.field input[type=email]::placeholder,
.field input[type=tel]::placeholder,
.field input[type=password]::placeholder,
.field select::placeholder,
.field .text-area::placeholder,
.field textarea::placeholder,
.field .field__input::placeholder {
  color: rgba(var(--color-foreground));
}
.field input[type=text]:focus-visible::placeholder,
.field input[type=email]:focus-visible::placeholder,
.field input[type=tel]:focus-visible::placeholder,
.field input[type=password]:focus-visible::placeholder,
.field select:focus-visible::placeholder,
.field .text-area:focus-visible::placeholder,
.field textarea:focus-visible::placeholder,
.field .field__input:focus-visible::placeholder {
  opacity: 0;
}
.field input[type=text][required] + label::after,
.field input[type=email][required] + label::after,
.field input[type=tel][required] + label::after,
.field input[type=password][required] + label::after,
.field select[required] + label::after,
.field .text-area[required] + label::after,
.field textarea[required] + label::after,
.field .field__input[required] + label::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0.3rem;
  color: rgb(var(--color-error));
}
.field textarea.field__input {
  padding: 1.8rem 2rem;
  border-radius: var(--border-radius-main) !important;
}
.field .select {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.field .select .placeholder-select {
  color: rgba(var(--color-foreground));
  position: absolute;
  top: 50%;
  left: 1.8rem;
  transform: translateY(-50%);
  display: inline;
  width: auto;
}
.field .select .placeholder-select span {
  color: rgb(var(--color-error));
}
.field .select label {
  position: relative;
  transition: var(--duration-default);
}
.field select {
  cursor: pointer;
}
.field select:focus-visible, .field select:active {
  border: 1px solid rgb(var(--color-border-input));
}
.field select option {
  background-color: rgb(var(--color-background-input));
}
.field--checkbox input[type=checkbox] {
  position: absolute;
  opacity: 1;
  width: 1.6rem;
  height: 1.6rem;
  top: 0;
  left: 0;
  z-index: -1;
  appearance: none;
}
.field--checkbox input[type=checkbox]:checked + label::before {
  border-color: rgb(var(--color-button));
  background-color: rgb(var(--color-button));
}
.field--checkbox input[type=checkbox]:checked + label .icon-checkmark {
  visibility: visible;
}
.field--checkbox input[type=checkbox] + label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: rgb(var(--color-foreground));
  position: relative;
  cursor: pointer;
}
.field--checkbox input[type=checkbox] + label a {
  text-decoration: none;
  color: rgb(var(--color-foreground));
  transition: opacity var(--duration-default);
}
.field--checkbox input[type=checkbox] + label a:hover {
  cursor: pointer;
}
.field--checkbox input[type=checkbox] + label:hover::before {
  border: 1px solid rgb(var(--color-border-input));
}
.field--checkbox input[type=checkbox] + label::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2px;
  border: 0.1rem solid rgb(var(--color-button));
  background-color: rgb(var(--color-background));
  transition: border-color var(--duration-default);
}
.field--checkbox input[type=checkbox] + label .icon-checkmark {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 5;
  visibility: hidden;
  color: rgb(var(--color-accent));
}
.field--checkbox input[type=checkbox][required] + label span::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0;
  color: rgb(var(--color-error));
}
.field--pass {
  position: relative;
}
.field--pass .button-pass-visibility {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  bottom: 1rem;
  right: 2.4rem;
  cursor: pointer;
}
.field--pass .button-pass-visibility svg {
  color: rgba(var(--color-foreground));
}
.field--pass .button-pass-visibility svg.icon-eye {
  display: none;
}
.field--dark input[type=text],
.field--dark input[type=email],
.field--dark input[type=tel],
.field--dark input[type=password],
.field--dark input[type=search] {
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
  background-color: transparent;
}
.field--dark input[type=text]:hover, .field--dark input[type=text]:focus,
.field--dark input[type=email]:hover,
.field--dark input[type=email]:focus,
.field--dark input[type=tel]:hover,
.field--dark input[type=tel]:focus,
.field--dark input[type=password]:hover,
.field--dark input[type=password]:focus,
.field--dark input[type=search]:hover,
.field--dark input[type=search]:focus {
  border-color: white;
}
.field--dark input[type=text] + label::before,
.field--dark input[type=email] + label::before,
.field--dark input[type=tel] + label::before,
.field--dark input[type=password] + label::before,
.field--dark input[type=search] + label::before {
  color: rgba(255, 255, 255, 0.5);
}
.field--newsletter-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.field--newsletter input[type=email] {
  padding-right: 12rem;
  border: none;
}
.field--newsletter input[type=email]:hover {
  border: none;
}
.field--newsletter .button.button--simple {
  position: absolute;
  z-index: 1;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

input[type=radio]:focus-visible + label {
  outline: 0.1rem solid rgb(var(--color-foreground-secondary));
  box-shadow: 0 0 0.2rem 0 rgb(var(--color-foreground-secondary));
}

/* Text area */
.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 1.2rem;
  min-height: 10rem;
  resize: none;
}

.text-area--resize-vertical {
  resize: vertical;
}

/* Form global */
.form__label {
  display: block;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  margin-top: 1rem;
}
.form__message--error {
  display: none;
  align-items: flex-start;
  color: rgb(var(--color-error));
  text-align: left;
  margin: 0.8rem 0 0;
  font-weight: var(--font-body-weight);
}

.form__message--large {
  font-size: 1.4rem;
}

.form__message .icon {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.form-status {
  margin: 0;
  font-size: 1.4rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* Quantity */
.quantity {
  position: relative;
  padding: 1rem 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(var(--color-background));
  border-radius: var(--border-radius-button);
  overflow: hidden;
  width: 11.3rem;
  height: 4.4rem;
  background-color: rgb(var(--color-background));
}
.quantity__input {
  font-family: var(--font-body-family);
  border-radius: var(--border-radius-button);
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  color: rgb(var(--color-foreground-secondary));
}
.quantity.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.quantity__button {
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-button);
  color: rgb(var(--color-foreground));
  transition: background-color var(--duration-default);
}
.quantity__button:hover {
  background-color: rgba(var(--color-background), 0.6);
}
.quantity__button.disabled:not(.quantity__button-cart) {
  pointer-events: none;
}
.quantity__button svg {
  pointer-events: none;
  width: 2.4rem;
  height: 2.4rem;
}

.quantity__button:focus-visible,
.quantity__button:focus,
.quantity__input:focus-visible {
  outline-offset: 0.1rem;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type=number] {
  -moz-appearance: textfield;
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
*:focus:not(:focus-visible):not(.button--secondary):not(.localization-selector.link) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/
.focus-inset:focus-visible {
  outline: 0.1rem solid rgb(var(--color-foreground));
  outline-offset: 0.1rem;
  box-shadow: none;
}

input.focus-inset:focus-visible {
  outline: 0.1rem solid rgb(var(--color-foreground));
  outline-offset: 0rem;
}

/* Remove focus ring on mouse clicks for inputs with focus-inset - only show on keyboard */
input.focus-inset:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

/* Fallback */
.focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/
/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

/* Modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  z-index: 2;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open].modal .modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 3.2rem;
  width: 3.2rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.modal__content {
  position: absolute;
  inset: 0;
  background: rgb(var(--color-background));
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fancybox-skin {
  padding: 0 !important;
}

body.body--hidden {
  overflow-y: hidden;
}

.shopify-section-header {
  position: relative;
  z-index: 999999;
  transition: background var(--duration-default) linear;
  overflow-x: clip;
  max-width: 100%;
}
.shopify-section-header.animate, .shopify-section-header.shopify-section-header-hidden {
  will-change: transform;
}
.shopify-section-header .icon-search {
  min-height: 4rem;
  min-width: 4rem;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) {
  background: transparent;
  --color-background: 255, 255, 255;
  --color-foreground: 255, 255, 255;
  --color-foreground-title: 255, 255, 255;
  --color-foreground-secondary: 255, 255, 255;
  --color-background-input: 255, 255, 255, 0.2;
  --color-border-input: 255, 255, 255, 0.3;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header--border::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header-wrapper.container .header,
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header-wrapper:not(.container) {
  background-color: transparent;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__icons-wrapper:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__heading-logo {
  display: none;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__heading-logo:only-child {
  display: block;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__heading-logo--overlay {
  display: block;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
  background-color: rgb(var(--color-background));
  z-index: 999999;
}

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

.shopify-section-header.animate {
  transition: transform 0.15s ease-out;
  border-bottom: 1px solid rgb(var(--color-border));
}

.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header {
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
}
.header__overlay {
  position: absolute;
  inset: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(var(--color-overlay), 0.5);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration-default);
}
.header__overlay.visible {
  opacity: 1;
  visibility: visible;
}
.header .header__first-level {
  background-color: rgb(var(--color-background-secondary));
  display: none;
}
@media (min-width: 1100px) {
  .header .header__first-level {
    display: block;
  }
}
.header .header__first-level .header__first-level-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__first-level .menu-top-item {
  text-decoration: none;
  transition: opacity var(--duration-default);
}
.header .header__first-level .menu-top-item:hover {
  cursor: pointer;
  color: rgb(var(--color-accent));
}
.header .header__second-level {
  min-height: 7.8rem;
}
.header--left-logo .header__heading {
  margin-right: 2.4rem;
}
.header--left-logo .header__second-level {
  display: flex;
  justify-content: space-between;
}
.header--left-logo-second .aside-menu {
  top: calc(var(--header-height) - 1.8rem);
}
.header--left-logo-second .mega-menu {
  top: calc(var(--header-height) - 1.8rem);
}
.header--left-logo-second .header__second-level {
  display: flex;
  justify-content: space-between;
  min-width: 0;
  overflow-x: clip;
  min-height: 8rem;
}
@media (min-width: 1100px) {
  .header--left-logo-second .header__second-level {
    min-height: 10.4rem;
  }
}
.header--left-logo-second .header__second-level .list-menu-item .list-menu--disclosure {
  left: 0;
  top: calc(100% + 0.4rem);
}
.header--left-logo-second .header__second-level .list-menu-item .list-menu--disclosure::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.4rem;
  top: -0.4rem;
}
.header--left-logo-second .header__second-level .list-menu-item .list-menu--disclosure li .list-menu--disclosure {
  top: -1.6rem;
}
.header--left-logo-second .header__left {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  align-items: center;
}
.header--left-logo-second .header__left > .header__heading, .header--left-logo-second .header__left > .header__heading-link {
  min-width: 0;
  flex: 0 1 auto;
}
.header--left-logo-second .header__left .header__heading-logo {
  max-width: 100%;
  height: auto;
}
.header--left-logo-second .header__inline-menu {
  margin: 0 auto;
  background-color: rgb(var(--color-background-tertiary));
  border-radius: var(--border-radius-button);
  height: fit-content;
  align-items: center;
  gap: 2.4rem;
  padding: 0.8rem 0;
}
.header--left-logo-second .header__inline-menu .aside-menu__toggle {
  padding: 0 0.8rem;
  padding-right: 1.3rem;
  border-right: 0.1rem solid rgb(var(--color-border));
  transition: all var(--duration-default) ease-in;
  margin-left: 0rem;
}
.header--left-logo-second .header__inline-menu .aside-menu__toggle .icon {
  color: rgb(var(--color-accent));
  transition: all var(--duration-default) ease-in;
  border-radius: 50%;
}
.header--left-logo-second .header__inline-menu .aside-menu__toggle .icon-close {
  color: rgb(var(--color-button-text));
  background: rgb(var(--color-accent));
}
.header--left-logo-second .header__inline-menu .aside-menu__toggle:hover .icon-menu, .header--left-logo-second .header__inline-menu .aside-menu__toggle:has(+ .aside-menu:hover) .icon-menu {
  color: rgb(var(--color-button-text));
  background: rgb(var(--color-accent));
  border-radius: 50%;
}
.header--left-logo-second .header__inline-menu .header__icon--search {
  padding: 0 0.8rem 0 1.2rem;
  color: rgb(var(--color-accent));
  border-left: 0.1rem solid rgb(var(--color-border));
  min-height: unset;
  cursor: pointer;
  transition: all var(--duration-default) ease-in;
}
.header--left-logo-second .header__inline-menu .header__icon--search .icon-search {
  color: rgb(var(--color-accent));
  transition: all var(--duration-default) ease-in;
  border-radius: 50%;
}
.header--left-logo-second .header__inline-menu .header__icon--search:hover .icon-search {
  color: rgb(var(--color-button-text));
  background: rgb(var(--color-accent));
  opacity: 1;
}
.header--left-logo-second .list-menu--inline .list-menu-item > .header__submenu {
  top: calc(100% + 1.4rem) !important;
}
.header--center-logo .header__second-level {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.header--center-logo .header__second-level > .header__heading, .header--center-logo .header__second-level > .header__heading-link {
  display: flex;
  align-items: center;
  padding-block: 0.4rem;
}
.header .header__left {
  display: flex;
  column-gap: 1.6rem;
}
.header .header__left > .header__heading, .header .header__left > .header__heading-link {
  display: flex;
  align-items: center;
  padding-block: 0.4rem;
}
.header__localization {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.header__localization-wrapper {
  display: none;
  flex-direction: row;
  gap: 1.6rem;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .header__localization-wrapper:not(:empty) + .header__icons-wrapper {
    margin-left: 1.6rem;
  }
}
@media screen and (min-width: 1100px) {
  .header__localization-wrapper {
    display: flex;
  }
}
.header__localization localization-form {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header__localization .localization-form {
  height: 100%;
}
.header__localization .localization-form > div {
  height: 100%;
}
.header__localization .disclosure {
  position: static;
  height: 100%;
}
.header__localization .disclosure__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
  min-height: 3.2rem;
  padding: 0 !important;
  height: 100% !important;
}
@keyframes animateLocalizationHeaderOpen {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header__localization .localization-selector + .disclosure__list {
  left: 0;
  top: calc(100% + 0.4rem);
  bottom: auto;
}
@media screen and (min-width: 1100px) {
  .header__localization .localization-selector + .disclosure__list {
    left: -2.4rem;
    right: unset;
    animation: animateLocalizationHeaderOpen var(--duration-default) ease;
  }
}
.header__heading-logo {
  display: block;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 576px) {
  .header__heading-logo {
    max-width: 12rem;
  }
}
.header__heading {
  display: inline-flex;
  align-items: center;
  margin: 0;
  line-height: 0;
}
.header__heading span {
  line-height: 1;
  text-transform: var(--font-header-menu-text-transform);
}
.header__heading-link {
  display: inline-flex;
  padding: 0;
  text-decoration: none;
  word-break: break-word;
}
.header__heading-link span {
  display: flex;
  align-items: center;
  width: 10rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: var(--font-header-menu-text-transform);
}
.header__heading-logo--overlay {
  display: none;
}
.header *[tabindex="-1"]:focus {
  outline: none;
}

.no-js .localization-form {
  display: flex;
  flex-direction: column;
}
.no-js .localization-form__select {
  position: relative;
}
.no-js .localization-form__select .icon-caret {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: rgb(var(--color-foreground-secondary));
  pointer-events: none;
}
.no-js .localization-form .localization-selector {
  height: 3.2rem;
  font-size: 1.2rem;
}
.no-js .localization-form .button {
  width: 100%;
}

.header__icons {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: -0.3rem;
}
.header__icons-wrapper {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (min-width: 990px) {
  .header__icons-wrapper > *:first-child {
    margin-left: 1.6rem;
  }
}
.header__icons .header__toggle-scheme,
.header__icons .header__icon--account,
.header__icons .header__icon--cart,
.header__icons .header__icon--search {
  position: relative;
  align-items: center;
  width: 4.4rem;
  height: 4.4rem;
  cursor: pointer;
  color: rgb(var(--color-foreground-title));
  transition: opacity var(--duration-default);
}
.header__icons .header__toggle-scheme svg,
.header__icons .header__icon--account svg,
.header__icons .header__icon--cart svg,
.header__icons .header__icon--search svg {
  opacity: 1;
  transition: opacity var(--duration-default);
}
.header__icons .header__toggle-scheme:hover svg,
.header__icons .header__icon--account:hover svg,
.header__icons .header__icon--cart:hover svg,
.header__icons .header__icon--search:hover svg {
  cursor: pointer;
}
.header__icons .header__icon--account:hover,
.header__icons .header__icon--cart:hover,
.header__icons .header__icon--search:hover {
  color: rgb(var(--color-accent));
}
.header__icons .header__icon--cart:hover {
  border: 0.1rem solid rgb(var(--color-accent));
}

details[open] > .header__icon--search::after,
details[open] > .header__icon--account::after {
  background-color: rgb(var(--color-foreground));
}

@media screen and (min-width: 1100px) {
  details[open] > .header__icon--search::before {
    content: "";
    position: fixed;
    cursor: default;
    background: transparent;
    top: 110%;
    left: 0;
    right: 0;
    z-index: 2;
    height: 100vh;
  }
}

.header__icon,
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon span {
  height: 100%;
}

.header__icon .icon:not(.icon-search) {
  transition: var(--duration-default);
  color: rgba(var(--color-foreground));
}

.header__icon--menu {
  width: 4.4rem;
  height: 4.4rem;
}
.header__icon--menu span {
  color: rgb(var(--color-foreground));
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__icon--menu .icon-menu {
  display: block;
}
.header__icon--menu .icon-close {
  display: none;
}

.header__icon::after {
  content: none;
}

.header__icon .icon {
  fill: none;
  vertical-align: middle;
}

@media screen and (min-width: 1100px) {
  .template-cart .header__icon--cart::after {
    background-color: rgb(var(--color-foreground));
  }
}

.header__cart {
  display: flex;
  align-items: center;
}

.header__icon--cart {
  position: relative;
  gap: 0.4rem;
  padding-right: 0;
  width: 3.2rem;
  width: auto;
  height: 3.2rem;
  border: 0.1rem solid rgb(var(--color-border));
  border-radius: var(--border-radius-button);
  color: rgb(var(--color-foreground-title));
}
.header__icon--cart .icon {
  width: 3.2rem;
  height: 3.2rem;
}
.header__icon--cart svg {
  width: 2.4rem;
  height: 2.3rem;
}
.header__icon--cart.header__cart-has-items {
  color: rgb(var(--color-accent));
}

.header__icon--search {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground-title));
}
.header__icon--search svg {
  opacity: 1;
  transition: opacity var(--duration-default);
  width: 100%;
  height: 100%;
}
.header__icon--search:hover svg {
  cursor: pointer;
}

.header__icon--search,
.header__icon--cart {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-height: 3.2rem;
}

.header__account {
  position: relative;
  display: none;
  align-items: center;
  height: 100%;
}
.header__account__overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  background-color: rgba(var(--color-overlay), 0.5);
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--duration-default) ease;
}
.header__account .header__account-modal {
  background-color: rgb(var(--color-background-secondary));
}
.header__account .header__account-modal .button_wrapper {
  max-width: unset;
  width: 100%;
}
.header__account .header__account-modal .button_wrapper .button {
  width: 100%;
  border: none;
}

.header__account--mobile {
  display: inline-flex;
  width: 100%;
}
.header__account--mobile .menu-drawer__utility-links {
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .template-login .header__icon--account::after,
.template-register .header__icon--account::after,
.template-addresses .header__icon--account::after,
.template-order .header__icon--account::after,
.template-activate .header__icon--account::after,
.template-account .header__icon--account::after,
body[class^="template-customers/"] .header__icon--account::after {
    background-color: rgb(var(--color-foreground));
  }
}

.header__account-modal {
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.6rem;
  min-width: 21rem;
  height: auto;
  margin: 10px 20px 0 0;
  font-weight: var(--font-body-weight);
  text-transform: none;
  box-shadow: 0px 2rem 4rem 0px rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius-main);
  transition: opacity var(--duration-default), transform var(--duration-default);
}
@media screen and (min-width: 1100px) {
  .header__account-modal {
    margin-right: 0;
  }
}
@media screen and (min-width: 1360px) {
  .header__account-modal {
    min-width: 23.6rem;
  }
}
.header__account-modal-login {
  align-items: flex-start;
  min-width: 20.2rem;
  padding: 1.6rem 0.8rem;
  width: fit-content;
}
.header__account-modal .account_descr {
  text-align: center;
  margin-top: 1.6rem;
}

.header__account details[open] .header__account-modal {
  animation: animateLoginModalOpen var(--duration-default) ease;
}
.header__account details[open] .header__account__overlay {
  opacity: 1;
}

.header__account__account {
  width: 100%;
}

.header__account__login {
  width: fit-content;
  margin: 0 auto;
}

.header__account__login .icon {
  flex: none;
  margin-right: 1rem;
  margin-left: 0;
  width: 2.2rem;
  height: 2.2rem;
}

.header__account__subtitle {
  padding: 0 1.6rem;
}

.header__account__name {
  position: relative;
  margin-bottom: 1.6rem;
  font-weight: 700;
  padding: 0 1.6rem;
  width: max-content;
  color: rgba(var(--color-foreground-secondary));
}

.header__account__address {
  margin-top: 0.4rem;
}

.header__account__link,
.header__account__address {
  border-radius: var(--border-radius-button);
}
.header__account__link a,
.header__account__address a {
  color: rgba(var(--color-foreground-secondary));
  font-weight: 700;
  padding: 0.55rem 1.6rem;
}
.header__account__link:hover,
.header__account__address:hover {
  background-color: rgb(var(--color-background-tertiary));
}

.header__account__body {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__account__body a {
  display: block;
  text-decoration: none;
  transition: opacity var(--duration-default);
}

.header__account__logout {
  margin-top: 1.2rem !important;
  display: flex;
  padding: 0 1.6rem;
}
.header__account__logout a {
  max-width: fit-content;
}

@keyframes animateSearchOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 990px) {
  .header__icons > .header__account {
    padding: 0;
  }
}
@media screen and (min-width: 990px) and (min-width: 990px) {
  .header__account summary {
    position: relative;
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (min-width: 990px) {
  .header__account {
    display: inline-flex;
  }
}
@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}
menu-drawer + .header__search {
  display: none;
}

.template-search .header__icon--search {
  position: relative;
}
.template-search .header__icon--search::after {
  background-color: rgb(var(--color-foreground));
}

.no-js .header__search {
  display: none !important;
}

.no-js noscript .header__search {
  display: flex !important;
}

@media (min-width: 1100px) {
  .header .header__search-hide-desktop > div {
    display: none;
  }
}
.header__search {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__search-mobile-close {
  display: none;
  position: fixed;
  z-index: 5;
}
.header__search-mobile-close .icon-close {
  color: rgb(var(--color-foreground-secondary));
}
@media screen and (min-width: 1100px) {
  .header__search-mobile-close {
    display: none !important;
  }
}
.header__search-inner {
  overflow: auto;
  position: fixed;
  inset: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 2rem 4rem 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(var(--color-overlay), 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration-default), visibility var(--duration-default);
}
@media screen and (min-width: 1100px) {
  .header__search-inner {
    position: absolute;
    padding: 0;
  }
}
.header__search-inner--open {
  visibility: visible;
  opacity: 1;
}
.header .search {
  z-index: 4;
}
.header .search__content {
  overflow: hidden;
  margin-top: 2.4rem;
}
@media screen and (min-width: 1100px) {
  .header .search__content {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 749px) and (max-height: 500px) {
  .header .search__content {
    overflow-y: auto;
  }
}
@media screen and (min-width: 750px) and (max-height: 700px) {
  .header .search__content {
    overflow-y: visible;
  }
}
.header .search__content::-webkit-scrollbar {
  width: 0.4rem;
}
.header .search__content::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-border));
  border-radius: 2rem;
}
.header .search__form {
  width: 100%;
}
.header .search__form .field {
  display: flex;
  align-items: center;
  padding: 0.8rem;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  min-height: 5rem;
  z-index: 3;
  border-radius: var(--border-radius-button);
  background-color: rgb(var(--color-background-input));
  transition: border var(--duration-default), background-color var(--duration-default);
}
.header .search__form .field .search__input {
  min-height: 4rem;
  padding: 0;
  border: none !important;
  flex-grow: 1;
  background-color: rgb(var(--color-background-input));
  transition: background-color var(--duration-default);
  font-size: calc(var(--font-body-scale) * 1rem);
}
.header .search__form .field .search__input::placeholder {
  font-size: calc(var(--font-body-scale) * 1rem);
}
.header .search__form .field .search__input::before {
  content: "";
}
.header .search__form .field .search__input::after {
  content: "";
}
.header .search__form .field .search__button {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  padding: 0;
  background-color: transparent;
  color: rgb(var(--color-accent));
  transition: opacity var(--duration-default);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .search__form .field .search__button:hover {
  cursor: pointer;
}
.header .search__form .field .button--primary {
  padding: 0.8rem 2rem;
  min-height: 4rem;
  min-width: 9.2rem;
  border: none;
}
.header .search__form .field .button--primary span {
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-size: calc(var(--font-button-scale) * 1.6rem);
}
.header .search__input {
  width: 100%;
}
.header .search__modal {
  margin-top: 0.6rem;
  overflow-y: auto;
}
.header .search__modal--hidden {
  display: none !important;
}
@media screen and (max-width: 749px) and (max-height: 500px) {
  .header .search__modal {
    overflow-y: visible;
  }
}
@media screen and (min-width: 750px) and (max-height: 700px) {
  .header .search__modal {
    overflow-y: visible;
  }
}
.header .search__modal::-webkit-scrollbar {
  width: 0.4rem;
}
.header .search__modal::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-border));
  border-radius: 2rem;
}

.search__modal--hidden {
  display: none !important;
}

predictive-search[open=true] + .search__modal {
  display: none !important;
}

noscript .header__search {
  height: 100%;
}

.search-modal__heading {
  max-width: 80%;
}

.icon-close {
  transition: var(--duration-default);
}

.header__icon--menu .icon-menu {
  display: block;
  position: absolute;
  opacity: 1;
  width: 4.4rem;
  height: 4.4rem;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close {
  visibility: hidden;
  opacity: 0;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.header__inline-menu details:hover > .header__submenu {
  opacity: 1;
  transform: translateY(0rem);
  animation: animateMenuOpen var(--duration-default) ease;
}

.menu-drawer__submenu--hidden {
  display: none;
}

.menu-drawer-container.menu-opening .icon-close {
  display: block;
}
.menu-drawer-container.menu-opening .icon-menu {
  display: none;
}
.menu-drawer-container.menu-opening .mega-menu {
  box-shadow: none;
}
.menu-drawer-container.menu-opening .header__scheme {
  display: flex;
}
.no-js .menu-drawer-container.menu-opening .header__scheme {
  display: none;
}
.menu-drawer-container.menu-opening .header__toggle-scheme {
  display: inline-flex;
  justify-content: flex-start;
  width: max-content;
}
.menu-drawer-container.menu-opening .menu-drawer__localization {
  display: flex;
}
.menu-drawer-container.menu-opening .menu-drawer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  padding: 0.8rem 2rem;
  border-top: 0.1rem solid rgb(var(--color-border));
}
.menu-drawer-container.menu-opening .menu-drawer__localization-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.4rem;
  min-height: 4.4rem;
}

.header__inline-menu {
  display: none;
}
.header__inline-menu #blob {
  position: absolute;
  background-color: transparent;
  border-radius: var(--border-radius-button);
  height: 4rem;
  transition: opacity var(--duration-default) cubic-bezier(0.87, 0, 0.13, 1), background-color var(--duration-default) cubic-bezier(0.87, 0, 0.13, 1);
}

.header__inline-menu .header__menu-item {
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  text-transform: var(--font-header-menu-text-transform);
  letter-spacing: calc(var(--font-heading-letter-spacing) * 0.1);
  line-height: var(--font-body-line-height);
  font-size: 1.6rem;
}

@media screen and (min-width: 1100px) {
  .header__inline-menu {
    display: flex;
    align-items: center;
  }
}
.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  text-decoration: none;
  color: rgb(var(--color-foreground-secondary));
  transition: color var(--duration-default) cubic-bezier(0.87, 0, 0.13, 1), opacity var(--duration-default) cubic-bezier(0.87, 0, 0.13, 1);
  overflow: hidden;
}

.list-menu--inline {
  height: fit-content;
  align-items: stretch;
}
.list-menu--inline:has(.list-menu-item):has(.menu-top-item) {
  gap: 1.6rem;
}
.list-menu--inline:has(.list-menu-item):has(.menu-top-item) .list-menu-item {
  padding: 0;
}
.list-menu--inline .list-menu-item:hover,
.list-menu--inline .list-menu-item:focus-within,
.list-menu--inline .list-menu-item:focus-visible,
.list-menu--inline .list-menu-item:focus,
.list-menu--inline .list-menu-item:active {
  z-index: 2;
}
.list-menu--inline .list-menu-item:hover > .header__menu-item,
.list-menu--inline .list-menu-item:focus-within > .header__menu-item,
.list-menu--inline .list-menu-item:focus-visible > .header__menu-item,
.list-menu--inline .list-menu-item:focus > .header__menu-item,
.list-menu--inline .list-menu-item:active > .header__menu-item {
  cursor: pointer;
}
.list-menu--inline .list-menu-item:hover > .header__submenu,
.list-menu--inline .list-menu-item:focus-within > .header__submenu,
.list-menu--inline .list-menu-item:focus-visible > .header__submenu,
.list-menu--inline .list-menu-item:focus > .header__submenu,
.list-menu--inline .list-menu-item:active > .header__submenu {
  opacity: 1;
  pointer-events: all !important;
}
.list-menu--inline .list-menu-item:hover > .mega-menu,
.list-menu--inline .list-menu-item:focus-within > .mega-menu,
.list-menu--inline .list-menu-item:focus-visible > .mega-menu,
.list-menu--inline .list-menu-item:focus > .mega-menu,
.list-menu--inline .list-menu-item:active > .mega-menu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.list-menu--inline .list-menu-item:hover > .mega-menu__items,
.list-menu--inline .list-menu-item:focus-within > .mega-menu__items,
.list-menu--inline .list-menu-item:focus-visible > .mega-menu__items,
.list-menu--inline .list-menu-item:focus > .mega-menu__items,
.list-menu--inline .list-menu-item:active > .mega-menu__items {
  opacity: 1;
}
.list-menu--inline .list-menu-item {
  position: relative;
  padding: 0 1.4rem;
  transition: opacity var(--duration-default) cubic-bezier(0.87, 0, 0.13, 1);
  display: flex;
  align-items: center;
  height: fit-content;
  position: relative;
  z-index: 1;
}
.list-menu--inline .list-menu-item > .mega-menu {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.list-menu--inline .list-menu-item > .mega-menu__items {
  opacity: 0;
}
.list-menu--inline .list-menu-item--active > a {
  color: rgb(var(--color-button-text));
}
.list-menu--inline .list-menu-item--active > a svg {
  color: rgb(var(--color-button-text)) !important;
}
.list-menu--inline .list-menu-item:last-child {
  padding-right: 0;
  right: 0;
}
.list-menu--inline .list-menu-item.list-menu--megamenu {
  position: relative;
}
.list-menu--inline .list-menu-item.list-menu--megamenu:hover::before {
  content: "";
  display: block;
  position: absolute;
  height: calc(var(--header-height) / 2);
  width: 100%;
  top: 100%;
}
.list-menu--inline .list-menu-item > .header__menu-item {
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible;
  transition: opacity var(--duration-default) cubic-bezier(0.87, 0, 0.13, 1), color 500ms;
  gap: 0.2rem;
}
.list-menu--inline .list-menu-item > .header__submenu {
  top: calc(100% + 1.4rem);
}
.list-menu--inline .list-menu--submenu {
  padding-right: 0.8rem;
}
.list-menu--inline .list-menu--submenu .header__menu-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3rem;
  top: calc(100% - 1rem);
  left: 0;
  background: transparent;
  pointer-events: none;
}
.list-menu--inline .list-menu--submenu .header__menu-item svg {
  color: rgb(var(--color-accent));
  transition: transform var(--duration-default) cubic-bezier(0.87, 0, 0.13, 1);
}
.list-menu--inline .list-menu--submenu:hover > .header__menu-item svg {
  transform: rotate(180deg);
}
.list-menu--inline .list-menu--submenu:hover > .header__menu-item::after {
  pointer-events: all;
}
.list-menu--inline > .list-menu-item--active > .header__menu-item::before {
  background-color: rgb(var(--color-foreground));
}
.list-menu--inline .header__menu-item {
  padding-block: 0.8rem;
}
.list-menu--inline .header__menu-item span {
  display: flex;
  align-items: center;
}
.list-menu--inline .header__menu-item + .header__submenu {
  opacity: 0;
  pointer-events: none !important;
}
.list-menu--inline .header__menu-item + .header__submenu:hover, .list-menu--inline .header__menu-item + .header__submenu:focus-within, .list-menu--inline .header__menu-item + .header__submenu:focus-visible, .list-menu--inline .header__menu-item + .header__submenu:focus, .list-menu--inline .header__menu-item + .header__submenu:active {
  opacity: 1;
  pointer-events: all;
}
.list-menu--inline .header__menu-item:hover + .header__submenu, .list-menu--inline .header__menu-item:focus-within + .header__submenu, .list-menu--inline .header__menu-item:focus-visible + .header__submenu, .list-menu--inline .header__menu-item:focus + .header__submenu, .list-menu--inline .header__menu-item:active + .header__submenu {
  opacity: 1;
  pointer-events: all;
}

.list-menu--submenu.list-menu-item--active .header__submenu.simple_mega_menu .header__submenu {
  pointer-events: all !important;
}

.header__inline-menu:has(.list-menu--submenu.list-menu-item--active:hover) + .header__submenu__overlay {
  opacity: 1;
}

.header__submenu {
  padding-inline: 0;
  text-transform: none;
  box-shadow: 0px 2rem 4rem 0px rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius-main);
  transition: opacity var(--duration-default);
  background-color: rgb(var(--color-background-secondary));
  z-index: 15;
}
.header__submenu__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  background-color: rgba(var(--color-overlay), 0.5);
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--duration-default);
}
.header__submenu.list-menu {
  padding: 1.4rem 0;
  display: flex;
  flex-direction: column;
  min-width: 22.7rem;
}
.header__submenu.simple_mega_menu {
  border-radius: 0;
  border-radius: var(--border-radius-main) 0 0 var(--border-radius-main);
  padding: 2.4rem 0 !important;
  min-width: 21.3rem !important;
  min-height: 32.8rem;
  gap: 0.8rem;
}
.header__submenu.simple_mega_menu > li {
  padding: 0 1.6rem;
}
.header__submenu.simple_mega_menu li {
  position: static;
}
.header__submenu.simple_mega_menu li:nth-child(1) .header__submenu {
  opacity: 1;
  pointer-events: all;
}
.header__submenu.simple_mega_menu li > .list-menu--disclosure {
  top: 0 !important;
}
.header__submenu.simple_mega_menu li .show-submenu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.header__submenu.simple_mega_menu li .remove-submenu {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}
.header__submenu.simple_mega_menu li a {
  width: fit-content;
}
.header__submenu.simple_mega_menu li a svg {
  display: none;
}
.header__submenu.simple_mega_menu a {
  padding: 0.6rem 1.6rem;
}
.header__submenu.simple_mega_menu .header__submenu {
  min-height: 100%;
  top: 0;
  left: 100% !important;
  border-radius: 0;
  border-radius: 0 var(--border-radius-main) var(--border-radius-main) 0 !important;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-width: max-content;
  padding: 1.8rem 1.6rem;
  column-gap: 2.4rem;
  max-height: max-content;
  display: grid;
  grid-template-rows: repeat(16, minmax(0px, auto));
  grid-auto-flow: column;
  align-content: start;
}
@media (min-width: 1360px) {
  .header__submenu.simple_mega_menu .header__submenu {
    grid-template-rows: repeat(8, minmax(0px, auto));
  }
}
.header__submenu.simple_mega_menu .header__submenu li {
  padding: 0.18rem 0;
}
.header__submenu.simple_mega_menu .header__submenu a {
  padding: 0.6rem 1.6rem;
}
.header__submenu li {
  display: flex;
  position: relative;
  padding: 0.2rem 0.8rem;
  cursor: pointer;
}
.header__submenu li::after {
  position: absolute;
  content: "";
  display: none;
  width: 0.2rem;
  height: 100%;
  top: 0;
  right: -0.2rem;
  background: transparent;
}
.header__submenu li:hover::after, .header__submenu li:focus-within::after, .header__submenu li:focus-visible::after, .header__submenu li:focus::after, .header__submenu li:active::after {
  display: block;
}
.header__submenu li:hover > .header__menu-item {
  background-color: rgb(var(--color-background-tertiary));
}
.header__submenu li:hover > .header__menu-item svg {
  opacity: 1;
  visibility: visible;
}
.header__submenu li:not(:first-child) > .header__submenu {
  border-radius: var(--border-radius-main);
}
.header__submenu .header__submenu {
  top: -1.6rem;
  left: calc(100% + 0.4rem) !important;
}
.header__submenu .header__menu-item {
  width: 100%;
  padding: 0.55rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  transition: opacity var(--duration-default), background-color var(--duration-default);
  border-radius: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__submenu .header__menu-item svg {
  opacity: 0;
  visibility: 0;
  transform: rotate(-90deg);
  transition: opacity var(--duration-default), visibility var(--duration-default);
}

.header__inline-menu li:hover > .header__submenu,
.header__inline-menu li:focus-within > .header__submenu,
.header__inline-menu li:focus-visible > .header__submenu,
.header__inline-menu li:focus > .header__submenu,
.header__inline-menu li:active > .header__submenu {
  opacity: 1;
  pointer-events: all !important;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes animateLoginModalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animateLocalOpen {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden !important;
}

.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  top: -0.5rem;
  right: -0.6rem;
  flex: none;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  min-width: 1.8rem;
  min-height: 1.8rem;
  aspect-ratio: 1;
  color: rgb(var(--color-button-text));
  background-color: rgb(var(--color-button));
}
.cart-count-bubble.cart-count-bubble-very-long .cart-count-bubble-very-long-number {
  padding: 0.2rem;
}
.cart-count-bubble span {
  line-height: 1;
  padding: 0.2rem;
}

.mega-menu {
  position: fixed;
  top: calc(100% - 0.8rem);
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  background-color: transparent;
  transition: opacity var(--duration-default);
  z-index: 15;
}
.mega-menu:hover, .mega-menu:focus, .mega-menu:focus-visible, .mega-menu:focus-within {
  opacity: 1;
  pointer-events: all;
}
.mega-menu::-webkit-scrollbar {
  width: 0.4rem;
}
.mega-menu::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-border));
  border-radius: 2rem;
}
.mega-menu__items {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  background-color: rgb(var(--color-background-secondary));
  border-radius: var(--border-radius-main);
  transition: padding var(--duration-default) linear;
  padding: 3.2rem;
}
.mega-menu__promo-blocks {
  width: max-content;
  display: flex;
  gap: 1.6rem;
  flex: 1;
}

.list-menu--megamenu .mega-menu {
  opacity: 0;
  pointer-events: none;
}

.menu-drawer .mega-menu {
  position: static;
  padding: 0;
  max-height: unset;
  pointer-events: all;
  opacity: 1;
}
.menu-drawer .mega-menu__items {
  opacity: 1;
}

.header__offcanvas-toggle {
  display: none !important;
}
@media screen and (min-width: 1100px) {
  .header__offcanvas-toggle {
    display: flex !important;
    align-self: center;
  }
}
.no-js .header__offcanvas-toggle {
  display: none;
}

.header__offcanvas-toggle .icon-close {
  display: none;
}

.header__offcanvas-toggle.menu-opening .icon-close,
.header__offcanvas-toggle.menu-open .icon-close {
  display: block;
}

.header__offcanvas-toggle .icon-menu {
  display: block;
}

.header__offcanvas-toggle.menu-opening .icon-menu,
.header__offcanvas-toggle.menu-open .icon-menu {
  display: none;
}

/* Breadcrumb */
.breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1rem;
  margin: 1.6rem 0;
  font-size: 1.4rem;
  color: rgba(var(--color-foreground));
  background-color: transparent;
}
.breadcrumb__delimiter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.8rem;
}
.breadcrumb--center {
  justify-content: center;
}
.breadcrumb a {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.breadcrumb a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
  transition: width var(--duration-default);
}
.breadcrumb a:hover::after {
  width: 0;
}
.breadcrumb .icon-home {
  margin-left: -1rem;
}
.template-page-about .breadcrumb {
  margin-bottom: 1.6rem;
}

/* Popup */
.popup-scroll-hidden {
  overflow: hidden;
  width: 100%;
}

.popup-animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  overflow: hidden !important;
}

@keyframes popupOpenFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popupExitFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes popupOpenSlide {
  from {
    transform: translate3d(0, 100vh, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes popupExitSlide {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100vh, 0);
  }
}
@keyframes popupOpenZoom {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popupExitZoom {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes popupOpenSlideFade {
  from {
    opacity: 0;
    transform: translate3d(0, 4rem, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes popupExitSlideFade {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 4rem, 0);
  }
}
.popupOpenFade {
  animation-name: popupOpenFade;
}

.popupExitFade {
  animation-name: popupExitFade;
}

.popupOpenSlide {
  animation-name: popupOpenSlide;
}

.popupExitSlide {
  animation-name: popupExitSlide;
}

.popupOpenZoom {
  animation-name: popupOpenZoom;
}

.popupExitZoom {
  animation-name: popupExitZoom;
}

.popupOpenSlideFade {
  animation-name: popupOpenSlideFade;
}

.popupExitSlideFade {
  animation-name: popupExitSlideFade;
}

.popup {
  display: none;
  position: fixed;
  z-index: 999999;
  max-width: calc(100vw - 4rem);
  max-height: calc(100vh - 4rem);
  -webkit-backface-visibility: hidden;
}
@media screen and (min-width: 1100px) {
  .popup {
    max-width: calc(100vw - 12.8rem);
    max-height: calc(100vh - 6.4rem);
  }
}
.popup--top {
  top: 2rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media screen and (min-width: 750px) {
  .popup--top {
    top: 32px;
  }
}
.popup--top-left {
  top: 2rem;
  left: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--top-left {
    top: 32px;
    left: 32px;
  }
}
@media screen and (max-width: 750px) {
  .popup--top-left {
    top: 1rem;
    left: 1rem;
  }
}
.popup--top-right {
  top: 2rem;
  right: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--top-right {
    top: 32px;
    right: 32px;
  }
}
@media screen and (max-width: 750px) {
  .popup--top-right {
    top: 1rem;
    right: 1rem;
  }
}
.popup--bottom {
  bottom: 2rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media screen and (min-width: 750px) {
  .popup--bottom {
    bottom: 32px;
  }
}
@media screen and (max-width: 750px) {
  .popup--bottom {
    bottom: 1rem;
  }
}
.popup--bottom-left {
  left: 1rem;
  bottom: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--bottom-left {
    left: 32px;
    bottom: 32px;
  }
}
@media screen and (max-width: 750px) {
  .popup--bottom-left {
    bottom: 1rem;
  }
}
.popup--bottom-right {
  right: 1rem;
  bottom: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--bottom-right {
    right: 32px;
    bottom: 32px;
  }
}
@media screen and (max-width: 750px) {
  .popup--bottom-right {
    bottom: 1rem;
  }
}
.popup--left {
  left: 2rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
@media screen and (min-width: 750px) {
  .popup--left {
    left: 32px;
  }
}
@media screen and (max-width: 750px) {
  .popup--left {
    left: 1rem;
  }
}
.popup--right {
  top: 50%;
  right: 2rem;
  transform: translate3d(0, -50%, 0);
}
@media screen and (min-width: 750px) {
  .popup--right {
    right: 32px;
  }
}
@media screen and (max-width: 750px) {
  .popup--right {
    right: 1rem;
  }
}
.popup--center {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.popup-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.075);
}
.popup-wrap::-webkit-scrollbar {
  width: 0.4rem;
}
.popup-wrap::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-border));
  border-radius: 2rem;
}
.popup-container {
  width: 100%;
}
.popup-outer {
  position: relative;
  display: flex;
  flex-direction: column;
}
.popup-text {
  color: rgb(var(--color-foreground-secondary));
}
.popup-text a {
  text-decoration: underline;
  transition: color var(--duration-default);
}
.popup-text p {
  margin: 0;
}
.popup .popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}
@media screen and (min-width: 750px) {
  .popup .popup-close {
    top: 2.4rem;
    right: 2.4rem;
  }
}
.popup-open {
  display: flex;
}
@media (max-width: 576px) {
  .popup-open[data-mobile-disable=true] {
    display: none;
  }
  .popup-open[data-mobile-disable=true] + .popup-overlay {
    display: none;
  }
}
.popup-open + .popup-overlay {
  display: block;
}
.popup-overlay {
  background-color: rgba(var(--color-overlay), 0.3);
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
}
.popup-overlay .popup-wrap {
  box-shadow: none;
}
.popup-thumbnail img {
  width: 100%;
}
.popup-trigger {
  cursor: pointer;
}

.popup-heading {
  font-family: var(--font-popups-heading-family);
  font-style: var(--font-popups-heading-style);
  font-weight: var(--font-popups-heading-weight);
}

.popup-text,
.popup-description {
  text-align: center;
  font-size: 2.2rem;
  font-family: var(--font-popups-text-family);
  font-style: var(--font-popups-text-style);
  font-weight: var(--font-popups-text-weight);
}

.popup-main {
  border-radius: var(--border-radius-main);
  overflow: hidden;
  max-width: calc(100vw - 4rem);
  max-height: calc(100vh - 4rem);
}
@media (min-width: 1100px) {
  .popup-main {
    max-width: calc(100vw - 12.8rem);
    max-height: calc(100vh - 6.4rem);
  }
}
.popup-main-image--left .popup-outer_image::before, .popup-main-image--right .popup-outer_image::before {
  content: "";
  display: none;
  height: 100%;
  width: 0;
  padding-bottom: 45%;
}
@media (min-width: 750px) {
  .popup-main-image--left .popup-outer_image::before, .popup-main-image--right .popup-outer_image::before {
    display: block;
  }
}
.popup-main-image--left .popup-outer_image .popup-content, .popup-main-image--right .popup-outer_image .popup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup-main .popup-heading {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-size: calc(var(--font-popup-heading-scale) * 2rem);
}
@media screen and (min-width: 750px) {
  .popup-main .popup-heading {
    margin-bottom: 1.6rem;
    font-size: calc(var(--font-popup-heading-scale) * 2.6rem);
  }
}
.popup-main .popup-description {
  margin-top: 0;
  margin-bottom: 2.4rem;
  font-size: calc(var(--font-popup-desc-scale) * 1.3rem);
}
@media screen and (min-width: 750px) {
  .popup-main .popup-description {
    margin-bottom: 3.2rem;
    font-size: calc(var(--font-popup-desc-scale) * 1.6rem);
  }
}
.popup-main .popup-text {
  margin-top: 0.8rem;
  font-size: calc(var(--font-popup-text-scale) * 1rem);
  color: rgb(var(--color-foreground-secondary));
}
@media screen and (min-width: 750px) {
  .popup-main .popup-text {
    margin-top: 1.6rem;
    font-size: calc(var(--font-popup-text-scale) * 1.3rem);
  }
}
.popup-main .popup-text p {
  color: inherit;
}
.popup-main .list-social__item {
  transition: opacity var(--duration-default);
}
.popup-main .list-social__item:hover {
  cursor: pointer;
}
@media (min-width: 750px) {
  .popup-main .popup-outer {
    flex-direction: row;
  }
}
.popup-main .popup-thumbnail {
  flex: 1 0 50%;
  display: flex;
  border-radius: var(--border-radius-main);
  overflow: hidden;
}
.popup-main .popup-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-main .popup-content {
  padding: 16px;
  flex: 1 0 50%;
  order: 2;
  background-color: rgb(var(--color-background));
}
@media screen and (min-width: 576px) {
  .popup-main .popup-content {
    padding: 32px;
  }
}
.popup-main .popup-content:first-child:last-child {
  flex: 1 0 100%;
}
.popup-main--no-image .popup-content {
  padding: 32px;
}
@media screen and (min-width: 750px) {
  .popup-main--no-image .popup-content {
    padding: 64px;
  }
}
@media (min-width: 576px) {
  .popup-main-image--right .popup-outer {
    flex-direction: row-reverse;
  }
}
.popup-main-image--top .popup-outer {
  flex-direction: column;
}
.popup-main-image--top .popup-thumbnail {
  position: relative;
  padding-bottom: 50%;
}
.popup-main-image--top .popup-thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-main-image--bottom .popup-outer {
  flex-direction: column-reverse;
}
.popup-main-image--bottom .popup-thumbnail {
  position: relative;
  padding-bottom: 55%;
}
.popup-main-image--bottom .popup-thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-main .newsletter-form .button {
  max-width: 100%;
}
.popup-main .newsletter-form__inner {
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (min-width: 576px) {
  .popup-main .newsletter-form__inner:not(.newsletter-form__inner_column) {
    flex-direction: row;
  }
}
.popup-main .newsletter-form__field-wrapper {
  flex: 1;
}
.popup-main .list-social {
  margin-left: -1.2rem;
  margin-top: 1.2rem;
}

.notification-banner {
  overflow: visible;
  background: transparent;
}
.notification-banner .popup-wrap {
  border-radius: var(--border-radius-main);
  overflow: hidden;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.075);
  border: 1px solid rgb(var(--color-border-input));
}
.notification-banner .notification__overflow {
  overflow: hidden;
  width: 100%;
  border-radius: var(--border-radius-main);
  overflow-y: auto !important;
}
.notification-banner.notify__backlight-led-animation--bg:after {
  content: "";
  position: absolute;
  top: 1vw;
  right: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transform: scale(0.75);
  -webkit-filter: blur(7vw);
  -moz-filter: blur(7vw);
  -ms-filter: blur(7vw);
  filter: blur(7vw);
  background: linear-gradient(270deg, rgb(var(--color-foreground-tertiary)), rgb(var(--color-foreground-tertiary), 0.5));
  background-size: 200% 200%;
  animation: animateGlow 10s ease infinite;
}
@media screen and (max-width: 750px) {
  .notification-banner.notify__backlight-led-animation--bg:after {
    display: none;
  }
}
.notification-banner.notify__backlight-led-animation--bg > * {
  z-index: 5;
}
.notification-banner .popup-outer {
  padding: 0.8rem;
  padding-right: 6rem;
  background-color: rgb(var(--color-background));
}
.notification-banner .popup-heading {
  margin: 0;
  padding: 1.1rem 0;
}
.notification-banner .popup-heading + .popup-text {
  margin-top: 0.8rem;
}
.notification-banner .popup-text {
  padding-right: 1rem;
  font-size: calc(var(--font-notification-text-scale) * 1.3rem);
}
.notification-banner .popup-button {
  width: 100%;
  margin-top: 1.6rem;
}
.notification-banner .popup-close {
  top: 0.1rem;
  right: 0.1rem;
}
.notification-banner .popup-close .icon-close {
  width: 4rem;
  height: 4rem;
  color: rgb(var(--color-accent));
}
.notification-banner .notification-banner__image {
  display: flex;
  border-radius: var(--border-radius-main);
  overflow: hidden;
}
.notification-banner .notification-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notification-banner .popup-outer {
  flex-direction: row;
  align-items: center;
  gap: 2.4rem;
}
.notification-banner .popup-outer-image--right {
  flex-direction: row-reverse;
}
.notification-banner .popup-outer-image--right .notification-banner__image, .notification-banner .popup-outer-image--left .notification-banner__image {
  min-width: 100px;
  min-height: 100px;
  width: 100px;
  height: 100px;
}
.notification-banner .popup-outer-image--top {
  flex-direction: column;
}
.notification-banner .popup-outer-image--bottom {
  flex-direction: column-reverse;
}
.notification-banner .popup-outer-image--bottom .popup-heading {
  padding-top: 3rem;
}
.notification-banner .popup-outer-image--top, .notification-banner .popup-outer-image--bottom {
  padding: 0.8rem;
}
.notification-banner .popup-outer-image--top .notification-banner__image, .notification-banner .popup-outer-image--bottom .notification-banner__image {
  position: relative;
  padding-bottom: 55%;
  width: 100%;
  height: 100%;
}
.notification-banner .popup-outer-image--top .notification-banner__image img, .notification-banner .popup-outer-image--bottom .notification-banner__image img {
  position: absolute;
  inset: 0;
}

.notification-banner__countdown {
  border-radius: var(--border-radius-button);
  overflow: hidden;
  border: none;
  width: max-content;
  background-color: transparent;
  z-index: 9999;
}
.notification-banner__countdown .countdown__block {
  font-family: var(--font-countdown);
  font-weight: var(--font-countdown-weight);
  font-style: var(--font-countdown-style);
}
.notification-banner__countdown .popup-wrap {
  border-radius: 200px !important;
  border: none;
}
@media screen and (max-width: 750px) {
  .notification-banner__countdown .popup-wrap {
    border-radius: var(--border-radius-main) !important;
  }
}
@media screen and (max-width: 576px) {
  .notification-banner__countdown {
    border-radius: var(--border-radius-main);
  }
}
.notification-banner__countdown .countdown-completed-text {
  color: rgb(var(--color-background-secondary));
  font-weight: 500;
}
.notification-banner__countdown .popup-outer {
  background-color: rgb(var(--color-foreground-tertiary));
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
  padding: 8px 8px 8px 20px !important;
}
.notification-banner__countdown .popup-outer.no-heading {
  padding: 8px !important;
}
@media screen and (max-width: 750px) {
  .notification-banner__countdown .popup-outer {
    padding: 8px !important;
  }
}
@media screen and (max-width: 576px) {
  .notification-banner__countdown .popup-outer {
    flex-direction: column;
    gap: 0;
  }
}
.notification-banner__countdown .popup-heading {
  color: rgb(var(--color-background-secondary));
  font-family: var(archivo_n6);
}
@media screen and (min-width: 750px) {
  .notification-banner__countdown .popup-heading.no-countdown {
    margin-right: 12px;
  }
}
.notification-banner__countdown .notification-banner__countdown--link {
  text-decoration: none;
  display: block;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  cursor: pointer;
}
.notification-banner__countdown .notification-banner__countdown--link .popup-wrap {
  background-color: rgb(var(--color-foreground-tertiary));
}
.notification-banner__countdown .class_banner_link_empty {
  pointer-events: none !important;
  cursor: default;
}

.notification-banner__countdown--link {
  z-index: 9999;
  position: absolute;
  inset: 0;
}

.notify__backlight-led-animation--bg:after {
  content: "";
  position: absolute;
  top: 1vw;
  right: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transform: scale(0.75);
  -webkit-filter: blur(7vw);
  -moz-filter: blur(7vw);
  -ms-filter: blur(7vw);
  filter: blur(7vw);
  background: linear-gradient(270deg, rgb(var(--color-foreground-tertiary)), rgb(var(--color-foreground-tertiary), 0.5));
  background-size: 200% 200%;
  animation: animateGlow 10s ease infinite;
}
@media screen and (max-width: 750px) {
  .notify__backlight-led-animation--bg:after {
    display: none;
  }
}

.notify__backlight-led-animation--bg > * {
  z-index: 5;
}

.notification-subscribe .notification__overflow {
  overflow: hidden;
  width: 100%;
  border-radius: var(--border-radius-main);
}
.notification-subscribe .notification-banner__image {
  border-radius: 0;
  width: 100%;
  height: 255px;
}
.notification-subscribe .popup-outer {
  padding: 0;
  gap: 0;
}
.notification-subscribe .popup-outer-image--right {
  flex-direction: row-reverse;
}
.notification-subscribe .popup-outer-image--right .notification-banner__image, .notification-subscribe .popup-outer-image--left .notification-banner__image {
  min-width: 40%;
  min-height: 377px;
}
.notification-subscribe .popup-outer .base-content--wrapper {
  width: 100%;
  padding: 3.8rem 4rem;
}
@media screen and (max-width: 750px) {
  .notification-subscribe .popup-outer .base-content--wrapper {
    padding: 1rem;
    padding-top: 3rem;
  }
}
.notification-subscribe .popup-outer .base-content--wrapper .popup-close {
  top: -2.2rem;
  right: -1.8rem;
}
.notification-subscribe .popup-outer .popup-heading--wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 750px) {
  .notification-subscribe .popup-outer .popup-heading--wrapper {
    max-width: 305px;
  }
}
.notification-subscribe .popup-outer .popup-heading--wrapper .popup-heading {
  padding: 0.2rem 0 0.8rem 0;
}
.notification-subscribe .popup-outer .popup-heading--wrapper .popup-heading__text {
  font-size: 1.6rem;
  text-align: left;
}
.notification-subscribe .popup-outer .newsletter-form {
  width: 100%;
  padding: 3.2rem 0 0.8rem 0;
}
.notification-subscribe .popup-outer .newsletter-form .field input[type=email] {
  border: none;
}
.notification-subscribe .popup-outer .newsletter-form .newsletter-form__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.notification-subscribe .popup-outer .newsletter-form .newsletter-form__field-wrapper {
  width: 100%;
  padding-bottom: 0.8rem;
}
.notification-subscribe .popup-outer .popup-text {
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: rgb(var(--color-text));
}
.notification-subscribe .popup-outer .button_wrapper {
  max-width: 100%;
  width: 100%;
  margin-top: 0;
}
.notification-subscribe .popup-outer .button_wrapper .button {
  width: 100%;
}

@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.age-verification {
  position: fixed;
  inset: 0;
  -webkit-backface-visibility: hidden;
  width: 100vw;
  height: 100vh;
  max-width: unset;
  max-height: unset;
  padding: 2.4rem;
  background-color: rgb(var(--color-background));
}
@media screen and (min-width: 750px) {
  .age-verification {
    padding: 6.4rem;
  }
}
@media screen and (max-width: 750px) {
  .age-verification .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.age-verification .age-verification__popup-close--wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}
.age-verification .age-verification__button-no {
  padding-left: 2rem;
  padding-right: 2rem;
}
.age-verification .popup-text p {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .age-verification .popup-text p {
    font-size: 1.8rem;
  }
}
.age-verification__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-shadow: none;
}
.age-verification__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.age-verification__question {
  display: none;
}
.age-verification__question.show {
  display: block;
}
.age-verification__heading {
  margin-top: 0;
  margin-bottom: 1.6rem;
  text-align: center;
}
.age-verification__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 3.2rem;
}
@media screen and (min-width: 750px) {
  .age-verification__buttons {
    margin-top: 4rem;
  }
}
.age-verification__buttons button {
  min-width: 1rem;
  width: max-content;
}
.age-verification__declined {
  display: none;
}
.age-verification__declined.show {
  display: block;
}

.have-overlay {
  position: relative;
  z-index: 1;
}
.have-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 0.4s ease;
  background: rgba(var(--color-overlay), 0.4);
}

.section-header {
  margin: 0 0 2.4rem 0;
}
.section-header .section-header__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
}
.section-header .section-header__wrapper .section-header__subtitle, .section-header .section-header__wrapper .section-header__title, .section-header .section-header__wrapper .description {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 990px) {
  .section-header .section-header__wrapper .section-header__subtitle, .section-header .section-header__wrapper .section-header__title, .section-header .section-header__wrapper .description {
    max-width: 83.1rem;
  }
}
.section-header .section-header__wrapper .section-header__subtitle {
  margin-bottom: 0.2rem;
}
.section-header .section-header__wrapper .description {
  font-size: 1.8rem;
  margin-top: 0.8rem;
}
.section-header .section-header__wrapper .section-header__title {
  color: rgb(var(--color-foreground-secondary));
  display: block;
}
.section-header .section-header__wrapper .section-header__title p {
  color: rgb(var(--color-foreground-secondary));
}
.section-header .section-header__wrapper.center {
  align-items: center;
}
.section-header.has-countdown {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 2rem;
}
@media screen and (max-width: 990px) {
  .section-header.has-countdown {
    flex-direction: column;
  }
}
.section-header.has-countdown.center {
  align-items: center;
}
.section-header.has-countdown.left {
  align-items: flex-start;
}
.section-header.has-countdown .section-header__wrapper {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

a {
  text-decoration: none;
  border-bottom: none;
}

.animated-link__underline {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: inline-block;
  color: rgb(var(--color-accent));
}
.animated-link__underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1rem;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.animated-link__underline:hover::after {
  transform: scaleX(1);
}

.richtext a,
.rte a,
.animated-link__underline--reverse {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: inline-block;
  color: rgb(var(--color-accent));
  line-height: 1.2;
}
.richtext a::after,
.rte a::after,
.animated-link__underline--reverse::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1rem;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.richtext a:hover::after,
.rte a:hover::after,
.animated-link__underline--reverse:hover::after {
  transform: scaleX(0);
}

.rte a::after {
  content: "";
  bottom: 1px;
}

.richtext a {
  color: rgb(var(--color-foreground));
}

.animated-link__underline--multirow a {
  display: inline !important;
  background-image: linear-gradient(90deg, currentColor) !important;
  text-decoration: none !important;
  background-size: 0% 1px !important;
  background-repeat: no-repeat !important;
  background-position: left bottom !important;
  transition: background-size 300ms ease !important;
}
.animated-link__underline--multirow a:hover {
  background-size: 100% 1px !important;
}

.richtext_custom a {
  text-decoration: none;
  position: relative;
}
.richtext_custom a:hover {
  opacity: 1;
}
.richtext_custom a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: width 0.3s ease;
}
.richtext_custom a:hover::after {
  width: 0%;
}

.badge {
  padding: 0.3rem 0.5rem;
  font-family: var(--font-badge-family);
  font-weight: var(--font-badge-weight);
  font-size: calc(var(--font-badge-scale) * 1rem);
  font-style: var(--font-badge-style);
  text-transform: var(--font-badge-text-transform);
  letter-spacing: calc(var(--font-badge-letter-spacing) * 0.1);
  border-radius: var(--border-radius-badge);
  min-height: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.badge--sale {
  color: rgb(var(--color-badge-text-sale));
}

.badge--large {
  font-size: calc(var(--font-badge-scale) * 1rem + 0.4rem);
  padding: 0.2rem 0.8rem;
  min-height: 2.8rem;
  border-radius: calc(var(--border-radius-badge) + 2px);
  background-color: rgb(var(--color-badge-background));
  color: rgb(var(--color-badge-text));
  transform: skewX(-17deg);
  max-width: max-content;
}

.discount-text {
  transform: skew(17deg);
}

.discount-badge {
  background-color: rgb(var(--color-badge-background));
  color: rgb(var(--color-badge-text));
  transform: skewX(-17deg);
  max-width: max-content;
  width: 100%;
  padding: 0rem 0.7rem;
}
.discount-badge .discount-text {
  padding-bottom: 1px;
}

.backlight-led-animation--bg {
  position: relative;
}
.backlight-led-animation--bg:after {
  content: "";
  position: absolute;
  top: 1vw;
  right: 0;
  left: 0;
  z-index: -1;
  width: 30%;
  height: 100%;
  margin: 0 auto;
  transform: scale(0.75);
  -webkit-filter: blur(7vw);
  -moz-filter: blur(7vw);
  -ms-filter: blur(7vw);
  filter: blur(7vw);
  background: linear-gradient(270deg, rgb(var(--color-foreground-tertiary)), rgb(var(--color-foreground-tertiary), 0.5));
  background-size: 200% 200%;
  animation: animateGlow 10s ease infinite;
}
.backlight-led-animation--bg > * {
  z-index: 5;
}
@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.backlight-led-animation__bg--new {
  position: relative;
}
.backlight-led-animation__bg--new:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  width: 40%;
  height: 10%;
  margin: 0 auto;
  transform: scale(0.75);
  -webkit-filter: blur(7vw);
  -moz-filter: blur(7vw);
  -ms-filter: blur(7vw);
  filter: blur(7vw);
  background: linear-gradient(270deg, rgb(var(--color-bg-led-animation-first)), rgb(var(--color-bg-led-animation-second), 0.5));
  background-size: 200% 200%;
  animation: animateGlow 3s ease infinite;
}
.backlight-led-animation__bg--new:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  width: 40%;
  height: 10%;
  margin: 0 auto;
  transform: scale(0.75);
  -webkit-filter: blur(7vw);
  -moz-filter: blur(7vw);
  -ms-filter: blur(7vw);
  filter: blur(7vw);
  background: linear-gradient(270deg, rgb(var(--color-bg-led-animation-first)), rgb(var(--color-bg-led-animation-second)));
  background-size: 200% 200%;
  animation: animateGlow 3s ease infinite;
}
.backlight-led-animation__bg--new > * {
  z-index: 5;
}
@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.animate-on-scroll--image {
  overflow: hidden;
}
.animate-on-scroll--image img {
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1s ease-in-out, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animate-on-scroll--image.animated img {
  opacity: 1;
  transform: scale(1);
}

.transparent-text-stroke {
  color: transparent !important;
  -webkit-text-stroke: 0.1rem rgb(var(--color-foreground-title));
  font-family: var(--font-img-banner-ticker-font) !important;
  font-weight: var(--font-img-banner-ticker-weight) !important;
  font-style: var(--font-img-banner-ticker-style) !important;
  letter-spacing: -4px;
  transform: skewX(-10deg);
}

.separator {
  background-color: rgba(var(--color-foreground));
  font-size: 1.2rem;
  font-family: var(--font-img-banner-ticker-font) !important;
  font-weight: var(--font-img-banner-ticker-weight) !important;
  font-style: var(--font-img-banner-ticker-style) !important;
  height: auto;
  margin: 0 0.3rem;
  padding: 0;
  text-align: center;
  font-weight: 600;
  display: block;
  line-height: 0.9;
  width: 0.1rem;
  opacity: 0.4;
}

#description,
#specs_long,
#instructions,
#all-features,
#media-section,
#testimonials-quote {
  scroll-margin-top: 200px;
}
@media screen and (max-width: 750px) {
  #description,
#specs_long,
#instructions,
#all-features,
#media-section,
#testimonials-quote {
    scroll-margin-top: 140px;
  }
}

.staggered-line-reveal {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.staggered-line-reveal .staggered-line-reveal__word {
  display: inline-block;
  transform: translateY(50%);
  opacity: 0;
  transition: opacity 0.55s cubic-bezier(0.19, 1, 0.22, 1), transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.staggered-line-reveal .staggered-line-reveal__word.show {
  transform: translateY(0);
  opacity: 1;
}

.skip-to-close-button:focus-visible {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
  margin: 0.6rem 0 0;
  font-size: 10px;
  color: rgb(var(--color-foreground-secondary));
}
.skip-to-close-button:focus-visible:focus-visible {
  opacity: 0;
}

.product-form__controls-group input:checked.disabled + label {
  background-color: transparent !important;
  color: rgba(var(--color-button-text) 0.5) !important;
  border: 1px solid rgba(var(--color-accent), 0.5) !important;
}

.countdown__section--with-bg {
  background-color: rgb(var(--color-background));
  padding: 0.7rem 0.6rem;
  padding-right: 1.6rem;
  border-radius: var(--border-radius-button);
  border: 1px solid rgb(var(--color-foreground-tertiary));
}

.countdown .transparent_background_with_bg {
  background-color: transparent;
}

.countdown__main {
  position: relative;
  display: flex;
  align-items: center;
}
.countdown__main .icon-container {
  display: flex;
  align-items: center;
  position: relative;
}
.countdown__main .icon-container svg {
  fill: rgb(var(--color-foreground-tertiary));
}
.countdown__main .icon-container svg circle {
  fill: rgb(var(--color-button-text));
}
.countdown__main .icon-container::after {
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  background-color: rgb(var(--color-foreground));
  opacity: 0.3;
  margin: 0 0.8rem;
}

.countdown-block-font {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1;
  font-size: 2rem;
}

.countdown__block {
  display: flex;
  align-items: center;
  text-align: center;
  font-variant-numeric: tabular-nums;
  min-width: 2ch;
  text-align: right;
  font-size: calc(var(--font-countdown-scale) * 2rem);
}

.countdown__block-word {
  font-size: calc(var(--font-countdown-scale) * 1.2rem);
  opacity: 0.9;
  margin-left: 0.6rem;
  font-family: var(--font-countdown);
  font-style: var(--font-countdown-style);
}

.countdown_block_days--separator,
.countdown_block_hours--separator,
.countdown_block_minutes--separator {
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-countdown-scale) * 2rem);
  font-family: var(--font-countdown);
  font-weight: var(--font-countdown-weight);
  font-style: var(--font-countdown-style);
  margin: 0 0.4rem;
  padding: 0;
  text-align: center;
  display: block;
  line-height: 100%;
  opacity: 0.5;
  min-width: 1rem;
}

.countdown_block_seconds--separator {
  display: none;
}

.countdown_block_days,
.countdown_block_hours,
.countdown_block_minutes,
.countdown_block_seconds {
  display: inline-block;
  margin: 0;
  font-feature-settings: "tnum" on, "lnum" on;
  color: rgb(var(--color-foreground-secondary));
  font-family: var(--font-countdown);
  font-weight: var(--font-countdown-weight);
  font-style: var(--font-countdown-style);
  min-width: 2ch;
  text-align: center;
}

.countdown__announcement {
  font-size: 1.8rem;
}
.countdown__announcement .countdown_block_days, .countdown__announcement .countdown_block_hours, .countdown__announcement .countdown_block_minutes, .countdown__announcement .countdown_block_seconds {
  color: rgb(var(--color-foreground-tertiary));
}

.accordion summary {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  padding: 1.5rem 0;
  gap: 3.5rem;
}

.accordion .summary__title {
  display: flex;
  flex: 1;
}

.accordion + .accordion {
  margin-top: 0;
  border-top: none;
}

.accordion {
  margin-top: 2.5rem;
  margin-bottom: 0;
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.2);
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

.accordion__title {
  display: inline-block;
  max-width: calc(100% - 6rem);
  min-height: 1.6rem;
  margin: 0;
  word-break: break-word;
}

.accordion .icon-accordion {
  align-self: center;
  min-width: 1.6rem;
  margin-right: 1rem;
  fill: rgb(var(--color-foreground));
}

.accordion details > summary .icon-arrow {
  color: rgb(var(--color-foreground-secondary));
  transition: transform var(--duration-default);
  min-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.accordion details[open] > summary .icon-arrow {
  transform: rotate(90deg);
}

.accordion__content {
  margin-bottom: 1.5rem;
  word-break: break-word;
}

.accordion__content img {
  max-width: 100%;
}

.footer .accordion__title {
  text-transform: var(--font-header-menu-text-transform);
}

.list-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  margin: 0;
  padding: 0;
  gap: 1.6rem;
}
.list-social:empty {
  display: none;
}

.list-social__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-social__item .icon {
  height: 2.4rem;
  width: 2.4rem;
  transition: var(--duration-default);
}

.list-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 3.2rem;
  max-height: 3.2rem;
  background-color: transparent;
  color: rgb(var(--color-foreground));
  text-decoration: none;
  transition: opacity var(--duration-default);
}
.list-social__link:hover {
  color: rgb(var(--color-accent));
}

.list-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
}

.list-payment__item {
  align-items: center;
  display: flex;
  height: 2.2rem;
  width: 3.6rem;
}
.list-payment__item svg {
  object-fit: cover;
}

.section-ticker-main-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ticker-banner-ticker {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.ticker-banner-ticker-wrapper {
  display: inline-block;
  animation: marquee calc(var(--ticker-banner-ticker-speed) + 30s) linear infinite;
}

.ticker-banner-ticker-collection--1 {
  position: relative;
  left: 0%;
  animation: swap calc(var(--ticker-banner-ticker-speed) + 30s) linear infinite;
}

.ticker-banner-ticker-item {
  display: inline-block;
  font-size: var(--marquee-ticker-size);
}
.ticker-banner-ticker-item.ticker-banner-ticker-item--margin-right {
  margin-right: 4.8rem;
}

.ticker-banner-icon {
  color: rgb(var(--color-foreground-secondary));
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
@media screen and (min-width: 990px) {
  .ticker-banner-icon {
    margin-left: 3.6rem;
    margin-right: 3.6rem;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%, 100% {
    left: 100%;
  }
}
.body--hidden .section-announcement {
  transform: translateY(-100%);
}

.section-announcement {
  transition: transform var(--duration-default);
  z-index: 4;
}
.section-announcement .marquee-container::before, .section-announcement .marquee-container::after {
  background: none;
}
.section-announcement .countdown-completed-text {
  text-align: center;
}
.section-announcement .countdown__main .icon-container {
  margin-left: 0.8rem;
}
.section-announcement .countdown__main .icon-container svg {
  fill: rgb(var(--color-button-text));
}
.section-announcement .countdown__main .icon-container svg circle {
  fill: none;
}
.section-announcement .countdown__main .icon-container::after {
  content: "";
  background-color: rgb(var(--color-button-text));
}
.section-announcement .countdown__main .countdown__block {
  font-size: calc(var(--font-countdown-scale) * 1.6rem);
}
.section-announcement .countdown__main .countdown_block_hours--separator {
  font-size: calc(var(--font-countdown-scale) * 1.6rem);
}
.section-announcement .countdown__main .countdown_block_days,
.section-announcement .countdown__main .countdown_block_hours,
.section-announcement .countdown__main .countdown_block_minutes,
.section-announcement .countdown__main .countdown_block_seconds {
  color: rgb(var(--color-button-text));
  font-family: var(--font-countdown);
  font-weight: var(--font-countdown-weight);
  font-style: var(--font-countdown-style);
}
.section-announcement .countdown__main .countdown_block_days--separator,
.section-announcement .countdown__main .countdown_block_hours--separator,
.section-announcement .countdown__main .countdown_block_minutes--separator {
  color: rgb(var(--color-button-text));
  font-family: var(--font-countdown);
  font-weight: var(--font-countdown-weight);
  font-style: var(--font-countdown-style);
}
.section-announcement .countdown__main .countdown__block-word {
  color: rgb(var(--color-button-text));
  font-family: var(--font-countdown);
  font-style: var(--font-countdown-style);
}
.section-announcement .section_border_top {
  border-top: 1px solid rgb(var(--color-button-text));
}
.section-announcement .section_border_bottom {
  border-bottom: 1px solid rgb(var(--color-button-text));
}
.section-announcement .announcement-bar__message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  text-align: center;
  min-height: 1.6rem;
}
.section-announcement .announcement-bar__message .announcement-bar__link {
  color: rgb(var(--color-button-text));
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}
.section-announcement .announcement-bar__message .announcement-bar__link:hover {
  color: rgb(var(--color-button-text));
  opacity: 1;
}
.section-announcement .announcement-bar__message .announcement-bar__link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: rgb(var(--color-button-text));
  transition: width 0.3s ease;
}
.section-announcement .announcement-bar__message .announcement-bar__link:hover::after {
  width: 0%;
}
@media screen and (min-width: 576px) {
  .section-announcement .announcement-bar__message {
    padding-left: 1.5rem;
  }
}
.section-announcement .announcement-bar__image-wrapper {
  max-height: 3.2rem;
  max-width: 3.2rem;
  position: relative;
  overflow: hidden;
}
.section-announcement .announcement-bar__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.section-announcement .announcement-bar__image img {
  display: block;
  object-fit: contain;
  object-position: center;
  width: auto;
  height: 100%;
}
.section-announcement .announcement-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.2rem;
  padding: 0.1rem 1rem;
  background-color: rgb(var(--color-accent));
  height: 3.2rem;
}
@media screen and (min-width: 1100px) {
  .section-announcement .announcement-bar {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .section-announcement .announcement-bar {
    flex-wrap: wrap;
    height: auto;
    gap: 0;
  }
  .section-announcement .announcement-bar.marquee-container {
    flex-wrap: nowrap;
  }
}
.section-announcement .announcement-bar__text {
  color: rgb(var(--color-button-text));
  font-weight: 700;
}
.section-announcement .marquee-container {
  width: 100%;
}
.section-announcement .marquee-content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100vw;
  padding: 4px 0;
}
.section-announcement .marquee-tag {
  display: flex;
}
@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideReverse {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.section-announcement .marquee-animate {
  animation: slide calc(10 * var(--marquee-ticker-speed)) infinite linear;
}
.section-announcement .marquee-item {
  display: flex;
  width: max-content;
  align-items: center;
  margin-left: 1rem;
}

.promo-menu {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  min-width: 15.7rem;
  max-width: 25.4rem;
}
@media screen and (min-width: 1600px) {
  .mega-menu .promo-menu {
    flex-grow: 1;
  }
}
.promo-menu__heading {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.promo-menu > .promo-menu__heading {
  padding-left: 1.6rem;
}
.promo-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.promo-menu__list + .button_wrapper .button {
  font-size: 1.4rem;
  font-weight: 700;
}
.promo-menu .button_wrapper {
  margin-left: 1.6rem;
  margin-top: 0;
}
.promo-menu__item {
  padding: 0.55rem 1.6rem;
  transition: background-color var(--duration-default);
  border-radius: var(--border-radius-button);
}
.promo-menu__item:hover {
  background-color: rgb(var(--color-background-tertiary));
}
.promo-menu__link {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgb(var(--color-foreground-secondary));
}

.promo-block {
  position: relative;
  max-width: 25.4rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  flex: 1;
}
.promo-block__image {
  width: 100%;
  position: relative;
  display: block;
  object-fit: cover;
  border-radius: var(--border-radius-main);
  border: 0.1rem solid rgb(var(--color-border));
  overflow: hidden;
}
.promo-block__image:hover {
  border: 0.1rem solid rgb(var(--color-border-on-hover));
}
.promo-block__image svg,
.promo-block__image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: 1;
  transition: transform var(--duration-long) ease;
}
.promo-block__image::after {
  content: "";
  display: block;
  width: 0;
  padding-bottom: 100%;
}
.promo-block__image:hover img,
.promo-block__image:hover svg {
  transform: scale(1.05);
}
.promo-block__button {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  max-width: 50%;
}
.promo-block__link-overlay:empty {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: all;
  z-index: 2;
}
.promo-block span {
  position: relative;
}
.promo-block span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--duration-default);
}
.promo-block span:hover:before {
  transform: scaleX(1);
}

.disclosure {
  position: relative;
}

.disclosure__button {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: transparent;
  padding: 0;
  box-shadow: none;
  color: rgb(var(--color-foreground));
  transition: color var(--duration-default) ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .disclosure__button:hover {
    color: rgb(var(--color-accent));
  }
}
.disclosure__button > .icon-caret {
  width: 1.6rem;
  height: 1.6rem;
  color: rgba(var(--color-accent));
  transition: transform var(--duration-default);
}
.disclosure__button[aria-expanded=true] .icon-caret {
  transform: rotate(-180deg);
}
.disclosure__button[aria-expanded=true] + .disclosure__list {
  display: flex;
}
.disclosure__button[aria-expanded=true] ~ .disclosure__overlay {
  display: block;
  pointer-events: all;
}

@keyframes animateLocalizationOpen {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes animateOverlayOpen {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.disclosure__list {
  position: absolute;
  left: 0;
  bottom: 100%;
  padding: 1.6rem 0.8rem;
  padding-inline-end: 0.4rem;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  border-radius: var(--border-radius-main);
  border: none;
  animation: animateLocalizationOpen var(--duration-default) ease;
  transform: translateY(0);
  background-color: rgb(var(--color-background-secondary));
  z-index: 3;
  overflow: hidden;
  display: none;
  flex-direction: column;
}
@media screen and (min-width: 1100px) {
  .disclosure__list {
    left: -2.4rem;
    right: unset;
  }
}
.disclosure__list li {
  font-family: var(--font-body-family);
}
.disclosure__list#HeaderCountryList, .disclosure__list#HeaderCountryListMobile, .disclosure__list#FooterCountryList {
  max-width: 26.7rem;
  min-width: 100%;
  width: 26.7rem;
  min-height: 8.2rem;
  max-height: 19.4rem;
}
.disclosure__list#HeaderLanguageList, .disclosure__list#HeaderLanguageListMobile, .disclosure__list#FooterLanguageList {
  max-width: 26.7rem;
  min-width: 20.2rem;
  width: max-content;
  max-height: 19.4rem;
}
.disclosure__list-label {
  padding: 0 1.6rem;
  margin: 0 0 0.4rem;
}
.disclosure__list-items {
  display: flex;
  flex-direction: column;
  padding-inline-end: 0.4rem;
  overflow-y: auto;
}
.disclosure__list-items::-webkit-scrollbar {
  width: 0.4rem;
}
.disclosure__list-items::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-border));
  border-radius: 2rem;
}

.disclosure__overlay {
  display: none;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 1100px) {
  .disclosure__overlay {
    visibility: visible;
    opacity: 1;
    animation: animateOverlayOpen var(--duration-default) ease;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: -100vw;
    width: 200vw;
    height: 120vh;
    cursor: pointer;
    background-color: rgba(var(--color-overlay), 0.8);
  }
}

.disclosure__item {
  position: relative;
}

.disclosure__link {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
  min-height: 3.2rem;
  line-height: var(--font-body-line-height);
  font-family: var(--font-body-family);
  border-radius: 200px;
  text-decoration: none;
  background-color: transparent;
  transition: background-color var(--duration-default) ease-in-out;
}
.disclosure__link > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  width: 100%;
  color: rgb(var(--color-foreground-secondary));
  padding: 0.4rem 1.6rem;
}
.disclosure__link > span .icon-check {
  pointer-events: none;
  width: 3.2rem;
  height: 3.2rem;
  color: rgba(var(--color-accent));
  display: block;
  margin: -0.4rem 0;
}
.disclosure__link > span > span {
  display: flex;
  align-items: center;
  gap: 0;
}
@media screen and (hover: hover) and (pointer: fine) {
  .disclosure__link:hover {
    background-color: rgb(var(--color-background-tertiary));
  }
}
.disclosure__link .localization-form__currency {
  color: rgb(var(--color-foreground));
}

#HeaderLanguageList .disclosure__link > span,
#HeaderLanguageListMobile .disclosure__link > span,
#FooterLanguageList .disclosure__link > span {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
}
#HeaderLanguageList .disclosure__link > span svg,
#HeaderLanguageListMobile .disclosure__link > span svg,
#FooterLanguageList .disclosure__link > span svg {
  color: rgb(var(--color-accent));
}

.disclosure__link--active span::after {
  width: 100%;
}

.localization-selector.link {
  display: flex;
  justify-content: space-between;
  gap: 0.2rem;
  align-items: center;
  width: 100%;
  height: auto;
  line-height: 1.5;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.localization-selector.link .value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-button-family);
  font-style: var(--font-button-style);
  font-size: 1.2rem;
}
.localization-selector.link .currency-country {
  font-family: var(--font-button-family);
  font-style: var(--font-button-style);
  font-size: 1.2rem;
}
.localization-selector.link .icon-caret {
  margin-left: -0.2rem;
}

/*====================================
    Custom Css (13-05-2026)
====================================*/
/* PERF V3.11: keep the exact body background artwork, but request a viewport-appropriate
   Shopify CDN rendition instead of the full original on every device. */
main.content-for-layout {
	background: url(/cdn/shop/files/body-bg.png?v=1778677134&width=900) repeat;
	background-size: cover;
}
@media screen and (min-width: 750px) {
	main.content-for-layout {
		background-image: url(/cdn/shop/files/body-bg.png?v=1778677134&width=1800);
	}
}

.count--wrapper__not-show,
.card__inner .media.media--hover-effect {
	background: linear-gradient(180deg, rgb(56 20 91) 0%, rgba(89, 40, 136, 1) 16%, rgba(161, 80, 238, 1) 72%);
	height: 425px;
	border-radius: 10px;
}

.card__inner .media.media--hover-effect {
	height: 425px;
}

.media.media--hover-effect img {
	padding: 50px 65px;
}

/* video slider */
.slideshow-slide__img {
	position: relative;
	/* mask image */
	-webkit-mask-image: url("/cdn/shop/files/hero-bg.png?v=1778832599");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	-webkit-mask-position: bottom;

	mask-image: url("/cdn/shop/files/hero-bg.png?v=1778832599");
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	mask-position: bottom;

	min-height: 700px;
}

/* footer */
.chaos-footer {
	position: relative;
	overflow: hidden;
	/* background: linear-gradient(180deg, #7200ff 0%, #5700cc 100%); */
	color: #fff;
	padding: 140px 0 40px;
	background: #5402B8FA;
	-webkit-mask-image: url("/cdn/shop/files/footer-bg.png?v=1779185471");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	-webkit-mask-position: bottom;

	mask-image: url("/cdn/shop/files/footer-bg.png?v=1779185471");
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	mask-position: bottom;
}

/* .chaos-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .35;
  pointer-events: none;
} */

.chaos-footer__wave {
	width: 100%;
	line-height: 0;
}

.chaos-footer__wave svg {
	display: block;
	width: 100%;
	height: 140px;
}

.chaos-footer__ticker {
	overflow: hidden;
	white-space: nowrap;
	padding: 22px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
  max-width: 1480px;
  margin: auto;
}

.ticker-track {
	display: inline-flex;
	gap: 80px;
	animation: tickerMove 19s linear infinite;
}

.ticker-track span {
	font-size: 32px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #ff5ec7;
}

@keyframes tickerMove {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

.chaos-footer .page-width {
	max-width: 1320px;
	margin: auto;
	padding: 0 30px;
}

.chaos-footer__top {
	display: flex;
	justify-content: space-between;
	gap: 60px;
	padding: 80px 0 60px;
}

.chaos-footer__brand {
	max-width: 340px;
}

.chaos-footer__logo {
	max-width: 100%;
	height: auto;
	margin-bottom: 28px;
}

.chaos-footer__desc p {
	color: #ececec;
	font-family: "Instrument Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/* 187.5% */
	letter-spacing: -0.32px;
}

.chaos-footer__menus {
	display: flex;
	gap: 80px;
}

.footer-menu h4 {
	margin: 6px 0 8px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-menu li {
	margin-bottom: 14px;
}

.footer-menu a {
	color: rgba(255, 255, 255, .72);
	text-decoration: none;
	transition: .3s;
}

.footer-menu a:hover {
	color: #fff;
}

.chaos-footer__divider {
	height: 1px;
	background: rgba(255, 255, 255, .18);
	margin-bottom: 55px;
}

.chaos-footer__cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.chaos-card {
	position: relative;
	min-height: 270px;
	border-radius: 18px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	border: 1px solid rgba(255, 255, 255, .18);
}

.chaos-card__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.chaos-card__overlay,
.chaos-card__content {
	position: relative;
	z-index: 1;
}

/* .chaos-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.1) 0%,
    rgba(0,0,0,.6) 100%
  );
} */

.chaos-card__content {
	position: relative;
	z-index: 2;
	padding: 28px;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-start;
}

.chaos-card h3 {
	margin: 0 0 10px;
	color: #FFF;
	font-family: "aAtmospheric";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	text-transform: lowercase;
}

.chaos-card p {
	margin: 0 0 22px;
	color: #FFF;
	font-family: "Instrument Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.32px;
}

.chaos-card__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 12px;
	border-radius: 100px;
	background: linear-gradient(90deg, #00d2ff, #ff4dd2);
	text-decoration: none;
	width: fit-content;
	color: #FFF;
	font-family: "Instrument Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	text-transform: capitalize;
}

.chaos-footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 50px;
}

/* Different button colors for each card */
/* Different color for each card button */

.chaos-footer__cards .chaos-card:nth-child(1) .chaos-card__btn {
	background: #20ABDC;
	color: #fff;
}

.chaos-footer__cards .chaos-card:nth-child(2) .chaos-card__btn {
	background: #E36380;
	color: #fff;
}

.chaos-footer__cards .chaos-card:nth-child(3) .chaos-card__btn {
	background: #FF01AA;
	color: #fff;
}

.chaos-footer__cards .chaos-card:nth-child(4) .chaos-card__btn {
	background: #D12B91;
	color: #fff;
}

/* Hover */
.chaos-card__btn {
	transition: all .3s ease;
}

.chaos-card__btn:hover {
	transform: translateY(-2px);
	opacity: .9;
}


.footer-support {
	font-size: 13px;
	font-weight: 600;
}

.footer-socials {
	display: flex;
	align-items: center;
	gap: 24px;
}

.footer-socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #ff1493;
	transition: .3s ease;
}

.footer-socials a svg {
	/* width: 24px;
	height: 24px; */
  width: 35px;
  height: 35px;
	fill: currentColor;
}

.footer-socials a:hover {
	transform: translateY(-3px);
}

.slideshow {
	position: relative;
}

.slideshow-slide__content {
	margin-bottom: 5rem;
}

.custom-slideshow-buttons {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.custom-secondary-btn {
	background: #fff;
	color: #ff01ae;
	border-radius: 50px;
	padding: 11px 25px;
	font-weight: 700;
	text-decoration: none;
	transition: .3s ease;
	opacity: .9;
	border: 0;
}

.custom-secondary-btn:hover {
	background: #ff00b8;
	color: #fff;
}

.custom-slideshow-wave {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	line-height: 0;
	z-index: 3;
}

.custom-slideshow-wave svg {
	width: 100%;
	height: 120px;
	display: block;
}

.hero_slide .slideshow-slide__desc p {
	color: var(--Primary-Text, #F8F8F8);
	font-family: "Instrument Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.32px;
	padding-bottom: 12px
}


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

	.custom-slideshow-buttons {
		flex-direction: column;
		align-items: flex-start;
	}

	.custom-secondary-btn {
		width: 100%;
		text-align: center;
	}

	.custom-slideshow-wave svg {
		height: 70px;
	}

}

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

	.chaos-footer__top {
		flex-direction: column;
		padding: 60px 0 0;
    gap: 40px
	}

	.chaos-footer__menus {
		flex-wrap: wrap;
		gap: 40px;
	}

	.chaos-footer__cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

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

	.ticker-track span {
		font-size: 22px;
	}

	.chaos-footer .page-width {
		padding: 0 18px;
	}

	.chaos-footer__cards {
		display: flex;
		overflow-x: auto;
	}

	.chaos-footer__bottom {
		flex-direction: column;
		gap: 8px;
		align-items: flex-start;
		padding-top: 15px;
	}

	.chaos-card {
		min-height: 240px;
		max-width: 85%;
		flex: 0 0 90%;
	}

	.chaos-card h3 {
		font-size: 20px;
	}

	.chaos-footer__menus {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

.chaos-footer__brand .chaos-footer__brand-logo {
	max-width: 107px;
}

.chaos-footer__menus{
    display:flex;
    gap:50px;
    align-items:flex-start;
}

.footer-community-card{
    flex-shrink:0;
}

.footer-community-card__inner {
    background: #6b18d9;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 280px;
}

.footer-community-card__inner h3 {
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.32px;
}

.footer-community-card__inner p {
    margin-bottom: 35px;
    color: rgb(255 255 255 / 84%);
    text-align: center;
    font-family: "Instrument Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.32px;
    text-transform: capitalize;
}

.footer-community-card__btn{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    background:#ff2aa7;
    color:#fff;
    padding:15px 45px;
    border-radius:50px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.footer-community-card__btn:hover{
    transform:translateY(-2px);
}

@media(max-width:990px){

    .chaos-footer__menus{
        flex-direction:column;
        gap:25px;
    }

    .footer-community-card{
        width:100%;
    }

    .footer-community-card__inner{
        min-height:auto;
        padding:30px 20px;
        width: auto;
        margin-bottom: 20px;
        align-items: center;
    }
}

.footer-contact-info{
    width:100%;
    max-width:420px;
}

.footer-contact-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #ececec;
    font-family: Instrument Sans !important;
    font-size: 16px;
    line-height: 20px;
    margin: 25px 0 12px;
}

.footer-contact-address{
    margin-bottom:18px;
    line-height:1.7;
    font-size:inherit;
}

.footer-contact-list{
    list-style:none;
    margin:0;
    padding:0;
}

.footer-contact-list li{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:14px;
    line-height:1.6;
}

.footer-contact-list li svg{
    width: 18px;
    height: 18px;
}

.footer-contact-list li strong{
    margin-right:4px;
    white-space:nowrap;
}

.footer-contact-list a, .footer-contact-address p{
  color: #ececec;
    font-family: Instrument Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -.32px;
}

.footer-contact-list a{
    color:inherit;
    text-decoration:underline;
    word-break:break-word;
}

.footer-contact-list a:hover{
    text-decoration:underline;
}


.footer-contact-icon {
    width:18px;
    height:18px;
    flex-shrink: 0;
    display: inline-flex;
    color: currentColor;    
    object-fit:contain;
    margin-top:2px;
}

.footer-contact-icon img{
    width:100%;
    height:100%;
    object-fit:contain;
}

@media (max-width:767px){

    .footer-contact-info{
        max-width:100%;
    }

    .footer-contact-list li{
        gap:8px;
    }

    .footer-contact-title{
        margin-bottom:10px;
    }
}

.home_col .collection-grid__item .collection-card__content .collection-card__title {
	text-align: left;
	color: #FAF6FF;
	font-family: "aAtmospheric";
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 1px;
	width: 270px;
}

.home_col .collection-grid__item .collection-card__content {
	align-items: flex-start;
}

.home_col .collection-grid__item .collection-card__content .collection-card__desc {
	text-align: left;
	color: #FDFBFF;
	font-family: "Instrument Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.32px;
}

.home_col .collection-grid__item--4 .collection-card__content {
	justify-content: flex-start;
}

.home_col .collection-card .collection-card__btn .button {
	z-index: 999;
	color: #5105AB;
	font-family: "Instrument Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: -0.32px;
	text-transform: capitalize;
	border-radius: 200px;
	background: #FFF;
	min-width: 170px;
	border: 0
}

.home_col .collection-card__desc.richtext__content.medium-font p {
	color: #FDFBFF;
	font-family: "Instrument Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.32px;
}

.feature_text .marquee-container:before,
.feature_text .marquee-container:after {
	display: none
}

.feature_text .marquee-item .dynamic__text--first {
	font-family: "aAtmospheric";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 49.041px;
	letter-spacing: -0.654px;
	text-transform: uppercase;
}

.feature_text .featured-ticker__container {
	gap: 0;
}

.feature_text .marquee-container {
	box-shadow: none
}

.feature_text .marquee-tag.marquee-animate .marquee-item:nth-child(3n + 1) span {
	color: #FF01AA;
}

.feature_text .marquee-tag.marquee-animate .marquee-item:nth-child(3n + 2) span {
	color: #20ABDC;
}

.feature_text .marquee-tag.marquee-animate .marquee-item:nth-child(3n + 3) span {
	color: #EB6380;
}

.feature-text .marquee-item {
	display: flex;
	align-items: center;
	gap: 18px;
}

/* SVG icon before text */
.feature-text .marquee-item::before {
	content: "";
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/* n+1 */
.feature-text .marquee-item:nth-child(3n + 1)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M15.8474 15.8474C16.0946 15.8474 16.3317 15.9456 16.5066 16.1204C16.6814 16.2953 16.7796 16.5324 16.7796 16.7796C16.7796 17.2741 16.5832 17.7484 16.2335 18.0981C15.8839 18.4477 15.4096 18.6442 14.9151 18.6442C14.1733 18.6442 13.462 18.3495 12.9375 17.825C12.413 17.3005 12.1183 16.5891 12.1183 15.8474C12.1183 14.8584 12.5112 13.9099 13.2105 13.2105C13.9099 12.5112 14.8584 12.1183 15.8474 12.1183C17.0836 12.1183 18.2693 12.6094 19.1434 13.4836C20.0176 14.3577 20.5087 15.5434 20.5087 16.7796C20.5087 18.2632 19.9194 19.6859 18.8704 20.7349C17.8214 21.7839 16.3986 22.3732 14.9151 22.3732C13.1843 22.3732 11.5245 21.6857 10.3006 20.4619C9.07677 19.238 8.38923 17.5781 8.38923 15.8474C8.38923 13.8693 9.17499 11.9723 10.5737 10.5737C11.9723 9.17499 13.8693 8.38923 15.8474 8.38923C18.0726 8.38923 20.2068 9.27321 21.7803 10.8467C23.3538 12.4202 24.2378 14.5544 24.2378 16.7796C24.2378 18.0039 23.9966 19.2162 23.5281 20.3473C23.0596 21.4784 22.3729 22.5061 21.5072 23.3718C20.6415 24.2375 19.6138 24.9242 18.4827 25.3927C17.3517 25.8612 16.1394 26.1023 14.9151 26.1023C12.1953 26.1023 9.58694 25.0219 7.66376 23.0987C5.74059 21.1755 4.66016 18.5672 4.66016 15.8474C4.66016 12.8803 5.83881 10.0348 7.93682 7.93682C10.0348 5.83881 12.8803 4.66016 15.8474 4.66016C17.4389 4.66016 19.0149 4.97364 20.4853 5.5827C21.9557 6.19176 23.2917 7.08447 24.4171 8.20987C25.5425 9.33527 26.4353 10.6713 27.0443 12.1417C27.6534 13.6121 27.9669 15.1881 27.9669 16.7796' stroke='%23FF01AA' stroke-width='1.86454' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}

/* n+2 */
.feature-text .marquee-item:nth-child(3n + 2)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M15.8474 15.8474C16.0946 15.8474 16.3317 15.9456 16.5066 16.1204C16.6814 16.2953 16.7796 16.5324 16.7796 16.7796C16.7796 17.2741 16.5832 17.7484 16.2335 18.0981C15.8839 18.4477 15.4096 18.6442 14.9151 18.6442C14.1733 18.6442 13.462 18.3495 12.9375 17.825C12.413 17.3005 12.1183 16.5891 12.1183 15.8474C12.1183 14.8584 12.5112 13.9099 13.2105 13.2105C13.9099 12.5112 14.8584 12.1183 15.8474 12.1183C17.0836 12.1183 18.2693 12.6094 19.1434 13.4836C20.0176 14.3577 20.5087 15.5434 20.5087 16.7796C20.5087 18.2632 19.9194 19.6859 18.8704 20.7349C17.8214 21.7839 16.3986 22.3732 14.9151 22.3732C13.1843 22.3732 11.5245 21.6857 10.3006 20.4619C9.07677 19.238 8.38923 17.5781 8.38923 15.8474C8.38923 13.8693 9.17499 11.9723 10.5737 10.5737C11.9723 9.17499 13.8693 8.38923 15.8474 8.38923C18.0726 8.38923 20.2068 9.27321 21.7803 10.8467C23.3538 12.4202 24.2378 14.5544 24.2378 16.7796C24.2378 18.0039 23.9966 19.2162 23.5281 20.3473C23.0596 21.4784 22.3729 22.5061 21.5072 23.3718C20.6415 24.2375 19.6138 24.9242 18.4827 25.3927C17.3517 25.8612 16.1394 26.1023 14.9151 26.1023C12.1953 26.1023 9.58694 25.0219 7.66376 23.0987C5.74059 21.1755 4.66016 18.5672 4.66016 15.8474C4.66016 12.8803 5.83881 10.0348 7.93682 7.93682C10.0348 5.83881 12.8803 4.66016 15.8474 4.66016C17.4389 4.66016 19.0149 4.97364 20.4853 5.5827C21.9557 6.19176 23.2917 7.08447 24.4171 8.20987C25.5425 9.33527 26.4353 10.6713 27.0443 12.1417C27.6534 13.6121 27.9669 15.1881 27.9669 16.7796' stroke='%2320ABDC' stroke-width='1.86454' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}

/* n+3 */
.feature-text .marquee-item:nth-child(3n + 3)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M15.8474 15.8474C16.0946 15.8474 16.3317 15.9456 16.5066 16.1204C16.6814 16.2953 16.7796 16.5324 16.7796 16.7796C16.7796 17.2741 16.5832 17.7484 16.2335 18.0981C15.8839 18.4477 15.4096 18.6442 14.9151 18.6442C14.1733 18.6442 13.462 18.3495 12.9375 17.825C12.413 17.3005 12.1183 16.5891 12.1183 15.8474C12.1183 14.8584 12.5112 13.9099 13.2105 13.2105C13.9099 12.5112 14.8584 12.1183 15.8474 12.1183C17.0836 12.1183 18.2693 12.6094 19.1434 13.4836C20.0176 14.3577 20.5087 15.5434 20.5087 16.7796C20.5087 18.2632 19.9194 19.6859 18.8704 20.7349C17.8214 21.7839 16.3986 22.3732 14.9151 22.3732C13.1843 22.3732 11.5245 21.6857 10.3006 20.4619C9.07677 19.238 8.38923 17.5781 8.38923 15.8474C8.38923 13.8693 9.17499 11.9723 10.5737 10.5737C11.9723 9.17499 13.8693 8.38923 15.8474 8.38923C18.0726 8.38923 20.2068 9.27321 21.7803 10.8467C23.3538 12.4202 24.2378 14.5544 24.2378 16.7796C24.2378 18.0039 23.9966 19.2162 23.5281 20.3473C23.0596 21.4784 22.3729 22.5061 21.5072 23.3718C20.6415 24.2375 19.6138 24.9242 18.4827 25.3927C17.3517 25.8612 16.1394 26.1023 14.9151 26.1023C12.1953 26.1023 9.58694 25.0219 7.66376 23.0987C5.74059 21.1755 4.66016 18.5672 4.66016 15.8474C4.66016 12.8803 5.83881 10.0348 7.93682 7.93682C10.0348 5.83881 12.8803 4.66016 15.8474 4.66016C17.4389 4.66016 19.0149 4.97364 20.4853 5.5827C21.9557 6.19176 23.2917 7.08447 24.4171 8.20987C25.5425 9.33527 26.4353 10.6713 27.0443 12.1417C27.6534 13.6121 27.9669 15.1881 27.9669 16.7796' stroke='%23EB6380' stroke-width='1.86454' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}

.chaos-footer__ticker .ticker-track span {
	font-family: "aAtmospheric";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 49.041px;
	/* 136.226% */
	letter-spacing: -0.654px;
	text-transform: uppercase;
}

.chaos-footer__ticker .ticker-track span:nth-child(3n + 1) {
	color: #FF01AA;
}

.chaos-footer__ticker .ticker-track span:nth-child(3n + 2) {
	color: #20ABDC;
}

.chaos-footer__ticker .ticker-track span:nth-child(3n + 3) {
	color: #EB6380;
}

.hero_slide .slideshow-slide {
	border: 0;
}

.newsletter__wrapper.has-image {
	position: relative;
}

.newsletter__wrapper.has-image::before {
	position: absolute;
}

.newsletter__image {
	display: none;
}

@media screen and (max-width: 767px) {
	.media.media--hover-effect img {
		padding: 20px;
	}

	.card__inner .media.media--hover-effect,
	.count--wrapper__not-show,
	.card__inner .media.media--hover-effect {
		height: 185px;
	}
}

.choose_delu .popular-products .popular-products__collection-tabs-list--wrapper .popular-products__collection-tabs-list {
	background-color: #DEC2FB40;
}

.choose_delu .popular-products .popular-products__collection-tabs-list--wrapper .popular-products__collection-tabs-list li {
	color: var(--Primary-Text, #F8F8F8);
	font-family: "Instrument Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 25.242px;
	letter-spacing: -0.367px;
}

.subtitle {
	color: #FFF;
	font-family: "Instrument Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.32px;
}

.popular-products .popular-products__collection-tabs-list--wrapper .popular-products__collection-tabs-list li.active-hover {
	border-radius: 200px;
	border: 1.147px solid #D9B2FF;
	background: var(--Hot-pink-accent, #F723A0);
}

.choose_delu .section-header .section-header__wrapper,
.custom_blog .section-header .section-header__wrapper {
	flex-direction: column-reverse;
}

.choose_delu .section-header .section-header__wrapper .section-header__subtitle,
.custom_blog .section-header .section-header__wrapper .section-header__subtitle {
	margin-top: 1rem;
}

.choose_delu .section-header__title,
.custom_blog .section-header__title,
.faq_sec .section-header__title,
.ingredient-profile-grid .section-header__title,
.abt_hero .slideshow-slide__title {
	color: #FAF6FF;
	font-family: "aAtmospheric";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -2.458px;
}

.abt_hero .slideshow-slide__title {
	line-height: 120%;
	font-size: 42px;
}

.choose_delu .section-header__title span,
.custom_blog .section-header__title span,
.faq_sec .section-header__title span,
.recommended-slider__content_heading span {
	color: #FF36BC;
}

.choose_delu .button span, .custom_blog .button__content .button__label,  .pick_delu .popular-products__collection-tabs-list--wrapper  .button span {
	position: relative;
	z-index: 20;
	font-family: "Instrument Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.32px;
}


.pick_delu .button--primary:focus-visible span,
.pick_delu .button--primary:hover span {
	color: #fff
}

.choose_delu .card__subtitles .card__subtitle {
	font-family: "Instrument Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 27.537px;
	text-transform: capitalize;
}

.choose_delu .card__subtitles .card__subtitle.Protein.Snacks {
	color: #E36380
}

.choose_delu .card__subtitle.Protein.\/.Health.Bars {
	color: #20ABDC
}

.choose_delu .card__subtitle.Energy.Drinks {
	color: #FF01AA
}

.choose_delu .popular-products .popular-products__content.slider-shadow-enabled:before {
	display: none
}

.choose_delu .card__title {
	color: #FFF;
	font-family: "a Atmospheric";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 27.537px;
	letter-spacing: -0.367px;
	text-transform: lowercase;
}


.custom-product-buttons {
	display: flex;
	align-items: center;
	gap: 12px; 
	margin: 18px 0 14px;
}

.custom-product-buttons form,
product-form.custom-atc-form {
	flex: 0 0 49%;
}

.custom-btn {
	width: 100%;
	border: none;
	border-radius: 40px;
	height: 42px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease;
	font-family: inherit;
}

.custom-btn-cart {
	color: #ff00b7;
  height: 45px;
  font-size: 15px;
}


.custom-btn-buy {
	background: linear-gradient(90deg, #ff00b7 0%, #ff1493 100%);
	color: #ffffff;
}

.custom-btn-buy:hover {
	opacity: 0.9;
}

.custom-btn:disabled {
	opacity: 0.5;
	/* cursor: progress; */
}

.article-card__title {
	margin: 0;
	word-break: break-word;
	min-width: 18.4rem;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 26px;
	letter-spacing: 1px;
	text-transform: lowercase;
}

.article-card__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .8rem 1rem;
	color: #FFF;
	font-family: "Instrument Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.32px;
	text-transform: capitalize;
}

.choose_delu .buy-box {
	background-color: #700edf;
}

.choose_delu .product-card__featured--wrapper .card-information .buy-box .quantity {
	background-color: #16002e36;
}

.choose_delu .product-form__controls-group label {
	border: #c99df59c;
	background-color: #ebd6ff45;
}

.choose_delu .product-card__featured--wrapper .card-wrapper {
	border: .1rem solid rgb(255 255 255);
}

.blog__posts-wrapper--2-mobile .article-card .article-card__title {
	font-weight: 400
}

.newsletter_box{
  border-radius: 22.705px;
  border: 2px solid #D4D4D4;
  padding: 15px
}

.newsletter .newsletter__wrapper.has-image {
	padding-left: 55px;
	position: relative;
	/* background: url('/cdn/shop/files/new.png?v=1780054419') no-repeat center; */
	background: url('/cdn/shop/files/newsletter.png?v=1783665150&width=1000') no-repeat center;
	background-size: cover
}

.newsletter__wrapper .section-header__title {
	color: #FAF6FF;
	font-family: "aAtmospheric";
	letter-spacing: -2.458px;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -2.458px;
}

.newsletter__wrapper .button--secondary,
.customer .button--secondary {
	background: #FF01AA;
	color: #fff;
	border: 0;
}

.newsletter .section-header, .newsletter .section-header__title {
    max-width: 48rem !important;
}

.newsletter__paragraph {
    margin-bottom: 25px;
}

.pdp_con .image-with-text__heading {
	color: #FAF6FF;
	font-family: "aAtmospheric";
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: 55px;
	letter-spacing: -2.458px;
}

.pdp_con .image-with-text__text.richtext__content p {
	color: #FFF;
	font-family: "Instrument Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -0.32px;
}

.faq_sec .section-header .section-header__wrapper {
	flex-direction: column-reverse;
}

.faq_sec .collapsible-content__question,
.faq_sec h5 {
	color: #FFF;
	font-family: "aAtmospheric";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.98px;
	letter-spacing: -0.4px;
	text-transform: capitalize;
}

.faq_sec .collapsible-content__wrapper.column-direction .collapsible-content-main-container {
	max-width: 100%;
}

.faq_sec .collapsible-content__item {
	transition: opacity var(--duration-default);
	border-radius: 16px;
	border: 1px solid rgba(224, 196, 251, 0.51);
	background: rgba(255, 255, 255, 0.15);
	margin-bottom: 17px;
}

.ingredient-profile-grid .cards-grid .cards-grid__heading {
	font-size: 22px;
	line-height: 30px;
}

.pdp_faq .collapsible-content__answer-inner,
.pdp_faq .collapsible-content__toggle-group {
	max-width: 100%;
}

.pdp_con .image-with-text__media.adapt {
	max-height: 790px;
}

/* product changes */
.product .product__text {
	display: block;
	/* color: #60D6FF; */
	color: #ff4fc4;
	font-family: "Instrument Sans";
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 27.537px !important;
	text-transform: capitalize;
}

.deluluquake__product-price s {
    display: none;
}

.breadcrumb .icon-home {
	display: none
}

.breadcrumb a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font-family: "Instrument Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	text-transform: capitalize;
	position: relative;
}

.breadcrumb span {
	color: #FF4FC4;
	text-align: center;
	font-family: "Instrument Sans";
	font-size: 16px;
	font-weight: 700;
	line-height: 19.2px;
	text-transform: capitalize
}

.breadcrumb__delimiter {
	color: #fff;
}

.product-form__controls-group label {
	border: 1px solid rgba(199, 157, 250, 0.31) !important;
	border-radius: 200px !important;
	background: rgba(199, 157, 250, 0.31) !important;
}

.product-form__controls-group input:checked:not(.disabled)+label:not(.color-swatch) {
	background-color: rgb(var(--color-accent)) !important;
}

.product__info-container--col .buy-box {
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.20);
}

.product__info-navigations--wrapper {
	display: flex;
	justify-content: center;
}

.product__info-navigations--container .tabs-lava-lamp {
	background: rgba(255, 255, 255, 0.29) !important;
	color: var(--Primary-Text, #F8F8F8) !important;
	;
	font-family: "Instrument Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.242px;
	letter-spacing: -0.367px;
	text-transform: capitalize;
}

.product__info-navigations--container .tabs-lava-lamp li a {
	color: var(--Primary-Text, #F8F8F8);
	font-family: "Instrument Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.242px;
	letter-spacing: -0.367px;
	text-transform: capitalize;
}

.product__info-navigations--container .tabs-lava-lamp li.active a {
	font-weight: 600;
}

.recommend_pro .recommended-slider__wrapper {
	flex-direction: column;
	gap: 40px;
}

.recommend_pro .recommended-slider__content {
	border: 0;
	width: 100%;
}


.recommend_pro .recommended-slider__content .recommended-slider__content_descr {
	color: #FFF;
	font-family: "Instrument Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.32px;
}

.recommend_pro .recommended-slider__slider {
	width: 100%;
}

.variant-buttons {
	display: flex;
	gap: 10px;
}

.variant-btn.flavour-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 400;
	position: relative;
	z-index: 1;
	cursor: pointer;
	min-width: 3.9rem;
	min-height: 3.9rem;
	padding: .8rem 1.4rem;
	margin: 0;
	text-transform: capitalize;
	border: 1px solid rgba(199, 157, 250, .31);
	border-radius: 200px;
	background: #c79dfa4f;
	color: rgb(var(--color-foreground-secondary));
	transition: var(--duration-default);
}

.variant-btn.flavour-btn.active {
	background-color: rgb(var(--color-accent));
	color: rgb(var(--color-button-text));
	border: 1px solid rgb(var(--color-accent));
}

.variant-title,
.product-parameters .product-form__group-name {
	color: #FFF;
	font-family: "aAtmospheric";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	text-transform: lowercase;
}

.product-parameters variant-radios {
	border-bottom: 1px solid #B972FF
}

.product-feature-with-image {
	margin-top: 24px;
}

.product-feature-with-image__heading {
	margin-bottom: 5px;
	color: #FFF;
	font-family: "aAtmospheric";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 54px;
	text-transform: lowercase;
}

.product-feature-with-image__wrapper {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 16px;
}

.product-feature-with-image__item {
	display: flex;
	align-items: center;
	gap: 12px;
	border-radius: 12px;
	border-radius: 8px;
	/* padding: 12px;
	background: rgba(255, 255, 255, 0.16); */
}

.product-feature-with-image__image img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	display: block;
}

.product-feature-with-image__text {
	color: #FFF;
	font-family: "Instrument Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
	text-transform: capitalize;
}

/* key ingredient */
.cards-grid__image img {
	display: none;
}

.ingredient-profile-grid .cards-grid .cards-grid__heading {
	color: #FAF6FF;
	font-family: "a Atmospheric";
	font-size: 26px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 1px;
	text-transform: lowercase;
}

.ingredient-profile-grid .cards-grid .cards-grid-text p {
	color: #FFF;
	font-family: "Instrument Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.32px;
}

.ingredient-profile-grid .cards-grid__item {
	border-radius: 23px;
	border: 1px solid rgba(176, 118, 250, 0.39);
}

.ingredient-profile-grid [data-id="1"] {
	background: linear-gradient(0deg, rgba(235, 99, 128, 0.96) 0%, rgba(235, 99, 128, 0.96) 100%), url(<path-to-image>) lightgray -2169.222px -671.977px / 813.565% 318.616% no-repeat;
}

.ingredient-profile-grid [data-id="2"] {
	background: linear-gradient(0deg, rgba(38, 166, 217, 0.94) 0%, rgba(38, 166, 217, 0.94) 100%), url(<path-to-image>) lightgray -2169.222px -671.977px / 813.565% 318.616% no-repeat;
}

.ingredient-profile-grid [data-id="3"] {
	background: linear-gradient(0deg, rgba(214, 70, 161, 0.97) 0%, rgba(214, 70, 161, 0.97) 100%), url(<path-to-image>) lightgray -1041.797px -660.746px / 813.565% 318.616% no-repeat;
}

.ingredient-profile-grid [data-id="4"] {
	background: linear-gradient(0deg, rgba(233, 79, 220, 0.92) 0%, rgba(233, 79, 220, 0.92) 100%), url(<path-to-image>) lightgray -1041.797px -660.746px / 813.565% 318.616% no-repeat;
}

.ingredient-profile-grid [data-id="5"] {
	background: linear-gradient(0deg, rgba(209, 43, 145, 0.93) 0%, rgba(209, 43, 145, 0.93) 100%), url(<path-to-image>) lightgray -1041.797px -660.746px / 813.565% 318.616% no-repeat;
}

.ingredient-profile-grid [data-id="6"] {
	background: linear-gradient(0deg, rgba(123, 22, 245, 0.80) 0%, rgba(123, 22, 245, 0.80) 100%), url(<path-to-image>) lightgray -1041.797px -660.746px / 813.565% 318.616% no-repeat;
}

.ingredient-profile-grid [data-id="7"] {
	background: linear-gradient(0deg, rgba(235, 99, 128, 0.96) 0%, rgba(235, 99, 128, 0.96) 100%), url(<path-to-image>) lightgray -2169.222px -671.977px / 813.565% 318.616% no-repeat;
	grid-column: span 2 !important;
}

.ingredient-profile-grid [data-id="8"] {
	background: linear-gradient(0deg, rgba(38, 166, 217, 0.94) 0%, rgba(38, 166, 217, 0.94) 100%), url(<path-to-image>) lightgray -2169.222px -671.977px / 813.565% 318.616% no-repeat;
	grid-column: span 2 !important;
}

.main-product__tabs-blocks--wrapper .section-header__title {
	color: #FFF;
	font-family: "a Atmospheric";
	font-size: 26px;
	font-weight: 400;
	line-height: 44px;
	/* 207.692% */
	text-transform: lowercase;
}

.nutrition-row {
	border-bottom: 1px solid #B972FF;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.nutrition-table {
	padding: 0 22px;
}

.collapsible-content__question {
	color: #FFF;
	font-family: "a Atmospheric";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.98px;
	/* 124.875% */
	letter-spacing: -0.4px;
	text-transform: capitalize;
}

.nutrition-left,
.nutrition-right {
	color: #FFF;
	font-family: "Instrument Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 171.429% */
	letter-spacing: -0.32px;
	text-transform: capitalize;
}

.product__outer--thumbs-aside .product__media-list .product__media>*:not(.deferred-media__poster-button) {
	top: 50% !important;
	max-height: 400px;
	object-fit: contain !important;
	transform: translateY(-50%);
}

.product__outer--thumbs-aside .product__media-list .product__media {
	background: linear-gradient(180deg, #38145b, #592888 16%, #a150ee 72%);
}

.main-product__short-desc p {
	color: #EEE1FF;
	font-family: "Instrument Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.32px;
}


.main-product__short-desc a {
	font-weight: 700;
	color: #EEE1FF;
	font-family: "Instrument Sans";
	font-size: 14px;
}


.variant-title,
.product-parameters .product-form__group-name {
	font-size: 13px;
}


.product .main-product__long-desc p {
	color: #F8F3FF;
	font-family: "Instrument Sans";
	font-size: 18px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: -0.32px;
	max-width: 90% !important;
}


.collection-banner-section {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	padding: 40px 0;
}


.collection-banner-section .collection-hero {
	position: relative;
	z-index: 2;
	background: transparent !important;
}

.collection-banner-section .collection-hero__title,
.collection-banner-section .collection-hero__description {
	color: #fff;
}

.collection-banner-section {
	padding: 40px;
	min-height: 350px;
}

.collection-hero__inner {
	position: absolute;
	top: 50%;
	width: 50%;
	margin-top: 55px !important;
}

.collection-banner-section .collection-hero__title {
	color: #FAF6FF;
	font-family: "aAtmospheric";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 72px;
	letter-spacing: -2.458px;
}

.filters__header .div-1 .toggle-switch {
	width: 48px !important;
	min-width: 48px !important;
	height: 22px !important
}

.filters__header .div-1 .toggle-switch .slider:before {
	height: 18px !important;
	width: 18px !important;
}

.filters__header .div-1 .toggle-switch input:checked+.slider {
	background-color: #FF01AA !important;
}

.filters__header .div-1 .toggle-switch input:checked+.slider:before {
	background-color: rgb(255 255 255) !important;
	transform: translate(24px) !important;
}

.filters__header .div-2 .switch-button:not(.active) {
	color: rgb(255 255 255) !important;
}

.facets__summary-title {
	color: #FFF !important;
	font-family: "aAtmospheric";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.28px;
	text-transform: capitalize;
}

.filters__header .div-2 .view-switcher {
	background-color: #dec2fb61 !important;
}

.facets__price .field__input {
	background: transparent !important;
	border-radius: 24px;
	border: 1px solid #E7C941;
}

#FacetsWrapperDesktop .facets__price-wrapper .field__label {
	color: #fff;
}

.facets__summary-inner {
	margin-bottom: 4.4rem;
}

.facet-checkbox__label {
	color: #FFF;
	font-family: "Instrument Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.4px;
	letter-spacing: 0.28px;
	text-transform: capitalize;
}

.quick-add-modal__content {
	background-color: rgb(111 26 186) !important;
}

.product-cards-type-wrapper .card-wrapper .card__title {
	position: relative;
	color: #FFF;
	font-family: "aAtmospheric";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 27.537px;
	letter-spacing: -0.367px;
	text-transform: lowercase;
}

.product-cards-type-wrapper .card__subtitles .card__subtitle {
	margin-bottom: .2rem;
	font-family: "Instrument Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 27.537px;
	text-transform: capitalize;
	margin-bottom: 10px
}

.Energy.Drinks {
	color: #20ABDC
}

.Combo.Packs {
	color: #FF01AA
}

.recommended-slider__item .card-wrapper .media img {
	object-fit: contain !important
}

.col_sec {
	position: relative;
	overflow: hidden;
	padding: 240px 0 60px;
	background: linear-gradient(162deg, #FF01AA 2.92%, #D12B91 40.94%, #7010D7 82.85%), linear-gradient(259deg, #3C0084 51.47%, #0D001E 91.68%), linear-gradient(0deg, rgba(60, 1, 132, 0.98) 0%, rgba(60, 1, 132, 0.98) 100%);
	-webkit-mask-image: url("/cdn/shop/files/col-bg.png?v=1779179962");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	-webkit-mask-position: bottom;

	mask-image: url("/cdn/shop/files/col-bg.png?v=1779179962");
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	mask-position: bottom;

	min-height: 1300px;
}

/* contact us page */
.con_hero {
	width: 100%;
	padding-right: 2rem;
	padding-left: 2rem;
	margin-right: auto;
	margin-left: auto;
}

.template-page-contact .breadcrumb {
	display: none
}

.con_hero .image-banner-collapsible .image-banner-collapsible-header-content-wrapper {
	padding: 6.4rem 3rem;
}


.con_hero .image-banner-collapsible .section-header {
	margin-bottom: 0;
}

.con_hero .image-banner-collapsible.collapsible-content .section-header__title {
	color: #FAF6FF;
	font-family: "aAtmospheric";
	font-size: 48px;
	font-weight: 400;
	line-height: 72px;
	letter-spacing: -2.458px;
}

.con_hero .image-banner-collapsible .section-header .description {
	color: #FFF;
	font-family: "Instrument Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.32px;
	text-transform: capitalize;
}

.contact-form__wrapper {
	margin: 10rem auto;
}

.contact-form .field {
	margin-bottom: 2.6rem !important
}

.contact-form__bottom .button--primary {
	width: 100% !important;
}

.promo-card {
	margin: 128px 0 10px;
}

.info_box .multicolumn-card--left {
	align-items: normal;
	justify-content: space-between;
	background: url('/cdn/shop/files/cont-bg.png?v=1779870951) no-repeat');
	min-height: 390px;
	background-size: cover;
}

.info_box .multicolumn-card__info {
	min-height: 340px;
	justify-content: space-between;
	padding: 50px 0;
}

.info_box .multicolumn-card {
	border: 0 !important
}

.info_box .multicolumn-card__heading {
	color: #FAF6FF;
	font-family: "a Atmospheric";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 46px;
	/* 176.923% */
	letter-spacing: 1px;
	text-transform: lowercase;
}

.info_box .richtext__content p {
	color: #FFF;
	font-family: "Instrument Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 133.333% */
	letter-spacing: -0.32px;
}

.rda_txt {
	color: #FFF;
	font-family: "Instrument Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	/* 200% */
	letter-spacing: -0.32px;
	padding: 22px 22px 30px;
}

.nutrional_sec img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 16px;
}

.nutrional_sec .collapsible-content__wrapper .image-media {
	flex: 0 0 35%;
	width: 35%;
}

.nutrional_sec .collapsible-content__wrapper .collapsible-content-main-container {
	flex: 0 0 60%;
	width: 60%;
}

/* ui points */
.hero_slide .slideshow-slide__title {
	max-width: 65rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
	width: 25%;
}

.hero_slide .slideshow-slide__content {
	margin-bottom: 16rem;
}

.hero_slide .swiper-pagination .swiper-pagination-bullet {
	width: 1.4rem;
	height: 0.6rem;
}

.hero_slide .swiper-pagination.not-autoplay .swiper-pagination-bullet-active {
	width: 4rem;
}

.hero_slide .swiper-pagination .swiper-pagination-bullet:before {
	background: rgb(255 255 255);
}

.collection-card {
	border: 1px solid rgba(176, 118, 250, 0.39) !important;

}

.article-card__image-wrapper {
	height: 320px;
}

/* .list-menu--inline .header__menu-item+.header__submenu {
    background: linear-gradient(135deg,  #09090A,  rgba(148, 77, 214));
} */


.specs__wrapper,
.popular-products .popular-products__content.slider-shadow-enable__left:after {
	display: none !important
}

.predictive-search__list-item .card__inner .media.media--hover-effect {
	height: 85px;
}

.predictive-search__list-item .media.media--hover-effect img {
	padding: 12px;
	height: 100%
}

.predictive-search__list-item .card__title a {
	letter-spacing: 1px
}

.header .search__form .field .search__input {
	color: #220043;
}

.header__icon--cart.header__cart-has-items {
	color: rgb(255 255 255) !important;
}

.header__icon--cart {

	border: .1rem solid rgb(255 255 255) !important;
}

.cart-count-bubble span {
	color: #ff01aa;
}

.pagination__item-arrow {
	background-color: rgb(var(--color-accent)) !important;
}

.pagination__item-arrow svg,
.pagination__item-arrow svg path {
	fill: rgb(255 255 255) !important;
}

.pagination__item--current {
	background: rgb(101 12 209) !important;
}

.drawer__close .icon-close {
	color: rgb(255 255 255) !important;
}

.collection-wrapper .product-grid-list .card__inner .media {
	max-width: 35rem !important;
	min-width: 26rem !important;
}

.product-grid-grid .card__description.card__description-- {
	display: none
}

.express-shipping {
	border: .1rem solid rgb(154 115 203);
	background: #fff3;
}

.product .product__info-container--col .animated-link__underline--reverse {
	display: none
}

.express-shipping .icon-wrapper {
	margin-top: 5px;
}

.faq_sec h5 {
	margin: 0;
	line-height: 120%;
}

.shopify-section:has(> .hidden) {
	display: none;
}

.chaos-card__conwrap {
	min-height: 130px;
}

.mob_icon,
.quick-add-modal__content-wrapper .product-feature-with-image,
.quick-add-modal__content-wrapper .product__full-details.animated-link__underline--reverse,
.facet-checkbox .facet-checkbox__value--wrapper .facet-checkbox__count-products {
	display: none
}

.product__buy-buttons .product-form__submit {
	background: #fff;
  color: rgb(var(--color-button));
  border: 0
}

.product__buy-buttons .product-form__submit.button--secondary:not(:disabled):not([aria-disabled=true]):hover {
	color: #fff;
    background: #e801a7;
}

.product-card-list .button.button--secondary{
      background:#fff ;
    color: #e801a7 ;
    border: 0
}

.product__buy-buttons .product-form__submit:hover, .product-card-list .button.button--secondary:hover {
    background: #e801a7;
    color: #fff;
}




.collection--empty .title--primary {
	margin: 2rem 0;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Instrument Sans' !important;
}

.facets__product-count-text,
.facets__reset {
	color: rgb(232 222 244) !important;
}

.hero_slide .testimonials__content-text {
	overflow: visible;
}

.shopify-policy__body h2,
.shopify-policy__body h3 {
	font-size: 18px;
	letter-spacing: 2px;
	margin-top: 40px
}

.shopify-policy__body p,
.shopify-policy__body li {
	font-size: 16px;
	color: #fff;
}

.choose_delu .tabs-lava-lamp li#tabs-lava-lamp-blob,
.popular-products .popular-products__collection-tabs-list--wrapper.left-shadow:before,
.popular-products .popular-products__collection-tabs-list--wrapper.left-shadow:after {
	display: none;
}

.newsletter__paragraph p{
	margin-top: 14px;
	max-width: 560px;
  color: #FFF;
  font-family: "Instrument Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; 
  letter-spacing: -0.32px;
}

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

.newsletter__wrapper--right .newsletter__paragraph {
	text-align: left;
}

.tabs-lava-lamp [role=tab]:focus {
	outline: 0;
}

/* blog page details */
.article-template__header-wrapper {
	max-width: 85rem !important;
}

.article-template__header-title {
	color: #FAF6FF;
	font-size: 36px;
	font-weight: 400;
	line-height: 52px;
	letter-spacing: -2.458px;
	max-width: 85.3rem !important;
}

.article-template .article-blocks-wrapper .article-blocks-wrapper-right .section-header__title {
	margin: 0;
	color: #FAF6FF;
	font-family: "a Atmospheric";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -1.458px;
}

.most-popular-blog__pos h4 {
	color: #FAF6FF;
	font-family: "aAtmospheric";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	/* 107.692% */
	letter-spacing: -2.458px;
}

.article-template .article-blocks-wrapper .article-blocks-wrapper-right {
	max-width: 38rem !important;
}

.article-template .most-popular-blog__posts-wrapper .article-card .article-card__image-wrapper {
	width: 10rem !important;
	min-width: 10rem !important;
	height: 5.5rem !important;
	border-radius: .5rem !important;
	/* width: 108px !important;
	height: 95px !important; */
}

.most-popular-blog__pos .article-card__date {
	color: #FFF;
	font-family: "Instrument Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.32px;
	text-transform: capitalize;
}

.article-template__content-rte.rte.custom_rte.custom_blog_post_rte p,
.article-template__content-rte.rte.custom_rte.custom_blog_post_rte a,
.article-template__content-rte.rte.custom_rte.custom_blog_post_rte ul,
.article-template__content-rte.rte.custom_rte.custom_blog_post_rte ul li {
	margin: 14px 0;
	color: #FFF;
	font-family: "Instrument Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.32px;
	text-transform: capitalize;
}

.article-template__content-rte.rte.custom_rte.custom_blog_post_rte h2 {
	margin: 14px 0;
	color: #FAF6FF;
	font-family: "a Atmospheric";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	/* 138.462% */
	letter-spacing: -2.458px;
}

.most-popular-blog__post .article-card__title a {
	font-weight: 400;
}

.share-buttons-simple__button .share-buttons-simple__button-text {
	display: none
}

.article-template__footer .share-buttons-simple .share-buttons-simple-label {
	color: #FFF;
	font-family: "a Atmospheric";
	font-size: 15px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 24px;
	/* 160% */
	letter-spacing: -0.32px;
	text-transform: capitalize;
}

.share-buttons-simple__button .share-buttons-simple__icon-wrapper {
	color: rgb(255 255 255) !important;
}

.template-article .breadcrumb span {
	color: #ffffff;
}

.article-template .most-popular-content-inner .popular-articles-header-button-wrapper {
	margin-top: 16px !important;
}

.article-template .most-popular-content-inner .rich-text__heading {
	color: #FAF6FF;
	font-family: "a Atmospheric";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/* 150% */
	letter-spacing: 1px;
	text-transform: lowercase;
	max-width: 20rem;
	margin-bottom: 15px !important;
}

.article-template .most-popular-content-inner .subtitle {
	color: #FDFBFF;
	font-family: "Instrument Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */
	letter-spacing: -0.32px;
	margin-bottom: 15px !important;
}

.article-template .most-popular-content-inner .button--primary {
	z-index: 999;
	color: #5105ab;
	font-family: Instrument Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: -.32px;
	text-transform: capitalize;
	border-radius: 200px;
	background: #fff;
	min-width: 170px;
	border: 0;
}

.abt_delulu .rich-text__wrapper {
	/* border-radius: 24px;
    background: #ffffff1f; */
	padding: 50px;
	text-align: center;
}

.template-page-about-us .breadcrumb {
	display: none
}

.abt_delulu .rich-text__text {
	margin-top: 40px;
	max-width: 100% !important;
}

.abt_delulu .section-header__wrapper h3 {
	color: #FFF;
	font-family: "a Atmospheric";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
	/* 125% */
	text-transform: lowercase;
	text-align: center;
}

.abt_delulu .section-header .section-header__wrapper {
	align-items: center
}

.rich-text.container.abt_delulu {
	margin: 8.7rem auto;
}

.abt_delulu .rich-text__text p,
.abt_delulu .rich-text__text li {
	color: #FFF;
	font-family: "Instrument Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	/* 200% */
	letter-spacing: -0.32px;
}

.abt_delulu .rich-text__text li {
	list-style: none
}

.cart-shipping {
	background-color: rgb(118 21 236) !important;
}

.badge,
.cart-shipping__message {
	color: #fdfbff;
	font-family: 'Instrument Sans';
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -.32px;
}

.cart-shipping__message-wrapper .badge {
	display: none
}

.abt_hero .slideshow-slide__desc,
.abt_hero .slideshow-slide__title {
	max-width: 85rem;
}

.abt_hero .slideshow-slide__text-content-wrapper {
	flex-direction: column-reverse;
	margin-top: 22%;
}

.abt_hero .slideshow-slide__desc p {
	color: #FAF6FF;
	text-align: center;
	font-family: "Instrument Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 185.714% */
	letter-spacing: 1px;
	padding: 15px 0
}

.hero_slide .slideshow__container .slideshow-swiper__slide {
	border-radius: 0
}

/* cart drawer recommended product */
.cart-recommended-products {
	margin-top: 20px;
	border-radius: 16px;
}

.cart-recommended-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.cart-recommended-header h4 {
	color: #fff;
	margin: 0;
	font-size: 18px;
	font-family: inherit !important;
	letter-spacing: normal;
}

.cart-add-more-btn {
	background: #fff;
	color: #ff01aa;
	padding: 8px 16px;
	border-radius: 9px;
	text-decoration: none;
	font-weight: 600;
}

.drawer .cart-item__name {
	font-size: 15px;
	line-height: 120%;
}

.drawer .cart-item__media {
	min-width: 6rem !important;
}

.cart-recommended-card {
	background: #ffffff14;
	border-radius: 14px;
	padding: 12px;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 16px;
}

.drawer__inner {
	padding: 3.2rem 0 3.2rem 3.2rem;
}

cart-drawer-items {
	padding-right: 1.8rem;
}

.cart-recommended-image img {
	width: 70px;
	height: auto;
}

.cart-recommended-content {
	flex: 1;
}

.cart-recommended-title {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.3;
	display: block;
}

.cart-recommended-price {
	color: #fff;
	font-weight: 700;
	margin-top: 6px;
}

.cart-recommended-compare {
	color: rgba(255, 255, 255, .6);
	text-decoration: line-through;
	font-size: 13px;
}

.cart-recommended-add {
	background: #ff01aa;
	color: #fff;
	border: 0;
	border-radius: 999px;
	padding: 8px 18px;
	cursor: pointer;
}

.cart-shipping {
	padding: 0.4rem !important;
	margin-top: .6rem !important;
	margin-bottom: 0.8rem !important;
}

.cart-shipping__progress-wrapper {
	height: 0.6rem;
}

.drawer .cart-drawer__cart-count {
	position: absolute;
	left: 152px;
}

.drawer__footer .richtext_custom, 
.drawer__cart-items .cart-item__vendor.card__subtitle {
	display: none !important
}

.cart-recommended-slider .swiper-button-next,
.cart-recommended-slider .swiper-button-prev {
	top: 64%;
	width: 10px;
	height: 10px;
	color: #ffffff;
}

.cart-recommended-slider .swiper-button-next:after,
.cart-recommended-slider .swiper-button-prev:after {
	font-size: 16px;
}

.cart-recommended-slider .swiper-button-prev,
.cart-recommended-slider .swiper-rtl .swiper-button-next {
	left: 0;
	right: auto;
}

.cart-recommended-slider .swiper-button-next,
.cart-recommended-slider .swiper-rtl .swiper-button-prev {
	right: 0;
	left: auto;
}

.drawer__inner {
	padding: 3.2rem 3.2rem 2rem;
}

.drawer__footer {
	padding: 22px 0 0;
	gap: 1rem
}

.cart-drawer-items {
	display: flex;
	flex-direction: column;
}

/* cart sec close  */
/* mobile vdo slider */


.slideshow-sound-toggle svg {
	width: 52px;
	height: 52px;
}

.slideshow-video-desktop,
.slideshow-video-mobile {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.slideshow-video-desktop img,
.slideshow-video-mobile img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.slideshow-video-desktop video,
.slideshow-video-mobile video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 3;
}

@media screen and (max-width: 989px) {
	.slideshow-video-desktop {
		display: none !important;
	}

	.slideshow-video-mobile {
		display: block;
	}
}

@media screen and (min-width: 990px) {
	.slideshow-video-mobile {
		display: none !important;
	}

	.slideshow-video-desktop {
		display: block;
	}
}

.slideshow-slide__img {
	position: relative;
}

.slideshow-sound-toggle {
	position: absolute;
	right: 30px;
	bottom: 60px;
	z-index: 50;

	width: 52px;
	height: 52px;

	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;

	transition: .3s ease;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slideshow-sound-toggle svg {
	width: 52px;
	height: 52px;
	display: block;
}

.slideshow-sound-toggle .sound-on-icon {
	display: none;
}

.slideshow-sound-toggle .sound-off-icon {
	display: block;
}

.slideshow-sound-toggle.active .sound-on-icon {
	display: block;
}

.slideshow-sound-toggle.active .sound-off-icon {
	display: none;
}

.slideshow__container .slideshow-slide__container {
	position: relative;
	z-index: 9
}

@media(max-width:989px) {
	.slideshow-sound-toggle {
		right: 16px;
		bottom: 16px;
	}
}

@media screen and (max-width: 989px) {
	.slideshow-sound-toggle {
		right: 15px;
		bottom: 55px;
	}
}

.cart__empty-wrapper {
	gap: 20px !important
}

.drawer .cart__empty-wrapper .cart-drawer__cart-count {
	left: 41% !important;
	margin-top: 13px !important;
}

.customVarriant.loading .variant-btn.flavour-btn{
  opacity: 1 !important
}

.card__pack-size {
    margin-bottom: 10px;
    color: var(--Primitive-Blue-500, #20ABDC);
    font-family: "Instrument Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.537px;
    text-transform: capitalize;
}

.card-wrapper .card__title{
  margin-bottom: 0
}

.template-page-board-of-advisors .image-text-slider-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 24px;
        row-gap: 90px;
}

.jdgm-widget.jdgm-widget, .jdgm-widget .jdgm-prev-badge.jdgm--js[data-average-rating='0.00'] {
    display: block!important;
}

.content-for-layout .shopify-block .jdgm-star:before {
    color: #FD9A52 !important;}

    .jdgm-widget.jdgm-widget{
      margin-bottom: 10px
    }

    .content-for-layout .shopify-block .jdgm-prev-badge__text {
    margin-left: .4rem;
    color: #eee1ff;
    font-family: Instrument Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -.32px;
}

.jdgm-rev-widg__title{
  color: #FFF;
  font-family: "a Atmospheric";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px; /* 120.833% */
  letter-spacing: -2.458px;
}

.content-for-layout .shopify-block .jdgm-histogram__bar-content {
    background-color: #FF36BC!important}

    span.jdgm-rev__author {
    color: #FFF !important;
    font-family: "Instrument Sans";
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700 !important;
}

select.jdgm-sort-dropdown {
    background: transparent !important;
    color: var(--Primary-Text, #F8F8F8)  !important;
    font-family: "Instrument Sans"  !important;
    font-size: 14px  !important;
    font-style: normal;
    font-weight: 500  !important;
    line-height: 20.8px  !important;
    letter-spacing: 0.26px;
    border: 0 !important;
}

a.jdgm-write-rev-link  {
    background: #fff !important;
    color: #ff00b7 !important;
}

.jdgm-histogram__frequency {
    color: #FFF !important;
    font-family: "Instrument Sans" !important;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 58px !important;
}

.jdgm-widget.jdgm-widget {
    position: absolute;
    top: 8px;
    z-index: 9;
    right: 8px;
}

.card-product-tags{
   position: absolute;
    top: 8px;
    z-index: 9;
    left: 12px;
}

.card-product-tag {
    font-family: Instrument Sans;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    background-color: rgb(var(--color-badge-background));
    color: rgb(255 255 255);
    border-radius: 4px;
    max-width: max-content;
    width: 100%;
    padding: 0.2rem .7rem;
    display: block;
}

.card-wrapper__media .jdgm-prev-badge__text,.quick-add-modal__content-wrapper .jdgm-prev-badge__text {
    font-size: 12px;
    color: #fff;
}

.jdgm-preview-badge .jdgm-star.jdgm-star{
  font-size: 12px;
}


.template-product .shopify-app-block .jdgm-widget.jdgm-widget {
    position: relative;
    top: 0;
    z-index: 9;
    right: 0;
}

.collapsible-content__answer-inner, .jdgm-rev__body p,.jdgm-rev-widg__summary-inner {
    color: #fff;
}

.collapsible-content__icon svg {
    color: #f9f9f9;
}

.jdgm-write-review-modal .jdgm-write-review-modal__product-image img {
    object-fit: contain !important ;}



 .quick-add-modal__content-info .jdgm-widget.jdgm-widget {
    top: 30px;
    right: 47%;
}

.content-left .subtitle {
    padding: 6px 10px;
    border-radius: 59px;
    background: #e69ac28c;
    backdrop-filter: blur(2.549999952316284px);
}

nav.header__inline-menu   li#blob {
  background-color: #ff01aa !important;
}

/* signature component */
.signature_content {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	padding: 4px 0;
	justify-content: center;
}

.section-footer .signature_content:hover {
	text-decoration: none
}


/* .signature_content img {
            padding: 0 !important;   
            width: 200px;
            height: 26px;
        } */

/* .signature_content:hover img {
            border-bottom: 1px solid #000;
        } */

.signature_content span {
	color: var(--white, #FFF);
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0.656px;
	text-transform: capitalize;
	margin-top: 1px;
}

.signature_img img {
	max-width: 100%;
	height: auto;
}


.signature_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 25%;
    flex-wrap: wrap;
}

.signature_box p {
	margin: 0;
  color: #fff;
  font-size: 13px
}

.collapsible-content__answer-inner p a{
  color: #fff

}

/* signature component/ */

.section-announcement .announcement-bar{
  background: #000
}

.swiper-button span svg{
    fill: #fff;
    color: #fff;
}

.delulu-blog .breadcrumbs-wrapper, .delulu-blog .main-page-title, .delulu-blog .template-search__search,.delulu-blog .article-card__excerpt{
  display: none 
}

.delulu-blog .search-results__top {
    margin-top: 5rem;
}

.chaos-footer__community {
  margin-top: 32px;
}

.chaos-footer__community p {
    margin: 0 0 20px;
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.32px;
    text-transform: capitalize;
}

.chaos-footer__community-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  border: none;
  border-radius: 40px;
  height: 42px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s ease;
  color: #fff;
  transition: .3s;
  background: #FF36BC;
  min-width: 210px
}

.chaos-footer__community-btn:hover {
  opacity: .9;
}

.swiper-button span{
  border-radius: 59px;
  background: rgba(203, 203, 203, 0.13);
}

.swiper-buttons__box .swiper-button {
    background-color: transparent;
    border: 0;
}

.popular-products .swiper-buttons__wrapper .swiper-button.swiper-button-next {
    margin-right: -4.4rem !important;
    top: 135.5px !important;
    transform: translateY(-25%) !important;
}

.popular-products .swiper-buttons__wrapper .swiper-button.swiper-button-prev {
   margin-left: -4.4rem !important;
    top: 135.5px !important;
    transform: translateY(-25%) !important;
}

.image-with-news-grid__nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 35px;
}

.image-with-news-grid__logo-nav,
.image-with-news-grid__news-nav {
  display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-top: 40px;
      width: 100%;
      z-index: 99
}

.image-with-news-grid__logo-prev,
.image-with-news-grid__logo-next,
.image-with-news-grid__news-prev,
.image-with-news-grid__news-next {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: rgba(255,255,255,.12);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #fff;
      transition: .3s ease;
}



.swiper-button-disabled {
  opacity: 1 !important;
  visibility: visible!important;
}

.swiper-button span svg{
    width: 30px;
    height: 30px;
}

/* -----------------------------
   Header Icon Tooltip
------------------------------*/

.header__icon {
    position: relative;
    overflow: visible !important;
}

/* Tooltip */
.header__icon::after{
    position:absolute;
    top:calc(100% + 12px);
    left:50%;
    transform:translateX(-50%);
    background:#fff;
    color:#000;
    font-size:13px;
    font-weight:500;
    line-height:1;
    padding:7px 12px;
    border-radius:4px;
    white-space:nowrap;
    box-shadow:0 4px 15px rgba(0,0,0,.15);

    opacity:0;
    visibility:hidden;
    transition:.25s ease;
    z-index:9999;
}

/* Arrow */
.header__icon::before{
    content:"";
    position:absolute;
    top:calc(100% + 7px);
    left:50%;
    width:10px;
    height:10px;
    background:#fff;
    transform:translateX(-50%) rotate(45deg);

    opacity:0;
    visibility:hidden;
    transition:.25s ease;
    z-index:9998;
}

/* Text */
.header__icon--search::after{
    content:"Search";
}

.header__icon--account::after{
    content:"Account";
}

.header__icon--cart::after{
    content:"Cart";
}

/* Show */
.header__icon:hover::before,
.header__icon:hover::after{
    opacity:1;
    visibility:visible;
}

/* Default */
.collection-card__additional-image--desktop {
  display: block;
}

.collection-card__additional-image--mobile {
  display: none;
}


/* Individual image classes */
.additional-image--desktop-img {
  width: 100%;
  height: 100%;
}

.additional-image--mobile-img {
  width: 100%;
  height: 100%;
}

.template-page-delulu-story .chaos-footer{
  margin-top: -135px
}

.delulu-blog .search-results__title {
    font-size: 0;
    position: relative;
    padding-bottom: 30px;
}

.delulu-blog .search-results__title::before {
  position: absolute;
  content: "Blogs";
  width: 100%;
  height: 100%;
  font-size: 30px;

}

.main-product__tabs-blocks--wrapper .jdgm-widget{
  display: none !important
}

.deluluquake__card .deluluquake__product{
  display: none
}

.article-card-overlay__title {
    max-width: 125rem !important;
    font-size: 50px;
    line-height: 60px;
}

.article-card-overlay .article-card-overlay__date-and-author {
    color: #fff;
}

.template-page-all-blogs .breadcrumbs-wrapper{
  display: none
}


.recommended-slider__slider .swiper-button {
  background: #cbcbcb21;
  border: 0
}

.recommended-slider__slider .swiper-button span{
  background: transparent
}


/* newsletter btn */
.newsletter-join-btn{
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:8px 8px 8px 24px;
    background:#fff;
    color:#000;
    border-radius:999px;
    text-decoration:none;
    font-weight:700;
    width:max-content;
    transition:.3s;
}

.newsletter-join-btn:hover{
    transform:translateY(-2px);
}

.newsletter-join-btn__icon{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

span.wp_icon {
    height: 30px;
}

.newsletter-join-btn__icon svg{
    width:20px;
    height:20px;
}

.hero_slide .slideshow-slide:hover {
    border: 0 !important;
}

.choose_delu .popular-products {
    overflow: hidden;
}


.popular_catbtns #gokwik-buy-now {
    height: 42px!important;
    margin-bottom: 0!important;
    min-width: auto !important;
    width: 96%;
    white-space: nowrap;
}
.video-slider__external-arrow{
display: none !important
}

    sticky-header.header-wrapper {
        min-height: 100px;
    }

.recommended-slider__item .custom-btn-cart span.button__label{
  justify-content: center
}

.jdgm-write-review-modal{
  z-index: 999999 !important;
}

.pick_delu .card__inner .media.media--hover-effect {
    height: 570px;
}

.template-product-delulu-master-trial-pack  .product__outer--thumbs-aside .product__media-list .product__media>*:not(.deferred-media__poster-button), .template-product-delulu-super-trial-pack  .product__outer--thumbs-aside .product__media-list .product__media>*:not(.deferred-media__poster-button), .template-product-delulu-signature-sampler-pack .product__outer--thumbs-aside .product__media-list .product__media>*:not(.deferred-media__poster-button) {
    max-height: 100%;
    object-fit: cover!important;
}

.pick_delu [aria-label="1 / 7"] .media.media--hover-effect img, .pick_delu [aria-label="2 / 7"] .media.media--hover-effect img, .pick_delu [aria-label="3 / 7"] .media.media--hover-effect img{
 padding: 0;
}

.pick_delu .product-card__featured--wrapper .card-information .card__description {
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: none;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
}

.pick_delu  .media.media--hover-effect img {
    padding: 50px 0;
    object-fit : contain !important
}

.pick_delu .product-card__featured--wrapper .card-information .card__description p{
  font-size: 1.4rem;
  color: #fff
}

.pick_delu  .product-card__featured--wrapper .card-information .buy-box .price-wrapper .price-item {
    font-size: 1.9rem;}

 .pick_delu   .popular-products__collection-tabs-list {
  display:none !important
 }

 .pick_delu  .popular-products .popular-products__collection-tabs-list--wrapper{
  justify-content: flex-end;
  margin-top: -22px;
 }

  .pick_delu  .section-header {
    margin: 0;
}

  .pick_delu  .card__subtitle.card__vendor {
    color: #ff4fc4;
    font-family: Instrument Sans;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 27.537px !important;
    text-transform: capitalize;
}

.shopify-payment-button__button.shopify-payment-button__button--unbranded{
      font-size: 0;
    position: relative;
}

.shopify-payment-button__button.shopify-payment-button__button--unbranded::after {
    position: absolute;
    content: 'Buy Now';
    width: 100%;
    font-size: 15px;
}


.product-form__buttons  .shopify-payment-button .gokwik-marge{
     display: none !important;
}

.popular-products__content--wrapper .price__compare, .template-collection .price__compare{
  display: none
}

.popular-products .product-form__submit{
  background: #fff
}

/* responsive */
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
.media.media--hover-effect img {
    padding: 50px 15px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .media.media--hover-effect img {
    padding: 50px 40px;
    object-fit: contain!important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.collection-banner-section .collection-hero__title {
		font-size: 34px;
		line-height: 56px;
	}

  .chaos-footer{
    padding: 265px 0 40px;
  }

  .swiper.image-with-news-grid__slider .image-with-news-grid__news-next{
    right: -27px;
  }

  .swiper.image-with-news-grid__slider .image-with-news-grid__news-prev{
        left: -22px;
  }

  .template-page-delulu-story .chaos-footer {
    margin-top: -285px;
  }

      .content-bg-grid {
        padding: 120px 20px 290px;}

        .choose_delu product-form.card__add-to-cart.card__button {
          display: none;
      }

      .media.media--hover-effect img {
          padding: 50px 40px;
          object-fit: contain !important;
      }

      .popular_catbtns #gokwik-buy-now{
        min-width: 12rem;
      }

      product-form.product-form.custom-atc-form {
        white-space: nowrap;
    }

    .custom-product-buttons{
      gap: 4px;
    }

    .newsletter__paragraph p {
        max-width: 360px;
        font-size: 16px;
        line-height: 24px;
    }

    .newsletter__wrapper .section-header__title{
      font-size: 44px;
    }
    .jdgm-rev-widg__summary, .jdgm-histogram, .jdgm-widget-actions-wrapper {
        padding: 24px 0;
        margin: 0 !important;
        line-height: 5 !important;
    }
}

@media screen and (max-width: 767px) {
	.custom-product-buttons {
		gap: 8px;
	}

	.custom-btn {
		height: 38px;
		font-size: 12px;
	}

	.choose_delu .section-header__title,
	.custom_blog .section-header__title,
	.faq_sec .section-header__title,
	.ingredient-profile-grid .section-header__title,
	.abt_delulu .section-header__wrapper h3,
	.abt_hero .slideshow-slide__title {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
	}

	.popular-products .popular-products__collection-tabs-list--wrapper.right-shadow:after {
		display: none
	}

  .hero_slide .subtitle {
      font-size: 13px;
      font-weight: 400;
      line-height: 10px;
      margin: 0;
      padding: 0;
  }

  .hero_slide .slideshow-slide__desc p {
    font-size: 14px;
    line-height: 18px;
  }

	.hero_slide .custom-slideshow-buttons {
		flex-direction: row !important;
		flex-wrap: nowrap;
		gap: 0.4rem;
    margin-top: 1.4rem;
	}

	.hero_slide .button {
		font-size: 12px;
		white-space: nowrap;
	}

	.hero_slide .slideshow-slide__content {
		padding: 1rem;
	}

	.hero_slide .slideshow-slide__content {
		margin-bottom: 10rem;
	}

	.choose_delu .card-information {
		display: flex;
		flex-direction: column-reverse;
	}

	.choose_delu .card__title, .recommended-slider__wrapper .card__title{
		font-size: 15px
	}

	.choose_delu .card__subtitles .card__subtitle, .recommended-slider__wrapper .card__subtitles .card__subtitle{
		font-size: 12px
	}

	.choose_delu .card-information__wrapper .price, .recommended-slider__wrapper .price-item{
		width: 100%;
		font-size: 14px;
		font-weight: 400;
	}

  .choose_delu .card__pack-size,.recommended-slider__wrapper  .card__pack-size{
    font-size: 15px;
    line-height: 17px
  }

	.custom-product-buttons {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.custom-product-buttons form,
	product-form.custom-atc-form {
		flex: 0 0 1;
		width: 100%;
	}

	.home_col .collection-grid__item .collection-card__content .collection-card__title {
		font-size: 16px;
		line-height: 26px;
	}

	.blog__posts-wrapper--2-mobile .article-card .article-card__title {
		font-size: 14px;
	}

	.video-slider__header {
		padding: 0 20px 40px;
	}

	.image-with-news-grid__heading {
		font-size: 24px !important;
	}

  .newsletter__wrapper .section-header__title {
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px;
      letter-spacing: 1px;
  }

	.newsletter .newsletter__wrapper.has-image {
		padding-left: 10px;
	}

  .newsletter__paragraph p {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: -0.32px;
      margin-bottom: 25px;
          max-width: 360px;
  }

	.chaos-footer {
		mask-size: 157% 107%;
		-webkit-mask-image: url("/cdn/shop/files/footer-bgmob.png?v=1780394893");
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-size: 100% 100%;
		-webkit-mask-position: bottom;

		mask-image: url("/cdn/shop/files/footer-bgmob.png?v=1780394893");
		mask-repeat: no-repeat;
		mask-size: 100% 100%;
		mask-position: bottom;
	}

	.product-feature-with-image__wrapper {
		grid-template-columns: 1fr;
	}

	.ingredient-profile-grid {
		grid-template-columns: 1fr;
	}

	.ingredient-card:nth-child(1),
	.ingredient-card:nth-child(2) {
		grid-column: span 1;
	}

	.cards-grid__heading {
		font-size: 28px;
	}

	.ingredient-card {
		min-height: auto;
	}

	.ingredient-profile-grid .cards-grid__item {
		grid-column-start: 100% !important;
	}

	.breadcrumb a,
	.breadcrumb span,
	.rte.custom_rte.main-product__long-desc p {
		font-size: 12px;
	}

	.product .product__title,
	.pdp_con .image-with-text__heading,
	.recommended-slider__content_heading {
		font-size: 2.5rem;
		line-height: 120%
	}

	.pdp_con .image-with-text__text.richtext__content p {
		font-size: 14px
	}

	.collapsible-content__question {
		font-size: 1.3rem !important;
	}

	.ingredient-profile-grid .cards-grid__item {
		grid-column-start: 1 !important;
	}

	.recommended-slider__item product-form.card__add-to-cart.card__button {
		display: none;
	}

	.recommended-slider__content {
		padding: 0.4rem !important
	}

	.product .main-product__long-desc p {
		font-size: 12px
	}

	.collection-product-list--2-mobile .collection-product-card .card-information {
		display: flex;
		flex-direction: column-reverse;
	}

	.product-cards-type-wrapper .card__subtitles .card__subtitle {
		font-size: 12px;
		margin-top: 20px;
		line-height: 15px;
	}

	.collection-banner-section {
		min-height: 110px;
	}

	.collection-hero__inner {
		top: -13px;
		width: 60%;
		left: 10px;
		margin-top: 0 !important;
	}

	.collection-banner-section .collection-hero__title {
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0;
	}

	.collection-banner-section {
		padding: 40px 0;
	}

	.con_hero .image-banner-collapsible .image-banner-collapsible-header-content-wrapper {
		padding: 0.4rem;
	}

	.con_hero .image-banner-collapsible .section-header .description {
		margin-bottom: 14px;
		font-size: 13px;
		line-height: 16px;

	}

	.con_hero .image-banner-collapsible.collapsible-content .section-header__title {
		font-size: 24px;
		line-height: 60px;
	}

	.contact-form__wrapper {
		margin: 2rem auto;
	}

	.info_box .multicolumn-card--left {
		min-height: 320px;
	}

	.info_box .multicolumn-card__heading {
		font-size: 22px;
		line-height: 36px;
	}

	.info_box .richtext__content p {
		font-size: 15px
	}

	.nutrional_sec .collapsible-content__wrapper .image-media {
		flex: 0 0 100%;
		width: 100%;
	}

	.nutrional_sec .collapsible-content__wrapper .collapsible-content-main-container {
		flex: 0 0 100%;
		width: 100%;
	}

	.hero_slide .slideshow-slide__content {
		margin-bottom: 9rem;
	}

	.header__heading-logo {
		max-width: 7rem;
	}

	.hero_slide .swiper-pagination {
		justify-content: flex-start;
		padding: 0.4rem 2rem;
		bottom: 85px !important;
	}

	/* footer toggle */

	.chaos-footer__menus {
		display: block !important;
	}

	.footer-menu {
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, .3);
	}

	.footer-menu__toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 18px 0;
		margin: 0;
		cursor: pointer;
	}

	.footer-menu__toggle span:first-child {
		display: block;
	}

	.footer-menu__content {
		display: none;
		margin: 0;
		padding: 0 0 15px;
		list-style: none;
	}

	.footer-menu.active .footer-menu__content {
		display: block;
	}

	.footer-menu__content li {
		margin-bottom: 12px;
	}

	.footer-menu__icon {
		transition: .3s ease;
	}

	.footer-menu.active .footer-menu__icon {
		transform: rotate(180deg);
	}

	.mob_icon {
		display: block
	}

	.hero_slide .slideshow-slide__title {
		font-size: 30px;
		line-height: 40px
	}

	.menu-drawer__menu-link.link--text.list-menu__item,
	.menu-drawer__menu-item.list-menu__item.link.link--text,
	.mobile-facets__summary,
	button.mobile-facets__close-button.link.link--text {
		color: #FFF;
		font-family: "aAtmospheric" !important;
		font-size: 20px;
		font-weight: 400;
		line-height: 30px;
		text-transform: capitalize;
	}

	.menu-drawer__inner-submenu .menu-drawer__menu.list-menu li .menu-drawer__menu-item.link.link--text.list-menu__item {
		color: rgba(255, 255, 255, 0.90);
		font-family: "Instrument Sans";
		font-size: 16px;
		font-weight: 400;
		line-height: 30px;
		/* 214.286% */
		letter-spacing: -0.32px;
	}

	.menu-drawer .icon-arrow {
		color: rgb(255 255 255) !important;
		transition: transform var(--duration-default);
	}

	.menu-drawer__menu.list-menu>li,
	.mobile-facets__summary {
		border-bottom: 1px solid #ffffff34
	}

	.mobile-facets__summary {
		margin: 10px 0
	}

	.menu-drawer__inner-submenu .menu-drawer__menu.list-menu>li {
		border-bottom: 0
	}

	.mobile-facets__label:not(.facet-checkbox--color):not(.facet-checkbox--image):before {
		border: .1rem solid rgb(255 255 255) !important;
	}

	.choose_delu .card-information__wrapper--left , .recommended-slider__wrapper .card-information__wrapper--left{
		min-height: 160px;
	}

	.footer-menu h4 {
		font-weight: 400;
	}

	

	.col_sec {
		-webkit-mask-image: url("/cdn/shop/files/pdp-bg.png?v=1780396243");
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-size: 100% 100%;
		-webkit-mask-position: bottom;

		mask-image: url("/cdn/shop/files/pdp-bg.png?v=1780396243");
		mask-repeat: no-repeat;
		mask-size: 100% 100%;
		mask-position: bottom;
		padding: 110px 0 60px;
		min-height: 1890px;
	}

	.collection-product-card .media.media--hover-effect img {
		object-fit: contain !important
	}

	.collection-product .count--wrapper__not-show {
		height: 210px;
	}

	.product .main-product__long-desc p {
		font-size: 16px !important;
		line-height: 30px;
	}

	.main-product__tabs-blocks--wrapper .section-header__title {
		font-size: 20px;
		line-height: 35px;
	}

	.article-template__header-title {
		font-size: 22px;
		line-height: 36px;
	}

	.article-template__content-rte.rte.custom_rte.custom_blog_post_rte h2 {
		font-size: 19px;
		line-height: 32px;
	}

	.article-card__title {
		font-size: 13px;
		line-height: 20px;
	}

	.recommended-slider__item .quick-add {
		display: none;
	}

	.share-buttons-simple {
		flex-direction: row;
	}

	.article-template__footer .share-buttons-simple .share-buttons-simple-label {
		margin-bottom: 0 !important
	}

	.abt_hero .slideshow-slide__title {
		font-size: 17px;
		line-height: 30px;
	}

	.abt_hero .slideshow-slide__desc p {
		font-size: 12px;
		line-height: 22px;
	}

	.abt_hero .slideshow-slide__text-content-wrapper {
		margin-top: 0;
	}

	.cart-recommended-header h4 {
		font-size: 15px;
	}

	.cart-add-more-btn {
		padding: 7px 10px;
		font-size: 12px;
	}

	.drawer .cart-drawer__cart-count {
		left: 108px;
	}

	.slideshow-sound-toggle {
		right: 15px;
		bottom: 90px;
		width: 32px;
		height: 32px;
	}

      .choose_delu .card__title {
        font-size: 15px !important;
    }

   .pick_delu .popular-products .swiper-buttons__wrapper{
              margin-top: 20px;
    }

	.hero_slide .content-left .slideshow-slide__text-content-wrapper {
		margin-bottom: 30px;
	}

	.abt_delulu .rich-text__wrapper {
		padding: 0;
	}

	.abt_delulu .rich-text__text ul {
		margin: 0;
		padding: 0
	}

	.collection-product-list .collection-product-card .card-information__wrapper.card-information__wrapper-- {
		min-height: 205px;
	}

	.collection-product-list .collection-product-card .card-information__group .price--on-sale .price__sale {
		flex-wrap: wrap;
	}


	.slideshow-sound-toggle img {
		width: 32px;
		height: 32px;
	}
  product-form.card__add-to-cart.card__button {
    display: none;
  }

  .jdgm-preview-badge .jdgm-star.jdgm-star{
    font-size: 9px;
  }

  .jdgm-widget.jdgm-widget{
    top: 2px;
  }
  .card-product-tags{
    top: 6px;
    left: 6px;
  }

  .card-product-tag{
    font-size: 11px;
        padding: .1rem .2rem;
  }

    .media.media--hover-effect img {
        padding: 30px 20px 10px;
    }

    .jdgm-all-reviews__summary-text--verified{
          justify-content: flex-start !important;
    }

    .jdgm-rev-widg__summary, .jdgm-histogram, .jdgm-widget-actions-wrapper {
        margin: 40px 0 20px !important;
    }

    .vision-mission-section {
        -webkit-mask-image: url(/cdn/shop/files/pdp-bg.png?v=1780396243);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        -webkit-mask-position: bottom;
        mask-image: url(/cdn/shop/files/pdp-bg.png?v=1780396243);
        mask-repeat: no-repeat;
        mask-size: 100% 100%;
        mask-position: bottom;
        padding: 110px 0 60px;
        min-height: 1890px;
    }

    .quick-add-modal__content-wrapper .product__outer--thumbs-aside .product__media-list .product__media>*:not(.deferred-media__poster-button){
      max-height: 325px !important;
    }

  .quick-add-modal__content-info .jdgm-widget.jdgm-widget {
    top: 31px;
    right: 7%;
  }

  .content-left .subtitle{
    background: transparent;
      backdrop-filter: none
  }

  .signature_box{
        width: 100%;
  }

  

  .pro_feature_desk .product-feature-with-image{
      display: none
    }

    .template-index .collection-grid__item:nth-child(1) { order: 1; }
    .template-index  .collection-grid__item:nth-child(4) { order: 3; }
    .template-index  .collection-grid__item:nth-child(2) { order: 2; }
    .template-index  .collection-grid__item:nth-child(3) { order: 4; }
    .template-collection  .collection-grid__item:nth-child(1) { order: 1; }
    .template-collection   .collection-grid__item:nth-child(4) { order: 3; }
    .template-collection   .collection-grid__item:nth-child(2) { order: 2; }
    .template-collection   .collection-grid__item:nth-child(3) { order: 4; }
      .chaos-footer__community {
    margin-top: 24px;
  }

  .chaos-footer__community p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .chaos-footer__community-btn {
    width: 100%;
    max-width: 220px;
    height: 48px;
    font-size: 16px;
  }

  .swiper-button.swiper-button-prev.focus-inset.swiper-button-disabled
    {
       top: 92.5px;
        transform: translateY(-33%);
        transform: translate(0px, 0px) !important;
        margin: 0 !important;
        top: 10px !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

      .collection-card__additional-image--desktop {
    display: none;
  }

  .collection-card__additional-image--mobile {
    display: block;
  }

  .template-page-delulu-story .chaos-footer {
    margin-top: -100px;
  }

  .recommended-slider__wrapper .card-information {
    display: flex;
    flex-direction: column-reverse;
  }

  .header__icon:hover:before, .header__icon:hover:after {
      opacity: 0;
      visibility: hidden;
  }

  .header__icon::before{
    display: none
  }



  .popular-products .swiper-buttons__wrapper,.popular-products  .swiper-button.swiper-button-prev.focus-inset.swiper-button-disabled, .popular-products .swiper-buttons__wrapper .swiper-button.swiper-button-next, .popular-products .swiper-buttons__wrapper .swiper-button.swiper-button-prev {
    transform: translateY(-145%) !important;}

    .popular_catbtns #gokwik-buy-now{
      width: 100%
    }

    .collection-grid__item--1, .collection-grid__item--4 {
        grid-column: 1 !important;
    }

    .popular_catbtns #gokwik-buy-now, .recommended-slider__item #gokwik-buy-now {
    height: 38px !important;
      font-size: 0 !important;
    min-height: 2.4rem !important;
    padding: 1rem 2.5rem !important;
  }

   .pick_delu  .popular-products .popular-products__collection-tabs-list--wrapper{
      justify-content: flex-start;
      margin-top:  0;
    }

    .pick_delu  .product-card__featured--wrapper .card-wrapper{
      flex-wrap: wrap
    }

    .pick_delu  .product-card__featured--wrapper .card-wrapper__media {
    max-width: 100%;
    padding-top: 8px;
    padding-left: 0;
  }
}

/* home page collection box  */
@media (min-width: 990px) {
    .collection-grid__item--4 {
        grid-column: auto;
        grid-row: auto;
    }

    .collection-grid_item.collection-grid_item--2 {
       grid-area: 1 / 3 / 2 / 5;
    }
}


/* custom css 02-07-2026 */

.swiper.deluluquake__slider{
    position: static;
}


.swiper.deluluquake__slider .deluluquake__next {
    right: 0;
    transform: translate(100%);
     z-index:999;
    top: 35%;
}
.swiper.deluluquake__slider .deluluquake__prev {
    left: 0px;
    transform: translate(-100%);
    z-index:999;
    top: 33%;
}

.swiper.image-with-news-grid__slider {
    position: static;
}

.swiper.image-with-news-grid__slider .image-with-news-grid__news-prev {
    position: absolute;
    top: 65%;
    left: -35px;
    z-index: 9999999;
}

.swiper.image-with-news-grid__slider .image-with-news-grid__news-next {
    position: absolute;
    top: 65%;
    z-index: 999999;
    right: -35px;
}

.blog__posts.swiper.swiper--articles {
    position: static;
}


.blog__posts.swiper.swiper--articles button.swiper-button-prev.blog__nav-prev {
    position: absolute;
    left: 0;
    z-index: 99999;
    top: 45%;
}

.custom_blog .container {
    position: relative;
}

.blog__posts.swiper.swiper--articles button.swiper-button-next.blog__nav-next {
    position: absolute;
    right: 0;
    top: 45%;
    z-index: 99999;
}

.popular-products .popular-products__collection-tabs-list--wrapper.right-shadow:after{
  display: none
}

.popular-products .product-form__submit, .custom-atc-form .product-form__submit{
  background: #fff
}

@media (max-width: 680px) {
  .swiper.deluluquake__slider .deluluquake__next {
      
      transform: translate(50%);
      z-index:999;
      
  }
  .swiper.deluluquake__slider .deluluquake__prev {
      
      transform: translate(-50%);
      
  }
  .swiper.image-with-news-grid__slider .image-with-news-grid__news-prev {    
    left: -15px;    
  }

  .swiper.image-with-news-grid__slider .image-with-news-grid__news-next {
    right: -15px;
  }


  .newsletter .newsletter__wrapper.has-image {
   		background: url('/cdn/shop/files/mob-newsletter.png?v=1783665624&width=400') no-repeat center;

    background-size: cover;
    min-height: 720px;
    padding: 43px 20px;
    background-position-y: bottom;
}
}


@media (max-width: 580px) {

  .newsletter .newsletter__wrapper.has-image {
		/* background: url('/cdn/shop/files/bg-nes.png?v=1780382224') no-repeat center; */
		background: url('/cdn/shop/files/mob-newsletter.png?v=1783665624&width=400') no-repeat center;
		background-size: cover;
		min-height: 560px;
		padding: 43px 20px;
	}

  .choose_delu .card-information__wrapper--left, .recommended-slider__wrapper .card-information__wrapper--left {
    min-height: 190px;
}
}

@media (max-width: 450px) {
      .popular-products .swiper-buttons__wrapper {
          height: 60px;}
}

@media (max-width: 390px) {
  .col_sec{
    min-height: 1900px;
  }

  .choose_delu .card__title {
    font-size: 13px!important;
    line-height: 22px;
}

  .choose_delu .card-information__wrapper--left, .recommended-slider__wrapper .card-information__wrapper--left {
    min-height: 160px;
}

.choose_delu .card__subtitles .card__subtitle, .recommended-slider__wrapper .card__subtitles .card__subtitle {
    font-size: 10px;
}
}
@media (max-width: 390px) {
  .col_sec{
    min-height: 1750px;
  }

}
@media (max-width: 365px) {
  .col_sec{
    min-height: 1640px;
  }


}
@media (max-width: 360px) {
  .choose_delu .card__subtitles .card__subtitle{
            font-size: 10px;
            line-height: 20px;
  }

 .choose_delu .card__pack-size {
    font-size: 15px;
    line-height: 20px;
}

.choose_delu .card__middle {
    align-items: flex-start;
    min-height: 120px;
}

.choose_delu.pick_delu .card__middle {
    min-height: 0;
}
}
@media (max-width: 350px) {
  .col_sec{
    min-height: 1580px;
  }
}
@media (max-width: 330px) {
  .col_sec{
    min-height: 1450px;
    padding: 110px 0 0px;
  }

  .choose_delu .card__title {
    font-size: 12px!important;
    line-height: 14px;
}
}


/* common global optimize */
/* Prevent media layout popping */
img, video, iframe {
  max-width: 100%;
  height: auto;
}

/* Prefer explicit width/height attrs; avoid unsupported attr() aspect-ratio */

header.header.header--center-logo {
    position: absolute;
    left: 0;
    right: 0;
}


@media(max-width:767px){
  sticky-header.header-wrapper {    
      min-height: 80px;
  }

  .pick_delu .card__inner .media.media--hover-effect {
    height: 200px;
}

.pick_delu .media.media--hover-effect img {
    padding: 0;}

    .pick_delu .card__subtitle.card__vendor {
    font-size: 11px!important;
    line-height: 15px!important;
}

.pick_delu .card-wrapper .card-information__group {
    justify-content: center;
}

.product-card__featured--wrapper .card-information{
  padding: 1.4rem !important;
}

.pick_delu .product-card__featured--wrapper .card-wrapper__media{
  height: 185px;         padding-top: 0;
}

.pick_delu .product-card__featured--wrapper .card-information .card__description{
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: max-content
}

.pick_delu  .product-carousel-swiper .popular-products__item.featured {
    width: 100% !important;
}

.pick_delu   .swiper-button.swiper-button-prev.focus-inset.swiper-button-disabled, .pick_delu  .swiper-buttons__wrapper .swiper-button.swiper-button-next, .popular-products .swiper-buttons__wrapper .swiper-button.swiper-button-prev {
    transform: translateY(-60%)!important;
}
.pick_delu  .buy-box .product__buy-buttons{
  width: 100%
}

.choose_delu .popular-products .swiper-buttons__wrapper, .choose_delu .popular-products .swiper-button.swiper-button-prev.focus-inset.swiper-button-disabled,.choose_delu .popular-products .swiper-buttons__wrapper .swiper-button.swiper-button-next,.choose_delu .popular-products .swiper-buttons__wrapper .swiper-button.swiper-button-prev {
    transform: translateY(-75%)!important;
}
}

@media only screen and (min-width: 400px) and (max-width: 420px) {
.popular-products .swiper-buttons__wrapper, .popular-products .swiper-button.swiper-button-prev.focus-inset.swiper-button-disabled, .popular-products .swiper-buttons__wrapper .swiper-button.swiper-button-next, .popular-products .swiper-buttons__wrapper .swiper-button.swiper-button-prev {
    transform: translateY(-195%)!important;
}
.collection-product-list .collection-product-card .card-information__wrapper.card-information__wrapper-- {
	min-height: 220px;
}
}


@media only screen and (min-width: 360px) and (max-width: 370px) {
.popular-products .swiper-buttons__wrapper, .popular-products .swiper-button.swiper-button-prev.focus-inset.swiper-button-disabled, .popular-products .swiper-buttons__wrapper .swiper-button.swiper-button-next, .popular-products .swiper-buttons__wrapper .swiper-button.swiper-button-prev {
    transform: translateY(-155%)!important;
}

}

.slideshow-slide__text-content-wrapper.slide_overlay {
    position: absolute;
    z-index: 99999999999999999999;
    left: 0;
    right: 0;
    bottom: 50px;
    align-items: start;
    padding-left: 30px;
}

.slideshow-slide {
    position: relative;
}






/* V3.19 — slider controls / compare-at price hardening */
.popular-products .popular-products__content--wrapper > .swiper-buttons__wrapper {
  top: 0 !important;
  transform: none !important;
  height: 100%;
  margin-top: 0 !important;
}
.popular-products__content--wrapper .price.price--on-sale .price__compare,
.template-collection .price.price--on-sale .price__compare {
  display: flex !important;
}

.featured-description-mobile,
.card__description-read-more.mobile-only {
  display: none;
}

.featured-description-desktop,
.card__description-read-more.desktop-only {
  display: block;
}

.card__description-read-more.desktop-only {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
  color: rgb(255 1 170);
}

.metafield-rich_text_field p {
  color: #fff !important;
}


/* MOBILE */
@media screen and (max-width: 767px) {

  .featured-description-desktop,
  .card__description-read-more.desktop-only {
    display: none !important;
  }

  /* Make sure parent description isn't hidden */
  .card__description {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
  }

  .featured-description-mobile {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .card__description-read-more.mobile-only {
    display: block !important;
  }
}

.card__description-read-more.inline-read-more {
  display: inline !important;
  margin-left: 4px;
  font-size: inherit;
  font-weight: 600;
  color: rgb(255 1 170);
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}



#shopify-section-{{ section.id }} .slideshow {
  position: relative;
}

#shopify-section-{{ section.id }} .slider-scientific-disclaimer {
  position: absolute;
  left: 24px;
  bottom: 18px;
  z-index: 15;

  max-width: 440px;

  font-size: 10px;
  line-height: 1.35;
  font-weight: 400;

  color: rgba(255, 255, 255, 0.75);

  pointer-events: none;
}

/* Mobile */
@media screen and (max-width: 749px) {
  #shopify-section-{{ section.id }} .slider-scientific-disclaimer {
    left: 14px;
    bottom: 10px;
    max-width: calc(100% - 28px);

    font-size: 8px;
    line-height: 1.3;
  }
}