/** Shopify CDN: Minification failed

Line 5690:0 Unexpected "}"

**/
c/* Color custom properties */
:root {
  --color-success: 46, 135, 13;
  --color-error: 183, 60, 36;
  --color-error-border: 238, 88, 79;
  --color-error-background: 255, 245, 245;
  --duration-short: 100ms;
  --duration-default: 300ms;
  --duration-long: 500ms;
  --hover-opacity: 0.6;
}

[data-scheme=dark] .swiper-scrollbar {
  --swiper-scrollbar-drag-bg-color: #a5a5a5;
  --swiper-scrollbar-bg-color: rgba(255, 255, 255, 0.15);
}
[data-scheme=dark] .swiper-buttons.swiper-buttons--secondary .icon {
  color: rgb(var(--color-background));
}
[data-scheme=dark] .featured-products__products-item .card__inner,
[data-scheme=dark] .card__link::after,
[data-scheme=dark] .card-horizontal__link,
[data-scheme=dark] .card-horizontal__link::after,
[data-scheme=dark] .collection-product-list .collection-product-card--extended .card__link::after {
  background-color: rgb(33, 33, 33);
}
[data-scheme=dark] .collection-results--products .card-wrapper,
[data-scheme=dark] .product-recommendations__product .card-wrapper {
  background-color: rgb(28, 28, 28);
}
[data-scheme=dark] .featured-products__products-list--horizontal.featured-products__products-list--placeholder .card-wrapper,
[data-scheme=dark] .featured-products__products-list .featured-products__products-item--horizontal .card-horizontal-wrapper {
  border-color: rgb(223, 223, 223);
}
[data-scheme=dark] .filters__item:not(.filters__item_active) {
  opacity: 0.5;
}
[data-scheme=dark] .filters__item:not(.filters__item_active) span {
  color: #000;
}
[data-scheme=dark] .button--transparent {
  border: 1px solid rgba(var(--color-foreground), 1);
}
[data-scheme=dark] .price--on-sale .price-item--regular {
  text-decoration-color: rgb(var(--color-card-price-regular));
}
[data-scheme=dark] .quantity {
  border: 1px solid rgba(var(--color-foreground));
}
[data-scheme=dark] .shopify-payment-button__button.shopify-payment-button__button--unbranded {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}
@media screen and (pointer: fine) {
  [data-scheme=dark] .shopify-payment-button__button.shopify-payment-button__button--unbranded:not(:disabled):hover {
    background-color: rgb(var(--color-foreground-secondary));
  }
}
[data-scheme=dark] .product__slider-nav .gallery-button,
[data-scheme=dark] .product-media-modal__slider-nav-next,
[data-scheme=dark] .product-media-modal__slider-nav-prev {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.35);
  background-color: #222222;
}

@media (prefers-color-scheme: dark) {
  [data-scheme=auto] .swiper-scrollbar {
    --swiper-scrollbar-drag-bg-color: #a5a5a5;
    --swiper-scrollbar-bg-color: rgba(255, 255, 255, 0.15);
  }
  [data-scheme=auto] .swiper-buttons.swiper-buttons--secondary .icon {
    color: rgb(var(--color-background));
  }
  [data-scheme=auto] .featured-products__products-item .card__inner,
  [data-scheme=auto] .card__link::after,
  [data-scheme=auto] .card-horizontal__link,
  [data-scheme=auto] .card-horizontal__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-results--products .card-wrapper,
  [data-scheme=auto] .product-recommendations__product .card-wrapper {
    background-color: rgb(33, 33, 33);
  }
  [data-scheme=auto] .featured-products__products-list--horizontal.featured-products__products-list--placeholder .card-wrapper,
  [data-scheme=auto] .featured-products__products-list .featured-products__products-item--horizontal .card-horizontal-wrapper {
    border-color: rgb(223, 223, 223);
  }
  [data-scheme=auto] .filters__item:not(.filters__item_active) {
    opacity: 0.5;
  }
  [data-scheme=auto] .filters__item:not(.filters__item_active) span {
    color: #000;
  }
  .swiper-buttons.swiper-buttons--secondary .icon {
    color: rgb(var(--color-background));
  }
  .button--transparent {
    border: 1px solid rgba(var(--color-foreground), 1);
  }
  .price--on-sale .price-item--regular {
    text-decoration-color: rgb(var(--color-card-price-regular));
  }
  .quantity {
    border: 1px solid rgba(var(--color-foreground));
  }
  .shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background-color: rgb(var(--color-foreground));
    color: rgb(var(--color-background));
  }
}
@media screen and (prefers-color-scheme: dark) and (pointer: fine) {
  .shopify-payment-button__button.shopify-payment-button__button--unbranded:not(:disabled):hover {
    background-color: rgb(var(--color-foreground-secondary));
  }
}
@media (prefers-color-scheme: dark) {
  .product__slider-nav .gallery-button,
  .product-media-modal__slider-nav-next,
  .product-media-modal__slider-nav-prev {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.35);
    background-color: #222222;
  }
}
.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: 1200px) {
  .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: 8rem;
    padding-left: 8rem;
  }
}

@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: 1200px) {
  .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: 1440px;
  }
}
/* Base */
.no-js:not(html) {
  display: none !important;
}

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

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

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

.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;
}

@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }
}
.spaced-section {
  position: relative;
}

.color-background-1,
.color-background-2,
.color-background-3 {
  line-height: var(--font-body-line-height);
  letter-spacing: calc(var(--font-body-letter-spacing) * 0.1);
}

.background-secondary {
  background-color: rgba(var(--color-background-secondary));
  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-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: var(--font-button-letter-spacing);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: var(--border-radius-button);
  font-size: calc(var(--font-button-scale) * 1rem);
  line-height: 1.375;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 10rem;
  min-height: 4rem;
  padding: 0 3.2rem;
  transition: background-color var(--duration-default), color var(--duration-default);
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  margin-top: 2.4rem !important;
}
@media screen and (min-width: 576px) {
  .shopify-challenge__button {
    padding: 0 5.6rem;
  }
}
.shopify-challenge__button:focus {
  background-color: rgb(var(--color-button));
}

.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;
  mix-blend-mode: exclusion;
}

.overflow-hidden,
.overflow-hidden-drawer {
  overflow: hidden;
}
@media screen and (min-width: 990px) {
  .overflow-hidden,
  .overflow-hidden-drawer {
    padding-right: var(--scrollbar-width);
  }
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  right: 0;
  top: calc(50% - 1rem);
}

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

/* Animation */
@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%;
  }
}
/* Color scheme logo */
@media (prefers-color-scheme: light) {
  .header__heading-logo:not(.header__heading-logo--overlay) {
    opacity: 1;
    visibility: visible;
  }
  .header__heading .header__heading-logo--overlay,
  .header__heading-link .header__heading-logo--overlay {
    opacity: 0;
    visibility: hidden;
  }
  .header__heading .header__heading-logo:not(.header__heading-logo--overlay),
  .header__heading-link .header__heading-logo:not(.header__heading-logo--overlay) {
    opacity: 1;
    visibility: visible;
  }
  .header__heading .header__heading-logo:only-child,
  .header__heading-link .header__heading-logo:only-child {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
[data-scheme=light] .header__heading-logo:not(.header__heading-logo--overlay) {
  opacity: 1;
  visibility: visible;
}
[data-scheme=light] .header__heading .header__heading-logo--overlay,
[data-scheme=light] .header__heading-link .header__heading-logo--overlay {
  opacity: 0;
  visibility: hidden;
}
[data-scheme=light] .header__heading .header__heading-logo:not(.header__heading-logo--overlay),
[data-scheme=light] .header__heading-link .header__heading-logo:not(.header__heading-logo--overlay) {
  opacity: 1;
  visibility: visible;
}
[data-scheme=light] .header__heading .header__heading-logo:only-child,
[data-scheme=light] .header__heading-link .header__heading-logo:only-child {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (prefers-color-scheme: dark) {
  .header__heading-logo:not(.header__heading-logo--overlay) {
    opacity: 0;
    visibility: hidden;
  }
  .header__heading-logo.header__heading-logo--overlay {
    opacity: 1;
    visibility: visible;
  }
  .header__heading-logo:only-child {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
[data-scheme=dark] .header__heading-logo:not(.header__heading-logo--overlay) {
  opacity: 0;
  visibility: hidden;
}
[data-scheme=dark] .header__heading-logo.header__heading-logo--overlay {
  opacity: 1;
  visibility: visible;
}
[data-scheme=dark] .header__heading-logo:only-child {
  opacity: 1 !important;
  visibility: visible !important;
}

.placeholder-svg {
  fill: rgb(var(--color-foreground));
  background-color: rgba(var(--color-background-secondary));
}
.placeholder-svg.placeholder-svg--filled {
  filter: grayscale(1);
}
.placeholder-svg.placeholder-svg--no-transition {
  transition: none;
}

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

[data-scheme=dark] .background {
  background: rgb(var(--color-background));
}

@media (prefers-color-scheme: dark) {
  [data-scheme=auto] .background {
    background: rgb(var(--color-background));
  }
}
p {
  color: rgb(var(--color-foreground));
}

.shopify-policy__title {
  text-align: center;
  margin: 1.6rem auto 0;
  max-width: 72.6rem;
}
@media screen and (min-width: 750px) {
  .shopify-policy__title {
    margin-top: 3.2rem;
  }
}

.shopify-policy__body {
  margin: 2.4rem auto 0;
  padding-bottom: 4.8rem;
  max-width: 72.6rem;
}
@media screen and (min-width: 750px) {
  .shopify-policy__body {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .shopify-policy__body {
    padding-bottom: 8.8rem;
    margin-top: 5.6rem;
  }
}

.shopify-email-marketing-confirmation__container h1 {
  margin: 2.4rem 0;
  text-align: center;
}
.shopify-email-marketing-confirmation__container p {
  text-align: center;
}

.section-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2.4rem 2rem;
}
@media screen and (min-width: 750px) {
  .section-grid {
    gap: 3.2rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .section-grid {
    gap: 4rem 2rem;
  }
}
.section-grid .description {
  margin-bottom: 0;
}

.section-grid .section-top + .button {
  grid-row: 3;
  grid-column: span 2;
  align-self: end;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .section-grid .section-top + .button {
    grid-row: unset;
    grid-column: unset;
    width: auto;
  }
}
.section-grid_no-text {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 576px) {
  .section-grid_no-text {
    flex-direction: column;
  }
  .section-grid_no-text > .button {
    align-self: flex-end;
  }
}

.section-top {
  align-self: center;
}

.section-border {
  position: relative;
}
.section-border .container::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(var(--color-border));
  max-width: calc(100% - 4rem);
}
@media screen and (min-width: 1200px) {
  .section-border .container::before {
    max-width: calc(100% - 16rem);
  }
}
@media screen and (min-width: 1440px) {
  .section-border .container::before {
    max-width: calc(1440px - 16rem);
  }
}
.section-border-full .container::before {
  left: 0;
  max-width: 100%;
}

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

.h0 {
  line-height: 1;
  font-size: calc(var(--font-heading-h0-scale) * 3.6rem);
}
@media screen and (min-width: 350px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 4rem);
  }
}
@media screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 5.6rem);
  }
}
@media screen and (min-width: 990px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 7.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 8.8rem);
  }
}
@media screen and (min-width: 1360px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 10rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-h1-scale) * 3.2rem);
}
@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-h1-scale) * 3.6rem);
  }
}
@media only screen and (min-width: 990px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-h1-scale) * 4.8rem);
  }
}
@media only screen and (min-width: 1360px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-h1-scale) * 6.4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-h2-scale) * 2.4rem);
}
@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-h2-scale) * 2.8rem);
  }
}
@media only screen and (min-width: 990px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-h2-scale) * 3.2rem);
  }
}
@media only screen and (min-width: 1360px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-h2-scale) * 4rem);
  }
}

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

h4,
.h4 {
  font-size: calc(var(--font-heading-h4-scale) * 1.8rem);
}
@media only screen and (min-width: 750px) {
  h4,
  .h4 {
    font-size: calc(var(--font-heading-h4-scale) * 2rem);
  }
}

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

h6,
.h6 {
  font-size: 1.4rem;
  line-height: var(--font-body-line-height);
}

a {
  display: inline-block;
  color: rgba(var(--color-foreground));
  text-decoration: none;
  cursor: pointer;
}

blockquote {
  display: block;
  color: rgba(var(--color-foreground));
  padding: 0 0 0 2rem;
  border-left: 1px solid rgba(var(--color-border));
}
blockquote > *:first-child {
  margin-top: 0;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  blockquote {
    padding: 0 0 0 2.4rem;
  }
}
blockquote cite {
  font-style: normal;
  color: rgba(var(--color-foreground-secondary));
  display: block;
  font-size: calc(var(--font-body-scale) * 1.2rem - 0.1rem);
}
@media only screen and (min-width: 750px) {
  blockquote cite {
    font-size: calc(var(--font-body-scale) * 1.4rem - 0.2rem);
  }
}
blockquote.blockquote-alt {
  border-left: none;
  border-top: 1px solid rgba(var(--color-border));
  border-bottom: 1px solid rgba(var(--color-border));
  padding: 2.4rem 0;
}
@media screen and (min-width: 750px) {
  blockquote.blockquote-alt {
    padding: 3.2rem 0;
  }
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  border-style: hidden;
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 1px solid rgba(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.1rem;
  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-large {
  font-weight: 400;
  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;
}

.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;
  font-size: calc(var(--font-body-scale) * 1.4rem);
  transition: var(--duration-default);
}

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

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

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

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

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}
.body-large {
  font-size: calc(var(--font-body-scale) * 1.2rem + 0.2rem);
}
@media only screen and (min-width: 750px) {
  .body-large {
    font-size: calc(var(--font-body-scale) * 1.3rem + 0.3rem);
  }
}
@media only screen and (min-width: 1536px) {
  .body-large {
    font-size: calc(var(--font-body-scale) * 1.4rem + 0.4rem);
  }
}

.body-normal {
  font-size: calc(var(--font-body-scale) * 1.2rem);
}
@media screen and (min-width: 576px) {
  .body-normal {
    font-size: calc(var(--font-body-scale) * 1.3rem);
  }
}
@media only screen and (min-width: 990px) {
  .body-normal {
    font-size: calc(var(--font-body-scale) * 1.4rem);
  }
}

.body-small {
  font-size: calc(var(--font-body-scale) * 1.2rem - 0.1rem);
}
@media only screen and (min-width: 750px) {
  .body-small {
    font-size: calc(var(--font-body-scale) * 1.4rem - 0.2rem);
  }
}

.body-xs {
  font-size: calc(var(--font-body-scale) * 1.2rem - 0.3rem);
}
@media only screen and (min-width: 750px) {
  .body-xs {
    font-size: calc(var(--font-body-scale) * 1.4rem - 0.4rem);
  }
}

/* Component-title */
.title {
  margin: 3rem 0 2rem;
  word-break: break-word;
}
.title a {
  display: inline;
  color: rgba(var(--color-foreground-secondary));
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 90%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground-secondary)) 0%, rgba(var(--color-foreground-secondary)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
}
@media only screen and (hover: hover) and (pointer: fine) and (min-width: 1200px) {
  .title a:hover {
    background-size: 0% 5%;
    background-position: right 90%;
    opacity: 0.8;
  }
}

.title.size--h2 {
  max-width: 60rem;
}

.title.size--h3 {
  max-width: 50rem;
}

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

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

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

.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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.8rem;
  margin-top: 1.6rem;
}
@media screen and (min-width: 750px) {
  .page-header {
    margin-top: 3.2rem;
    row-gap: 1.6rem;
  }
}
.page-header__title {
  max-width: min(631px, 90%);
}
.page-header__description {
  max-width: min(416px, 90%);
}

.subtitle {
  font-family: var(--font-subtitle-family);
  font-weight: var(--font-subtitle-weight);
  font-style: var(--font-subtitle-style);
  letter-spacing: var(--font-subtitle-letter-spacing);
  text-transform: var(--font-subtitle-text-transform);
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-subtitle-scale) * 1rem - 0.1rem);
  word-break: break-word;
  max-width: 41.6rem;
}
@media only screen and (min-width: 1360px) {
  .subtitle {
    font-size: calc(var(--font-subtitle-scale) * 1rem);
  }
}

.card__subtitle {
  position: relative;
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-family: var(--font-subtitle-family);
  font-weight: var(--font-subtitle-weight);
  font-style: var(--font-subtitle-style);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(var(--color-foreground-secondary));
}

.titles {
  display: flex;
  flex-direction: column;
}
.titles--center {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.titles--center .title {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.titles--center .subtitle {
  margin-left: auto;
  margin-right: auto;
}
.titles--right {
  text-align: right;
  margin-left: auto;
  align-items: flex-end;
}
.titles--right .title {
  text-align: right;
  margin-left: auto;
}
.titles + .content {
  margin-top: 2.4rem;
}
@media screen and (min-width: 750px) {
  .titles + .content {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .titles + .content {
    margin-top: 5.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .titles.titles_margin-medium + .content {
    margin-top: 4rem;
  }
}
.titles + .description {
  margin-top: 1.6rem;
  max-width: 41.6rem;
}
.titles .description + button {
  margin-bottom: 0;
}

.subtitle + .title {
  margin-top: 1.6rem;
}

.title {
  margin: 0;
  word-break: break-word;
}

.description {
  margin-top: 0;
  margin-bottom: 2.4rem;
  max-width: 41.6rem;
  word-break: break-word;
}
@media screen and (min-width: 750px) {
  .description {
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .description {
    margin-bottom: 5.6rem;
  }
}
.description--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.description--right {
  text-align: right;
  margin-left: auto;
}
.description a {
  display: inline;
  color: rgba(var(--color-foreground-secondary));
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 90%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground-secondary)) 0%, rgba(var(--color-foreground-secondary)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
  word-break: break-word;
}
@media only screen and (hover: hover) and (pointer: fine) and (min-width: 1200px) {
  .description a:hover {
    background-size: 0% 5%;
    background-position: right 90%;
    opacity: 0.8;
  }
}

[data-scheme=dark] .title--simple span[style*="text-decoration:underline"] {
  text-decoration-color: #4a4a4c !important;
}
[data-scheme=dark] .title a,
[data-scheme=dark] .description a {
  background-image: linear-gradient(to right, #4a4a4c 0%, #4a4a4c 100%);
}
[data-scheme=dark] .title--background span[style*="text-decoration:underline"] {
  background-color: #4a4a4c;
}

@media (prefers-color-scheme: dark) {
  [data-scheme=auto] .title--simple span[style*="text-decoration:underline"] {
    text-decoration-color: #4a4a4c !important;
  }
  [data-scheme=auto] .title a,
  [data-scheme=auto] .description a {
    background-image: linear-gradient(to right, #4a4a4c 0%, #4a4a4c 100%);
  }
  [data-scheme=auto] .title--background span[style*="text-decoration:underline"] {
    background-color: #4a4a4c;
  }
}
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  position: static;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  box-shadow: none;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  color: rgb(var(--color-foreground));
  transition: transform var(--duration-default);
}
.swiper-button-next svg path,
.swiper-button-prev svg path {
  stroke: rgb(var(--color-foreground));
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1200px) {
  .swiper-button-prev:hover svg {
    transform: translateX(-0.3rem);
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1200px) {
  .swiper-button-next:hover svg {
    transform: translateX(0.3rem);
  }
}

.swiper-scrollbar {
  --swiper-scrollbar-drag-bg-color: rgb(var(--color-scrollbar));
  --swiper-scrollbar-size: 4px;
  --swiper-scrollbar-border-radius: 30px;
  --swiper-scrollbar-bg-color: rgba(var(--color-scrollbar), 0.15);
  --swiper-scrollbar-sides-offset: 0%;
}

.swiper-pagination {
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(
    var(--color-foreground-secondary)
  );
  --swiper-pagination-progressbar-size: 0.4rem;
  --swiper-pagination-bullet-inactive-color: rgb(var(--color-background));
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-bullet-opacity: 1;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.pagination-circles .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}

.swiper-pagination-bullet {
  box-sizing: border-box;
  margin: 0 !important;
  width: 4rem;
  height: 0.6rem;
  border-radius: 3rem;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(var(--color-foreground), 0.24);
  background-color: transparent;
  opacity: 1;
}
@media screen and (hover: hover) and (pointer: fine) {
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background-color: rgba(var(--color-foreground), 0.25);
    border-color: rgba(var(--color-foreground), 0.25);
  }
}

.swiper-pagination-bullet-active {
  background-color: rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground));
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--color-foreground-secondary, var(--color-foreground));
}

/* Media */
.media {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.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 Styles */
.button-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button,
.customer .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--font-button-scale) * 1rem);
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: var(--font-button-letter-spacing);
  line-height: 1.375;
  text-decoration: none;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex-shrink: 0;
  min-height: 4rem;
}
.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;
  pointer-events: none;
}
.button__content,
.customer .button__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  z-index: 2;
  overflow: hidden;
}
.button__label,
.customer .button__label {
  position: relative;
  transform: translate3d(0px, 0%, 0px);
  transform-style: preserve-3d;
  transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
}
.button__label::after,
.customer .button__label::after {
  content: attr(data-label);
  position: absolute;
  inset: 100% auto auto 0%;
}
.button__icons,
.customer .button__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.button__icon,
.customer .button__icon {
  position: relative;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(0%, 0%, 0px);
  transform-style: preserve-3d;
  transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s ease 0.07s;
}
.button__icon svg path,
.customer .button__icon svg path {
  transition: stroke 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button__icon--2,
.customer .button__icon--2 {
  position: absolute;
  top: 100%;
  left: -100%;
}
@media screen and (pointer: fine) {
  .button:not(:disabled):not([aria-disabled=true]):hover .button__label,
  .customer .button:not(:disabled):not([aria-disabled=true]):hover .button__label {
    transform: translate3d(0px, -100%, 0px);
  }
  .button:not(:disabled):not([aria-disabled=true]):hover .button__icon,
  .customer .button:not(:disabled):not([aria-disabled=true]):hover .button__icon {
    transform: translate3d(100%, -100%, 0px);
  }
}
@media screen and (pointer: fine) {
  .button:not(:disabled):not([aria-disabled=true]):hover .animated-button-circle,
  .customer .button:not(:disabled):not([aria-disabled=true]):hover .animated-button-circle {
    opacity: 1;
    transform: translateY(-50%) scale(1) translateZ(0);
  }
}
.button--primary, .button--secondary,
.customer .button--primary,
.customer .button--secondary {
  padding: 0.9rem 2.6rem;
  border-radius: var(--border-radius-button);
}
.button--primary.with-arrow, .button--secondary.with-arrow,
.customer .button--primary.with-arrow,
.customer .button--secondary.with-arrow {
  padding-right: 2.2rem;
}
.button--primary,
.customer .button--primary {
  color: rgb(var(--color-button-text));
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: rgb(var(--color-button));
}
.button--primary .button__label,
.customer .button--primary .button__label {
  color: rgb(var(--color-button-text));
}
.button--primary .button__icon,
.customer .button--primary .button__icon {
  color: rgb(var(--color-button-text));
}
.button--primary .button__icon svg path,
.customer .button--primary .button__icon svg path {
  stroke: currentColor;
}
.button--primary .animated-button-circle,
.customer .button--primary .animated-button-circle {
  background-color: rgb(var(--color-button-hover));
}
@media screen and (pointer: fine) {
  .button--primary:not(:disabled):not([aria-disabled=true]):hover,
  .customer .button--primary:not(:disabled):not([aria-disabled=true]):hover {
    color: rgb(var(--color-button-text-hover));
  }
  .button--primary:not(:disabled):not([aria-disabled=true]):hover .button__label,
  .customer .button--primary:not(:disabled):not([aria-disabled=true]):hover .button__label {
    color: rgb(var(--color-button-text-hover));
    transform: translate3d(0px, -100%, 0px);
  }
  .button--primary:not(:disabled):not([aria-disabled=true]):hover .button__icon,
  .customer .button--primary:not(:disabled):not([aria-disabled=true]):hover .button__icon {
    color: rgb(var(--color-button-text-hover));
    transform: translate3d(100%, -100%, 0px);
  }
}
.button--primary:focus,
.customer .button--primary:focus {
  background-color: rgb(var(--color-button));
}
.button--secondary,
.customer .button--secondary {
  color: rgb(var(--color-button-secondary-text));
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: rgb(var(--color-button-secondary));
}
.button--secondary .button__label,
.customer .button--secondary .button__label {
  color: rgb(var(--color-button-secondary-text));
}
.button--secondary .button__icon,
.customer .button--secondary .button__icon {
  color: rgb(var(--color-button-secondary-text));
}
.button--secondary .button__icon svg path,
.customer .button--secondary .button__icon svg path {
  stroke: currentColor;
}
.button--secondary .animated-button-circle,
.customer .button--secondary .animated-button-circle {
  background-color: rgb(var(--color-button-secondary-hover));
}
@media screen and (pointer: fine) {
  .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:not(:disabled):not([aria-disabled=true]):hover .button__label,
  .customer .button--secondary:not(:disabled):not([aria-disabled=true]):hover .button__label {
    color: rgb(var(--color-button-secondary-text-hover));
    transform: translate3d(0px, -100%, 0px);
  }
  .button--secondary:not(:disabled):not([aria-disabled=true]):hover .button__icon,
  .customer .button--secondary:not(:disabled):not([aria-disabled=true]):hover .button__icon {
    color: rgb(var(--color-button-secondary-text-hover));
    transform: translate3d(100%, -100%, 0px);
  }
}
.button--secondary:focus,
.customer .button--secondary:focus {
  background-color: rgb(var(--color-button-secondary));
}
.button--tertiary,
.customer .button--tertiary {
  min-height: unset;
  color: rgb(var(--color-button-tertiary-text));
  min-height: 2.4rem;
}
.button--tertiary .button__label,
.customer .button--tertiary .button__label {
  color: rgb(var(--color-button-tertiary-text));
}
.button--tertiary .button__icon svg path,
.customer .button--tertiary .button__icon svg path {
  stroke: rgb(var(--color-button-tertiary-text));
}
.button--tertiary .button__icon--2 svg path,
.customer .button--tertiary .button__icon--2 svg path {
  stroke: rgba(var(--color-button-tertiary-text), 0.6);
}
@media screen and (pointer: fine) {
  .button--tertiary:not(:disabled):not([aria-disabled=true]):hover .button__label,
  .customer .button--tertiary:not(:disabled):not([aria-disabled=true]):hover .button__label {
    color: rgba(var(--color-button-tertiary-text), 0.6);
    stroke: rgba(var(--color-button-tertiary-text), 0.6);
  }
  .button--tertiary:not(:disabled):not([aria-disabled=true]):hover .button__icon svg path,
  .customer .button--tertiary:not(:disabled):not([aria-disabled=true]):hover .button__icon svg path {
    stroke: rgba(var(--color-button-tertiary-text), 0.6);
  }
}
.button--transparent,
.customer .button--transparent {
  padding: 0.7rem 2.6rem;
  border-radius: var(--border-radius-button);
  color: rgba(var(--color-foreground), 1);
  background-color: transparent;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
.button--transparent .button__label,
.customer .button--transparent .button__label {
  color: rgba(var(--color-foreground), 1);
}
.button--transparent .button__icon svg path,
.customer .button--transparent .button__icon svg path {
  color: rgba(var(--color-foreground), 1);
}
.button--transparent .animated-button-circle,
.customer .button--transparent .animated-button-circle {
  background-color: rgba(var(--color-foreground), 0.05);
}
.button--underline,
.customer .button--underline {
  min-height: unset;
  display: inline-block;
  color: rgb(var(--color-foreground-secondary));
  background-position: left 100%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, currentColor 0% 100%);
  background-repeat: no-repeat;
  background-color: transparent;
  text-decoration: none;
  word-break: break-word;
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .button--underline:not(:disabled):not([aria-disabled=true]):hover,
  .customer .button--underline:not(:disabled):not([aria-disabled=true]):hover {
    background-color: transparent;
    background-size: 0% 5%;
    background-position: right 100%;
    opacity: var(--hover-opacity);
  }
}
.button--load-more,
.customer .button--load-more {
  flex-shrink: unset;
  margin-top: 4rem;
}
@media screen and (min-width: 750px) {
  .button--load-more,
  .customer .button--load-more {
    margin-top: 4.8rem;
  }
}
.button__loader,
.customer .button__loader {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  color: rgba(var(--color-button-text));
}
.button__loader svg.spinner,
.customer .button__loader svg.spinner {
  width: 1.8rem;
  height: 1.8rem;
}
.button.loading .button__content,
.customer .button.loading .button__content {
  visibility: hidden;
  opacity: 0;
}
.button.loading .button__loader,
.customer .button.loading .button__loader {
  display: flex;
}

.animated-button-circle {
  position: absolute;
  display: block;
  top: 50%;
  left: -5%;
  width: 110%;
  padding-top: 100%;
  z-index: 1;
  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;
}

/* Form */
.field {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.field label {
  position: relative;
  transition: var(--duration-short);
  order: -1;
}
.field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=search],
.field input[type=password],
.field select,
.field .field__input {
  width: 100%;
  min-height: 4.4rem;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-size: 1.6rem;
  -webkit-appearance: none;
  appearance: none;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  border: 0.1rem solid rgb(var(--color-border-input));
  border-radius: var(--border-radius-input);
  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 select::placeholder,
.field .field__input::placeholder {
  color: rgba(var(--color-foreground-secondary), 0.5);
  transition: color var(--duration-default);
}
@media screen and (pointer: fine) {
  .field input[type=text]:hover:not(:focus)::placeholder,
  .field input[type=email]:hover:not(:focus)::placeholder,
  .field input[type=tel]:hover:not(:focus)::placeholder,
  .field input[type=search]:hover:not(:focus)::placeholder,
  .field input[type=password]:hover:not(:focus)::placeholder,
  .field select:hover:not(:focus)::placeholder,
  .field .field__input:hover:not(:focus)::placeholder {
    color: rgba(var(--color-foreground-secondary));
  }
}
.field input[type=text]:focus-visible, .field input[type=text]:focus,
.field input[type=email]:focus-visible,
.field input[type=email]:focus,
.field input[type=tel]:focus-visible,
.field input[type=tel]:focus,
.field input[type=search]:focus-visible,
.field input[type=search]:focus,
.field input[type=password]:focus-visible,
.field input[type=password]:focus,
.field select:focus-visible,
.field select:focus,
.field .field__input:focus-visible,
.field .field__input:focus {
  outline: none;
}
.field textarea.field__input,
.field .textarea {
  border-radius: var(--border-radius-input);
}
.field input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.field input[type=search]::placeholder {
  color: rgba(var(--color-foreground-secondary), 0.5);
}
@media screen and (pointer: fine) {
  .field input[type=search]:hover:not(:focus)::placeholder {
    color: rgba(var(--color-foreground-secondary));
  }
}
.field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=password],
.field .field__input {
  flex-grow: 1;
  padding: 0.2rem 1.6rem;
  text-align: left;
}
.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 .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 .field__input::placeholder {
  font-size: 1.6rem;
}
.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 .field__input[required] + label::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0.5rem;
  color: rgb(var(--color-error));
}
.field input[type=text] + label,
.field input[type=email] + label,
.field input[type=tel] + label,
.field input[type=password] + label,
.field .field__input + label {
  text-transform: none;
  color: rgb(var(--color-foreground));
  padding-bottom: 0.8rem;
}
.field textarea.field__input {
  padding: 1rem 1.6rem;
}
.field .select {
  width: 100%;
}
.field .select .placeholder-select {
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: none;
  color: rgba(var(--color-foreground-secondary));
  position: absolute;
  top: 50%;
  left: 1.8rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.field .select .placeholder-select span {
  color: rgb(var(--color-error));
}
.field select {
  cursor: pointer;
  padding: 0.8rem 3.6rem 0.8rem 1.6rem;
  min-height: 4.4rem;
  line-height: 1.4;
  background-color: transparent;
  letter-spacing: calc(var(--font-body-letter-spacing) * 0.1);
  transition: opacity var(--duration-default);
}
.field select:focus {
  border-color: rgb(var(--color-border-input));
}
.field select:focus-visible {
  opacity: var(--hover-opacity);
}
.field select:focus-visible + svg {
  opacity: var(--hover-opacity);
}
@media screen and (pointer: fine) {
  .field select:hover {
    opacity: var(--hover-opacity);
  }
  .field select:hover + svg {
    opacity: var(--hover-opacity);
  }
}
.field select + svg {
  width: 1.4rem;
  height: 1.4rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgb(var(--color-foreground));
  transition: opacity var(--duration-default);
}
.field select option {
  background-color: rgb(var(--color-background));
}
.field select[required] + label::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0.5rem;
  color: rgb(var(--color-error));
}
.field--checkbox {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.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 .field__checkbox {
  border-color: rgb(var(--color-foreground));
}
.field--checkbox input[type=checkbox]:checked + label .field__checkbox::before {
  visibility: visible;
}
.field--checkbox input[type=checkbox][required] + label .field__label::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0;
  color: rgb(var(--color-error));
}
.field--checkbox input[type=checkbox] + label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.field--checkbox .field__checkbox {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  border: 0.1rem solid rgb(var(--color-border));
  background-color: transparent;
  transition: border-color var(--duration-default);
}
.field--checkbox .field__checkbox::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  visibility: hidden;
  background-color: rgb(var(--color-foreground));
  width: 1rem;
  height: 1rem;
  border-radius: 0.3rem;
}
.field--checkbox .field__label {
  color: rgb(var(--color-foreground));
  word-break: break-word;
}
.field--checkbox .field__label > a {
  display: inline-block;
  color: rgb(var(--color-foreground-secondary));
  background-position: left 100%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground-secondary)) 0% 90%);
  background-repeat: no-repeat;
  text-decoration: none;
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .field--checkbox .field__label > a:hover {
    background-size: 0% 5%;
    background-position: right 90%;
    opacity: var(--hover-opacity);
  }
}
@media screen and (pointer: fine) {
  .field--checkbox:hover .field__checkbox {
    border-color: rgb(var(--color-foreground));
  }
}
.field--pass {
  position: relative;
}
.field--pass .button-pass-visibility {
  display: none;
  width: 2rem;
  height: 2rem;
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  cursor: pointer;
}
.field--pass .button-pass-visibility svg {
  width: 2rem;
  height: 2rem;
  color: rgba(var(--color-foreground-secondary));
}
.field--pass .button-pass-visibility svg.icon-eye {
  display: none;
}
.field--pass-wrapper {
  width: 100%;
  position: relative;
}
.field--pass-wrapper + label {
  text-transform: none;
  color: rgb(var(--color-foreground));
  padding-bottom: 0.8rem;
}
.field--pass-wrapper + label::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0.5rem;
  color: rgb(var(--color-error));
}
.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: rgb(255, 255, 255);
  background-color: transparent;
}
.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);
}

/* 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__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

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

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

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

.form-status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  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;
  width: 12rem;
  min-height: 4rem;
  display: flex;
  border: 0.1rem solid rgb(var(--color-border));
  background-color: transparent;
  border-radius: 10rem;
}

.quantity__input {
  font-family: var(--font-body-family);
  font-size: inherit;
  color: rgb(var(--color-foreground));
  text-align: center;
  background-color: transparent;
  border: 0;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  width: 4rem;
  background-color: transparent;
  color: rgb(var(--color-foreground));
  border: 0;
  transition: opacity var(--duration-default);
  cursor: pointer;
}
@media screen and (pointer: fine) {
  .quantity__button:hover {
    opacity: var(--hover-opacity);
  }
}
.quantity__button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.quantity__button svg {
  width: 2rem;
  pointer-events: none;
}

.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) {
  outline: 0;
}

/*
  Focus ring - inset
*/
.focus-inset:focus-visible {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.2rem;
}

/* Fallback */
.focus-inset:focus {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.2rem;
}

.focus-inset:focus:not(:focus-visible) {
  outline: 0;
}

/*
  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] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.4rem;
  width: 1.4rem;
}

.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;
}

/* Announcement bar */
.section-announcement {
  z-index: 4;
}

.announcement-bar {
  display: flex;
  justify-content: center;
  min-height: var(--announcement-height);
  max-height: var(--announcement-height);
  color: #000000;
  background-color: #FFFFFF
}

.announcement-bar__message {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 2rem;
  overflow: hidden;
}

.announcement-bar__text {
  overflow-y: auto;
  height: 100%;
  scrollbar-width: none;
  display: flex;
  align-items: center;
}
.announcement-bar__text::-webkit-scrollbar {
  display: none;
}
.announcement-bar__text a {
  display: inline;
  color: rgba(var(--color-foreground));
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 90%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground)) 0%, rgba(var(--color-foreground)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
}
@media screen and (hover: hover) and (pointer: fine) {
  .announcement-bar__text a:hover {
    background-size: 0% 5%;
    background-position: right 90%;
    opacity: 0.8;
  }
}

.shopify-section-header {
  position: relative;
  z-index: 12;
  will-change: transform;
  transition: background-color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) {
  background-color: transparent;
  --color-background: 255, 255, 255;
  --color-foreground: 255, 255, 255;
  --color-background-secondary: 255, 255, 255, 0.2;
  --color-background-input: 255, 255, 255, 0.2;
  --color-border-input: 255, 255, 255, 0.2;
  --color-border: 255, 255, 255, 0.12;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header-wrapper {
  background-color: transparent;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__heading-logo {
  opacity: 0;
  visibility: hidden;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__heading-logo:only-child {
  opacity: 1;
  visibility: visible;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__heading-logo--overlay {
  opacity: 1;
  visibility: visible;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
  z-index: 12;
  background-color: rgb(var(--color-background));
}
.shopify-section-header-sticky .header-wrapper {
  max-width: 100%;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .header-sticky-with-opened-mega-menu {
    position: sticky !important;
    top: 0 !important;
    z-index: 12 !important;
    background-color: rgb(var(--color-background)) !important;
    transform: translateY(0) !important;
  }
  .header-sticky-with-opened-mega-menu .header-wrapper {
    max-width: 100%;
    padding: 0;
  }
}

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

.shopify-section-header.animate {
  transition: transform 0.85s cubic-bezier(0.602, 0.007, 0.374, 0.995), background-color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}

.header-wrapper {
  display: block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
  z-index: 2;
  background-color: #000000;
}
.header-wrapper[data-sticky-type=on-scroll-up] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header {
  position: relative;
  display: block;
  justify-content: space-between;
  z-index: 4;
  min-height: 6.4rem;
}
@media screen and (min-width: 1200px) {
  .header {
    display: flex;
  }
}
.header > .header__heading, .header > .header__heading-link {
  display: flex;
  align-items: center;
}
.header__localization {
  position: relative;
  display: none;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 750px) {
  .header__localization {
    display: flex;
  }
}
.header__localization localization-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__localization-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 3.2rem;
  min-height: 3.2rem;
  color: rgb(var(--color-foreground));
  transition: color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.header__localization .disclosure {
  position: static;
}
.header__localization .localization-selector + .disclosure__list {
  right: 0;
  top: calc(100% + 1rem);
  bottom: auto;
  margin-top: 0;
  padding: 0.8rem;
  max-width: 30rem;
  border-radius: 1rem;
  animation: animateLocalOpen var(--duration-default) ease;
  box-shadow: 0px 4px 16px 0px rgba(var(--color-shadow), 0.15);
  transform: translateY(0rem);
}
.header__localization .localization-selector + .disclosure__list .disclosure__item {
  margin-bottom: 0.2rem;
}
.header__localization .localization-selector + .disclosure__list .disclosure__item:last-child {
  margin-bottom: 0;
}
.header__localization .localization-selector + .disclosure__list .disclosure__link {
  padding: 0.6rem 1.6rem;
  border-radius: 0.6rem;
  color: rgb(var(--color-foreground));
  transition: background-color var(--duration-default);
}
.header__localization .localization-selector + .disclosure__list .disclosure__link--active {
  background-color: rgb(var(--color-background-secondary));
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__localization .localization-selector + .disclosure__list .disclosure__link:hover {
    background-color: rgb(var(--color-background-secondary));
  }
}
.header--border::after {
  position: absolute;
  content: "";
  bottom: 0;
  display: block;
  height: 0.1rem;
  width: 100%;
  background-color: rgb(var(--color-border));
  transition: background-color var(--duration-short);
  pointer-events: none;
  z-index: 3;
}
.header--left-logo {
  display: flex;
  gap: 0.8rem;
}
@media screen and (min-width: 1200px) {
  .header--left-logo .header__heading + .header__inline-menu,
  .header--left-logo .header__heading-link + .header__inline-menu {
    margin-left: 1.2rem;
  }
}
@media screen and (min-width: 1360px) {
  .header--left-logo .header__heading + .header__inline-menu,
  .header--left-logo .header__heading-link + .header__inline-menu {
    margin-left: 3.2rem;
  }
}
@media screen and (min-width: 1536px) {
  .header--left-logo .header__heading + .header__inline-menu,
  .header--left-logo .header__heading-link + .header__inline-menu {
    margin-left: 6.4rem;
  }
}
.header--left-logo .header__contact {
  padding: 0;
}
.header--left-logo .header__shop {
  margin-left: 0;
}
.header--center-logo {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.8rem;
}
@media screen and (min-width: 1200px) {
  .header--center-logo {
    display: grid;
    grid-template-columns: 5fr auto 5fr;
    gap: 0.8rem;
  }
}
.header--center-logo .header__contact {
  padding: 0;
}
.header--center-logo .header__shop {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .header--center-logo .header__localization {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header--center-logo .header__localization + .header__scheme::before {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header--center-logo .header__inline-menu {
    margin-left: -1.2rem;
  }
}
@media screen and (min-width: 1360px) {
  .header--center-logo .header__inline-menu {
    margin-left: -1.6rem;
  }
}
.header__heading-logo {
  display: block;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995), visibility 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
@media screen and (max-width: 576px) {
  .header__heading-logo {
    max-width: 18rem;
  }
}
@media screen and (max-width: 374px) {
  .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);
  transition: color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.header__heading-link {
  position: relative;
  display: inline-flex;
  padding: 0;
  text-decoration: none;
  word-break: break-word;
  z-index: 5;
  transition: opacity var(--duration-default) ease-in-out;
}
.header__heading-link::after {
  content: "";
  display: block;
  width: 0;
  padding-bottom: var(--padding_bottom);
}
@media screen and (max-width: 576px) {
  .header__heading-link {
    max-width: 18rem;
  }
}
@media screen and (max-width: 374px) {
  .header__heading-link {
    max-width: 12rem;
  }
}
.header__heading-link span {
  display: flex;
  align-items: center;
  max-width: 25rem;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: var(--font-header-menu-text-transform);
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__heading-link:hover {
    opacity: var(--hover-opacity);
  }
}
.header__heading-logo--overlay {
  opacity: 0;
  visibility: hidden;
}
.header *[tabindex="-1"]:focus {
  outline: none;
}

.header__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: none;
  width: auto;
  min-height: 100%;
  flex: 1;
}
.header__left > header-drawer {
  margin-right: 1.6rem;
}
.header__left:has(.header__mega-menu[open=true]) + .header__heading-link--center, .header__left:has(.header__mega-menu[open=true]) + .header__heading > .header__heading-link--center {
  z-index: 3;
}

.header__column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: none;
  margin-left: auto;
  width: auto;
}

.header__icons {
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 100%;
}
@media screen and (min-width: 1360px) {
  .header__icons {
    gap: 2.8rem;
  }
}
.header__icons .header__localization::after {
  left: 0;
  right: 0;
  width: auto;
}

.header__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
}

.header__icon .icon {
  width: 1.4rem;
  height: 1.4rem;
  color: #FFFFFF;
  transition: color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.header__icon .icon-hamburger {
  width: 2.4rem;
  height: 2.4rem;
}

.header__icon--account {
  position: relative;
  transition: opacity var(--duration-default);
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__icon--account:hover {
    opacity: var(--hover-opacity);
  }
}
.header__icon--account .icon {
  width: 2.4rem;
  height: 2.4rem;
}

.header__icon--menu {
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (min-width: 1200px) {
  .header__icon--menu {
    margin: 0;
  }
}
.header__icon--menu span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}
.header__icon--menu .header__modal-close-button {
  opacity: 0;
}

.header__icon--search {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
  height: 3.2rem;
  color: rgb(var(--color-foreground));
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__icon--search:hover .icon-search {
    opacity: var(--hover-opacity);
  }
}
.header__icon--search .icon-search {
  width: 2.4rem;
  height: 2.4rem;
  transition: opacity var(--duration-default), color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.header__icon--search .header__icon-name {
  position: relative;
}

.header__icon .header__icon-name {
  display: none;
  margin-left: 0.7rem;
}

.header__account {
  display: none;
  position: relative;
  align-items: center;
  height: 100%;
}

.header__account-modal {
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 50%;
  transform: translateX(-50%) translateY(0);
  display: flex;
  flex-direction: column;
  padding: 1.6rem 2.4rem;
  width: 18rem;
  height: auto;
  margin: 0;
  text-transform: none;
  background-color: rgba(var(--color-background));
  box-shadow: 0px 8px 40px 0px rgba(var(--color-shadow), 0.08);
  border-radius: 1.2rem;
  transition: opacity var(--duration-default), transform var(--duration-default);
  z-index: 10;
}

.header__account details[open] .header__account-modal {
  animation: animateAccountOpen var(--duration-default) ease;
}

.header__account-login {
  min-width: max-content;
  width: 100%;
}

.header__account-register {
  align-self: center;
  gap: 0.2rem;
  margin-top: 1.2rem;
  line-height: var(--font-body-line-height);
  font-weight: var(--font-body-weight);
}

.header__account-name {
  position: relative;
  padding-bottom: 1.6rem;
  color: rgba(var(--color-foreground));
  line-height: var(--font-body-line-height);
}
.header__account-name::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(var(--color-border));
}

.header__account-body {
  margin: 0;
  padding: 0.6rem 0;
  list-style: none;
}
.header__account-body a {
  display: block;
  text-decoration: none;
  padding: 0.6rem 0;
  transition: opacity var(--duration-default);
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__account-body a:hover {
    opacity: var(--hover-opacity);
  }
}

.header__account-logout {
  min-width: max-content;
  width: 100%;
}

@media screen and (min-width: 990px) {
  .header__icon .header__icon-name {
    display: flex;
  }
  .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;
}

.header__search {
  display: flex;
  align-items: center;
}
.header__search[open] .header__search-close {
  display: block;
}
.header__search[open] .header__search-inner {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media screen and (min-width: 990px) {
  .header__search[open] .header__search-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.header__search-inner {
  position: fixed;
  z-index: 100;
  top: calc(var(--ann-height) * -1);
  right: 0;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: transparent;
  transition: opacity var(--duration-default) linear, visibility var(--duration-default) linear;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 990px) {
  .header__search-inner {
    width: 52.2222222222vw;
  }
}
.header__search-overlay {
  position: fixed;
  z-index: 99;
  inset: 0;
  top: calc(var(--ann-height) * -1);
  width: 100%;
  height: 100vh;
  background: rgba(var(--color-modal-overlay), 0.2);
  transition: opacity var(--duration-default) linear, visibility var(--duration-default) linear;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
  cursor: pointer;
}
@media screen and (min-width: 990px) {
  .header__search-overlay {
    display: block;
  }
}
.header__search-close {
  transition: opacity var(--duration-default);
  border: none;
  color: rgb(var(--color-foreground));
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__search-close:hover {
    opacity: var(--hover-opacity);
  }
}
.header__search-content {
  height: 100%;
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 100%;
  background: rgb(var(--color-background));
  padding: 3.2rem;
  font-family: var(--font-body-family);
  font-size: calc(var(--font-body-scale) * 1.2rem);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
  letter-spacing: calc(var(--font-body-letter-spacing) * 0.1);
  font-style: var(--font-body-style);
}
@media screen and (min-width: 1200px) {
  .header__search-content {
    padding-top: 3.2rem;
    padding-bottom: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1360px) {
  .header__search-content {
    padding-right: calc(8rem + (100vw - 1440px) / 2);
  }
}
.header__search-content predictive-search[open=true] + .header__search-popular {
  display: none;
}
.header__search-heading {
  margin-bottom: 2.4rem;
  color: rgba(var(--color-foreground-secondary));
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__search .predictive-search {
  overflow: unset;
}
.header__search .predictive-search-results-wrapper {
  margin-left: -2rem;
  direction: rtl;
  padding-left: 2rem;
}
.header__search .predictive-search-results-wrapper--scroll {
  padding-left: 1.6rem;
}
@media screen and (min-width: 1200px) {
  .header__search .predictive-search-results-wrapper {
    margin-left: -3.2rem;
    direction: rtl;
    padding-left: 3.2rem;
  }
  .header__search .predictive-search-results-wrapper--scroll {
    padding-left: 2.8rem;
  }
}
.header__search-popular {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.header__search-popular-link {
  display: block;
  padding: 0.8rem 2.2rem;
  border: 0.1rem solid rgb(var(--color-border));
  border-radius: 5rem;
  text-decoration: none;
  word-break: break-word;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  transition: border var(--duration-default), background-color var(--duration-default), color var(--duration-default);
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__search-popular-link:hover {
    border-color: rgb(var(--color-foreground));
    background-color: rgb(var(--color-foreground));
    color: rgb(var(--color-background));
  }
}

details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
}

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

.menu-drawer-container .header__modal-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  height: 2.4rem;
  width: 2.4rem;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  cursor: pointer;
  transition: opacity var(--duration-default);
}
.menu-drawer-container .header__modal-close-button .icon-close {
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (hover: hover) and (pointer: fine) {
  .menu-drawer-container .header__modal-close-button:hover {
    opacity: var(--hover-opacity);
  }
}

.menu-opening .header__modal-close-button {
  opacity: 1;
}
.menu-opening .header__scheme {
  display: flex;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: -0.8rem;
}
.menu-opening .header__toggle-scheme {
  display: inline-flex;
  justify-content: flex-start;
  width: max-content;
}
.menu-opening .menu-drawer__localization {
  display: flex;
}
.menu-opening .menu-drawer__localization-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.menu-opening .header__localization--language {
  margin-left: 0;
}

.header__inline-menu {
  display: none;
}

@media screen and (min-width: 1200px) {
  .header__inline-menu {
    display: flex;
    height: 100%;
  }
}
.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  text-decoration: none;
  color: #FFFFFF;
  transition: color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
  overflow: hidden;
}

.list-menu--inline {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.8rem 0;
}
.list-menu--inline li {
  display: flex;
}
.list-menu--inline li:not(.list-menu--megamenu) {
  position: relative;
}
.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 > .header__submenu,
.list-menu--inline .list-menu-item:active > .header__submenu {
  opacity: 1;
  pointer-events: all;
}
.list-menu--inline .list-menu-item:hover > .header__submenu::after,
.list-menu--inline .list-menu-item:focus-within > .header__submenu::after,
.list-menu--inline .list-menu-item:focus > .header__submenu::after,
.list-menu--inline .list-menu-item:active > .header__submenu::after {
  content: "";
  display: block;
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  height: 1rem;
  width: 100%;
  background-color: transparent;
}
.list-menu--inline > li > .header__menu-item--active .header__menu-item-title {
  transform: translate3d(0px, -100%, 0px);
}
.list-menu--inline .list-menu-item:not(.list-menu--submenu) > .header__menu-item {
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible;
}
.list-menu--inline .list-menu-item > .header__menu-item {
  min-height: 3.2rem;
  padding: 0 8px;
}
@media screen and (min-width: 1360px) {
  .list-menu--inline .list-menu-item > .header__menu-item {
    padding: 0 1.6rem;
  }
}
.list-menu--inline .header__menu-item-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 5;
}
.list-menu--inline .header__menu-item-title {
  position: relative;
  display: flex;
  align-items: center;
  transform: translate3d(0px, 0%, 0px);
  transform-style: preserve-3d;
  transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
}
.list-menu--inline .header__menu-item-title::after {
  content: attr(title);
  color: currentColor;
  position: absolute;
  inset: 100% auto auto 0%;
}
.list-menu--inline .header__menu-item + .header__submenu {
  opacity: 0;
  transform: rotateX(-10deg) scale(0.9);
  pointer-events: none;
}
.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, .list-menu--inline .header__menu-item + .header__submenu:active {
  opacity: 1;
  transform: rotateX(0deg) scale(1);
  pointer-events: all;
}
.list-menu--inline .header__menu-item:hover .header__menu-item-title, .list-menu--inline .header__menu-item:focus-within .header__menu-item-title, .list-menu--inline .header__menu-item:focus .header__menu-item-title, .list-menu--inline .header__menu-item:active .header__menu-item-title {
  transform: translate3d(0px, -100%, 0px);
}
.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 + .header__submenu, .list-menu--inline .header__menu-item:active + .header__submenu {
  opacity: 1;
  transform: rotateX(0deg) scale(1);
  pointer-events: all;
}

.header__inline-menu .header__menu-item {
  align-items: center;
}

.header__icon .header__icon-name {
  text-decoration: none;
  line-height: var(--font-body-line-height);
  color: rgb(var(--color-foreground));
}

.header__submenu {
  text-transform: none;
  border-radius: 1rem;
  box-shadow: 0px 4px 16px 0px rgba(var(--color-shadow), 0.15);
  transition: opacity 0.25s cubic-bezier(0.33, 1, 0.68, 1), transform 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 15;
}
.header__submenu.list-menu {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.8rem 0;
}
.header__submenu .header__menu-item {
  width: 100%;
  justify-content: space-between;
  height: auto;
  padding: 0 0.8rem;
  color: rgb(var(--color-foreground));
  transition: background-color var(--duration-default);
}
.header__submenu .header__menu-item span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.6rem 0.8rem 0.6rem 1.6rem;
  border-radius: 0.6rem;
  transition: background-color var(--duration-default);
}
.header__submenu .header__menu-item--active span {
  background-color: rgb(var(--color-background-secondary));
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__submenu .header__menu-item:hover span {
    background-color: rgb(var(--color-background-secondary));
  }
}
@media screen and (min-width: 1200px) {
  .header__submenu .header__submenu {
    --clientY: var(--header-height);
    max-height: calc(100vh - var(--clientY) - 2rem);
    overflow: auto;
  }
  .header__submenu .header__submenu::-webkit-scrollbar {
    width: 0.4rem;
  }
  .header__submenu .header__submenu::-webkit-scrollbar-thumb {
    background-color: rgba(var(--color-scrollbar));
    border-radius: 2rem;
  }
}

.header__inline-menu .list-menu--disclosure {
  position: absolute;
  width: 18rem;
  min-width: auto;
  top: calc(100% + 0.8rem);
  left: 0;
}
.header__inline-menu .list-menu--disclosure .list-menu--disclosure {
  margin: 0;
  top: -0.8rem;
  left: 100%;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__inline-menu li:hover > .header__submenu {
    opacity: 1;
    transform: rotateX(0deg) scale(1);
    pointer-events: all;
  }
}
.header__inline-menu span.header__menu-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.header__menu-item > span {
  position: relative;
}

.header__icon .header__icon-name {
  text-decoration: none;
  line-height: var(--font-body-line-height);
  color: rgb(var(--color-foreground));
}

@keyframes animateAccountOpen {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0rem);
  }
}
@keyframes animateLocalOpen {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}
@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}
.header__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  min-width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
}

.header__icon--cart {
  cursor: pointer;
  border: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  height: 100%;
  transition: opacity var(--duration-default);
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__icon--cart:hover .cart-icon-bubble-svg__progress-circle {
    stroke-dashoffset: 0;
  }
}

.cart-icon-bubble-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  overflow: visible;
}
.cart-icon-bubble-svg__bg-circle {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1;
  transition: stroke 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.cart-icon-bubble-svg__progress-circle {
  fill: none;
  stroke: rgba(var(--color-foreground), 1);
  stroke-width: 1;
  stroke-dasharray: 200, 200;
  stroke-dashoffset: 200;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.55, 0, 0.1, 1);
}

.cart-count-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 100%;
  height: 100%;
  line-height: 1;
  color: #FFFFFF;
  transition: color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}

.scheme-toggled[data-scheme] *:not(.swiper-wrapper),
.scheme-toggled[data-scheme] *::after,
.scheme-toggled[data-scheme] *::before {
  transition: none !important;
}

.header__scheme {
  position: relative;
  display: none;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .header__scheme {
    display: flex;
  }
}

.header__toggle-scheme {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  transition: opacity var(--duration-default);
  cursor: pointer;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__toggle-scheme:hover {
    opacity: var(--hover-opacity);
  }
}
.header__toggle-scheme-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  height: 100%;
  color: rgb(var(--color-foreground));
}
.header__toggle-scheme-item .icon {
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  transition: color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
  z-index: 2;
}

@media (prefers-color-scheme: light) {
  [data-scheme=auto] .header__toggle-scheme-item .icon-light-mode {
    display: none;
  }
  .header__submenu,
  .header .disclosure__list,
  .header__account-modal {
    background-color: rgb(var(--color-background));
    box-shadow: 0 8px 40px 0 rgba(var(--color-shadow), 0.08);
  }
}
[data-scheme=light] .header__toggle-scheme-item .icon-light-mode {
  display: none;
}
[data-scheme=light] .header__submenu,
[data-scheme=light] .header .disclosure__list,
[data-scheme=light] .header__account-modal {
  background-color: rgb(var(--color-background));
  box-shadow: 0 8px 40px 0 rgba(var(--color-shadow), 0.08);
}

@media (prefers-color-scheme: dark) {
  [data-scheme=auto] .header__toggle-scheme-item .icon-dark-mode {
    display: none;
  }
  [data-scheme=auto] .shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__submenu.list-menu {
    --color-background-secondary: 24, 24, 24;
  }
  [data-scheme=auto] .shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__submenu,
  [data-scheme=auto] .shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header .disclosure__list,
  [data-scheme=auto] .shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__account-modal {
    background-color: #343435;
    box-shadow: 0 -8px 40px 0 rgba(0, 0, 0, 0.2);
  }
  [data-scheme=auto] .shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .drawer__inner {
    background-color: #343435;
  }
}
[data-scheme=dark] .header__toggle-scheme-item .icon-dark-mode {
  display: none;
}
[data-scheme=dark] .shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__submenu.list-menu {
  --color-background-secondary: 24, 24, 24;
}
[data-scheme=dark] .header__submenu,
[data-scheme=dark] .header .disclosure__list,
[data-scheme=dark] .header__account-modal {
  background-color: #343435;
  box-shadow: 0 -8px 40px 0 rgba(0, 0, 0, 0.2);
}
[data-scheme=dark] .drawer__inner {
  background-color: #343435;
}

.mega-menu {
  position: fixed;
  z-index: 4;
  top: calc(var(--ann-height) * -1);
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(var(--color-modal-overlay), 0.2);
  transition: opacity var(--duration-default) cubic-bezier(0.57, 0.21, 0.69, 1.25), visibility var(--duration-default) cubic-bezier(0.57, 0.21, 0.69, 1.25);
}
.mega-menu[open=true] {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.mega-menu__overlay {
  position: fixed;
  z-index: 1;
  inset: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: transparent;
}
.mega-menu__wrapper {
  position: relative;
  z-index: 2;
  width: 56.9444444444vw;
  height: 100%;
  background: rgb(var(--color-background));
  padding-top: calc(var(--ann-height) + var(--header-height) + 3.2rem);
  padding-left: 8rem;
  padding-right: 0.8rem;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
}
@media screen and (min-width: 1440px) {
  .mega-menu__wrapper {
    padding-left: calc(8rem + (100vw - 1440px - var(--scrollbar-width, "0px")) / 2);
  }
}
.mega-menu__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.4rem;
  overflow: hidden;
}
.mega-menu__block:first-child {
  padding-bottom: 4rem;
}
.mega-menu__block--right {
  width: 34rem;
  margin-left: auto;
}
.mega-menu__submenu {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.mega-menu__submenu-link {
  display: flex;
  opacity: 0.4;
  transition: opacity var(--duration-default);
}
.mega-menu__submenu-link .icon-arrow-small {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.mega-menu__submenu-link--active {
  opacity: 1;
}
.mega-menu__submenu-link-inner {
  padding: 1.2rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  word-break: break-word;
}
.mega-menu__submenu-link:first-child > .mega-menu__submenu-link-inner {
  padding-top: 0;
}
.mega-menu__submenu-link:last-child > .mega-menu__submenu-link-inner {
  padding-bottom: 0;
}
.mega-menu__submenu::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.mega-menu__submenu::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-scrollbar));
  border-radius: 2rem;
}
.mega-menu__info-links {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem 2.8rem;
}
.mega-menu__info-links a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
  transition: opacity var(--duration-default);
}
@media screen and (hover: hover) and (pointer: fine) {
  .mega-menu__info-links a:hover {
    opacity: var(--hover-opacity);
  }
}
.mega-menu__media {
  width: 100%;
  display: none;
  opacity: 0;
  flex-direction: column;
  gap: 2rem;
  padding: 0 0 4rem 0;
  overflow: hidden;
  transition: opacity var(--duration-default);
}
.mega-menu__media--active {
  opacity: 1;
}
.mega-menu__media-label {
  color: rgb(var(--color-foreground-secondary));
}
.mega-menu__media--with-pad-right {
  padding-right: 3.2rem;
}
.mega-menu__products {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  overflow-y: auto;
  padding-right: 3.2rem;
}
.mega-menu__products--scroll {
  padding-right: 2.8rem;
}
.mega-menu__products::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.mega-menu__products::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-scrollbar));
  border-radius: 2rem;
}
.mega-menu__products-card {
  position: relative;
  margin: 0;
  padding: 0;
  transition: var(--duration-default);
}
.mega-menu__image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-block);
  overflow: hidden;
}
.mega-menu__image--landscape {
  aspect-ratio: 3/2;
}
.mega-menu__image--portrait {
  aspect-ratio: 3/4;
}
.mega-menu__image--square {
  aspect-ratio: 1/1;
}
.mega-menu__image img,
.mega-menu__image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  z-index: 1;
}
.mega-menu__image-link {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  inset: 0;
}
.mega-menu__image-link:empty {
  display: block;
}
@media screen and (hover: hover) and (pointer: fine) {
  .mega-menu__image-link:hover + img {
    transform: scale(1.03);
  }
}

.list-menu--megamenu-visible .header__menu-item > span::after {
  opacity: 1;
  visibility: visible;
}

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

@media (prefers-color-scheme: dark) {
  [data-scheme=auto] .shopify-section-header:not(.shopify-section-header-sticky):not(.color-background-overlay) .header-wrapper {
    background-color: rgb(31, 31, 31);
  }
  [data-scheme=auto] .shopify-section-header.shopify-section-header-sticky .header-wrapper {
    background-color: rgb(52, 52, 53);
  }
}
[data-scheme=dark] .shopify-section-header:not(.shopify-section-header-sticky):not(.color-background-overlay) .header-wrapper {
  background-color: rgb(31, 31, 31);
}
[data-scheme=dark] .shopify-section-header.shopify-section-header-sticky .header-wrapper {
  background-color: rgb(52, 52, 53);
}

noscript .localization-form__select {
  position: relative;
  display: flex;
  align-items: center;
}
noscript .localization-form__select + .button--underline {
  font-size: 1.2rem;
}
noscript .localization-form__select svg {
  position: absolute;
  right: 1.2rem;
  pointer-events: none;
}

/* Breadcrumb  */
.breadcrumb {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.2rem;
  font-family: var(--font-body-family);
  color: rgba(var(--color-foreground-secondary));
  background-color: transparent;
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 576px) {
  .breadcrumb {
    margin: 4rem 0 0 0;
  }
}
.breadcrumb__delimiter {
  width: 1.2rem;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground-secondary));
  margin-inline: 0.8rem;
}
.breadcrumb--center {
  justify-content: center;
}
.breadcrumb a {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: color var(--duration-default);
}
@media screen and (pointer: fine) {
  .breadcrumb a:hover {
    color: rgba(var(--color-foreground), 0.8);
  }
}
.breadcrumb span {
  color: rgba(var(--color-foreground));
  text-align: center;
}

/* Popup */
@media screen and (min-width: 576px) {
  .popup-scroll-hidden {
    overflow: hidden;
    width: 100%;
    padding-right: var(--scrollbar-width);
  }
}

@media screen and (max-width: 575px) {
  .popup-scroll-hidden-mobile {
    overflow: hidden;
    width: 100%;
    touch-action: none;
  }
}

.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(0.9);
  }
}
@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;
  animation-duration: 0.3s;
}

.popupExitSlide {
  animation-name: popupExitSlide;
  animation-duration: 0.3s;
}

.popupOpenZoom {
  animation-name: popupOpenZoom;
}

.popupExitZoom {
  animation-name: popupExitZoom;
}

.popupOpenSlideFade {
  animation-name: popupOpenSlideFade;
  animation-duration: 0.3s;
}

.popupExitSlideFade {
  animation-name: popupExitSlideFade;
  animation-duration: 0.3s;
}

.popup {
  display: none;
  position: fixed;
  z-index: 999999;
  max-width: calc(100vw - 4rem);
  max-height: calc(100vh - 4rem);
  -webkit-backface-visibility: hidden;
  transition: var(--duration-default);
}
@media screen and (min-width: 1200px) {
  .popup {
    max-width: calc(100vw - 6.4rem);
    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: 3.2rem;
  }
}
.popup--top-left {
  top: 2rem;
  left: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--top-left {
    top: 3.2rem;
    left: 3.2rem;
  }
}
.popup--top-right {
  top: 2rem;
  right: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--top-right {
    top: 3.2rem;
    right: 3.2rem;
  }
}
.popup--bottom {
  bottom: 2rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media screen and (min-width: 750px) {
  .popup--bottom {
    bottom: 3.2rem;
  }
}
.popup--bottom-left {
  left: 2rem;
  bottom: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--bottom-left {
    left: 3.2rem;
    bottom: 3.2rem;
  }
}
.popup--bottom-right {
  right: 2rem;
  bottom: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--bottom-right {
    right: 3.2rem;
    bottom: 3.2rem;
  }
}
.popup--left {
  left: 2rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
@media screen and (min-width: 750px) {
  .popup--left {
    left: 3.2rem;
  }
}
.popup--right {
  top: 50%;
  right: 2rem;
  transform: translate3d(0, -50%, 0);
}
@media screen and (min-width: 750px) {
  .popup--right {
    right: 3.2rem;
  }
}
.popup--center {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.popup-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  border-radius: var(--border-radius-block);
}
.popup-wrap::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.popup-wrap::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-scrollbar));
  border-radius: 2rem;
}
.popup-container {
  width: 100%;
}
.popup-outer {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius-block);
}
.popup-text {
  color: rgb(var(--color-foreground-secondary));
}
.popup-text a {
  display: inline;
  color: rgba(var(--color-foreground));
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 90%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground)) 0%, rgba(var(--color-foreground)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
}
@media screen and (pointer: fine) {
  .popup-text a:hover {
    background-size: 0% 5%;
    background-position: right 90%;
    opacity: 0.8;
  }
}
.popup-text.rte > * {
  word-break: break-word;
}
.popup-text.rte ul,
.popup-text.rte ol {
  width: max-content;
}
.popup .popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: opacity var(--duration-default);
}
@media screen and (hover: hover) and (pointer: fine) {
  .popup .popup-close:hover {
    opacity: var(--hover-opacity);
  }
}
.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-modal-overlay), 0.2);
  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-main {
  border-radius: var(--border-radius-block);
  max-width: calc(100vw - 4rem);
  max-height: calc(100vh - 4rem);
  max-height: calc(100svh - 4rem);
}
@media (min-width: 1200px) {
  .popup-main {
    max-width: calc(100vw - 12.8rem);
    max-height: calc(100vh - 6.4rem);
    max-height: calc(100svh - 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: 25%;
}
@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-wrapper-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.popup-main .popup-column {
  flex: 1;
}
@media screen and (min-width: 990px) {
  .popup-main .popup-column:first-child {
    max-width: 49%;
  }
  .popup-main .popup-column:last-child {
    max-width: 44%;
  }
}
@media screen and (max-width: 989px) {
  .popup-main .popup-column:first-child *:first-child {
    margin-right: 4rem;
  }
}
.popup-main .popup-heading {
  max-width: 53rem;
  margin: 0;
  font-size: calc(var(--font-popup-heading-scale) * 2rem);
}
@media screen and (min-width: 750px) {
  .popup-main .popup-heading {
    font-size: calc(var(--font-popup-heading-scale) * 2.6rem);
  }
}
.popup-main .popup-description {
  max-width: 44rem;
  margin: 0;
  font-size: calc(var(--font-popup-desc-scale) * 1.3rem);
  color: rgb(var(--color-foreground-secondary));
  word-break: break-word;
}
@media screen and (min-width: 750px) {
  .popup-main .popup-description {
    font-size: calc(var(--font-popup-desc-scale) * 1.6rem);
  }
}
.popup-main .popup-text {
  margin: 0;
  font-size: calc(var(--font-popup-text-scale) * 1rem);
  color: rgb(var(--color-foreground-secondary));
  word-break: break-word;
  max-width: 44rem;
}
@media screen and (min-width: 750px) {
  .popup-main .popup-text {
    font-size: calc(var(--font-popup-text-scale) * 1.3rem);
  }
}
.popup-main .popup-text p {
  color: inherit;
}
@media (min-width: 750px) {
  .popup-main .popup-outer {
    flex-direction: row;
  }
}
.popup-main .popup-thumbnail {
  flex: 1 0 50%;
  display: flex;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.popup-main .popup-thumbnail::after {
  content: "";
  display: block;
  width: 0;
  padding-bottom: var(--padding_bottom);
}
.popup-main .popup-thumbnail img,
.popup-main .popup-thumbnail svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.popup-main .popup-content {
  padding: 2rem;
  flex: 1 0 50%;
  order: 2;
}
@media screen and (min-width: 576px) {
  .popup-main .popup-content {
    padding: 4rem;
  }
}
.popup-main .popup-content:first-child:last-child {
  flex: 1 0 100%;
}
.popup-main .popup-content .modal-close-button {
  color: rgb(var(--color-foreground));
}
.popup-main .popup-content--center {
  text-align: center;
}
.popup-main .popup-content--center .popup-wrapper-text {
  align-items: center;
}
.popup-main .popup-content--center .newsletter-form__inner {
  align-items: center;
}
.popup-main .popup-content--center .newsletter-form__inner .field__input::-webkit-input-placeholder {
  text-align: center;
}
.popup-main .popup-content--center .newsletter-form__inner .field__input:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}
.popup-main .popup-content--center .newsletter-form__inner .field__input::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}
.popup-main .popup-content--center .newsletter-form__inner .field__input:-ms-input-placeholder {
  text-align: center;
}
.popup-main .popup-content--center .newsletter-form__message {
  justify-content: center;
}
.popup-main .popup-content--center .list-social {
  justify-content: center;
}
.popup-main .popup-content--left {
  text-align: left;
}
.popup-main .popup-content--left .popup-wrapper-text {
  align-items: flex-start;
}
.popup-main .popup-content--left .newsletter-form__inner {
  align-items: flex-start;
}
.popup-main .popup-content--left .list-social {
  justify-content: flex-start;
}
@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--bottom .popup-outer {
  flex-direction: column-reverse;
}
.popup-main-image--bottom .popup-content {
  padding-top: 6.4rem;
}
.popup-main .newsletter-form {
  width: 100%;
}
.popup-main .newsletter-form__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.popup-main .newsletter-form__field-wrapper {
  width: min(41.6rem, 100%);
}
.popup-main .newsletter-form .field {
  border-bottom: 0.1rem solid rgb(var(--color-border-input));
}
.popup-main .newsletter-form .field__input {
  background-color: transparent !important;
  border: unset !important;
  padding: 0 !important;
}
.popup-main .list-social {
  margin-left: -0.6rem;
  margin-bottom: 0.8rem;
}
.popup-main .list-social:last-child {
  margin-bottom: 0;
}
.popup-main .list-social:empty {
  display: none;
}
.popup-main:focus, .popup-main:focus-visible {
  outline: 0;
}

.notification-banner {
  border-radius: var(--border-radius-block);
}
.notification-banner .popup-outer {
  padding: 2rem;
  align-items: flex-start;
}
.notification-banner .popup-heading {
  margin: 0;
  font-family: var(--font-popups-heading-family);
  font-style: var(--font-popups-heading-style);
  font-weight: var(--font-popups-heading-weight);
  font-size: calc(var(--font-notification-heading-scale) * 2rem);
}
.notification-banner .popup-heading + .popup-text {
  margin-top: 0.8rem;
}
.notification-banner .popup-text {
  padding-right: 1rem;
  font-family: var(--font-popups-text-family);
  font-style: var(--font-popups-text-style);
  font-weight: var(--font-popups-text-weight);
  font-size: calc(var(--font-notification-text-scale) * 1.3rem);
  word-break: break-word;
}
.notification-banner .popup-button {
  margin-top: 1.6rem;
}
.notification-banner--box .popup-close {
  top: 0.2rem;
  right: 0.2rem;
}
.notification-banner--bar.popup--top {
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  bottom: auto;
  transform: none;
}
.notification-banner--bar.popup--top .popup-wrap {
  border-radius: 0;
}
.notification-banner--bar.popup--bottom {
  width: 100%;
  max-width: 100%;
  top: auto;
  left: 0;
  bottom: 0;
  transform: none;
}
.notification-banner--bar.popup--bottom .popup-wrap {
  border-radius: 0;
}
.notification-banner--bar .popup-outer {
  padding: 2rem;
}
.notification-banner--bar .popup-close {
  top: 0.2rem;
  right: 0.2rem;
}
@media (min-width: 750px) {
  .notification-banner--bar .popup-outer {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.6rem 2.4rem;
    margin: 0 auto;
  }
  .notification-banner--bar .popup-close {
    top: 50%;
    transform: translateY(-50%);
    right: 0.2rem;
  }
  .notification-banner--bar .button {
    margin-top: 0;
    width: auto;
  }
}
.notification-banner--banner .popup-outer {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.2rem;
}
.notification-banner--banner .popup-outer-image--right {
  flex-direction: row-reverse;
}
.notification-banner--banner .popup-outer-image--top {
  flex-direction: column;
}
.notification-banner--banner .popup-outer-image--top .notification-banner__image,
.notification-banner--banner .popup-outer-image--top .notification-banner__content {
  flex: unset;
  width: 100%;
}
.notification-banner--banner .popup-outer-image--bottom {
  flex-direction: column-reverse;
}
.notification-banner--banner .popup-outer-image--bottom .notification-banner__image,
.notification-banner--banner .popup-outer-image--bottom .notification-banner__content {
  flex: unset;
  width: 100%;
}
.notification-banner--banner .popup-button {
  max-width: 18rem;
}
.notification-banner--banner .notification-banner__image {
  position: relative;
  flex: 1 35%;
  min-width: 7.6rem;
  align-self: stretch;
  display: flex;
  border-radius: var(--border-radius-block);
  overflow: hidden;
}
.notification-banner--banner .notification-banner__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notification-banner--banner .notification-banner__content {
  flex: 1 65%;
  padding: 2.4rem 3.2rem 2.4rem 2.4rem;
}
.notification-banner--banner .popup-close,
.notification-banner--banner .popup-outer_bg .modal-close-button {
  top: 0.2rem;
  right: 0.2rem;
  box-shadow: none;
  background-color: transparent;
}
.notification-banner__content .popup-text.rte > * {
  margin-left: 0;
}
.notification-banner:focus, .notification-banner:focus-visible {
  outline: 0;
}

.age-verification {
  position: fixed;
  z-index: 9999999;
  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;
  }
}
.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__question .popup-text {
  text-align: center;
}
.age-verification__heading {
  margin-top: 0;
  margin-bottom: 1.6rem;
  text-align: center;
}
.age-verification__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 3.2rem;
}
@media screen and (min-width: 576px) {
  .age-verification__buttons {
    flex-direction: row;
  }
}
@media screen and (min-width: 750px) {
  .age-verification__buttons {
    margin-top: 4rem;
  }
}
.age-verification__buttons .button {
  min-width: 12rem;
}
.age-verification__declined {
  display: none;
}
.age-verification__declined.show {
  display: block;
}
.age-verification__declined .popup-text {
  text-align: center;
}
.age-verification:focus, .age-verification:focus-visible {
  outline: 0;
}

@media (prefers-color-scheme: dark) {
  .popup .popup-outer {
    background: #353535;
  }
}
[data-scheme=dark] .popup .popup-outer {
  background: #353535;
}

.infinite-scroll__loader {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--color-foreground));
}
.infinite-scroll__loader.loading {
  margin-top: 4rem;
}
@media screen and (min-width: 750px) {
  .infinite-scroll__loader.loading {
    margin-top: 4.8rem;
  }
}
.infinite-scroll__loader.loading .infinite-scroll__spinner {
  display: flex;
}
.infinite-scroll__spinner {
  display: none;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  color: rgb(var(--color-button-text));
  background-color: rgba(var(--color-button));
  border-radius: 100px;
}
.infinite-scroll__spinner svg.spinner {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}

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

.price {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.375;
  color: rgb(var(--color-card-price-regular));
}
.price-item--regular {
  color: rgb(var(--color-card-price-regular));
}
.price-item--sale {
  color: rgb(var(--color-card-price-sale));
}
.price--on-sale .price-item--regular {
  text-decoration: line-through;
  text-underline-offset: -0.4rem;
  color: rgb(var(--color-card-price-regular));
  text-decoration-color: rgb(var(--color-card-price-regular));
}
.price--on-sale .price__sale {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0.6rem;
}

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

.price dl {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.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.8rem;
}
@media screen and (min-width: 750px) {
  .price--product {
    font-size: 2.5rem;
  }
}

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

.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;
	align-items: flex-end;
	text-align: end;
}

.price__regular dd {
	text-align: end;
}*/
.unit-price {
  font-size: 1.1rem;
  letter-spacing: 0.04rem;
  line-height: 1.2;
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgb(var(--color-card-price-regular));
}

.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.4rem;
  padding: 0.4rem 0.8rem;
  text-transform: none;
  word-break: break-word;
  border-radius: 0.2rem;
  color: rgb(var(--color-foreground));
  overflow: hidden;
}
.badge--sale {
  color: rgb(var(--sale-badge-color));
  background-color: rgb(var(--sale-badge-bg));
}
.badge--sold-out {
  background-color: rgb(var(--sold-out-badge-bg));
  color: #000000;
}
.badge--custom {
  background-color: rgb(var(--custom-badge-bg));
  color: rgb(var(--custom-badge-color));
}
.badge span {
  display: inline-flex;
  align-items: center;
}

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

.discounts__discount {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.discounts__discount-label {
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  word-break: break-word;
}
.discounts__discount-label > .icon-discount {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
}

.discounts__discount--end {
  justify-content: flex-end;
}

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

.discounts__discount > .icon {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
}

.scroll-top {
  cursor: pointer;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(var(--color-background-secondary));
  color: rgb(var(--color-foreground));
  border: none;
  border-radius: var(--border-radius-button);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: opacity var(--duration-default), visibility var(--duration-default);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.09);
}
@media (min-width: 576px) {
  .scroll-top {
    bottom: 4rem;
    right: 4rem;
  }
}
.scroll-top svg {
  flex: none;
  width: 2rem;
  height: 2rem;
}
.scroll-top.show {
  visibility: visible;
  opacity: 1;
}
@media screen and (hover: hover) and (pointer: fine) {
  .scroll-top:hover {
    opacity: var(--hover-opacity);
  }
}

@keyframes fadeInToUp {
  0% {
    opacity: 0;
    transform: translate3d(0, -4px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeOutScale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.copy-btn {
  position: relative;
}
.copy-btn__success, .copy-btn__error {
  display: none;
  animation: fadeInToUp 0.2s ease;
  z-index: 10;
}
.copy-btn .copy-success,
.copy-btn .copy-error {
  position: absolute;
  inset: 0;
  transform: scale(0);
  opacity: 0;
  z-index: 2;
  animation-delay: 0.2s;
}
.copy-btn.copied {
  pointer-events: none;
}
.copy-btn.copied .icon-copy {
  animation: fadeOutScale 0.3s ease;
  opacity: 0;
}
.copy-btn.copied .copy-success {
  animation: fadeInScale 0.3s ease;
  transform: scale(1);
  opacity: 1;
}
.copy-btn.copied .copy-btn__success {
  display: block;
}
.copy-btn.notCopied {
  pointer-events: none;
}
.copy-btn.notCopied .icon-copy {
  animation: fadeOutScale 0.3s ease;
  opacity: 0;
}
.copy-btn.notCopied .copy-error {
  animation: fadeInScale 0.3s ease;
  transform: scale(1);
  opacity: 1;
}
.copy-btn.notCopied .copy-btn__error {
  display: block;
}

.disclosure {
  position: relative;
}

.disclosure__button {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.disclosure__button span,
.disclosure__button .icon {
  transition: opacity var(--duration-default);
}
@media screen and (hover: hover) and (pointer: fine) {
  .disclosure__button:hover span,
  .disclosure__button:hover .icon {
    opacity: var(--hover-opacity);
  }
}

.disclosure__list {
  position: absolute;
  bottom: 100%;
  max-width: 25rem;
  min-width: 100%;
  width: max-content;
  min-height: 8.2rem;
  max-height: 19rem;
  padding: 1.2rem;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background-input));
  border-radius: 1.2rem;
  transform: translateY(-1rem);
  z-index: 2;
  overflow-y: auto;
}
.disclosure__list::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.disclosure__list::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-scrollbar));
  border-radius: 2rem;
}

.disclosure__list .link {
  width: 100%;
  padding: 1rem 2rem;
  line-height: var(--font-body-line-height);
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  letter-spacing: calc(var(--font-body-letter-spacing) * 0.1);
  text-transform: var(--font-body-text-transform);
  border-radius: 0.6rem;
  transition: background-color var(--duration-default);
}
.disclosure__list .link span {
  gap: 0.4rem;
}
@media screen and (hover: hover) and (pointer: fine) {
  .disclosure__list .link:hover {
    background-color: rgb(var(--color-background-secondary));
  }
}

.disclosure__item {
  position: relative;
}

.disclosure__link {
  display: block;
  padding: 0.5rem 2.2rem;
  text-decoration: none;
  line-height: 1.4;
}
.disclosure__link > span {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#FooterLanguageList .disclosure__link > span {
  display: inline;
  width: unset;
}

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

.localization-selector {
  color: rgb(var(--color-foreground));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  height: auto;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.localization-selector .value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
}
.localization-selector span,
.localization-selector .icon {
  transition: opacity var(--duration-default);
}
@media screen and (hover: hover) and (pointer: fine) {
  .localization-selector:hover span,
  .localization-selector:hover .icon {
    opacity: var(--hover-opacity);
  }
}
.localization-selector .icon-caret {
  flex: none;
}

.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%;
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transform: translate(-50%, -50%);
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: 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;
}


/*------------- Custom css ----------------*/

.product .product__info-container .product__sku, .product .product__info-container .price-wrapper, .product .product__info-container .product-popup, .product .product__info-container .about {
  margin-top: 20px;
}
.product .product__info-container .product__inventory {
  margin-top: 30px;
}
.product .product__info-container .product__inventory .product__inventory-inner svg {
  display: none;
}

.product .product__info-container .product-popup {
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 10px;
}
.product .product__info-container .about {
  border-radius: 4px;
  border: 1px solid #cccccc;
}
.product .product__info-container .price-wrapper .price .price__regular .price-item {
  font-size: 30px;
  color: #000000;
}

.product .product__info-container .about .about__accordion-item .about__accordion-toggle {
  padding: 10px;
}
.product .product__info-container .about .about__accordion-item .about__accordion-toggle.active {
  background: #f2f2f2;
  border-radius: 4px 4px 0px 0px;
}
.about .about__accordion-item .about__accordion-toggle-icon {
  display: none;
}
.product .product__info-container .about .about__accordion-item .about__accordion-toggle span.h5, .product .product__info-container .product-popup .button__content .button__label {
  font-size: 16px;
}
.product .product__info-container .about .about__accordion-item .about__accordion-description ul li {
  border-top: 1px solid #cccccc;
  margin: 0px;
  padding: 7px 10px;
  color: #000000;
  font-weight: 200;
}
.product .product__info-container .about .about__accordion-item .about__accordion-description ul li strong {
  font-weight: 400;
}
.product .product__info-container .about .about__accordion-item .about__accordion-description ul li:before {
  display: none;
}

.product-form .product-form__buttons .product-form__submit {
  background: #EA232E;
  border: 2px solid #FFB3B7;
  filter: drop-shadow(1px 2px 2px #ECECEC);
  font-weight:500;
  font-size: 13px;
  text-transform: uppercase;
  
  
  
}
.product-form .product-form__buttons .product-form__submit .button__content .button__label {
  color: #ffffff;
}



.footer-subscribe-block .call-cta {
  padding-top: 45px;
}
.footer-subscribe-block .call-cta h3 {
  font-weight: 300;
  font-size: 22px;
  line-height: 36px;
}
.footer-subscribe-block .call-cta h3 span {
  font-weight: 500;
  padding-left:35px;
}
.footer-subscribe-block .call-cta h3:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 35px;
  background: url('/cdn/shop/files/mobile-phone-ringing-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


#shopify-section-template--24378080166166__multicolumn_EzExaG .multicolumn {
}
#shopify-section-template--24378080166166__multicolumn_EzExaG .multicolumn .container .multicolumn__header__titles, #shopify-section-template--24378080166166__multicolumn_EzExaG .multicolumn .container .multicolumn-grid  {
  background: #ea232e;
}
#shopify-section-template--24378080166166__multicolumn_EzExaG .multicolumn .container .multicolumn__header__titles {
  border-radius: 5px 5px 0px 0px;
  padding-top: 30px;
}
#shopify-section-template--24378080166166__multicolumn_EzExaG .multicolumn .container .multicolumn__header__titles h2 {
  color: #ffffff;
  padding-bottom: 6px;
}
#shopify-section-template--24378080166166__multicolumn_EzExaG .multicolumn .container .multicolumn-grid {
  border-radius: 0px 0px 5px 5px;
}
.product-description img {
  width: 100%;
}
#shopify-section-template--24378080166166__custom_liquid_cJXckL .product-description img {
  border-radius: 5px;
}
footer .footer-socials .footer-socials-list .list-social__item .icon {
  height: 3rem;
  width: 3rem;
}
footer .footer-bottom {
  padding-bottom: 3.2rem;
}
footer .footer-bottom .footer-copyright .footer-copyright__content, footer .footer-bottom .footer-copyright .footer-copyright__content a, footer .footer-bottom .footer-policies li a {
  font-weight: 300;
  color: #000000;
}

.installment-wrapper .installment .font-system span {
  color: red;
}
#shopify-installments #shopify-installments-content .font-bold {
  font-weight: 200;
  
}


.review-detail .reviews-text {
  font-weight: 200;
}
.review-detail .user-name .author-name {
  font-weight: 400;
}






.about .about__accordion-item .about__accordion-description.active ul {
  max-width: 100%;
}
.product__media-sublist-outer .product__media-sublist .product__media-sublist-container .product__media-subitem.swiper-slide-thumb-active {
  border: 2px solid #D7D7D7;
}
.product__media-sublist-outer .product__media-sublist .product__media-sublist-container .product__media-subitem {
  border-radius: 3px;
  padding: 3px;
  border: 2px solid #F0F0F0;
}
#shopify-section-template--24378080166166__collapsible_content_y6ehEx .collapsible-content {
  margin-top: 60px;
}
.collapsible-content__content .collapsible-content__items .collapsible-content__item {
  border: 1px solid #D7D7D7;
  border-radius: 3px;
}
.collapsible-content__content .collapsible-content__items .collapsible-content__item .collapsible-content__toggle-group p {
  font-size: 20px;
  max-width: 100%;
}
.collapsible-content__content .collapsible-content__items .collapsible-content__item .collapsible-content__answer p {
  font-size: 20px;
  color: #000000 !important;
  font-weight: 200;
  max-width: 100%;
}
#reviews-wrapper #vstar-reviews #reviews-head .tt-head-title, #reviews-wrapper #vstar-reviews .tt-head-content .product-rating .point .big-point, #reviews-wrapper #vstar-reviews .tt-review-list .list-review-head .user-message .user-name .author-name, #reviews-wrapper #vstar-reviews .tt-review-list .list-review-body .tt-review-title {
  font-weight: 400;
}
#reviews-wrapper #vstar-reviews .tt-review-list .list-review-body .tt-review-title {
  font-size: 20px;
}
#reviews-wrapper #vstar-reviews .tt-review-list .list-review-body .reviews-text {
  font-weight: 200;
  font-size: 16px;
}
#reviews-wrapper #vstar-reviews .tt-review-list .list-review-body .vstar-star {
  margin-bottom: 5px;
}
footer .footer-bottom .footer-bottom-container {
  flex-direction: inherit;
}
.button__icon .icn {
  width: 100%;
  display: block;
}
.collection-product-card .card-information .vstar-star .collection-reviews-num, .product__info-container .product__title__wrapper .vstar-star .tt-rating-text {
  font-weight: 300;
} 

.card-information .card-information__wrapper .card__title a {
  font-size: 18px;
  text-align: left;
}
.card-information .card-information__wrapper .card__title .vstar-star {
  text-align: left;
}
.card-information .card-information__wrapper .price {
  width: 100%;
  text-align: left;
  display: block;
  position: relative;
    bottom: 0;
    left: 0;
}
.card-information .card-information__wrapper .card-information__group {
  display: block;
  height: auto;
}
.card-information .card-information__wrapper .price .price-item {
  font-size: 20px;
  color: #000000;
}

.collection-wrapper .facets-container {
  padding: 0px;
  border-radius: 3px;
  margin-right: 3.2rem;
}
.collection-wrapper .facets-container .facets__inner-container .facets__inner-filters .disclosure-has-popup {
  background: #ffffff;
  margin-bottom: 15px;
  padding: 0px 10px;
  border-radius: 3px;
  border: 1px solid #D7D7D7;
}

.collection-wrapper .facets-container .facets__inner-container .facets__inner-filters .disclosure-has-popup .facets__display .facets__reset {
  border: 1px solid;
  padding: 2px 8px;
  background-image: none;
  font-weight: 200;
  border-radius: 2px;
  font-size: 13px;
}
.collection-wrapper .facets-container .facets__inner-container .facets__inner-filters .disclosure-has-popup .facets__summary {
  font-size: 18px;
  padding-bottom: 15px;
  padding-top: 10px;
}

.collection-wrapper .facets-container .facets__inner-container .facets__inner-filters .disclosure-has-popup .facet-checkbox .body-small {
  font-size: 15px;
  font-weight: 300;
}

.collection-wrapper .facets-container .facets__inner-container .facets__inner-filters ul.facets__list {
  gap: 0.6rem;
}
.collection-top .collection-top__container .facets-button-show.active, .facets-container .facets__form .facets__inner-bottom, .facets__inner-filters .disclosure-has-popup .facets__display .facets__reset  {
  display:none;
}

.facets__display .facets__list--color .facet-checkbox--color:after, .facets__display .facets__list--color .facet-checkbox--color:before {
  border-radius: 3px;
}
.container .collection-wrapper .collection .collection-product-list {
      gap: 4rem 0.6rem;
}
.collection-hero .collection-hero__wrapper .collection-hero__text-wrapper .breadcrumb {
  display: none;
}
#tt-carousel .tt-card-wrapper .tt-card .tt-card-bottom .tt-card-author, #trustoo-photo-carousel #tt-carousel #tt-carousel-desc {
  font-weight: 400;
}
#tt-carousel .tt-card-wrapper .tt-card .tt-card-bottom .tt-card-review {
  font-weight: 200;
}
#trustoo-photo-carousel #tt-carousel #tt-carousel-title {
  font-weight: 500;
}
#trustoo-photo-carousel #tt-carousel {
  border-radius: 6px;
}
#tt-carousel-content #tt-carousel-list-wrapper .tt-swiper-btn, #tt-carousel .tt-card-wrapper .tt-card-bottom .tt-card-rating {
  box-shadow: none;
  border: 1px solid #dfdfdf;
}
.popular-products .popular-products__bar-container {
  margin-top: 2.4rem;
}
cart-drawer.drawer.active {
    width: 100vw;
}
.popular-products .card-wrapper .card--product {
  padding: 30px;
}
#breadcrumbs {
  display: none;
}
.shopify-policy__body p, .shopify-policy__body ul li, .shopify-policy__body table tr td {
  font-weight: 200;
}
.shopify-policy__body strong {
  font-weight: 400;
}
.shopify-policy__body .rte>*, .shopify-policy__body {
  width: 100%;
  max-width: 100%;
}
.shopify-policy__title h1 {
  text-transform: none;
}
.product-popup-modal .product-popup-modal__content {
  padding: 0px;
}
.product-popup-modal .close {
  width: 30px;
  background: #fff;
  border-radius: 500px;
  padding: 5px;
  border: 1px solid #d5d5d5;
}
.arrivesby-dt-wrapper .arrivesby-dt {
  background: none;
  padding-left: 0px;
}
.arrivesby-dt-wrapper .arrivesby-dt .material-icons-outlined {
  display: none;
  
}
.arrivesby-dt-wrapper .arrivesby-dt .date-text-md  {
  color: #307700;
  font-weight: 200;
  font-size: 18px;
}
.arrivesby-dt-wrapper .arrivesby-dt .date-text-md .delivery {
  font-weight: 400;
}
.product .product__info-container .product__buy-buttons {
  margin-top: 10px;
}

.facets__list .facets__item .facet-checkbox--color:before, .facets__list .facets__item .facet-checkbox--color:after {
  width: 30px;
  height: 30px;
}
.facets__list .facets__item .facet-checkbox--color:after {
  left: 0px;
}

.main-cart__wrapper .cart__footer .cart__blocks .cart__blocks-title {
  text-transform: capitalize;
}
.cart__blocks-content .totals__wrapper .totals .totals__items-subtotal-value, .cart__blocks-content .totals__wrapper .totals .totals__shipping-value {
  font-weight: 200;
}
.cart__blocks-content .totals__wrapper .totals .totals__subtotal-value span {
  font-weight: 500;
}
.cart__blocks .cart__ctas .cart__checkout-button, .cart__blocks .cart__ctas .cart__checkout-button:hover, .cart-drawer__bottom .cart-drawer__buttons .cart__checkout-button {
  background: #00AA04;
} 
.cart__blocks .cart__ctas .cart__checkout-button .button__content .lock, .cart-drawer__bottom .cart-drawer__buttons .cart__checkout-button .lock {
    width: 12px;
    float: left;
}
.footer-menu-block-list__link svg {
  display: none !important;
}
footer .footer-menu-block-list__link {
  padding-bottom: 3px;
  transition: var(--duration-default);
  border-bottom: 1px solid transparent;
}
footer .footer-menu-block-list__link:hover {
  border-bottom: 1px solid #ffffff;
  border-color: #ffffff;
}

.cbb-frequently-bought-container h2.cbb-frequently-bought-title {
  font-size: 24px !important;
  font-weight: 400;
  padding-bottom: 15px;
}
.cbb-frequently-bought-container .cbb-frequently-bought-form .cbb-frequently-bought-total-price-text {
  font-weight: 400 !important;
}
.cbb-frequently-bought-container .cbb-frequently-bought-form .cbb-frequently-bought-total-price-regular-price {
  font-weight: 200 !important;
}
.cbb-frequently-bought-container .cbb-frequently-bought-add-button .translatable {
  color: #ffffff !important;
  text-transform: capitalize;
}
ul.cbb-frequently-bought-selector-list li input {
  
}
ul.cbb-frequently-bought-selector-list li .cbb-frequently-bought-selector-label-name, ul.cbb-frequently-bought-selector-list li .cbb-frequently-bought-selector-label-regular-price {
  font-weight: 200 !important;
}
ul.cbb-frequently-bought-selector-list li .cbb-frequently-bought-selector-label-name span {
  font-weight: 400 !important;
}
.card-information ,.card-information__group .collection-icon-list .tt-rating-text {
  font-size: 14px;
}
.card-information__group .collection-icon-list .trustoo-rating-icon {
    width: 18px;
    height: 18px;
}
/*
.header__inline-menu .list-menu .list-menu-item .header__menu-item {
  padding-bottom: 2px;
}
.header__inline-menu .list-menu .list-menu-item .header__menu-item:hover {
  border-bottom: 2px solid #eb222f;
  padding-bottom: 0px;
}
.header__inline-menu .list-menu .list-menu-item .header__menu-item.header__menu-item--active {
  border-bottom: 2px solid #eb222f;
  padding-bottom: 0px;
}
*/
#reviews-head .tt-head-content .tt-head-right .head-button {
  font-weight: 400 !important;
}
#vstar-reviews .tt-head-title {
  font-size: 24px;
}
.pl-swatches .pl-swatches__group .pl-swatches__label {
  font-weight: 200;
}
.pl-swatches .pl-swatches__group .pl-swatches__container .pl-swatches__link .pl-swatches__swatch-wrapper {
  box-shadow: 0 0 0 2px #F7F7F7 ;
}
.pl-swatches .pl-swatches__group .pl-swatches__container .pl-swatches__link .pl-swatches__swatch-wrapper--active {
  box-shadow: 0 0 0 2px #D7D7D7 ;
}

.pl-swatches__container .pl-swatches__link .pl-swatches__swatch-wrapper {
  margin: 3px 1px;
}
.clr-name {
  font-weight: 400;
}
.trustoo-widget #reviews-footer .page-control {
  
}
.trustoo-widget #reviews-footer .page-control .page-control-item {
  border: 1px solid #D7D7D7;
  padding: 4px 20px;
  height: auto;
  line-height: 22px;
  text-align: center;
  width: auto;
  border-radius: 15px;
  color: #000000;
  font-weight: 200;
}
.trustoo-widget #reviews-footer .page-control .page-control-item:hover {
  border: 1px solid #D7D7D7;
}
.trustoo-widget #reviews-footer .page-control .page-control-item.active{
  background:#f2f2f2;
  font-weight: 400;
}
.trustoo-widget #reviews-footer .page-control .page-control-button, .trustoo-widget #reviews-footer .page-control .page-control-button:hover {
  border: none;
}
.header .header__inline-menu .list-menu .list-menu-item .header__menu-item-content:hover {
  border-bottom: 2px solid #EA232E;
}
.product__info-container .shopify-block #delivery_timer_wrapper1 {
  font-weight: 200;  
}
.product__info-container .shopify-block #delivery_timer_wrapper1 .countdown, .product__info-container .shopify-block #delivery_timer_wrapper1 .delivery_date {
  font-weight: 400;  
}
.product .product__outer .product__info-container>*:not(.product-tags,.product__description-wrapper,.product-countdown) {
  margin-top: 1rem;
}
#reviews-wrapper #vstar-reviews .tt-tabs-list .tt-tab {
  font-weight: 400;
}
#reviews-wrapper .trustoo-widget .tt-tabs-list .tt-tab.active {
  border-bottom: 3px solid #ea232e;
}
#reviews-wrapper #vstar-reviews {
  padding: 0 20px 20px;
}
.trustoo-widget #reviews-footer .page-control {
  gap: 5px;
}

.template-product #reviews-wrapper #vstar-reviews {
  max-width: 1325px;
}
.product__info-container .shopify-block #delivery_timer_wrapper1 {
  padding-top: 0px !important;
  padding-bottom: 40px !important;
}
.contact-form__inner {
  
}
.contact-form__inner .contact-form__col--form {
  padding: 30px 30px;
  border-radius: 3px;
}
.contact-form__inner .contact-form__col--form form label {
  display: none;
}
.contact-form__inner .contact-form__col--form form input, .contact-form__inner .contact-form__col--form form textarea {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
}
.contact-form__inner .contact-form__col--form form input::placeholder, .contact-form__inner .contact-form__col--form form textarea::placeholder {
  color: #000000;
  font-weight: 200;
}
.contact-form__col--image .contact-form__overlay {
  display: none;
}
.contact-form__col--image .contact-form__image {
  padding-left: 60px;
}

.contact-form__inner .contact-form__col--form hr {
  margin: 30px 0px;
  background-color: #E0E0E0;
}
.contact-form__inner .contact-form__col--form .contact-form__info {
  
}
.contact-form__inner .contact-form__col--form .contact-form__info p {
  font-weight: 200;
  font-size: 16px;
  padding: 3px 0px;
}
.contact-form__inner .contact-form__col--form .contact-form__info .b {
  font-weight: 400;
  color: #000000;
}
.wholesale-price-label {
    float: left;
    text-align: left;
    width: 100%;
  padding-top: 5px;
}
.wholesale-price-label .wholesale-label {
  
}
.wholesale-price-label .wholesale-label .txt {
  float: left;
  font-size: 20px;
  padding-right: 5px;
}
.wholesale-price-label .wholesale-label .price {
  align-items: left;
}
.drawer__footer .cart-drawer__buttons .button {
        width: calc(100% - .3rem);
    }
}


















@media only screen and (max-width: 1440px) {
  .template-product #reviews-wrapper #vstar-reviews {
    max-width: 1285px;
  }
}

@media screen and (max-width: 768px) {
  cart-drawer.drawer.active {
    width: 100vw !important;
}

footer .footer-subscribe-block {
  padding-top: 30px
}
.footer-subscribe-block .call-cta {
    padding-top: 45px;
}
.footer-subscribe-block .call-cta h3 {
  font-size: 16px;
}
.collection .collection-product-list .card-wrapper {
  display: flex;
}
.collection .collection-product-list .card-wrapper .card--product {
  width: 50%;
  padding: 0px 10px;
}
.collection .collection-product-list .card-wrapper .card-information {
  width: 50%;
  padding: 0px 10px;
}
.card-information .card-information__wrapper .price {
  position:relative;
}
.products-grid .collection-product-list .collection-product-card {
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 15px;
}
 .mobile-facets__wrapper .disclosure-has-popup summary .mobile-facets__open {
   background: #ffffff;
   color: #000000;
   border: 1px solid #D7D7D7;
 } 
.mobile-facets__wrapper .disclosure-has-popup summary .mobile-facets__open .button__label, .mobile-facets__wrapper .disclosure-has-popup summary .mobile-facets__open svg  {
    color: #000000;
}
.popular-products .card-information .card-information__wrapper .card-information__group {
  height: auto;
}
.mobile-facets__main .mobile-facets__submenu .mobile-facets__close-button {
  font-size: 18px;
  font-weight: 400;
}
.mobile-facets__inner .mobile-facets__main .mobile-facets__submenu ul li label {
  padding: 5px 5px 5px 20px;
}
.mobile-facets__inner .mobile-facets__main .mobile-facets__submenu ul li label.facet-checkbox--color  {
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
 .mobile-facets__main .mobile-facets__submenu ul li label.facet-checkbox--color:before, .mobile-facets__main .mobile-facets__submenu ul li label.facet-checkbox--color:after {
    width: 25px;
    height: 25px;
    border-radius: 3px;
   left: 5px;
  }
.mobile-facets__main .mobile-facets__submenu ul li label .facet-checkbox__label {
  font-size: 15px;
  font-weight: 300;
}
.mobile-facets .mobile-facets__inner .mobile-facets__main .mobile-facets__submenu {
  position: relative;
  transform: none;
  padding-bottom: 10px;
}
.mobile-facets .mobile-facets__inner .mobile-facets__main .mobile-facets__submenu .mobile-facets__footer, .mobile-facets .mobile-facets__inner .mobile-facets__main .mobile-facets__submenu .mobile-facets__close-button {
  display: none;
}
.mobile-facets .mobile-facets__inner .mobile-facets__main .mobile-facets__details {
  border: 1px solid #D7D7D7;
  margin: 5px 10px;
  border-radius: 3px;
}
.mobile-facets__main .mobile-facets__summary .mobile-facets__arrow {
  transform: rotate(-0deg);
}
.mobile-facets__details .mobile-facets__submenu .mobile-facets__list--color {
  padding-left: 15px;
  flex-direction: raw;
  gap: 3px;
  display: block;
}
.mobile-facets__details .mobile-facets__submenu .mobile-facets__list--color li {
  display: inline;
  float: left;
}  
.mobile-facets__details .mobile-facets__submenu .mobile-facets__list--color li label .facet-checkbox__label, .mobile-facets__inner .mobile-facets__footer {
  display: none;
}
.section-grid .products-grid .collection-product-list--2-mobile {
  gap: 1.6rem 0;
}  
.collection-top .collection-top__container facet-filters-form {
  display: block !important;
}
.collection-top .collection-top__container .facets__product-count {
  margin-left: initial;
}  
.collection-top .collection-top__container facet-filters-form .facets-sorting .facet-filters__field {
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  padding: 4px 8px;
  margin-left: 10px;
}
.template-page-contact #shopify-section-template--24378080002326__images_with_content_VtWrPx {
  width: 100%;
  height: auto;
  float: left;
}
.template-page-contact #shopify-section-template--24378080002326__174430695141684c46 {
  width: 100%;
  height: auto;
  float: left;
}
  
.drawer__footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
}
cart-drawer-items:not(.is-empty) {
  padding-bottom: 200px;
}
.drawer.active {
  top:0px;
  height: calc(var(--vh, 1vh) * 88);
}
.drawer__header .drawer__header-wrapper .drawer__header-title {
  font-size: 18px;
}
.cart-drawer .totals .totals__subtotal, .cart-drawer .totals .totals__subtotal-value .money {
  font-size: 24px;
}
.cart-drawer .drawer__inner {
    width: 100vw !important;
}
  
}
















@media screen and (min-width: 768px) {
    .products-grid collection-product-list--2-mobile .collection-product-card {
        width: calc((100% - 3.2rem) / 2) !important;
    }
}

@media screen and (min-width: 769px) {
    .products-grid .collection-product-list--5-items .collection-product-card {
        width: calc((100% - 3.2rem) / 2) !important;
    }
}


@media screen and (min-width: 1120px) {
    .products-grid .collection-product-list--5-items .collection-product-card {
        width: calc((100% - 3.2rem) / 3) !important;
    }
}



@media screen and (min-width: 1400px) {
    .products-grid .collection-product-list--5-items .collection-product-card {
        width: calc((100% - 3.2rem) / 4) !important;
    }
  
}

@media only screen and (max-width: 1440px) {
    #reviews-wrapper 
  #vstar-reviews {
        max-width: 1440px;
        width: 100%;
    }
  cart-drawer.drawer.active {
    width: 102vw;
}
}

@media only screen and (max-width: 1120px) {
    #reviews-wrapper 
  #vstar-reviews {
        max-width: 1120px;
        width: 100%;
    }
  cart-drawer.drawer.active {
    width: 106vw;
}
}
@media only screen and (max-width: 769px) {
    #reviews-wrapper 
  #vstar-reviews {
        max-width: 769px;
        width: 100%;
    }
}

@media screen and (min-width: 1920px) { 
   cart-drawer.drawer.active {
    width: 114vw;
}
}



.menu-drawer__top {
  background: #000000;
}
header .menu-drawer-container .header__modal-close-button {
  color: #ffffff;
}
.menu-drawer__navigation-container .menu-drawer__navigation ul li {
  border-top: 0px;
}
.menu-drawer__navigation-container .menu-drawer__navigation ul li:last-child {
  padding-bottom: 15px;
}
.menu-drawer__navigation-container .menu-drawer__navigation ul li a {
  padding: 7px 0px;
  font-weight: 400;
  font-size: 24px;
}
.menu-drawer__navigation-container .menu-drawer__utility-links {
  padding: 20px;
  padding-left: 0px;
}
header .menu-drawer__navigation-container .list-social {
  margin-top: 0px;
  justify-content: center;
}

.menu-drawer__utility-links a .button__label {
  font-size: 18px;
  font-weight: 400;
}
.menu-drawer__utility-links .df {
  font-size: 18px;
  font-weight: 200;
}
header .menu-drawer .list-social__link .icon {
  height: 3rem;
  width: 3rem;
}

.product__description-wrapper .product__description ul {
  
}
.product__description-wrapper .product__description ul li {
  font-weight: 200;
  margin-bottom: 8px;
}
.header #menu-drawer, .header #menu-drawer .menu-drawer__bottom {
  background: #ffffff;
}
.template-product-merch .product__description-wrapper {
  margin-top: 0px;
  margin-bottom: 30px;
}
.shopify-section-header-sticky {
  z-index: 999;
}

.pl-swatches-collection__link:hover>.pl-swatches-collection__swatch-wrapper>.pl-swatches-collection__tooltip {
  z-index: 9999999999;
}

.drawer.active .cart__link {
  display: none;
}

.drawer__header .drawer__header-wrapper {
  justify-content: unset;
}
.drawer__header .drawer__header-wrapper .drawer__header-title {
  margin: auto;
}
.cart-drawer .drawer__footer .cart__note-summary, .cart-item__details .cart-item__info .product-option__group {
  display: none;
}
.cart-drawer__bottom .cart-drawer__buttons .cart__checkout-button {
  border-radius: 3px;
}
.drawer__header .drawer__header-wrapper .drawer__header-title {
  font-size: 22px;
}
.cart-drawer .totals .totals__subtotal, .cart-drawer .totals .totals__subtotal-value .money {
  font-size: 30px;
}


.drawer.active .drawer__inner {
  
}
.drawer.active .drawer__inner .drawer__footer {
  padding-top: 10px;
}
.cart-drawer .drawer__inner {
    width: 50vw;
}