/** Shopify CDN: Minification failed

Line 2703:4 Unexpected ")"
Line 3246:0 All "@import" rules must come first

**/
.section-gap {
  padding-top: var(--section-gap-top, 3.75rem);
  padding-bottom: var(--section-gap-bottom, 3.75rem);
}

:where([class*="color-scheme-"]) {
  background-color: rgba(var(--background-color));
  color: rgba(var(--text-color));
}
.is-show {
  display: none;
}

.page--width-full {
  width: 100%;
}

.page--width {
  display: block;
  width: 100%;
  padding-inline: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.media-ratio {
  display: block;
  position: relative;
  width: 100%;
  background: rgba(var(--background-color-media));
  overflow: hidden;
}

.media-ratio::after {
  content: "";
  height: 0;
  display: block;
  padding-top: var(--media-ratio);
}

.media-ratio :is(iframe, video, .placeholder-svg, img, model-viewer) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* localization Design */

.disclosure_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 110;
  transition: all .3s ease-in-out;
}

.disclosure_wrapper:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--background-color-overlay));
  opacity: var(--overlay-color-opacity);
}

.disclosure__button[aria-expanded="true"] + .disclosure_wrapper {
  opacity: 1;
  pointer-events: none;
}

.disclosure .disclosure__list {
  background-color: rgba(var(--background-color), 0.6);
  color: rgba(var(--text-color));
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  max-width: 21.25rem;
  border-radius: 0.25rem;
  padding: 1.25rem;
}

.disclosure__button {
  display: flex;
  width: 100%;
  align-items: center;
  column-gap: 0.6rem;
  padding: 0.3rem;
  font-size: var(--text-small);
  color: rgb(var(--text-color));
}

.disclosure__button .icon-caret {
  width: 0.8rem;
}

/* ============================ */
.close-localization {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: rgb(var(--text-color));
  padding: 0.4rem;
  border-radius: 50%;
  z-index: 1;
}

.close-localization span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-localization svg {
  width: 100%;
  height: 100%;
}

.disclosure_wrapper.is-active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.localization-content {
  background-color: rgb(var(--background-color));
  padding: 2rem;
  width: 100%;
  max-width: 90%;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.localization-content-item {
  display: block;
  position: relative;
  margin-top: 1.6rem;
  font-size: var(--text-small);
}

.localization-content-item .disclosure__list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 13rem;
  overflow-y: auto;
  background-color: rgb(var(--background-color));
  border: 0.06rem solid rgb(var(--border-color));
  color: rgb(var(--text-color));
  z-index: 1;
  padding: 0.5rem;
  border-top: 0rem;
}

.localization-content-item
  .disclosure__list
  .disclosure__item
  + .disclosure__item {
  margin-top: 0.25rem;
}

.localization-content-item .disclosure__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: var(--text-small);
}

.localization-content-item .disclosure__list a:is(.is-active, :hover) {
  background: rgb(var(--foreground-color));
}

.localization-content-item .disclosure__list a:is(.is-active) svg {
  opacity: 1;
}

.localization-content-item .disclosure__list a svg {
  margin-left: auto;
  width: 0.75rem;
  height: 0.75rem;
  min-width: 0.75rem;
  opacity: 0;
}

.localization-label {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  color: rgb(var(--text-color));
}

.localization-content-item .disclosure__button {
  padding: 0.9rem;
  border: 0.06rem solid currentColor;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
}

/* ============================ */

.height--full {
  height: calc(100vh - 2rem);
}

.height--auto {
  height: auto;
}

.height--300 {
  height: 18.75rem;
}

.height--350 {
  height: 21.875rem;
}

.height--450 {
  height: 28.125rem;
}

@media (min-width: 768px) {
  .desktop-height--full {
    height: calc(100vh - 2rem);
  }
  .desktop-height--auto {
    height: auto;
  }
  .desktop-height--450 {
    height: 24.125rem;
  }
  .desktop-height--550 {
    height: 32.375rem;
  }
  .desktop-height--650 {
    height: 38.625rem;
  }
  .desktop-height--750 {
    height: 45.875rem;
  }
}

@media (min-width: 1201px) {
  .desktop-height--450 {
    height: 20.125rem;
  }
  .desktop-height--550 {
    height: 30.375rem;
  }
  .desktop-height--650 {
    height: 40.625rem;
  }
  .desktop-height--750 {
    height: 50.875rem;
  }
}

.tab-nav {
  display: flex;
  grid-gap: 1.3rem;
  flex-wrap: wrap;
}

.tab-nav-link {
  display: block;
  color: rgba(var(--text-color), 0.4);
  transition: all 0.3s ease;
}

.tab-nav-link:is(.is-active, :hover) {
  color: rgba(var(--text-color));
}

.featured-collection-section .product-card-list,
.collection-product--results .product-card-list {
  grid-row-gap: 1.9rem;
}

.product-card-wrapper {
  display: block;
}

.product-card-media {
  position: relative;
  overflow: hidden;
}

.product-card-media img {
  display: block;
  transition: all 0.3s ease-in-out;
  background-color: rgb(var(--background-color-media));
}

.product-card-media:hover .product-card--img {
  opacity: 1;
}

.product-card-media:has(.product-card-hover--img):hover
  .product-card-hover--img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.product-card-hover--img {
  display: block;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}

.lazyloaded:not(.product-card-hover--img) {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 1, 1),
    filter 0.4s cubic-bezier(0.4, 0, 1, 1), 0.4s cubic-bezier(0.4, 0, 1, 1);
}

.product-card-buttons {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: calc(100% - 1rem);
  margin: 0 auto;
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.product-card-buttons .product-form {
  margin-left: auto;
}

.product-card-buttons .product-form .main-product-form {
  padding: 0rem;
}

.product-card-buttons .product-variant--picker {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.product-card-buttons .product-variant--picker + .product-variant--picker {
  margin-top: 0.6rem;
}

.product-select-option {
  position: relative;
}

.select-option {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background-color: rgba(var(--background-color));
  padding: 0.22rem 0.5rem;
  font-size: var(--text-xsmall);
  border-radius: 10rem;
  border: 0.06rem solid rgba(var(--border-color));
}

.product-select-list {
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: rgba(var(--background-color));
  color: rgba(var(--text-color));
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  width: 100%;
  min-width: 6.2rem;
  overflow: hidden;
  font-size: var(--text-xsmall);
  max-height: 8.5rem;
  overflow-y: auto;
  padding: 0.3rem;
  gap: 0;
}

.product-select-list li label {
  display: block;
  cursor: pointer;
  padding: 0.25rem 1.1rem;
  border-radius: 0.25rem;
}

.product-select-list li:hover label,
.product-select-list li input:checked ~ label {
  background-color: rgba(var(--text-color), 0.1);
}

.product-select-option:is(.is-active, :hover) .product-select-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.product-select-option .product-select-list {
  pointer-events: none;
  gap: 0;
}

.product-select-list .product-swatch-item {
  flex: 0 0 100%;
}

.product-select-list .product-swatch-item + .product-swatch-item {
  margin-top: 0.1rem;
}

.product-select-list input {
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  width: 0.06rem;
  height: 0.06rem;
  margin: -0.06rem;
  padding: 0;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
}

.product-select-list input:focus-visible ~ label {
  border-color: currentColor;
  outline: none;
  box-shadow: inset 0 0 0 0.063rem;
}

.product-card-buttons .quick-add {
  margin-left: auto;
  overflow: hidden;
  word-break: break-word;
}

.quick-add,
.quick-view-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(var(--background-color));
  color: rgba(var(--text-color));
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  padding: 0.4rem;
  box-shadow: 1px 2px 2px #00000014;
}


.quick-view-button-icon {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  transition: all 0.4s ease;
}

/* .quick-add svg {
  width: 0.8rem;
  height: 0.8rem;
  vertical-align: middle;
} */

.quick-add svg {
    width: 13px;
    vertical-align: middle;
}

.quick-add span[data-add-to-cart-text],
.quick-view-main-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quick-view-button-icon svg {
  width: 0.9rem;
  height: 0.9rem;
  vertical-align: middle;
}

.index-options-card
  :is(.product-card--text, .product-card-buttons, .article-post-content) {
  display: none;
}

.product-card-wrapper:is(.card-true) {
  background-color: rgba(var(--background-color));
  border-radius: var(--rounded-card);
  overflow: hidden;
}

.product-card-wrapper:is(.card-true).border-true,
.product-card-wrapper:not(.card-true).border-true .product-card-media {
  border: 0.06rem solid rgba(var(--border-color));
  border-radius: var(--rounded-card);
}

.product-card-wrapper:not(.card-true) .product-card-media {
  border-radius: var(--rounded-card);
}

.product-card-wrapper:is(.card-true) .product-card--text {
  padding: 1rem;
}

.product-card-wrapper:is(.card-true) .product-card-title {
  margin: 0;
}

.product-card--text {
  font-size: var(--text-small);
}

.product-card--text > * {
  margin-top: 0.5rem;
}

.product-card--text variant-set-option {
  display: block;
  margin-bottom: 0.4rem;
}

.product-card-vendor {
  font-size: var(--text-small);
}

.product-information--inner .product-card-vendor {
  margin-bottom: 0.938rem;
}

.product-card--text .product-variant--picker {
  display: inline-flex;
  /* margin-top: 0.4rem; */
  margin-bottom: 0rem;
}

.product-card--text:is(.text-align-center)
  .product-price-list
  product-sale-price {
  justify-content: center;
}

.product-card--text:is(.text-align-right)
  .product-price-list
  product-sale-price {
  justify-content: flex-end;
}

.product-card-title {
  display: block;
}

.product-price-list {
  display: block;
  margin-top: 0.13rem;
}

.product-price-actual {
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
  flex-wrap: wrap;
}

.product-price-list product-sale-price {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
}

.product-compare-price {
  text-decoration: line-through;
  color: rgba(var(--text-color));
}

.product-variant--picker,
.product-variant--picker ul {
  display: flex;
  align-items: center;
  grid-gap: 0.6rem;
  flex-wrap: wrap;
}

.product-variant--item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.188rem 0rem;
}

.product-variant--item > input {
  white-space: nowrap;
  border-width: 0;
  /* clip: rect(0, 0, 0, 0);
  width: 0.06rem;
  height: 0.06rem; */
  margin: -0.06rem;
  padding: 0;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.product-variant--item
  > input:is([type="checkbox"], [type="radio"]):is(:disabled, .disabled) {
  pointer-events: auto;
  cursor: pointer;
}

.product-swatch .product-variant--item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  position: relative;
  cursor: pointer;
  background: var(--background-color-swatch);
  box-shadow: inset 0rem 0rem 0.1rem rgb(var(--text-color), 0.2);
}

.main-product-variant-selector .product-swatch .product-variant--item:is(.swatch-circle) span {
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
}

.main-product-variant-selector  li.swatch-circle span.small-swatches.swatch-variant-color {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
}
.main-product-variant-selector  li.swatch-circle span.medium-swatches.swatch-variant-color {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
}
.main-product-variant-selector  li.swatch-circle span.large-swatches.swatch-variant-color {
    width: 3.5rem;
    min-width: 3.5rem;
    height: 3.5rem;
}

.main-product-variant-selector .product-swatch .product-variant--item span {
    width: 3rem;
    height: auto;
    aspect-ratio: 48/24;
}

li.product-variant--item.swatch-color.swatch-square span.large-swatches.swatch-variant-color {
    width: 4rem;
}
li.product-variant--item.swatch-color.swatch-square span.medium-swatches.swatch-variant-color {
    width: 3rem;
}
li.product-variant--item.swatch-color.swatch-square span.small-swatches.swatch-variant-color {
    width: 2.5rem;
    aspect-ratio: 48/15;
}

.product-swatch .product-variant--item span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.063rem solid rgba(var(--border-color));
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.disclosure-accordion-content .filter-variant-item {
  display: flex;
  align-items: center;
  font-size: var(--text-small);
}

.disclosure-accordion-content .filter-variant-item span {
  margin-right: 1rem;
  border-radius: 50%;
  padding: 0.13rem;
  transition: all 0.3s ease-in-out;
}

.disclosure-accordion-content
  .product-variant--item:hover
  .filter-variant-item
  span {
  scale: 1.1;
}

.product-variant--item .filter-variant-item span::after {
  border-radius: 50%;
}

.product-variant--item input:checked + .filter-variant-item span::after {
  opacity: 1;
  transform: scale(1.3);
  border-radius: 50%;
}

.product-variant--item input:checked + span::after {
  opacity: 1;
}

.product-variant--item.swatch-circle :is(span),
.product-variant--item.swatch-circle span::after {
  border-radius: 50%;
}

.product-variant--item.swatch-circle input:checked + span {
  padding: 0.13rem;
}

.product-variant--item.swatch-circle input:checked + span::after {
  transform: scale(1.2);
}

.product-variant--item.swatch-square span::after {
  bottom: calc(0% - 0.3rem);
  border: 0;
  border-bottom: 0.13rem solid rgba(var(--border-color));
  border-radius: 0;
  height: 0.13rem;
  pointer-events: none;
}

.product-variant--item.swatch-square :is(span) {
  width: 2.188rem;
  height: 0.75rem;
  border-radius: 0rem;
}

.product-select--box .product-variant--item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 4rem;
  padding: 0.6rem;
  height: 2.4rem;
  border-radius: 0.25rem;
  background-color: rgba(var(--background-color-input));
  color: rgba(var(--text-color-input));
  border: 0.06rem solid rgba(var(--border-color));
  transition: all 0.3s ease;
  font-size: var(--text-small);
  position: relative;
}

.product-select--box .product-variant--item input:hover + span,
.product-select--box .product-variant--item input:checked + span {
  background-color: rgba(var(--text-color-input));
  color: rgba(var(--background-color-input));
}

/* .product-variant--picker .product-variant--item input.disabled + span {
  text-decoration: line-through;
  opacity: 0.5;
  border: 0.063rem dashed;
} */
.product-variant--picker .product-variant--item input.disabled + span {
  text-decoration: line-through;
  border: 0.063rem dashed rgba(0, 0, 0, 0.5);
}

.product-inventory--text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.6rem;
  background-color: rgba(var(--success-background-color));
  color: rgba(var(--success-text-color));
  border-radius: 10rem;
  font-size: var(--text-xsmall);
}

countdown-timer-block,
localization-wrapper {
  display: block;
}

.label-text {
  text-transform: var(--label-text-transform);
  font-weight: var(--label-font-weight);
  margin-bottom: 0.5rem;
}

.quantity-elements {
  display: inline-flex;
  position: relative;
  border: 0.06rem solid rgba(var(--border-color));
  border-radius: 0.25rem;
  background-color: rgba(var(--background-color-input));
  color: rgba(var(--text-color-input));
}

.quantity-elements .quantity-input {
  display: inline-flex;
  padding: 0;
  width: 3.125rem;
  height: 2.75rem;
  text-align: center;
  border: 0;
  justify-content: center;
  background: transparent;
  font-size: var(--text-small);
  margin: 0;
  outline: 0;
}

.quantity-elements button {
  display: flex;
  padding: 0;
  margin: 0;
  border: 0;
  justify-content: center;
  align-items: center;
  width: 2.125rem;
  height: 2.75rem;
  cursor: pointer;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease-in-out;
}

.quantity-elements button.disabled {
  cursor: not-allowed;
}

.quantity-elements button svg {
  pointer-events: none;
  width: 0.5rem;
}

.media-width--large {
  max-width: 67.5rem;
}

.media-width--medium {
  max-width: 50rem;
}

.media-width--small {
  max-width: 40.625rem;
}

.content-overlay {
  display: flex;
  flex-direction: column;
  grid-row-gap: 1.3rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.content-m-top--left {
  justify-content: flex-start;
  align-items: flex-start;
}

.content-m-top--center {
  align-items: center;
  justify-content: flex-start;
}

.content-m-top--right {
  justify-content: flex-start;
  align-items: flex-end;
}

.content-m-middle--left {
  justify-content: center;
  align-items: flex-start;
}

.content-m-middle--center {
  justify-content: center;
  align-items: center;
}

.content-m-middle--right {
  justify-content: center;
  align-items: flex-end;
}

.content-m-bottom--left {
  justify-content: flex-end;
  align-items: flex-start;
}

.content-m-bottom--center {
  justify-content: flex-end;
  align-items: center;
}

.content-m-bottom--right {
  justify-content: flex-end;
  align-items: flex-end;
}

@media (min-width: 992px) {
  .content-top--left {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .content-top--right {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .content-middle--left {
    justify-content: center;
    align-items: flex-start;
  }

  .content-middle--center {
    justify-content: center;
    align-items: center;
  }

  .content-middle--right {
    justify-content: center;
    align-items: flex-end;
  }

  .content-bottom--left {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .content-bottom--center {
    justify-content: flex-end;
    align-items: center;
  }

  .content-bottom--right {
    justify-content: flex-end;
    align-items: flex-end;
  }
}

.underline--link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(currentColor, currentColor) 0 min(100%) / 100%
    0.06rem no-repeat;
  transition: background-size 0.5s ease;
  background-position-x: left;
  color: rgba(var(--text-color));
  margin-left: 0.5rem;
  padding: 0.219rem;
  line-height: 1.2;
}

:is(.underline--link, .rte a:not(.button)):hover {
  background-size: 0 0.06rem;
  background-position-x: right;
}

.underline--link::before {
  animation: IconFlash 1.2s ease infinite;
  background-color: currentColor;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0.55rem;
  left: 0.06rem;
  transform: translateY(0%) translateX(-0.6rem);
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 1;
}

@keyframes IconFlash {
  0%,
  10% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90%,
  to {
    opacity: 1;
  }
}

.link-arrow {
  width: 0rem;
  height: 0rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transform-origin: 100% 50%;
  transition: width 0.3s ease, height 0.3s ease, transform 0.3s ease;
}

.underline--link:hover:before {
  transform: translateY(-50%) scale(0);
}

.underline--link:hover .link-arrow {
  transform: none;
  width: 1rem;
  height: 1rem;
  margin-left: 0.4rem;
}

.product-information--inner a:not([class]),
.drawer a:not([class]),
.footer-copyright-wrapper a:not([class]),
:is(.section-title, .description, .shipping-tax, .multi-image-with--text-content, .video-title, .multi-collections--title, .newsletter-title, .slideshow-title, .recently-view-products-main, .countdown-title, .contact-us-title, .scrolling-content--title, .scrolling-text, .media-gallery-title, .rich-text--heading) a:not([class]),
.underline {
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 100% 0.03em;
  background-position: 0 1.1em; 
  transition: background-size 0.5s cubic-bezier(.3, 1, .3, 1);
}

.product-information--inner a:not([class]):hover,
.drawer a:not([class]):hover,
.footer-copyright-wrapper a:not([class]):hover,
:is(.section-title, .description, shipping-tax, .multi-image-with--text-content, .video-title, .multi-collections--title, .newsletter-title, .slideshow-title, .recently-view-products-main, .countdown-title, .contact-us-title, .scrolling-content--title, .scrolling-text, .media-gallery-title, .rich-text--heading) a:not([class]):hover,
.underline:hover {
  background-position-x: right;
  background-size: 0 0.063rem;
}

.product-card-wrapper .product-card-title a {
  background: transparent;
}

/*! marquee */

.scrolling-text--wrapper {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
}

.marquee-true.direction-left .scrolling-text-marquee--slide,
.scrolling-text--wrapper.marquee-true .scrolling-text-marquee--slide {
  animation: scroll-left var(--duration) linear infinite;
  animation-play-state: running;
}

.marquee-true.direction-right .scrolling-text-marquee--slide {
  animation: scroll-right var(--duration) linear infinite;
  animation-play-state: running;
}

.scrolling-text-marquee--slide {
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex: 0 0 auto;
  width: max-content;
}

.scrolling-text-marquee--slide > * {
  padding: 0 var(--marquee-gap);
}

.scrolling-text {
  color: rgba(var(--text-color));
  display: -webkit-box;
  align-items: center;
  flex: 0 0 auto;
  width: max-content;
}

.bg-image-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.bg-image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    var(--background-color-overlay) / var(--overlay-color-opacity)
  );
}

.bg-image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.text-highlight {
  display: block;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.06rem;
  -webkit-text-stroke-color: rgba(var(--text-color));
}

@keyframes scroll-left {
  0% {
    transform: translate3d(calc(-100% * 1), 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(calc(-200% * 1), 0, 0);
  }
}

@keyframes scroll-right {
  0% {
    transform: translate3d(calc(-200% * 1), 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(calc(-100% * 1), 0, 0);
  }
}

.main-heading {
  display: grid;
  padding-bottom: 1rem;
  word-break: break-word;
}

.main-heading .section-title {
  margin-bottom: 0;
}

.main-heading .section-title + :is(p, .section-description, .description) {
  margin-top: 0.5rem;
}
.section-title {
  word-break: break-word;
}

.section-description {
  margin-bottom: 0.9rem;
}

.social-shares {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.social-icons li {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.social-icons--link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: rgba(var(--text-color));
  padding: 0.25rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.social-icons.large .social-icons--link {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
}

.social-icons .social-icons--link:hover {
  transform: translateY(-0.313rem);
}

.social-icons--link > svg {
  position: relative;
  min-width: 1rem;
  width: 1rem;
  height: 1rem;
}

.double-label {
  position: relative;
}

.double-label .checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.facets-category-options-item.disabled .facets-filters-options-label,
.double-label .checkbox.disabled + .facets-filters-options-label {
  text-decoration: line-through;
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.facets-filters-options-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 1rem;
  font-size: var(--text-small);
  color: rgb(var(--text-color));
  border: 0.06rem solid rgb(var(--text-color));
  border-radius: 10rem;
  transition: 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}

.facets-filters-options-label span {
  display: block;
  position: relative;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.facets-filters-options-label:before {
  content: "";
  position: absolute;
  top: -0.06rem;
  left: -0.06rem;
  width: calc(100% + 0.13rem);
  height: calc(100% + 0.13rem);
  border-radius: 10rem;
  background-color: rgb(var(--text-color));
  -webkit-clip-path: inset(calc(100% - 0rem) 0rem 0rem 0rem round 10rem);
  clip-path: inset(calc(100% - 0rem) 0rem 0rem 0rem round 10rem);
  transition: clip-path 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
}
.facets-filters-options-label:hover:before,
.double-label .checkbox:checked ~ .facets-filters-options-label:before {
  -webkit-clip-path: inset(0 0 0 0 round 10rem);
  clip-path: inset(0 0 0 0 round 10rem);
}
.facets-filters-options-label:hover span,
.double-label .checkbox:checked ~ .facets-filters-options-label span {
  transform: translate3d(0, -150%, 0);
}
.facets-filters-options-label:after {
  content: attr(title);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: 100% 50%;
  transform: translate3d(0, 150%, 0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  color: rgb(var(--background-color));
}
.facets-filters-options-label:hover:after,
.double-label .checkbox:checked ~ .facets-filters-options-label:after {
  transform: translateZ(0);
}

.price-rangebar-input-group {
  display: flex;
  align-items: center;
  gap: 1.375rem;
  flex-wrap: wrap;
}

.price-range-bar .facets-range {
  height: 0.3rem;
  border: 0;
  background: rgb(var(--foreground-color));
  flex: 0 0 100%;
}

.facets-range .noUi-connect {
  background: rgb(var(--text-color));
}

.facets-availability {
  display: flex;
  grid-gap: 1.3rem;
  align-items: center;
}

.sidebar .facets-drawer-results {
  display: none;
}

.accordion {
  display: block;
}

.sidebar .accordion,
.sidebar .facets-availability {
  border-top: 0.06rem solid rgb(var(--border-color));
}

.sidebar .product-swatch {
  padding-left: 0.3rem;
}

.facets-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--text-small);
  padding: 1.3rem 0rem;
  font-weight: var(--label-font-weight);
  text-transform: var(--label-text-transform);
}

.disclosure-accordion .facets-heading svg {
  transition: all 0.3s ease-in-out;
}

.disclosure-accordion[open] .facets-heading svg {
  transform: rotate(45deg);
}

.price-range-bar .noUi-horizontal .noUi-handle {
  width: 1rem;
  height: 1rem;
  right: -1rem;
  border-radius: 50%;
  background: rgb(var(--text-color));
  box-shadow: none;
  border: 0;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.price-range-bar .noUi-horizontal .noUi-handle:hover {
  transform: scale(1.1);
}

.price-range-bar .noUi-horizontal .noUi-handle-upper {
  right: 0rem;
}

.price-range-bar .noUi-handle:after,
.price-range-bar .noUi-handle:before {
  content: none;
}

.input-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  padding: 0.625rem 1rem;
  min-width: 0;
  border-radius: min(0.25rem, 10rem);
  border: 0rem solid rgb(var(--text-color), 0.12);
  max-width: 9rem;
  background-color: rgb(var(--foreground-color));
}

.input-price > .input {
  -webkit-appearance: textfield;
  appearance: textfield;
  background: none;
  border: none;
  width: 100%;
  margin-left: 0.13rem;
  padding: 0;
  font-size: var(--text-small);
  box-shadow: none;
}

.table-wrapper {
  margin-bottom: 1.5rem;
  overflow-y: auto;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table,
td,
th {
  border: 0;
  vertical-align: middle;
}

td,
th {
  padding: 0.875rem 0.625rem;
}

.size-chart-table {
  margin-top: 0rem;
}

.size-chart-table tr :is(th, td) {
  border-bottom: 0.063rem solid rgb(var(--border-color));
  font-size: var(--text-small);
}

.sizechart-content p {
  font-size: var(--text-small);
}

.size-chart--img {
  margin: 2.5rem 0rem;
}


/* Pagination */
.pagination-wrapper {
  text-align: center;
  margin-top: 1.875rem;
}

.pagination-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination-list > li {
  flex: 1 0 1.6rem;
  max-width: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.3rem;
}

.pagination-list>li:is(:first-child, :last-child) {
  margin: 0 1.5rem;
}

.pagination-item {
  color: rgb(var(--foreground-color));
  color: rgba(var(--text-color));
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 2rem;
  width: 100%;
  padding: 0rem;
  text-decoration: none;
  transition: border-color 0.2s ease;
  border-bottom: 0.19rem solid transparent;
}

.pagination-item:is(.pagination-item--current, :hover) {
  border-bottom: 0.19rem solid rgb(var(--border-color));
}

.pagination-list li :is(.pagination-item--prev, .pagination-item--next) {
  border: 0;
}

.pagination-item .icon-caret {
  height: 0.625rem;
}

.pagination-item--next .icon-caret {
  margin-right: -0.2rem;
  transform: rotate(-90deg);
}

.pagination-item--prev .icon-caret {
  margin-right: -0.2rem;
  transform: rotate(90deg);
}

.loading-infinite {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  width: 2rem;
  vertical-align: middle;
}

.loading-infinite .loading {
  width: 100%;
  height: 100%;
  animation: rotate 3s infinite linear;
}

.loading-infinite .circle-primary {
  stroke-dasharray: 283;
  stroke-linecap: round;
  stroke: rgb(var(--text-color));
}

.loading-infinite .circle-secondary {
  stroke: rgb(var(--text-color), 0.1);
}

@keyframes rotate {
  from {
    transform: rotate(135deg);
    stroke-dashoffset: 283;
  }
  to {
    transform: rotate(495deg);
    stroke-dashoffset: 0rem;
  }
}

/* Availability Drawer Css */

.availability-product {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.availability-product-img {
  width: 7.625rem;
  height: 8.813rem;
  border-radius: 0.25rem;
  overflow: hidden;
}

.availability-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.availability-listing--item {
  padding: 2.125rem 0rem;
  border-top: 0.063rem solid rgb(var(--border-color));
  gap: 0.875rem;
}

.availability-listing--item:last-child {
  border-bottom: 0.063rem solid rgb(var(--border-color));
}

.availability-product--text {
  flex: 1;
}

.availability-status {
  flex: 0 0 auto;
  max-width: 8.75rem;
  min-width: 8.75rem;
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}

.availability-status svg {
  width: 0.938rem;
  min-width: 0.938rem;
}

.availability-cont--wrapper title {
  font-size: var(--text-base);
}

.availability-info {
  font-size: var(--text-small);
  display: block;
  color: rgb(var(--text-color), 0.5);
}

/* Availability Drawer Css End */

/* ================ */

.main-product-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.main-product-wrapper .main-product-media-wrapper {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.main-product-wrapper .main-product-tab-content,
.main-product-wrapper .product-information--wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 2rem;
}

.main-product-wrapper .main-product-tab-content {
  padding-top: 0rem;
}

.main-product-media-wrapper {
  user-select: none;
}

.product-media-template5 .slider-controls {
  left: 1.875rem;
  right: unset;
}

.main-product-form {
  padding-top: 0.625rem;
}
.atc-wrapper {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  grid-gap: 0.9rem;
}

.add-to-cart-text {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.atc-wrapper .button {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin: 0;
}

.atc-wrapper .button > span {
  width: 100%;
}

.atc-wrapper .button span svg {
  width: 0.875rem;
  height: 0.875rem;
  display: inline-block;
  min-width: 0.875rem;
  vertical-align: baseline;
  margin-right: 0.313rem;
}

.atc-wrapper .button .product-price-main {
  margin-left: auto;
}

.atc-wrapper .shopify-payment-button {
  width: 100%;
  flex: 0 0 100%;
}

.product-media-template1 .complementary-product {
  margin-top: 2.5rem;
}

.complementary-product {
  padding-top: 2.7rem;
}

.recommendations-product-heading {
  font-size: var(--text-large);
  margin-bottom: 0.75rem;
  max-width: calc(100% - 5.375rem);
}

.complementary-product .slider-controls {
  position: absolute;
  top: 1rem;
  right: 0;
}

.complementary-product .swiper-button {
  background: transparent;
  color: rgb(var(--text-color));
  width: 1.5rem;
  height: 1.5rem;
  border: none;
}

.complementary-product .swiper-button:after {
  font-size: var(--text-base);
}

.complementary-product .slider-controls .swiper-button-lock {
  display: none;
}

:is(.related-products-wrapper, .recently-view-products-wrapper) {
  position: relative;
}

.product-accordion-item:not(:first-child) .product-accordion {
  border-top: 0.063rem solid rgb(var(--border-color));
}

.product-accordion-item:last-child .product-accordion {
  border-bottom: 0.063rem solid rgb(var(--border-color));
}

.product-accordion-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-grow: 1;
  padding: 1.125rem 0rem;
}
details.product-accordion.accordion-details .accordion-content {
  padding-bottom: 2rem;
}

.product-accordion .accordion-arrow {
  transition: all 0.3s ease-in-out;
}

.product-accordion[open] .accordion-arrow {
  transform: rotate(45deg);
}

.recommendations-slider-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.recommendations-slider.swiper-horizontal .recommendations-slider-item {
  flex-direction: column;
  gap: 0.2rem;
}

.recommendations-slider-item:not(:last-child) {
  margin-bottom: 0.625rem;
}

.recommendations-product-img {
  width: 8.75rem;
  min-width: 8.75rem;
  height: 8.75rem;
  position: relative;
  overflow: hidden;
  border-radius: var(--rounded-card);
}

.recommendations-product-img .recommendations--img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.recommendations-product-content {
  font-size: var(--text-small);
}

.add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  background: rgb(var(--background-color));
  border-radius: 10rem;
}

product-content-element {
  display: block;
}

.tab {
  display: flex;
  gap: 1.75rem;
  flex-wrap: wrap;
}

.tab-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: rgb(var(--text-color), 0.5);
  font-size: var(--text-small);
}

product-content-element .tab-link {
  text-decoration: underline;
  color: rgb(var(--text-color));
}

.tab-link.is-active {
  color: rgb(var(--text-color));
  text-decoration: underline;
  text-underline-offset: 0.188rem;
}

.tab-link .tab-dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  min-width: 0.5rem;
  background: currentColor;
  border-radius: 50%;
  vertical-align: middle;
}

product-content-element .tab-link .tab-dot {
  display: none;
}

.drawer-tab--text:not(.is-active) {
  display: none;
}

.drawer-tab--text > :is(p, ul, ol, span) {
  font-size: var(--text-small);
}

.drawer-tab--text :is(p, ul, ol, span) li {
  margin-bottom: 0.5rem;
}

.drawer-tab-content .drawer-tab--text p strong {
  margin-bottom: 0.313rem;
  display: block;
}

.tab-image-box {
  margin: 1.25rem 0;
}

.title-small {
  font-size: var(--text-base);
  margin-bottom: 0.5rem;
}

.contact-information li {
  font-size: var(--text-small);
  margin-bottom: 1.25rem;
}

.ask-question-form .input {
  font-size: var(--text-small);
}

.pickup-availability {
  display: block;
}

.pickup-available-header {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.25rem 0rem 0.625rem;
}

.pickup-available-header > svg {
  min-width: 1.25rem;
  width: 1.25rem;
  margin-top: 0.125rem;
}

.availability-desc {
  max-width: 17.188rem;
  margin: 0rem;
}

.availability-content--text .view-store {
  padding: 0.188rem;
  margin-top: 0.5rem;
}

.delivery-info-coontent {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.delivery-info-coontent li {
  display: flex;
  align-items: flex-start;
  flex: 0 0 100%;
  max-width: calc(50% - 0.625rem);
  gap: 0.75rem;
}

.delivery-info-coontent .check-icon {
    display: inline-block;
    width: 1.2rem;
    min-width: 1.2rem;
    padding-top: 0;
}

.delivery-info-coontent .check-icon svg {
  width: 100%;
}

.delivery-info-coontent .check-icon svg path {
  stroke: currentcolor;
}

/* Add To Cart Drawer */

.free-shipping-bar {
  margin-bottom: 2rem;
}

.progress-bar {
  position: relative;
  overflow: hidden;
  height: 0.375rem;
  border-radius: 0rem;
  background-color: rgba(var(--text-color), 0.06);
}

.free-shipping-bar-message {
  margin-bottom: 0.6rem;
}

.progress-bar .progress {
  position: relative;
  display: block;
  width: var(--progress);
  height: 100%;
  border-radius: 0rem;
  background-image: linear-gradient(
    90deg,
    rgba(var(--text-color)),
    rgba(var(--text-color))
  );
  transition: var(--transition);
}

.cart-product {
  display: flex;
  width: 100%;
  align-items: stretch;
  margin-bottom: 1.25rem;
  gap: 1.25rem;
  position: relative;
  margin-top: 1.25rem;
}

.cart-product-image {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 9.375rem;
  height: 9.375rem;
  overflow: hidden;
  border-radius: var(--rounded-card);
}

.cart-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.cart-product-image:hover img {
  transform: scale(1.1);
}

.cart-product-info {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
  gap: 0.3rem;
  flex: 1;
}

.cart-product-options {
  display: inline-flex;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgb(var(--text-color), 0.5);
}

.cart-product-options + .cart-product-options:before {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.188rem;
}

.cart-product-options dt {
  display: none;
}

.product-quantity-wrapper {
  margin-top: auto;
}

.cart-product-info .quantity-elements {
  border-radius: 10rem;
}

.cart-product-info .quantity-elements:hover {
  background: rgba(var(--text-color-input));
  color: rgba(var(--background-color-input));
}

.cart-product-info .quantity-elements .quantity-input {
  width: 1.8rem;
  height: 1.8rem;
}

.cart-product-info .quantity-elements button {
  width: 1.6rem;
  height: 1.8rem;
}

.remove-product {
  margin-left: auto;
  align-self: flex-end;
  padding: 1rem 0;
  min-width: 4.2rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cart-remove-loader {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cart-remove {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0rem;
}
.remove-product a.cart-remove:hover {
  text-decoration: underline;
}

.cart-remove svg {
  width: 1rem;
  height: 1rem;
}

.product-recommendations {
  display: block;
  position: relative;
  padding-top: 1.25rem;
  margin-top: 1.875rem;
  border-top: 0.063rem solid rgb(var(--border-color));
}

.product-recommendations--title {
  max-width: calc(100% - 6.875rem);
  margin-bottom: 0.6rem;
}

.product-recommendations .slider-controls {
  position: absolute;
  top: 1.3rem;
  right: 0;
}

.product-recommendations .slider-controls .swiper-button {
  background: transparent;
  width: 1.5rem;
  height: 1.5rem;
  color: rgb(var(--text-color));
  border: none;
}

.product-recommendations .slider-controls .swiper-button::after {
  font-size: var(--text-small);
}

.recommendations-slide {
  display: flex;
  gap: 0.8rem;
}

.product-scroll-image {
  height: 13.25rem;
  overflow: hidden;
  margin-bottom: 0.6rem;
  border-radius: var(--rounded-card);
}

.product-scroll-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.product-scroll-image .addToCart-icon {
  width: 1.625rem;
  min-width: 1.625rem;
  height: 1.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(var(--text-color));
  color: rgb(var(--background-color));
  border-radius: 50%;
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  padding: 0.2rem;
}

.modal-dialog-cart--navtabs {
  padding: 1.1rem 0rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  border-top: 0.063rem solid rgb(var(--border-color));
  border-bottom: 0.063rem solid rgb(var(--border-color));
}

.modal-dialog-button {
  display: flex;
  align-items: center;
  font-size: var(--text-small);
  gap: 0.6rem;
  padding: 0.188rem 0rem;
}

.modal-dialog-button svg {
  width: 1.25rem;
  min-width: 1.25rem;
}

.modal-dialog-button:hover {
  text-decoration: underline;
}

.cart-dialog {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  transition: visibility 300ms ease;
  visibility: hidden;
  height: 100%;
  width: 100%;
}

.cart-dialog:is(.is-visible)::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(0.063rem);
  /* opacity: 0; */
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.cart-dialog.is-visible {
  visibility: visible;
}

.cart-dialog-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgb(var(--background-color));
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 1001;
  padding: 3rem;
  box-sizing: border-box;
  max-width: var(--drawer-width);
}

.cart-dialog.is-visible .cart-dialog-wrapper {
  transform: translateY(0);
}

.cart-dialog-label {
  margin-bottom: 1rem;
}

.cart-dialog-wrapper .cart--close {
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
}

.cart-dialog-wrapper .cart--close close-btn {
  padding: 0.5rem;
}

.cart-dialog .input {
  font-size: var(--text-base);
}

.discount-with-total {
  padding: 0.6rem 0rem;
}

.discount-amout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background-color: rgb(var(--text-color));
  color: rgb(var(--background-color));
  padding: 0.438rem 0.375rem;
  border-radius: 10rem;
  margin: 1rem 0;
}

.total-amount > div {
  margin-top: 0.5rem;
}

.action-wrapper {
  gap: 1rem;
  margin-bottom: 1rem;
}

.action-wrapper .button {
  flex: 1;
  max-width: calc(100% - 1rem);
}

.shipping-tax-wrapper {
  margin-top: 16px;
}

.continue-shopping {
  padding: .38rem 0rem;
  display: inline-block;
  background-position: 0 2em;
}

/* Empty Cart */

.cart-drawer-empty {
  display: flex;
  flex-direction: column;
  padding: 4vh 0;
  height: 100%;
}

.cart-drawer-empty-inner {
  align-self: center;
  max-width: 24rem;
  margin: 0 auto;
}

.cart-empty-icon {
  margin-bottom: 1.3rem;
}

.cart-drawer-empty .cart-empty-title {
  margin-bottom: 0.625rem;
}

.cart-drawer-empty .button {
  margin-top: 2rem;
}

.cart-login-wrapper {
  margin: 2rem 0;
}

.cart-title-login {
  margin-bottom: 0.5rem;
}

.cart-drawer-empty-collections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.875rem;
}

.cart-empty-collections-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--roounded-block);
}

.cart-empty-collections-item img {
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.cart-empty-collections-item:hover img {
  transform: scale(1.1);
}

.cart-empty-collections-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--background-color));
  transition: all 0.3s ease-in-out;
  padding: 0.6rem;
}

.giftwrap {
  font-size: var(--text-small);
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.giftwrap .input-option {
  appearance: none;
  width: 1.3rem;
  height: 1.3rem;
  background: rgb(var(--background-color-input));
  color: rgb(var(--background-color-input));
  border: 0.063rem solid rgb(var(--border-color));
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.2s;
  vertical-align: top;
  border-radius: 0.25rem;
  flex: 0 0 auto;
}

.giftwrap .input-option:is([type="checkbox"], [type="radio"]):checked {
  background: rgb(var(--text-color-input));
}

.giftwrap .input-option:is([type="checkbox"], [type="radio"]):before {
  content: "";
  display: block;
  position: absolute;
  border: 0.094rem solid currentColor;
  border-left: 0rem;
  border-top: 0rem;
  width: 0.3rem;
  height: 0.6rem;
  left: 0.4rem;
  top: 0.2rem;
  transform: rotate(43deg);
}

/* Password Page */

.password-header {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.063rem solid rgb(var(--border-color));
  padding: 2.75rem 0rem;
}

.password-main .password-header {
  justify-content: space-between;
}

.password-body {
  height: calc(100vh - 7rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.password-content {
  width: 100%;
  max-width: 32rem;
  text-align: center;
}

.password-title {
  margin: 2.5rem 0rem 1rem;
}

.password-text {
  margin: 0 0 1.25rem;
}

.password-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.3, 1);
}

.close-popup {
  background: transparent;
  border: 0;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}

.password-popup:is(:target, .is-visible) {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}

.password-popup-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  background-color: rgba(var(--background-color));
  color: rgba(var(--text-color));
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  height: 100%;
  transform: scale(0.95);
  padding: 3.125rem;
  text-align: center;
}

.password-popup:is(:target, .is-visible) .password-popup-inner {
  transform: scale(1);
}

.password-popup-inner > *:not(.close-popup) {
  width: 100%;
  max-width: 36.25rem;
  margin-left: auto;
  margin-right: auto;
}

.password-popup-inner > *:not(:last-child) {
  margin-bottom: 1.375rem;
}

#scroll-to-top {
  z-index: 9;
  position: fixed;
  bottom: var(--scroll-top-position);
  height: 3.375rem;
  width: 3.375rem;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.back-to-top--left {
  left: 1.5rem;
}

.back-to-top--center {
  left: 50%;
}

.back-to-top--right {
  right: 1.5rem;
}

#backtoscroll-value {
  height: calc(100% - 0.375rem);
  width: calc(100% - 0.375rem);
  background-color: var(--scroll-top-background);
  color: var(--scroll-top-color);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

#backtoscroll-value svg {
  transform: rotate(-90deg);
}

.product-card-list .product-card--text {
  padding-left: 4px;
}

product-card.product-card-wrapper.zoom-image--effect .product-card-media img.product-card-hover--img {
    transition: all ease .5s;
    transform: translateY(10px) scale(1.1);
    opacity: 0;
    clip-path: none;
}
product-card.product-card-wrapper.zoom-image--effect .product-card-media:hover img.product-card-hover--img {
    transform: translateY(0px) scale(1.0);
    opacity: 1;
}
ul.list-view li {
    padding: .49rem 0;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid rgb(var(--text-color),.12);
    align-items: center;
}
ul.list-view {
    flex-direction: column;
    gap: 0;
}
.show-background {
    padding: 0.875rem;
    background-color: rgba(var(--foreground-color));
}
subscription-popup.modal-wrapper.subscription-popup.newsletter-without-img .modal-content {
    max-width: 32.625rem;
}
ul.delivery-info-coontent {
    border-radius: var(--rounded-card);
}
ul.list-view li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
ul.list-view li:first-child {
    padding-top: 0;
}
.collection-list--card {
    position: relative;
}
.collection-list--grid {
    gap: 1rem;
}
/* .collection-list--card {
    width: calc(20% - 0.8rem);
} */
.collection-card--img {
    position: relative;
    /* border-radius: var(--rounded-card); */
    overflow: hidden;
}

@media (min-width: 1025px) {
  .product-card-buttons {
    bottom: 0rem;
    max-width: calc(100% - 3rem);
    transform: translateY(120%);
  }
  .product-card-wrapper:hover .product-card-buttons {
    bottom: 0.8rem;
    transform: translateY(0%);
  }
  .product-card-wrapper:not(:hover)
    .quick-view-button-icon:not(:focus-visible) {
    pointer-events: none;
    opacity: 0;
    transform: scale(0);
  }
  .select-option {
    padding: 0.4rem 0.8rem;
  }
  .quick-add,
  .quick-view-button-icon {
    min-width: 2.2rem;
    width: 2.2rem;
    height: 2.2rem;
  }
  .quick-view-button-icon {
    top: 0.8rem;
    right: 0.8rem;
  }
  .product-card-wrapper:not(:hover)
    .product-card-buttons
    .product-variant--picker {
    transform: scale(0.8);
  }
}

@media (min-width: 992px) {
  .page--width {
    padding-inline: max(
      3.3rem,
      50vw - var(--scrollbar-width, 0rem) / 2 - var(--page-width) / 2
    );
  }
  .main-heading {
    padding-bottom: 2rem;
  }
  .main-heading .section-title + :is(p, .section-description, .description) {
    margin-top: 0.9rem;
  }
  .swiper-button {
    width: 2.375rem;
    height: 2.375rem;
  }
  .product-card-wrapper:is(.card-true) .product-card--text {
    padding: 1.3rem 1.875rem;
  }
  :is(
      .featured-collection-section,
      .related-products-wrapper,
      .recently-view-products-wrapper,
    )
    .slider-controls {
    position: absolute;
    top: -4.2rem;
    right: 0;
  }
  .main-product-wrapper .main-product-media-wrapper {
    flex: 1;
    max-width: 40%;
  }
  .main-product-wrapper:has(.product-media-template1) :is(.main-product-tab-content, .main-product-wrapper .main-product-media-wrapper, .product-information--wrapper) {
    position: sticky;
    top: 2rem;
  }
  .main-product-wrapper .main-product-tab-content,
  .main-product-wrapper .product-information--wrapper {
    flex: 1 1;
    max-width: 30%;
    padding: 3rem;
  }
  .recommendations-slider {
    max-height: 27.5rem;
  }
  .featured-collection-section .main-heading {
    max-width: calc(100% - 10rem);
  }

  .cart-empty-collections-title {
    transform: translateY(0.625rem);
    opacity: 0;
  }
  .cart-empty-collections-title:hover {
    transform: translateY(0rem);
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .close-localization {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    padding: 0.7rem;
  }
  .close-localization::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 0.05rem solid rgb(var(--text-color));
    position: absolute;
    border-radius: 10rem;
    transform: scale(0.9);
    transition: all 0.5s cubic-bezier(0.3, 1, 0.3, 1);
    opacity: 0;
  }

  .close-localization:hover:before {
    transform: scale(1.1);
    opacity: 1;
  }

  .close-localization span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(var(--foreground-color));
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
    z-index: -1;
  }

  .close-localization:hover span:before {
    transform: scale(0);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .localization-content {
    padding: 4rem;
    max-width: 31rem;
    transform: translateY(1.875rem);
  }
  .disclosure_wrapper.is-active .localization-content {
    transform: translateY(0rem);
  }
  .complementary-product .slider-controls {
    top: 2.8rem;
  }
}

@media (max-width: 991px) {
  .recently-view-products-wrapper .slider-controls {
    margin-top: 1rem;
  }
  .close-localization {
    background: rgb(var(--foreground-color));
    border-radius: 50%;
  }
  .quick-view-button-icon svg {
    width: 0.7rem;
    height: 0.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-height--full {
    height: calc(100vh - 2rem);
  }
  .mobile-height--auto {
    height: auto;
  }
  .mobile-height--300 {
    height: 18.75rem;
  }
  .mobile-height--350 {
    height: 25.875rem;
  }
  .mobile-height--400 {
    height: 35rem;
  }
  .mobile-height--450 {
    height: 44.125rem;
  }
  .cart-product-image {
    max-width: 5rem;
    height: 6rem;
    min-width: 5rem;
  }
  .featured-collection-section .swiper {
    margin-bottom: 1.5rem;
  }

  .cart-dialog-wrapper {
    padding: 2rem 1rem;
  }
  .product-scroll-image {
    height: 10rem;
  }
  .modal-dialog-cart--navtabs {
    padding: 1rem 0rem;
    gap: 1rem;
  }
  .cart-drawer-empty {
    padding: 3vh 0;
    max-width: 18rem;
    margin: 0 auto;
    height: auto;
  }
  .drawer > div[data-product-info] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .localization-content {
    max-width: 100%;
    align-self: flex-end;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
  }
  .disclosure_wrapper.is-active .localization-content {
    transform: translateY(0%);
  }
  .localization-content-item .disclosure__list {
    top: unset;
    bottom: calc(100% - 1.6rem);
  }
  .complementary-product {
    padding-top: 1rem;
  }
  .product-price-list product-sale-price {
    font-size: var(--text-small);
  }
  .recommendations-product-img {
    width: 100%;
    min-width: 100%;
    height: 12rem;
  }
  .collection-product--results .product-card-list {
    grid-gap: var(--grid-gap);
  }
}

/* === Abayadore: Policy / Page typography === */
.page-content-text.rte {
  max-width: 820px;
  margin: 0;
  text-align: left;
  color: #222;
  font-size: 16px;
  line-height: 1.7;
}
.page-content-text.rte p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}
.page-content-text.rte h1,
.page-content-text.rte h2,
.page-content-text.rte h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 28px 0 12px;
  color: #111;
  text-align: left;
}
.page-content-text.rte h2 { font-size: 22px; }
.page-content-text.rte h1 { font-size: 26px; }
.page-content-text.rte ul,
.page-content-text.rte ol {
  margin: 0 0 16px 22px;
  padding: 0;
}
.page-content-text.rte li {
  margin-bottom: 6px;
  line-height: 1.7;
  font-size: 16px;
  text-align: left;
}
.page-content-text.rte strong { font-weight: 700; }
.page-content-text.rte a { color: #111; text-decoration: underline; }
.page-content-text.rte table { width: 100%; max-width: 560px; margin: 16px 0; border-collapse: collapse; }
.page-content-text.rte th,
.page-content-text.rte td { padding: 12px; border: 1px solid #e5e5e5; text-align: center; }
.page-content-text.rte thead th { background: #000; color: #fff; }

/* Page title */
.page-content .main-heading {
  text-align: left;
  margin-bottom: 24px;
}
.page-content .main-heading h1,
.page-content .main-heading h2,
.page-content .main-heading h3 {
  text-align: left;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0;
}

/* === Abayadore media gallery: Instagram 4:5 portrait, full image visible === */
.media-gallery-slider {
  max-width: 22rem !important;
  margin-left: auto;
  margin-right: auto;
}
.media-gallery--img {
  aspect-ratio: 4 / 5 !important;
  height: auto !important;
  max-height: none !important;
  background: #f5f5f5;
}
.media-gallery--img img,
.media-gallery--img .placeholder-svg {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
@media (min-width: 992px) {
  .media-gallery-card .media-gallery-wrapper > .media-gallery-slider {
    max-width: 22rem !important;
    flex: 0 0 22rem !important;
  }
}
@media (min-width: 1025px) {
  .media-gallery-slider { max-width: 24rem !important; }
}
@media (min-width: 1920px) {
  .media-gallery-slider { max-width: 28rem !important; }
}

/* Thumbnails: 4:5 portrait, full image visible (no crop) */
.slider-thumbnails-item {
  aspect-ratio: 4 / 5 !important;
  height: auto !important;
  background: #f5f5f5;
  max-width: calc(12.5% - 1.04rem) !important;
}
.slider-thumbnails-item img,
.slider-thumbnails-item .placeholder-svg {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block;
}
@media (max-width: 991px) {
  .slider-thumbnails-item {
    max-width: calc(25% - 0.5rem) !important;
  }
}

/* === Abayadore: best-selling banner collage — override absolute img positioning === */
.bsp-collage {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: grid;
  gap: 0;
  z-index: 0;
}
.bsp-collage img {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
  top: auto !important;
  left: auto !important;
}

/* === Abayadore: remove brand info column and center 4 menu columns === */
.footer-brand { display: none !important; }
.footer-main { justify-content: center !important; }
.footer-links {
  width: 100% !important;
  max-width: 1000px !important;
  flex: 1 1 100% !important;
  display: flex !important;
  justify-content: center !important;
  gap: 80px !important;
  margin: 0 auto !important;
}
.footer-links > * {
  flex: 0 0 auto !important;
  min-width: 140px;
}
@media (max-width: 768px) {
  .footer-links { gap: 30px !important; flex-wrap: wrap; }
}

/* Footer social row + centered copyright */
.abayadore-footer-social {
  display: flex;
  justify-content: center;
  margin: 20px 0 16px;
}
.abayadore-footer-social .social-icons {
  display: flex !important;
  gap: 18px;
  margin: 0;
  padding: 0;
}
.abayadore-footer-social .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0.85;
  transition: opacity .2s;
}
.abayadore-footer-social .social-icons a:hover { opacity: 1; }
.footer-bottom {
  justify-content: center !important;
  text-align: center !important;
  flex-direction: column !important;
  gap: 12px;
}
.footer-bottom .footer-info {
  text-align: center !important;
  justify-content: center !important;
  width: 100%;
}
.footer-bottom .footer-info p { text-align: center !important; margin: 0 auto; }
.footer-bottom .footer-payment { justify-content: center !important; }

/* === Abayadore: restore sticky-bar add-to-cart button (overrides PDP full-width rule) === */
.sticky-bar-product-wrapper .atc-button,
.product-sticky-bar .atc-button {
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  font-size: 0 !important;
  letter-spacing: 0 !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}
.sticky-bar-product-wrapper .atc-button > * {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}
.sticky-bar-product-wrapper .atc-button .button-text,
.sticky-bar-product-wrapper .atc-button .product-price-main,
.sticky-bar-product-wrapper .atc-button .price-list { display: none !important; }
.sticky-bar-product-wrapper .atc-button .add-to-cart-text {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}
.sticky-bar-product-wrapper .atc-button svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  margin: 0 !important;
}

/* === Abayadore: bigger product title + separators after variant/quantity === */
.product-information--inner h2,
.product-information--inner .product-info-title h2,
.featured-product--grid h2.h4,
.featured-product--grid h2.h2,
.product-information--inner > heading-main h2 {
  font-size: clamp(28px, 3.4vw, 44px) !important;
  line-height: 1.15 !important;
  margin: 4px 0 16px !important;
  letter-spacing: -0.01em !important;
}

/* === Abayadore: uniform 20px gap around every separator === */
.product-information--inner [data-main-price],
.product-information--inner .product-price-wrapper,
.product-information--inner .product-main-price,
.product-information--inner .product-variant-selector,
.product-information--inner .product-quantity-wrapper {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #e6e6e6 !important;
}
/* First block (price) has no top border but keeps bottom border */
.product-information--inner [data-main-price]:first-of-type,
.product-information--inner .product-price-wrapper:first-of-type {
  padding-top: 0 !important;
}
/* Variant selector contains both Color and Size — give each its own padded row with a divider */
.product-information--inner .product-variant-selector {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.product-information--inner .product-variant-selector .product-variant--picker {
  margin: 0 !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid #e6e6e6 !important;
}
.product-information--inner .product-variant-selector .product-variant--picker:last-child {
  border-bottom: none !important;
}
/* The variant selector itself keeps a closing bottom border under the last picker */
.product-information--inner .product-variant-selector {
  border-bottom: 1px solid #e6e6e6 !important;
}

/* Kill parent row-gap on PDP info column so my paddings are the only spacing */
.product-information--inner {
  row-gap: 0 !important;
  gap: 0 !important;
}
/* Re-add top padding to the first SKU/title rows that lost their natural spacing */
.product-information--inner .product--heading { padding: 0 !important; margin-bottom: 6px !important; }
.product-information--inner .product-sku { padding: 0 0 16px 0 !important; }

/* Fix: <legend> ignores its <fieldset> padding-top by HTML spec.
   Push the legend (Color/Size label) down by 20px so the inside top gap
   matches the inside bottom gap (which the swatches respect via padding-bottom). */
.product-variant-selector .product-variant--picker > legend.product-variant--text {
  margin-top: 0 !important;
}
.product-variant-selector .product-variant--picker {
  padding-top: 0 !important; /* legend ignored it anyway */
}
.product-variant-selector .product-variant--picker > legend.product-variant--text {
  padding-top: 20px !important;
  display: block;
  width: 100%;
}

/* Match Color/Size label→control gap to the Quantity label→box gap exactly */
fieldset.product-variant--picker > legend.product-variant--text,
.product-variant-selector .product-variant--picker > legend.product-variant--text,
.product-information--inner .product-variant-selector .product-variant--picker > legend.product-variant--text {
  margin: 0 0 -6px 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.1 !important;
}
.product-variant-selector .product-variant--picker ul,
.product-variant-selector .product-variant--picker .product-swatch ul,
.product-variant-selector .product-variant--picker .product-select--box ul {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.product-information--inner .product-quantity-wrapper .label-text {
  margin-bottom: 6px !important;
}

/* === Abayadore: PDP below-button sections — uniform 20px gap + separator ===
   We target the parent .custom-liquid wrapper (because pdp.css has a :has() rule
   that puts a rounded box on it). Strip the box, apply 20px padding + bottom border. */
body .product-information--inner .custom-liquid:has(.abayadore-pay),
body .product-information--inner .custom-liquid:has(.abayadore-shipping),
body .product-information--inner .custom-liquid:has(.abayadore-bnpl),
body .product-information--inner .custom-liquid:has(.abayadore-countdown),
body .product-information--inner ul.delivery-info-coontent {
  padding: 20px 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e6e6e6 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
/* Reset the children that had their own padding/border-radius */
body .product-information--inner .abayadore-pay,
body .product-information--inner .abayadore-shipping,
body .product-information--inner .abayadore-bnpl {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
/* Last block in the column — no closing border */
body .product-information--inner .custom-liquid:last-child:has(.abayadore-bnpl) {
  border-bottom: 0 !important;
}

/* ============================================================
   Abayadore — client feedback batch
   ============================================================ */

/* 1) Force Poppins everywhere (overrides any leftover font assignments) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
:root {
  --text-font-family: 'Poppins', system-ui, -apple-system, sans-serif !important;
  --heading-font-family: 'Poppins', system-ui, -apple-system, sans-serif !important;
  --text-accent-font-family: 'Poppins', system-ui, -apple-system, sans-serif !important;
}
body, button, input, textarea, select,
h1, h2, h3, h4, h5, h6, p, span, div, a, li {
  font-family: 'Poppins', system-ui, -apple-system, sans-serif !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}
body, p, .text-base, .text-sm, .text-lg, .text-xl {
  font-weight: 400 !important;
}

/* 2) Remove yellow Buy It Now button → dark like ATC */
.shopify-payment-button .shopify-payment-button__button,
.shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .shopify-payment-button__button--branded,
.shopify-payment-button__button[style*="background"],
.product-form__submit,
button[name="checkout"],
.btn-buy-it-now,
.buy-it-now-btn {
  background-color: #1c1917 !important;
  background: #1c1917 !important;
  color: #ffffff !important;
  border: 1px solid #1c1917 !important;
}
.shopify-payment-button__button:hover,
.product-form__submit:hover { background-color: #000 !important; }

/* 3) Remove footer favicon row (the f + IG icons under menu columns) */
.abayadore-footer-social,
.footer-copyright-wrapper .social-icons,
.footer-bottom .social-icons { display: none !important; }

/* 4) Testimonials — auto-rotate (CSS-based), hide arrows, add verified badge */
.section-testimonial .slider-controls,
.section-testimonial .swiper-button-next,
.section-testimonial .swiper-button-prev,
.section-testimonial .slider-thumbnails,
.section-testimonial .testimonial-control,
.section-testimonial [data-slider-nav] { display: none !important; }
/* Verified badge next to author name */
.section-testimonial .quote-author::before,
.section-testimonial .author::before,
.section-testimonial [class*="author"]::before {
  content: "✓ ";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1d9bf0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  margin-right: 6px;
  vertical-align: middle;
}

/* ============================================================
   Poppins normalization — Poppins has larger x-height than serif,
   so scale headings down and body slightly to match designed look.
   ============================================================ */

/* Headings: scale down */
h1, .h1 { font-size: clamp(22px, 2.4vw, 34px) !important; line-height: 1.2 !important; }
h2, .h2 { font-size: clamp(20px, 2vw, 28px) !important; line-height: 1.25 !important; }
h3, .h3 { font-size: clamp(17px, 1.6vw, 22px) !important; line-height: 1.3 !important; }
h4, .h4 { font-size: clamp(15px, 1.3vw, 18px) !important; line-height: 1.35 !important; }
h5, .h5 { font-size: clamp(13px, 1.1vw, 15px) !important; line-height: 1.4 !important; }
h6, .h6 { font-size: clamp(12px, 1vw, 13px) !important; line-height: 1.4 !important; }

/* Body: comfortable reading size */
body, p, .text-base { font-size: 14px !important; line-height: 1.55 !important; }
.text-sm { font-size: 12px !important; }
.text-lg { font-size: 16px !important; line-height: 1.55 !important; }
.text-xl { font-size: 18px !important; line-height: 1.45 !important; }

/* Header / nav links — keep them small */
.header-nav a, .menu-toggle-text, nav a { font-size: 13px !important; letter-spacing: 0.04em !important; }

/* Buttons — consistent */
.button, button, .atc-button, .product-form__submit,
.shopify-payment-button .shopify-payment-button__button {
  font-size: 13px !important;
  letter-spacing: 0.08em !important;
  font-weight: 600 !important;
}

/* Product title — readable but not huge */
.product--heading h1,
.product--heading h2,
.product-information--inner h2 {
  font-size: clamp(22px, 2.2vw, 30px) !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

/* Price */
.product-main-price .price-item,
.product-main-price .product-actual-price {
  font-size: clamp(18px, 1.8vw, 24px) !important;
  font-weight: 700 !important;
}

/* Section headings on homepage */
.featured-collection-heading,
.best-selling-products .heading,
.collection-tab-heading,
.media-gallery-headings h2,
.section-testimonial h2,
.section-testimonial h4 {
  font-size: clamp(18px, 2vw, 26px) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

/* Marquee text — keep big for impact */
.scrolling-text-marquee--slide,
.marquee-text {
  font-size: clamp(28px, 5vw, 56px) !important;
  font-weight: 700 !important;
}

/* Labels (small uppercase like COLOR, SIZE, QUANTITY) */
.product-variant--text,
.product-quantity-wrapper .label-text,
.abayadore-pay__label {
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  font-weight: 600 !important;
}

/* Footer column headings */
.footer-menu-heading,
.footer-block .h6,
.footer-block h6 {
  font-size: 13px !important;
  letter-spacing: 0.08em !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

/* Footer links */
.footer-block a, .footer-menu a {
  font-size: 13px !important;
  font-weight: 400 !important;
}

/* Newsletter SIGN UP heading */
.footer-newsletter h3, .footer-newsletter h2, [class*="newsletter"] h2, [class*="newsletter"] h3 {
  font-size: clamp(18px, 2vw, 26px) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

/* Product cards on grid */
.product-card-title, .product-info-title, .product-title {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}
.product-card-price, .product-actual-price {
  font-size: 13px !important;
  font-weight: 600 !important;
}

/* Collapsible headings (CARE INSTRUCTIONS, SHIPPING, etc.) */
.collapsible-heading,
.collapsible-row-heading,
details summary {
  font-size: 12px !important;
  letter-spacing: 0.1em !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

/* Trust badge text */
.delivery-info-coontent li { font-size: 11px !important; line-height: 1.3 !important; }

/* Bundle card */
.abayadore-bundle__title { font-size: 13px !important; letter-spacing: 0.08em !important; font-weight: 600 !important; }
.abayadore-bundle__desc { font-size: 13px !important; line-height: 1.5 !important; }
.abayadore-bundle__item-name { font-size: 12px !important; font-weight: 500 !important; }
.abayadore-bundle__item-price { font-size: 12px !important; }
.abayadore-bundle__total strong { font-size: 16px !important; font-weight: 700 !important; }

/* Bigger section headings */
.featured-collection-heading,
.best-selling-products .heading,
.collection-tab-heading,
.media-gallery-headings h2,
.media-gallery-headings h6,
.section-testimonial h2,
.section-testimonial h4,
.section-testimonial h6,
.section-featured-collection h5,
.section-featured-collection h2,
.section-collection-tab h5,
.section-collection-tab h2,
.section-best-selling-products h2,
.section-best-selling-products h6,
section h5.section-title,
section h5.heading,
section h2.section-title,
section h2.heading {
  font-size: clamp(22px, 2.8vw, 34px) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
}

/* Hero slider — light overlay killed, dark text instead of white */
.slideshow-element .slideshow-overlay,
.slideshow-element .swiper-slide::before,
.slideshow-media::before,
.slideshow-img::before {
  background: transparent !important;
  opacity: 0 !important;
}
.slideshow-content--wrapper,
.slideshow-content--wrapper :is(h1, h2, h3, h4, h5, h6, p, span, a, .description, .heading) {
  color: #1c1917 !important;
  text-shadow: 0 1px 2px rgba(255,255,255,0.4) !important;
}
.slideshow-content--wrapper .button,
.slideshow-content--wrapper button {
  background: #1c1917 !important;
  color: #fff !important;
  border-color: #1c1917 !important;
}

/* === Header overrides === */
/* Hide mobile menu (hamburger) on desktop */
@media (min-width: 992px) {
  header-drawer.drawer-toggle,
  .drawer-toggle,
  .hamburger,
  .mobile-menu-toggle,
  .menu-toggle,
  .site-navbar .drawer-toggle,
  .header-item.drawer-toggle {
    display: none !important;
  }
}

/* Header nav links — force BLACK so they show on white/light backgrounds */
.site-header a,
.site-header nav a,
header a,
.header-menu a,
.menu-list a,
.menu-list li > a,
.menu-list span,
.megamenu-item a {
  color: #1c1917 !important;
}

/* Right side icons (search, account, cart) — black fill/stroke */
.header-actions svg,
.header-icons svg,
.site-header .header-item svg,
.header-search-button svg,
.header-account-button svg,
.cart-toggle svg,
[data-cart-toggle] svg,
[data-search-toggle] svg,
[data-account-toggle] svg {
  fill: #1c1917 !important;
  color: #1c1917 !important;
  stroke: #1c1917 !important;
}
.header-actions a,
.header-icons a,
.site-header .header-item a {
  color: #1c1917 !important;
}

/* Cart count bubble — keep visible */
.cart-count,
[data-cart-count] {
  background: #1c1917 !important;
  color: #fff !important;
}

/* Slider SHOP NOW button — white background, black text */
.slideshow-content--wrapper .button,
.slideshow-element .button,
.slideshow-element a.button,
.slideshow-content--wrapper button {
  background: #ffffff !important;
  color: #1c1917 !important;
  border: 1px solid #1c1917 !important;
}
.slideshow-content--wrapper .button:hover,
.slideshow-element .button:hover {
  background: #1c1917 !important;
  color: #ffffff !important;
}

/* ============================================================
   Client feedback batch 2
   ============================================================ */

/* #1: Footer signup — text centered, email field below on second line */
.footer-newsletter,
[class*="newsletter-wrapper"] {
  text-align: center !important;
}
.footer-newsletter form,
.footer-newsletter .newsletter-form,
[class*="newsletter"] form {
  flex-direction: column !important;
  align-items: center !important;
  max-width: 480px;
  margin: 12px auto 0 !important;
  gap: 8px !important;
}
.footer-newsletter input[type="email"],
[class*="newsletter"] input[type="email"] {
  width: 100% !important;
  display: block !important;
  text-align: center !important;
}
.footer-newsletter h3, .footer-newsletter h2,
.footer-newsletter span.h3, .footer-newsletter span.h2,
[class*="newsletter"] h2, [class*="newsletter"] h3 {
  display: block !important;
  text-align: center !important;
  width: 100% !important;
}

/* #3: Remove banner image from collection page titles */
.collection-banner,
.collection-page-banner,
.collection-header-banner,
.collection-template-banner,
.collection-hero,
.main-collection-banner,
.collection-template .banner-image,
.collection-template-image,
section[id*="collection-banner"] {
  display: none !important;
}

/* #4: Header top-right icons - prevent cut-off */
.site-header,
.header-actions,
.site-navbar,
header > * {
  overflow: visible !important;
}
.header-actions,
.header-icons {
  flex-shrink: 0 !important;
  padding-right: 4px;
}
.header-actions svg,
.header-icons svg {
  flex-shrink: 0 !important;
}

/* #5: Cart drawer — light background + black text + dynamic shipping text */
.drawer,
#cart-drawer,
cart-drawer,
.drawer-base,
.modal-dialog-form,
.cart-drawer-empty,
[id^="cart-drawer"] {
  background: #ffffff !important;
  color: #1c1917 !important;
}
.drawer *, #cart-drawer *, cart-drawer * {
  color: #1c1917 !important;
}
.drawer .button, .drawer button,
#cart-drawer .button, #cart-drawer button,
cart-drawer .button, cart-drawer button {
  background: #1c1917 !important;
  color: #ffffff !important;
  border-color: #1c1917 !important;
}
.drawer a:not(.button), #cart-drawer a:not(.button) {
  color: #1c1917 !important;
}
/* Hide the static wrong-amount string */
[data-cart-shipping-text]:not(:empty),
.cart-shipping-text,
.cart-free-shipping-text { display: block !important; }


/* === Cart drawer button text — make buttons readable === */

/* Quantity +/- buttons inside cart drawer: transparent bg, dark icon/text */
#cart-drawer .quantity-minus,
#cart-drawer .quantity-plus,
cart-drawer .quantity-minus,
cart-drawer .quantity-plus,
.drawer .quantity-elements .quantity-minus,
.drawer .quantity-elements .quantity-plus,
.drawer .quantity .quantity-minus,
.drawer .quantity .quantity-plus {
  background: #ffffff !important;
  color: #1c1917 !important;
  border: 1px solid #e6e6e6 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
#cart-drawer .quantity-input,
cart-drawer .quantity-input,
.drawer .quantity-input {
  background: #ffffff !important;
  color: #1c1917 !important;
  border: 1px solid #e6e6e6 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
#cart-drawer .quantity,
#cart-drawer .quantity-elements,
cart-drawer .quantity,
cart-drawer .quantity-elements,
.drawer .quantity,
.drawer .quantity-elements {
  background: #ffffff !important;
  border: 1px solid #e6e6e6 !important;
  overflow: hidden;
}

/* Dark action buttons in cart drawer (Estimate shipping, Order note, Checkout): WHITE text */
#cart-drawer .button,
#cart-drawer button.button,
cart-drawer .button,
cart-drawer button.button,
.drawer .button,
.drawer button.button,
#cart-drawer button[type="submit"],
.drawer button[type="submit"],
#cart-drawer [data-toggle-shipping],
#cart-drawer [data-toggle-note],
#cart-drawer .cart-shipping-toggle,
#cart-drawer .cart-note-toggle,
.drawer .cart-toggle-button,
.drawer .checkout-button {
  background: #1c1917 !important;
  color: #ffffff !important;
  border: 1px solid #1c1917 !important;
}
#cart-drawer .button *,
#cart-drawer button.button *,
cart-drawer .button *,
.drawer .button *,
.drawer button.button * {
  color: #ffffff !important;
}

/* "Remove" link in cart drawer items: keep dark text */
#cart-drawer .item-remove,
#cart-drawer .cart-remove,
#cart-drawer [data-remove-item],
.drawer .item-remove,
.drawer .cart-remove {
  background: transparent !important;
  color: #1c1917 !important;
  border: 0 !important;
  text-decoration: underline;
}

/* Continue shopping link */
#cart-drawer a.continue-shopping,
.drawer a.continue-shopping {
  color: #1c1917 !important;
  text-decoration: underline !important;
}

/* Hide cart drawer items per client feedback */
#cart-drawer .cart-shipping-toggle,
#cart-drawer [data-toggle-shipping],
#cart-drawer .estimate-shipping,
#cart-drawer .cart-shipping,
#cart-drawer [class*="shipping-estimate"],
.drawer [class*="estimate-shipping"],
.drawer .cart-shipping-toggle { display: none !important; }

#cart-drawer .cart-note-toggle,
#cart-drawer [data-toggle-note],
#cart-drawer .cart-note,
#cart-drawer [class*="order-note"],
.drawer [class*="order-note"],
.drawer .cart-note-toggle { display: none !important; }

/* Hide the wrong "Add X AED more for free shipping" line above the bar */
#cart-drawer .cart-shipping-text,
#cart-drawer [data-cart-shipping-text],
#cart-drawer .free-shipping-text,
#cart-drawer .shipping-remaining,
#cart-drawer .free-shipping-bar-message:not([data-msg]),
.drawer .free-shipping-bar-message,
.drawer .cart-shipping-text,
.drawer [data-cart-shipping-text] { display: none !important; }

/* Hide cart drawer items (per client) — proper selectors */
.modal-dialog-cart--navtabs,
.modal-dialog-button[data-modal="estimate_shipping"],
.modal-dialog-button[data-modal="cart-note"],
#estimate_shipping,
#cart-note,
cart-dialog#estimate_shipping,
cart-dialog#cart-note { display: none !important; }

/* Force-hide ALL versions of the built-in free shipping message */
free-shipping-bar,
.free-shipping-bar,
.free-shipping-bar-message,
[data-main-shipping-bar] { display: none !important; }

/* Keep only my custom Abayadore shipping bar visible */
.abayadore-free-ship { display: block !important; }

/* === Testimonials: bold uppercase name + blue verified tick === */
.testimonial-name {
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  color: #1c1917 !important;
  margin-bottom: 4px !important;
}
.testimonial-invest {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #57534e !important;
  font-size: 13px !important;
}
.testimonial-invest::before {
  content: "" !important;
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0;
  background: #1d9bf0 !important;
  border-radius: 50%;
  display: inline-block !important;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'><path d='M22.25 12c0-1.43-.88-2.67-2.19-3.34.46-1.39.2-2.9-.81-3.91s-2.52-1.27-3.91-.81c-.66-1.31-1.91-2.19-3.34-2.19s-2.67.88-3.33 2.19c-1.4-.46-2.91-.2-3.92.81-1.01 1.01-1.27 2.52-.81 3.91-1.31.67-2.19 1.91-2.19 3.34s.88 2.67 2.19 3.34c-.46 1.39-.2 2.9.81 3.91s2.52 1.27 3.91.81c.67 1.31 1.91 2.19 3.34 2.19s2.68-.88 3.34-2.19c1.39.46 2.9.2 3.91-.81s1.27-2.52.81-3.91c1.31-.67 2.19-1.91 2.19-3.34zm-11.71 4.2L6.8 12.46l1.41-1.42 2.26 2.26 4.8-5.23 1.47 1.36-6.2 6.77z'/></svg>") center/contain no-repeat !important;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'><path d='M22.25 12c0-1.43-.88-2.67-2.19-3.34.46-1.39.2-2.9-.81-3.91s-2.52-1.27-3.91-.81c-.66-1.31-1.91-2.19-3.34-2.19s-2.67.88-3.33 2.19c-1.4-.46-2.91-.2-3.92.81-1.01 1.01-1.27 2.52-.81 3.91-1.31.67-2.19 1.91-2.19 3.34s.88 2.67 2.19 3.34c-.46 1.39-.2 2.9.81 3.91s2.52 1.27 3.91.81c.67 1.31 1.91 2.19 3.34 2.19s2.68-.88 3.34-2.19c1.39.46 2.9.2 3.91-.81s1.27-2.52.81-3.91c1.31-.67 2.19-1.91 2.19-3.34zm-11.71 4.2L6.8 12.46l1.41-1.42 2.26 2.26 4.8-5.23 1.47 1.36-6.2 6.77z'/></svg>") center/contain no-repeat !important;
}

/* BUY IT NOW button — force BLACK */
.shopify-payment-button,
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded,
.shopify-payment-button__button--branded,
button.shopify-payment-button__button,
[role="button"].shopify-payment-button__button {
  background-color: #1c1917 !important;
  background: #1c1917 !important;
  color: #ffffff !important;
  border: 1px solid #1c1917 !important;
}
.shopify-payment-button__button:hover,
.shopify-payment-button__button:focus,
.shopify-payment-button__button:active {
  background: #000 !important;
  color: #fff !important;
}
.shopify-payment-button__button > * {
  color: #ffffff !important;
}

/* Make payment tiles smaller in SECURE CHECKOUT */
body .abayadore-pay__item {
  width: 38px !important;
  height: 22px !important;
  padding: 3px 4px !important;
  border-radius: 3px !important;
}
body .abayadore-pay__item img {
  max-height: 16px !important;
}

/* === BUY IT NOW — nuclear override === */
[class*="payment-button"],
[class*="payment-button"] *,
.shopify-payment-button button,
.shopify-payment-button .shopify-payment-button__button,
.shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .shopify-payment-button__button--branded,
shopify-payment-button button,
shopify-payment-button .shopify-payment-button__button,
shopify-payment-button .shopify-payment-button__button--unbranded,
shopify-payment-button .shopify-payment-button__button--branded {
  background-color: #1c1917 !important;
  background-image: none !important;
  background: #1c1917 !important;
  color: #ffffff !important;
  border: 1px solid #1c1917 !important;
  fill: #ffffff !important;
}
.shopify-payment-button__button[style] {
  background: #1c1917 !important;
  color: #ffffff !important;
}
.shopify-payment-button__more-options {
  color: #ffffff !important;
  background: #1c1917 !important;
}

/* Even smaller payment tiles */
body .abayadore-pay__item {
  width: 32px !important;
  height: 18px !important;
  padding: 2px 3px !important;
  border-radius: 2px !important;
  border-width: 1px !important;
}
body .abayadore-pay__item img {
  max-height: 14px !important;
}
body .abayadore-pay__list { gap: 6px !important; }

/* Header icons (search/account/cart) — ensure visible, never cut === */
.header-icons,
.site-navbar .header-icons,
header .header-icons,
ul.header-icons {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 14px !important;
  margin: 0 12px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  overflow: visible !important;
  flex-shrink: 0 !important;
  align-items: center !important;
  justify-content: flex-end !important;
}
.header-icons li {
  list-style: none;
  flex-shrink: 0 !important;
  overflow: visible !important;
}
.header-icons .header-icon,
.header-icons li .header-icon,
.header-icons li a {
  width: 28px !important;
  height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #1c1917 !important;
  overflow: visible !important;
}
.header-icons svg {
  width: 20px !important;
  height: 20px !important;
  fill: #1c1917 !important;
  color: #1c1917 !important;
  stroke: #1c1917 !important;
  flex-shrink: 0 !important;
}
/* Header container: ensure right side never clips */
.site-navbar,
header .site-navbar,
header > div,
.site-header,
header {
  overflow: visible !important;
  padding-right: 16px !important;
}
header .page--width,
header .page--width-full {
  overflow: visible !important;
}

/* Cart page — hide Estimate shipping + View Cart button */
shipping-collapsible.cart-shipping-collapsible,
.cart-shipping-collapsible,
main-cart shipping-collapsible,
.cart-content shipping-collapsible {
  display: none !important;
}

/* Hide View Cart button (the "button-secondary" one) on cart page */
main-cart a.button.button-secondary,
.main-cart-section a.button.button-secondary,
.cart-content a.button.button-secondary,
main-cart a.button[href*="/cart"]:not([href*="checkout"]) {
  display: none !important;
}

/* Cart page CHECK OUT button hover — keep readable */
#checkoutCart,
#checkoutCart:hover,
#checkoutCart:focus,
#checkoutCart:active,
button[name="checkout"],
button[name="checkout"]:hover,
button[name="checkout"]:focus,
button[name="checkout"]:active,
.action-wrapper button[type="submit"],
.action-wrapper button[type="submit"]:hover,
.action-wrapper button[type="submit"]:focus {
  background: #1c1917 !important;
  background-color: #1c1917 !important;
  color: #ffffff !important;
  border: 1px solid #1c1917 !important;
}
#checkoutCart:hover,
button[name="checkout"]:hover,
.action-wrapper button[type="submit"]:hover {
  background: #000 !important;
  background-color: #000 !important;
  color: #ffffff !important;
  opacity: 1 !important;
}
#checkoutCart .button-text,
#checkoutCart span,
button[name="checkout"] .button-text,
button[name="checkout"] span,
button[name="checkout"]:hover .button-text,
button[name="checkout"]:hover span,
#checkoutCart:hover .button-text,
#checkoutCart:hover span {
  color: #ffffff !important;
}

/* Generic any "button" black-bg buttons — ensure hover doesn't invert to white-on-white */
.button:not(.outline):not(.button-secondary):hover,
button.button:not(.outline):not(.button-secondary):hover {
  background: #000 !important;
  color: #ffffff !important;
}
.button:not(.outline):not(.button-secondary):hover .button-text,
button.button:not(.outline):not(.button-secondary):hover span {
  color: #ffffff !important;
}

/* Checkout button hover: white bg + BLACK text (so text stays visible) */
body #checkoutCart:hover,
body #checkoutCart:focus,
body button[name="checkout"]:hover,
body button[name="checkout"]:focus,
body .action-wrapper button[type="submit"]:hover,
body .action-wrapper button[type="submit"]:focus,
html body #checkoutCart:hover,
html body button[name="checkout"]:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #1c1917 !important;
  border: 1px solid #1c1917 !important;
  opacity: 1 !important;
}
body #checkoutCart:hover *,
body #checkoutCart:hover .button-text,
body #checkoutCart:hover span,
body button[name="checkout"]:hover *,
body button[name="checkout"]:hover .button-text,
body button[name="checkout"]:hover span,
html body #checkoutCart:hover * {
  color: #1c1917 !important;
}

/* Size guide table: black-header rows have WHITE text */
.abayadore-sizeguide__body table thead th,
.abayadore-sizeguide__body table thead tr,
.abayadore-sizeguide__body table tr:first-child th,
.abayadore-sizeguide__table thead th,
.abayadore-size-guide__table thead th,
.product-information--inner table thead th,
.page-content-text.rte table thead th,
.rte table thead th,
table thead th[style*="background:#000"],
table thead th[style*="background: #000"],
table thead th[style*="background-color:#000"],
table thead th[style*="background-color: #000"] {
  background: #1c1917 !important;
  color: #ffffff !important;
}
.abayadore-sizeguide__body table thead th *,
.abayadore-sizeguide__table thead th *,
.product-information--inner table thead th *,
.page-content-text.rte table thead th *,
.rte table thead th *,
table thead th * { color: #ffffff !important; }

/* Also the table title heading if it's on a black bar */
.abayadore-size-guide__title { background: #1c1917 !important; color: #ffffff !important; }
.abayadore-size-guide__title * { color: #ffffff !important; }

/* === Header right icons - search icon was clipping on the left edge === */
.header-icons {
  padding-left: 12px !important;
  margin-left: 8px !important;
}
.header-icons > li:first-child,
.header-icons li:first-child .header-icon,
.header-icons li:first-child a {
  margin-left: 4px !important;
  padding-left: 2px !important;
}
.site-navbar,
.site-header,
header .site-navbar,
header > .page--width,
header > .page--width-full {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.site-navbar > *,
.site-header > * {
  overflow: visible !important;
}
/* Make sure the right cluster has room and never gets clipped */
.site-navbar .navbar-right,
.site-header .navbar-right,
header .navbar-right {
  overflow: visible !important;
  flex-shrink: 0 !important;
  padding-left: 8px !important;
}

/* === Header icons: search & account were clipping. Force visible everywhere + add inner padding === */
.main-header--wrapper,
main-header,
.site-navbar,
.header-item.site--logo,
.header-item.site-header-icon,
.header-inline-icons,
.header-icons,
.header-icons li,
.header-icons .header-icon {
  overflow: visible !important;
}
.site-header-icon,
.header-inline-icons {
  padding: 6px 8px 6px 12px !important;
  margin: 0 !important;
}
.header-icons {
  padding: 4px 4px 4px 8px !important;
  gap: 18px !important;
}
.header-icons li {
  padding: 4px !important;
}
.header-icons li.search,
.header-icons li.user {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.header-icons .header-icon {
  width: 32px !important;
  height: 32px !important;
  padding: 4px !important;
  box-sizing: content-box !important;
}
.header-icons .header-icon svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  overflow: visible !important;
}
/* Ensure outer page width has padding so right edge isn't flush */
.main-header--wrapper > .page--width {
  padding-left: 24px !important;
  padding-right: 24px !important;
  overflow: visible !important;
}

/* === Tighten icon spacing + force account icon visible on mobile === */
.header-icons {
  gap: 6px !important;
  padding: 4px !important;
}
.header-icons li {
  padding: 2px !important;
}
.header-icons li.search,
.header-icons li.user,
.header-icons li.cart {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.header-icons .header-icon {
  width: 28px !important;
  height: 28px !important;
  padding: 2px !important;
}
.header-icons .header-icon svg {
  width: 18px !important;
  height: 18px !important;
}
/* Force account icon visible on mobile (theme was hiding it) */
@media (max-width: 991px) {
  .header-icons .user,
  .header-icons li.user {
    display: inline-flex !important;
  }
}

/* === Mobile header layout: hamburger + bigger logo on LEFT, icons on RIGHT === */
@media (max-width: 1024px) {
  /* Bigger logo on mobile */
  .site--logo .logo-img,
  .site--logo img,
  .logo-image--wrapper img {
    max-height: 56px !important;
    width: auto !important;
    height: auto !important;
    max-width: 180px !important;
  }
  .site--logo {
    margin: 0 !important;
    flex: 0 0 auto !important;
  }

  /* Layout the navbar: hamburger | logo | spacer | icons */
  .site-navbar {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
  }
  /* Hamburger first */
  .site-navbar .drawer-toggle,
  .site-navbar > .drawer-toggle,
  .site-navbar .site--navigation .drawer-toggle {
    order: 1 !important;
    margin: 0 !important;
  }
  /* Logo second */
  .site-navbar .site--logo {
    order: 2 !important;
  }
  /* navigation wrapper hidden on mobile (handled by drawer) but keep hamburger out of it */
  .site-navbar .site--navigation {
    order: 3 !important;
    flex: 1 1 auto !important;
  }
  /* Icons cluster pushed to the right */
  .site-navbar .site-header-icon {
    order: 4 !important;
    margin-left: auto !important;
    flex: 0 0 auto !important;
  }
}

/* === Mobile header layout v2: cleaner — hide redundant nav wrapper, show logo === */
@media (max-width: 1024px) {
  /* Reset prior order rules that broke layout */
  .site-navbar {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    width: 100% !important;
  }
  /* The desktop nav wrapper contains hidden menu + redundant hamburger — collapse on mobile */
  .site-navbar .site--navigation {
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .site-navbar .site--navigation > *:not(.drawer-toggle) {
    display: none !important;
  }
  /* Mobile hamburger from mobile-menu.liquid stays at the very left */
  .site-navbar .mobile-menu-slide--wrapper {
    order: 0 !important;
    flex: 0 0 auto !important;
    margin-right: 4px !important;
  }
  .site-navbar .site--navigation {
    order: 1 !important;
  }
  /* Logo visible & bigger, just after the hamburger */
  .site-navbar .site--logo {
    order: 2 !important;
    display: block !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    max-width: 60% !important;
  }
  .site--logo .logo-img,
  .site--logo img,
  .logo-image--wrapper,
  .logo-image--wrapper img {
    display: block !important;
    max-height: 50px !important;
    height: auto !important;
    width: auto !important;
    max-width: 160px !important;
  }
  /* Icons pushed to far right */
  .site-navbar .site-header-icon {
    order: 9 !important;
    margin-left: auto !important;
    flex: 0 0 auto !important;
  }
}

/* === Mobile logo force-show v3 === */
@media (max-width: 1024px) {
  .site-navbar .site--logo,
  .main-header--wrapper .site--logo {
    display: flex !important;
    align-items: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    min-width: 120px !important;
    max-width: 70% !important;
    height: auto !important;
    overflow: visible !important;
  }
  .site--logo .logo-image--wrapper,
  .site--logo a {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    min-width: 120px !important;
    text-decoration: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .site--logo .logo-img,
  .site--logo img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 150px !important;
    max-width: 150px !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }
}

/* === Mobile header: balanced padding so left/right gutter is equal & compact === */
@media (max-width: 1024px) {
  .main-header--wrapper > .page--width,
  .main-header--wrapper .page--width {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .site-navbar {
    gap: 8px !important;
  }
  .site-navbar .mobile-menu-slide--wrapper {
    margin-right: 6px !important;
    padding-left: 0 !important;
  }
  .site-navbar .site--logo {
    margin-right: auto !important;
  }
  .site-navbar .site-header-icon {
    margin-left: 0 !important;
    padding-right: 0 !important;
  }
  .header-icons {
    gap: 4px !important;
    padding: 2px !important;
  }
  .header-icons .header-icon {
    width: 26px !important;
    height: 26px !important;
  }
  .header-icons .header-icon svg {
    width: 17px !important;
    height: 17px !important;
  }
}

/* === Stop body extending past footer on mobile === */
@media (max-width: 991px) {
  html, body {
    overflow-x: hidden !important;
  }
  /* Make sure off-canvas drawers can't extend body height */
  .mobile-menu-slide,
  #drawerMobileMenu,
  .search-modal,
  drawer-mobile-menu {
    overflow: hidden !important;
  }
  /* Some themes append a phantom spacer; remove trailing margins after footer */
  .site-footer,
  footer.site-footer,
  .footer-copyright-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 1rem !important;
  }
  /* If a sticky-bar / cart-sticky element gets pushed below footer, hide it on mobile */
  .product-sticky-bar:not(.is-visible),
  sticky-bar-product:not(.is-visible) {
    display: none !important;
  }
}

/* === (reverted: Discover Our Collections mobile arrow alignment override) === */

/* === (reverted: Discover Our Collections mobile tabs/arrows layout) === */

/* === Mobile menu drawer: simplify — hide social/account/locale & "MORE" button label,
       and force all category dropdowns to render expanded so categories show directly === */
.mobile-menu-slide .mobile-menu-slide-account,
.mobile-menu-slide .mobile-accounts,
.mobile-menu-slide .social-icons,
.mobile-menu-slide localization-form,
.mobile-menu-slide .localization-form,
.mobile-menu-slide .user-account,
.drawer-mobile-action .drawer-toggle .drawer-toggle-button,
.drawer-mobile-action .drawer-toggle {
  display: none !important;
}
/* Force <details> inside the mobile drawer to behave as if open — flat category list */
.mobile-menu-slide details.mobile-menu-slide-dropdown-detail,
.mobile-menu-slide details {
  pointer-events: auto !important;
}
.mobile-menu-slide details.mobile-menu-slide-dropdown-detail > summary,
.mobile-menu-slide details > summary {
  list-style: none !important;
  cursor: default !important;
  pointer-events: none !important;
}
.mobile-menu-slide details.mobile-menu-slide-dropdown-detail > summary::-webkit-details-marker,
.mobile-menu-slide details > summary::-webkit-details-marker {
  display: none !important;
}
.mobile-menu-slide details.mobile-menu-slide-dropdown-detail > summary .mobile-menu-slide-icon,
.mobile-menu-slide details > summary .mobile-menu-slide-icon {
  display: none !important;
}
.mobile-menu-slide details.mobile-menu-slide-dropdown-detail > .mobile-menu-slide-dropdowns,
.mobile-menu-slide details > .mobile-menu-slide-dropdowns {
  display: block !important;
  position: static !important;
  transform: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  inset: auto !important;
}
/* Hide the "Back" button inside each dropdown (no longer needed when always-open) */
.mobile-menu-slide .menu-back {
  display: none !important;
}
/* Re-enable pointer events on the actual links inside summaries */
.mobile-menu-slide details > summary a {
  pointer-events: auto !important;
}

/* === Follow Us (media-gallery) desktop: prevent empty gap after last slide === */
@media (min-width: 992px) {
  .media-gallery-card .swiper.media-gallery-slider {
    overflow: hidden !important;
  }
  /* Ensure the slider track only shows the configured number of slides per view */
  .media-gallery-card .swiper-wrapper {
    align-items: stretch !important;
  }
  .media-gallery-card .swiper-slide {
    height: auto !important;
  }
  /* Hide the next button when reaching the end (no more slides to scroll) */
  .media-gallery-card .swiper-button-disabled {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* === Hero slideshow Shop Now button: black bg + white text, inverse on hover === */
.slideshow-content .slideshow-button,
.slideshow-content a.slideshow-button,
.slideshow-content .button-solid,
.slideshow-content a.button-solid,
.slideshow-content .button,
.slidershow .slideshow-content .button,
.slidershow .slideshow-content a.slideshow-button,
.slidershow .slideshow-content a.button-solid {
  background-color: #1c1917 !important;
  background: #1c1917 !important;
  color: #ffffff !important;
  border: 1.5px solid #1c1917 !important;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease !important;
}
.slideshow-content .slideshow-button .button-text,
.slideshow-content a.slideshow-button .button-text,
.slideshow-content .button-solid .button-text,
.slideshow-content .button .button-text {
  color: #ffffff !important;
}
/* Hover: invert to white bg + black text */
.slideshow-content .slideshow-button:hover,
.slideshow-content a.slideshow-button:hover,
.slideshow-content .button-solid:hover,
.slideshow-content a.button-solid:hover,
.slideshow-content .button:hover,
.slidershow .slideshow-content .button:hover,
.slidershow .slideshow-content a.slideshow-button:hover,
.slidershow .slideshow-content a.button-solid:hover {
  background-color: #ffffff !important;
  background: #ffffff !important;
  color: #1c1917 !important;
  border-color: #1c1917 !important;
}
.slideshow-content .slideshow-button:hover .button-text,
.slideshow-content a.slideshow-button:hover .button-text,
.slideshow-content .button-solid:hover .button-text,
.slideshow-content .button:hover .button-text {
  color: #1c1917 !important;
}

/* === Hero Shop Now hover: force black text with maximum specificity === */
body .slidershow .slideshow-content .slideshow-button:hover,
body .slidershow .slideshow-content a.slideshow-button:hover,
body .slidershow .slideshow-content .button:hover,
body .slidershow .slideshow-content a.button:hover,
body .slidershow .slideshow-content .button-solid:hover,
body .slideshow-content .slideshow-button:hover,
body .slideshow-content a.slideshow-button:hover,
body .slideshow-content .button:hover,
body .slideshow-content .button:hover * {
  color: #1c1917 !important;
  fill: #1c1917 !important;
  -webkit-text-fill-color: #1c1917 !important;
}
body .slidershow .slideshow-content .slideshow-button:hover .button-text,
body .slidershow .slideshow-content a.slideshow-button:hover .button-text,
body .slidershow .slideshow-content .button:hover .button-text,
body .slidershow .slideshow-content .button:hover span,
body .slideshow-content .button:hover .button-text,
body .slideshow-content .button:hover span {
  color: #1c1917 !important;
  -webkit-text-fill-color: #1c1917 !important;
}

/* === Follow Us slider: prevent overscroll past last slide ====
   The .swiper-wrapper must not have extra space after the last slide;
   align slides to flex-start and let the swiper handle bounds === */
.media-gallery-card .swiper.media-gallery-slider .swiper-wrapper,
.media-gallery-card .swiper-wrapper {
  justify-content: flex-start !important;
}
.media-gallery-card .swiper-wrapper > .swiper-slide {
  flex-shrink: 0 !important;
}

/* === Disabled swiper buttons: visibly inactive + non-clickable === */
.media-gallery-card .swiper-button-disabled,
.media-gallery-card .swiper-button-next.swiper-button-disabled,
.media-gallery-card .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
  background-color: #e5e5e5 !important;
}

/* === Hide scrolling buttons on the Follow Us / media-gallery section === */
.media-gallery-card .swiper-button-next,
.media-gallery-card .swiper-button-prev,
.media-gallery-card .slider-controls,
.media-gallery-card [class*="swiper-button-next-"],
.media-gallery-card [class*="swiper-button-prev-"] {
  display: none !important;
}

/* === Follow Us section: enforce equal left/right padding on the section card === */
@media (min-width: 992px) {
  .media-gallery-card {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .media-gallery-card .media-gallery-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .media-gallery-card .media-gallery-slider,
  .media-gallery-card .swiper.media-gallery-slider,
  .media-gallery-card .slider-thumbnails {
    margin-right: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }
  /* Keep slide track flush-right at the end (no extra space leaking out) */
  .media-gallery-card .swiper-wrapper {
    margin-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .media-gallery-card {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* === Follow Us thumbnails: let Swiper control slide width, kill stray max-width === */
@media (min-width: 992px) {
  .slider-thumbnails .slider-thumbnails-item.swiper-slide,
  .media-gallery-card .slider-thumbnails-item.swiper-slide,
  .media-gallery-card .swiper-slide {
    max-width: none !important;
    flex: 0 0 auto !important;
  }
  /* Ensure the wrapper itself doesn't exceed its container */
  .media-gallery-card .swiper.slider-thumbnails,
  .media-gallery-card .slider-thumbnails {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
}

/* === Cart thumbnails: show full product image (contain, not crop) === */
.cart-product-image,
.cart-product-image img,
a.cart-product-image img,
#cart-drawer .cart-product-image,
#cart-drawer .cart-product-image img,
.modal-dialog-cart .cart-product-image img,
.cart-page .cart-product-image img {
  object-fit: contain !important;
  background: #f5f5f4 !important;
}
.cart-product-image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}
.cart-product-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

/* === Cart thumbnail background: white not grey === */
.cart-product-image,
#cart-drawer .cart-product-image,
.modal-dialog-cart .cart-product-image,
.cart-page .cart-product-image,
.cart-product-image img {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

/* === Cart thumbnail: make container transparent, kill any border/shadow === */
body .cart-product-image,
body #cart-drawer .cart-product-image,
body .modal-dialog-cart .cart-product-image,
body .cart-page .cart-product-image {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
body .cart-product-image img {
  background: transparent !important;
  background-color: transparent !important;
}

/* === Cart drawer line items: transparent image bg + flush-left === */
body cart-item .cart-product,
body cart-item .cart-product-image,
body #cart-drawer cart-item .cart-product,
body #cart-drawer cart-item .cart-product-image,
body #cart-drawer .cart-product-image,
body #cart-drawer .product--image,
body cart-item .cart-product-image .product--image,
body cart-item .cart-product-image img {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
body #cart-drawer cart-item .cart-product-image,
body cart-item .cart-product-image {
  padding: 0 !important;
  margin-left: 0 !important;
  align-self: flex-start !important;
}
body #cart-drawer cart-item .cart-product {
  align-items: flex-start !important;
  padding-left: 0 !important;
}
body #cart-drawer cart-item .cart-product-image .product--image {
  display: block !important;
  object-fit: contain !important;
  background: transparent !important;
}

/* === Hide Google Pay / Express Checkout dynamic buttons on cart drawer + cart page === */
.shopify-payment-button,
.additional-checkout-buttons,
.dynamic-payment-button,
#dynamic-checkout-cart,
#cart-drawer .shopify-payment-button,
#cart-drawer .additional-checkout-buttons,
.cart-page .shopify-payment-button,
.cart-page .additional-checkout-buttons,
.cart-additional-buttons,
.cart-additional-buttons-wrapper,
.cart__dynamic-checkout-buttons,
.dynamic-checkout__content,
.dynamic-checkout__button {
  display: none !important;
}
/* Also hide "Express checkout" label if rendered */
.express-checkout,
.cart-additional-buttons-wrapper > *,
[data-shopify-buttoncontainer] {
  display: none !important;
}

/* === Discover Our Collections: SHOP <category> button hover — black text === */
.collection-tab--wrapper .slider-controls a.button,
.collection-tab--wrapper .slider-controls a.button-solid,
.tab-collections-content .slider-controls a.button,
.tab-collections-content .slider-controls a.button-solid {
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease !important;
}
.collection-tab--wrapper .slider-controls a.button:hover,
.collection-tab--wrapper .slider-controls a.button-solid:hover,
.tab-collections-content .slider-controls a.button:hover,
.tab-collections-content .slider-controls a.button-solid:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #1c1917 !important;
  border: 1.5px solid #1c1917 !important;
}
.collection-tab--wrapper .slider-controls a.button:hover .button-text,
.collection-tab--wrapper .slider-controls a.button:hover *,
.tab-collections-content .slider-controls a.button:hover .button-text,
.tab-collections-content .slider-controls a.button:hover * {
  color: #1c1917 !important;
  -webkit-text-fill-color: #1c1917 !important;
}

/* === Get yours now / Adore Yourself strip — show full image (no crop) === */
.bsp-collage img,
.best-selling-products-section .bsp-collage img,
.best-selling-products-section img[srcset*="strip-2"],
.best-selling-products-section img[srcset*="strip-3"] {
  object-fit: contain !important;
  object-position: center center !important;
  background: #f5f5f4 !important;
}

/* === Mobile: Get yours now strip — full-bleed single image (hide grid 2nd cell) === */
@media (max-width: 767px) {
  .bsp-collage {
    grid-template-columns: 1fr !important;
  }
  .bsp-collage > img:nth-child(2) {
    display: none !important;
  }
  .bsp-collage > img:first-child {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    background: transparent !important;
  }
}

/* === Mobile header v4: guarantee icons fit on small phones (≤430px viewport) === */
@media (max-width: 1024px) {
  /* The site-navbar fills the page-width box; clip any overflow internally */
  .main-header--wrapper .site-navbar {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    flex-wrap: nowrap !important;
    overflow: visible !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* Logo shrinks first so it never pushes icons off-screen */
  .site-navbar .site--logo,
  .site-navbar .site--logo .logo-image--wrapper,
  .site-navbar .site--logo .logo-img,
  .site-navbar .site--logo img {
    flex-shrink: 1 !important;
    min-width: 0 !important;
    max-width: 130px !important;
    width: auto !important;
  }
  .site-navbar .site--logo .logo-img,
  .site-navbar .site--logo img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
  /* Icons cluster: stick to right, never shrink, never wrap */
  .site-navbar .site-header-icon,
  .site-navbar .header-inline-icons,
  .site-navbar .header-icons {
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    width: auto !important;
    max-width: none !important;
  }
  .site-navbar .header-icons {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .site-navbar .header-icons li {
    flex: 0 0 auto !important;
  }
  .site-navbar .header-icons .header-icon {
    width: 28px !important;
    height: 28px !important;
    flex-shrink: 0 !important;
  }
  /* Hamburger fixed slot */
  .site-navbar .mobile-menu-slide--wrapper {
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    width: auto !important;
  }
}

/* Extra-tight: small phones (≤390px) — tighten gaps & icon size further */
@media (max-width: 390px) {
  .main-header--wrapper > .page--width,
  .main-header--wrapper .page--width {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .site-navbar { gap: 4px !important; }
  .site-navbar .site--logo,
  .site-navbar .site--logo .logo-img,
  .site-navbar .site--logo img {
    max-width: 110px !important;
  }
  .site-navbar .header-icons { gap: 4px !important; }
  .site-navbar .header-icons .header-icon { width: 24px !important; height: 24px !important; }
  .site-navbar .header-icons .header-icon svg { width: 16px !important; height: 16px !important; }
}

/* === Mobile header v5: guarantee logo always renders === */
@media (max-width: 1024px) {
  .site-navbar .site--logo {
    display: flex !important;
    flex: 0 1 auto !important;
    min-width: 110px !important;
    width: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
  }
  .site-navbar .site--logo .logo-image--wrapper,
  .site-navbar .site--logo a {
    display: inline-flex !important;
    min-width: 110px !important;
    width: auto !important;
    align-items: center !important;
  }
  .site-navbar .site--logo .logo-img,
  .site-navbar .site--logo img {
    display: block !important;
    width: 120px !important;
    min-width: 110px !important;
    max-width: 120px !important;
    height: auto !important;
    object-fit: contain !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media (max-width: 390px) {
  .site-navbar .site--logo,
  .site-navbar .site--logo .logo-image--wrapper {
    min-width: 100px !important;
  }
  .site-navbar .site--logo .logo-img,
  .site-navbar .site--logo img {
    width: 105px !important;
    min-width: 100px !important;
    max-width: 110px !important;
  }
}

/* === (reverted: slideshow hero gradient overlay & white text) === */

/* === Slideshow: subtle bottom-left gradient (text legibility only, no global filter) === */
.slideshow-content--wrapper {
  position: relative;
  z-index: 2;
}
/* The gradient sits inside the content wrapper so it doesn't affect the image element itself.
   It's biased to the bottom-left where the headline + CTA sit, fades fast to transparent.
   Lower opacity at the top keeps the image looking sharp/colorful. */
.slideshow-content--wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(0,0,0,0.45) 0%,
      rgba(0,0,0,0.28) 22%,
      rgba(0,0,0,0.10) 45%,
      rgba(0,0,0,0) 65%
    );
}
@media (min-width: 992px) {
  /* Desktop: add a left-side bias since the text sits bottom-left */
  .slideshow-content--wrapper::before {
    background:
      linear-gradient(
        to top,
        rgba(0,0,0,0.42) 0%,
        rgba(0,0,0,0.22) 28%,
        rgba(0,0,0,0.06) 55%,
        rgba(0,0,0,0) 75%
      ),
      linear-gradient(
        to right,
        rgba(0,0,0,0.30) 0%,
        rgba(0,0,0,0.12) 35%,
        rgba(0,0,0,0) 60%
      );
  }
}
@media (max-width: 767px) {
  /* Mobile: text takes more of the area, so a slightly stronger fade */
  .slideshow-content--wrapper::before {
    background:
      linear-gradient(
        to top,
        rgba(0,0,0,0.58) 0%,
        rgba(0,0,0,0.40) 22%,
        rgba(0,0,0,0.18) 45%,
        rgba(0,0,0,0) 70%
      );
  }
}
.slideshow-content--wrapper > * {
  position: relative;
  z-index: 1;
}
/* Force the headline, description, and button label to white over the overlay */
.slideshow-content,
.slideshow-content .slideshow-title,
.slideshow-content .slideshow-description,
.slideshow-content h1,
.slideshow-content h2,
.slideshow-content h3,
.slideshow-content p,
.slideshow-content .scrolling-text,
.slideshow-content a:not(.button):not(.button-solid):not(.slideshow-button),
.slideshow-content .underline--link {
  color: #ffffff !important;
  text-shadow: 0 2px 14px rgba(0,0,0,0.30);
}

/* === Slideshow description (subtitle under headline): light grey, clearly visible === */
.slideshow-content .slideshow-description,
.slideshow-content .slideshow-description *,
.slideshow-content > div > p,
.slideshow-content p {
  color: #e7e5e4 !important;
  -webkit-text-fill-color: #e7e5e4 !important;
  opacity: 1 !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.45) !important;
  font-weight: 400 !important;
}

/* === Slideshow description: keep WHITE (override prior light-grey) === */
body .slideshow-content .slideshow-description,
body .slideshow-content .slideshow-description *,
body .slideshow-content > div > p,
body .slideshow-content p {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.45) !important;
  font-weight: 400 !important;
}

/* === Slideshow description text — actual selector (slideshow-text.description) === */
body .slideshow-content .slideshow-text,
body .slideshow-content .slideshow-text.description,
body .slideshow-content .description,
body .slideshow-content .slideshow-text *,
body .slideshow-content .description * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.45) !important;
}

/* === PDP Add to Cart: black text on hover (matching white hover bg) === */
body .product-form .add-to-cart-btn:hover,
body .product-form .add-to-cart-btn:hover *,
body .product-form button[name="add"]:hover,
body .product-form button[name="add"]:hover *,
body .product-information--inner .add-to-cart-btn:hover,
body .product-information--inner .add-to-cart-btn:hover *,
body .product-information--inner button[name="add"]:hover,
body .product-information--inner button[name="add"]:hover *,
body button.add-to-cart-btn:hover,
body button.add-to-cart-btn:hover * {
  color: #1c1917 !important;
  -webkit-text-fill-color: #1c1917 !important;
  fill: #1c1917 !important;
  stroke: #1c1917 !important;
}

/* === Announcement bar: smaller text === */
.announcement-bar,
.announcement-bar .announcement-block,
.announcement-bar .abayadore-marquee,
.announcement-bar .abayadore-marquee__track,
.announcement-bar .scrolling-text,
.announcement-bar .announcement-block * {
  font-size: 12px !important;
  letter-spacing: 0.06em !important;
}
.announcement-bar .announcement-bar--inner {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
@media (max-width: 767px) {
  .announcement-bar,
  .announcement-bar .announcement-block,
  .announcement-bar .abayadore-marquee,
  .announcement-bar .abayadore-marquee__track,
  .announcement-bar .scrolling-text,
  .announcement-bar .announcement-block * {
    font-size: 10px !important;
    letter-spacing: 0.04em !important;
  }
  .announcement-bar .announcement-bar--inner {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
