/** Shopify CDN: Minification failed

Line 11002:1 Unexpected "="
Line 11434:10 Expected identifier but found whitespace
Line 11434:17 Unexpected "!"

**/
@charset "UTF-8";
/* Color custom properties */
:root {
  --color-error: 187, 0, 0;
  --duration-short: 100ms;
  --duration-default: 250ms;
  --duration-long: 500ms;
  --color-price: #bb0000;
}

:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-foreground-secondary: var(--color-secondary-text);
  --color-foreground-title: var(--color-title-text);
  --color-background: var(--color-base-background-1);
  --color-background-section-border: var(--color-section-border);
  --color-background-input: var(--color-base-background-input);
  --color-border-input: var(--color-base-border-input);
  --color-border-input-hover: var(--color-hover-border-input);
  --color-announcement-bar: var(--color-announcement-bar-background);
  --color-link: var(--color-base-text);
  --alpha-link: 0.5;
  --color-button: var(--color-base-button-background);
  --color-button-text: var(--color-base-solid-button-labels);
  --color-button-secondary: var(--color-base-outline-button-labels);
  --color-button-secondary-text: var(--color-secondary-button-labels);
  --color-button-tertiary: var(--color-tertiary-button-background);
  --color-button-tertiary-text: var(--color-tertiary-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --color-overlay: var(--color-overlay-background);
  --color-social: 0, 0, 0;
  --color-placeholder-input: 0, 0, 0;
  --alpha-placeholder-input: 0.5;
}

.color-background-2 {
  --color-foreground: var(--color-base-text);
  --color-foreground-title: var(--color-title-text);
  --color-background: var(--color-base-background-2);
  --color-background-input: var(--color-base-background-1);
  --color-social: 0, 0, 0;
  --color-button-secondary: 255, 255, 255;
}

.color-background-3 {
  --color-background: var(--color-base-background-3);
  --color-foreground: 255, 255, 255;
  --color-link: 255, 255, 255;
  --color-foreground-title: 255, 255, 255;
  --color-foreground-secondary: 255, 255, 255;
  --color-button: 0, 0, 0;
  --color-button-text: 255, 255, 255;
  --color-button-secondary: 255, 255, 255;
  --color-card-hover: var(--color-base-background-1);
  --color-social: 255, 255, 255;
  --color-accent: 255, 255, 255;
}

.color-background-4 {
  --color-background: var(--color-base-background-4);
  --color-foreground: 255, 255, 255;
  --color-foreground-secondary: 255, 255, 255;
  --color-link: 255, 255, 255;
  --color-foreground-title: 255, 255, 255;
  --color-button: var(--color-base-solid-button-labels);
  --color-button-text: var(--color-base-button-background);
  --color-button-secondary: 255, 255, 255;
  --color-card-hover: var(--color-base-background-1);
  --alpha-button-border: 0.3;
  --color-social: 255, 255, 255;
}

.color-background-5 {
  --color-background: var(--color-base-background-5);
  --color-social: 0, 0, 0;
}

.color-inverse {
  --color-foreground: 255, 255, 255;
  --color-foreground-secondary: 255, 255, 255;
  --color-link: 255, 255, 255;
  --color-foreground-title: 255, 255, 255;
  --color-background: var(--color-base-text);
  --color-background-input: var(--color-base-text);
  --color-button: var(--color-base-solid-button-labels);
  --color-button-text: var(--color-base-button-background);
  --color-button-secondary: 255, 255, 255;
  --color-card-hover: var(--color-base-background-1);
  --alpha-button-border: 0.3;
  --color-social: 255, 255, 255;
  --color-border-input: 255, 255, 255;
  --color-border: 150, 150, 150;
  --color-border-input-hover: 232, 232, 232;
  --alpha-link: 0.5;
  --color-button-secondary-text: 255, 255, 255;
  --color-button-tertiary-text: 255, 255, 255;
  --alpha-button-background: 1;
  --color-overlay: 31, 31, 31;
  --color-background-card: 31, 31, 31;
  --color-accent: 255, 255, 255;
  --color-base-border-input: 255, 255, 255;
  --color-placeholder-input: 255, 255, 255;
  --color-base-text-default: 255, 255, 255;
  --alpha-placeholder-input: 1;
}

.color-background-w {
  background-color: #ffffff;
}

.color-background-2,
.color-inverse {
  --color-link: var(--color-foreground);
  --alpha-link: 0.5;
}

.color-background-2,
.color-inverse {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}

/* Dark Mode */
[data-scheme="dark"] {
  --color-background: 31, 31, 31;
  --color-base-background-1: 31, 31, 31;
  --color-base-background-2: 23, 23, 23;
  --color-base-background-3: 31, 31, 31;
  --color-base-background-4: 31, 31, 31;
  --color-header-background: 31, 31, 31;
  --color-foreground: 230, 230, 230;
  --color-foreground-title: 230, 230, 230;
  --color-base-text: 230, 230, 230;
  --color-secondary-text: 150, 150, 150;
  --color-subheading: 150, 150, 150;
  --color-background-input: 15, 15, 15;
  --color-border-input: 100, 100, 100;
  --color-border: 150, 150, 150;
  --color-border-input-hover: 150, 150, 150;
  --color-announcement-bar: 0, 0, 0;
  --color-announcement-bar-background-1: 0, 0, 0;
  --color-link: 255, 255, 255;
  --alpha-link: 0.5;
  --color-button: 150, 150, 150;
  --color-button-text: 0, 0, 0;
  --color-button-secondary: 37, 37, 37;
  --color-button-secondary-text: 0, 0, 0;
  --color-button-tertiary: 150, 150, 150;
  --color-button-tertiary-text: 150, 150, 150;
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --color-overlay: 31, 31, 31;
  --color-social: 200, 200, 200;
  --color-background-card: 23, 23, 23;
  --color-accent: 200, 200, 200;
  --color-base-border-input: 200, 200, 200;
  --color-placeholder-input: 200, 200, 200;
  --alpha-placeholder-input: 1;
  --color-price: #e6e6e6;
  --color-badge-icon: 200, 200, 200;
  --color-background-badge-icon: 37, 37, 37;
  --color-accent-default: 31, 31, 31;
}
[data-scheme="dark"] .color-background-1,
[data-scheme="dark"] .color-background-2,
[data-scheme="dark"] .color-background-3,
[data-scheme="dark"] .color-background-4 {
  --color-foreground: 230, 230, 230;
  --color-foreground-title: 230, 230, 230;
  --color-base-text: 230, 230, 230;
  --color-social: 200, 200, 200;
  --color-button-secondary: 200, 200, 200;
}
[data-scheme="dark"] .color-background-1 {
  --color-background: 31, 31, 31;
  --color-background-card: 31, 31, 31;
}
[data-scheme="dark"] .color-background-2,
[data-scheme="dark"] .color-background-5,
[data-scheme="dark"] .color-inverse {
  --color-background: 23, 23, 23;
  --color-base-background-2: 23, 23, 23;
  --color-background-card: 23, 23, 23;
  --color-button-secondary: 200, 200, 200;
  --color-overlay: 23, 23, 23;
  --color-background-input: 15, 15, 15;
}
[data-scheme="dark"] .swiper-buttons.swiper-buttons--secondary .icon {
  color: rgb(var(--color-background));
}
[data-scheme="dark"]
  .image-parallax__button.button--secondary
  .icon-button-arrow {
  color: rgb(var(--color-background));
}
[data-scheme="dark"] .placeholder-svg {
  fill: rgb(200, 200, 200);
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme="auto"] {
    --color-background: 31, 31, 31;
    --color-base-background-1: 31, 31, 31;
    --color-base-background-2: 23, 23, 23;
    --color-base-background-3: 31, 31, 31;
    --color-base-background-4: 31, 31, 31;
    --color-header-background: 31, 31, 31;
    --color-foreground: 230, 230, 230;
    --color-foreground-title: 230, 230, 230;
    --color-base-text: 230, 230, 230;
    --color-secondary-text: 150, 150, 150;
    --color-subheading: 150, 150, 150;
    --color-background-input: 15, 15, 15;
    --color-border-input: 100, 100, 100;
    --color-border: 150, 150, 150;
    --color-border-input-hover: 150, 150, 150;
    --color-announcement-bar: 0, 0, 0;
    --color-announcement-bar-background-1: 0, 0, 0;
    --color-link: 200, 200, 200;
    --alpha-link: 0.5;
    --color-button: 150, 150, 150;
    --color-button-text: 0, 0, 0;
    --color-button-secondary: 37, 37, 37;
    --color-button-secondary-text: 200, 200, 200;
    --color-button-tertiary: 150, 150, 150;
    --color-button-tertiary-text: 150, 150, 150;
    --alpha-button-background: 1;
    --alpha-button-border: 1;
    --color-overlay: 31, 31, 31;
    --color-social: 200, 200, 200;
    --color-background-card: 31, 31, 31;
    --color-accent: 200, 200, 200;
    --color-base-border-input: 200, 200, 200;
    --color-placeholder-input: 200, 200, 200;
    --alpha-placeholder-input: 1;
    --color-price: #e6e6e6;
    --color-badge-icon: 200, 200, 200;
    --color-background-badge-icon: 37, 37, 37;
    --color-accent-default: 31, 31, 31;
  }
  :root [data-scheme="auto"] .color-background-1,
  :root [data-scheme="auto"] .color-background-2,
  :root [data-scheme="auto"] .color-background-3,
  :root [data-scheme="auto"] .color-background-4 {
    --color-foreground: 230, 230, 230;
    --color-foreground-title: 230, 230, 230;
    --color-base-text: 230, 230, 230;
    --color-social: 200, 200, 200;
    --color-button-secondary: 200, 200, 200;
  }
  :root [data-scheme="auto"] .color-background-1 {
    --color-background: 31, 31, 31;
    --color-background-card: 31, 31, 31;
  }
  :root [data-scheme="auto"] .color-background-2 {
    --color-background: 23, 23, 23;
    --color-base-background-2: 23, 23, 23;
    --color-background-card: 23, 23, 23;
    --color-button-secondary: 200, 200, 200;
    --color-overlay: 23, 23, 23;
    --color-background-input: 15, 15, 15;
  }
  :root [data-scheme="auto"] .swiper-buttons.swiper-buttons--secondary .icon {
    color: rgb(var(--color-background));
  }
  :root
    [data-scheme="auto"]
    .image-parallax__button.button--secondary
    .icon-button-arrow {
    color: rgb(var(--color-background));
  }
  :root [data-scheme="auto"] .placeholder-svg {
    fill: rgb(200, 200, 200);
  }
}
.container {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 990px) {
  .container {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1760px) {
  .container {
    max-width: 1840px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

/* Base */
.no-js:not(html) {
  display: none !important;
}

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

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

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

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

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

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

.no-js .testimonials--carousel .swiper-wrapper {
  gap: 0.8rem;
}
.no-js .about .swiper-wrapper {
  gap: 0.8rem;
}
.no-js .product-carousel .swiper-wrapper {
  gap: 0.8rem;
}
.no-js .sorting .button {
  margin: 0;
  padding-top: 0;
  min-height: 4rem;
}
.no-js .product .product-form__input .icon-caret {
  position: absolute;
  content: "";
  height: 1.3rem;
  right: 2rem;
  top: calc(50% - 0.5rem);
}
.no-js .product .product-form__input select {
  background-color: rgb(var(--color-background-input));
  border-radius: 3px;
  border: 0.1rem solid rgb(var(--color-border-input));
  padding: 2rem 5rem 2rem 2rem;
}
.no-js .product .product-form__checkout {
  display: none;
}
.no-js .product .product__outer {
  margin-left: 0;
}
.no-js .product .product__media-wrapper {
  max-width: unset;
}
.no-js .product .product__media-subitem {
  opacity: 1;
  width: 48% !important;
  height: 100%;
  cursor: default;
}
.no-js .product .product__media img {
  display: block;
}
.no-js .product .product__media-sublist {
  padding: 0;
  display: flex !important;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.no-js .product .product__media-sublist.js-media-sublist {
  display: none !important;
}
.no-js .image-slider .swiper-wrapper {
  flex-wrap: wrap;
}
.no-js .image-parallax .image-parallax-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  object-fit: cover;
}

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

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }
  .page-width--narrow {
    padding: 0 9rem;
  }
}
@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }
}
.section-border-top {
  padding-top: 5rem;
}
.section-border-top__inner {
  position: relative;
}
.section-border-top__inner:before {
  content: "";
  position: absolute;
  width: calc(100% - 4rem);
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: -5rem;
  background-color: rgba(var(--color-foreground), 0.2);
}

body,
.color-background-1,
.color-background-2,
.color-background-3,
.color-background-4,
.color-background-5,
.color-inverse {
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
}

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.visibility-hidden {
  visibility: hidden;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow--hidden {
  overflow: hidden;
}

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

summary .icon-caret {
  position: absolute;
  height: 2rem;
  right: 10px;
  top: calc(50% - 1rem);
  color: rgb(var(--color-accent));
}

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

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

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

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

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

/* Swiper styles */
.swiper-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  opacity: 0.5;
  background-color: rgb(var(--color-button-secondary));
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  transition: var(--duration-default);
}
@media (min-width: 990px) {
  .swiper-btn {
    display: flex;
  }
}
.swiper-btn:hover {
  opacity: 1;
  box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.05);
}
.swiper-btn svg {
  transition: var(--duration-default);
}
.swiper-btn--prev {
  left: 4rem;
}
.swiper-btn--prev:hover svg {
  transform: translateX(-0.5rem);
}
.swiper-btn--next {
  right: 4rem;
}
.swiper-btn--next:hover svg {
  transform: translateX(0.5rem);
}
.swiper-btn.swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
}
.swiper-btn.swiper-button-disabled:hover svg {
  transform: none;
}

/* Animation */
@keyframes translate {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-40rem, 0, 0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-scheme="dark"] .icon-account-order-none circle + path {
  stroke: rgb(var(--color-background));
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme="auto"] .icon-account-order-none circle + path {
    stroke: rgb(var(--color-background));
  }
}
/* Light header on dark bg */
.header-wrapper--overlay .header__menu-item {
  transition: none;
}

body:not(.body--hidden)
  .shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__offcanvas-toggle
  .header__offcanvas-toggle-link {
  color: #fff;
}
body:not(.body--hidden)
  .shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__heading-link
  > * {
  color: #fff;
}

@media (prefers-color-scheme: light) {
  .shopify-section-header:not(.shopify-section-header-sticky.animate)
    .header-wrapper--overlay
    .header__heading
    .header__heading-logo--overlay,
  .shopify-section-header:not(.shopify-section-header-sticky.animate)
    .header-wrapper--overlay
    .header__heading-link
    .header__heading-logo--overlay {
    display: block;
  }
  .shopify-section-header:not(.shopify-section-header-sticky.animate)
    .header-wrapper--overlay
    .header__heading
    .header__heading-logo:not(.header__heading-logo--overlay),
  .shopify-section-header:not(.shopify-section-header-sticky.animate)
    .header-wrapper--overlay
    .header__heading-link
    .header__heading-logo:not(.header__heading-logo--overlay) {
    display: none;
  }
  .shopify-section-header:not(.shopify-section-header-sticky.animate)
    .header-wrapper--overlay
    .header__heading
    .header__heading-logo:only-child,
  .shopify-section-header:not(.shopify-section-header-sticky.animate)
    .header-wrapper--overlay
    .header__heading-link
    .header__heading-logo:only-child {
    display: block !important;
  }
  .shopify-section-header:not(.shopify-section-header-sticky.animate)
    .header-wrapper--overlay
    .header__offcanvas
    .header__heading-logo--overlay {
    display: none;
  }
  .shopify-section-header:not(.shopify-section-header-sticky.animate)
    .header-wrapper--overlay
    .header__offcanvas
    .header__heading-logo:not(.header__heading-logo--overlay) {
    display: block;
  }
}
@media (prefers-color-scheme: dark) {
  .header__heading-logo:first-child:nth-last-child(2) {
    display: none;
  }
  .header__heading-logo:first-child:nth-last-child(2) ~ .header__heading-logo {
    display: block;
  }
  .header__heading-logo:first-child:nth-last-child(1) {
    display: none;
  }
  .header__heading-logo:only-child {
    display: block !important;
  }
}
[data-scheme="light"] .header__heading-logo:first-child:nth-last-child(2) {
  display: block;
}
[data-scheme="light"]
  .header__heading-logo:first-child:nth-last-child(2)
  ~ .header__heading-logo {
  display: none;
}
[data-scheme="light"]
  .shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__heading
  .header__heading-logo--overlay,
[data-scheme="light"]
  .shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__heading-link
  .header__heading-logo--overlay {
  display: block;
}
[data-scheme="light"]
  .shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__heading
  .header__heading-logo:not(.header__heading-logo--overlay),
[data-scheme="light"]
  .shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__heading-link
  .header__heading-logo:not(.header__heading-logo--overlay) {
  display: none;
}
[data-scheme="light"]
  .shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__heading
  .header__heading-logo:only-child,
[data-scheme="light"]
  .shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__heading-link
  .header__heading-logo:only-child {
  display: block !important;
}
[data-scheme="light"]
  .shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__offcanvas
  .header__heading-logo--overlay {
  display: none;
}
[data-scheme="light"]
  .shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__offcanvas
  .header__heading-logo:not(.header__heading-logo--overlay) {
  display: block;
}
[data-scheme="light"] .brands__image--dark {
  display: none;
}

[data-scheme="dark"] .header__heading-logo:first-child:nth-last-child(2) {
  display: none;
}
[data-scheme="dark"]
  .header__heading-logo:first-child:nth-last-child(2)
  ~ .header__heading-logo {
  display: block;
}
[data-scheme="dark"] .header__heading-logo:first-child:nth-last-child(1) {
  display: none;
}
[data-scheme="dark"] .header__heading-logo:only-child {
  display: block !important;
}
[data-scheme="dark"] .brands__image--dark {
  display: block;
}
[data-scheme="dark"] .brands__image--dark + .brands__image--light {
  display: none;
}

@media (prefers-color-scheme: dark) {
  :root
    [data-scheme="auto"]
    .header__heading-logo:first-child:nth-last-child(2) {
    display: none;
  }
  :root
    [data-scheme="auto"]
    .header__heading-logo:first-child:nth-last-child(2)
    ~ .header__heading-logo {
    display: block;
  }
  :root
    [data-scheme="auto"]
    .header__heading-logo:first-child:nth-last-child(1) {
    display: none;
  }
  :root [data-scheme="auto"] .header__heading-logo:only-child {
    display: block !important;
  }
  :root [data-scheme="auto"] .brands__image--dark {
    display: block;
  }
  :root [data-scheme="auto"] .brands__image--dark + .brands__image--light {
    display: none;
  }
}
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay {
  background-color: transparent;
  /*.header__heading-logo:not(.header__heading-logo--overlay).hide {
  	display: none;
  }

  .header__heading-logo--overlay.show {
  	display: block;
  }*/
}
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  > *,
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .disclosure__button {
  background-color: transparent;
  transition: none;
}
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__menu-item:not(.header__submenu .header__menu-item),
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__icon
  .header__icon-name,
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .currency-country,
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__icon
  .icon-hamburger {
  color: #fff;
}
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__menu-item
  .header__active-menu-item {
  color: #fff;
}
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__menu-item
  > span:not(.header__active-menu-item)::after,
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__icon
  .header__icon-name::before,
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .currency-country::after {
  background-color: rgb(var(--color-accent));
}
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__menu-item
  span:not(.header__active-menu-item)
  > span:after,
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__icon-name
  span:after,
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__localization
  .localization-selector.link:hover
  .icon-caret,
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .link--text.header__icon:hover
  .icon,
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__search:hover
  .modal__toggle-open {
  color: #fff;
}
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__toggle-scheme-item {
  color: white;
}
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__toggle-scheme-item:hover
  .icon {
  color: white;
}
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .icon-light-mode,
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .icon-dark-mode,
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .icon-search,
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__icon--account
  > .icon-account,
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .icon-cart {
  color: white;
  transition: none;
}
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .icon.icon-close {
  color: rgb(var(--color-button));
}
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .icon.icon-caret:not(.header__menu-item .icon-caret) {
  color: white;
  transition: none;
}
.shopify-section-header:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__submenu
  .icon.icon-caret {
  color: rgb(var(--color-accent));
}

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

.h0 {
  font-size: 50px;
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: 100px;
  }
}
h1,
.h1 {
  font-size: 3rem;
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: var(--font-heading-h1-size);
  }
}
h2,
.h2 {
  font-size: 2.6rem;
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: var(--font-heading-h2-size);
  }
}
h3,
.h3 {
  font-size: 2.4rem;
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: var(--font-heading-h3-size);
  }
}
h4,
.h4 {
  font-size: 2.2rem;
}

@media only screen and (min-width: 750px) {
  h4,
  .h4 {
    font-size: var(--font-heading-h4-size);
  }
}
h5,
.h5 {
  font-size: var(--font-heading-h5-size);
}

h6,
.h6 {
  font-size: var(--font-heading-h6-size);
}

a {
  color: rgba(var(--color-foreground));
  text-decoration-color: rgb(var(--color-accent));
  text-underline-offset: 0.6rem;
  text-decoration: none;
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

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

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;
  margin-block: 5rem;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(var(--color-border));
  border: none;
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: 1.7;
}

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

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

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

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}
.underlined-link {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

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

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

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

.link-hover-line-long {
  background: no-repeat 0 calc(100% - 4px);
  background-image: linear-gradient(
    rgb(var(--color-accent)),
    rgb(var(--color-accent))
  );
  background-size: 0% 0.1rem;
  transition-property: background-size;
  transition-duration: var(--duration-default);
  transition-timing-function: ease;
}
.link-hover-line-long:hover {
  background-size: 100% 0.1rem;
}

/* Component-title */
.title {
  margin: 3rem 0 2rem;
}

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

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

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

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

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

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

@media screen and (min-width: 990px) {
  .title {
    margin: 5rem 0 3rem;
  }
  .title--primary {
    margin: 2rem 0;
  }
}
.page-header {
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  text-align: center;
}

.page-header .title--page {
  margin-bottom: 0;
  margin-top: 0;
  font-family: Chronicle Display !important;
}

.page-header .title--page:not(:first-child) {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 750px) {
  .page-header {
    margin-bottom: 2rem;
    padding-top: 2.6rem;
  }
}
.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);
  font-size: var(--font-subtitle-size);
  color: rgb(var(--color-subheading));
}
.subtitle:not(:only-child) {
  margin-bottom: 0.8rem;
}

.subtitle--secondary {
  color: rgb(var(--color-foreground-secondary));
}

.subtitle--wrapper {
  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);
  font-size: var(--font-subtitle-size);
  color: rgb(var(--color-subheading));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 0;
}
.subtitle--wrapper:not(:only-child) {
  margin-bottom: 0.8rem;
}
.subtitle--wrapper span {
  display: flex;
  align-items: center;
}
.subtitle--wrapper span:last-child::after {
  display: none;
}
.subtitle--wrapper span::after {
  content: "";
  width: 1.5rem;
  height: 0.1rem;
  margin: 0 0.8rem;
  background-color: rgb(var(--color-subheading));
}
@media screen and (min-width: 576px) {
  .subtitle--wrapper span::after {
    width: 3rem;
  }
}
@media screen and (min-width: 990px) {
  .subtitle--wrapper span::after {
    width: 6rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - 3rem);
  }
  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - 2.6666666667rem);
  }
  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
    width: calc(50% - 2rem);
  }
  .slider--tablet.grid--peek .grid__item:first-of-type {
    padding-left: 1.5rem;
  }
  .slider--tablet.grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 989px) {
  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }
  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}
.slider-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}

.slider-btn {
  flex: none;
  padding: 0;
  width: 6.2rem;
  height: 3rem;
  color: rgba(var(--color-foreground-title), 1);
  background: none;
  border: none;
  border-radius: none;
  transition: var(--duration-default);
  transform: scale(1);
  cursor: pointer;
}

@media screen and (min-width: 1330px) {
  .slider-btn--next:hover {
    transform: translateX(0.5rem);
  }
  .slider-btn--prev:hover {
    transform: translateX(-0.5rem);
  }
}
@media screen and (max-width: 768px) {
  .slider-btn {
    width: 3rem;
  }
}
/* Media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.3);
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

/* Button */
/* Button - default */
.button,
.customer .button {
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: var(--font-button-letter-spacing);
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid;
  border-radius: 4px;
  transition: var(--duration-default);
  font-size: 1.2rem;
  line-height: 1;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}
.button svg,
.customer .button svg {
  flex: none;
  width: 1rem;
  height: 1rem;
}
.button--primary,
.button--secondary,
.button--tertiary,
.button--link,
.customer .button--primary,
.customer .button--secondary,
.customer .button--tertiary,
.customer .button--link {
  min-width: 10rem;
  min-height: 5.9rem;
  padding: 0 4.5rem;
}
.button--primary svg,
.button--secondary svg,
.button--tertiary svg,
.button--link svg,
.customer .button--primary svg,
.customer .button--secondary svg,
.customer .button--tertiary svg,
.customer .button--link svg {
  opacity: 0;
  transform: translateX(-5px);
  transition: var(--duration-default);
}
.button--primary span,
.button--secondary span,
.button--tertiary span,
.button--link span,
.customer .button--primary span,
.customer .button--secondary span,
.customer .button--tertiary span,
.customer .button--link span {
  transition: var(--duration-default);
  /* transform: translateX(5px); */
}
.button--primary:hover svg,
.button--secondary:hover svg,
.button--tertiary:hover svg,
.button--link:hover svg,
.customer .button--primary:hover svg,
.customer .button--secondary:hover svg,
.customer .button--tertiary:hover svg,
.customer .button--link:hover svg {
  opacity: 1;
  transform: translateX(0);
}
.button--primary:hover span,
.button--secondary:hover span,
.button--tertiary:hover span,
.button--link:hover span,
.customer .button--primary:hover span,
.customer .button--secondary:hover span,
.customer .button--tertiary:hover span,
.customer .button--link:hover span {
  /* transform: translateX(-7px); */
}
.button--primary,
.customer .button--primary {
  background-color: rgba(var(--color-button));
  color: rgb(var(--color-button-text));
  border-color: rgba(var(--color-button));
}
.button--primary svg,
.customer .button--primary svg {
  color: rgb(var(--color-button-text));
}
.button--secondary,
.customer .button--secondary {
  background-color: rgba(var(--color-button-secondary));
  color: rgb(var(--color-button-secondary-text));
  border-color: rgba(var(--color-button-secondary));
}
.button--secondary svg,
.customer .button--secondary svg {
  color: gb(var(--color-button-secondary-text));
}
.button--tertiary,
.customer .button--tertiary {
  background-color: transparent;
  color: rgb(var(--color-button-tertiary-text));
  border-color: rgba(var(--color-button-tertiary-text));
}
.button--tertiary svg,
.customer .button--tertiary svg {
  color: rgba(var(--color-button-tertiary-text));
}
.button--simple,
.customer .button--simple {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: transparent;
  color: rgb(var(--color-button-tertiary-text));
  border-color: rgba(var(--color-button-tertiary-text));
}
.button--simple svg,
.customer .button--simple svg {
  width: 0.8rem;
  height: 0.8rem;
}
.button--simple:hover,
.customer .button--simple:hover {
  background-color: rgba(var(--color-button-tertiary-text));
  color: #ffffff;
}
.button--arrow,
.customer .button--arrow {
  gap: 0.8rem;
}
.button--arrow svg,
.customer .button--arrow svg {
  opacity: 1;
  transform: translateX(0);
}
.button--arrow:hover span,
.customer .button--arrow:hover span {
  transform: translateX(0);
}
.button--arrow:hover svg,
.customer .button--arrow:hover svg {
  transform: translate(3px, -3px);
}
.button--full-width,
.customer .button--full-width {
  display: flex;
  width: 100%;
}
.button--link,
.customer .button--link {
  font-size: var(--font-text-card-size);
  height: 3.1rem;
  text-decoration: underline;
  border: none;
}
.button.loading,
.customer .button.loading {
  color: transparent;
}
.button.loading:after,
.customer .button.loading:after {
  animation: loading var(--duration-long) infinite linear;
  border: 0.5rem solid rgba(var(--color-button-text), 0.4);
  border-left: 0.5rem solid rgb(var(--color-button-text));
  border-radius: 100%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 2rem;
  position: absolute;
  width: 2rem;
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

/* Button - social share new */
.share-buttons {
  display: inline-flex;
  position: relative;
  margin-top: 0;
}

.share-buttons:hover .share-buttons__list {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.share-buttons__label {
  display: inline-flex;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
}

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

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

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

.share-buttons__list {
  position: absolute;
  width: 17rem;
  top: 50%;
  display: flex;
  flex-direction: column;
  padding: 1.3rem 2.2rem;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: var(--duration-default);
  background-color: rgba(var(--color-base-background-2));
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  z-index: 10;
}

.share-buttons__list:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: rgba(var(--color-base-background-2));
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  top: -0.5rem;
  left: 2rem;
  transform: rotate(53deg) skew(15deg);
}

.share-buttons__list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.7rem;
  background-color: rgba(var(--color-base-background-2));
}

.share-buttons__item a {
  color: rgba(var(--color-foreground), 0.75);
  transition: var(--duration-default);
}

.share-buttons__item a:hover {
  color: rgba(var(--color-foreground));
}

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

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

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

.share-button__name {
  font-size: 1.2rem;
  transition: var(--duration-default);
}

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

.share-buttons__button:hover .share-button__icon {
  background-color: rgb(var(--color-scondary-element-background), 0.5);
}

.share-buttons-simple {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 0;
}

.share-buttons-simple .icon {
  width: 1.5rem;
  height: 1.5rem;
  color: rgb(var(--color-button));
}

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

.share-buttons-simple__button {
  display: block;
  padding: 0.8rem;
  transition: var(--duration-default);
}

.share-buttons-simple__button:hover {
  color: rgba(var(--color-foreground), 0.2);
}

.modal-close-button {
  color: rgb(var(--color-foreground));
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  background: transparent;
  border: none;
}
.modal-close-button span {
  margin-left: 0.4rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.06em;
  display: none;
}

.modal-close-button .icon-close {
  width: 1.45rem;
  height: 1.45rem;
  color:black;
  transition: var(--duration-default) ease;
}
.modal-close-button:hover .icon-close {
  transform: rotate(90deg);
}

.fancybox-close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.swiper-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5.4rem;
  padding: 1rem;
  width: 14rem;
  height: 6.4rem;
  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);
  color: rgb(var(--color-button-text));
  text-decoration: none;
  border: 0;
  font-size: 1.2rem;
  line-height: 1;
  z-index: 1;
  cursor: pointer;
}
.swiper-buttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--color-button));
  border-radius: 6rem;
  transition: transform var(--duration-short);
}
@media screen and (min-width: 1200px) {
  .swiper-buttons:hover::before {
    transform: scale(1.05);
  }
}
.swiper-buttons.swiper-buttons--secondary::before {
  background-color: rgb(var(--color-base-outline-button-labels));
}
.swiper-buttons.swiper-buttons--secondary .swiper-button-next,
.swiper-buttons.swiper-buttons--secondary .swiper-button-prev,
.swiper-buttons.swiper-buttons--secondary .swiper-pagination {
  color: rgb(var(--color-button-secondary-text));
}
.swiper-buttons.swiper-buttons--secondary .icon {
  color: rgb(var(--color-button));
}

[data-scheme="dark"] .swiper-buttons--secondary {
  color: #000;
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme="auto"] .swiper-buttons--secondary {
    color: #000;
  }
}
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  position: static;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: rgb(var(--color-button-text));
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}
.swiper-button-next,
.swiper-button-prev {
  position: static;
  flex: none;
  width: 4.4rem;
  height: 4.4rem;
}

.collection .swiper-button-next,
.collection .swiper-button-prev {
  position: absolute;
  flex: none;
  width: 3.4rem;
  height: 3.4rem;
  background: #fff;
  color: #000;
  border: 1px solid #eee;
  border-radius: 30px;
  top: 40%;
}
.collection .swiper-button-prev {
  left: 20px;
  transform: rotate(90deg);
}
.collection .swiper-button-next {
  right: 20px;
  transform: rotate(270deg);
}

@media (max-width: 543px) {
  .collection .swiper-button-next,
  .collection .swiper-button-prev {
    top: 35%;
  }
}
@media (max-width: 460px) {
  .collection .swiper-button-next,
  .collection .swiper-button-prev {
    top: 30%;
  }
}
@media (max-width: 345px) {
  .collection .swiper-button-next,
  .collection .swiper-button-prev {
    top: 30%;
    width: 2.4rem;
    height: 2.4rem;
  }
  .collection .swiper-button-next .icon,
  .collection .swiper-button-prev .icon {
    flex: none;
    width: 1rem;
    height: 1rem;
  }
}

@media (max-width: 320px) {
  .collection .swiper-button-next,
  .collection .swiper-button-prev {
    top: 27%;
  }
}

.collection .collection-product-card .card-wrapper .swiper-button-prev,
.collection .collection-product-card .card-wrapper .swiper-button-next {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.collection .collection-product-card:hover .card-wrapper .swiper-button-prev,
.collection .collection-product-card:hover .card-wrapper .swiper-button-next {
  opacity: 1;
  visibility: visible;
}

.swiper-button-next .icon,
.swiper-button-prev .icon {
  flex: none;
  width: 1.6rem;
  height: 1.6rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6.4rem;
}
.button-wrapper .button {
  min-width: 17.6rem;
}
.button-wrapper .button svg {
  width: 2rem;
  height: 2rem;
}

.infinite-scroll__loading {
  display: flex;
  justify-content: center;
  margin-top: 6.4rem;
  color: rgba(
    var(--color-button-tertiary-text),
    var(--alpha-button-background)
  );
}
.infinite-scroll__loading .spinner {
  display: none;
  width: 2rem;
  height: 2rem;
}
.infinite-scroll__loading.loading .spinner {
  display: block;
}

.scroll-top {
  cursor: pointer;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--color-button), 0.5);
  border: none;
  border-radius: 50%;
  opacity: 0;
  z-index: 9999999;
  transition: var(--duration-default);
}
.scroll-top svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: rgb(var(--color-button-text));
}
.scroll-top.show {
  opacity: 1;
}
.scroll-top:hover {
  background-color: rgba(var(--color-button), 1);
}

/* Form */
.field {
  position: relative;
  width: 100%;
  min-height: 5.5rem;
  display: flex;
}
.field label {
  position: relative;
  transition: var(--duration-short);
}
.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 {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  -webkit-appearance: none;
  appearance: none;
  /* background-color: rgb(var(--color-background-input)); */
  border-radius: 0.4rem;
  color: rgb(var(--color-base-text));
  font-size: 1.4rem;
  width: 100%;
  border: 0.1rem solid rgb(var(--color-border-input));
  height: 5.5rem;
  box-sizing: border-box;
  transition: border var(--duration-default);
}
@media screen and (max-width: 750px) {
  .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 {
    font-size: 1.6rem;
  }
}
.field input[type="text"]:hover,
.field input[type="text"]:focus,
.field input[type="email"]:hover,
.field input[type="email"]:focus,
.field input[type="tel"]:hover,
.field input[type="tel"]:focus,
.field input[type="search"]:hover,
.field input[type="search"]:focus,
.field input[type="password"]:hover,
.field input[type="password"]:focus,
.field select:hover,
.field select:focus,
.field .field__input:hover,
.field .field__input:focus {
  border-color: rgb(var(--color-border-input-hover));
}
.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 input[type="search"] {
  border: 2px solid rgb(var(--color-accent));
}
.field input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.field input[type="search"]::placeholder {
  color: rgb(var(--color-foreground));
}
.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field input[type="password"],
.field .field__input {
  flex-grow: 1;
  padding: 2.5rem 1.8rem 0.7rem;
  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 {
  opacity: 0;
}
.field input[type="text"][required] + label:after,
.field input[type="email"][required] + label:after,
.field input[type="tel"][required] + label:after,
.field input[type="password"][required] + label:after,
.field .field__input[required] + label:after {
  content: "*";
  display: inline-block;
  position: relative;
  top: -1.3rem;
  font-size: 1rem;
  color: #bb0000;
  padding-left: 0.3rem;
  transition: 0.3s;
}
.field input[type="text"][aria-invalid],
.field input[type="email"][aria-invalid],
.field input[type="tel"][aria-invalid],
.field input[type="password"][aria-invalid],
.field .field__input[aria-invalid] {
  border: 1px solid #bb0000 !important;
}
.field input[type="text"] + label,
.field input[type="email"] + label,
.field input[type="tel"] + label,
.field input[type="password"] + label,
.field .field__input + label {
  position: absolute;
  left: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
  pointer-events: none;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(var(--color-placeholder-input), var(--alpha-placeholder-input));
}
.field input[type="text"] + label:before,
.field input[type="email"] + label:before,
.field input[type="tel"] + label:before,
.field input[type="password"] + label:before,
.field .field__input + label:before {
  content: attr(placeholder);
  display: inline-block;
  position: relative;
  top: -1.3rem;
  font-size: 1.4rem;
  transition: 0.3s;
  color: rgba(var(--color-secondary-text));
  /* opacity:0; */
}
.field input[type="text"]:placeholder-shown + label::before,
.field input[type="text"]:placeholder-shown + label::after,
.field input[type="email"]:placeholder-shown + label::before,
.field input[type="email"]:placeholder-shown + label::after,
.field input[type="tel"]:placeholder-shown + label::before,
.field input[type="tel"]:placeholder-shown + label::after,
.field input[type="password"]:placeholder-shown + label::before,
.field input[type="password"]:placeholder-shown + label::after,
.field .field__input:placeholder-shown + label::before,
.field .field__input:placeholder-shown + label::after {
  font-size: 1.4rem;
  top: -1px;
  /* opacity:0; */
}
@media screen and (max-width: 750px) {
  .field input[type="text"]:placeholder-shown + label::before,
  .field input[type="text"]:placeholder-shown + label::after,
  .field input[type="email"]:placeholder-shown + label::before,
  .field input[type="email"]:placeholder-shown + label::after,
  .field input[type="tel"]:placeholder-shown + label::before,
  .field input[type="tel"]:placeholder-shown + label::after,
  .field input[type="password"]:placeholder-shown + label::before,
  .field input[type="password"]:placeholder-shown + label::after,
  .field .field__input:placeholder-shown + label::before,
  .field .field__input:placeholder-shown + label::after {
    font-size: 1.6rem;
  }
}
.field input[type="text"]:placeholder-shown + label::before,
.field input[type="email"]:placeholder-shown + label::before,
.field input[type="tel"]:placeholder-shown + label::before,
.field input[type="password"]:placeholder-shown + label::before,
.field .field__input:placeholder-shown + label::before {
  color: rgb(var(--color-base-text));
}
.field input[type="text"]:focus + label::before,
.field input[type="text"]:focus + label::after,
.field input[type="email"]:focus + label::before,
.field input[type="email"]:focus + label::after,
.field input[type="tel"]:focus + label::before,
.field input[type="tel"]:focus + label::after,
.field input[type="password"]:focus + label::before,
.field input[type="password"]:focus + label::after,
.field .field__input:focus + label::before,
.field .field__input:focus + label::after {
  font-size: 1rem;
  /* top: -1.3rem; */
  opacity:0;
}
.field input[type="text"]:focus + label::before,
.field input[type="email"]:focus + label::before,
.field input[type="tel"]:focus + label::before,
.field input[type="password"]:focus + label::before,
.field .field__input:focus + label::before {
  color: rgba(var(--color-secondary-text));
}
.field .select {
  width: 100%;
}
.field .select .placeholder-select {
  color: rgba(var(--color-base-text), 0.5);
  position: absolute;
  top: 50%;
  left: 1.8rem;
  transform: translateY(-50%);
}
.field .select .placeholder-select span {
  color: var(--color-badge-icon);
}
.field select {
  cursor: pointer;
  padding: 0 4rem 0 1.8rem;
}
.field select + svg {
  width: 1.2rem;
  height: 1.5rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: rgb(var(--color-button));
}
.field select option {
  background-color: rgb(var(--color-background-input));
}
.field input[type="checkbox"] {
  display: none;
}
.field input[type="checkbox"]:checked + label b {
  background: rgba(var(--color-base-text))
    url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.66649 6.61451L10.7945 0.48584L11.7378 1.42851L4.66649 8.49984L0.423828 4.25717L1.36649 3.31451L4.66649 6.61451Z' fill='white'/%3e%3c/svg%3e ")
    no-repeat center center;
  border-color: rgba(var(--color-base-text));
  background-color: rgb(var(--color-button));
}
.field input[type="checkbox"]:checked + label b svg {
  opacity: 1;
}
.field input[type="checkbox"]:focus + label b {
  outline: 0.1rem solid rgba(var(--color-border-input)) !important;
  outline-offset: 0;
}
.field input[type="checkbox"] + label {
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
  color: rgb(var(--color-base-text));
  cursor: pointer;
}
.field input[type="checkbox"] + label:hover b {
  border-color: rgba(var(--color-accent));
}
.field input[type="checkbox"] + label b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0 1.1rem 0 0;
  border: 0.1rem solid rgba(var(--color-border));
  /* background-color: rgb(var(--color-background-input)); */
  appearance: none;
  transition: var(--duration-default);
}
.field input[type="checkbox"] + label b svg {
  opacity: 0;
  color: rgb(var(--color-button-text));
}
.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"]:hover,
.field--dark input[type="text"]:focus,
.field--dark input[type="email"]:hover,
.field--dark input[type="email"]:focus,
.field--dark input[type="tel"]:hover,
.field--dark input[type="tel"]:focus,
.field--dark input[type="password"]:hover,
.field--dark input[type="password"]:focus,
.field--dark input[type="search"]:hover,
.field--dark input[type="search"]:focus {
  border-color: rgb(255, 255, 255);
}
.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;
}

.field .text-area + label {
  top: 3rem;
}

/* Form global */
.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .form__message {
    font-size: 1.6rem;
  }
}

.form__message--large {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .form__message--large {
    font-size: 1.6rem;
  }
}

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

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

.form-status {
  margin: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .form-status {
    font-size: 1.6rem;
  }
}

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

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

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

/* Quantity */
.quantity {
  position: relative;
  width: 14rem;
  display: flex;
  border: 0.1rem solid rgb(var(--color-border));
  border-radius: 4px;
}

.quantity__input {
  color: currentColor;
  font-size: 1.5rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  height: 5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}
.quantity__input:focus {
  border: none;
  outline: none;
}
.quantity__input:focus-visible {
  border: none;
  outline: none;
}

.quantity__button {
  width: 5rem;
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  transition: border-color var(--duration-default);
}
.quantity__button svg {
  transition: opacity var(--duration-default);
}
.quantity__button:hover svg {
  opacity: 0.5;
}
.quantity__button.disabled {
  pointer-events: none;
}

html.no-js .quantity__input {
  border: 0.1rem solid rgba(var(--color-border-input));
}
html.no-js .quantity__input:hover {
  border: 0.1rem solid rgba(var(--color-border-input-hover));
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__button svg path {
  transition: var(--duration-default);
}

.quantity__button:hover svg path {
  color: rgba(var(--color-foreground));
}

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

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

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

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

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

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

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

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

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

.no-js details[open] .modal__toggle {
  position: absolute;
  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;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  background-color: transparent;
}

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

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

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

.section-announcement {
  transition: transform var(--duration-default);
}

.body--hidden .section-announcement {
  opacity: 0;
}

.announcement-bar {
  color: rgb(var(--color-foreground));
  font-size: 1.2rem;
}

.announcement-bar-1 {
  background: rgb(var(--color-announcement-bar-background-1));
  color: #fff;
}

.announcement-bar-2 {
  background: rgb(var(--color-announcement-bar-background-2));
  color: #000;
}

.announcement-bar__link {
  font-size: 1.2rem;
}

.announcement-bar__message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  text-align: center;
  padding: 1rem 2rem;
  min-height: 4.5rem;
}

.announcement-bar__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  margin: 0;
}

.announcement-bar__image img {
  display: block;
  object-fit: contain;
  object-position: center;
  width: auto;
  height: 100%;
}

.announcement-bar__text {
  font-weight: 400;
  line-height: 145%;
}
.announcement-bar__text p {
  margin: 0;
}
.announcement-bar__text a {
  position: relative;
  color: inherit;
  text-underline-offset: 0.4rem;
  text-decoration-color: inherit;
  z-index: 2;
}
.announcement-bar__text a:hover {
  opacity: 0.8;
}

.announcement-bar__link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}

/* Header */
body.body--hidden {
  overflow-y: hidden;
}
body.body--hidden .header-wrapper {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (min-width: 990px) {
  body.body--hidden .header-wrapper {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1760px) {
  body.body--hidden .header-wrapper {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.shopify-section-header {
  z-index: 100;
  will-change: transform;
}

.shopify-section-header-sticky {
  position: sticky;
  top: -1px;
}
.shopify-section-header-sticky .header-wrapper--under-menu {
  width: 100%;
}

.overflow--hidden .shopify-section-header-hidden {
  transform: translateY(0%);
}
.overflow--hidden .shopify-section-header-fixed-hidden {
  transform: translateY(0%);
}

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

.shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-header-background));
}

.header-wrapper--under-menu {
  position: absolute;
  margin: 20px auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  transition: max-width 0.15s, margin 0.15s, border-radius 0.15s;
  width: 95%;
}
@media screen and (max-width: 990px) {
  .header-wrapper--under-menu {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.header-wrapper--under-menu .header--top,
.header-wrapper--under-menu .header--left,
.header-wrapper--under-menu .header--center {
  padding-left: 0;
  padding-right: 0;
}

.header-wrapper--under-menu-full {
  max-width: 100%;
  border-radius: 0px;
  transition: max-width 0.15s, margin 0.15s, border-radius 0.15s;
  margin: 0 auto;
}

.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  text-transform: var(--font-header-menu-text-transform);
}
@media screen and (max-width: 1200px) {
  .header .header__heading,
  .header .header__heading-link {
    grid-column: 2/3;
  }
}
.header .cart-count-bubble {
  position: static;
  width: calc(var(--font-header-menu-link-size) * 2);
  height: calc(var(--font-header-menu-link-size) * 2);
  border: 1px solid rgba(var(--color-border));
  color: rgb(var(--color-foreground-secondary));
  background: transparent;
  transition: background-color var(--duration-default) ease-in-out;
}

.header .link {
  font-size: var(--font-header-menu-link-size);
}

.header__column {
  margin-left: auto;
}
.header__column details[open] > .header__icon span {
  color: rgb(var(--color-foreground)) !important;
}
.header__column
  .header__localization-button[aria-expanded="true"]
  .currency-country {
  color: rgb(var(--color-foreground)) !important;
}
.header__column:hover .header__search:not(:hover),
.header__column:hover .header__toggle-scheme:not(:hover),
.header__column:hover .header__localization:not(:hover),
.header__column:hover .header__localization--language:not(:hover),
.header__column:hover .header__account:not(:hover),
.header__column:hover .header__cart:not(:hover) {
  color: rgb(var(--color-foreground-secondary));
}
.header__column:hover .header__search:not(:hover) .disclosure .value,
.header__column:hover .header__toggle-scheme:not(:hover) .disclosure .value,
.header__column:hover .header__localization:not(:hover) .disclosure .value,
.header__column:hover
  .header__localization--language:not(:hover)
  .disclosure
  .value,
.header__column:hover .header__account:not(:hover) .disclosure .value,
.header__column:hover .header__cart:not(:hover) .disclosure .value {
  color: rgb(var(--color-foreground-secondary));
}
.header__column:hover .header__search:not(:hover) .header__icon-name,
.header__column:hover .header__search:not(:hover) .currency-country,
.header__column:hover .header__search:not(:hover) .icon-search,
.header__column:hover .header__toggle-scheme:not(:hover) .header__icon-name,
.header__column:hover .header__toggle-scheme:not(:hover) .currency-country,
.header__column:hover .header__toggle-scheme:not(:hover) .icon-search,
.header__column:hover .header__localization:not(:hover) .header__icon-name,
.header__column:hover .header__localization:not(:hover) .currency-country,
.header__column:hover .header__localization:not(:hover) .icon-search,
.header__column:hover
  .header__localization--language:not(:hover)
  .header__icon-name,
.header__column:hover
  .header__localization--language:not(:hover)
  .currency-country,
.header__column:hover .header__localization--language:not(:hover) .icon-search,
.header__column:hover .header__account:not(:hover) .header__icon-name,
.header__column:hover .header__account:not(:hover) .currency-country,
.header__column:hover .header__account:not(:hover) .icon-search,
.header__column:hover .header__cart:not(:hover) .header__icon-name,
.header__column:hover .header__cart:not(:hover) .currency-country,
.header__column:hover .header__cart:not(:hover) .icon-search {
  color: rgb(var(--color-foreground-secondary));
}

.header__heading,
.header__heading-link {
  margin-right: auto;
}
@media screen and (min-width: 750px) {
  .header__heading,
  .header__heading-link {
    flex: none;
  }
}

@media screen and (max-width: 400px) {
  .header__heading .h4 {
    font-size: 1.5rem;
  }
}

.header > .header__heading,
.header > .header__heading-link {
  display: flex;
}
.header .theme {
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}
.header .theme .theme__toggle-wrap {
  position: relative;
}
.header .theme .theme__toggle-wrap .theme__toggle {
  display: block;
  position: relative;
  z-index: 1;
  background-color: rgb(var(--color-base-background-2));
  border-radius: 25%/50%;
  padding: 0.3em;
  width: 5.1rem;
  height: 2.8rem;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: background-color var(--duration-default) ease-in-out !important;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 400px) {
  .header .theme .theme__toggle-wrap .theme__toggle {
    width: 3.8rem;
    height: 2.2rem;
  }
}
.header .theme .theme__toggle-wrap .theme__toggle::before {
  display: block;
  background-color: rgb(var(--color-header-background));
  border-radius: 50%;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  transition: transform var(--duration-default) ease-in-out !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 400px) {
  .header .theme .theme__toggle-wrap .theme__toggle::before {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.header .theme .theme__toggle-wrap .theme__toggle:focus {
  outline: transparent;
}
.header .theme .theme__toggle-wrap .theme__icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 4px;
  width: 1.1rem;
  height: 1.1rem;
  pointer-events: none;
  transition: transform var(--duration-default) ease-in-out !important;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 400px) {
  .header .theme .theme__toggle-wrap .theme__icon {
    left: 2px;
    width: 1rem;
    height: 1rem;
  }
}
.header .theme .theme__toggle-wrap .theme__icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.header .theme .theme__toggle-wrap .theme__icon svg:nth-child(1) {
  opacity: 1;
}
.header .theme .theme__toggle-wrap .theme__icon svg:nth-child(2) {
  opacity: 0;
  color: rgb(var(--color-foreground));
}

[data-scheme="dark"] .header__toggle-scheme-dark .theme .theme__toggle {
  background-color: rgb(150, 150, 150) !important;
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme="auto"] .header__toggle-scheme-dark .theme .theme__toggle {
    background-color: rgb(150, 150, 150) !important;
  }
}
.header__toggle-scheme-dark .theme .theme__toggle {
  background-color: #ffffff !important;
}
.header__toggle-scheme-dark .theme .theme__toggle::before {
  transform: translate(100%, -50%) !important;
}
.header__toggle-scheme-dark .theme .theme__toggle ~ .theme__icon {
  transform: translate(2.3rem, -50%) !important;
  left: 3.5px !important;
}
@media screen and (max-width: 400px) {
  .header__toggle-scheme-dark .theme .theme__toggle::before {
    transform: translate(80%, -50%) !important;
  }
  .header__toggle-scheme-dark .theme .theme__toggle ~ .theme__icon {
    transform: translate(1.3rem, -50%) !important;
  }
}
.header__toggle-scheme-dark
  .theme
  .theme__toggle
  ~ .theme__icon
  svg:nth-child(2) {
  opacity: 1 !important;
}
.header__toggle-scheme-dark
  .theme
  .theme__toggle
  ~ .theme__icon
  svg:nth-child(1) {
  opacity: 0 !important;
}

.header__shop-name {
  display: flex;
  align-items: center;
  font-size: calc(var(--font-header-menu-link-size) - 0.4rem);
  font-weight: var(--font-subtitle-weight);
}

.header__icon-shop-name {
  display: none;
  margin-right: 3.2rem;
  color: rgb(var(--color-foreground));
  text-transform: uppercase;
  font-size: calc(var(--font-header-menu-link-size) - 0.4rem);
}
@media screen and (min-width: 1200px) {
  .header__icon-shop-name {
    display: block;
  }
}

.header__icon-shop-name {
  margin-right: 0;
  margin-left: 1rem;
  font-weight: var(--font-subtitle-weight);
}

@media screen and (min-width: 1200px) {
  .header {
    position: static;
    display: grid;
  }
  .header > .header__heading,
  .header > .header__heading-link {
    grid-area: heading;
  }
  .header__inline-menu {
    grid-area: navigation;
    align-items: center;
    height: 100%;
  }
  .header__inline-menu .list-menu--inline {
    height: 100%;
  }
  .header__inline-menu .list-menu--inline > li > .list-menu__item {
    height: 100%;
  }
  .header__inline-menu .list-menu--inline > li > .list-menu__item > span {
    height: 100%;
    min-height: var(--header-height);
  }
  .header__inline-menu .list-menu--inline > li > a {
    height: 100%;
  }
  .header__inline-menu .list-menu--inline > li > a > span {
    height: 100%;
  }
  .header__inline-menu li {
    flex: none;
  }
  .header__column {
    grid-area: column;
  }
  .header__cart,
  .header__icon--cart {
    grid-area: cart;
  }
  .header__offcanvas {
    grid-area: offcanvas;
  }
  .header--left {
    grid-template-columns: auto auto 1fr auto;
    grid-template-areas: "offcanvas heading navigation column";
  }
  .header--left .header__inline-menu {
    display: flex;
    justify-content: flex-start;
    margin-right: auto;
    margin-left: 2rem;
  }
  .header--left > .header__heading,
  .header--left > .header__heading-link {
    margin-right: 0;
  }
  .header--left .header__offcanvas {
    margin-right: 1.6rem;
  }
  .header--left .header__column {
    margin-left: 0;
  }
  .header--center {
    grid-template-columns: auto 1fr auto 1fr;
    grid-template-areas: "offcanvas navigation heading column";
  }
  .header--center .header__inline-menu {
    justify-content: flex-start;
  }
  .header--center .header__inline-menu > ul {
    margin-left: -1.2rem;
  }
  .header--center .header__offcanvas {
    margin-right: 2rem;
  }
  .header--center > .header__heading,
  .header--center > .header__heading-link {
    margin-right: 0;
    align-items: center;
    text-align: center;
  }
  .header--center .header__column {
    margin-left: auto;
  }
  .header--top {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "offcanvas heading column" "navigation navigation navigation";
    justify-items: start;
    align-items: center;
    position: relative;
    padding-top: 1.8rem;
  }
  .header--top .header__heading,
  .header--top .header__inline-menu,
  .header--top .header__heading-link {
    margin: auto;
  }
  .header--top .header__offcanvas-toggle {
    z-index: 2;
  }
}
.header *[tabindex="-1"]:focus {
  outline: none;
}

.header__heading {
  display: inline-flex;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.header__heading span {
  line-height: 1;
  text-transform: var(--font-header-menu-text-transform);
}

.header > .header__heading-link span {
  display: flex;
  align-items: center;
  line-height: 1;
  text-transform: var(--font-header-menu-text-transform);
}

.header__heading,
.header__heading-link {
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  text-decoration: none;
  word-break: break-word;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .header__heading-link {
    max-width: 350px;
  }
}

.header__heading .header__heading-link {
  display: flex;
  padding: 0;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  display: block;
  height: auto;
  max-height: calc(var(--header-height) - 0.8rem);
  object-fit: contain;
}
@media screen and (max-width: 576px) {
  .header__heading-logo {
    max-width: 110px;
  }
}

.header__heading-logo--overlay {
  display: none;
}

@media screen and (min-width: 990px) {
  .header__heading,
  .header__heading-link {
    justify-self: start;
    align-items: center;
  }
  .header--center .header__heading-link,
  .header--center .header__heading {
    justify-self: center;
  }
}
/* Header column */
.header__column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: none;
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  font-size: calc(var(--font-header-menu-link-size) - 0.4rem);
  font-weight: var(--font-subtitle-weight);
}

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

.header__icon span {
  height: 100%;
}

.header__icon .icon {
  width: 1.4rem;
  height: 1.4rem;
  transition: var(--duration-default);
  color: rgba(var(--color-foreground));
}

.header__icon--account .icon {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
}
@media screen and (min-width: 1360px) {
  .header__icon--account .icon {
    display: none;
  }
}

.link--text.header__icon:hover .icon {
  color: rgb(var(--color-foreground));
}

.header__icon--menu {
  width: 4.4rem;
  height: 4.4rem;
  margin-left: -1rem;
  margin-top: 0.4rem;
}
@media screen and (min-width: 1200px) {
  .header__icon--menu {
    margin: 0;
  }
}
.header__icon--menu span {
  width: 100%;
}

.header__icon::after {
  content: none;
}

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

.header__icon--cart {
  position: relative;
  gap: 0.4rem;
  min-width: 4.4rem;
  width: auto;
  height: 4.4rem;
  font-size: calc(var(--font-header-menu-link-size) - 0.4rem) !important;
  font-weight: var(--font-subtitle-weight);
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .header__icon--cart {
    margin: 0;
  }
}
.header__icon--cart:hover .cart-count-bubble {
  background-color: rgba(var(--color-button));
  color: rgb(var(--color-button-text));
  border-color: rgba(var(--color-button));
}
.header__icon--cart .icon {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
}
@media screen and (min-width: 1360px) {
  .header__icon--cart .icon {
    display: none;
  }
}
.header__icon--cart .icon path {
  fill: rgba(var(--color-foreground));
}
.header__icon--cart > span {
  position: static !important;
  width: 100%;
  margin: 0;
  display: none;
}
@media screen and (min-width: 1360px) {
  .header__icon--cart > span {
    display: flex;
  }
}

.header__icon--search {
  gap: 0.8rem;
  min-height: 4.4rem;
}
.header__icon--search .icon {
  width: 2.2rem;
  height: 2.2rem;
}

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

.header__icon .header__icon-name {
  display: none;
}

.header__icon--search .header__icon-name {
  position: relative;
  text-transform: uppercase;
}

/* Header account */
.header__account {
  display: none;
  align-items: center;
  position: relative;
  transition: var(--duration-default);
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .header__account {
    display: inline-flex;
  }
}
.header__account details {
  height: 100%;
}
.header__account details summary {
  height: 100%;
}
.header__account details summary .header__icon-name {
  height: 100%;
}

.no-js .header__account details {
  min-width: 50px;
}
.no-js .header__toggle-scheme {
  display: none;
}

.header__account-modal {
  position: absolute;
  top: 100%;
  right: -3rem;
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  width: 20rem;
  height: auto;
  margin: 0;
  font-weight: var(--font-body-weight);
  text-transform: none;
  background-color: rgb(var(--color-header-background));
  border-radius: 0.4rem;
  transform: translateY(0rem);
  transition: opacity var(--duration-default);
  animation: animateMenuOpen var(--duration-default) ease;
  z-index: 10;
  opacity: 0;
  box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.05);
  cursor: auto;
}

details[open] > .header__account-modal {
  transform: translateY(0rem);
  opacity: 1;
}

.header__account__login {
  width: 100%;
  min-height: 4.5rem;
  font-size: 1.2rem !important;
}

.header__account__login .icon {
  width: 1.5rem;
  height: 1.5rem;
  color: rgb(var(--color-button-text)) !important;
}

.header__account__logout .icon {
  color: rgb(var(--color-button-text)) !important;
}

.header__account__register {
  display: inline;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
.header__account__register span {
  position: relative;
  font-family: CartesiusSmallCaps !important;
}
.header__account__register span::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 0;
  width: 0;
  height: 0.1rem;
  background-color: rgb(var(--color-accent));
  transition: width var(--duration-default);
}
.header__account__register:hover span::after {
  width: 100%;
}

.header__account__link span,
.header__account__address span {
  position: relative;
}
.header__account__link span::after,
.header__account__address span::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 0;
  width: 0;
  height: 0.1rem;
  background-color: rgb(var(--color-accent));
  transition: width var(--duration-default);
}
.header__account__link:hover span::after,
.header__account__address:hover span::after {
  width: 100%;
}

.header__account__name {
  margin-bottom: 0.8rem;
  padding-bottom: 1.6rem;
  color: rgba(var(--color-foreground));
  border-bottom: 0.1rem solid rgb(var(--color-accent));
  font-size: var(--font-header-menu-link-size);
  font-weight: 500;
}

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

.header__account__body a {
  display: block;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  text-decoration: none;
  transition: var(--duration-default);
}

.header__account__logout {
  margin-top: 1.6rem;
  width: 100%;
  min-height: 4.5rem;
}

@keyframes animateSearchOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header__icons > * {
  /* padding: 0 1.6rem; */
}

.header__icon--cart {
  padding-left: 0;
  transition: var(--duration-default);
}
@media screen and (min-width: 990px) {
  .header__icon--cart {
    /* padding-left: 1.6rem; */
  }
}
@media screen and (min-width: 1360px) {
  .header__icon--cart {
    padding-left: 0;
  }
}

@media screen and (min-width: 1360px) {
  .header__icon .header__icon-name {
    display: flex;
  }
  .header__account summary {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}
/*Header social*/
.header .header__social {
  display: none;
}

@media screen and (min-width: 990px) {
  .header .header__social {
    flex: 1;
    display: flex;
    justify-content: flex-start;
  }
  .header .header__social:not(:last-child) {
    margin-right: 2rem;
  }
}
/* Search */
menu-drawer + .header__search {
  display: none;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  cursor: pointer;
}

noscript .header__search {
  height: 100%;
}

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

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

.icon-close path {
  stroke-width: 0.3;
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8) rotate(-90deg);
}

details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8) rotate(90deg);
}

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

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

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

/* Header menu */
.header__offcanvas-left {
  display: none;
}
.header__offcanvas-left:hover .header__offcanvas:not(:hover),
.header__offcanvas-left:hover .header__shop-name:not(:hover) {
  color: rgb(var(--color-foreground-secondary));
  transition: var(--duration-default);
}
.header__offcanvas-left:hover .header__offcanvas:not(:hover) .header__icon-name,
.header__offcanvas-left:hover .header__offcanvas:not(:hover) .currency-country,
.header__offcanvas-left:hover
  .header__offcanvas:not(:hover)
  .header__icon-shop-name,
.header__offcanvas-left:hover .header__offcanvas:not(:hover) .icon-hamburger,
.header__offcanvas-left:hover .header__offcanvas:not(:hover) .icon-search,
.header__offcanvas-left:hover .header__shop-name:not(:hover) .header__icon-name,
.header__offcanvas-left:hover .header__shop-name:not(:hover) .currency-country,
.header__offcanvas-left:hover
  .header__shop-name:not(:hover)
  .header__icon-shop-name,
.header__offcanvas-left:hover .header__shop-name:not(:hover) .icon-hamburger,
.header__offcanvas-left:hover .header__shop-name:not(:hover) .icon-search {
  color: rgb(var(--color-foreground-secondary));
  transition: var(--duration-default);
}

.header__offcanvas {
  display: none;
}
.header__offcanvas .newsletter__button {
  padding: 1rem 1rem;
  min-width: 17.5rem;
  width: 17.5rem;
}
.header__offcanvas .header__offcanvas-submenu {
  padding-left: 1.6rem;
}
.header__offcanvas .header__offcanvas-submenu .header__offcanvas-submenu {
  margin-top: 8px;
  padding-bottom: 8px;
}
.header__offcanvas .header__offcanvas-submenu .link {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
}
.header__offcanvas .fullscreen-menu2 .link {
  font-size: 16px;
}
.header__offcanvas .header__offcanvas-categories {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
  align-self: flex-start;
}
@media screen and (min-width: 1360px) {
  .header__offcanvas .header__offcanvas-categories {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
.header__offcanvas
  .header__offcanvas-categories
  .header__offcanvas-categories-block {
  position: relative;
  height: 30rem;
  width: calc(50% - 0.8rem);
}
.header__offcanvas
  .header__offcanvas-categories
  .header__offcanvas-categories-block:first-child {
  width: 100%;
}
@media screen and (min-width: 1360px) {
  .header__offcanvas
    .header__offcanvas-categories
    .header__offcanvas-categories-block {
    width: calc(33.3333333333% - 0.8rem);
    height: 39rem;
  }
  .header__offcanvas
    .header__offcanvas-categories
    .header__offcanvas-categories-block:first-child {
    width: calc(33.3333333333% - 0.8rem);
  }
}
@media screen and (min-width: 1560px) {
  .header__offcanvas
    .header__offcanvas-categories
    .header__offcanvas-categories-block {
    height: 49rem;
  }
}
.header__offcanvas
  .header__offcanvas-categories
  .header__offcanvas-categories-block:hover
  img {
  transform: scale(1.05);
}
.header__offcanvas
  .header__offcanvas-categories
  .header__offcanvas-categories-block.header__offcanvas-categories-block-2 {
  width: 100%;
}
@media screen and (min-width: 1360px) {
  .header__offcanvas
    .header__offcanvas-categories
    .header__offcanvas-categories-block.header__offcanvas-categories-block-2 {
    width: calc(50% - 0.8rem);
    height: 39rem;
  }
}
.header__offcanvas
  .header__offcanvas-categories
  .header__offcanvas-categories-block.header__offcanvas-categories-block-1 {
  width: 100%;
}
.header__offcanvas
  .header__offcanvas-categories
  .header__offcanvas-categories_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  background-color: rgba(var(--color-foreground), 0.3);
}
.header__offcanvas
  .header__offcanvas-categories
  .header__offcanvas-categories_img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: var(--duration-default);
}
.header__offcanvas .header__offcanvas-categories h3 {
  position: absolute;
  bottom: 6rem;
  left: 3.6rem;
  color: #ffffff;
  max-width: 90%;
  margin: 0;
  padding-right: 3.6rem;
}
.header__offcanvas
  .header__offcanvas-categories
  .header__offcanvas-categories-link {
  position: absolute;
  left: 3.6rem;
  bottom: 3rem;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: var(--font-header-menu-link-size);
}
.header__offcanvas
  .header__offcanvas-categories
  .header__offcanvas-categories-link:after {
  width: 100%;
}
.header__offcanvas
  .header__offcanvas-categories
  .header__offcanvas-categories-link:hover:after {
  width: 0;
}

.header__offcanvas-menu {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 12;
  background-color: rgb(var(--color-base-background-1));
}

.header__offcanvas_menu-reveal {
  padding: 2.5rem 0 2rem;
}

@keyframes animateOffcanvasMenuOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animateOffcanvasMenuOpacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header__search-top {
  display: block;
}

@media screen and (min-width: 1200px) {
  .header__offcanvas {
    display: none;
  }
  .header__offcanvas-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header--top .header__offcanvas-left {
    gap: 1.6rem;
  }
  .header__search-top {
    display: none;
  }
  .header__offcanvas-menu--open {
    display: flex;
    justify-content: center;
    animation: animateOffcanvasMenuOpen 0.3s ease;
    padding-top: calc(var(--header-height) + var(--header-height));
    padding-bottom: 5%;
  }
  .header__offcanvas-menu--open .header__offcanvas-menu-wrapper {
    animation: animateOffcanvasMenuOpacity 0.5s ease;
    width: 100%;
    overflow: auto;
  }
  .header__offcanvas-menu--open
    .header__offcanvas-menu-wrapper::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .header__offcanvas-menu--open
    .header__offcanvas-menu-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(var(--color-foreground), 0.7);
    border-radius: 100px;
  }
}
.menu-drawer-container.menu-opening .header__modal-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  height: 4.4rem;
  width: 4.4rem;
  color: rgba(var(--color-foreground), 0.55);
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
}
.menu-drawer-container.menu-opening .header__modal-close-button .icon-close {
  width: 1.4rem;
  height: 1.4rem;
  transition: var(--duration-default) ease;
}
.menu-drawer-container.menu-opening
  .header__modal-close-button:hover
  .icon-close {
  transform: rotate(90deg);
}

.header__offcanvas-toggle {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 0;
  height: 4.4rem;
}
.header__offcanvas-toggle .header__offcanvas-toggle-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: rgba(var(--color-foreground));
  margin-left: 2px;
  text-decoration: none;
  padding: 1.6rem 1.6rem 1.6rem 0;
  transition: var(--duration-default);
}
.header__offcanvas-toggle
  .header__offcanvas-toggle-link:hover
  .icon-hamburger
  rect:nth-child(2) {
  width: 1.8rem;
}
.header__offcanvas-toggle .header__offcanvas-toggle-link .icon {
  width: 1.4rem;
  height: 1.4rem;
  transition: transform var(--duration-default), opacity var(--duration-default);
}
.header__offcanvas-toggle .header__offcanvas-toggle-link .icon-hamburger {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}
.header__offcanvas-toggle
  .header__offcanvas-toggle-link
  .icon-hamburger
  rect:nth-child(2) {
  transition: width var(--duration-default);
}
.header__offcanvas-toggle .header__offcanvas-toggle-link .icon-close {
  opacity: 0;
}
.header__offcanvas-toggle.active .icon-hamburger {
  opacity: 0;
  transform: rotate(90deg);
}
.header__offcanvas-toggle.active .icon-close {
  opacity: 1;
}
.header__offcanvas-toggle.active .header__shop-name {
  display: none;
}
.header__offcanvas-toggle:hover.active .icon-close {
  transform: rotate(90deg);
}
.header__offcanvas-toggle:hover .header__search:not(:hover) .header__icon-name {
  color: rgb(var(--color-foreground-secondary));
  transition: var(--duration-default);
}
.header__offcanvas-toggle:hover .header__search:not(:hover) .icon-search {
  color: rgb(var(--color-foreground-secondary));
  transition: var(--duration-default);
}
.header__offcanvas-toggle:hover .header__offcanvas-toggle-link:not(:hover) {
  color: rgb(var(--color-foreground-secondary));
  transition: var(--duration-default);
}
.header__offcanvas-toggle:hover
  .header__offcanvas-toggle-link:not(:hover)
  .header__icon-shop-name {
  color: rgb(var(--color-foreground-secondary));
  transition: var(--duration-default);
}

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

.header__offcanvas-toggle.active {
  z-index: 99;
}
.header__offcanvas-toggle.active .header__offcanvas-toggle-link--close {
  display: block;
  padding: 1.6rem 2.6rem 1.6rem 0;
}
.header__offcanvas-toggle.active .header__offcanvas-toggle-link {
  display: none;
}
.header__offcanvas-toggle.active .header__icon-shop-name {
  display: none;
}

.header__offcanvas-toggle:hover:before,
.header__offcanvas-toggle:hover:after {
  background: rgba(var(--color-foreground), 1);
}

.header__offcanvas-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 25rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 1360px) {
  .header__offcanvas-wrapper {
    gap: 2rem 16rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1560px) {
  .header__offcanvas-wrapper {
    gap: 2rem 26rem;
  }
}

.header__offcanvas-fullscreen-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.header__offcanvas-menu-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header__offcanvas-menu-full {
  width: 100%;
  margin: 0;
}

.header__offcanvas-subscribe {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}

.header__offcanvas-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: none;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 3;
}

.header__offcanvas-item {
  position: relative;
  width: 100%;
}
.header__offcanvas-item span {
  font-weight: var(--font-body-weight);
}

.header__offcanvas-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding-block: 1.6rem;
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  text-transform: var(--font-header-menu-text-transform);
  text-decoration: none;
}

.fullscreen-menu2 a {
  color: rgb(var(--color-foreground-secondary));
  font-size: 1.8rem;
}

.header__offcanvas-description {
  max-width: 54rem;
  font-size: 1.2rem;
  font-weight: var(--font-body-weight);
  color: rgba(var(--color-foreground), 0.35);
  text-transform: none;
}
.header__offcanvas-description p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .header__offcanvas-description {
    max-width: 60rem;
  }
}

.header__offcanvas-aside {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
  gap: 4vw;
}
@media screen and (min-width: 1600px) {
  .header__offcanvas-aside {
    gap: 7vw;
  }
}
.header__offcanvas-aside .header__promo {
  position: relative;
  padding: 2.4rem;
  width: 80%;
  height: 49rem;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 1360px) {
  .header__offcanvas-aside .header__promo {
    padding: 4.8rem;
    width: 85.6rem;
    height: 51.2rem;
  }
}
@media screen and (max-height: 725px) {
  .header__offcanvas-aside .header__promo {
    height: 60vh;
  }
}
.header__offcanvas-aside .header__promo-info {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3.2rem;
  height: 100%;
  z-index: 2;
}
.header__offcanvas-aside .header__promo-info * {
  z-index: inherit;
}
.header__offcanvas-aside .header__promo-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(var(--color-overlay), 0.6);
  border-radius: 0.5rem;
  overflow: hidden;
}
.header__offcanvas-aside .header__promo-text {
  max-width: 39.2rem;
}
.header__offcanvas-aside .header__promo-heading {
  font-size: var(--font-heading-h2-size);
  color: #fff;
}
@media screen and (min-width: 1360px) {
  .header__offcanvas-aside .header__promo-heading {
    font-size: var(--font-heading-h1-size);
  }
}
.header__offcanvas-aside .header__promo-description {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  color: #fff;
}
.header__offcanvas-aside .header__promo-button {
  padding-inline: 4rem;
  min-width: 18.6rem;
  min-height: 6rem;
  height: 6rem;
}
.header__offcanvas-aside .header__promo--articles {
  width: 37rem;
  max-width: 100%;
}
@media screen and (min-width: 1360px) {
  .header__offcanvas-aside .header__promo--articles {
    width: 41.6rem;
  }
}
@media screen and (max-height: 680px) {
  .header__offcanvas-aside .header__promo--articles {
    height: 70vh;
  }
}
.header__offcanvas-aside .header__promo--articles .header__promo-info {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.header__offcanvas-aside .header__promo--articles .header__promo-text {
  max-width: auto;
}
.header__offcanvas-aside .header__promo--articles .header__promo-description {
  margin-top: 0.8rem;
}
.header__offcanvas-aside .header__promo img {
  z-index: -1;
}
@media screen and (max-height: 680px) {
  .header__offcanvas-aside .header__articles {
    height: 65vh;
  }
}
.header__offcanvas-aside .header__articles .header__article:not(:first-child) {
  margin-top: -0.1rem;
}
@media screen and (max-height: 680px) {
  .header__offcanvas-aside .header__articles .article-card-small {
    padding-block: 0.8rem;
  }
}
.header__offcanvas-aside .header__articles .header__subtitle {
  margin-bottom: 2.4rem;
}
.header__offcanvas-aside .header__articles .header__article-button {
  margin-top: 2.4rem;
}

.header__offcanvas-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  margin-top: 7.7rem;
}

.header .header__social {
  margin-top: auto;
  max-width: 16.5rem;
}
.header .header__social li:first-child a {
  padding-left: 0;
}

.header__inline-menu {
  display: none;
}

.header__inline-menu .header__menu-item {
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  text-transform: var(--font-header-menu-text-transform);
}

.header--center .header__heading-link {
  margin-left: 0;
}

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

.header__menu-item {
  overflow: hidden;
  /* padding: 1.6rem; */
  text-decoration: none;
  color: rgb(var(--color-foreground));
}
.header__menu-item .icon-caret {
  transition: var(--duration-default);
  color: rgb(var(--color-accent));
}

.list-menu--inline {
  max-height: 100%;
  align-items: center;
}
.list-menu--inline .header__menu-item {
  /* padding: 0 1.2rem; */
}
.list-menu--inline .header__menu-item span {
  display: flex;
  align-items: center;
  padding: 0;
  border-width: 0.1rem;
  border-color: transparent;
  border-style: solid;
  transition: color var(--duration-default);
  letter-spacing: 0.1em;
}
.list-menu--inline .header__menu-item span::after {
  height: 0.2rem;
  bottom: -1px;
}
.list-menu--inline .header__menu-item span .icon-caret {
  position: static;
  margin-left: 0.4rem;
}
.list-menu--inline .header__menu-item.header__menu-item--active {
  text-decoration: none;
}
.list-menu--inline .header__menu-item.header__menu-item--active span {
  color: rgb(var(--color-foreground));
}
.list-menu--inline .header__menu-item.header__menu-item--active span::after {
  width: 100%;
}
.list-menu--inline .header__menu-childitem ul {
  position: absolute;
  left: 97%;
  width: max-content;
  height: calc(100% + 3px);
  top: -2px;
}
.list-menu--inline .header__menu-childitem ul::before {
  content: "";
  width: 25px;
  background: rgb(var(--color-header-background));
  height: 100%;
  position: absolute;
  left: -15px;
  border-left: 1px solid rgb(var(--color-border));
}
.list-menu--inline span.header__active-menu-item {
  color: rgb(var(--color-foreground));
}
.list-menu--inline span.header__active-menu-item::after {
  width: 100%;
}
.list-menu--inline details[open] > .header__menu-item span {
  color: rgb(var(--color-foreground)) !important;
}
.list-menu--inline details[open] > .header__menu-item span::after {
  width: 100%;
}
.list-menu--inline:hover .list-menu--megamenu:not(:hover) .header__menu-item {
  color: rgb(var(--color-foreground-secondary));
}
.list-menu--inline:hover
  .list-menu--megamenu:not(:hover)
  .header__menu-item
  span {
  color: rgb(var(--color-foreground-secondary));
}
.list-menu--inline:hover
  .list-menu--megamenu:not(:hover)
  .header__menu-item
  span::after {
  width: 0;
}
.list-menu--inline:hover .header__menu-item:not(:hover) {
  color: rgb(var(--color-foreground-secondary));
}
.list-menu--inline:hover .header__menu-item:not(:hover) span {
  color: rgb(var(--color-foreground-secondary));
}
.list-menu--inline:hover .header__menu-item:not(:hover) span::after {
  width: 0;
}
.list-menu--inline:hover .header__menu-item .header__active-menu-item {
  color: rgb(var(--color-foreground));
}

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

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

.header__icon .header__icon-name {
  text-decoration: none;
  line-height: 1.9rem;
  color: rgb(var(--color-foreground));
  transition: var(--duration-default);
  text-transform: uppercase;
}

.header__submenu {
  text-transform: none;
  border-radius: 0 0 0.4rem 0.4rem;
  transition: opacity var(--duration-default) ease;
  z-index: 15;
  border: 1px solid rgb(var(--color-border));
  border-top: 2px solid rgb(var(--color-accent));
  background-color: rgb(var(--color-header-background));
}
.header__submenu .header__menu-item {
  height: auto;
  padding: 0.4rem 0;
  font-size: 1.5rem;
  font-weight: var(--font-body-weight);
  text-transform: none;
  transition: background var(--duration-default);
  border-radius: 0.3rem;
  line-height: 140%;
}
.header__submenu .header__menu-item.header__menu-item--active {
  text-decoration: none;
}
.header__submenu .header__menu-item.header__menu-item--active span {
  color: rgb(var(--color-foreground));
}
.header__submenu .header__menu-item.header__menu-item--active span::after {
  width: 100%;
}
.header__submenu .header__menu-item span {
  position: relative;
  padding: 0;
  border: none;
}
.header__submenu .header__menu-item:hover .icon-caret {
  transform: rotate(-90deg) translateY(0.5rem);
  color: rgb(var(--color-accent));
}

.header__menu-item .icon-caret {
  right: 0.8rem;
  z-index: 0;
}

details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animateLocalOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  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;
  }
}
/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  top: 0.6rem;
  right: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  height: 1.6rem;
  width: 1.6rem;
  font-size: calc(var(--font-header-menu-link-size) - 0.4rem);
  line-height: 1;
  color: rgb(var(--color-base-solid-button-labels));
  background-color: rgb(var(--color-base-button-background));
  border-radius: 100%;
}
@media screen and (max-width: 1200px) {
  .cart-count-bubble {
    margin-right: 0;
  }
}

.header__localization {
  position: relative;
  display: none;
  cursor: pointer;
}
.header__localization .localization-selector.link {
  background-color: unset;
}

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

.header__localization localization-form .localization-form__select {
  box-shadow: none;
}

.header__localization .localization-selector.link {
  align-items: center;
  gap: 0;
  padding: 0;
  height: 4.4rem;
  color: rgb(var(--color-foreground));
  border: none;
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-subtitle-weight);
  text-transform: uppercase;
  font-size: calc(var(--font-header-menu-link-size) - 0.4rem);
}

.currency-country {
  position: relative;
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-subtitle-weight);
  text-transform: uppercase;
  font-size: calc(var(--font-header-menu-link-size) - 0.4rem);
  transition: var(--duration-default);
}
.currency-country::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 0;
  width: 0;
  height: 0.1rem;
  background-color: rgb(var(--color-accent));
  transition: width var(--duration-default);
}

.header__localization localization-form .localization-form__select .icon-caret {
  position: static;
  color: rgba(var(--color-foreground), 0.6);
  transition: var(--duration-default);
}

.header__localization .localization-form__select .icon-caret {
  position: absolute;
  content: "";
  height: 2rem;
  right: 2rem;
  top: calc(50% - 0.5rem);
}

.header__localization .localization-selector + .disclosure__list {
  top: 100%;
  right: 0;
  bottom: auto;
  margin-top: 0;
  padding: 0.8rem;
  min-width: auto;
  max-width: 30rem;
  max-height: 30rem;
  background-color: rgb(var(--color-header-background));
  border-radius: 0.3rem;
  box-shadow: 0 40px 60px rgba(var(--color-foreground), 0.05);
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}
.header__localization .localization-select {
  position: relative;
  background-color: rgb(var(--color-background-input));
  border-radius: 3px;
  border: 0.1rem solid rgb(var(--color-border-input));
  margin: 0.8rem 0;
}
.header__localization .localization-select select {
  padding: 0 2rem !important;
}
.header__localization .button--tertiary {
  min-height: 4.5rem;
}

.menu-drawer__localization-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.6rem;
}
.menu-drawer__localization-wrapper .localization-selector + .disclosure__list {
  top: unset;
  right: unset;
  bottom: 100%;
  left: 0;
}
.drawer {
  z-index: 9999;
}
.header__localization .disclosure__list li a {
  padding: 1rem 1.6rem;
  height: auto;
  display: flex;
  align-items: center;
  border-radius: 0.3rem;
  transition: background var(--duration-default);
}

.disclosure__link--flag:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 20px;
  height: 20px;
  flex: none;
  overflow: hidden;
  margin-right: 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
}

.header__localization .disclosure {
  position: static;
}

.header__localization .localization-selector + .disclosure__list {
  animation: animateLocalOpen var(--duration-default) ease;
  transform: translateY(0rem);
}

.header__localization .localization-form__currency {
  margin-left: auto;
}

@media screen and (min-width: 990px) {
  .header__localization {
    display: block;
  }
}
.header__localization-modal.asctive {
  display: block;
}

.currency-flag {
  position: relative;
  width: 20px;
  height: 20px;
  flex: none;
  overflow: hidden;
  margin-right: 0.8rem;
}

.currency-flag:before,
.currency-flag:after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.currency-flag:before {
  content: attr(data-value);
  font-size: 9px;
  text-align: center;
}

.currency-flag[data-value]:after {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
}

.header__toggle-scheme {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 4.4rem;
  padding: 0;
  transition: var(--duration-default);
  cursor: pointer;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  font-size: calc(var(--font-header-menu-link-size) - 0.4rem);
  font-weight: var(--font-subtitle-weight);
}
.header__toggle-scheme .header__toggle-scheme-item span {
  display: none;
}
@media screen and (min-width: 1360px) {
  .header__toggle-scheme .header__toggle-scheme-item span {
    display: block;
  }
}
@media screen and (min-width: 990px) {
  .header__toggle-scheme {
    width: auto;
    margin: 0 1.6rem;
  }
}

.header__toggle-scheme-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-subtitle-weight);
}
.header__toggle-scheme-item:hover svg {
  color: rgba(var(--color-foreground), 1);
}
.header__toggle-scheme-item svg {
  color: rgba(var(--color-foreground), 0.6);
  transition: var(--duration-default);
}
@media screen and (min-width: 1200px) {
  .header__toggle-scheme-item svg {
    margin-right: 0.8rem;
  }
}

.header__toggle-scheme-item--dark :root,
[data-scheme="light"] .header__toggle-scheme-item--dark {
  display: flex;
  padding-right: 0.8rem;
}
@media (prefers-color-scheme: light) {
  :root [data-scheme="auto"] .header__toggle-scheme-item--dark {
    display: flex;
    padding-right: 0.8rem;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme="auto"] .header__toggle-scheme-item--dark {
    display: none;
  }
}
[data-scheme="dark"] .header__toggle-scheme-item--dark {
  display: none;
}

.header__toggle-scheme-item--light {
  color: rgb(var(--color-foreground));
}
.header__toggle-scheme-item--light :root,
[data-scheme="light"] .header__toggle-scheme-item--light {
  display: none;
}
@media (prefers-color-scheme: light) {
  :root [data-scheme="auto"] .header__toggle-scheme-item--light {
    display: none;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme="auto"] .header__toggle-scheme-item--light {
    display: flex;
    padding-right: 0.8rem;
  }
  :root
    [data-scheme="auto"]
    .header__toggle-scheme-item--light
    + .theme
    .theme__toggle {
    background-color: #ffffff !important;
  }
  :root
    [data-scheme="auto"]
    .header__toggle-scheme-item--light
    + .theme
    .theme__toggle::before {
    transform: translate(100%, -50%) !important;
  }
  :root
    [data-scheme="auto"]
    .header__toggle-scheme-item--light
    + .theme
    .theme__toggle
    ~ .theme__icon {
    transform: translate(2.3rem, -50%) !important;
    left: 3.5px !important;
  }
}
@media screen and (prefers-color-scheme: dark) and (max-width: 400px) {
  :root
    [data-scheme="auto"]
    .header__toggle-scheme-item--light
    + .theme
    .theme__toggle::before {
    transform: translate(80%, -50%) !important;
  }
  :root
    [data-scheme="auto"]
    .header__toggle-scheme-item--light
    + .theme
    .theme__toggle
    ~ .theme__icon {
    transform: translate(1.3rem, -50%) !important;
  }
}
@media (prefers-color-scheme: dark) {
  :root
    [data-scheme="auto"]
    .header__toggle-scheme-item--light
    + .theme
    .theme__toggle
    ~ .theme__icon
    svg:nth-child(2) {
    opacity: 1 !important;
  }
}
@media (prefers-color-scheme: dark) {
  :root
    [data-scheme="auto"]
    .header__toggle-scheme-item--light
    + .theme
    .theme__toggle
    ~ .theme__icon
    svg:nth-child(1) {
    opacity: 0 !important;
  }
}
[data-scheme="dark"] .header__toggle-scheme-item--light {
  display: flex;
  padding-right: 0.8rem;
}
[data-scheme="dark"]
  .header__toggle-scheme-item--light
  + .theme
  .theme__toggle {
  background-color: #ffffff !important;
}
[data-scheme="dark"]
  .header__toggle-scheme-item--light
  + .theme
  .theme__toggle::before {
  transform: translate(100%, -50%) !important;
}
[data-scheme="dark"]
  .header__toggle-scheme-item--light
  + .theme
  .theme__toggle
  ~ .theme__icon {
  transform: translate(2.3rem, -50%) !important;
  left: 3.5px !important;
}
@media screen and (max-width: 400px) {
  [data-scheme="dark"]
    .header__toggle-scheme-item--light
    + .theme
    .theme__toggle::before {
    transform: translate(80%, -50%) !important;
  }
  [data-scheme="dark"]
    .header__toggle-scheme-item--light
    + .theme
    .theme__toggle
    ~ .theme__icon {
    transform: translate(1.3rem, -50%) !important;
  }
}
[data-scheme="dark"]
  .header__toggle-scheme-item--light
  + .theme
  .theme__toggle
  ~ .theme__icon
  svg:nth-child(2) {
  opacity: 1 !important;
}
[data-scheme="dark"]
  .header__toggle-scheme-item--light
  + .theme
  .theme__toggle
  ~ .theme__icon
  svg:nth-child(1) {
  opacity: 0 !important;
}

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

.page-header-top {
  margin-top: 11.2rem;
  margin-bottom: 4.8rem;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .page-header-top {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .page-header-top {
    margin-bottom: 3rem;
  }
}
.page-header-top .title--page {
  margin: 0;
}

.list-menu--inline {
  max-height: 100%;
  align-items: center;
}
.list-menu--inline li:hover > .header__submenu,
.list-menu--inline li:focus-within > .header__submenu,
.list-menu--inline li:focus > .header__submenu,
.list-menu--inline li:active > .header__submenu {
  opacity: 1;
  pointer-events: all;
}
.list-menu--inline .header__menu-item .header__active-menu-item span {
  color: rgb(var(--color-foreground));
}
.list-menu--inline .header__menu-item .header__active-menu-item span::after {
  width: 50%;
}
.list-menu--inline .header__menu-item + .header__submenu {
  opacity: 0;
  pointer-events: none;
}
.list-menu--inline .header__menu-item + .header__submenu:hover {
  opacity: 1;
  pointer-events: all;
}
.list-menu--inline .header__menu-item:hover + .header__submenu {
  opacity: 1;
  pointer-events: all;
}

.header__submenu {
  box-shadow: 0 40px 30px rgba(var(--color-foreground), 5%);
}
.header__submenu.list-menu {
  padding-block: 2rem;
}
.header__submenu.list-menu span::after {
  height: 0.1rem;
}
.header__submenu li {
  padding: 0.2rem 2rem;
}
.header__submenu .header__menu-item {
  display: inline;
}
.header__submenu .header__menu-item span {
  display: inline;
}

.header__inline-menu .list-menu--disclosure {
  min-width: auto;
  left: auto;
}
.header__inline-menu li:hover > .header__submenu {
  opacity: 1;
  pointer-events: all;
}
.header__inline-menu .list-menu:not(.header__submenu) > li > .header__submenu {
  transform: translate(1.1rem, -2px);
}

.mega-menu {
  position: fixed;
  left: 0;
  right: 0;
  max-height: 61em;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  transition: opacity var(--duration-default) 0.1s;
  border-top: solid 0.1rem rgb(var(--color-border));
  box-shadow: 0px 40px 30px rgba(var(--color-overlay-background), 5%);
  background-color: rgb(var(--color-header-background));
  z-index: 1;
}
.mega-menu:hover,
.mega-menu:focus,
.mega-menu:focus-visible {
  opacity: 1;
  pointer-events: all;
}
.mega-menu::-webkit-scrollbar {
  width: 0.4rem;
}
.mega-menu::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-border));
  border-radius: 2rem;
}
.mega-menu__block {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 2rem;
}
@media screen and (min-width: 1360px) {
  .mega-menu__block {
    padding-block: 6rem;
  }
}
.mega-menu__wrapper {
  width: 100%;
  max-width: 45rem;
}
@media screen and (min-width: 1560px) {
  .mega-menu__wrapper {
    max-width: 55rem;
  }
}
.mega-menu__full-wrapper {
  max-width: 100%;
}
.mega-menu__full-wrapper .mega-menu__list {
  justify-content: flex-start;
}
.mega-menu__categories {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .mega-menu__categories {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .mega-menu__categories {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
.mega-menu__categories .mega-menu-categories-block {
  position: relative;
  height: 20rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .mega-menu__categories .mega-menu-categories-block {
    width: calc(50% - 0.8rem);
  }
}
@media screen and (min-width: 750px) {
  .mega-menu__categories .mega-menu-categories-block {
    height: 30rem;
  }
}
@media screen and (min-width: 1360px) {
  .mega-menu__categories .mega-menu-categories-block {
    height: 39rem;
  }
}
@media screen and (min-width: 1560px) {
  .mega-menu__categories .mega-menu-categories-block {
    height: 49rem;
  }
}
.mega-menu__categories .mega-menu-categories-block:hover img {
  transform: scale(1.05);
}
.mega-menu__categories
  .mega-menu-categories-block.mega-menu-categories-block-1 {
  width: 100%;
}
.mega-menu__categories
  .mega-menu-categories-block.mega-menu-categories-block-1
  img {
  width: 100%;
  aspect-ratio: 3 / 1;
}
.mega-menu__categories .mega-menu-categories_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  background-color: rgba(var(--color-foreground), 0.3);
}
.mega-menu__categories .mega-menu-categories_img img,
.mega-menu__categories .mega-menu-categories_img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: var(--duration-default);
}
.mega-menu__categories h3 {
  position: absolute;
  bottom: 6rem;
  left: 3.6rem;
  color: #ffffff;
  max-width: 90%;
  margin: 0;
  padding-right: 3.6rem;
}
.mega-menu__categories .mega-menu-categories-link {
  position: absolute;
  left: 3.6rem;
  bottom: 3rem;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: var(--font-header-menu-link-size);
}
.mega-menu__categories .mega-menu-categories-link:after {
  width: 100%;
}
.mega-menu__categories .mega-menu-categories-link:hover:after {
  width: 0;
}
.mega-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  /* justify-content: space-between; */
}
.mega-menu__list:hover .mega-menu__link:not(:hover) {
  color: rgb(var(--color-foreground-secondary));
}
.mega-menu__list:hover .mega-menu__link:not(:hover) span {
  color: rgb(var(--color-foreground-secondary));
}
.mega-menu__list:hover .mega-menu__link:not(:hover) span::after {
  width: 0;
}
.mega-menu__list:hover .mega-menu__link .header__active-menu-item {
  color: rgb(var(--color-foreground));
}
.mega-menu__list li {
  max-width: 20rem;
  min-width: 12rem;
}
.mega-menu__list .header__active-menu-item span {
  color: rgb(var(--color-foreground));
}
.mega-menu__list .header__active-menu-item span::after {
  width: 100%;
}
.mega-menu__column {
  flex-direction: column;
  gap: 0;
}
.mega-menu__column li {
  max-width: 30rem;
}
.mega-menu__column .mega-menu__link-small {
  font-weight: var(--font-body-weight);
  font-size: var(--font-body-size);
  text-transform: none;
}
.mega-menu__link {
  position: relative;
  min-width: 16rem;
  padding-block: 0.4rem;
  font-weight: var(--font-body-weight);
  text-transform: none;
  text-decoration: none;
}
@media screen and (min-width: 1600px) {
  .mega-menu__link {
    min-width: 20rem;
  }
}
.mega-menu__link-small {
  font-weight: var(--font-subtitle-weight);
  color: rgb(var(--color-foreground-secondary));
  font-size: 1rem;
  text-transform: uppercase;
}
.mega-menu__link-small:hover {
  color: rgb(var(--color-foreground));
}
.mega-menu__heading {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.2px;
  margin-bottom: 2rem;
  font-weight: 300;
}
.mega-menu__wrapper + .mega-menu__item {
  margin-left: auto;
}
.mega-menu__items {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.8rem;
  max-width: 1206px;
}
.mega-menu__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-overlay-background));
  z-index: 2;
}

.list-menu--megamenu::before {
  position: absolute;
  left: 0;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgb(var(--color-header-background));
  margin-top: -5px;
  top: 100%;
  opacity: 0;
  transition: opacity var(--duration-default) 0.1s;
}
.list-menu--megamenu::after {
  position: absolute;
  right: 0;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgb(var(--color-header-background));
  margin-top: -5px;
  top: 100%;
  opacity: 0;
  transition: opacity var(--duration-default) 0.1s;
}
/*
.list-menu--megamenu:hover::before {
  opacity: 1;
}
.list-menu--megamenu:hover::after {
  opacity: 1;
}

.list-menu--megamenu:focus .mega-menu,
.list-menu--megamenu:focus-visible .mega-menu,
.list-menu--megamenu:focus-within .mega-menu,
.list-menu--megamenu:hover .mega-menu {
  opacity: 1;
  pointer-events: all;
}
*/
/*custom ctv*/
.list-menu--megamenu::before,
.list-menu--megamenu::after {
  opacity: 0;
  transition: opacity 0.3s;
}

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

/* Lớp hiển thị khi click */
.list-menu--megamenu.active::before,
.list-menu--megamenu.active::after {
  opacity: 1;
}

.list-menu--megamenu.active .mega-menu {
  opacity: 1;
  pointer-events: all;
}
/*end custom ctv*/

.menu-drawer .mega-menu__items {
  flex-direction: column;
  max-width: 100%;
  padding-bottom: 1.2rem;
}

.header__menu-item--active {
  text-decoration: none;
  background-size: 100% 0.1rem;
}
.header__menu-item--active span {
  color: rgb(var(--color-foreground));
}
.header__menu-item--active span::after {
  width: 100%;
}

/* Info-bar */
.information-bar__container {
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
  justify-content: flex-start;
}

.information-bar__wrapper {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.information-bar slider-component {
  position: static;
}

.information-bar slider-component .information-bar__wrapper {
  padding-bottom: 0 !important;
}

.information-bar slider-component .slider-buttons {
  position: static;
  margin-top: 0;
}

.information-bar slider-component .slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.information-bar slider-component .slider-button--prev {
  left: 0;
}

.information-bar slider-component .slider-button--next {
  right: 0;
}

.information-bar--m-b {
  margin-bottom: 3.5rem;
}

.information-bar__container--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.3);
}

.information-bar__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.information-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5.5rem;
}

.information-bar__image {
  height: 2.5rem;
  margin: 0 0.5rem 0 0;
}

.information-bar__image svg {
  width: 100%;
  height: 100%;
}

.information-bar__image img {
  display: block;
  object-fit: contain;
  object-position: center;
  width: auto;
  height: 100%;
}

.information-bar__message {
  margin: 0;
  font-size: 1.2rem;
}

@media screen and (min-width: 990px) {
  .information-bar__container {
    padding: 1.5rem 0;
    justify-content: center;
  }
  .information-bar__inner {
    padding: 0;
  }
}
/* Breadcrumb  */
.breadcrumb_border {
  border-top: solid 0.1rem rgb(var(--color-border));
}

.breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1rem;
  margin: 2rem 0 2rem 0;
  padding-left: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #363434;
  max-width: 1240px;
  margin: 1rem auto;
}
.breadcrumb__delimiter {
  width: 1rem;
  height: 0.1rem;
  background-color: #363434;
  margin: 0.8rem;
}
.breadcrumb--center {
  justify-content: center;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb .link-hover-line::after {
  background-color: #363434;
}
.breadcrumb .link-hover-line:after {
  width: 100%;
}
.breadcrumb .link-hover-line:hover::after {
  width: 0%;
}

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

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

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

.popupExitFade {
  animation-name: popupExitFade;
}

.popupOpenSlide {
  animation-name: popupOpenSlide;
}

.popupExitSlide {
  animation-name: popupExitSlide;
}

.popupOpenZoom {
  animation-name: popupOpenZoom;
}

.popupExitZoom {
  animation-name: popupExitZoom;
}

.popupOpenSlideFade {
  animation-name: popupOpenSlideFade;
}

.popupExitSlideFade {
  animation-name: popupExitSlideFade;
}

.popup {
  display: none;
  position: fixed;
  z-index: 999999;
  max-width: calc(100vw - 4rem);
  max-height: calc(100vh - 4rem);
  -webkit-backface-visibility: hidden;
}
.popup--top {
  top: 30px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.popup--top-left {
  top: 30px;
  left: 30px;
}
.popup--top-right {
  top: 30px;
  right: 30px;
}
.popup--bottom {
  bottom: 30px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.popup--bottom-left {
  left: 30px;
  bottom: 30px;
}
.popup--bottom-right {
  right: 30px;
  bottom: 30px;
}
.popup--left {
  top: 50%;
  left: 30px;
  transform: translate3d(0, -50%, 0);
}
.popup--right {
  top: 50%;
  right: 30px;
  transform: translate3d(0, -50%, 0);
}
.popup--center {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.popup-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.075);
}
.popup-wrap::-webkit-scrollbar {
  width: 1rem;
}
.popup-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.popup-wrap::-webkit-scrollbar-thumb {
  background: rgb(var(--color-accent));
}
.popup-container {
  width: 100%;
  background: #fff;
  border-radius: 0.6rem;
  overflow: hidden;
}
.popup-outer {
  position: relative;
  display: flex;
  flex-direction: column;
}
.popup-text {
  color: rgb(var(--color-foreground-secondary));
}
.popup-text a {
  text-decoration: underline;
  transition: color var(--duration-default);
}
.popup-text p {
  margin: 0;
}
.popup .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  padding: 1px 6px 2rem 2rem;
}
.popup-open {
  display: flex;
}
@media (max-width: 750px) {
  .popup-open[data-mobile-disable="true"] {
    display: none;
  }
}
.popup-open + .popup-overlay {
  display: block;
}
.popup-overlay {
  background-color: rgba(var(--color-overlay), 0.4);
  backdrop-filter: blur(4px);
  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 .field .field__input {
  background-color: rgb(var(--color-base-background-input));
  border-color: rgb(var(--color-base-border-input));
}
.popup .field .field__input:hover {
  border-color: rgb(var(--color-hover-border-input));
}
.popup-trigger {
  cursor: pointer;
}

@media (max-width: 750px) {
  .popup-main {
    max-width: calc(100vw - 4rem);
    max-height: calc(100vh - 4rem);
  }
}
.popup-main .popup-heading {
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-size: var(--font-popup-heading-size);
  max-width: 40rem;
  margin-top: 0.8rem;
}
.popup-main .popup-heading:first-child {
  margin-top: 0;
}
.popup-main .popup-text {
  margin-top: 1.6rem;
  margin-bottom: 2rem;
  font-size: var(--font-popup-text-size);
  line-height: 140%;
  max-width: 40rem;
  letter-spacing: 0.02em;
}
.popup-main .popup-text:first-child {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 576px) {
  .popup-main .popup-text {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 750px) {
  .popup-main .popup-text {
    margin-bottom: 11.1rem;
  }
}
.popup-main .popup-text a:hover {
  opacity: 0.8;
}
@media (min-width: 576px) {
  .popup-main .popup-outer {
    flex-direction: row;
  }
}
.popup-main .popup-thumbnail {
  flex: 1 0 30%;
  display: flex;
}
.popup-main .popup-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .popup-main .popup-thumbnail img {
    max-height: 35vh;
  }
}
.popup-main .popup-content {
  padding: 40px;
  flex: 1 0 60%;
  order: 2;
}
@media screen and (min-width: 750px) {
  .popup-main .popup-content {
    padding: 80px 70px;
  }
}
@media (max-width: 576px) {
  .popup-main .popup-content {
    padding: 20px;
  }
}
.popup-main .popup-content:first-child:last-child {
  flex: 1 0 100%;
}
@media (min-width: 576px) {
  .popup-main-image--right .popup-outer {
    flex-direction: row-reverse;
  }
}
.popup-main-image--top .popup-outer {
  flex-direction: column;
}
.popup-main-image--top .popup-thumbnail {
  position: relative;
  padding-bottom: 55%;
}
.popup-main-image--top .popup-thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-main-image--bottom .popup-outer {
  flex-direction: column-reverse;
}
.popup-main-image--bottom .popup-thumbnail {
  position: relative;
  padding-bottom: 55%;
}
.popup-main-image--bottom .popup-thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-main .newsletter-form .field,
.popup-main .newsletter-form .button {
  min-height: 6rem;
}
.popup-main .newsletter-form .button {
  padding: 0 3.95rem;
}
.popup-main .newsletter-form__inner {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (min-width: 750px) {
  .popup-main .newsletter-form__inner:not(.newsletter-form__inner_column) {
    flex-direction: row;
  }
}
.popup-main .newsletter-form__inner .newsletter-form__field-wrapper {
  width: 100%;
}
.popup-main
  .newsletter-form__inner
  .newsletter-form__field-wrapper
  label::after {
  display: none !important;
}
.popup-main .list-social {
  margin-left: -1.2rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.popup-main .list-social:nth-child(2) {
  margin-top: 0;
}
.popup-main .list-social:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .popup-main .popup-close {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0.6rem;
    padding: 1rem;
    top: 1rem;
    right: 1rem;
  }
}

.notification-banner .popup-outer {
  padding: 20px 30px;
}
.notification-banner .popup-close {
  opacity: 0.5;
}
.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: 2rem;
}
@media only screen and (min-width: 750px) {
  .notification-banner .popup-heading {
    font-size: var(--font-notification-heading-size);
    font-weight: 700;
    line-height: 1.3;
  }
}
.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: var(--font-notification-text-size);
}
.notification-banner .popup-text a:hover {
  opacity: 0.8;
}
.notification-banner .popup-button {
  width: 100%;
  margin-top: 1.6rem;
  background: #cc1a68;
  color: #fff;
  border-radius: 5px;
}
.notification-banner--box .popup-close {
  top: 12px;
  right: 10px;
}
.notification-banner--box .popup-wraper-text {
  padding-right: 5rem;
}
.notification-banner--bar.popup--top {
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  bottom: auto;
  transform: none;
}
.notification-banner--bar.popup--top .popup-outer {
  padding-left: 90px;
  padding-right: 90px;
}
.notification-banner--bar.popup--bottom {
  width: 100%;
  max-width: 100%;
  top: auto;
  left: 0;
  bottom: 0;
  transform: none;
}
.notification-banner--bar.popup--bottom .popup-outer {
  padding-left: 90px;
  padding-right: 90px;
}
.notification-banner--bar .popup-wraper-text {
  padding-right: 5rem;
}
.notification-banner--bar .popup-container {
  border-radius: 0;
}
@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 .button {
    margin-top: 0;
    width: auto;
  }
}
.notification-banner--banner .popup-outer {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
}
.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--bottom {
  flex-direction: column-reverse;
}
.notification-banner--banner
  .popup-outer-image--top
  .notification-banner__image,
.notification-banner--banner
  .popup-outer-image--bottom
  .notification-banner__image {
  position: relative;
  padding-bottom: 55%;
}
.notification-banner--banner
  .popup-outer-image--top
  .notification-banner__image
  img,
.notification-banner--banner
  .popup-outer-image--bottom
  .notification-banner__image
  img {
  position: absolute;
  inset: 0;
}
.notification-banner--banner .notification-banner__image {
  flex: 1 35%;
  min-width: 7.6rem;
  align-self: stretch;
  display: flex;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.notification-banner--banner .notification-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notification-banner--banner .notification-banner__content {
  flex: 1 65%;
  padding: 2.4rem 4rem;
  background: #fff;
  border-radius: 0 0 30px 30px;
  text-align: center;
}
.notification-banner.notification-banner--banner {
  background: transparent;
  left: 0 !important;
  right: 0 !important;
}

.notification-banner--banner .popup-close {
  top: 0px;
  right: 0px;
  background: #cc1a68;
  padding: 0;
  border-radius: 20px;
  width: 24px;
  height: 24px;
  opacity: 1;
  border: 1px solid #fff;
}
.notification-banner .popup-wrap {
  overflow-x: unset;
  overflow-y: unset;
  box-shadow: unset;
}

.notification-banner .popup-wrap .popup-container {
  overflow: unset;
  border-radius: 40px;
}

.age-verification {
  position: fixed;
  inset: 0;
  -webkit-backface-visibility: hidden;
  width: 100vw;
  height: 100vh;
  max-width: unset;
  max-height: unset;
  padding: 2.4rem;
  background-color: rgb(var(--color-background));
}
@media screen and (min-width: 750px) {
  .age-verification {
    padding: 6.4rem;
  }
}
.age-verification .popup-text p {
  text-align: center;
}
.age-verification__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-shadow: none;
}
.age-verification__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.age-verification__question {
  display: none;
}
.age-verification__question.show {
  display: block;
}
.age-verification__heading {
  margin-top: 0;
  margin-bottom: 1.6rem;
  text-align: center;
}
.age-verification__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 576px) {
  .age-verification__buttons {
    flex-direction: row;
  }
}
.age-verification__buttons .button {
  min-width: 12rem;
}
.age-verification__declined {
  display: none;
}
.age-verification__declined.show {
  display: block;
}

/*================================ HOMEPAGE REVAMP CSS START ================================*/

/******************* COMMON CSS START ****************/

.button--primary,
.button--secondary,
.button--tertiary,
.button--link,
.customer .button--primary,
.customer .button--secondary,
.customer .button--tertiary,
.customer .button--link {
  min-height: 4.9rem;
}
.button,
.customer .button {
  font-size: 1.4rem;
}
.card-grid__title {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .header__search-btn-top {
    display: none;
  }
  .header__search-top {
    display: block;
  }
}
@media (max-width: 543px) {
  .announcement-bar__text {
    flex-direction: column;
    gap: 2px;
  }
  li.hp {
    width: 45px;
    height: 45px;
  }
  /* .menu-object {
    left: 20px;
  } */
  .menu-object .link01 {
    font-size: 20px;
  }
}

/******************* COMMON CSS END ****************/

/******************* HEADER CSS START ****************/

.announcement-bar__text {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.announcement-bar__text p {
  font-size: 14px;
  color: #fff !important;
}
.header__icon--account .icon,
.header__icon--cart .icon {
  display: block !important;
  width: 2.2rem;
  height: 2.2rem;
}
.header__icon--account .header__icon-name,
.header__icon--cart .header__icon-name {
  display: none;
}
.header__icon--cart .cart-count-bubble {
  position: absolute;
  top: 7px;
  right: 7px;
  background: #e6076b;
  color: #fff;
  height: 1.4rem;
  width: 1.4rem;
}
.header-custom__link a {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.header-custom__link img {
  height: 35px;
  width: 35px;
}
.header__search-btn-top {
  display: none;
}
.header__offcanvas-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .header-custom__link a span.text {
    display: none;
  }
  .header-custom__link img {
    height: 25px;
    width: 25px;
  }
  .header__column {
    margin-left: unset;
  }
  .header .header__heading {
    margin: auto;
  }
}
@media (max-width: 543px) {
  .header__search-top {
    padding: 0 0.5rem;
  }
}

/******************* HEADER CSS END ****************/

/******************* HERO BANNER SECTION CSS START ****************/

.image-banner-section .main-hero__banner .image-banner__wrapper {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  height: 100%;
  background-size: cover;
  width: 35%;
  background-color: #e6076b;
}
.image-banner-section .main-hero__banner .image-banner__subheading {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  color: #fff;
}
.image-banner-section .main-hero__banner .image-banner__heading {
  word-break: break-word;
  font-weight: 700;
}
.image-banner-section .main-hero__banner .header__btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.image-banner-section .main-hero__banner .header__btn-group .button {
  font-size: 14px;
  margin-top: 20px;
  min-height: 5rem;
}
.image-banner-section
  .main-hero__banner
  .header__btn-group
  .button.button--primary {
  background: transparent;
  border: 1px solid #fff;
}
.image-banner-section .main-hero__banner .banner__overlay {
  background-color: rgba(var(--color-overlay), 0.2);
}
.image-banner-section .main-hero__banner .banner__media img {
  object-position: 0% 50% !important;
}
@media (min-width: 992px) {
  .image-banner.banner-image-mobile .banner-img-mobile {
    display: none !important;
  }
  .image-banner.banner-image-mobile .banner-img-desktop {
    display: block !important;
  }
  .image-banner-section .image-banner.image-with__text .banner {
    height: 300px;
  }
}
@media (max-width: 1800px) {
  .image-banner-section .main-hero__banner .image-banner__heading {
    font-size: 48px;
  }
  .image-banner-section .main-hero__banner .header__btn-group .button {
    font-size: 12px;
    padding: 0 1rem;
  }
}
@media (max-width: 1500px) {
  .image-banner-section .main-hero__banner .image-banner__wrapper {
    /*width: 45%;.*/
    width:50%;
  }
}
@media (max-width: 1199px) {
  .image-banner-section .main-hero__banner .image-banner__wrapper {
    /*width: 40%;*/
     width:50%;
  }
  .image-banner-section .main-hero__banner .image-banner__heading {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .image-banner.banner-image-mobile.main-hero__banner .banner-img-mobile {
    display: block !important;
  }
  .image-banner.banner-image-mobile.main-hero__banner .banner-img-desktop {
    display: none !important;
  }
  .image-banner-section .main-hero__banner .banner {
    padding: 0;
    flex-direction: column;
  }
  .image-banner-section .main-hero__banner .banner::before,
  .image-banner-section .banner .banner__media::before {
    padding-bottom: 0;
  }
  .image-banner-section .main-hero__banner .banner .banner__media {
    position: unset;
  }
  .image-banner-section .main-hero__banner .image-banner__wrapper {
    width: 100%;
    position: unset;
    padding: 30px 15px 40px;
  }
  .image-banner-section .main-hero__banner .banner__overlay {
    opacity: 0;
  }
}
@media (max-width: 543px) {
  .image-banner.banner-image-mobile.main-hero__banner .banner-img-mobile {
    position: unset;
  }
  .image-banner-section .main-hero__banner .banner .banner__media {
    margin-bottom: 0;
  }
  .image-banner-section .main-hero__banner .banner .banner__media:before {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 375px) {
  .image-banner-section .main-hero__banner .header__btn-group {
    flex-direction: column;
  }
  .image-banner-section
    .main-hero__banner
    .header__btn-group
    .button.button--primary {
    margin-top: 0;
  }
  .image-banner-section .main-hero__banner .header__btn-group .button {
    min-width: 17rem;
  }
  .image-banner-section .main-hero__banner .image-banner__heading {
    font-size: 28px;
  }
}

/******************* HERO BANNER SECTION CSS END ****************/

/******************* CATEGORY COLLECTION LIST SECTION CSS START ****************/

.categories-list-section .collection-product-list {
  padding-bottom: 0 !important;
}
.categories-list-section .collection-product-list .collections-grid__card img {
  height: 100px;
  width: 100px;
  position: unset;
}
.categories-list-section
  .collection-product-list
  .collections-grid__card
  .media {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .categories-list-section .collection-product-list .collections-grid__card {
    width: 120px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .categories-list-section .collection-product-list {
    grid-template-columns: repeat(10, 1fr) !important;
    overflow-x: auto;
  }
}

/******************* CATEGORY COLLECTION LIST SECTION CSS END ****************/

/******************* TESTIMONIAL SECTION CSS START ****************/

.testimonials {
  position: relative;
}
.testimonials .testimonials__card {
  position: relative;
  background: transparent !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.testimonials .swiper-slide {
  display: unset !important;
}
.testimonials.cusom-collection__slider .card-horizontal-wrapper {
  justify-content: center;
}
.testimonials .testimonials__card .testimonials__product img {
  max-width: 100%;
  height: 100%;
  border-radius: 0.6rem;
  border-radius: 100%;
}

.testimonials.cusom-collection__slider .card-horizontal__title {
  justify-content: center;
}
.testimonials.new_ring-jewellery .card-horizontal__title h5,
.testimonials.cusom-collection__slider .card-horizontal__title h5 {
  font-size: 18px;
  font-weight: 400;
}
.testimonials .nav-tools {
  padding-top: 0;
}
.testimonials .nav-tools__scroll-cell {
  display: none;
}
.testimonials .nav-tools__arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  display: contents;
}
.testimonials .nav-tools__arrows .nav-tools__arrow {
  height: 3.933rem;
  background: #000;
  border-radius: 50%;
}
.testimonials .nav-tools__arrows svg {
  height: 20px;
  width: 20px;
  fill: #fff;
}
.testimonials .nav-tools__arrows .nav-tools__arrow--next {
  right: 35px;
  z-index: 9;
}
.testimonials .nav-tools__arrows .nav-tools__arrow--prev {
  left: 25px;
  z-index: 9;
}
.testimonials--carousel .swiper-slide {
  min-height: unset !important;
}
@media (max-width: 767px) {
  .testimonials .nav-tools__arrows .nav-tools__arrow--next {
    right: 15px;
  }
  .testimonials .nav-tools__arrows .nav-tools__arrow--prev {
    left: 10px;
  }
}
@media (max-width: 543px) {
  .testimonials .title-wrapper {
    margin-bottom: 15px;
  }
  .testimonials .nav-tools__arrows .nav-tools__arrow--next {
    right: 5px;
  }
}

/******************* TESTIMONIAL SECTION CSS END ****************/

/******************* PRODUCT CAROUSEL SECTION CSS START ****************/

.product-carousel .product-carousel__block {
  /* padding: 60px 0; */
}
.product-carousel .product-carousel__block {
  background: #f5e6f0;
  position: relative;
}
.product-carousel .product-carousel__block .product-carousel__text-block {
  background-color: transparent;
  width: 100% !important;
  text-align: center;
  padding-bottom: 0;
}
.product-carousel .product-carousel__block .product-carousel__wrapper {
  width: 100% !important;
  padding: 0;
}
.product-carousel .product-carousel__button-block {
  width: 100%;
  text-align: center;
}
.product-carousel__wrapper .product-carousel__product .card-wrapper {
  background-color: transparent !important;
}
.product-carousel .card-information__wrapper {
  padding:2rem;
}
.product-carousel .collection-product-card .subtitle {
  /* font-size: 13px;
  font-style: italic;
  text-transform: capitalize;
  color: #000;
  font-weight: 400;
  margin-bottom: 0; */
  display: none;
}
.product-carousel .card-information__wrapper .card__title h5 {
  font-family: Quattrocento, serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  padding: 0;
  text-align: center;
}
.product-carousel .card-information__wrapper .card__title .button {
  display: none;
}
.product-carousel .card-information__wrapper .card__title .button svg {
  width: 1.2rem;
  height: 1.2rem;
  color: #000;
}
.product-carousel .card-information__wrapper .price {
  margin-top: 0px !important;
}
.product-carousel .card-information__wrapper .price .price-item {
  font-size: 18px;
  font-weight: 500;
}
.product-carousel .product-carousel__text-block {
  padding-top: 0 !important;
}
.product-carousel .nav-tools {
  padding-top: 0 !important;
}
.product-carousel .nav-tools__scroll-cell {
  display: none;
}
.product-carousel .nav-tools__arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  display: contents;
}
.product-carousel .nav-tools__arrows .nav-tools__arrow {
   /* height: 3.933rem; */
  background: #000;
  border-radius: 50%;
  top:50%;
}
.product-carousel.product-recommendations__item .nav-tools__arrows .nav-tools__arrow{
  height: 3.933rem;
  background: #000;
  border-radius: 50%;
  top:50%;
}

.product-carousel .nav-tools__arrows svg {
  height: 20px;
  width: 20px;
  fill: #fff;
}
.product-carousel .nav-tools__arrows .nav-tools__arrow--next {
  right: 15px;
  z-index: 9;
}
.product-carousel .nav-tools__arrows .nav-tools__arrow--prev {
  left: 30px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .product-carousel .nav-tools__arrows .nav-tools__arrow {
    top: 45%;
  }
  .product-carousel .nav-tools__arrows .nav-tools__arrow--prev {
    left: 20px;
  }
  .product-carousel .nav-tools__arrows .nav-tools__arrow--next {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .product-carousel .product-carousel__block {
    padding: 40px 0;
  }
  .product-carousel .nav-tools__arrows .nav-tools__arrow {
    top: 50%;
  }
}
@media (max-width: 850px) {
  .product-carousel .nav-tools__arrows .nav-tools__arrow {
    top: 41%;
  }
}
@media (max-width: 543px) {
  .product-carousel .featured-products__text {
    margin-bottom: 1.2rem;
  }
  /* .product-carousel .product-carousel__block .product-carousel__wrapper {
    padding: 0 2rem;
  } */
}

/******************* PRODUCT CAROUSEL SECTION CSS END ****************/

/******************* IMAGE WITH TEXT SECTION CSS START ****************/

.image-banner-section .image-with__text .image-banner__wrapper.container {
  width: 100%;
  max-width: 1680px;
}
.image-banner-section .image-with__text .header__btn-group .button {
  background: #e6076b;
  border-color: #e6076b;
}

/******************* IMAGE WITH TEXT SECTION CSS END ****************/

/******************* CUSTOMER SERVICE SECTION CSS START ****************/

.section-customer__services .section_heading .heading {
  font-size: 34px;
  font-family: "Chronicle Display" !important;
  font-weight: normal;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
.section-customer__services .customer-services__blocks {
  display: flex;
  align-items: center;
}
.section-customer__services
  .customer-services__blocks
  .customer-services__block {
  position: relative;
  width: 33.33%;
  text-align: center;
  padding: 0 80px;
}
.section-customer__services
  .customer-services__blocks
  .customer-services__block
  .icon_image {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.section-customer__services
  .customer-services__blocks
  .customer-services__block
  .icon_image
  img {
  max-width: 100%;
}
.section-customer__services
  .customer-services__blocks
  .customer-services__block:after {
  content: "";
  position: absolute;
  right: 0;
  top: 30%;
  background: #f0f0f0;
  width: 2px;
  height: 40%;
}
.section-customer__services
  .customer-services__blocks
  .customer-services__block:last-child:after {
  display: none;
}
.section-customer__services
  .customer-services__blocks
  .customer-services__block
  .title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
}
.section-customer__services
  .customer-services__blocks
  .customer-services__block
  .desc
  p {
  font-size: 14px;
  font-weight: 500;
  /* color: #acacac; */
  margin-top: 10px;
  margin-bottom: 0;
}
body.product
  .section-customer__services
  .customer-services__blocks
  .customer-services__block:after {
  background: rgba(16, 16, 16, 0.15);
  width: 1px;
}
@media (max-width: 1400px) {
  .section-customer__services
    .customer-services__blocks
    .customer-services__block {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .section-customer__services
    .customer-services__blocks
    .customer-services__block {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .section-customer__services
    .customer-services__blocks
    .customer-services__block
    .title {
    font-size: 16px;
  }
  .section-customer__services
    .customer-services__blocks
    .customer-services__block
    .desc
    p {
    font-size: 14px;
  }
  .section-customer__services
    .customer-services__blocks
    .customer-services__block {
    padding: 0 15px;
  }
  .section-customer__services
    .customer-services__blocks
    .customer-services__block:after {
    top: 40%;
  }
}
@media (max-width: 543px) {
  .section-customer__services .section_heading .heading {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .section-customer__services .customer-services__blocks {
    flex-direction: column;
    gap: 30px;
  }
  .section-customer__services
    .customer-services__blocks
    .customer-services__block {
    width: 100%;
  }
  .section-customer__services
    .customer-services__blocks
    .customer-services__block
    .title {
    font-size: 18px;
  }
  .section-customer__services
    .customer-services__blocks
    .customer-services__block {
    padding: 0;
  }
  .section-customer__services
    .customer-services__blocks
    .customer-services__block:after {
    display: none;
  }
}

/******************* CUSTOMER SERVICE SECTION CSS END ****************/

/******************* RICHTEXT SECTION CSS START ****************/

.custom-appointment_block {
  text-align: left !important;
}
.custom-appointment_block .rich-text__blocks {
  width: 100%;
  max-width: 90%;
}
.custom-appointment_block .rich-text__blocks .title--section {
  font-weight: 600;
}
.custom-appointment_block .rich-text__blocks .button {
  background-color: #232323;
  border-color: #232323;
  margin-right: 15px;
}
.custom-appointment_block .rich-text__blocks .button.button--secondary {
  background-color: transparent;
  border-color: #232323;
  color: #232323;
}
@media (max-width: 592px) {
  .custom-appointment_block .rich-text__blocks .button {
    min-width: 25rem;
  }
  .custom-appointment_block .rich-text__blocks .button.button--secondary {
    margin-top: 15px;
  }
}

/******************* RICHTEXT SECTION CSS END ****************/

@media (max-width: 543px) {
  .footer-top2 .custcontainer .custrow {
    padding: 0 2rem;
  }
}

/*================================ HOMEPAGE REVAMP CSS END ================================*/

/*================================ PRODUCT PAGE CSS START ================================*/

.breadcrumb {
  font-size: 15px;
}
.product .product__outer {
  gap: 0 !important;
  justify-content: space-between;
  max-width: 1235px;
}
.product .product__media-list-wrapper {
  position: sticky;
  top: 30px;
  gap: 20px;
}
.product .product__media-wrapper {
  width: 45% !important;
}
.product .product__info-wrapper {
  width: 50% !important;
}
.product .product__info-wrapper .product__title__wrapper {
  margin-bottom: 1rem;
}
.product .price-wrapper .price-item {
  font-weight: 400;
}
.product .product__info-wrapper .product__title__wrapper .product__title {
  font-size: 24px;
}
.product .product__media-wrapper .product__media-list {
  box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 8%);
  border-radius: 10px;
  border: 1px solid #fafafa;
  height: 40.6rem;
}
.product .product__media-wrapper .product__media-list .product__media img {
  object-fit: contain;
}
/* .product .product__media-wrapper .product__media-sublist .swiper-wrapper {
  justify-content: center;
} */
.product .inventory .inventory__title .inventory__title--text {
  font-size: 15px;
  font-weight: 600;
  color: #232323;
}
.product .product__info-wrapper .description {
  margin-top: 15px;
}
.product .product__info-wrapper .description .product__description {
  margin-left: 0;
  margin-top: 0;
}
.product .product__info-wrapper .description .product__description p {
  font-size: 15px;
}
.product .product-parameters variant-radios {
  background: transparent;
  padding: 0;
}
.product .product-parameters variant-radios .product-form__input {
  background: transparent;
}
.product .product-parameters .product-form__input select {
  padding: 0;
}
.product .product-parameters .product-form__group-name {
  position: unset;
  font-size: 16px;
  font-weight: 700;
  color: black;
}
.product .product-parameters .product-form__input .select svg {
  display: none;
}
.variant_button
  .product-form__controls-group
  input[type="radio"]
  + label.rounded {
  background-size: contain;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 0;
  border-color: #e6e2e1 !important;
}
/*
.variant_button
  .product-form__controls-group
  input[type="radio"]
  + label.Yellow--image {
  background-image: url("/cdn/shop/products/Fancy_20Vivid.png?v=1699048880");
}*/
.variant_button
  .product-form__controls-group
  input[type="radio"]
  + label.Yellow--image {
  background-image: none;
}
.variant_button
  .product-form__controls-group
  input[type="radio"]
  + label.Pink--image {
  background-image: url("/cdn/shop/products/Very_20Light.png?v=1699048847");
}
.variant_button
  .product-form__controls-group
  input[type="radio"]
  + label.Brown--image {
  background-image: url("/cdn/shop/products/Fancy_d2937127-e7c4-4e32-90a4-6a3afd5098a4.png?v=1699048882");
}
.variant_button
  .product-form__controls-group
  input[type="radio"]
  + label.Green--image {
  background-image: url("/cdn/shop/products/Very_20Light_d808be2b-e572-4ac8-b593-b8899533db61.png?v=1699048853");
}
/* .variant_button
  .product-form__controls-group
  input[type="radio"]:checked
  + label {
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #e6076b;
} */
.variant_button .product-form__controls-group label {
  height: 40px;
}
.variant_button .product-form__input .quantity {
  border: 1px solid #e6e2e1 !important;
}
.variant_button .product-form__input .quantity .quantity__button {
  position: relative;
}
.variant_button
  .product-form__input
  .quantity
  .quantity__button.quantity__button-minus:after,
.variant_button
  .product-form__input
  .quantity
  .quantity__button.quantity__button-plus:before {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  background: #d9256773;
  height: 60%;
  width: 2px;
}
.variant_button
  .product-form__input
  .quantity
  .quantity__button.quantity__button-plus:before {
  left: -10px;
}
.product__info-wrapper .product-form__submit {
  justify-content: center;
  letter-spacing: 1px;
  background: #d92567 !important;
  color: #fff;
  border-color: #d92567;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0 35px;
  min-height: 100%;
  height: 5rem;
}
@media (min-width: 750px) {
  .product__info-wrapper .product-form__submit {
    width: auto;
  }
}
.button.contact-for--pricing {
  margin: 0rem 0 3rem;
  background: #d92567 !important;
  color: #fff;
  border-color: #d92567;
}
.product__info-wrapper .product-form__submit .icon-cart {
  display: none;
}
.product .product__info-wrapper .accordion {
  margin-top: 0;
}
.product .product__info-wrapper .accordion .product__description {
  margin-top: 0;
}
.product
  .product__info-wrapper
  .accordion
  .product__description
  .product__popup {
  margin-bottom: 0;
}
.product
  .product__info-wrapper
  .accordion
  .product__description
  .product__popup
  .product__popup
  modal-opener
  button {
  padding: 0;
}
.product .product__media-wrapper .product__media-list .swiper-btn {
  display: none;
}

/*================================ Collapsible-content-image-start ================================*/
.collapsible-content__items_main {
  display: flex;
  width: 100%;
  border: 1px solid #eee;
  align-items: center;
}
.collapsible-content__items_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  text-align: center;
  padding: 100px 55px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.collapsible-content__items {
  width: 50%;
}
.collapsible-content__items_image h2.home-title {
  margin: 0px 0px 15px;
  color: #fff;
}
.collapsible-content__items_main .button--simple {
  border-color: transparent;
  background-color: transparent;
}
.collapsible-content__items_main
  .collapsible-content__item:hover
  .button--simple {
  border-color: transparent;
  background-color: transparent;
  color: rgb(var(--color-button-tertiary-text));
}

.collapsible-content__item {
  border-bottom: 0.1rem solid #eee;
}
.collapsible-content__digit {
  border-radius: 0;
  background-color: transparent;
}
.collapsible-content__items_main .collapsible-content__icon svg {
  transition: var(--duration-default);
  transform: rotate(0deg);
}
.collapsible-content__items_main
  .collapsible-content__item.active
  .collapsible-content__icon
  svg {
  transform: rotate(180deg);
}
.collapsible-content__items_main
  .collapsible-content__item
  .collapsible-content__toggle {
  position: unset;
  padding: 2rem 1rem 2rem 1rem;
}
.collapsible-content__items_main
  .collapsible-content__item:first-child
  .collapsible-content__toggle {
  padding-top: 0;
}
.collapsible-content__items_main .collapsible-content__answer {
  border-top: 0.1rem solid transparent;
  padding-top: 0;
}
.collapsible-content__items_main
  .collapsible-content__answer
  .collapsible-content__answer-inner {
  font-size: 16px;
}
.collapsible-content__items_main .collapsible-content__items {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 0;
}
.collapsible-content__items_main
  .collapsible-content__items
  .collapsible-content__item:last-child {
  border-bottom: none;
}
.collapsible-content__items_main .collapsible-content__digit {
  width: auto;
  height: auto;
  /* font-size: 1.8rem; */
  /* margin-right: 1.6rem; */
  background-color: transparent;
}
.collapsible-content__items_main h4.collapsible-content__question {
  font-size: 18px;
  font-weight: 600;
}
/*================================ Collapsible-content-image-end ================================*/

/*================================ PRODUCT PAGE CSS END ================================*/

/*================================ PRODUCT PAGE CHANGES CSS START ================================*/

.free_shipping_text .main_shipping {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
}
.main_shipping .txt_div p {
  font-size: 16px;
  margin: 0;
}
.main_icons_text {
  display: flex;
  gap: 13px;
  align-items: center;
  width: calc(33.33% - 13px);
}
.subheading_para p {
  margin: 0;
}
.subheading_para .sun_headings {
  font-size: 16px;
}
.subheading_para .para {
  font-size: 13px;
}
.main_text_and_icons {
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: space-between;
  background: #fafafa;
  padding: 10px 20px;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  margin-bottom: 35px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.product-recommendations__item.product-carousel .product-carousel__block {
  background: unset;
}
.product-recommendations .product-carousel__wrapper {
  padding: 10px 0 !important;
}
.product-recommendations .collection-product-card {
  overflow: visible;
}
.product-recommendations .product-carousel__product .card-wrapper {
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  margin: 0px;
  padding: 0;
}
/* .product-recommendations__item .product-carousel__wrapper .swiper-wrapper {
  gap: 20px;
} */
.product-recommendations__item {
  position: relative;
}
.product-recommendations__item .product-carousel__wrapper .card {
  padding: 0;
}
.product-recommendations__item .product-carousel__wrapper .card__inner {
  box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 5%);
  border-radius: 10px;
  /* padding: 27px; */
}
.product-recommendations__item .product-carousel__wrapper .card .mediads {
  padding-top: 100%;
  position: relative;
}
.product-recommendations__item .product-carousel__wrapper .card .mediads img {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.6);
}
.product-recommendations
  .product-carousel__product
  .card-information
  .card__title
  h5 {
  max-width: 100%;
}
.product-recommendations__item.product-carousel
  .nav-tools__arrows
  .nav-tools__arrow--next {
  bottom: 0;
  right: 50%;
  top: unset;
  transform: translate(45px, -21px);
}
.product-recommendations__item.product-carousel
  .nav-tools__arrows
  .nav-tools__arrow--prev {
  top: unset;
  left: 50%;
  transform: translate(-41px, 0px);
}
.product-recommendations__item.product-carousel
  .nav-tools__arrows
  .nav-tools__arrow {
  background: transparent;
  border: 1px solid;
}
.product-recommendations__item.product-carousel .nav-tools__arrows svg {
  fill: #000;
}
.product-recommendations__item.product-carousel
  .nav-tools__arrow.swiper-button-disabled {
  border: 1px solid #000;
  opacity: unset;
}
.js-product-recommendations.container {
  max-width: 1450px;
}
.section-customer__services .container {
  margin-top: 60px;
  padding: 50px 0;
  padding-bottom: 90px;
}
.recommended-products-set {
  gap: 20px;
}
.product
  .product__info-wrapper
  .accordion
  .product__description.recommended-products {
  max-width: 90%;
  margin: 0 auto 24px;
}
.recommended-products-set .card {
  padding: 10px;
}
.recommended-products-set .card .card__inner {
  border-radius: 5px;
  border: 1px solid #fafafa;
  box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 5%);
}
.recommended-products-set .card-information .button {
  display: none;
}
.recommended-products-set .card-information .card-information__wrapper {
  padding: 5px 10px;
}
.recommended-products-set .nav__arrow {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-top: 15px;
}
.recommended-products-set .swiper-button-prev,
.recommended-products-set .swiper-button-next {
  border: 1px solid #000;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
.recommended-products-set .swiper-button-prev svg,
.recommended-products-set .swiper-button-next svg {
  height: 20px;
  width: 20px;
  fill: #000;
}
.product-recommendations .product-carousel__product .card__title a {
  font-size: 16px;
  line-height: 1.4;
}
.product-recommendations
  .product-carousel
  .card-information__wrapper
  .price
  .price-item {
  font-size: 14px;
}
.payment-options-container
  .payment-options-table
  .payment-options-list:nth-of-type(6) {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .product-recommendations__item.product-carousel
    .nav-tools__arrows
    .nav-tools__arrow--next {
    transform: translate(45px, 0px);
  }
}
@media (max-width: 989px) {
  .product .product__outer {
    gap: 30px !important;
  }
  .product .product__media-wrapper,
  .product .product__info-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }
  .collapsible-content__items_main {
    flex-wrap: wrap;
    gap: 40px;
  }
  .collapsible-content__items_image,
  .collapsible-content__items {
    width: 100%;
  }
  .collapsible-content__items_main .collapsible-content__answer {
    padding: 0 5.4rem 24px;
  }
}
@media (max-width: 767px) {
  .product-recommendations__item.product-carousel
    .product-carousel__block
    .product-carousel__wrapper {
    padding: 0 10px;
  }
  .main_text_and_icons {
    flex-direction: column;
    align-items: flex-start;
  }
  .main_icons_text {
    width: 100%;
  }
}
@media (max-width: 543px) {
  .product .product__media-wrapper .product__media-list .product__media img {
    margin: 0 auto;
    width: 75% !important;
  }
  .product .product__info-wrapper .product__title__wrapper .product__title {
    font-size: 20px;
    line-height: 28px;
  }
  .collapsible-content__items_main h4.collapsible-content__question {
    font-size: 16px;
    line-height: 24px;
  }
  .collapsible-content__items_main .collapsible-content__answer {
    padding: 0 10px 24px;
  }
  .collapsible-content__items_main .collapsible-content__answer p {
    font-size: 14px;
  }
  .collapsible-content__items_image {
    padding: 50px 15px;
  }
  .collapsible-content__items_main {
    gap: 20px;
  }
}
/*================================ PRODUCT PAGE CHANGES CSS END ================================*/

#facets__sorting-block .facets .facets__form .facets__container {
  display: none;
}
#ProductGridContainer {
  display: flex;
  gap: 30px;
  position: relative;
  padding-bottom:30px;
}
#ProductGridContainer > .facets {
  width: 15%;
  width: 18%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 2rem;
}
#ProductGridContainer > .facets:has(.filter__heading[open]) {
  position: unset;
}
#ProductGridContainer:has(.filter__heading[open]) > .collection {
  width: 100% !important;
}
#ProductGridContainer .facets .facets__heading {
  padding-bottom: 15px;
  border-bottom: 0.1rem solid rgb(var(--color-border));
}
#ProductGridContainer .facets .facets-container {
  border-bottom: none;
}
#ProductGridContainer .facets .facets__form .facets__wrapper {
  flex-direction: column;
  gap: 15px;
  padding-top: 15px;
}
#ProductGridContainer
  .facets
  .facets__form
  .facets__wrapper
  .facets__disclosure {
  min-height: 2rem;
  border-bottom: 0.1rem solid rgb(var(--color-border));
}
#ProductGridContainer
  .facets
  .facets__form
  .facets__wrapper
  .facets__disclosure:last-child {
  border-bottom: none;
}
#ProductGridContainer
  .facets
  .facets__form
  .facets__wrapper
  .facets__disclosure
  .facets__summary {
  height: auto;
}
#ProductGridContainer
  .facets
  .facets__form
  .facets__wrapper
  .facets__disclosure
  .facets__display {
  position: relative;
  top: 0;
  margin-top: 15px;
  /* box-shadow: none; */
}
#ProductGridContainer .facets .facets__form .facets__container {
  width: 100%;
}
#ProductGridContainer .facets .facets__form .columns__right {
  display: none;
}
.disclosure-has-popup[open] > summary:before {
  display: none;
}
/* #facets__sorting-block .facets .columns {
  background-color: #eee;
  border-radius: 5px;
  padding: 0 15px;
} */
#facets__sorting-block .facets .columns .columns__right {
  min-width: 100%;
  justify-content: space-between;
}
/* @media (min-width: 750px) {
  #ProductGridContainer .facets .facets-container {
    position: sticky;
    top: 30px;
  }
} */
.facets-sorting__field .field svg {
  top: 58%;
}
.facets-sorting__field .field .sort_by-label {
  font-size: 14px;
  font-weight: 500;
  color: #262626;
  width: max-content;
  white-space: nowrap;
  /* font-family: "CartesiusSmallCaps" !important; */
  font-weight: normal;
  /* text-transform: uppercase; */
}
.facets-sorting__field .select select {
  font-size: 16px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
/*================================ COLLECTION PAGE CSS START ================================*/

.collection .collection-hero .breadcrumb a,
.collection .collection-hero .breadcrumb {
  color: #fff;
}

.collection
  .collection-hero
  .collection_banner_With_image
  .collection-hero__title {
  color: #fff;
}
.collection .collection-hero .breadcrumb {
  justify-content: center;
}
.collection .collection-hero .collection-hero__title {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 60px;
  font-family: "Chronicle Display" !important;
  font-weight: normal;
  letter-spacing: 0em;
}
.collection .collection-hero .collection-hero__description {
  text-align: center;
  color: #fff;
  margin-top: 18px;
  line-height: 25px;
  letter-spacing: 0em;
  max-width: 66.5rem;
}
.collection
  .collection-hero--row
  .collection_banner_With_image
  .collection-hero__inner {
  padding-right: 0 !important;
  background-color: #e6076ba6;
}
.collection-hero--row .collection-hero__text-wrapper {
  width: 100% !important;
  align-items: center;
  justify-content: center !important;
  gap: 0 !important;
}
.collection .collection-hero .breadcrumb .link-hover-line:after {
  width: 0;
}
.collection .collection-hero .color-background-2 {
  background-size: cover !important;
}

.card--product:hover .card__link {
  border: 1px solid #f7f7f7 !important;
}
.collection .card-information__wrapper .card__title .button,
.collection .collection-product-card .caption-with-letter-spacing {
  display: none;
}
.collection .card__title {
  justify-content: center;
}
.collection .card-information__wrapper {
  align-items: center;
}
.collection-product-list {
  gap: 10px !important;
  row-gap: 20px !important;
}
li.collection-product-card {
  background: transparent !important;
  border: 1px solid #f4f4f4;
  box-shadow: 0px 3px 8px #ffffff;
  transition: 0.3s;
  margin: 10px;
}
li.collection-product-card:hover {
  box-shadow: 0px 3px 8px #00000040 !important;
}
@media (max-width: 991px) {
  .collection-product-list:not(.catalog-collection) {
    gap: 0 !important;
    row-gap: 10px !important;
  }
  li.collection-product-card {
    margin: 5px;
  }
}
@media (max-width: 543px) {
  li.collection-product-card {
    margin: 5px;
  }
}
/* .card-wrapper .card {
  box-shadow: 0px 4px 10px 0px #0000000d;
  border: 2px solid #fafafa;
  border-radius: 10px;
} */
.collection .facets.container .columns {
  justify-content: right;
}
.collection-product-card .caption-with-letter-spacing,
.card-information .card__title .button {
  display: none;
}
.card-information .card-information__wrapper {
  align-items: center;
}
.card-information .card-information__wrapper .card__title {
  justify-content: center;
}
.featured-products__block .featured-products__product {
  width: calc(50% - 0.8rem) !important;
}
@media (min-width: 990px) {
  #ProductGridContainer > .facets {
    left: 4rem;
  }
}
@media (max-width: 1750px) {
  #ProductGridContainer > .facets {
    width: fit-content;
  }
}
@media (min-width: 1200px) {
  .featured-products__block .featured-products__product--active {
    width: calc(40% - 0.8rem) !important;
  }
  .featured-products__block .featured-products__product {
    width: calc(20% - 0.8rem) !important;
  }
}
@media (max-width: 1199px) {
  .collection .collection-hero--row .collection-hero__row-block {
    padding: 0 !important;
  }
  .collection-hero--row .collection-hero__text-wrapper {
    margin: auto !important;
  }
}
@media (max-width: 1150px) {
  #ProductGridContainer > .facets {
    width: fit-content;
  }
}
@media (max-width: 1024px) {
  #ProductGridContainer > .facets {
    width: fit-content;
  }
}
@media (max-width: 749px) {
  #ProductGridContainer .facets {
    display: none;
  }

  .collection .collection-hero--row .collection-hero__inner {
    border-radius: 10px;
  }
  /* #ProductGridContainer {
    padding: 0;
  } */

  .collection .card-information__wrapper .price {
    margin-top: 0 !important;
    text-align: center;
  }
  .collection .card-information__wrapper .price .price-item {
    font-size: 14px !important;
  }
  .collection .collection-hero .collection-hero__title {
    font-size: 26px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .collection .collection-hero .collection-hero__description {
    margin-top: 15px;
    line-height: 21px;
    letter-spacing: 0em;
    max-width: 100%;
    font-size: 15px;
  }
  .collection .collection-hero--row .collection-hero__inner {
    min-height: 200px;
  }
  .collection .collection_banner_Without_image .collection-hero__inner {
    min-height: auto;
  }
  .collection .collection-hero--row .collection-hero__text-wrapper {
    padding: 20px;
  }
  .card-wrapper {
    padding: 5px;
  }
  .collection .card-wrapper .media {
    padding-bottom: 100% !important;
  }
  .collection .collection-product-list--2-mobile .card-information__wrapper {
    padding-bottom: 5px;
  }
}
/*================================ COLLECTION PAGE CSS END ================================*/

/*================================ CUSTOM DESIGN PAGE CSS START ================================*/

.custom_banner {
  border-radius: 10px;
  overflow: hidden;
  padding: 0 20px;
}
.custom_banner .banner__media img,
.custom_banner .banner--container {
  border-radius: 10px;
}

.custom_banner .banner--container {
  max-height: 780px;
}
.breadcrumb_border .container {
  max-width: 100%;
  padding-inline: 2rem;
}

.detail_heading_section h2,
.collapsible-content__heading {
  font-size: 46px;
  font-weight: 500;
  color: #232323;
  margin-top: 0;
}
.detail_heading_section .rich-text__text {
  color: #444;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.detail_heading_section .button--primary {
  margin-top: 35px;
  border-radius: 5px;
  opacity: 1;
  font-size: 18px;
  font-weight: 500;
}
.collapsible-content-section .collapsible-content__items {
  margin-top: 0 !important;
  width: 100%;
}
.collapsible-content-section
  .collapsible-content__top
  .collapsible-content__heading,
.collapsible-content-section
  .collapsible-content__top
  .collapsible-content__text {
  margin-bottom: 35px;
  text-align: center;
}
.collapsible-content-section .collapsible-content__icon svg {
  transform: unset !important;
  width: 14px;
  height: auto;
}
.collapsible-content-section .collapsible-content__icon .button--simple {
  border: none;
  width: fit-content;
  height: fit-content;
}
.collapsible-content-section .collapsible-content__icon .button--simple:hover,
.collapsible-content-section .collapsible-content__item:hover .button--simple {
  background-color: transparent;
}
.collapsible-content-section
  .collapsible-content__item.active
  .collapsible-content__icon
  svg {
  transform: rotate(180deg) !important;
}
.collapsible-content-section
  .collapsible-content__item.active
  .collapsible-content__icon
  svg
  path {
  stroke: #e6076b;
}
.collapsible-content-section
  .collapsible-content__item.active
  .collapsible-content__question {
  color: #e6076b;
}
.collapsible-content-section .collapsible-content__toggle {
  padding-left: 30px;
  padding-bottom: 0px;
}
.collapsible-content__item .collapsible-content__toggle:before,
.collapsible-content__item .collapsible-content__toggle:after {
  display: none;
}
.collapsible-content-section .collapsible-content__answer {
  border: none;
  padding-bottom: 0;
  padding-top: 10px;
}
.collapsible-content-section .collapsible-content__item {
  padding-bottom: 30px;
}
.collapsible-content-section .collapsible-content__question {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.collapsible-content-section .collapsible-content__answer-inner {
  line-height: 32px;
  color: #444;
}
.collapsible-content-section .collapsible-content__icon {
  width: fit-content;
  height: fit-content;
}

.contact-section .contact__container {
  flex-direction: column;
  gap: 0;
}
.contact-section .contact-form {
  max-width: 1015px;
  margin-inline: auto;
  width: 100%;
}
.contact-section .contact__text {
  max-width: 100%;
}
.contact-section .contact__text .contact__desc,
.contact-section .contact__text h2 {
  text-align: center;
}
.contact-section .contact__text h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  line-height: 48px;
}
.contact-section .contact__text .contact__desc {
  font-size: 18px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 35px;
}
.contact-section .contact__bottom {
  justify-content: center;
  margin-top: 45px;
  gap: 0;
  align-items: center;
}
.contact-section .contact__bottom .button {
  width: 100%;
  max-width: 230px;
  font-size: 18px;
  min-height: 52px;
}
.contact-form .contact__field .field {
  margin-bottom: 0;
}
.contact-form .contact__field {
  flex-direction: column;
  gap: 15px;
}
.contact-form .contact__field .contact__field-left {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px;
}
.contact-form .contact__field .contact__field-left .field:last-child {
  grid-column-start: 1;
  grid-column-end: 3;
}
.contact-form .contact__field .contact__field-right {
  width: 100%;
}
.bottom_text .rich-text__text p {
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .bottom_text .rich-text__blocks,
  .detail_heading_section .rich-text__blocks {
    max-width: unset;
    width: 90% !important;
  }
  .detail_heading_section h2,
  .collapsible-content__heading,
  .contact-section .contact__text h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .collapsible-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .detail_heading_section .rich-text__text {
    font-size: 16px;
    line-height: 24px;
  }
  .detail_heading_section .button--primary {
    padding: 0 1.5rem;
    font-size: 14px;
    min-height: 40px;
    margin-top: 15px;
  }

  .collapsible-content-section .collapsible-content__answer-inner {
    line-height: 26px;
    font-size: 16px;
    padding-left: 33px;
    padding-right: 20px;
  }
  .collapsible-content-section .collapsible-content__question {
    font-size: 24px;
    line-height: 30px;
  }
  .contact-section .contact__bottom .button {
    font-size: 14px;
    max-width: 150px;
    min-height: 40px;
  }
  .contact-section .contact__bottom {
    margin-top: 35px;
  }
  .collapsible-content-section .collapsible-content__toggle {
    padding-left: 15px;
  }
}
@media (max-width: 750px) {
  .collapsible-content-section .collapsible-content__item {
    padding-bottom: 15px;
  }
  .contact-section .contact__text .contact__desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
    margin-top: 5px;
  }
  .contact-section .contact .field {
    min-height: unset;
  }
  .contact-section .contact .field .field__input {
    height: unset;
    padding: 12px 10px;
  }
  .contact-section .contact .text-area {
    max-height: 16rem;
  }
  .bottom_text .rich-text__text p {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-section
    .contact
    .field
    .field__input:placeholder-shown
    + label:before {
    font-size: 14px;
  }
  .custom_banner .banner {
    padding-bottom: 0;
  }
  .custom_banner .banner > .banner__media {
    margin-bottom: 0;
  }
  .custom_banner.banner__media {
    min-height: 200px;
  }
}
@media (max-width: 543px) {
  .collapsible-content-section .collapsible-content__question {
    font-size: 20px;
    line-height: 24px;
  }
  .collapsible-content-section .collapsible-content__answer-inner {
    line-height: 20px;
    font-size: 14px;
    padding-left: 24px;
  }
  .image-collage-section .image-collage__item {
    padding: 1.7rem;
  }
  .image-collage-section .image-collage .image-collage__item-block {
    gap: 0;
  }
  .detail_heading_section h2,
  .collapsible-content__heading,
  .contact-section .contact__text h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .rich-text--full-width .rich-text__blocks {
    width: calc(100% - 3rem);
  }
  .contact-form .contact__field .contact__field-left {
    gap: 10px;
  }
  .contact-form .contact__field {
    gap: 10px;
  }
  .contact-section .contact__bottom {
    margin-top: 25px;
  }
  .collapsible-content-section .collapsible-content__toggle {
    padding-left: 8px;
  }
  .collapsible-content-section .collapsible-content__answer {
    padding-top: 5px;
  }
  #shopify-section-template--22371650076986__b75e82dd-2dfa-4523-83a1-3d2676252d25 {
    padding-bottom: 25px !important;
  }
}
/*================================ CUSTOM DESIGN PAGE CSS END ================================*/

/*================================ Shopping Cart PAGE CSS Start ================================*/
.section-cart-items .page-header-top {
  margin-top: 80px;
}
.section-cart-items .page-header-top .page-header__inner {
  justify-content: center;
}
.section-cart-items .page-header-top .title--page {
  margin: 0;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
}
.section-cart-items .is-full .cart-items thead {
  background-color: transparent;
}
.section-cart-items .is-full .cart-items thead tr th {
  border-top: solid 0.1rem #efeeee;
  border-bottom: solid 0.1rem #efeeee;
  font-size: 16px;
  text-align: center;
}
.section-cart-items .is-full .cart-items thead tr th:first-child {
  padding: 22px 20px;
  text-align: left;
}

.section-cart-items .container {
  max-width: 1240px;
  width: 100%;
}
.section-cart-items .is-full .cart-items .cart-item td {
  /* border-bottom: 0 !important; */
}
.section-cart-items .is-full .cart-item__media img {
  max-width: 151px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #f7f7f7;
  height: auto;
  display: block;
}

.section-cart-items .is-full .cart-item__media {
  width: 150px;
}
.section-cart-items .is-full .cart-item__remove {
}
.section-cart-items .is-full .cart-item__details .cart-item__name {
  font-size: 25px !important;
  font-weight: 300 !important;
  line-height: 100%;
}
.section-cart-items .is-full .cart-item__prices .original_price,
.section-cart-items .is-full .cart-item__totals .price {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
}
.section-cart-items .is-full .cart-item__quantity .quantity {
    max-width: 154px;
    width: 15.4rem;
    border-radius: 1px;
    margin: 0;
    padding: 10px 20px;
    border-color: #E0E0E0;
}
.section-cart-items .is-full .cart-item__quantity .quantity:hover {
  border: none;
}
.section-cart-items .is-full .cart-item__quantity .quantity .quantity__input {
  height: 2.6rem;
}
.section-cart-items .is-full .cart-item__quantity .quantity .quantity__button {
  width: 3rem;
  position: relative;
}
.section-cart-items
  .is-full
  .cart-item__quantity
  .quantity
  .quantity__button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 21px;
  /* background: #d6d6d6; */
  transform: translateY(-50%);
}
.section-cart-items .is-full .cart-item__quantity .quantity .minus_btn::after {
  right: 0;
  left: unset;
}
.section-cart-items .is-full .cart-item__quantity .quantity .quantity__button {
  color: #000000;
}
.section-cart-items .is-full .cart-item__totals {
  width: 10%;
}

.section-cart-items .is-full .cart-item__details {
  width: calc(100% - 350px);
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.section-cart-items .is-full .cart-items tbody {
  display: table-row-group;
}
.section-cart-items .is-full .cart-item__prices {
  width: 150px;
}
.section-cart-items .is-full .cart-item__quantity {
  width: auto;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.section-cart-items .is-full .cart-items .cart-item td {
  padding: 0;
  padding-top: 25px;
  vertical-align: top;
}
.section-cart-items .is-full .cart-items .cart-item {
  display: table-row;
}
.section-cart-items .icon-close {
  display: none;
}
.section-cart-items .cart-item-remove {
  display: block;
  text-align: center;
  color: #777;
  margin-top: 5px;
  text-decoration-color: #777;
  font-size: 14px;
  text-underline-offset: 0.2rem;
}
.bottom_cart_line {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
  column-gap: 15px;
}
.bottom_cart_line .middle_line {
  width: 1.3px;
  height: 20px;
  background: #363434;
}
.section-cart-items .bottom_cart_line .button--simple-move {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  text-underline-offset: 0.2rem;
  color: #363434;
}
.cart__footer-wrapper .cart__footer-dynamic-checkout {
  display: none;
}
.cart__footer-wrapper .container {
  max-width: 1240px;
  width: 100%;
}
.cart__footer-wrapper .cart__footer .cart__blocks .cart__blocks_item {
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  gap: 15px;
}
.cart__footer-wrapper .cart__footer .cart__ctas,
.cart__footer-wrapper .cart__footer .cart__blocks-content {
  margin-left: 0rem;
  width: 100%;
}
.cart__footer-wrapper .cart__footer .tax-note {
  display: none;
}
.cart__footer-wrapper .cart__footer .totals {
  justify-content: space-between;
}
.cart__footer-wrapper .cart__footer .totals__subtotal,
.cart__footer-wrapper .cart__footer .totals__subtotal-value {
  color: #232323;
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
}
.cart__footer-wrapper .cart__footer .cart__checkout-button {
  margin-left: auto;
  display: block;
  max-width: 200px;
  min-height: 46px;
}
.cart__footer .cart__checkout-button svg {
  display: none;
}
@media (max-width: 1023px) {
  .section-cart-items .is-full .cart-item__quantity {
    display: table-cell;
  }
  .section-cart-items .is-full .cart-items thead {
    display: table-header-group;
  }
}

@media (max-width: 991px) {
  .section-cart-items .is-full .cart-item__media img {
    min-width: 100px;
  }
  .section-cart-items .page-header-top .title--page {
    font-size: 30px;
  }
  .section-cart-items .is-full .cart-item__details .cart-item__name {
    font-size: 20px;
  }
  .section-cart-items .is-full .cart-item__prices .original_price,
  .section-cart-items .is-full .cart-item__totals .price {
    font-size: 18px;
  }
  .section-cart-items .cart-item-remove {
    margin-top: 10px;
  }
  .bottom_cart_line {
    margin-top: 40px;
  }
  .cart__footer-wrapper .cart__footer .totals__subtotal,
  .cart__footer-wrapper .cart__footer .totals__subtotal-value {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .section-cart-items .page-header-top {
    margin-top: 30px;
  }
  .section-cart-items .is-full .cart-items .cart-item {
    display: block;
    gap: 0;
    align-items: center;
    border-bottom: solid 0.1rem #efeeee;
    border-top: solid 0.1rem #efeeee;
  }
  .section-cart-items .is-full .cart-items .cart-item td {
    padding-top: 10px;
  }
  .section-cart-items .is-full .cart-items tbody {
    display: block;
  }
  .section-cart-items .is-full .cart-items thead {
    display: none;
  }
  .cart__footer-wrapper .cart__footer .totals__subtotal,
  .cart__footer-wrapper .cart__footer .totals__subtotal-value {
    font-size: 18px;
  }
  .cart__footer-wrapper .cart__footer {
    padding: 2rem;
  }
  .cart__footer-wrapper .cart__footer .cart__checkout-button {
    max-width: 150px;
    min-height: 40px;
    font-size: 14px;
  }
  .section-cart-items .is-full .cart-item__quantity .quantity .quantity__input {
    height: 4rem;
  }
  .section-cart-items .is-full .cart-item__prices .original_price,
  .section-cart-items .is-full .cart-item__totals .price {
    justify-content: start;
  }
  .section-cart-items .is-full .cart-item__prices {
    width: auto;
    padding: 0;
    border: none;
    margin-top: 5px;
  }
}
@media (max-width: 543px) {
  .section-cart-items .is-full .cart-item__details .cart-item__name {
    font-size: 18px;
    line-height: 22px;
  }
  .section-cart-items .is-full .cart-item__prices .original_price,
  .section-cart-items .is-full .cart-item__totals .price {
    font-size: 16px;
  }
  .section-cart-items .is-full .cart-item__details {
    padding-left: 10px !important;
  }
  .section-cart-items .cart-item-remove {
    margin-top: 5px;
  }
}
/*================================ Shopping Cart PAGE CSS End ================================*/

/*================================ RETURN POLICY PAGE CSS START ================================*/
.top_desc_richtext .rich-text__blocks h1 {
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  margin-top: 0;
  font-family: "Chronicle Display" !important;
  font-weight: normal;
}
.top_desc_richtext .rich-text__blocks .title--section.h1,
.top_desc_richtext .rich-text__blocks .title--section.h1 *,
.top_desc_richtext .rich-text__blocks .title--section.h2,
.top_desc_richtext .rich-text__blocks .title--section.h2 * {
  font-family: "Chronicle Display" !important;
  font-weight: normal;
}
.top_desc_richtext .rich-text__blocks .rich-text__subheading {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: inherit;
}
.top_desc_richtext .rich-text__blocks {
  max-width: 816px;
  width: 100%;
}
.ticker .swiper-wrapper {
  column-gap: 115px;
}
#section-template--22371650371898__131b76fb-299b-445e-ae8b-b37396219f5e
  .ticker__svg {
  display: none;
}
.collapsible-content-section .collapsible-content__item:first-child {
  border-top: 0;
}
.collapsible-content-section
  .collapsible-content__item:first-child
  .collapsible-content__toggle {
  padding-top: 0;
}
.collapsible-content-section .collapsible-content__answer-inner ol {
  padding-left: 0;
}
.exchange_details .rich-text__blocks .rich-text__text {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.exchange_details .rich-text__blocks .rich-text__text strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}
.shopify-section-group-footer-group .footer-top2 {
  margin-top: 0;
}
.banner-image-mobile .image-banner__heading {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.banner-image-mobile .image-banner__column--column {
  max-width: 619px;
}
.banner-image-mobile .image-banner__wrapper {
  max-width: 1440px;
  width: 100%;
}
.banner-image-mobile .image-banner__information .image-banner__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  text-transform: lowercase;
}
.banner-image-mobile .image-banner__information .image-banner__button {
  border-radius: 10px;
  background: #e6076b;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 5.1rem;
  border: none;
}
@media (max-width: 991px) {
  .top_desc_richtext {
    padding-bottom: 30px !important;
  }
  .top_desc_richtext .rich-text__blocks h1 {
    font-size: 40px;
  }
  .top_desc_richtext .rich-text__blocks .rich-text__subheading {
    font-size: 16px;
    line-height: 24px;
  }
  #section-template--22371650371898__131b76fb-299b-445e-ae8b-b37396219f5e
    .ticker__title {
    font-size: 32px !important;
  }
  .ticker .swiper-wrapper {
    column-gap: 55px;
  }
  .exchange_details .rich-text__blocks,
  .top_desc_richtext .rich-text__blocks {
    width: 100% !important;
    max-width: 70rem;
    padding-inline: 20px;
  }
  .exchange_details .rich-text__blocks .rich-text__text {
    font-size: 20px;
    line-height: 28px;
  }
  .banner-image-mobile .image-banner__heading {
    font-size: 40px;
  }
  .banner-image-mobile .image-banner__information .image-banner__text {
    font-size: 16px;
    line-height: 24px;
  }
  .banner-image-mobile .image-banner__information .image-banner__button {
    margin-top: 22px;
  }
  .banner-image-mobile .image-banner__column--column {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .top_desc_richtext .rich-text__blocks h1 {
    font-size: 32px;
  }
  .top_desc_richtext .rich-text__blocks .rich-text__subheading {
    font-size: 14px;
    line-height: 20px;
  }
  #section-template--22371650371898__131b76fb-299b-445e-ae8b-b37396219f5e
    .ticker__title {
    font-size: 28px !important;
  }
  .ticker .swiper-wrapper {
    column-gap: 45px;
  }
  .exchange_details .rich-text__blocks .rich-text__text strong {
    font-size: 14px;
    line-height: 20px;
  }
  .exchange_details .rich-text__blocks .rich-text__text {
    font-size: 18px;
    line-height: 26px;
  }
  .banner-image-mobile .image-banner__column--column {
    width: 100%;
  }
  .banner-image-mobile .image-banner__column--column {
    max-width: 100%;
  }
  .banner-image-mobile .image-banner__information .header__btn-group {
    display: flex;
    justify-content: center;
  }
  .banner-image-mobile .image-banner__information .image-banner__button {
    font-size: 14px;
    min-height: 4rem;
    padding: 0 3.1rem;
  }
  .banner-image-mobile .image-banner__information .image-banner__text {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .banner-image-mobile .image-banner__heading {
    font-size: 30px;
    text-align: center;
  }
  .banner-image-mobile .image-banner__wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 543px) {
  #section-template--22371650371898__131b76fb-299b-445e-ae8b-b37396219f5e
    .ticker__title {
    font-size: 24px !important;
  }
}
/*================================ RETURN POLICY PAGE CSS END ================================*/

/*================================ ABOUT US PAGE CSS END ================================*/
.custom_banner .image-banner__column--column {
  text-align: center;
  max-width: 619px;
  margin-inline: auto;
}
.custom_banner .image-banner__heading {
  font-size: 50px;
}
.image_detail .container {
  max-width: 1460px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.image_detail .detail_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.image_detail .detail_line .small_heading {
  font-family: "Kepler Std Scn Disp" !important;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 11px;
}
.image_detail .detail_line .desc_text {
  color: #777;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  text-transform: lowercase;
}
.image_detail .detail_line .desc_text p {
  margin: 0;
}
.image_detail .detail_text {
  width: 47%;
}
.image_detail .desc_image {
  width: 49.5%;
}
.image_detail .desc_image img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
#shopify-section-template--22371650142522__customer_services_g6FLCH {
  background: #fde7f1;
}
.service_pink_bg {
  max-width: 1400px;
  padding-right: 2rem;
  padding-left: 2rem;
}
.service_pink_bg .customer-services__block .icon_image img {
  width: 50px;
  height: 50px;
  display: block;
  margin-inline: auto;
}
.service_pink_bg .customer-services__blocks .customer-services__block .desc p {
  color: #363434;
  margin-top: 5px;
}
.service_pink_bg .customer-services__blocks .customer-services__block {
  width: fit-content;
}
.service_pink_bg
  .customer-services__blocks
  .customer-services__block:first-child {
  padding-left: 0;
}
.service_pink_bg
  .customer-services__blocks
  .customer-services__block:last-child {
  padding-right: 0;
}
.service_pink_bg .customer-services__blocks .customer-services__block:after {
  background: rgba(16, 16, 16, 0.15);
}
.categories-list-section .gift_collection_list .collection-product-list {
  gap: 10px !important;
}
.categories-list-section
  .gift_collection_list
  .collection-product-list
  .collections-grid__card
  .media {
  padding-bottom: 100%;
}
.categories-list-section
  .gift_collection_list
  .collection-product-list
  .collections-grid__card
  img {
  height: 100%;
  width: 100%;
  position: absolute;
}

.gift_collection_list .container {
  max-width: 1660px;
  padding-right: 2rem;
  padding-left: 2rem;
}
.gift_collection_list .card-grid__title {
  font-size: 38px;
  text-align: center;
  margin-bottom: 0;
  text-transform: capitalize;
  font-family: "Chronicle Display" !important;
  font-weight: normal;
}
.gift_collection_list .card-grid__text {
  margin-bottom: 40px;
}
.categories-list-section .gift_collection_list .collection-product-list {
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.gift_collection_list .collection-product-list .collections-grid__information {
  padding: 17px 0 0 0;
}
.gift_collection_list .collections-grid__information .collections-grid__title {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

@media (max-width: 1200px) {
  .categories-list-section .gift_collection_list .collection-product-list {
    gap: 20px;
  }
  .custom_banner .image-banner__column--column {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .custom_banner .image-banner__heading {
    font-size: 40px;
  }
  .image_detail .detail_line .small_heading {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
  .image_detail .detail_line .desc_text {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-align: left;
  }
  .image_detail .detail_line {
    flex-direction: column;
    gap: 30px;
  }
  .image_detail .detail_text,
  .image_detail .desc_image {
    width: 100%;
  }
  .section-customer__services
    .customer-services__blocks
    .customer-services__block
    .title {
    font-size: 18px;
    line-height: normal;
  }
  .section-customer__services
    .customer-services__blocks
    .customer-services__block
    .desc
    p {
    font-size: 14px;
  }
  .gift_collection_list .card-grid__title {
    font-size: 30px;
  }
  .gift_collection_list .card-grid__text {
    margin-bottom: 30px;
  }
  .gift_collection_list
    .collection-product-list
    .collections-grid__information {
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .categories-list-section .gift_collection_list .collection-product-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .categories-list-section
    .gift_collection_list
    .collection-product-list
    .collections-grid__card {
    width: auto;
  }
  .categories-list-section .gift_collection_list .collection-product-list {
    gap: 30px;
  }
}
@media (max-width: 750px) {
  .custom_banner .image-banner__heading {
    font-size: 30px;
  }
  .custom_banner .image-banner__column--column {
    padding: 30px 0;
  }
  .banner-image-mobile .banner__media img,
  .custom_banner .banner--container,
  .banner-image-mobile .banner__media img {
    border-radius: 0;
  }
  .image_detail .detail_line .small_heading {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 543px) {
  .gift_collection_list
    .collections-grid__information
    .collections-grid__title {
    font-size: 16px;
  }
}
.collection-grid-section .card__title h5 {
  max-width: 100%;
  text-align: center;
  padding-right: 0;
  font-size: 15px;
  min-height: 59px;
  font-family: "Optima nova LT Pro" !important;
}
.product-recommendations__item .card-information,
.collection-grid-section:not(.product-grid-catalog) .card-information {
  /* margin-top: -60px; */
  /* min-height:115px; */
}
.collection-grid-section .card-information__wrapper {
  padding: 20px 10px 0;
}
@media (max-width: 543px) {
  .collection-grid-section .card__title h5 {
    font-size: 14px !important;
  }
  .collection-grid-section:not(.product-grid-catalog) .card-information {
    margin-top: -30px;
  }
  .product-recommendations__item .card-information {
    /* margin-top: -20px; */
    margin-top: -21px;
    min-height: 100px;
  }
}

/*================================ NEW ABOUT US PAGE CSS START ================================*/
.video_content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
.video_content .title {
  font-size: 42px;
  color: #000;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0.05em;
  max-width: 50rem;
  margin-top: 15px;
}
.video_content .subtitle {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: 20px !important;
}
@media (max-width: 999px) {
  .video-section__media {
    padding-bottom: 100% !important;
  }
}
.memu_color a {
  color: #fff;
  text-decoration-color: unset;
  text-decoration-line: unset;
  font-weight: 500;
}

/*================================ NEW ABOUT US PAGE CSS END ================================*/

/*================================ Text With image with block CSS start ================================*/

.main-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.main-block-box {
  width: 22.5%;
  color: #fff;
  color: #000;
  position: relative;
}
.main-image-with-text-block h3,
.main-image-with-text-block h2 {
  font-size: 32px;
  text-align: center;
  width: 850px;
  margin: auto;
  color: #fff;
}
.main-image-with-text-block h2 {
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 50px;
  font-family: "Chronicle Display" !important;
  font-weight: normal;
}
.main-image-with-text-block h3 {
  font-family: "DM Sans", sans-serif;
  line-height: 1.35em !important;
}
.img_block {
  padding: 100px 0;
}
.main-image-with-text-block.container {
  max-width: 1460px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.main-block-box img {
  width: 100%;
  height: fit-content;
}
.main-block-box a {
  color: #fff;
  /* color: #000; */
}
.fshead {
  font-size: 24px;
}
.main-image-with-text-block.container {
  margin-top: 0px;
}
.bac_border {
  background-color: #4c8380;
  background-color: #fff;
  display: block;
  width: 1px;
  right: -20px;
  top: 0;
  bottom: 0;
  position: absolute;
}
.only_text .bac_border {
  background-color: #a47379;
}
.only_text .main-block-box {
  color: #000;
}
.main-blocks .main-block-box:last-child .bac_border {
  position: unset;
}
.only_text .main-image-with-text-block h3,
.only_text .main-image-with-text-block h2 {
  color: #000;
}
.disp_desk {
  display: block;
}

.main-menu-title {
  padding-top: 25px;
  padding-bottom: 25px;
  max-width: 910px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.disp_mobile.main-menu-title {
  display: none;
}
@media (max-width: 1250px) {
  .main-block-box {
    width: 21.5%;
  }
}
@media (max-width: 1024px) {
  .main-block-box {
    width: 47%;
  }
  .bac_border {
    position: unset;
  }
  .disp_desk.main-menu-title {
    display: none;
  }
  .disp_mobile.main-menu-title {
    display: block;
    position: relative;
  }
  .main-menu-title.disp_mobile select {
    padding: 0 20px;
    width: 92%;
    height: 100%;
    background-color: transparent;
    border: unset;
    color: #fff;
    font-size: 16px;
    appearance: none;
  }
  .main-menu-title.disp_mobile svg {
    stroke: white;
    margin-right: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }
  .main-menu-title.disp_mobile option {
    color: #000;
  }
}
@media (max-width: 767px) {
  .main-block-box {
    width: 100%;
  }
  .main-image-with-text-block h3,
  .main-image-with-text-block h2 {
    font-size: 24px;
  }
}
/*================================ Text With image with block CSS end ================================*/
/* .left_side_div .detail_text{
  order: 2;
} */
.image_detail.img-text-class {
  margin-top: 0px;
  margin-bottom: 0px;
}
.main_image_text_class {
  padding-top: 70px;
  padding-bottom: 10px;
}
.uniquely_class {
  padding-bottom: 80px;
}
.main_image_text_class .detail_line .desc_text p {
  color: #000;
  font-family: "RomanSerif" !important;
  text-transform: none;
}
.heading_menus {
  font-size: 32px;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}
.menu2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.only_subheading {
  margin-top: 50px;
  text-align: center;
}
.color_for_text .detail_line .desc_text p,
.left_side_div .detail_line .desc_text p {
  color: #fff;
}
.color_for_text .small_heading,
.left_side_div .small_heading {
  color: #fff;
}
.desc_image .authornames {
  text-align: end;
}
.title_for_img_text {
  text-align: center;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 50px;
  text-transform: uppercase !important;
  line-height: normal !important;
  letter-spacing: 0.05em !important;
  font-family: "Chronicle Display" !important;
  font-weight: normal;
}
.main_image_text_class .padding_bottom_img {
  padding-bottom: 55px;
}
.main_buttons {
  margin-top: 25px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.gift_collection_list .card-grid__title {
  text-align: left;
}
.bac_border_heading {
  display: block;
  width: 200px;
  border-style: solid;
  border-width: 1.5px;
  margin-bottom: 25px;
  margin-top: 18px;
}
.heading-subheading {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.subheading_one {
  font-size: 32px;
  color: #fff;
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.heading_one {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
.container.only_images {
  max-width: 1460px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 80px;
}
.only_images .media > img {
  object-fit: fill;
}
.pink_color .subheading_one,
.pink_color .heading_one {
  color: #2c2c2c;
}
.firstheading .title_for_img_text {
  color: #fff;
}
.lastheading.main_image_text_class {
  padding-top: 0px;
  padding-bottom: 70px;
}
.main_image_text_class.corporate_social .desc_text p,
.corporate_social .small_heading {
  color: #fff;
}
.main_image_text_class.our_environmenmental .desc_text p,
.our_environmenmental .small_heading {
  color: #fff;
}
.our_environmenmental .main_buttons .button,
.left_side_div .main_buttons .button {
  color: #fff;
  background-color: transparent;
}
.main_image_text_class.corporate_social {
  padding-bottom: 60px;
}
.main_image_text_class.our_environmenmental {
  padding-bottom: 65px;
}
.tables_new .subheading_one {
  color: #000;
}
.heading-subheading.tables_new {
  padding-bottom: 30px;
}
.left_side_div .main_buttons .button {
  border-color: #fff;
  opacity: 100%;
}
.compassions.main_image_text_class {
  padding-bottom: 60px;
}
.how_we_give .subheading_one {
  color: #000;
}
.how_we_give .heading_one {
  color: #000;
}
.heading-subheading.how_we_give {
  padding-bottom: 0px;
}
.container.padd_bott_0 {
  padding-bottom: 0px;
}
.main_image_text_class.thired_detail {
  padding-bottom: 70px;
}
.main_image_text_class.giving_back_to {
  padding-bottom: 70px;
}
.deversity_metrics.heading-subheading {
  padding-bottom: 0px;
}
.container.only_images.image_bottom {
  padding-bottom: 0;
}
.deversity_metrics .heading_one {
  margin-bottom: 0px;
}
.our_awards .only_text .bac_border {
  background-color: #4c8380;
}
.our_awards h2 {
  color: #fff !important;
}
.our_awards .main-block-box p,
.our_awards .fshead {
  color: #fff;
  color: #000;
}
.heading-subheading .button--secondary {
  background: transparent;
  color: #000;
  border-color: #000;
  opacity: 100%;
}
.main-image-with-text-block.our_awards h2 {
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 50px;
}
.main_image_text_class.m_bottom {
  padding-bottom: 70px;
}
.font_weight_bold .heading_one {
  font-weight: 600;
}
.main_image_text_class .button--secondary {
  color: #000;
  opacity: 100%;
  border-color: #000;
}
.img_block .button.button--secondary {
  background: transparent;
  color: #000;
  border-color: #000;
  opacity: 100%;
}
.padd_top_none.only_subheading {
  padding-top: 10px;
}
.padd_top_none.only_subheading h2 {
  /* font-weight:600; */
  font-family: "DM Sans", sans-serif;
}
.compassions .button {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.img_block .button {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin-top: 50px;
}
.tables_new .subheading_one {
  font-weight: 600;
}
@media (max-width: 1023px) {
  .bac_border_heading {
    width: 120px;
  }
}
@media (max-width: 991px) {
  .image_detail .detail_line .small_heading {
    text-align: left;
  }
}

/************************** FAQ page css **************************/
.collapsible-content-section .collapsible-content__heading {
  font-family: var(--font-body-family);
  font-size: 28px;
  align-self: start !important;
  margin-bottom: 15px !important;
}
.collapsible-content-section .collapsible-content__item {
  padding-bottom: 10px;
  border-bottom: none;
}
.collapsible-content-section .collapsible-content__toggle {
  padding: 0;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 3px;
}
.collapsible-content-section .collapsible-content__top {
  max-width: 100% !important;
}
.collapsible-content-section .collapsible-content__question {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  font-family: var(--font-body-family);
  color: #222;
}
.collapsible-content-section
  .collapsible-content__item.active
  .collapsible-content__question,
.collapsible-content-section
  .collapsible-content__item:hover
  .collapsible-content__question {
  color: #222;
}
.collapsible-content-section .collapsible-content__question span {
  display: none;
}
.collapsible-content-section .collapsible-content__answer-inner {
  line-height: 26px;
  color: #444;
  font-size: 16px;
  max-width: 100%;
  padding: 0;
  font-weight: 400;
}
.collapsible-content-section .collapsible-content__answer {
  padding: 0;
  padding-top: 5px;
  padding-left: 25px;
}
.collapsible-content-section .collapsible-content__icon .animated-plus {
  width: 10px;
  height: 10px;
  display: block;
  position: relative;
  color: #444;
}
.collapsible-content-section .collapsible-content__icon .animated-plus:before,
.collapsible-content-section .collapsible-content__icon .animated-plus:after {
  content: "";
  background-color: currentColor;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.collapsible-content-section .collapsible-content__icon .animated-plus:before {
  width: 10px;
  opacity: 1;
  height: 1px;
}
.collapsible-content-section .collapsible-content__icon .animated-plus:after {
  height: 10px;
  width: 1px;
}
.collapsible-content-section
  .collapsible-content__item.active
  .collapsible-content__icon
  .animated-plus:before,
.collapsible-content-section
  .collapsible-content__item.active
  .collapsible-content__icon
  .animated-plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.collapsible-content-section
  .collapsible-content__item.active
  .collapsible-content__icon
  .animated-plus:before {
  opacity: 0;
}
.collapsible-content-section .collapsible-content__icon .button--simple {
  padding-left: 0;
}
@media (max-width: 543px) {
  .collapsible-content-section .collapsible-content__heading {
    font-size: 24px;
  }
  .collapsible-content-section .collapsible-content__question {
    font-size: 16px;
  }
  .collapsible-content-section .collapsible-content__answer-inner {
    font-size: 15px;
  }
}

/************************** cart page css *****************/
.section-cart-items {
  overflow: hidden;
}
.section-cart-items .is-full .cart-item__details .cart-item__name {
  font-size: 18px;
  font-weight: 600;
}
.section-cart-items .is-full .page-header__inner {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 0;
  flex-direction: column;
}
.shipping-info-section {
  order: 2 !important;
}
.shipping-info-section h4 {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 500;
}
.shipping-info-section .shop-cart-icon-select {
  margin-bottom: 15px;
}
.shipping-info-section .shop-cart-icon {
  display: flex;
  text-align: left;
  gap: 20px;
  position: relative;
  align-items: center;
}
.shipping-info-section .shop-cart-icon svg {
  width: 40px;
  height: 40px;
}
.shipping-info-section .shop-cart-icon .shop-cart-content {
  width: calc(100% - 60px);
  font-size: 14px;
  font-weight: 400;
}
.shipping-info-section .shop-cart-icon .shop-cart-content a {
  width: calc(100% - 60px);
  font-size: 14px;
  font-weight: 400;
}

.cart__footer .field {
  width: 100% !important;
  order: 2;
}
.cart__footer.cart__footer-block {
  padding: 3rem !important;
  flex-direction: column !important;
  background: transparent;
  border: 1px solid #ddd;
}
.cart__footer-wrapper .cart__footer .cart__checkout-button {
  margin: auto;
}
/* @media (max-width: 1199px) {
  .cart__footer-wrapper .cart__footer .cart__checkout-button{
        margin-left: 0;
  }
} */
@media (max-width: 750px) {
  .section-cart-items .is-full .cart-item__prices {
    grid-column: 1 / 3;
  }
  .cart__footer.cart__footer-block {
    padding: 1.5rem !important;
    width: 100%;
  }
  .only_text .main-image-with-text-block h3,
  .only_text .main-image-with-text-block h2,
  .main_image_text_class .detail_line .desc_text p,
  .main-image-with-text-block h3 {
    text-align: left;
  }
}
.our_environmenmental .detail_line .small_heading,
.main_image_text_class.our_environmenmental .desc_text p {
  color: #000;
}
.our_environmenmental .main_buttons .button {
  color: #000;
  border-color: #000;
}
.main-image-with-text-block.only_subheading h2 {
  color: #000;
}
.only_subheading .main-block-box a {
  color: #000;
}
.our_awards .main-block-box p,
.our_awards .fshead {
  color: #fff;
}
.mission_pillars .main-block-box {
  color: #fff;
}
.padd_top_unset.img_block {
  padding-top: 1px;
}
.mar_top_unset.only_subheading {
  margin-top: 0px;
}
@media (max-width: 1024px) {
  .main-menu-title.disp_mobile select:focus-visible {
    outline: unset;
  }
}
@media (max-width: 991px) {
  .second_right .desc_image {
    order: 2 !important;
  }
}
@media (max-width: 750px) {
  .img_banner_new .image-banner__wrapper {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .img_banner_new .banner__media {
    position: absolute;
    height: 100%;
  }
  .subheading_one {
    font-size: 24px;
    padding: 0 20px;
    text-align: left;
  }
  .new_images .image--overlay {
    background-color: transparent;
  }
  .heading_menus {
    padding: 0 10px;
  }
  .padd_top_image.heading-subheading {
    padding-top: 0;
  }
  .image_padd_bott .banner {
    padding-bottom: 0;
  }

  .main_image_text_class.corporate_social {
    padding-top: 0;
  }
  .mobile_padd_top.main_image_text_class {
    padding-top: 0;
  }
}
.active_menu {
  border-bottom: 2px solid #fff;
}
.b_colors .bac_border {
  background-color: #4c8380;
}
.border_right.our_awards .only_text .bac_border {
  background-color: #fff;
}

/****************************************/
.custom-cart {
  margin-bottom: 70px;
}
body.cart .cust-collections-silder-section {
  clear: both;
}

body.page .rich-text__blocks {
  max-width: 1235px;
  padding-right: 2rem;
  padding-left: 2rem;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 1760px) {
  body.page .rich-text__blocks {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 990px) {
  body.page .rich-text__blocks {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

.section-cart-items {
  /* width: calc(100% - 300px); */
  /* float: left; */
}
.cart__footer-wrapper {
  width: 430px;
  float: left;
  padding: 0 15px;
}
.custom-cart .container {
  max-width: 1240px;
  width: 100%;
  overflow: hidden;
}
.custom-cart .rich-text__blocks {
  width: 100% !important;
  max-width: 100%;
  text-align: left;
}
.cart__footer-wrapper .need-assistance {
  font-size: 14px;
  text-align: center;
  margin-top: 0;
}
.cart__footer-wrapper .cart__blocks {
  display: block;
  width: 100%;
}
.cart__footer-wrapper .cart__footer .cart__checkout-button {
  max-width: 100%;
  width: 100%;
}
.cart__footer .field label {
  font-size: 1.6rem !important;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
  color: #000;
}
.cart__footer .field textarea {
  margin-top: 0 !important;
  padding: 10px;
}
.cart__footer .cart-note-save {
  text-align: right;
  font-size: 14px;
}
.cart-item__prices.desktop-hide {
  display: none;
}
@media (max-width: 750px) {
  .cart-item__prices.desktop-hide {
    display: block;
  }
  .cart-item__prices.mobile-hide {
    display: none;
  }
}
@media (max-width: 1199px) {
  .section-cart-items .is-full .cart-item__media {
    width: 100px;
  }
  .section-cart-items .is-full .cart-item__prices {
    width: 120px;
  }
  .section-cart-items .is-full .cart-item__details {
    width: calc(100% - 280px);
  }
}
@media (max-width: 989px) {
  .cart__footer-wrapper {
    width: 100%;
    float: unset;
    padding: 0;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 20px;
  }
  .section-cart-items {
    width: 100%;
    float: unset;
  }
  .cart__footer.cart__footer-block {
    padding: 0 !important;
    border: none !important;
  }
  .cart__footer .field {
    border: 1px solid #ddd;
    padding: 15px;
  }
  .section-cart-items .is-full .cart-item__media {
    width: 10%;
  }
}
@media (max-width: 750px) {
  .custom-cart {
    margin-bottom: 30px;
  }
  .cart__footer-wrapper {
    border-top: none;
    margin-top: 0;
  }
  .section-cart-items .is-full .cart-item__media {
    width: 25%;
  }
  .section-cart-items .is-full .cart-item__details {
    width: calc(100% - 25%);
  }
}

/* ========================== payment option page start ========================== */

.payment_options p {
  color: #000;
}

/* start table section */

.payment-options-list {
  border-bottom: 1px solid #d2d2d2;
  display: flex;
}

.payment-options-container
  .payment-options-table
  .payment-options-list
  > div:nth-child(2),
.payment-options-container
  .payment-options-table
  .payment-options-list
  > div:nth-child(3) {
  padding-left: 8px;
  padding-right: 8px;
}
.payment-options-container
  .payment-options-table
  .payment-options-list
  > div:nth-child(2),
.payment-options-container
  .payment-options-table
  .payment-options-list
  > div:nth-child(3) {
  justify-content: center;
  flex-wrap: wrap;
}
.payment-options-container .payment-options-table .payment-options-list > div {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  width: 33%;
  align-items: center;
}
.main_class_tabels .text-center {
  text-align: center;
}
.main_class_tabels .btn-default3 {
  color: #595959;
  border-color: #7f7f7f;
  background: transparent;
}
.main_class_tabels .btn-default3 {
  color: #595959;
  border-color: #7f7f7f;
  background: transparent;
}
.main_class_tabels .btn {
  font-size: 15px;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0.6em 1.3em 0.6em;
  letter-spacing: 0.05em;
}
.mb15 {
  margin-bottom: 15px !important;
}
.ir327-heading-2 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--dark-grey);
  letter-spacing: 0.05em;
  line-height: inherit;
}
.ir251-link-text {
  font-size: 18px;
  color: var(--dark-grey);
  letter-spacing: 0.75px;
  text-transform: capitalize;
  text-decoration: underline;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}
.payment-options-container
  .payment-options-table
  .payment-options-list
  .ir251-link-text {
  font-size: 14px;
  flex: 100% 0 0;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  border: 1px solid #dddd;
}
@media (min-width: 750px) {
  .payment-options-container .payment-options-table {
    width: 720px;
    margin: auto;
  }
}
@media (max-width: 750px) {
  .payment-options-container
    .payment-options-table
    .payment-options-list
    > div {
    font-size: 14px;
  }
  .payment-options-table {
    padding: 0 13px;
  }
  .payment-options-container
    .payment-options-table
    .payment-options-list
    .ir251-link-text {
    font-size: 12px;
  }
  .main_class_tabels .btn {
    padding: 0 13px;
  }
  .section-customer__services .container {
    margin-top: 60px;
    /* padding: 50px 0 50px; */
  }
}
.contact_form_new .field .field__input {
  border: unset;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  border-radius: unset;
}
.contact_form_new .contact__container {
  max-width: 800px;
  margin: auto;
}
.btn_checkbox {
  display: flex;
  padding-top: 20px;
}
.contact_form_new .contact__text .contact__desc {
  margin-top: 20px;
}
.contact_form_new .field .field__input {
  height: unset !important;
}
.contact_form_new .text-area {
  min-height: unset !important;
}
/* ========================== payment option page end ========================== */
.section-cart-items .is-full .cart-item__quantity .quantity:hover {
  border: 1px solid rgb(193, 193, 193) !important;
}
.section-customer__services .container {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
}
#ProductGridContainer .facets .filter__heading,
#ProductGridContainer
  .facets
  .facets__form
  .facets__wrapper
  .facets__disclosure {
  transition: all 0.2s ease-in-out;
}
#ProductGridContainer .facets .filter__heading .facets__heading svg,
#ProductGridContainer
  .facets
  .facets__form
  .facets__wrapper
  .facets__disclosure
  .facets__summary
  svg {
  transition: all 0.2s ease-in-out;
}
#ProductGridContainer .facets .filter__heading[open] .facets__heading svg,
#ProductGridContainer
  .facets
  .facets__form
  .facets__wrapper
  .facets__disclosure[open]
  .facets__summary
  svg {
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}

#ProductGridContainer {
  display: block;
}
#ProductGridContainer:has(.filter__heading[open]) .collection-product {
  width: 100%;
  transition: all 2s;
}
#ProductGridContainer > .facets {
  position: unset;
  margin: unset;
}
#ProductGridContainer:has(.filter__heading[open]) {
  display: flex;
}
#FacetFiltersForm {
  position: relative;
}
#ProductGridContainer .filter_menu {
  position: absolute;
  transform: translate(-100%);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0;
  border-left: 0;
  background-color: rgb(var(--color-background));
  overflow-x: hidden;
}
#ProductGridContainer .facets .filter__heading[open] .filter_menu {
  transform: translate(0);
  visibility: visible;
  opacity: 1;
  transition: transform var(--duration-default) ease,
    visibility var(--duration-default) ease,
    opacity var(--duration-default) ease;
}
#ProductGridContainer > .facets {
  width: 18%;
}
@media (max-width: 1770px) {
  #ProductGridContainer > .facets {
    width: 28%;
  }
}
@media (max-width: 1300px) {
  #ProductGridContainer > .facets {
    width: 38%;
  }
}
@media (max-width: 1060px) {
  #ProductGridContainer > .facets {
    width: 66%;
  }
}

/* Custom Jewelry Product Section */

.jewelry-product-wrapper > * {
  width: calc(50% - 40px);
}
.vertical_product_item img {
  width: 100%;
}
.jewelry-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.custom-horizontal-product-media {
  width: calc(80% - 20px);
}

.custom-product-media {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.vertical_product_item {
  height: 80px;
  width: 80px !important;
  margin-bottom: 20px;
}
.vertical_product_item video {
  width: 80px;
  height: 80px;
}
.horizontal_product_item img,
.horizontal_product_item video {
  width: 100%;
}
.custom-vertical-product-media {
  width: 80px;
}
.custom-product-title {
  font-size: 35px;
}
.jewelry_label {
  display: flex;
  gap: 5px;
  font-size: 15px;
}
.custom-product-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.custom_jewelry_type {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: white
    url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>")
    no-repeat scroll right 2px center !important;
  border-radius: 4px;
  border: 1px solid #a0a0a0;
  padding: 10px 22px 10px 10px;
  font-size: 14px;
}
.jewelry_label {
  display: flex;
  gap: 5px;
  font-size: 15px;
  margin-bottom: 10px;
}
.jewelry_variant_item input {
  display: none;
}
.jewelry_variant_item input[type="radio"] {
  display: block;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.single-option-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.bcpo-button-parent .bcpo-front-button-label {
  cursor: pointer !important;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
}
.bcpo-button-parent.active label {
  background-color: #000;
  color: #fff;
}
.custom_jewelry_quality_variant .bcpo-front-button-label {
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  padding: 0;
  background-size: cover;
}
.custom_jewelry_quality_variant .bcpo-button-parent.active label {
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 0 3px black;
  -webkit-box-shadow: 0 0 0 3px black;
}
.jewelry_variant_item textarea {
  max-width: 415px;
  width: 100%;
  min-height: 100px;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
}
.jewelry_variant_item.selector-wrapper input {
  display: block;
  max-width: 415px;
  width: 100%;
  padding: 10px 4px;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
}
.error {
  color: red;
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 0;
  display: none;
}
.custom_call_time_variant .custom_variant_select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: #fff
    url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>")
    no-repeat scroll right 2px center !important;
  border-radius: 4px;
  border: 1px solid #a0a0a0;
  padding: 10px 22px 10px 10px;
  font-size: 14px;
  min-width: 250px;
}
.custom-product-details_submit {
  cursor: pointer;
  display: flex;
  border: 1px solid #000;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  max-width: 415px;
}
.custom-product-details_submit a {
  text-decoration: none;
}
@media (max-width: 1400px) {
  .jewelry-product-wrapper {
    max-width: 100%;
    gap: 40px;
  }
  .vertical_product_item {
    height: 75px;
    width: 75px !important;
    margin-bottom: 10px;
  }
  .custom-product-media {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .jewelry-product-wrapper {
    max-width: 100%;
    gap: 20px;
    flex-direction: column;
  }
  .jewelry-product-wrapper > * {
    width: 100%;
  }
  .custom-product-media {
    flex-direction: row-reverse;
  }

  .custom-horizontal-product-media {
    width: calc(100% - 95px);
  }
}
@media (max-width: 767px) {
  .vertical_product_item {
    height: 56px;
    width: 56px !important;
  }
  .vertical_product_item video {
    width: 56px;
    height: 56px;
  }
  .custom-vertical-product-media {
    width: 56px;
  }
  .custom-horizontal-product-media {
    width: calc(100% - 71px);
  }
  .custom-product-title {
    font-size: 28px;
  }
}
.categories-list-section2 .collection-product-list .collections-grid__card img {
  width: 100%;
  height: 100%;
}
.categories-list-section2 ul.collection-product-list.collections-grid {
  padding-bottom: 40px !important;
}
.categories-list-section2 h2.card-grid__title {
  margin-bottom: 15px;
  font-size: 30px;
}
.categories-list-section2 span.step_text {
  font-size: 12px;
}
.categories-list-section2 h4.collections-grid__title {
  font-size: 22px;
  margin: 10px 0;
}
.categories-list-section2 .card-information__wrapper p {
  font-size: 14px;
  margin: 10px 0;
}
.categories-list-section2 .subtitle {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-body-family);
  text-transform: capitalize;
}
.categories-list-section2
  .collections-grid__information
  .card-information__wrapper {
  display: block;
}
.categories-list-section2 .collections-grid {
  display: grid;
  gap: 3rem;
  border-bottom: 1px solid;
}
@media screen and (min-width: 1200px) {
  .categories-list-section2 .collections-grid__information {
    padding: 1.6rem 0rem;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .categories-list-section2 .collection-product-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .categories-list-section2 .collection-product-list .collections-grid__card {
    width: 100%;
  }
  .categories-list-section2 ul.collection-product-list.collections-grid {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 990px) {
  .categories-list-section2 ul.collection-product-list.collections-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1760px) {
  .categories-list-section2 .container {
    max-width: 1400px;
  }
}
@media screen and (min-width: 576px) {
  .categories-list-section2 .collections-grid__information {
    padding: 0;
  }
}
.custom-horizontal-product-media {
  width: calc(100% - 100px);
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.overlay.active {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.popup {
  display: block;
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 0px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }
  .popup {
    width: 70%;
  }
}

/* ========================== new changes  ========================== */
.card-information .card-information__wrapper {
  align-items: center !important;
}
.card-information .card-information__wrapper .card__title {
  justify-content: center !important;
}
@media (max-width: 749px) {
  .card-information .card-information__wrapper {
    align-items: center !important;
  }
  .card-information .card-information__wrapper .card__title {
    justify-content: center !important;
  }
}
.price-item {
  font-size: 1.6rem !important;
}

.product-form__controls.js-color-swatches {
  display: none;
}

.card-horizontal__title,
.card-horizontal-wrapper {
  justify-content: center !important;
}

/* =================== video_with_text ==========================  */

.video-with-text .video-with-text-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video-with-text .video-with-text-content .video-content,
.video-with-text .video-with-text-content .video-text-content {
  width: 50%;
}
.video-with-text .video-with-text-content .video-text-content {
  position: unset;
  transform: unset;
  text-align: left;
  display: unset !important;
}
.video-with-text .video-text-content .title {
  font-size: 39px;
  max-width: unset;
  margin: 0;
}

.video-with-text .video-text-content .subtitle {
  margin-bottom: 25px;
}

@media (max-width: 999px) {
  .video-with-text .video-with-text-content .video-content,
  .video-with-text .video-with-text-content .video-text-content {
    width: 100%;
  }
  .video-with-text .video-with-text-content {
    flex-direction: column;
  }
}

@media (max-width: 543px) {
  .video-with-text .video-text-content .title {
    font-size: 25px;
    line-height: 1.3;
  }
  .video-with-text .video-text-content .subtitle {
    font-size: 15px;
  }
  .video-with-text .video-with-text-content .video-text-content {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
}

/* =================== video_with_text ==========================  */

@media (max-width: 1199px) {
  .header--top .header__heading-link {
    margin: auto;
  }
}

.collection-grid-section .container {
  max-width: 1440px;
}

.testimonials .container {
  max-width: 1500px !important;
  margin: 0 auto;
}
.testimonials--carousel
  .testimonials__card
  .card-horizontal-wrapper
  .card-horizontal__information {
  width: 100% !important;
}
.testimonials--carousel
  .testimonials__card
  .card-horizontal-wrapper
  .card-horizontal__information
  .card-horizontal__title
  h5 {
  max-width: 100% !important;
  padding: 0 !important;
}
@media (max-width: 1199px) {
  .testimonials--carousel
    .testimonials__card
    .card-horizontal-wrapper
    .card-horizontal__information
    .card-horizontal__title
    h5 {
    font-size: 16px;
  }
}

/*======================================= CUSTOM VARIANT DROPDOWN CSS START =======================================*/

.custom-select__dropdown {
  margin-top: 2.5rem;
}
.custom-select__dropdown .select {
  position: relative;
  height: 100%;
  border-radius: 4px;
}
.custom-select__dropdown .select select {
  position: relative;
  padding: 10px 15px;
  background: #f7f7f7;
  border: 1px solid #eee;
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 4px;
  margin: 0 0 -1px;
}
.custom-select__dropdown .select select::focus-visible {
  border: none;
  box-shadow: none;
}
.custom-select__dropdown .product-form__group-name {
  margin-bottom: 8px;
}
.custom-select__dropdown .select svg {
  display: block;
  width: 12px;
  height: 12px;
  color: rgb(var(--color-foreground));
  position: absolute;
  top: 36%;
  right: 2rem;
  pointer-events: none;
}

/*======================================= CUSTOM VARIANT DROPDOWN CSS END =======================================*/

@media (max-width: 1499px) {
  .mega-menu__categories h3 {
    font-size: 28px;
  }
}
@media (max-width: 1359px) {
  .mega-menu__categories h3 {
    left: 2rem;
    padding-right: 2rem;
    font-size: 22px;
  }
  .mega-menu__categories .mega-menu-categories-link {
    left: 2rem;
  }
}

.mega-menu__categories .mega-menu-categories_img {
  position: relative;
}
.mega-menu__categories .mega-menu-categories_img::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.15);
}

.collection-grid-section .container {
  width: calc(100% - 150px) !important;
  max-width: calc(100% - 150px) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 75px !important;
  margin-right: 75px !important;
}
@media (max-width: 1024px) {
  .collection-grid-section .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@font-face {
  font-family: "CartesiusSmallCaps";
  src: url("/cdn/shop/files/CartesiusSmallCaps.ttf?v=1737633905")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chronicle Display";
  src: url("/cdn/shop/files/ChronicleDisplay-Roman.ttf?v=1737691258")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chamberi Super Display";
  src: url("/cdn/shop/files/ChamberiSuperDisplay-Light.woff?v=1737702736")
    format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Praho Pro";
  src: url("/cdn/shop/files/PrahoPro-Light.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bodoni Ferrara Banner";
  src: url("/cdn/shop/files/BodoniFerraraBanner-QuasiLt.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* MADECanvas-Light FONTS */

@font-face {
  font-family: "MADE Canvas";
  src: url("/cdn/shop/files/MADECanvas.woff2?v=1737782564")
      format("woff2"),
    url("/cdn/shop/files/MADECanvas.woff?v=1737782564")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MADE Canvas";
  src: url("/cdn/shop/files/MADECanvas-Light.woff2?v=1737782564")
      format("woff2"),
    url("/cdn/shop/files/MADECanvas-Light.woff?v=1737782564")
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MADE Canvas";
  src: url("/cdn/shop/files/MADECanvas-Black.woff2?v=1737782564")
      format("woff2"),
    url("/cdn/shop/files/MADECanvas-Black.woff?v=1737782564")
      format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* MADECanvas-Light FONTS */

.es-header-component-top *,
.es-carousel-layout-wrapper * {
  font-family: "Chronicle Display" !important;
  font-weight: normal;
}

.product .product__info-wrapper .product__title__wrapper .product__title,
.card-information .card-information__wrapper .card__title h5 a,
.tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-title {
  font-family: "MADE Canvas" !important;
}
.card-information .card-information__wrapper .card__title h5 a {
  font-weight: 400;
}
/* nhMinhH Fonts */

@font-face {
  font-family: "A'nhMinhH 1.1";
  src: url("/cdn/shop/files/nhMinhH11.woff2?v=1737784183")
      format("woff2"),
    url("/cdn/shop/files/nhMinhH11.woff?v=1737784183")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* nhMinhH Fonts */

.header__submenu .header__menu-item,
.header__submenu .header__menu-item span {
  display: block;
  font-size: 13px !important;
  font-weight: 300 !important;
  text-transform: capitalize !important;
  color:#252525 !important;
}

/* Kepler Std Display Fonts */

@font-face {
  font-family: "Kepler Std Scn Disp";
  src: url("/cdn/shop/files/KeplerStd-BoldScnDisp.woff2?v=1737786801")
      format("woff2"),
    url("/cdn/shop/files/KeplerStd-BoldScnDisp_6e176716-9c1b-4f27-a0b5-1a0e232ed39a.woff?v=1737786802")
      format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kepler Std Scn Disp";
  src: url("/cdn/shop/files/KeplerStd-BoldScnItDisp.woff2?v=1737786802")
      format("woff2"),
    url("/cdn/shop/files/KeplerStd-BoldScnItDisp_653b8726-6480-4230-8fe1-45bbf5cedcd1.woff?v=1737786802")
      format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

/* Kepler Std Display Fonts */

/* Roman Serif Fonts */

@font-face {
  font-family: "RomanSerif";
  src: url("/cdn/shop/files/RomanSerif-Oblique.woff2?v=1737787118")
      format("woff2"),
    url("/cdn/shop/files/RomanSerif-Oblique.woff?v=1737787118")
      format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "RomanSerif";
  src: url("/cdn/shop/files/RomanSerif.woff2?v=1737787118")
      format("woff2"),
    url("/cdn/shop/files/RomanSerif.woff?v=1737787118")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Roman Serif Fonts */

.mega-menu__link {
  font-size: 13px !important;
  font-weight: 300 !important;
  text-transform: capitalize !important;
}
.mega-menu__link.submenu-heading span {
  color: #252525;
}
/* .mega-menu__link span, .mega-menu__heading {
  font-family: "A'nhMinhH 1.1" !important;
} */
.product-information.tps_product_information_section {
  width: 95%;
}
#product-grid.collection-product-list
  .collection-product-card
  .card-wrapper
  .swiper-wrapper
  .card__inner
  .mediads {
  padding-top: 100%;
  position: relative;
}
#product-grid.collection-product-list
  .collection-product-card
  .card-wrapper
  .swiper-wrapper
  .card__inner
  .mediads
  img {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.5);
}
/*======================================= NEW MENU WITH ICON IMAGE CSS START =======================================*/
.header__submenu.new--header__submenu {
  width: 40rem;
}
.header__submenu.new--header__submenu li {
  width: 50%;
  float: left;
}
.header__submenu li a.header__menu-item {
  display: flex;
  align-items: center;
  gap: 7px;
}
.header__submenu.new--header__submenu .header__menu-item span {
  /* font-size: 1.5rem;
  font-weight: 700; */
  line-height: 140%;
  font-family: "Optima nova LT Pro" !important;
  color: #252525 !important;
}
.menu-drawer__inner-submenu .link {
  gap: 7px;
}

.header__inline-menu .list-menu li[title="DIAMONDS"] .header__submenu {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
  gap: 10px;
}
.header__inline-menu .list-menu li[title="DIAMONDS"] .header__submenu>li{
  width: calc(50% - 10px);
}
.header__inline-menu .list-menu li[title="DIAMONDS"] .header__submenu>li:last-child{
   width: 100%;  
}
/* .mega-menu__link.submenu-heading span {
  font-size: 1.5rem;
  font-weight: 700;
}
.mega-menu__heading {
  font-size: 15px;
  font-weight: 800;
}
.mega-menu__link {
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
} */
@media screen and (min-width: 1281px) and (max-width: 1380px) {
  .list-menu--inline .header__menu-item {
    padding: 0 0.7rem;
    /* font-size: 13px; */
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  .list-menu--inline .header__menu-item {
    padding: 0 0.6rem;
    font-size: 13px;
  }
  .list-menu--inline {
    gap:2rem;
  }
}
/*======================================= NEW MENU WITH ICON IMAGE CSS END =======================================*/

/*======================================= 3rd Milstone CSS START =======================================*/
 .image-banner-section .main-hero__banner .image-banner__heading p {
    font-family: 'Chronicle Display Xlight' !important;
    font-weight: 300;
} 
.card-grid__title{
  font-family: 'Chronicle Display Xlight' !important;
  font-weight: 300;
}
.section-customer__services .section_heading .heading{
  font-family: 'Chronicle Display Xlight' !important;
  font-weight: 300;
}
.header__offcanvas-link{
  color:#252525 !important;
}
.header__offcanvas-item span {
    font-weight: 400;
}
.header__offcanvas-submenu-link span {
    font-weight: 300;
}
.choices__list--dropdown {
  max-height: 150px; /* Only 5 options show honge */
  overflow-y: auto; /* Scroll enable */
}
.choices__list--dropdown, .choices__list[aria-expanded]{
  z-index:9 !important;
}
/* Choices.js ke default arrow ko hide karna */
.choices[data-type*="select-one"]::after {
  display: none !important;
}

/* Dropdown height fix & scrollbar enable */
.choices__list--dropdown {
  max-height: 150px; /* Only 5 options visible */
  overflow-y: auto; /* Scroll enable */
}

/* Custom Arrow position fix */
.select {
  position: relative;
}

.select svg.icon-caret {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}
.choices__list--dropdown::-webkit-scrollbar {
  width: 6px; /* Scrollbar width */
}
.choices__list--dropdown::-webkit-scrollbar-thumb {
  background-color: #cc1a68 !important; /* Scrollbar thumb color */
  border-radius: 10px; /* Round edges */
}
.choices__list--dropdown::-webkit-scrollbar-track {
  background: #cc1a68 !important; /* Scrollbar track color */
}

@media screen and (max-width: 1300px) and (min-width: 834px) {
 .categories-list-section .collection-product-list .collections-grid__card img {
    height: 80px !important;
    width: 80px !important;
  }
  a.link-hover-line.link-hover-arrow {
    font-size: 16px !important;
  }
  h4.collections-grid__title {
    font-size: 24px;
  }
  .categories-list-section .collection-product-list {
    display: flex !important;
    justify-content:center;
}
}


/*======================================= 3rd Milstone CSS END =======================================*/
a.link02 {
  text-decoration-line: inherit !important;
}
.header__heading-logo{
 max-height: 80px !important;
}
@media screen and (min-width: 1200px) {
    .header--top {
        padding-top: .8rem !important;
    }
}
span.inquire-text {
font-family: MADE Canvas !important;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    line-height: 17px;
    margin-top:5px;
}
/* .collection  a.link02 span.price-item.price-item--regular {
    font-family: MADE Canvas !important;
    font-weight: 400;
    font-size: 14px !important;
    text-align: center;
    line-height: 16px;
    font-style: italic;
} */
span.product-inquire-text {
    font-weight: 400;
}
*======================================= 3rd Milstone CSS END =======================================*/
a.link02 {
  text-decoration-line: inherit !important;
}

em{
  font-family: Chronicle Display light !important;
    font-weight: 400 !important;
}
.product-recommendations__item {
    position: relative;
    margin-bottom: 30px;
}
li.collection-product-card.template-search__item img.motion-reduce.media--second.swiper-slide {
    transform: scale(0.5);
  aspect-ratio: 1;
}
.card-wrapper .placeholder-svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.5);
    object-fit: contain;
}















/* Wali edits */
.max-width{
  max-width: 1440px;
  margin: auto;
}



/* Wali edits */



.product-grid-catalog .mediads{
      background: #F9F7F8;
}
.product-grid-catalog .mediads img {
    mix-blend-mode: multiply;
    transform: scale(.6) !important;
}
.product-grid-catalog li.collection-product-card{
  margin: 0
}
.collection-grid-section.product-grid-catalog .card__title h5{
  min-height: initial
}
.collection-grid-section.product-grid-catalog .card-information__wrapper {
    padding: 10px 10px 0;
}
.collection-grid-section.product-grid-catalog li.collection-product-card:hover {
        box-shadow: none !important;
}
.collection-grid-section.product-grid-catalog .card-information__wrapper>*:not(.visually-hidden:first-child)+.price {
    margin-top: 0;
}

.collection-grid-section.product-grid-catalog li.collection-product-card {
    border: 0px;
}
.collection-grid-section.product-grid-catalog .swiper-button-next, .collection-grid-section.product-grid-catalog .swiper-button-prev {
   background: transparent;
      opacity: 1 !important;
    visibility: visible !important;
  border: none;
}
.collection-grid-section.product-grid-catalog .swiper-button-prev {
    left: 0;
}
.collection-grid-section.product-grid-catalog .swiper-button-next {
    right: 0;
}
.collection-grid-section.product-grid-catalog .swiper-button-next .icon,.collection-grid-section.product-grid-catalog  .swiper-button-prev .icon {
    width: 1.2rem;
    height: 1.2rem;
}



/* wali added start */
@media screen and (min-width: 750px) {
    .drawer__contents {
        padding-right: 1rem !important;
    }
}
h2.drawer__heading.testing {
    font-size: 35px;
    font-weight: 300;
    line-height: 128%;
}
.drawer .cart-item:first-child {
    border-top: none !important;
}
.drawer .cart-item__final-price, .drawer .cart-item__old-price {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 100% !important;
    letter-spacing: 0px !important;
    color: rgb(var(--color-foreground));
}
.drawer .cart-item__quantity-wrapper {
    gap: 8rem !important;
}
.drawer .cart-item cart-remove-button button {
   
    margin-top: 4.6rem !important;
    
}
.drawer .cart-item cart-remove-button button {
    display: inline-flex;
    align-items: center;
    margin-top: 6.6rem !important;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 0 1.5rem 1.5rem 0;
    line-height: 100%;
    font-weight: 300;
    /* transform: translate(210px, 0px); */
    position: relative;
    left: 100%;
    transform: translateX(-77%);
}

.drawer_sup_styl{
    font-size: 18px;
    font-style: italic;
    color: #71706F;
}
.cart-drawer .cart-drawer__bottom .button {
   
    justify-content: center !important;
}
svg.icon-buy {
    display: none;
}
svg.icon.icon-cart {
    display: none;
}
button#CartDrawer-Checkout div {
    font-size: 19px;
    line-height: 102%;
    font-weight: 300;
}
.drawer .totals>* {
    margin: 0;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 100% important;
    letter-spacing: 0px !important;
}
a.button.button--tertiary.button--full-width.view-my-cart div {
    font-size: 19px;
    line-height: 108%;
    font-weight: 300;
}
small.tax-note.rte {
    text-align: end;
    font-size: 14px;
    font-family: Chronicle Display !important;
    color: black;
}
.totals h3 {
    color: black !important;
}

@media screen and (min-width: 750px) {
    .drawer__footer {
        padding-bottom: 3rem;
        padding-right: 2rem !important;
    }
}


h1.collection-hero__title.title--page {
    text-align: center;
}

.product__article span {
    color: #71706F;
    font-size: 14px;
    font-weight: 500;
}
legend.product-form__group-name.test span {
    font-weight: 500;
    font-size:16px;
}



@media (max-width:768px){
  a.header__heading-link.link.link--text.focus-inset {
    padding-left: 2rem;
}
  .magecomp-round-btns {
    display: flex;
    position: absolute;
    top: 42% !important;
    left: 50%;
    transform: translate(-50% , -42%);
}
  .name-information {
    width: 100% !important;
}
}

.magecomp-round-btns {
    display: flex;
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50% , -68%);
}


/* checkout */
button#checkout-pay-button {
    background: #D4316B !important;
}
svg.icon.icon-cart-empty {
    display: none;
}
.one_of_kind_desc_cont p {
    font-weight: 400;
}
/* checkout */
/* wali added Ended */


.image-grid-item.metafield__images img{
  aspect-ratio: 12 / 13
}













@media (min-width:769px){
.swiper-button-prev.product__crousel , .swiper-button-next.product__crousel {
    display: none;
}
  }





.row-order__discription.tbody {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* justify-content: center; */
    /* align-items: center; */
}
.properties {
    display: none;
}

.row-order__discription.tbody {
    border: none !important;
}

.order-address__item {
    background-color: white !important;
}


.container.order-page--main-wrapper {
    display: flex;
      align-items: center;
  justify-content: space-between;
}
.order__information__container {
    display: flex;
    align-items: center;
    border: 1px solid #0000002b;
    padding: 1rem 5rem;
    margin-top: 2rem;
  width: 80%;
  gap: 4rem;
}
.account-row.row.order-page-status-information {
    flex-direction: row;
    align-items: baseline;
}


.account-row .account-left {
    max-width: 119.7rem;
    width: 100%;
    text-align: center;
}

p.order-status {
    display: flex;
    flex-direction: column;
}

h1.main-page-title.page-title.title--page.order-history-title {
    font-size: 34px;
}

.page-header-top.customer__top.right-side-information {
    margin: unset;
}

.account-row.row.order-page-status-information {
    padding: unset;
}

.page-header-top.customer__top.right-side-information {
    gap: 1rem;
}

.order-address__item.order__history {
    padding-top: unset !important;
}
.right__side__order__title {
    font-size: 19px !important;
    font-weight: 500 !important;
}

p.cstm_date {
    font-size: 16px;
    font-weight: 500;
  color: #71706F;
}
.product-name a {
    font-size: 16px;
    font-weight: 500;
    color: #71706F;
}
div#ColumnQuantity {
    font-size: 16px;
    font-weight: 500;
    color: #71706F;
}
span.quantity_cstm {
    font-size: 16px;
    font-weight: 300;
}
span.cstm_tot_pric {
    font-size: 16px;
    font-weight: 500;
}
a.title-link {
    visibility: hidden;
}
span.cstm_order_stat {
    font-size: 16px;
    font-weight: 500;
    color: #71706F;
}
@media (max-width:768px){
  .container.order-page--main-wrapper {
    flex-direction: column;
}
  .order__information__container {
    display: block;
}
  .product_image {
    text-align: center;
}
 
}
.order-history-information {
    text-align: left;
}






.product-form__submit img {
    display: none;
}


a.button.button--tertiary.button--full-width.view-my-cart img {
    display: none;
}
@media (max-width:768px){
  .section-cart-items .is-full .cart-item__quantity .quantity {
    padding: 3px 8.8px;
}

  .custom_product_video {
    width: 100% !important;
    padding: 1rem 0 0;
}
}



.choices {
    position: relative;
    overflow: hidden;
    margin-bottom: unset !important;
    font-size: 16px;
}
span.variant__selection {
    font-size: 14px;
    color: #00000070;
    font-weight: 300;
  padding-left:1rem;
  display: block;
}
    color: black !important;
}
.read_more_ {
    padding-top: 15px;
}

.rich-text__text p {
    padding-top: 20px;
}
.weight_cont p {
    font-size: 16px;
    margin: auto;
    color: black;
      font-weight: 500;
}



.choices__list--single {
    border-bottom: 1px solid #0000001c;
}

.choices__inner {
    background-color: white;
    border: none;
}


.disabled_{
      pointer-events: none;

}



.choices__placeholder {
    opacity: 1;
    font-size: 16px;
    font-weight: 500;
}

p.product-form__group-name.Option__name {
    display: none;
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 8px 4px;
    width: 100%;
}


.mediads.media--transparent.media--hover-effect.recommendation__product {
    background-color: #F9F7F8;
}



.read_more_ a {
    font-weight: normal;
    font-size: 18px;
}
.read_more_ {
    padding-top: 1rem;
}
.cstm_product_recomnd {
    margin: auto !important;
}

.color-background-2.no-js-hidden {
    display: none;
}

.custom_remove_cont {
    font-weight: 300;
    margin-bottom: 1rem;
}




.open_accordian svg {
  transition: transform 0.3s ease;
  transform-origin: center center;
  display: inline-block;
  vertical-align: middle;
}

.cstm_det[open] .open_accordian svg {
  transform: rotate(360deg); 
  padding: unset;
  transition: none;
}



@media (max-width:768px){
  .announcement-bar__text_cust:nth-child(1) , .announcement-bar__text_cust:nth-child(3) {
    display: none;
}

.image-only-section {
    width: 100% !important;
}
.about_us_main_cont {
    padding-top: 1rem !important;
    padding-bottom: 4rem !important;
}
}



.proceeding_txt a {
    font-weight: 500;
    font-size: 14px;
    color: #D4316B;
    border-bottom: 1px solid;
}




a.login__toggle span:nth-child(1) {
    text-decoration: underline;
    text-transform: capitalize;
}
.log_out_btn {
    visibility: visible !important;
    font-size: 16px !important;
    font-weight: 300;
    font-family: 'Chronicle Display' !important;
}
.custom_page_desc P {
   
    margin: auto;
    line-height: normal;
}
.cstm_jwellery_txt_wrap p {
   
    line-height: normal;
}
.error_page_desc_wrap p {
   
    line-height: normal;
}
.cstm_assit_txt_main_cont p {
   
    margin-bottom: 5px;
}
.contact_shedule_txt p {
    
    padding-top: 10rem !important;
}
.custm_delivery_costs {
    width: 40%;
    padding-top: 2.8rem;
}

.cstm_cost_txt_wrap strong {
    color: #BC3268;
}
.is-full .cart-item__prices .cart-item__discounted-prices dd {
   
    font-weight: bold;
    /* padding-top: 25px; */
}

.about_us_desc_wrap p {
    color: rgba(0, 0, 0, 0.7);
}

.our_store_hed_wrap h2 {
    margin-bottom: 2px;
}

.adress_and_time_cont h6 {
    padding: 4px 0 1.5rem 0 !important;
}
.adress_and_time_cont p {
    margin-top: 3px;
}
.adress_and_location_main_cont {
    padding-bottom: 20px;
}
.custm_remember_box_login label {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
}
.custm_remember_box_login {
    display: flex;
    justify-content: center;
    align-items: anchor-center;
  gap: 4px;
}

@media(min-width:900px){
  .custrow{
    flex-wrap: nowrap !important;
  }
  .login-page .field__wrapper .field {
    max-width: 100% !important;
}
}
h1.login-page__title {
    font-family: 'Chronicle Display' !important;
}
.login-page .collection-hero__text-wrapper p {
    font-family: 'Chronicle Display' !important;
    color: black;
}
a.button.button--tertiary.login__create-acc span {
    font-size: 1.8rem;
    font-weight: 500;
}
h2.main-account-heading {
    font-family: 'Chronicle Display' !important;
}
@media (max-width: 768px) {
    .custom_announcement_bar_cont {
        padding-top: 0.7rem !important;
        padding-bottom: 0.7rem !important;
        padding-right: 2rem !important;
    }
    a.header__heading-link.link.link--text.focus-inset {
    padding: unset !important;
}
}
.hiddenonfocusemail {
    padding: 0.5rem 1.8rem 0.7rem !important;
}
.hiddenonfocuspassword {
    padding: 0.5rem 1.8rem 0.7rem !important;
}


.txt_cont_one_k p {
    font-weight: 300;
}




/* Autofill hone par label hide kare */
input:-webkit-autofill + label {
  display: none;
}

/* Smooth transition ke liye */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; /* background reset */
  transition: background-color 5000s ease-in-out 0s;
}






/* Empty cart */
.custom_empty_cart_button a {
    font-weight: 400;
}
.cstm_assit_txt_main_cont p {
    font-size: 16px !important;
}
/* Empty cart END */

/* Product Quantity */
.product .price-wrapper {
    justify-content: flex-end !important;
  }
  .cart-item__quantity-wrapper.w_product {
    display: none;
}
/* Product Quantity END */

.field input:-webkit-autofill + label {
    visibility: hidden !important;
    opacity: 0 !important;
}
.login_button_already_acco_cont {
    display: flex;
    flex-direction: column;
    gap: 8rem;
}
.cust_login_cont p {
    font-size: 17px !important;
    font-weight: 500;
    font-family: 'Optima nova LT Pro';
}
.custrow {
    max-width: 1136px !important;
    margin: auto;
    gap: 102px;
    justify-content: center;
    display: flex !important;
}
/* quantity box for shopping cart drawer */
quantity-input.quantity {
    visibility: hidden;
}
/* quantity box for shopping cart drawer */
h4.cust_hed_siz {
    font-size: 21px !important;
    line-height: 48px;
    font-family: Chronicle Display !important;
    white-space: nowrap;
}