/** Shopify CDN: Minification failed

Line 2346:3 Unexpected ","

**/
/*================ Base ================*/
* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: inherit;
}

*:focus-visible,
*:focus {
  /* outline: 0.5px solid var(--color-focus); */
  outline: 0;
  outline-offset: 0;
}

*:focus:not(:focus-visible) {
  outline: none;
}

/* @media screen and (min-width: 769px) {
  body.drawer--open::-webkit-scrollbar {
    overflow-y: scroll;
  }
} */

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

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

body {
  display: -ms-grid;
  display: flex;
  flex-flow: column nowrap;
  -ms-grid-rows: auto auto 1fr auto;
  grid-template-rows: auto auto 1fr auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  margin: 0;
  background-color: var(--color-primary-background);
  color: var(--color-primary-text);
  font-family: var(--font-body);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1rem;
  line-height: 1.5rem;
  overflow-x: hidden;
  max-width: 100vw;
  min-height: 100vh;
}
#MainContent {
  flex: 1 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

picture {
  width: 100%;
}

picture > img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
}

s {
  color: #525252;
}

svg:not(svg[fill='none']) {
  fill: currentColor;
}

.icon--caret path {
  fill: none;
  stroke: currentColor;
}

.caret-flip {
  transform: rotate(180deg);
}

.template-captcha main {
  min-height: 50vh;
  display: flex;
  align-items: center;
}

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

details summary {
  list-style: none;
  cursor: pointer;
}

/*================ Colors ================*/
.color-schema-1 {
  background-color: var(--color-schema1-background);
  color: var(--color-schema1-text);
}

.color-schema-2 {
  background-color: var(--color-schema2-background);
  color: var(--color-schema2-text);
}

.color-schema-3 {
  background-color: var(--color-schema3-background);
  color: var(--color-schema3-text);
}

.color-schema-4 {
  background-color: transparent;
  color: var(--color-schema2-text);
}

.color-schema-opaque {
  background-color: rgba(255, 255, 255, 0.25);
}

.color-schema-gradient {
  background: var(--color-gradient);
  color: #ffffff;
  width: 100%;
  bottom: 0;
}

.color-schema-inverse {
  background-color: var(--color-primary-text);
  color: var(--color-primary-background);
}

/*================ Helper Classes ================*/
.page-width {
  padding: 0 1rem;
}

.page-width-new {
  padding: 0 1rem;
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
}

.container {
  position: relative;
}

.content--full-width {
  width: 100%;
  max-width: 100%;
}

.content--floating {
  position: absolute;
}

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

.bold {
  font-weight: 700;
}

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

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

.rte p:last-child:not(p:first-child) {
  margin-bottom: 0;
}

.media-video {
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.media-video--playing {
  z-index: 1;
}

.media-video--cover {
  padding-top: 0%;
  min-height: 200px;
}

.media-video iframe,
.media-video video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media--cover {
  width: 100%;
  height: inherit;
}

.media--cover img,
.media img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: var(--image-focal) center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--match-height {
  height: 100%;
}

.media-ratio {
  position: relative;
  padding-top: var(--media-ratio);
}

.media-ratio img {
  position: absolute;
  top: 0;
  left: 0;
}

.banner-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: var(--banner-overlay);
}

.is-announcement-bar .image-height--hero {
  height: calc(var(--image-height) - 40px);
}

/* .skeleton {
  background-color: #fff;
  box-shadow: 0 1px 2px 1px rgba(0,0,0,.08), 0 -1px 3px 0 rgba(0,0,0,0.06);
  padding: 8px;
  position: relative;
  border-radius: 2px;
  margin-bottom: 0;
  height: 200px;
  overflow: hidden;
}

.skeleton:before {
  content: '';
  height: 110px;
  display: block;
  background-color: #ededed;
  box-shadow: -48px 78px 0 -48px #ededed, -51px 102px 0 -51px #ededed;
}

.skeleton:after {
  content: '';
  background-color: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-name: skeleton;
  animation-timing-function: linear;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 30%, rgba(255,255,255,0) 81%);
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 30%, rgba(255,255,255,0) 81%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 30%, rgba(255,255,255,0) 81%);  
} */

@media screen and (min-width: 769px) {
  .hide--mobile-up {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .hide--mobile {
    display: none !important;
  }

  .media-video {
    padding-top: 0;
  }

  .media-video iframe, .media-video {
    position: relative;
  }
}

@media screen and (min-width: 1025px) {
  .page-width {
    /* width: min(100%, var(--page-width, var(--page-width-default))); */
    margin: 0 auto;
    padding: 0 1rem;
  }

  .page-width--narrow {
    margin: 4rem;
  }

  .image-height--hero {
    height: var(--image-height);
  }

  .image-height {
    height: var(--image-height, 768px);
  }
}

/*================ CSS Flexbox ================*/
.flex {
  display: flex;
}

.jcs {
  justify-content: flex-start;
}

.jcc {
  justify-content: center;
}

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

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

.ais {
  align-items: flex-start;
}

.aic {
  align-items: center;
}

.aie {
  align-items: flex-end;
}

.flex--wrap {
  flex-wrap: wrap;
}

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

.flex-item {
  flex: 0 0 calc(var(--flex-item-size) - 1rem);
}

.flex--one-half {
  flex: 0 0 50%;
}

.flex--one-third {
  flex: 0 0 33.33%;
}

.flex--one-fourth {
  flex: 0 0 25%;
}

.flex--gap {
  gap: var(--flex-gap);
}

@media screen and (max-width: 768px) {
  .flex--mobile {
    flex-direction: column;
  }

  .flex--one-half {
    flex: 0 0 100%;
  }

  .flex--one-fourth,
  .flex--one-third {
    flex: 0 0 50%;
  }
}

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

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

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

.text-uppercase {
  text-transform: uppercase;
}

/*================ Form Elements ================*/
.rte table {
  border-collapse: collapse;
}

.rte tbody tr {
  border-bottom: 1px solid var(--color-border);
}

.rte tbody tr:first-child {
  border-top: 1px solid var(--color-border);
}

.rte tbody tr:last-child {
  border-bottom: 1px solid var(--color-border);
}

.rte table td {
  padding: 1rem;
}

.input-wrapper {
  border-bottom: 1px solid;
  margin-bottom: 1.5rem;
}

.input-wrapper:last-child {
  margin-bottom: 0;
}

.input-wrapper input {
  width: 100%;
  padding: 0.5rem 0;
  border: none;
  background-color: transparent;
  color: inherit;
}

input::-webkit-input-placeholder {
  color: inherit;
}

label {
  display: inline-block;
  font-size: 12.8px;
  line-height: 1rem;
  cursor: pointer;
}

textarea {
  border: 1px solid;
  background-color: transparent;
  width: 100%;
  min-height: 160px;
  padding: 1rem;
}

select {
  color: var(--color-primary-text);
  border-color: var(--color-primary-text);
  padding: 0.5rem;
  background-color: var(--color-primary-background);
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  input {
    font-size: 1rem;
  }

  input::-webkit-input-placeholder {
    font-size: 12.8px;
  }

  .rte table td {
    padding: 0.5rem;
    font-size: 12.8px;
    line-height: 1rem;
  }
}

/*================ Links & Buttons ================*/
.btn,
.shopify-payment-button__button--unbranded {
  display: inline-block;
  padding: 10px;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  cursor: pointer;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
  transition: all 0.2s ease-in-out;
}

.btn--primary {
  background: var(--color-primary-btn-bg);
  color: var(--color-primary-btn-text);
  border: 1px solid var(--color-primary-btn-bg);
}

.btn--secondary {
  background: var(--color-secondary-btn-bg);
  color: var(--color-secondary-btn-text);
}

.btn--tertiary {
  background: transparent;
  color: inherit;
  border: 1px solid var(--color-primary-btn-bg);
}

.btn.btn--disabled {
  background: #d4d4d4;
  pointer-events: none;
  cursor: not-allowed;
}

.btn.btn--unstyled {
  background-color: transparent;
  border: none;
  color: inherit;
  padding: 0;
  text-transform: unset;
  font-weight: 500;
}

.btn.btn--link {
  background-color: transparent;
  padding: 0.3rem 0;
  color: inherit;
  border-bottom: 1px;
  font-family: var(--font-heading);
  font-weight: 300;
  text-transform: uppercase;
}

.shopify-payment-button__button--unbranded {
  background-color: transparent !important;
  color: var(--color-primary-btn-bg) !important;
  border: 1px solid !important;
  border-radius: 0 !important;
  padding: 10px !important;
  opacity: 1 !important;
}

.shopify-payment-button__button {
  font-weight: 400 !important;
  font-size: 14px !important;
  margin-top: 0.5rem;
}

.shopify-payment-button__button--hidden {
  display: none !important;
}

.btn--tertiary:hover {
  background: var(--color-primary-btn-bg);
  border-color: var(--color-primary-btn-bg);
  color: var(--color-primary-btn-text);
}

.shopify-payment-button__button:hover {
  background: var(--color-primary-btn-bg) !important;
  color: var(--color-primary-btn-text) !important;
  border-color: var(--color-primary-btn-bg) !important;
}

.link-styled,
.link-styled--reverse {
  text-decoration: none;
  position: relative;
}

.link-styled--reverse.link-styled--active:after {
  width: 100%;
  max-width: 100%;
}

.link-styled:after,
.link-styled--reverse:after {
  height: 1px;
  border-bottom: 1px solid;
  left: 0px;
  bottom: 0;
  position: absolute;
  content: '';
  transition: max-width 0.3s cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.product__title .link-styled:after, .product__title .link-styled--reverse:after,
.product-card__title .link-styled:after, .product-card__title .link-styled--reverse:after,
.cart-item__name.link-styled:after, .cart-item__name.link-styled--reverse:after {
  display:none;
}

.product-properties dt, .product-properties dd {
  display: inline-block;
  margin: 0;
  text-wrap: balance;
  white-space: normal;
}

#mst-iwish-drawer-root .cart-btn-continue {visibility: hidden;}
.react-col-4.wish-h1.text-right {
    display: none;
}

.link-styled:after {
  width: 100%;
  max-width: 100%;
}

.link-styled:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.link-styled:hover:after {
  max-width: 0px;
}

@media (hover: hover) {    
  .btn--primary:hover {
    background: transparent;
    border-color: var(--color-primary-btn-bg);
    color: var(--color-primary-btn-bg);
  }

  .react-side-draw a:link:hover {
    color: var(--color-primary-btn-bg) !important;
  }

  .btn--unstyled:hover {
    opacity: 0.6;
  }

  .btn--link.link-styled {
    border: none;
  }

  .link-styled:after,
  .link-styled--reverse:after {
    width: 100%;
    max-width: 100%;
  }

  .link-styled:hover,
  li:hover summary .link-styled--reverse,
  li:focus summary .link-styled--reverse,
  .link-styled--reverse:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }

  .link-styled--reverse:after {
    max-width: 0px;
  }

  .link-styled:hover:after,
  li:hover summary .link-styled--reverse.link-styled--active:after,
  .link-styled--reverse.link-styled--active:hover:after {
    max-width: 0px;
  }

  li:hover summary .link-styled--reverse:after,
  .link-styled--reverse:hover:after {
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .btn {
    padding: 0.5rem 2rem;
  }
}

.btn--elegant {
  padding: 19px 70px;
  font-family: var(--font-heading);
}

/*================ Animations ================*/
@keyframes skeleton {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes modal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideFadeIn {
  10% {
    opacity: 1;    
  }
  20% {
    opacity: 1;    
  }
  30% {
    opacity: 0;    
  }
}

@keyframes slideFromLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes zoomFade {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.loading-overlay__spinner {
  width: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

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

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: #ffffff;
  animation: dash 1.4s ease-in-out infinite;
}

/* Accordion */
.details__icon:before,
.details__icon:after {
  content: '';
  position: absolute;
  display: block;
  background-color: currentColor;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.details__icon {
  margin-right: 5px;
}

.details__icon:before {
  width: 11px;
  height: 1px;
}

.details__icon:after {
  width: 1px;
  height: 11px;
}

.js .details__content {
  visibility: hidden;
  overflow: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: all 0.3s ease-in-out;
}

.js .details__content-inner {
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js .details__content, .js .details__content-inner {
  transition: none !important;
  transition-delay: 0 !important;
}

[open] > summary .details__icon:before {
  opacity: 0;
}

[open] > summary .details__icon:before,
[open] > summary .details__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.js .details--active > .details__content {
  max-height: calc(100dvh - 100px);
  visibility: visible;
  opacity: 1;
}

.js .details--active > .details__content:not(#footer-block-link_list) {
  padding-top: 25px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .js .details--active > .details__content:not(#footer-block-link_list) {
    padding-bottom: 0px;
  }
}

.js .js-filter.details--active > .details__content {
  max-height: calc(100dvh - 100px);
  height: 100%;
  visibility: visible;
  opacity: 1;
  padding: 25px 0;
}

.js .details--active > .details__content .details__content-inner {
  transform: translateY(0);
}

.filter__item .details__content-inner {
  transform: none !important;
  max-height: 100%;
  overflow: hidden;
}

.drawer__container:has(.filter__item) {
  max-height: 100dvh;
  overflow-y: hidden;
}

.js .details--active > .details__content.details__content > .details__content-inner-one {
  margin-bottom: 100px;
}


/* [open] > summary .details__icon:before {
  opacity: 0;
}

[open] > summary .details__icon:before,
[open] > summary .details__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.details__content {
  padding-top: 1rem;
  transform: translateY(40px);
  opacity: 0;
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.details__content > p:last-child {
  margin-bottom: 0;
}

.details__content.details__content--active {
  transform: translateY(0);
  opacity: 1;
} */

@media screen and (min-width: 769px) {
  details.mobile--only summary:not(.summary-anchor) {
    pointer-events: none;
  }
}

/* Animations */
/* Accent */
.js.js-animations--accent .scroll-animation {
  position: relative;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.6, 0, 0.2, 1);
  overflow: hidden;
}

.js.js-animations--accent .scroll-animation--active {
  opacity: 1;
}

.js.js-animations--accent .scroll-animation--active.animation-scale img {
  animation: zoomFade 1s ease forwards;
}

@media (hover: hover) {
  .js.js-animations--accent .media--zoom-in {
    overflow: hidden;
  }

  .js.js-animations--accent .media--zoom-in img {
    transition: transform 500ms ease;
  }

  .js.js-animations--accent .media--zoom-in:hover img {
    transform: scale(1.03);
  }
}

/* Motion */
.js.js-animations--motion .scroll-animation .fade-in-up {
  opacity: 0;
  transform: translate3d(0, 25%, 0);
  transition: opacity 1s cubic-bezier(0.6, 0, 0.2, 1), transform 1s cubic-bezier(0.6, 0, 0.2, 1);
}

.js.js-animations--motion .scroll-animation--active .fade-in-up {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: var(--transition-delay);
}
/*================ Announcement Bar ================*/
.announcement-bar {
  overflow-x: hidden;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.6px;
}

.announcement-bar__item {
  flex: 0 0 auto;
  padding: 8.25px 0 10.25px;
  margin: 0;
}

/*================ Header ================*/
.content-for-layout.header-style--gradient,
.content-for-layout.header-style--transparent {
  margin-top: calc(var(--header-height) * -1);
}

.section-header {
  transition: transform 0.3s;
  z-index: 2;
}

.header {
  position: relative;
  transition: background 1s;
}

.header--border {
  border-bottom: 1px solid #C2C1C1;
}

.header-style--default {
  background-color: var(--color-primary-background);
}

header.header-style--gradient {
  background: linear-gradient(180deg, var(--color-primary-text) 0%, rgba(0, 0, 0, 0) 100%);
  color: var(--color-primary-background);
}

body:not(.template-index) .header-style--transparent {
  background-color: var(--color-primary-background);
}

.template-index header.header-style--transparent {
  background: transparent;
  color: var(--color-primary-background);
}

.template-index .js-sticky--showing .header-style--transparent {
  background: var(--color-primary-text);
}

@media (hover: hover) {
  .template-index header:hover.header-style--transparent {
    background: var(--color-primary-text);
    color: var(--color-primary-background);
  }

  .header.header-style--gradient:hover {
    background-color: var(--color-primary-text);
    color: var(--color-primary-background);
  }
}

.header-style--inverse {
  background-color: var(--color-primary-text);
  color: var(--color-primary-background);
}

.header--sticky,
.js-sticky--on-scroll {
  -webkit-sticky: sticky;
  position: sticky;
  top: -1px;
}

.js-sticky {
  transform: translate3d(0, -120%, 0);
}

.js-sticky--showing {
  transform: none;
}

.js-sticky--showing .header-style--gradient {
  background: var(--color-primary-text);
}

.header__menu,
.header__util-link {
  flex: 0 0 25%;
}

.hamburger {
  min-width: 56px;
  max-width: 56px;
  border: none;
  -webkit-appearance: none;
  background: none;
  padding: 1rem;
  z-index: 5;
  cursor: pointer;
}

.hamburger span {
  position: absolute;
  display: block;
  height: 1px;
  width: 1.5rem;
  background: currentColor;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.header-style--gradient .hamburger span,
.header-style--inverse .hamburger span {
  background: var(--color-primary-background);
}

.hamburger span:nth-child(1) {
  margin-bottom: 10px;
  transform: rotate(0);
  translate: 0 -5px;
}

.hamburger span:nth-child(2) {
  transform: rotate(0);
  translate: 0 5px;
}

.mobile-menu .hamburger[aria-expanded='true']:before {
  content: '';
  top: 100%;
  left: 0;
  height: 100vh;
  width: 100%;
  display: block;
  position: absolute;
  z-index: -2;
  background: rgba(0, 0, 0, 0.25);
}

.mobile-menu ul {
  flex-direction: column;
  gap: 30px;
}

.site-logo {
  flex: 0 0 50%;
  margin: 0 auto;
  text-align: center;
  margin-top: -5px;
}

.site-logo a {
  text-decoration: none;
}

.header__util-link > a {
  min-width: 25px; 
  min-height: 25px;
  padding: 1rem 0.5rem;
}

.header__util-link > a:last-child {
  padding-right: 1rem;
}

#cart-icon-bubble {
  text-decoration: none;
  display: none !important;
}

.cart-populated {
  bottom: -8px;
  right: -7px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  min-width: 20px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  font-family: var(--font-body);
}

.header-style--gradient .cart-populated:after {
  background-color: var(--color-primary-text);
}

.header-style--inverse .cart-populated:after {
  background-color: var(--color-primary-text);
}

.header-style--gradient .header__util-link > a,
.header-style--inverse .header__util-link > a {
  color: var(--color-primary-background);
}

@media screen and (max-width: 1199px) {
  .desktop-menu,
  .header__util-link .account,
  .search-trigger span {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .mobile--header-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .header__util-link > a {
    padding: 0;
  }

  .header__util-link {
    gap: 1rem;
    justify-content: flex-end;
    padding-right: 1rem;
  }

  .menu-item.bold {
    font-weight: normal;
  }

  .menu-item {
    font-family: var(--font-heading);
    font-size: 18px;
    line-height: 22px;
    letter-spacing: var(--font-heading-spacing);
  }

  .header {
    min-height: 55.5px; 
  }
}

@media screen and (min-width: 1025px) {
  .header-layout--drawer .desktop-menu {
    display: none;
  }

  .header__menu,
  .header__util-link {
    flex: 0 0 35%;
  }

  .header__util-link {
    gap: 25px;
  }

  .desktop-menu {
    padding: 0 0.5rem;
  }

  .desktop-menu .menu-item {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: var(--font-heading-spacing);
    text-transform: uppercase;
  }

  .site-logo {
    flex: 0 0 30%;
    padding: 0.5rem 1rem;
  }

  .search-trigger {
    margin: 0 0.5rem;
  }

  .header__util-link > a {
    margin: 0;
    padding: 0;
  }

  .header__util-link > a:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .header:not(.header-layout--drawer) .mobile-menu,
  .header:not(.header-layout--drawer) .mmenu-account,
  .header:not(.header-layout--drawer) .details__icon,
  .header:not(.header-layout--drawer) .details-arrow {
    display: none;
  }

  /* Logo above menu */
  .header-layout--logo_above .header__menu {
    flex: 0 0 100%;
    order: 1;
  }

  .header.header-layout--logo_above {
    flex-wrap: wrap;
  }

  .header.header-layout--logo_above .primary-links {
    justify-content: center;
  }

  .header.header-layout--logo_above {
    padding-top: 1rem;
  }

  .header__menu--placeholder {
    flex: 0 0 35%;
  }

  /* Logo left */
  .header-layout--logo_left .site-logo,
  .header-layout--logo_left .header__util-link {
    flex: 0 0 30%;
  }

  .header-layout--logo_left .header__menu {
    flex: 0 0 40%;
  }

  .header-layout--logo_left .primary-links {
    justify-content: center;
  }

  .header-layout--logo_left .site-logo {
    order: -1;
  }

  .header-layout--logo_left .site-logo > a {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1440px) {
  .header {
    padding: 0 40px;
  }
}

.search-trigger {
  display: flex;
  align-items: center;
  font-size: 12.8px;
  line-height: 1rem;
  color: inherit;
  padding: 1rem 0.5rem;
  min-width: 25px;
  min-height: 25px;
}

.search-trigger span {
  margin-left: 0.5rem;
}

/*================ Header Search ================*/

.global-search .search-form {
  background: #000;
  z-index: var(--z-index-overwrite);
}

.global-search .search-form path {
  fill: var(--color-border);
}

.global-search .form__input {
  width: 100%;
  max-width: 795px;
  padding: 0.5rem 1rem;
  border-bottom: 0.5px solid var(--color-border);
}

.global-search input[type='search'] {
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: var(--font-heading-spacing);
  font-family: var(--font-heading);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;  
  width: 100%;
  height: 40px;
  outline: none;
}

.search-submit-arrow {
  padding: 0;
  width: 12px;
  height: 12px;
  filter: invert(1);
}

.mz-autocomplete {
  width: 100% !important;
  position: fixed !important;
}

search-dialog .modal__close.btn {
  z-index: 12;
  top: 40%;
  transform: scale(1.15);
  right: 25px;
}

.global-search .btn--clear-search {
  top: -2.5rem;
  right: 16px;
  z-index: 1;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

/*================ Header Navigation ================*/
.site-menu {
  z-index: 1;
}

.menu-item {
  font-family: var(--font-heading);
  font-size: 18px;
  line-height: 22px;
  letter-spacing: var(--font-heading-spacing);
}

.mega-menu__promos {
  display: flex;
  gap: 44px;
}

.mobile-mega-menu__promos {
  gap: 10px;
  overflow-x: scroll;
  max-width: 100%;
  white-space: nowrap;
}

.mobile-mega-menu__promos .mega-menu__promo {
  min-width: 170px;
}

.mobile-mega-menu__promos .mega-menu__promo img {
  min-width:170px;
  object-fit: cover;
}

.mega-menu__promos.extra-mega {
  margin-top: 2.5rem;
}

.mega-menu__promo {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 230px;
  max-height: inherit;
  color: var(--color-primary-text);
  text-align: center;
}

.mega-menu__promo > a {
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .site-menu .menu-item {
    cursor: pointer;
  }

  .site-menu__submenu .menu-item {
    display: inline;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: var(--font-heading-spacing);
  }

  .site-menu .menu-item:after {
    bottom: -4px;
  }

  .primary-links {
    gap: 5px;
  }

  .secondary-links > li span.menu-item {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: var(--font-heading-spacing);
    margin: 0;
    display: block;
  }

  .header:not(.header-layout--drawer) ul.site-menu__sub-submenu.list-unstyled.tertiary-links.details__content-inner {
    gap: 13px;
    display: flex;
    flex-flow: column;
  }

  .header:not(.header-layout--drawer) .site-menu__sub-submenu li {
    display: flex;
  }

  .header:not(.header-layout--drawer) ul.non-submenu-links {
    gap: 13px;
  }

  .header:not(.header-layout--drawer) .site-menu__submenu .menu-item {
    color: var(--color-primary-text);
  }

  .site-menu .primary-links > li {
    padding: 1.5rem 1.5rem 1.5rem 0.5rem;
    cursor: pointer;
  }

  .site-menu .primary-links > li > .link-styled--reverse,
  .site-menu .primary-links > li > details > summary > .link-styled--reverse {
    padding-bottom: 24px;
    z-index: 1;
  }

  .site-menu .primary-links > li > .link-styled--reverse:after,
  .site-menu .primary-links > li > details > summary > .link-styled--reverse:after {
    border-bottom: 2px solid;
  }

  .site-menu .primary-links > li > .link-styled--active:after,
  .site-menu .primary-links > li > details > summary > .link-styled--active:after {
    max-width: 100%;
  }

  .site-menu .primary-links > li:last-child {
    margin-right: 0;
  }

  .header:not(.header-layout--drawer) .megamenu,
  .header:not(.header-layout--drawer) .single-dropdown {
    clip: rect(0 0 0 0);
  }

  .header:not(.header-layout--drawer) .megamenu {
    width: 100%;
    left: 0;
    padding: 1.5rem 1rem;
    border-top: 1px solid #d4d4d4;
  }

  .megamenu .site-menu__submenu {
    max-height: inherit;
    position: initial;
    padding: 0;
    cursor: default;
  }

  .mega-menu__promo {
    display: block;
    max-width: 230px;
    max-height: inherit;
    opacity: 0;
    color: var(--color-primary-text);
    text-align: center;
  }  

  .mega-menu__promo-content {
    margin-top: 8px;
  }

  .mega-menu__promo-content .btn--link {
    border-bottom: none;
    padding: 0;
  }

  .mega-menu__promo-subheading {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: var(--font-heading-spacing);
    margin-bottom: 4px;
  }

  .mega-menu__promo-heading {
    margin-bottom: 1rem;
  }

  /* .mega-menu__promos:has(.mega-menu__promo:nth-child(3)) {
    padding: 76px 0 28px;
  } */

  .header:not(.header-layout--drawer) .megamenu,
  .header:not(.header-layout--drawer) .single-dropdown {
    background-color: var(--color-primary-background);
    position: absolute;
    top: 100%;
    max-height: 0;
    opacity: 0;
    padding: 56px 0 78px;
    margin-top: 0;
    gap: 0 40px;
    transition: all 0.5s ease-in-out;
  }


  .site-menu__submenu:not(.non-submenu-links) {
    justify-content: space-around;
    max-width: 1350px;
    margin: auto;
  }

  .header:not(.header-layout--drawer) .has-submenu:hover .megamenu,
  .header:not(.header-layout--drawer) .has-submenu:hover .single-dropdown,
  .has-submenu:hover .mega-menu__promo {
    clip: auto;
    max-height: 1000px;
    opacity: 1;
  }

  .has-submenu:hover .site-menu__submenu .transition-delay {
    transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (min-width: 1440px) {
  .megamenu {
    padding: 1.5rem 56px;
  }
}

.snptwdgt__headng {
  margin-bottom: 0.5rem;
}

/*================ Mobile menu ================*/
.mobile-menu .site-menu {
  padding: 46px 0;
}

.mobile-menu .site-menu .link-styled--reverse:after {
  display: none;
}

.mobile-menu .site-menu .primary-links > li {
  opacity: 0;
  -webkit-transform: translateY(6rem);
  transform: translateY(6rem);
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  transition-delay: var(--transition-delay);
}

.mobile-menu.details--active .site-menu .primary-links > li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mobile-menu .site-menu .primary-links > li:last-child {
  border-bottom: none;
}

.mobile-menu .site-menu .has-submenu {
  padding: 0;
}

.mobile-menu .site-menu .primary-links > li.has-submenu summary {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

p.error-message {
  margin: 0;
}

.mobile-menu [open] > summary {
  background: rgba(255, 255, 255, 0.15);
}

.mobile-menu .details--active > .details__content {
  margin-top: 0;
}

.mobile-menu .site-menu .li-level-three {
  padding: 0.5rem 0;
}

.mobile-menu .site-menu__submenu,
.mobile-menu .site-menu__sub-submenu {
  margin-left: 0;
}

.mobile-menu li:is(.li-level-one):has(.details--active) {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  transition-delay: 0;
  transition: none !important;
}

/* .mobile-menu .details__content:has(.dropdown--level-1.details--active) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0 !important;
  background: #fff;
  margin: 0;
  transition-delay: 0;
  transition: none !important;
} */

.mobile-menu li:has(.details--active):not(.li-level-two) details.dropdown--level-0 > summary[aria-expanded='true'] {
  padding: 33px 36px 40px !important;
  border-bottom: 1px solid #C2C1C1;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end !important;
  gap: 30px;
  transition-delay: 0;
  transition: none !important;
}

.mobile-menu li:has(.details--active) details.dropdown--level-0 > summary[aria-expanded='true'] .details-arrow {
  transform: rotate(180deg);
  width: 14px;
  height: 16px;
  transition-delay: 0;
  transition: none !important;
}

.mobile-menu li:has(.details--active) details.dropdown--level-1 > summary .details-arrow {
  transform: rotate(90deg);
}

.mobile-menu li:has(.details--active) details.dropdown--level-1 > summary[aria-expanded='true'] .details-arrow {
  transform: rotate(270deg);
}

.mobile-menu li:has(.details--active) details.dropdown--level-0 > summary[aria-expanded='true'] .menu-item {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: var(--font-heading-spacing);
  transition-delay: 0;
  transition: none !important;
  margin-top: -4px;
}

.mobile-menu li:has(.details--active) details:has(summary[aria-expanded='true']) .details__content:not(.details__content-level-two) {
  padding: 30px 25px 0px 30px;
  transition-delay: 0;
  transition: none !important;
}

.mobile-menu li:has(.details--active) details:has(summary[aria-expanded='true']) .details__content.details__content-level-two {
  padding: 30px 25px 30px 30px;
  transition-delay: 0;
  transition: none !important;
}

.mobile-menu li:has(.details--active) details.dropdown--level-1:has(summary[aria-expanded='false']) .details__content.details__content-level-two {
  padding: 0;
}

.mobile-menu .drawer__container:has(summary[aria-expanded='false'], summary:not(summary[aria-expanded='true'])) {
  overflow-y: auto;
  padding-bottom: 75px;
}

.mobile-menu .drawer__container:has(summary[aria-expanded='true']) {
  overflow-y: hidden;
  padding-bottom: 0;
}

.header-style--default .mmenu-account svg path {
  fill: var(--color-primary-text);
}

.mobile-menu details.mobile--only summary {
  pointer-events: auto;
}

.mobile-menu .mmenu__social-icons ul {
  flex-direction: row;
}

.mobile-menu:not(.details--active) .mmenu-account { 
  transform: translateX(-100%);
}

.mobile-menu.details--active .mmenu-account {
  position: absolute;
  bottom: 0;
  padding: 36px 30px;
  border-top: 1px solid lightgrey;
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  font-family: var(--font-heading);
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: var(--font-heading-spacing);
  opacity: 1;
  transition: transform 0.45s ease;
}

.close-x {
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 1200px) {
  .header:not(.header-layout--drawer) .mobile-menu details.mobile--only summary {
    pointer-events: none;
  }

  .mmenu__social-icons {
    display: none;
  }

  .dropdown--level-1 .details__content {
    padding-top: 15px !important;
  }
}

/*================ Footer ================*/
.site-footer--border {
  border-top: 1px solid;
}

.footer-block .placeholder {
  min-height: 12rem;
}

.footer__blocks-wrapper,
.footer__social-wrapper {
  border-bottom: none;
}

.footer-block__linklist li {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.25rem 0;
}

.footer__blocks-wrapper.newsletter-first .footer__newsletter {
  order: -1;
}

.site-footer .footer__heading {
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: var(--font-heading-spacing);
}

.footer__newsletter p {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: var(--font-heading-spacing);
}

.footer__newsletter .btn {
  min-width: 25px;
  min-height: 25px;
}

input#NewsletterForm--ContactFooter {
  font-family: var(--font-heading);
  font-size: 20px;
  line-height: 27px;
  letter-spacing: var(--font-heading-spacing);
  color: #999797;
  text-align: left;
}

.footer-block__linklist.details__content-inner {
  padding: 20px 0 0;
}

.icon--collapsible-caret {
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}

.footer-block__disclosure.details--active .icon--collapsible-caret {
  transform: rotate(270deg);
}

.footer-block__disclosure-icon {
    min-width: 25px;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.newsletter__submit-arrow {
  width: 20px;
}

@media (max-width: 1024px) {
  .site-footer {
    padding: 25px 20px;
  }
  
  .footer-block__linklist li {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    padding: 0.25rem 0;
  }
  
  .site-footer .footer__heading {
    text-transform: uppercase;
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: var(--font-heading-spacing);
  }
  
  .footer__newsletter p {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: var(--font-heading-spacing);
  }
  .footer-block__linklist .menu-item {
    font-size: 14px;
  }
  
  input#NewsletterForm--ContactFooter {
    font-family: var(--font-heading);
    font-size: 15px;
    line-height: 18px;
    letter-spacing: var(--font-heading-spacing);
    color: #999797;
    text-align: left;
  }
  
}
.footer__newsletter .icon--email {
  display: none;
}

.newsletter-form .newsletter-form__message--success {
  margin: 1rem 0 0;
}

.footer__newsletter label {
  color: inherit;
}

.footer__newsletter .icon--success,
.footer__newsletter .icon--error {
  margin-right: 0.25rem;
}

.errors ul {
  text-align: center !important;
  list-style: none;
  padding-left: 0 !important;
}

.footer__inner {
  width: 100%;
  padding: 0 20px;
}

.footer-block__linklist .menu-item {
  color: #707070;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
}

.footer-block__linklist .link-styled--reverse:after {
  display: none;
}

.localization-form .btn {
  display: flex;
  column-gap: 0.5rem;
  padding: 0;
}

.localization-form .disclosure__list {
  overflow-y: auto;
  width: max-content;
  min-width: 4rem;
  max-height: 12rem;
  bottom: 100%;
  right: 0;
  padding: 0.5rem 0;
  border: 1px solid;
  animation: fadeInUp 0.2s ease;
}

.localization-form .disclosure__item {
  padding: 0.5rem 1rem;
}

.footer__banner img {
  width: 100%;
}

.footer__copyright {
  display: block;
  padding: 71px 0 27px;
  font-family: var(--font-heading);
  font-size: 11px;
  line-height: 13px;
  letter-spacing: var(--font-heading-spacing);
}

@media screen and (min-width: 1025px) {
  .site-footer {
    padding-left: 125px;
    padding-right: 125px;
  }
  
  .footer__blocks-wrapper.newsletter-first .footer__blocks {
    justify-content: space-evenly;
    gap: 0;
  }

  .footer__newsletter {
    min-width: 491px;
  }

  .footer__copyright {
    align-items: center;
    padding: 100px 0 50px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: var(--font-heading-spacing);
  }

  .footer-block__disclosure.mobile--only .details__icon {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mobile-device .footer-block__disclosure {
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 1rem;
  }

  .mobile-device .footer-block__disclosure .footer-block__linklist {
    padding-bottom: 1rem;
  }

  .mobile-device .footer-block__disclosure summary {
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: var(--font-heading-spacing);
  }

  .mobile-device .footer-block__disclosure .details__icon {
    margin-right: 6px;
  }

  #FooterLanguageForm .disclosure__list {
    left: 0;
  }

  .footer__newsletter h2 {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: var(--font-heading-spacing);
  }

  .site-footer details {
    border-bottom: 1px solid;
    padding: 1rem 0;
  }
}

@media screen and (max-width: 415px) {
  .footer-block__image img {
    max-width: 100% !important;
    width: 100%;
  }
}

/*================ Typography ================*/
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-heading);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  word-break: break-word;
  margin-top: 0;
  letter-spacing: var(--font-heading-spacing);
}

.h0 {
  font-size: 40px;
  line-height: 76px;
  letter-spacing: var(--font-heading-spacing) !important;
}

h1,
.h1 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: var(--font-heading-spacing) !important;
}

h2,
.h2 {
  font-size: 40px;
  line-height: 49px;
  letter-spacing: var(--font-heading-spacing) !important;
}

h3,
.h3 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: var(--font-heading-spacing) !important;
}

h4,
.h4 {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: var(--font-heading-spacing) !important;
}

h5,
.h5 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: var(--font-heading-spacing);
  color: #929292;
  letter-spacing: var(--font-heading-spacing) !important;
}

h6,
.h6 {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: var(--font-heading-spacing);
  color: #929292;
  letter-spacing: var(--font-heading-spacing) !important;
}

.body {
  font-family: var(--font-body);
}

p,
.body, .paragraph {
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  font-size: 12px;
}

small,
.text--small {
  font-size: 12.8px;
  line-height: 1rem;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-secondary-background-2), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (max-width: 768px) {
  .h0 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: var(--font-heading-spacing) !important;
  }

  h1,
  .h1 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: var(--font-heading-spacing) !important;
  }

  h2,
  .h2 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: var(--font-heading-spacing) !important;
  }

  h3,
  .h3 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: var(--font-heading-spacing) !important;
  }

  h4,
  .h4 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: var(--font-heading-spacing) !important;
  }

  h5,
  .h5 {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: var(--font-heading-spacing);
  }

  h6,
  .h6 {
    font-size: 17px;
    line-height: 1.5rem;
    letter-spacing: var(--font-heading-spacing) !important;
  },
  .body, p, .paragraph {
    font-size: 12px;
  }
}

/*================ Drawer ================*/
/* body:not(.template-product).drawer--open .content-for-layout,
body:not(.template-product).modal--open .content-for-layout {
  z-index: 9;
} */

.drawer,
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: var(--z-index-overwrite);
  display: flex;
  justify-content: flex-start;
  visibility: hidden;
  transition: visibility 0.5s;
}

.overlay {
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.25);
  flex-grow: 1;
  cursor: url(cross.svg), zoom-out;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.drawer__container {
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  padding: 1rem;
  background: var(--color-primary-background);
  overflow-y: auto;
  overflow-x: hidden;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.drawer--left .drawer__container {
  left: 0;
}

.modal__container {
  max-width: min(94%, 1024px);
  padding: 1.5rem;
  background: var(--color-primary-background);
  border: none;
  overflow-y: scroll;
  max-height: 80vh;
  animation: modal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

search-dialog .modal__container {
  max-width: 100%;
  top: -3px;
  height: 135px;
  background: #000;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
  max-height: none;
  animation: none;
}

@media screen and (max-width: 768px) {
  search-dialog .modal__container {
    height: 101px;
    padding: 0 20px;
  }

  .template-collection .toolbar,
  .template-search .toolbar {
    padding-left: 0;
  }
}

search-dialog .btn {
  transition: none;
}

.modal__container table {
  width: 100%;
}

.modal__close {
  top: 1rem;
  right: 1rem;
}

.drawer__heading {
  margin: 0;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: var(--font-heading-spacing);
  text-transform: uppercase;
}

.icon-small {
  width: 9px;
}

.drawer__header .btn {
  position: relative;
}

.mmenu-drawer {
  position: fixed;
  top: 100%;
  height: 100dvh;
  max-width: 310px;
}

.header-style--gradient .mmenu-drawer .drawer__container,
.header-style--inverse .mmenu-drawer .drawer__container,
.template-index .header-style--transparent .mmenu-drawer .drawer__container {
  background-color: var(--color-primary-text);
  color: var(--color-primary-background);
}

.header--border .mmenu-drawer {
  top: 0;
}

.mmenu-drawer .drawer__container {
  padding-bottom: 120px;
  padding: 36px 32px 0px 30px;
}

.mmenu-drawer .drawer__container {
  padding-bottom: 120px;
  padding: 36px 32px 0px 30px;
  overflow: hidden;
}

.drawer--open,
.mmenu--open,
.modal--open {
  overflow-y: hidden;
}

.modal--active,
.drawer--active,
.mobile-menu.details--active .drawer {
  visibility: visible;
  overflow-y: hidden;
}

@media screen and (min-width: 1025px) {
  .drawer--open, .drawer--active {
    overflow-y: scroll;
  }
}

.drawer.drawer--active .drawer__container,
.mobile-menu.details--active .drawer__container {
  transform: translate3d(0, 0, 0);
}

.drawer--left .drawer__container,
.mobile-menu .drawer__container,
.mobile-menu .drawer__container {
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.drawer--active .overlay,
.modal--active .overlay {
  opacity: 1;
}

.template-index.mmenu--open .header-style--transparent {
  background-color: var(--color-primary-text);
}

[open] .hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  translate: 0 0;
  margin: 0;
}

[open] .hamburger span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  translate: 0 0;
}

.mmenu-drawer__overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
}

.mmenu-link-with-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

form#cart_form {
  display: flex;
  flex-grow: 1;
}

#CartDrawer .drawer__cart-items-wrapper {
  overflow: hidden;
}

#CartDrawer .cart-item__details {
  overflow: hidden;
}

#CartDrawer .cart-item__name,
#CartDrawer .cart-item__variant {
  margin-bottom: 5px; 
}

#CartDrawer .cart-item__price {
  margin-top: 0; 
}

.cart-drawer quantity-input input {    
  pointer-events: none;
}

.cart-drawer .cart-item__error-text {    
  font-size: 12px;
}

.cart-drawer .cart-item__error svg {    
  margin-right: .25rem;  
}

@media screen and (min-width: 769px) {

  .icon--collapsible-caret {
    display: none;
  }

  .drawer:not(.mmenu-drawer) .drawer__container {
    width: 480px;
  }

  .drawer:not(.mmenu-drawer) .drawer__body {
    flex-grow: 1;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .cart-drawer .drawer__container {
    width: 375px;
  }

  .cart-item__name {
    width: auto;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
  }

  .cart-item__variant {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    max-width: 100%;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #CartDrawer {
    max-width: calc(100% - 60px);
    width: 331px;
    overflow: hidden;
  }

  #CartDrawer .cart-item {
    grid-template-columns: 80px auto;
  }

  .cart-item__name {
    width: auto !important;
    max-width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
    display: block;
  }

  .cart-item__variant {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    display: block;
    max-width: 100%;
  }

  .modal__container {
    top: 60px;
  }
}

@media screen and (max-width: 375px) {
  #CartDrawer {
    max-width: 100%;
    width: 100%;
  }
}

/*================ Collipsable Content ================*/
.collapsible-item {
  border-bottom: 1px solid;
  padding: 0 0 1rem;
  margin-bottom: 1rem;
}

.collapsible-item .details__icon {
  margin-right: 5px;
}

.collapsible-item p:last-child {
  margin-bottom: 0;
}

/*================ Sections ================*/
/* Content Styles */
.content__subheading > * {
  font-size: var(--subheading-size-mobile);  
  color: var(--subheading-color);
}

.content__heading > * {
  font-size: var(--heading-size-mobile);  
  color: var(--heading-color);
}

.content__description > * {
  font-size: var(--description-size-mobile);  
  line-height: normal;
  color: var(--description-color);
}

@media screen and (min-width: 769px) {    
  .content__subheading > *{
    font-size: var(--subheading-size);
  }

  .content__heading > *{
    font-size: var(--heading-size);
  }

  .content__description > * {
    font-size: var(--description-size);      
  }
}

.section-heading {
  margin: 18px 0;
}

.product__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  align-items: center;
}

.product-detail__shipping {
  text-transform: uppercase;
  font-size: 13px;
  color: #a86802;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 15px;
  display: block;
}

.product__tags .product-tag, .product-tag-divider {
  text-transform: lowercase;
  font-family: var(--font-heading);
  font-size: 10px;
  line-height: 12px;
  letter-spacing: var(--font-heading-spacing);
  color: #A28599;
}

.product__tags .product-tag.final-sale {
  color: #D34545;
}

.template-product .section-heading {
  font-size: 33px;
  line-height: 64px;
  letter-spacing: var(--font-heading-spacing);
  padding: 20px 56px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}

.section-subheading {
  transform: translateY(-25px);
  letter-spacing: var(--font-heading-spacing);
}

.video-subheading {
  margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
  .section-subheading {
    transform: translateY(-15px);
  }

  .template-product .section-heading {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: var(--font-heading-spacing);
    padding: 11px 0;
  }
}

.section-cta {
  margin-top: 1rem;
}

.h0:not(.section-heading),
.h1:not(.section-heading),
.h2:not(.section-heading) {
  margin-bottom: 4px;
}

section.section .rte {
  margin-bottom: 1.5rem;
  font-size: 12.8px;
  line-height: 1rem;
}

.section .content--wrapper {
  z-index: 1;
  padding: 1.5rem;
}

.section .jcc .content {
  margin: auto;
}

.section .jce .content {
  margin-left: auto;
}

.section .content div:last-child {
  margin-bottom: 0;
}

.section .cta-container .btn:nth-child(2) {
  margin-left: 1rem;
}

.section sup.content--floating {
  font-size: 18px;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1025px) {
  .section-heading {
    margin: 25px 0 20px;
  }

  .template-product .section-heading {
    font-size: 33px;
    line-height: 64px;
    letter-spacing: var(--font-heading-spacing);
  }

  .section-cta {
    margin-top: 3rem;
  }

  .section .content--wrapper {
    padding: 2.5rem 5rem;
  }

  .section .content--wrapper:not(.content--full-width) {
    width: min(100%, var(--content-max-width));
  }

  .section .content {
    width: min(100%, var(--content-width, 720px));
  }

  .section sup.content--floating {
    font-size: 32px;
    line-height: 40px;
  }

  .product__tags .product-tag, .product-tag-divider {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: var(--font-heading-spacing);
  }
}
.placeholder {
  min-height: 25rem;
  width: 100%;
  margin: auto;
  border: 1px solid;
}

.placeholder svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.banner-placeholder {
  min-height: 32rem;
  width: 100%;
}

.banner-placeholder svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.section.section-newsletter h2,
.section-newsletter .rte,
.section.section--rich-text h2,
.section--rich-text .rte {
  margin-bottom: 1rem;
}

@media screen and (min-width: 769px) {
  section.section .rte {
    font-size: 18px;
    line-height: 32px;
  }

  .section.section-newsletter .content h2,
  .section-newsletter .rte,
  .section.section--rich-text .content h2,
  .section--rich-text .rte {
    margin-bottom: 56px;
  }
}

/*================ Cookies consent ================*/
.cookies-popup {
  position: fixed;
  bottom: 0;
  border: none;
  padding: 2rem;
  z-index: var(--z-index-overwrite);
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cookies-popup--animate {
  transform: none;
  opacity: 1;
}

/*================ Back to top ================*/
.btn--back-to-top {
  position: fixed;
  display: flex;
  bottom: -100px;
  right: 1rem;
  transition: bottom 0.2s ease;
  background: rgba(0, 0, 0, 0.25);
  color: var(--color-primary-btn-text);
  padding: 0;
  border-radius: 100%;
  width: 38px;
  height: 38px;
}

.btn--back-to-top:after {
  content: '';
  border-top: 1px solid;
  border-right: 1px solid;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  margin-top: 2.5px;
}

.btn--back-to-top__revealed {
  bottom: 1rem;
}

body:not(.mmenu--open):not(.drawer--open) .btn--back-to-top {
  z-index: var(--z-index-overwrite);
}

body.unloading main {
  transition: 0.4s;
  opacity: 0;
}

.loading .loading-assets {
  display: block;
  top: 50%;
  z-index: 1;
}

.loading-assets {
  display: none;
}

.loading-assets .path {
  stroke: var(--color-primary-text);
}

/* Wishlist (iWish app) */

.iwish_float_wrapper {
  display: none !important;
}

.mezereon .page-width {
  max-width: 100% !important;
}

/*  Instagram Feed */
.instagram-heading {
  font-size: 33px;
  line-height: 39px;
  letter-spacing: var(--font-heading-spacing);
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.instagram-subheading {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: var(--font-heading-spacing);
  text-align: center;
  color: #929292;
  padding: 0;
  margin: 0;
  margin-bottom: 54px;
}

.instagram-subheading  a {
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .instagram-heading {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: var(--font-heading-spacing);
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 7.5px;
  }
  
  .instagram-subheading {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: var(--font-heading-spacing);
    text-align: center;
    color: #929292;
    padding: 0;
    margin: 0;
  }

  .instagram-subheading {
    margin-bottom: 30px;
  }

  .instagram-subheading:has(.instagram-subheading a) {
    margin-bottom: 0;
  }

  .instagram-subheading a {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Splide */
.splide__pagination__page:after {
  border: none !important;
  width: 10px !important;
  height: 10px !important;
  color: #E6E4D5 !important;
  fill: #E6E4D5 !important;
  background: #E6E4D5 !important;
}

.splide__pagination__page.is-active:after,
.splide__pagination__page:hover:after {
  color: #C1BFAB !important;
  fill: #C1BFAB !important;
  background: #C1BFAB !important;
}

.splide__pagination {
  margin: 1rem auto 0 !important;
}

.collection-list-card__button {
  padding-bottom: 2rem;
}

/* Progress bar pagination */
.custom-pagination .splide__pagination__page:after {
  width: 100% !important;
  height: 1px !important;
  color: lightgray !important;
  fill: lightgray !important;
  background: lightgray !important;
  border-radius: 0 !important;
}

.custom-pagination .splide__pagination__page.is-active:after,
.custom-pagination .splide__pagination__page:hover:after {
  color: #000 !important;
  fill: #000 !important;
  background: #000 !important;
}

/* Search Autocomplete */

search-dialog .modal__close svg path {
  stroke: #fff;
  opacity: 0.8;
}

.mz-autocomplete {
  left: 0 !important;
  transform: translate(0px, 88px) !important;
}

.mz-autocomplete-close {
  display: none !important;
}

.mz-autocomplete .mz-autocomplete-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 !important;
  gap: 9px !important;
}

.mz-autocomplete .mz-body {
  padding: 64.5px 0 92.5px 0 !important;
  max-width: 80% !important;
}

.mz-autocomplete-grid-item img {
  margin: 0 !important;
  width: 100% !important;
  margin: 0 !important;
}

.mz-autocomplete .mz-autocomplete-grid-item {
  padding: 0 !important;
  max-width: none !important;
  flex-flow: column nowrap !important;
  align-content: center;
  align-items: stretch !important;
  justify-content: flex-start;
  margin-bottom: 0 !important;
  display: flex;
  width: 100%;
}


.mz-right > *:not(div) {
  display: none;
}

.mz-autocomplete .mz-arrow-wrapper {
  display: none !important;
}

.mz-autocomplete .mz-autocomplete-container {
  display: flex !important;
  align-items: center;
  flex-flow: column nowrap !important;
  position: relative !important;
  box-shadow: none !important;
  padding: 0 !important;
  top: 44px !important;
  border-radius: 0 !important;
  background-color: #fff !important;
}

.mz-autocomplete .mz-footer {
  display: none !important;
}

@media (min-width: 767px) {
  .mz-autocomplete .mz-left {
      min-width: 30%;
  }
  .mz-autocomplete .mz-right {
      width: 100%;
  }
}

.mz-autocomplete-grid .product__title {
  font-family: var(--font-heading);
  font-size: 12px;
  line-height: 15px;
  letter-spacing: var(--font-heading-spacing);
  text-transform: uppercase;
  padding: 6px 0;
  text-overflow: ellipsis;
}

.mz-autocomplete .mz-right {
  display: flex !important;
  width: 100% !important;
  overflow-x: hidden;
  max-height: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.mz-autocomplete .mz-left {
  padding: 0 !important;
  max-height: none !important;
}

@media (max-width: 768px) {

  .search-form button:has(.icon--caret-right) {
    display: none;
  }

  search-dialog .modal__close.btn {
    transform: scale(0.85);
  }

  .mz-autocomplete-grid-item:last-of-type {
      display: none;
  }
  .mz-autocomplete .mz-autocomplete-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mz-autocomplete .mz-autocomplete-container {
      width: 100% !important;
      top: 9% !important;
  }

  .mz-autocomplete .mz-body {
    padding: 1rem !important;
    max-width: 100% !important;
  }

  .product-card .iWishAdd, .product-card .iWishAddColl {
    padding: 7px 12.5px 0 0 !important;
    position: absolute !important;
    right: 0;
    top: 0;
  }
}

.mezereon .page-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mz-highlight {
  background-color: transparent !important;
}

.iWishAdd, .iWishAddColl {
  z-index: unset !important;
}

@media screen and (min-width: 769px) {
  .product-card .iWishAdd, .product-card .iWishAddColl {
    padding: 7px 12.5px 0 0 !important;
    position: absolute !important;
    right: 0;
    top: 0;
  }
}

body:not(.template-collection, .template-search) .iWishAddColl {
  display: none !important;
}

.section:not(.section-main-product, .section-main-collection-product-grid) .iWishAdd,
.section:not(.section-main-product, .section-main-collection-product-grid) .variant-options {
  display: none !important;
}

.template-collection #product-grid,
.template-search #product-grid{
  padding-bottom: 100px;
}

/* Back in Stock Popup */

#BISModal {
  max-width: 650px;
  width: 650px;
}

#BISModal #container {
  padding: 65px 115px;
  position: relative;
}

#BISModal #container button.close {
  position: absolute;
  right: 36px;
  top: 29px;
}

#BISModal #container #bis-modal-title {
  font-size: 23px;
  line-height: 27px;
  letter-spacing: 0.05em;
  font-family: 'utile-display', sans-serif;
  margin-bottom: 14px;
  text-align: center;
}

#BISModal #container #bis-modal-desc {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: var(--font-heading-spacing);
  font-family: 'Glacial Indifference', sans-serif;
  margin-bottom: 45px;
  text-align: center;
}

#BISModal #container .product-name {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: var(--font-heading-spacing);
  font-weight: normal;
  font-family: 'utile-display', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

#BISModal #container .form-control:focus {
  border-color: unset !important;
  outline: unset !important;
  box-shadow: unset !important;
  background: unset !important;
}

#BISModal #container .form-control {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  height: auto;
  box-shadow: none;
  color: #C2C1C1;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  font-family: 'utile-display';
  font-size: 13px;
  line-height: 17px;
  letter-spacing: var(--font-heading-spacing);
}

#BISModal #container .form-control[type="email"] {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: var(--font-heading-spacing);
}

#BISModal #container #submit-btn {
  font-weight: normal;
  font-size: 18px;
  padding: 15.5px;
  line-height: 25px;
  letter-spacing: var(--font-heading-spacing);
  font-family: 'utile-display';
  text-transform: uppercase;
  border-radius: 0;
}

@media (max-width: 768px) {
  #BISModal {
    max-width: none;
    width: 100%;
    padding: 0 33px;
  }
  #BISModal #container{
    padding: 50px 28px 36px;
  }

  #BISModal #container button.close {
    position: absolute;
    right: 22.5px;
    top: 19px;
  }
  
  #BISModal #container #bis-modal-title {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: var(--font-heading-spacing);
  }
  
  #BISModal #container #bis-modal-desc {
    font-size: 13px;
    line-height: 27px;
    letter-spacing: var(--font-heading-spacing);
    margin-bottom: 30px;
  }
  
  #BISModal #container .product-name {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: var(--font-heading-spacing);
  }
  
  #BISModal #container .form-control {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: var(--font-heading-spacing);
  }
  
  #BISModal #container .form-control[type="email"] {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: var(--font-heading-spacing);
  }
  
  #BISModal #container #submit-btn {
    font-size: 14px;
    padding: 17px 0;
    line-height: 21px;
    letter-spacing: var(--font-heading-spacing);
  }
}

/* Collection banner and Search banner */

.section-collection-banner .content--wrapper {
  margin-top: var(--header-height);
}

.collection-banner__wrapper {
  width: 100%;
}

.collection-banner__content {
}

.collection-banner__title {
  font-size: 30px;
  line-height: 27px;
  letter-spacing: var(--font-heading-spacing);
  text-transform: uppercase;
  padding: 68px 0 55px;
  margin: 0;
}

.collection-banner__subcollections {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding-bottom: 70px;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
  overflow-x: auto;
}

.collection-banner__subcollections::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}

.collection-banner__subcollection {
  font-family: var(--font-heading);
  font-size: 15px;
  line-height: 18px;
  letter-spacing: var(--font-heading-spacing);
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.collection-banner__subcollection:hover, .collection-banner__subcollection.active {
  border-bottom: 1px solid;
}

.template-collection .breadcrumbs,
.template-search .breadcrumbs {
  padding: 25px 60px 0;
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: var(--font-heading-spacing);
  text-transform: uppercase;
  font-family: var(--font-heading);
}

.template-search__header {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.template-search__header p[role="status"] {
  color: #A0A096;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: var(--font-heading-spacing);
}

.template-search__header h1 {
  padding-bottom: 18px;
  font-size: 28px;
}

/* No search defaults */
.no-search-defaults .product-card-row {
    display: flex;
    gap: 11px;
    margin-top: 75px;
    align-items: center;
    justify-content: center;
    padding: 0 55px 195px;
}

.no-search-defaults .product-card__info {
  padding: 2.75px 0 0 0;
}

.no-search-defaults .product-card__title {
    display: inline !important;
    font-size: 15px;
    line-height: 22px;
    border-bottom: none;
    text-transform: capitalize;
    margin-top: 10px;
    padding: 4px 0;
    text-align: left;
    margin-bottom: 21px;
}

.no-search-defaults .product-card__title:after {
    content: ">";
    margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .no-search-defaults .product-card-row {
    padding: 0 21px 75px;
    flex-direction: column;
  }

  .no-search-defaults .product-card,
  .no-search-defaults .product-card img {
    width: 100%;    
  }
  
  .template-search__header h1 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .collection-banner__subcollections {
    justify-content: flex-start;
    padding: 0 17px 34px;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .collection-banner__subcollection {
    white-space: nowrap;
    font-size: 13px;
    line-height: 17px;
  }
  .template-collection .breadcrumbs,
  .template-search .breadcrumbs {
    padding: 12px 20px 0;
    font-size: 10px;
    line-height: 12px;
  }
  .collection-banner__title {
    padding: 28px 0 36px;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1px;
  }
}

/* WISHLIST DRAWER */


@media screen and (min-width: 768px) {
  #mst-iwish-drawer-root .react-side-draw {
    width: 447px;
    display: flex;
    flex-flow: column;
  }
}

[class*=react-col-] {
  float: left;
  padding: 0;
}

#mst-iwish-drawer-root .react-side-draw {
  display: flex;
  flex-flow: column;
}

img[alt="wishlist-empty"] {
  display: none;
}

.react-col-4.wish-h1.text-right:has([title="Add a New List"]) {
  display: none;
}

#mst-iwish-drawer-root .login-msg {
  display: none;
}

#mst-iwish-drawer-root .product-wrapper {
  overflow-y: scroll;
  max-height: calc(100dvh - 173px);
  height: 100%;
  display: flex;
  flex-flow: column;
  padding: 0 43px 10px 28px;
  gap: 25px;
}

.react-side-draw .mt-10 {
  margin-top: 0;
}

#mst-iwish-drawer-root .iwish_qty_box {
  display: none;
}

#mst-iwish-drawer-root .pTitle,
#mst-iwish-drawer-root .mst-iwish-price,
#mst-iwish-drawer-root .vTitle {
  font-family: var(--font-heading);
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: var(--font-heading-spacing);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#mst-iwish-drawer-root .vTitle {
  display: none;
}

#mst-iwish-drawer-root .product-wrapper .iwishProduct-row .react-col-2:has(> img):first-of-type {
  min-width: 121px;
  width: 121px;
  max-width: none;
  padding: 0;
  height: 185px;
  margin-right: 10px;
}

.iwish_drawer_close .text-right {
  display: none;
}

.react-row.react-flex-row.react-flex-align-center {
  display: none;
}

.react-side-draw .wish-h1 {
  order: 1;
}

.react-side-draw .wish-h1 svg {
  display: none;
}

.react-side-draw .wish-h1::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20.375" height="20.375" viewBox="0 0 20.375 20.375"><path id="iconmonstr-x-mark-thin_1_" data-name="iconmonstr-x-mark-thin (1)" d="M11.188,10.533,20.72,1l.655.655-9.533,9.533,9.533,9.533-.655.655-9.533-9.533L1.655,21.375,1,20.72l9.533-9.533L1,1.655,1.655,1l9.533,9.533Z" transform="translate(-1 -1)" fill-rule="evenodd"/></svg>');
  display: inline-block;
  width: 20.375px;
  height: 20.375px;
}

.iwish_drawer_close {
  align-items: center;
  justify-content: space-between;
}


.iwishProduct-row img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

#mst-iwish-drawer-root .iwishProduct-row {
  display: flex;
  max-width: 100%;
}

#mst-iwish-drawer-root .iwishProduct-row .trash-btn {
  width: 9px;
  height: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

#mst-iwish-drawer-root .iwishProduct-row > .react-col-10 {
  width: unset;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  max-width: 100%;
  overflow: hidden;
}

.iwishProduct-row .view-product-link {
  max-width: 197px;
}

#mst-iwish-drawer-root .iwishProduct-row > .react-col-10 > .react-row {
  display: flex;
  justify-content: space-between;
}

#mst-iwish-drawer-root .iwishProduct-row > .react-col-10 > .react-row > .react-col-10 {
  flex-grow: 1;
  width: 100%;
  max-width: 85%;
}

#mst-iwish-drawer-root .iwishProduct-row > .react-col-10 > .react-row > .react-col-2 {
  width: fit-content;
}

.react-side-draw a:link {
  color: var(--color-primary-btn-text) !important;
}

.product-wrapper .view-product-link {
  background: transparent;
}

div:has(>.cart-all-btn),
div:has(>.view-products-link) {
  padding: 30px 25px;
  border-top: 1px solid #D6D6D6;
  bottom: 0;
  display: flex;
  width: 100%;
  background: #fff;
  margin-top: 0 !important;
}

div:has(>.cart-all-btn) .view-products-link,
div:has(>.view-products-link) .view-products-link {
  font-family: var(--font-heading);
  font-weight: normal;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: var(--font-heading-spacing);
  padding: 15px 0;
  background: #000;
  border: solid 1px #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
}

div:has(>.cart-all-btn) .view-products-link,
div:has(>.view-products-link) .view-products-link:not(.btn--tertiary) {
  color: #fff !important;
}

#mst-iwish-drawer-root .wish-container {
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 24px;
  padding: 0 1rem;
}

#mst-iwish-drawer-root .wish-container p {
  font-size: inherit !important;
  color: #000 !important;
}

#mst-iwish-drawer-root .wish-container .cart-btn-continue {
  background: var(--color-primary-btn-bg);
  color: var(--color-primary-btn-text);
  border: 1px solid var(--color-primary-btn-bg);
  font-weight: normal;
}

#mst-iwish-drawer-root .wish-title {
  font-size: 19px;
  line-height: 23px;
  letter-spacing: var(--font-heading-spacing);
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-weight: normal;
}

#mst-iwish-drawer-root .wish-title strong {
  font-weight: normal !important;
}

#mst-iwish-drawer-root .back-smoke {
  background: #fff;
  padding: 30px 28px;
}

.react-side-draw .page-item.active .page-link {
  z-index: 3;
  color: #000 !important;
  background-color: transparent !important;
  border-color: #000 !important;
  border: none;
  border-bottom: 1px solid;
}

#mst-iwish-drawer-root div:has(> .exchange-btn) {
  display: none;
}

#mst-iwish-drawer-root .react-side-draw .social-container {
  display: none;
}

#mst-iwish-drawer-root .iwishProduct-row .react-col-10 > .react-row:after {
  display: none;
}

/* .iwishProduct-row .view-product {
  display: none;
}

.iwishProduct-row .view-product:first-of-type {
  display: block;
} */

@media screen and (max-width: 768px) {
  .react-side-draw {
    width: 90% !important;
  }
  #mst-iwish-drawer-root .pTitle,
  #mst-iwish-drawer-root .mst-iwish-price,
  #mst-iwish-drawer-root .vTitle {
    line-height: 18px;
  }

  #mst-iwish-drawer-root .product-wrapper {
   padding: 0 21px 15px 28px;
   overflow-x: hidden;
  }
}

/* WISHLIST PAGE */
.iwishWrapper {
  margin: 0 !important;
  display: flex;
  flex-flow: column;
  height: 100%;
  padding: 19px 0 193px;
}

.iwishWrapper .iwishTitle h1 {
  margin: 40px 0 20px 0;
  text-align: center;
  font-size: 27px;
  font-family: var(--font-heading);
  line-height: 27px;
  letter-spacing: var(--font-heading-spacing);
  text-transform: uppercase;
}

.iwishWrapper .iwishProducts {
  margin: 0;
  padding: 0;
  display: flex;
  max-width: 100%;
  position: relative;
  flex-flow: row wrap;
  gap: 50px 0;
}

.iwishWrapper .iwishImgWrap {
  overflow: hidden;
  height: auto;
  text-align: left;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.iwishWrapper .iwishRemoveBtn {
  height: 15px;
  width: 15px;
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 19px;
  right: 25px;
}

.iwishWrapper .iwishItem {
  width: 25%;
  display: flex;
  float: left;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.iwishWrapper .iwishMeta {
  text-align: left;
  display: flex;
  flex-flow: column;
  padding: 0 20.5px;
}

.iwishWrapper .iwishMeta-title, .iwishWrapper .iwishMeta-price, .iwishWrapper .iwishMeta-variant-title, .iwishWrapper .iwishMeta-qty {
  margin: 9px 0;
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: var(--font-heading-spacing);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.iwishWrapper .iwishMeta-price {
  margin: 0 0 28px;
}

.iwishWrapper .view-product-button, .iWishButtonWrapper .btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: var(--font-heading);
  font-weight: normal;
  letter-spacing: var(--font-heading-spacing);
}

.iWishButtonWrapper {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.iwishWrapper .iwishItem form {
  margin: 0;
  max-width: 100%;
}

.iwishWrapper .iwishMsg {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.iwishWrapper .iWishLoginNote {
  margin-bottom: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: var(--font-heading-spacing);
  color: #707070;
}



@media (min-width: 769px) {
  .iwishWrapper .view-product-button, .iWishButtonWrapper .btn {
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  .iwishWrapper {
    padding: 12px 20px 20px;
  }
  .iwishWrapper .iwishProducts {
    gap: 20px;
  }
  .iwishWrapper .iwishItem {
    width: calc(50% - 10px);
  }
  .iwishWrapper .view-product-button, .iWishButtonWrapper .btn {
    font-size: 13px;
    line-height: 18px;
  }
  .iwishWrapper .iwishMeta {
    padding: 0;
  }
  .iwishWrapper .iwishRemoveBtn {
    height: 11.75px;
    width: 11.75px;
    top: 10px;
    right: 12px;
  }
  .iwishWrapper .iwishMeta-title, .iwishWrapper .iwishMeta-price, .iwishWrapper .iwishMeta-variant-title, .iwishWrapper .iwishMeta-qty {
    margin: 4px 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: var(--font-heading-spacing);
  }
  .iwishWrapper .iwishMeta-price {
    margin-bottom: 14px;
  }
  .iwishWrapper .iWishLoginNote {
    text-align: center;
  }
  .iWishButtonWrapper {
    flex-flow: column;
  }
}

.iwish-app-block-wrapper .iWishAddColl{display:none !important;}

/*================ Size Chart ================*/

.pdp-size-selector__footnotes .modal__container {
  background-color: #eeeded;
  padding: 1rem 0 0;
  width: 600px;
  max-width: 100%;
}

.pdp-size-selector__footnotes .modal__container h2 {
  text-transform: uppercase!important;
  letter-spacing: var(--font-heading-spacing);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}

.pdp-size-selector__footnotes .modal table {
  display: table;
  border-top: 2px solid #979797;
  margin: 0;
  text-align: center!important;
  width: 100%;
  border-collapse: collapse;
}

.pdp-size-selector__footnotes .modal table tr {
  border: none;
}

.pdp-size-selector__footnotes .modal table th {
  border: none;
  font-size: 1.285rem!important;
  text-align: center!important;
  font-weight: 400;
  line-height: 1.4;
}

.pdp-size-selector__footnotes .modal table tr:nth-child(even) {
  background: #FFF;
}

.pdp-size-selector__footnotes .modal table th, .pdp-size-selector__footnotes .modal table td {
  padding: 15px;
  border-top: 1px solid #e8e8e8;
}

.pdp-size-selector__footnotes .modal table td {
  padding: 22px 15px;
  font-size: 14px!important;
  text-align: center !important;
}
.cart-btn{display:none;}

button.view-product {
  background: transparent;
  white-space: nowrap;
  text-align: left;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-family: var(--font-heading);
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #000;
}

[class*=react-col-] {
  padding: 0 !important;
  float: none !important;
}

.react-flex-row.transition-block.display-n:has(>.view-product) {
  visibility: visible;
  opacity: 1;
  transform: none;
  height: auto;
}

.product-wrapper .wish-container {
  visibility: hidden;
}

.shop-pay-installments {
  margin-top: 10px;
}

.image-with-text-container .content-wrapper {
  width: 100%;
}