/* Homepage 5 — full-bleed jewelry hero */

.bsp-homepage--homepage-5 {
  --bsp-container: 1600px;
  --bsp-h5-hero-min-h: 78vh;
  --bsp-h5-hero-title: #ffffff;
  --bsp-h5-hero-text: rgba(255, 255, 255, 0.92);
  --bsp-h5-hero-kicker: rgba(255, 255, 255, 0.85);
  --bsp-h5-hero-btn-bg: #ffffff;
  --bsp-h5-hero-btn-text: #1a1a1a;
  --bsp-h5-hero-nav: #ffffff;
  --bsp-h5-hero-overlay: rgba(0, 0, 0, 0.28);
  --bsp-h5-hero-font-serif: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --bsp-h5-hero-font-sans: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bsp-h5-hero {
  position: relative;
  isolation: isolate;
  min-height: var(--bsp-h5-hero-min-h);
  background: #2a2420;
  color: var(--bsp-h5-hero-title);
  overflow: hidden;
}

.bsp-h5-hero__viewport,
.bsp-h5-hero__track {
  position: relative;
  min-height: inherit;
  height: 100%;
}

.bsp-h5-hero__track {
  display: block;
}

.bsp-h5-hero__slide {
  position: absolute;
  inset: 0;
  min-height: var(--bsp-h5-hero-min-h);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.bsp-h5-hero__slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.bsp-h5-hero:not(.bsp-h5-hero--slider) .bsp-h5-hero__slide {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bsp-h5-hero__media {
  position: absolute;
  inset: 0;
  background-color: #2a2420;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.bsp-h5-hero__overlay {
  position: absolute;
  inset: 0;
  background: var(--bsp-h5-hero-overlay);
  z-index: 1;
  pointer-events: none;
}

.bsp-h5-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: var(--bsp-h5-hero-min-h);
}

.bsp-h5-hero__container.bsp-container,
.bsp-h5-hero .bsp-h5-hero__container {
  width: min(100% - 40px, var(--bsp-container, 1600px));
  max-width: var(--bsp-container, 1600px);
  margin-inline: auto;
  padding-block: clamp(48px, 8vw, 96px) clamp(72px, 9vw, 110px);
  padding-inline: 0;
  box-sizing: border-box;
}

.bsp-h5-hero__content {
  position: relative;
  bottom: 0;
}

.bsp-h5-hero__kicker {
  margin: 0 0 14px;
  color: var(--bsp-h5-hero-kicker);
  font-family: var(--bsp-h5-hero-font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bsp-h5-hero__title {
  margin: 0 0 18px;
  color: var(--bsp-h5-hero-title);
  font-family: var(--bsp-h5-hero-font-serif);
  font-size: clamp(2.35rem, 4.6vw, 3.75rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.12;
}

.bsp-h5-hero__title-line {
  display: block;
}

.bsp-h5-hero__text {
  margin: 0 0 28px;
  max-width: 42ch;
  color: var(--bsp-h5-hero-text);
  font-family: var(--bsp-h5-hero-font-sans);
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  font-weight: 400;
  line-height: 1.65;
}

.bsp-h5-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bsp-h5-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 26px;
  border: 0;
  border-radius: 0;
  background: var(--bsp-h5-hero-btn-bg);
  color: var(--bsp-h5-hero-btn-text);
  font-family: var(--bsp-h5-hero-font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.bsp-h5-hero__btn:hover {
  opacity: 0.92;
  color: var(--bsp-h5-hero-btn-text);
}

.bsp-h5-hero__nav {
  position: absolute;
  left: 50%;
  bottom: clamp(20px, 3vw, 32px);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  transform: translateX(-50%);
  color: var(--bsp-h5-hero-nav);
  font-family: var(--bsp-h5-hero-font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.bsp-h5-hero__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 12px;
  cursor: pointer;
}

.bsp-h5-hero__arrow:hover {
  opacity: 0.75;
}

.bsp-h5-hero__counter {
  min-width: 3.5em;
  text-align: center;
  white-space: nowrap;
  user-select: none;
}

.bsp-h5-hero--empty {
  display: flex;
  align-items: center;
  min-height: 280px;
  background: #f4f1ec;
  color: #666;
}

.bsp-h5-hero__empty-note {
  margin: 0;
  padding: 48px 0;
  font-family: var(--bsp-h5-hero-font-sans);
  font-size: 14px;
}

@media (max-width: 767px) {
  .bsp-h5-hero {
    --bsp-h5-hero-min-h: 70vh;
  }

  .bsp-h5-hero__container.bsp-container,
  .bsp-h5-hero .bsp-h5-hero__container {
    width: min(100% - 24px, var(--bsp-container, 1600px));
    padding-bottom: 88px;
  }

  .bsp-h5-hero__actions {
    width: 100%;
  }

  .bsp-h5-hero__btn {
    flex: 1 1 auto;
    min-width: calc(50% - 6px);
  }

  .bsp-h5-hero__nav {
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bsp-h5-hero__slide {
    transition: none;
  }
}

/* Categories — container + horizontal slider */
.bsp-h5-categories {
  --bsp-h5-cat-cols: 6;
  --bsp-h5-cat-gap: 12px;
  --bsp-h5-cat-name: #ffffff;
  --bsp-h5-cat-count: rgba(255, 255, 255, 0.92);
  --bsp-h5-cat-overlay: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 42%, transparent 72%);
  --bsp-h5-cat-font-sans: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --bsp-h5-cat-card-width: calc((100% - (var(--bsp-h5-cat-gap) * (var(--bsp-h5-cat-cols) - 1))) / var(--bsp-h5-cat-cols));
  padding: clamp(28px, 4vw, 48px) 0;
  background: #ffffff;
}

.bsp-h5-categories__container {
  width: min(100% - 40px, var(--bsp-container, 1600px));
  max-width: var(--bsp-container, 1600px);
  margin-inline: auto;
}

.bsp-h5-categories__slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.bsp-h5-categories__arrow {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bsp-h5-categories__arrow:hover:not(:disabled) {
  border-color: #1a1a1a;
  background: #1a1a1a;
  color: #ffffff;
}

.bsp-h5-categories__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.bsp-h5-categories__carousel {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}

.bsp-h5-categories__viewport {
  overflow: hidden;
  width: 100%;
  touch-action: pan-y;
  cursor: grab;
}

.bsp-h5-categories__viewport:active {
  cursor: grabbing;
}

.bsp-h5-categories__track {
  display: flex;
  gap: var(--bsp-h5-cat-gap);
  transition: transform 0.45s ease;
  will-change: transform;
}

.bsp-h5-categories__carousel:not(.is-slider) .bsp-h5-categories__track {
  display: grid;
  grid-template-columns: repeat(var(--bsp-h5-cat-cols), minmax(0, 1fr));
  gap: var(--bsp-h5-cat-gap);
}

.bsp-h5-categories__carousel.is-slider .bsp-h5-categories__card {
  flex: 0 0 var(--bsp-h5-cat-card-width);
  width: var(--bsp-h5-cat-card-width);
}

.bsp-h5-categories__card {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  text-decoration: none;
  color: var(--bsp-h5-cat-name);
  background: #d9d2cb;
}

.bsp-h5-categories__media {
  position: absolute;
  inset: 0;
  display: block;
}

.bsp-h5-categories__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.bsp-h5-categories__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.7);
  background: #a89f96;
}

.bsp-h5-categories__placeholder svg {
  width: 40px;
  height: 40px;
}

.bsp-h5-categories__overlay {
  position: absolute;
  inset: 0;
  background: var(--bsp-h5-cat-overlay);
  pointer-events: none;
}

.bsp-h5-categories__copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  padding: 0 12px 22px;
  text-align: center;
}

.bsp-h5-categories__name {
  font-family: var(--bsp-h5-cat-font-sans);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--bsp-h5-cat-name);
}

.bsp-h5-categories__count {
  font-family: var(--bsp-h5-cat-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--bsp-h5-cat-count);
}

.bsp-h5-categories__card:hover .bsp-h5-categories__media img {
  transform: scale(1.05);
}

.bsp-h5-categories--empty {
  padding: 40px 0;
  background: #f7f5f2;
}

.bsp-h5-categories__empty-note {
  margin: 0;
  color: #666;
  font-family: var(--bsp-h5-cat-font-sans);
  font-size: 14px;
}

@media (max-width: 1100px) {
  .bsp-h5-categories__slider {
    gap: 8px;
  }
}

@media (max-width: 767px) {
  .bsp-h5-categories__container {
    width: min(100% - 24px, var(--bsp-container, 1600px));
  }

  .bsp-h5-categories__slider {
    gap: 0;
  }

  .bsp-h5-categories__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  }

  .bsp-h5-categories__arrow--prev {
    left: 6px;
  }

  .bsp-h5-categories__arrow--next {
    right: 6px;
  }

  .bsp-h5-categories__copy {
    padding-bottom: 16px;
  }

  .bsp-h5-categories__name {
    font-size: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bsp-h5-categories__track,
  .bsp-h5-categories__media img {
    transition: none;
  }

  .bsp-h5-categories__card:hover .bsp-h5-categories__media img {
    transform: none;
  }
}

/* Featured Products — title + category tabs + slider */
.bsp-h5-featured {
  --bsp-h5-ft-cols: 5;
  --bsp-h5-ft-gap: 24px;
  --bsp-h5-ft-title: #1a1a1a;
  --bsp-h5-ft-tab: #9a9a9a;
  --bsp-h5-ft-tab-on: #1a1a1a;
  --bsp-h5-ft-price: #e11d2e;
  --bsp-h5-ft-badge: #e11d2e;
  --bsp-h5-ft-media: #f3f3f3;
  --bsp-h5-ft-card-width: calc((100% - (var(--bsp-h5-ft-gap) * (var(--bsp-h5-ft-cols) - 1))) / var(--bsp-h5-ft-cols));
  --bsp-h5-ft-font-sans: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: clamp(40px, 5vw, 64px) 0;
  background: #ffffff;
  font-family: var(--bsp-h5-ft-font-sans);
}

.bsp-h5-featured__container {
  width: min(100% - 40px, var(--bsp-container, 1600px));
  max-width: var(--bsp-container, 1600px);
  margin-inline: auto;
}

.bsp-h5-featured__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 32px;
  margin-bottom: 28px;
}

.bsp-h5-featured__title {
  margin: 0;
  color: var(--bsp-h5-ft-title);
  font-size: clamp(1.5rem, 2.2vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.bsp-h5-featured__tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 28px;
}

.bsp-h5-featured__tab {
  position: relative;
  padding: 0 0 8px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--bsp-h5-ft-tab);
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
}

.bsp-h5-featured__tab.is-active {
  color: var(--bsp-h5-ft-tab-on);
  border-bottom-color: var(--bsp-h5-ft-tab-on);
}

.bsp-h5-featured__slider {
  position: relative;
  min-width: 0;
  container-type: inline-size;
  container-name: bsp-h5-ft;
}

.bsp-h5-featured__arrow {
  position: absolute;
  /* Center on square product image (1:1) — use container inline size, not height % */
  top: var(
    --bsp-h5-ft-arrow-top,
    calc(
      (100cqi - (var(--bsp-h5-ft-gap) * (var(--bsp-h5-ft-cols) - 1))) /
        var(--bsp-h5-ft-cols) / 2
    )
  );
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 13px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.25s ease, visibility 0.25s ease, background 0.2s ease, color 0.2s ease;
}

.bsp-h5-featured__arrow--prev {
  left: 10px;
}

.bsp-h5-featured__arrow--next {
  right: 10px;
}

.bsp-h5-featured__arrow:hover:not(:disabled) {
  background: #1a1a1a;
  color: #ffffff;
}

.bsp-h5-featured__arrow:disabled {
  opacity: 0.25;
  cursor: default;
}

@media (hover: hover) and (pointer: fine) {
  .bsp-h5-featured__arrow {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .bsp-h5-featured__slider:hover .bsp-h5-featured__arrow:not(:disabled),
  .bsp-h5-featured__slider:focus-within .bsp-h5-featured__arrow:not(:disabled) {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .bsp-h5-featured__slider:hover .bsp-h5-featured__arrow:disabled,
  .bsp-h5-featured__slider:focus-within .bsp-h5-featured__arrow:disabled {
    opacity: 0.25;
    visibility: visible;
    pointer-events: none;
  }
}

.bsp-h5-featured__carousel {
  width: 100%;
  min-width: 0;
}

.bsp-h5-featured__viewport {
  overflow: hidden;
  width: 100%;
  touch-action: pan-y;
  cursor: grab;
}

.bsp-h5-featured__viewport:active {
  cursor: grabbing;
}

.bsp-h5-featured__track {
  display: flex;
  gap: var(--bsp-h5-ft-gap);
  transition: transform 0.45s ease;
  will-change: transform;
}

.bsp-h5-featured__carousel:not(.is-slider) .bsp-h5-featured__track {
  display: grid;
  grid-template-columns: repeat(var(--bsp-h5-ft-cols), minmax(0, 1fr));
  gap: var(--bsp-h5-ft-gap);
}

.bsp-h5-featured__carousel.is-slider .bsp-h5-featured__card {
  flex: 0 0 var(--bsp-h5-ft-card-width);
  width: var(--bsp-h5-ft-card-width);
}

.bsp-h5-featured__card {
  min-width: 0;
}

.bsp-h5-featured__media {
  position: relative;
  aspect-ratio: 1 / 1;
  margin-bottom: 14px;
  overflow: hidden;
  background: var(--bsp-h5-ft-media);
}

.bsp-h5-featured__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.bsp-h5-featured__image-link .bsp-product-card-images {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bsp-h5-featured__image-link .bsp-product-card-images img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  object-fit: cover;
  transition: opacity 0.35s ease, transform 0.4s ease;
}

.bsp-h5-featured__card:hover .bsp-h5-featured__image-link .bsp-product-card-images:not(.has-secondary) img {
  transform: scale(1.04);
}

.bsp-h5-featured__media:hover .bsp-product-card-images.has-secondary .bsp-product-card-images__secondary,
.bsp-h5-featured__media:focus-within .bsp-product-card-images.has-secondary .bsp-product-card-images__secondary {
  opacity: 1;
}

.bsp-h5-featured__media:hover .bsp-product-card-images.has-secondary .bsp-product-card-images__primary,
.bsp-h5-featured__media:focus-within .bsp-product-card-images.has-secondary .bsp-product-card-images__primary {
  opacity: 0;
}

.bsp-h5-featured__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  padding: 3px 7px;
  border: 1px solid var(--bsp-h5-ft-badge);
  background: #fff;
  color: var(--bsp-h5-ft-badge);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}

.bsp-h5-featured__wishlist {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, color 0.2s ease;
}

.bsp-h5-featured__media:hover .bsp-h5-featured__wishlist,
.bsp-h5-featured__media:focus-within .bsp-h5-featured__wishlist,
.bsp-h5-featured__wishlist.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bsp-h5-featured__wishlist.is-active,
.bsp-h5-featured__wishlist:hover {
  color: var(--bsp-h5-ft-badge);
}

.bsp-h5-featured__actions {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.bsp-h5-featured__quick-view,
.bsp-h5-featured__bag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.2s ease, color 0.2s ease;
}

.bsp-h5-featured__media:hover .bsp-h5-featured__quick-view,
.bsp-h5-featured__media:focus-within .bsp-h5-featured__quick-view,
.bsp-h5-featured__media:hover .bsp-h5-featured__bag,
.bsp-h5-featured__media:focus-within .bsp-h5-featured__bag {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bsp-h5-featured__quick-view:hover,
.bsp-h5-featured__bag:hover {
  background: #1a1a1a;
  color: #ffffff;
}

@media (hover: none) {
  .bsp-h5-featured__wishlist,
  .bsp-h5-featured__quick-view,
  .bsp-h5-featured__bag {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

.bsp-h5-featured__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.bsp-h5-featured__category {
  margin: 0;
  color: #a3a3a3;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bsp-h5-featured__name {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.bsp-h5-featured__name a {
  color: #1a1a1a;
  text-decoration: none;
}

.bsp-h5-featured__name a:hover {
  color: var(--bsp-h5-ft-price);
}

.bsp-h5-featured__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--bsp-h5-ft-price);
  line-height: 1.3;
}

.bsp-h5-featured__price del {
  color: #9a9a9a;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
}

.bsp-h5-featured__price ins {
  color: var(--bsp-h5-ft-price);
  font-weight: 700;
  text-decoration: none;
}

.bsp-h5-featured__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  color: #1a1a1a;
  font-size: 12px;
  line-height: 1.3;
}

.bsp-h5-featured__rating .fa-star {
  font-size: 11px;
}

.bsp-h5-featured__rating-value {
  font-weight: 600;
}

.bsp-h5-featured__rating-count {
  color: #9a9a9a;
  font-weight: 400;
}

.bsp-h5-featured--empty {
  padding: 40px 0;
  background: #f7f5f2;
}

.bsp-h5-featured__empty-note {
  margin: 0;
  color: #666;
  font-size: 14px;
}

@media (max-width: 767px) {
  .bsp-h5-featured__container {
    width: min(100% - 24px, var(--bsp-container, 1600px));
  }

  .bsp-h5-featured__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .bsp-h5-featured__slider {
    gap: 0;
  }

  .bsp-h5-featured__arrow {
    top: var(
      --bsp-h5-ft-arrow-top,
      calc(
        (100cqi - (var(--bsp-h5-ft-gap) * (var(--bsp-h5-ft-cols) - 1))) /
          var(--bsp-h5-ft-cols) / 2
      )
    );
    width: 32px;
    height: 32px;
  }

  .bsp-h5-featured__arrow--prev {
    left: 6px;
  }

  .bsp-h5-featured__arrow--next {
    right: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bsp-h5-featured__track,
  .bsp-h5-featured__image-link .bsp-product-card-images img,
  .bsp-h5-featured__wishlist,
  .bsp-h5-featured__quick-view,
  .bsp-h5-featured__bag {
    transition: none;
  }
}

/* Dual promo banners — full-bleed image + left text overlay */

.bsp-h5-promo {
  --bsp-h5-promo-bg: #f0f0f0;
  --bsp-h5-promo-kicker: #9a9a9a;
  --bsp-h5-promo-title: #1a1a1a;
  --bsp-h5-promo-text: #777777;
  --bsp-h5-promo-cta: #1a1a1a;
  --bsp-h5-promo-gap: 24px;
  --bsp-h5-promo-font-sans: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 0 clamp(40px, 5vw, 72px);
  background: #ffffff;
  font-family: var(--bsp-h5-promo-font-sans);
}

.bsp-h5-promo__container {
  width: min(100% - 40px, var(--bsp-container, 1600px));
  max-width: var(--bsp-container, 1600px);
  margin-inline: auto;
}

.bsp-h5-promo__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--bsp-h5-promo-gap);
}

.bsp-h5-promo__card {
  position: relative;
  display: block;
  min-height: clamp(240px, 24vw, 320px);
  overflow: hidden;
  background: var(--bsp-h5-promo-bg);
  color: inherit;
  text-decoration: none;
}

.bsp-h5-promo__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: var(--bsp-h5-promo-bg);
}

.bsp-h5-promo__media img,
.bsp-h5-promo__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.bsp-h5-promo__placeholder {
  background: linear-gradient(135deg, #e8e8e8 0%, #d4d4d4 100%);
}

.bsp-h5-promo__fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    var(--bsp-h5-promo-bg) 0%,
    var(--bsp-h5-promo-bg) 28%,
    color-mix(in srgb, var(--bsp-h5-promo-bg) 88%, transparent) 42%,
    color-mix(in srgb, var(--bsp-h5-promo-bg) 35%, transparent) 58%,
    transparent 72%
  );
}

.bsp-h5-promo__media img {
  transition: transform 0.55s ease;
}

.bsp-h5-promo__card:hover .bsp-h5-promo__media img {
  transform: scale(1.04);
}

.bsp-h5-promo__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  box-sizing: border-box;
  width: min(54%, 360px);
  min-height: inherit;
  padding: clamp(28px, 3.5vw, 52px) clamp(24px, 3vw, 48px);
}

.bsp-h5-promo__kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--bsp-h5-promo-kicker);
}

.bsp-h5-promo__title {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(22px, 1.85vw, 30px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.015em;
  color: var(--bsp-h5-promo-title);
}

.bsp-h5-promo__text {
  margin: 0;
  max-width: 30ch;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--bsp-h5-promo-text);
}

.bsp-h5-promo__cta {
  display: inline-block;
  margin-top: 6px;
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--bsp-h5-promo-cta);
  border-bottom: 2px solid currentColor;
  transition: opacity 0.2s ease;
}

.bsp-h5-promo__card:hover .bsp-h5-promo__cta,
.bsp-h5-promo__card:focus-visible .bsp-h5-promo__cta {
  opacity: 0.7;
}

.bsp-h5-promo--empty .bsp-h5-promo__empty-note {
  margin: 0;
  padding: 28px 20px;
  text-align: center;
  color: #777777;
  background: #f5f5f5;
  font-size: 14px;
}

@media (max-width: 900px) {
  .bsp-h5-promo__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bsp-h5-promo__card {
    min-height: 260px;
  }

  .bsp-h5-promo__content {
    width: min(60%, 340px);
  }

  .bsp-h5-promo__title {
    max-width: 16ch;
  }
}

@media (max-width: 560px) {
  .bsp-h5-promo__card {
    min-height: 280px;
  }

  .bsp-h5-promo__content {
    width: min(72%, 280px);
    gap: 10px;
    padding: 24px 20px;
  }

  .bsp-h5-promo__title {
    font-size: 20px;
    max-width: 12ch;
  }

  .bsp-h5-promo__text {
    font-size: 12px;
  }

  .bsp-h5-promo__cta {
    font-size: 11px;
  }

  .bsp-h5-promo__fade {
    background: linear-gradient(
      90deg,
      var(--bsp-h5-promo-bg) 0%,
      var(--bsp-h5-promo-bg) 36%,
      color-mix(in srgb, var(--bsp-h5-promo-bg) 80%, transparent) 52%,
      transparent 78%
    );
  }
}

@media (prefers-reduced-motion: reduce) {
  .bsp-h5-promo__media img,
  .bsp-h5-promo__cta {
    transition: none;
  }

  .bsp-h5-promo__card:hover .bsp-h5-promo__media img {
    transform: none;
  }
}

/* New Arrivals — banner + 4 product cards */

.bsp-h5-arrivals {
  --bsp-h5-na-title: #1a1a1a;
  --bsp-h5-na-desc: #9a9a9a;
  --bsp-h5-na-price: #e11d2e;
  --bsp-h5-na-badge: #e11d2e;
  --bsp-h5-na-stock: #2e9b6c;
  --bsp-h5-na-media: #ffffff;
  --bsp-h5-na-gap: 20px;
  --bsp-h5-na-font-serif: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --bsp-h5-na-font-sans: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 0 clamp(48px, 6vw, 80px);
  background: #ffffff;
  font-family: var(--bsp-h5-na-font-sans);
}

.bsp-h5-arrivals__container {
  width: min(100% - 40px, var(--bsp-container, 1600px));
  max-width: var(--bsp-container, 1600px);
  margin-inline: auto;
}

.bsp-h5-arrivals__header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px 28px;
  margin-bottom: clamp(24px, 3vw, 36px);
}

.bsp-h5-arrivals__title {
  margin: 0;
  color: var(--bsp-h5-na-title);
  font-family: var(--bsp-h5-na-font-serif);
  font-size: clamp(1.75rem, 2.6vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.bsp-h5-arrivals__desc {
  margin: 0;
  color: var(--bsp-h5-na-desc);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.bsp-h5-arrivals__layout {
  display: grid;
  grid-template-columns: minmax(200px, 0.95fr) minmax(0, 4.05fr);
  gap: var(--bsp-h5-na-gap);
  align-items: stretch;
}

.bsp-h5-arrivals__banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  background: #2a2420;
}

.bsp-h5-arrivals__banner-media {
  position: absolute;
  inset: 0;
}

.bsp-h5-arrivals__banner-media img,
.bsp-h5-arrivals__banner-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.55s ease;
}

.bsp-h5-arrivals__banner-placeholder {
  background: linear-gradient(160deg, #4a3f38 0%, #2a2420 100%);
}

.bsp-h5-arrivals__banner:hover .bsp-h5-arrivals__banner-media img {
  transform: scale(1.04);
}

.bsp-h5-arrivals__banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 16, 14, 0.28) 0%,
    rgba(20, 16, 14, 0.42) 55%,
    rgba(20, 16, 14, 0.55) 100%
  );
}

.bsp-h5-arrivals__banner-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  padding: clamp(28px, 3vw, 40px) 20px;
  text-align: center;
}

.bsp-h5-arrivals__banner-kicker {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.bsp-h5-arrivals__banner-title {
  max-width: 10ch;
  font-family: var(--bsp-h5-na-font-serif);
  font-size: clamp(1.65rem, 2.1vw, 2.15rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.bsp-h5-arrivals__banner-text {
  max-width: 22ch;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.bsp-h5-arrivals__banner-cta {
  margin-top: 8px;
  padding-bottom: 3px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 1px solid currentColor;
}

.bsp-h5-arrivals__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--bsp-h5-na-gap);
  min-width: 0;
}

.bsp-h5-arrivals__card {
  min-width: 0;
}

.bsp-h5-arrivals__media {
  position: relative;
  aspect-ratio: 1 / 1;
  margin-bottom: 14px;
  overflow: hidden;
  background: var(--bsp-h5-na-media);
  border: 1px solid #f0f0f0;
}

.bsp-h5-arrivals__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.bsp-h5-arrivals__image-link .bsp-product-card-images {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bsp-h5-arrivals__image-link .bsp-product-card-images img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  object-fit: cover;
  transition: opacity 0.35s ease, transform 0.4s ease;
}

.bsp-h5-arrivals__card:hover .bsp-h5-arrivals__image-link .bsp-product-card-images:not(.has-secondary) img {
  transform: scale(1.04);
}

.bsp-h5-arrivals__media:hover .bsp-product-card-images.has-secondary .bsp-product-card-images__secondary,
.bsp-h5-arrivals__media:focus-within .bsp-product-card-images.has-secondary .bsp-product-card-images__secondary {
  opacity: 1;
}

.bsp-h5-arrivals__media:hover .bsp-product-card-images.has-secondary .bsp-product-card-images__primary,
.bsp-h5-arrivals__media:focus-within .bsp-product-card-images.has-secondary .bsp-product-card-images__primary {
  opacity: 0;
}

.bsp-h5-arrivals__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  padding: 3px 7px;
  border: 1px solid var(--bsp-h5-na-badge);
  background: #ffffff;
  color: var(--bsp-h5-na-badge);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}

.bsp-h5-arrivals__wishlist {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, color 0.2s ease;
}

.bsp-h5-arrivals__media:hover .bsp-h5-arrivals__wishlist,
.bsp-h5-arrivals__media:focus-within .bsp-h5-arrivals__wishlist,
.bsp-h5-arrivals__wishlist.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bsp-h5-arrivals__wishlist.is-active,
.bsp-h5-arrivals__wishlist:hover {
  color: var(--bsp-h5-na-badge);
}

.bsp-h5-arrivals__actions {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.bsp-h5-arrivals__quick-view,
.bsp-h5-arrivals__bag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.2s ease, color 0.2s ease;
}

.bsp-h5-arrivals__media:hover .bsp-h5-arrivals__quick-view,
.bsp-h5-arrivals__media:focus-within .bsp-h5-arrivals__quick-view,
.bsp-h5-arrivals__media:hover .bsp-h5-arrivals__bag,
.bsp-h5-arrivals__media:focus-within .bsp-h5-arrivals__bag {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bsp-h5-arrivals__quick-view:hover,
.bsp-h5-arrivals__bag:hover {
  background: #1a1a1a;
  color: #ffffff;
}

.bsp-h5-arrivals__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.bsp-h5-arrivals__category {
  margin: 0;
  color: #a3a3a3;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bsp-h5-arrivals__name {
  margin: 0;
  font-family: var(--bsp-h5-na-font-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.bsp-h5-arrivals__name a {
  color: #1a1a1a;
  text-decoration: none;
}

.bsp-h5-arrivals__name a:hover {
  color: var(--bsp-h5-na-price);
}

.bsp-h5-arrivals__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--bsp-h5-na-price);
  line-height: 1.3;
}

.bsp-h5-arrivals__price del {
  color: #9a9a9a;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
}

.bsp-h5-arrivals__price ins {
  color: var(--bsp-h5-na-price);
  font-weight: 700;
  text-decoration: none;
}

.bsp-h5-arrivals__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  color: #1a1a1a;
  font-size: 12px;
  line-height: 1.3;
}

.bsp-h5-arrivals__rating .fa-star {
  font-size: 11px;
}

.bsp-h5-arrivals__rating-value {
  font-weight: 600;
}

.bsp-h5-arrivals__rating-count {
  color: #9a9a9a;
  font-weight: 400;
}

.bsp-h5-arrivals__stock {
  margin: 4px 0 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bsp-h5-arrivals__stock.is-in {
  color: var(--bsp-h5-na-stock);
}

.bsp-h5-arrivals__stock.is-out {
  color: #9a9a9a;
}

.bsp-h5-arrivals--empty .bsp-h5-arrivals__empty-note {
  margin: 0;
  padding: 28px 20px;
  text-align: center;
  color: #777777;
  background: #f5f5f5;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .bsp-h5-arrivals__layout {
    grid-template-columns: minmax(180px, 1fr) minmax(0, 3fr);
  }

  .bsp-h5-arrivals__products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bsp-h5-arrivals__products .bsp-h5-arrivals__card:nth-child(n + 4) {
    display: none;
  }
}

@media (max-width: 900px) {
  .bsp-h5-arrivals__layout {
    grid-template-columns: 1fr;
  }

  .bsp-h5-arrivals__banner {
    min-height: 280px;
  }

  .bsp-h5-arrivals__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bsp-h5-arrivals__products .bsp-h5-arrivals__card:nth-child(n + 4) {
    display: block;
  }
}

@media (max-width: 560px) {
  .bsp-h5-arrivals__container {
    width: min(100% - 24px, var(--bsp-container, 1600px));
  }

  .bsp-h5-arrivals__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .bsp-h5-arrivals__desc {
    max-width: none;
  }

  .bsp-h5-arrivals__name {
    font-size: 15px;
  }
}

@media (hover: none) {
  .bsp-h5-arrivals__wishlist,
  .bsp-h5-arrivals__quick-view,
  .bsp-h5-arrivals__bag {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bsp-h5-arrivals__banner-media img,
  .bsp-h5-arrivals__image-link .bsp-product-card-images img,
  .bsp-h5-arrivals__wishlist,
  .bsp-h5-arrivals__quick-view,
  .bsp-h5-arrivals__bag {
    transition: none;
  }

  .bsp-h5-arrivals__banner:hover .bsp-h5-arrivals__banner-media img,
  .bsp-h5-arrivals__card:hover .bsp-h5-arrivals__image-link .bsp-product-card-images:not(.has-secondary) img {
    transform: none;
  }
}

/* Campaign countdown banner */

.bsp-h5-campaign {
  --bsp-h5-cm-bg: #f2efed;
  --bsp-h5-cm-kicker: #9a9a9a;
  --bsp-h5-cm-title: #1a1a1a;
  --bsp-h5-cm-text: #6b6b6b;
  --bsp-h5-cm-status: #9a9a9a;
  --bsp-h5-cm-font-sans: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 0 clamp(48px, 6vw, 80px);
  background: #ffffff;
  font-family: var(--bsp-h5-cm-font-sans);
}

.bsp-h5-campaign__container {
  width: min(100% - 40px, var(--bsp-container, 1600px));
  max-width: var(--bsp-container, 1600px);
  margin-inline: auto;
}

.bsp-h5-campaign__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
  min-height: clamp(280px, 28vw, 380px);
  overflow: hidden;
  background: var(--bsp-h5-cm-bg);
}

.bsp-h5-campaign__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
  box-sizing: border-box;
  padding: clamp(36px, 5vw, 72px) clamp(28px, 4vw, 64px);
}

.bsp-h5-campaign__kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--bsp-h5-cm-kicker);
}

.bsp-h5-campaign__title {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--bsp-h5-cm-title);
}

.bsp-h5-campaign__text {
  margin: 0;
  max-width: 36ch;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--bsp-h5-cm-text);
}

.bsp-h5-campaign__countdown {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 8px;
}

.bsp-h5-campaign__status {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--bsp-h5-cm-status);
}

.bsp-h5-campaign__timer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.bsp-h5-campaign__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bsp-h5-campaign__value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 52px;
  padding: 0 10px;
  border: 1px solid #e0dcd8;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.bsp-h5-campaign__sep {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.bsp-h5-campaign__media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: var(--bsp-h5-cm-bg);
}

.bsp-h5-campaign__media img,
.bsp-h5-campaign__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.bsp-h5-campaign__placeholder {
  min-height: 280px;
  background: linear-gradient(135deg, #e8e2dc 0%, #d9d2cb 100%);
}

@media (max-width: 900px) {
  .bsp-h5-campaign__panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .bsp-h5-campaign__media {
    min-height: 260px;
    order: -1;
  }

  .bsp-h5-campaign__content {
    padding: 32px 24px 40px;
  }

  .bsp-h5-campaign__title {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .bsp-h5-campaign__container {
    width: min(100% - 24px, var(--bsp-container, 1600px));
  }

  .bsp-h5-campaign__value {
    min-width: 44px;
    min-height: 44px;
    font-size: 16px;
  }

  .bsp-h5-campaign__sep {
    font-size: 16px;
  }
}

/* Spotlight — product | banner | product */

.bsp-h5-spotlight {
  --bsp-h5-sp-price: #e11d2e;
  --bsp-h5-sp-badge: #e11d2e;
  --bsp-h5-sp-progress: #e11d2e;
  --bsp-h5-sp-media: #f5f5f5;
  --bsp-h5-sp-gap: 24px;
  --bsp-h5-sp-font-sans: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 0 clamp(48px, 6vw, 80px);
  background: #ffffff;
  font-family: var(--bsp-h5-sp-font-sans);
}

.bsp-h5-spotlight__container {
  width: min(100% - 40px, var(--bsp-container, 1600px));
  max-width: var(--bsp-container, 1600px);
  margin-inline: auto;
}

.bsp-h5-spotlight__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr) minmax(0, 1fr);
  gap: var(--bsp-h5-sp-gap);
  align-items: stretch;
}

.bsp-h5-spotlight__card {
  min-width: 0;
}

.bsp-h5-spotlight__media {
  position: relative;
  aspect-ratio: 1 / 1;
  margin-bottom: 14px;
  overflow: hidden;
  background: var(--bsp-h5-sp-media);
}

.bsp-h5-spotlight__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.bsp-h5-spotlight__image-link .bsp-product-card-images {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bsp-h5-spotlight__image-link .bsp-product-card-images img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  object-fit: cover;
  transition: opacity 0.35s ease, transform 0.4s ease;
}

.bsp-h5-spotlight__card:hover .bsp-h5-spotlight__image-link .bsp-product-card-images:not(.has-secondary) img {
  transform: scale(1.04);
}

.bsp-h5-spotlight__media:hover .bsp-product-card-images.has-secondary .bsp-product-card-images__secondary,
.bsp-h5-spotlight__media:focus-within .bsp-product-card-images.has-secondary .bsp-product-card-images__secondary {
  opacity: 1;
}

.bsp-h5-spotlight__media:hover .bsp-product-card-images.has-secondary .bsp-product-card-images__primary,
.bsp-h5-spotlight__media:focus-within .bsp-product-card-images.has-secondary .bsp-product-card-images__primary {
  opacity: 0;
}

.bsp-h5-spotlight__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  padding: 3px 7px;
  border: 1px solid var(--bsp-h5-sp-badge);
  background: #ffffff;
  color: var(--bsp-h5-sp-badge);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}

.bsp-h5-spotlight__actions {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.bsp-h5-spotlight__quick-view,
.bsp-h5-spotlight__bag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.2s ease, color 0.2s ease;
}

.bsp-h5-spotlight__media:hover .bsp-h5-spotlight__quick-view,
.bsp-h5-spotlight__media:focus-within .bsp-h5-spotlight__quick-view,
.bsp-h5-spotlight__media:hover .bsp-h5-spotlight__bag,
.bsp-h5-spotlight__media:focus-within .bsp-h5-spotlight__bag {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bsp-h5-spotlight__quick-view:hover,
.bsp-h5-spotlight__bag:hover {
  background: #1a1a1a;
  color: #ffffff;
}

.bsp-h5-spotlight__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.bsp-h5-spotlight__category {
  margin: 0;
  color: #a3a3a3;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bsp-h5-spotlight__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.bsp-h5-spotlight__name {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.bsp-h5-spotlight__name a {
  color: #1a1a1a;
  text-decoration: none;
}

.bsp-h5-spotlight__name a:hover {
  color: var(--bsp-h5-sp-price);
}

.bsp-h5-spotlight__wishlist-inline {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: 1px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1a1a1a;
  font-size: 15px;
  cursor: pointer;
}

.bsp-h5-spotlight__wishlist-inline.is-active,
.bsp-h5-spotlight__wishlist-inline:hover {
  color: var(--bsp-h5-sp-badge);
}

.bsp-h5-spotlight__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--bsp-h5-sp-price);
  line-height: 1.3;
}

.bsp-h5-spotlight__price del {
  color: #9a9a9a;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
}

.bsp-h5-spotlight__price ins {
  color: var(--bsp-h5-sp-price);
  font-weight: 700;
  text-decoration: none;
}

.bsp-h5-spotlight__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  color: #1a1a1a;
  font-size: 12px;
  line-height: 1.3;
}

.bsp-h5-spotlight__rating .fa-star {
  font-size: 11px;
}

.bsp-h5-spotlight__rating-value {
  font-weight: 600;
}

.bsp-h5-spotlight__rating-count {
  color: #9a9a9a;
  font-weight: 400;
}

.bsp-h5-spotlight__stock {
  width: 100%;
  margin-top: 8px;
}

.bsp-h5-spotlight__progress {
  width: 100%;
  height: 3px;
  margin-bottom: 8px;
  overflow: hidden;
  background: #ececec;
}

.bsp-h5-spotlight__progress-bar {
  display: block;
  height: 100%;
  background: var(--bsp-h5-sp-progress);
}

.bsp-h5-spotlight__stock-text {
  margin: 0;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.45;
}

.bsp-h5-spotlight__stock-text strong {
  color: #1a1a1a;
  font-weight: 700;
}

.bsp-h5-spotlight__banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-height: 100%;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  background: #2a2420;
}

.bsp-h5-spotlight__banner-media {
  position: absolute;
  inset: 0;
}

.bsp-h5-spotlight__banner-media img,
.bsp-h5-spotlight__banner-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.55s ease;
}

.bsp-h5-spotlight__banner-placeholder {
  background: linear-gradient(160deg, #4a3f38 0%, #2a2420 100%);
}

.bsp-h5-spotlight__banner:hover .bsp-h5-spotlight__banner-media img {
  transform: scale(1.04);
}

.bsp-h5-spotlight__banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 16, 14, 0.38);
}

.bsp-h5-spotlight__banner-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
  width: 100%;
  padding: clamp(28px, 3vw, 48px) 24px;
  text-align: center;
}

.bsp-h5-spotlight__banner-title {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #ffffff;
}

.bsp-h5-spotlight__banner-text {
  max-width: 26ch;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.bsp-h5-spotlight__banner-cta {
  margin-top: 6px;
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 1px solid currentColor;
}

.bsp-h5-spotlight--empty .bsp-h5-spotlight__empty-note {
  margin: 0;
  padding: 28px 20px;
  text-align: center;
  color: #777777;
  background: #f5f5f5;
  font-size: 14px;
}

@media (max-width: 1023px) {
  .bsp-h5-spotlight__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bsp-h5-spotlight__banner {
    grid-column: 1 / -1;
    min-height: 280px;
    order: -1;
  }
}

@media (max-width: 640px) {
  .bsp-h5-spotlight__container {
    width: min(100% - 24px, var(--bsp-container, 1600px));
  }

  .bsp-h5-spotlight__layout {
    grid-template-columns: 1fr;
  }

  .bsp-h5-spotlight__banner {
    min-height: 260px;
  }
}

@media (hover: none) {
  .bsp-h5-spotlight__quick-view,
  .bsp-h5-spotlight__bag {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bsp-h5-spotlight__banner-media img,
  .bsp-h5-spotlight__image-link .bsp-product-card-images img,
  .bsp-h5-spotlight__quick-view,
  .bsp-h5-spotlight__bag {
    transition: none;
  }

  .bsp-h5-spotlight__banner:hover .bsp-h5-spotlight__banner-media img,
  .bsp-h5-spotlight__card:hover .bsp-h5-spotlight__image-link .bsp-product-card-images:not(.has-secondary) img {
    transform: none;
  }
}

/* Weekly Sales — side lists + center featured */

.bsp-h5-weekly {
  --bsp-h5-ws-title: #1a1a1a;
  --bsp-h5-ws-desc: #9a9a9a;
  --bsp-h5-ws-price: #e11d2e;
  --bsp-h5-ws-badge: #e11d2e;
  --bsp-h5-ws-progress: #e11d2e;
  --bsp-h5-ws-border: #e11d2e;
  --bsp-h5-ws-media: #f5f5f5;
  --bsp-h5-ws-gap: 28px;
  --bsp-h5-ws-font-sans: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 0 clamp(48px, 6vw, 80px);
  background: #ffffff;
  font-family: var(--bsp-h5-ws-font-sans);
}

.bsp-h5-weekly__container {
  width: min(100% - 40px, var(--bsp-container, 1600px));
  max-width: var(--bsp-container, 1600px);
  margin-inline: auto;
}

.bsp-h5-weekly__header {
  margin-bottom: clamp(28px, 3.5vw, 44px);
  text-align: center;
}

.bsp-h5-weekly__title {
  margin: 0 0 10px;
  color: var(--bsp-h5-ws-title);
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.bsp-h5-weekly__desc {
  margin: 0 auto;
  max-width: 48ch;
  color: var(--bsp-h5-ws-desc);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.bsp-h5-weekly__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1fr);
  gap: var(--bsp-h5-ws-gap);
  align-items: start;
}

.bsp-h5-weekly__side {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.bsp-h5-weekly__row {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}

.bsp-h5-weekly__side .bsp-h5-weekly__row:first-child {
  padding-top: 0;
}

.bsp-h5-weekly__side .bsp-h5-weekly__row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.bsp-h5-weekly__row-media,
.bsp-h5-weekly__featured-media {
  position: relative;
  overflow: hidden;
  background: var(--bsp-h5-ws-media);
}

.bsp-h5-weekly__row-media {
  aspect-ratio: 1 / 1;
}

.bsp-h5-weekly__row-image,
.bsp-h5-weekly__featured-image {
  display: block;
  width: 100%;
  height: 100%;
}

.bsp-h5-weekly__row-image .bsp-product-card-images,
.bsp-h5-weekly__featured-image .bsp-product-card-images {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bsp-h5-weekly__row-image .bsp-product-card-images img,
.bsp-h5-weekly__featured-image .bsp-product-card-images img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  object-fit: cover;
  transition: opacity 0.35s ease, transform 0.4s ease;
}

.bsp-h5-weekly__row:hover .bsp-h5-weekly__row-image .bsp-product-card-images:not(.has-secondary) img,
.bsp-h5-weekly__featured:hover .bsp-h5-weekly__featured-image .bsp-product-card-images:not(.has-secondary) img {
  transform: scale(1.04);
}

.bsp-h5-weekly__row-media:hover .bsp-product-card-images.has-secondary .bsp-product-card-images__secondary,
.bsp-h5-weekly__row-media:focus-within .bsp-product-card-images.has-secondary .bsp-product-card-images__secondary,
.bsp-h5-weekly__featured-media:hover .bsp-product-card-images.has-secondary .bsp-product-card-images__secondary,
.bsp-h5-weekly__featured-media:focus-within .bsp-product-card-images.has-secondary .bsp-product-card-images__secondary {
  opacity: 1;
}

.bsp-h5-weekly__row-media:hover .bsp-product-card-images.has-secondary .bsp-product-card-images__primary,
.bsp-h5-weekly__row-media:focus-within .bsp-product-card-images.has-secondary .bsp-product-card-images__primary,
.bsp-h5-weekly__featured-media:hover .bsp-product-card-images.has-secondary .bsp-product-card-images__primary,
.bsp-h5-weekly__featured-media:focus-within .bsp-product-card-images.has-secondary .bsp-product-card-images__primary {
  opacity: 0;
}

.bsp-h5-weekly__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  padding: 2px 6px;
  border: 1px solid var(--bsp-h5-ws-badge);
  background: #ffffff;
  color: var(--bsp-h5-ws-badge);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
}

.bsp-h5-weekly__actions {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.bsp-h5-weekly__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 13px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.2s ease, color 0.2s ease;
}

.bsp-h5-weekly__row-media:hover .bsp-h5-weekly__action,
.bsp-h5-weekly__row-media:focus-within .bsp-h5-weekly__action,
.bsp-h5-weekly__featured-media:hover .bsp-h5-weekly__action,
.bsp-h5-weekly__featured-media:focus-within .bsp-h5-weekly__action {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bsp-h5-weekly__action:hover,
.bsp-h5-weekly__action.is-active {
  background: #1a1a1a;
  color: #ffffff;
}

.bsp-h5-weekly__row-body,
.bsp-h5-weekly__featured-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  min-width: 0;
}

.bsp-h5-weekly__category {
  margin: 0;
  color: #a3a3a3;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bsp-h5-weekly__name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.bsp-h5-weekly__name a {
  color: #1a1a1a;
  text-decoration: none;
}

.bsp-h5-weekly__name a:hover {
  color: var(--bsp-h5-ws-price);
}

.bsp-h5-weekly__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--bsp-h5-ws-price);
  line-height: 1.3;
}

.bsp-h5-weekly__price del {
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}

.bsp-h5-weekly__price ins {
  color: var(--bsp-h5-ws-price);
  font-weight: 700;
  text-decoration: none;
}

.bsp-h5-weekly__countdown {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 4px;
  width: 100%;
}

.bsp-h5-weekly__status {
  margin: 0;
  color: #9a9a9a;
  font-size: 12px;
  line-height: 1.3;
}

.bsp-h5-weekly__timer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.bsp-h5-weekly__unit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 28px;
  padding: 0 6px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.bsp-h5-weekly__sep {
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
}

.bsp-h5-weekly__featured {
  position: sticky;
  top: 24px;
  z-index: 2;
  align-self: start;
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid var(--bsp-h5-ws-border);
  background: #ffffff;
}

.bsp-h5-weekly__featured-media {
  aspect-ratio: 3 / 2;
  margin-bottom: 16px;
}

.bsp-h5-weekly__featured .bsp-h5-weekly__badge {
  top: 12px;
  left: 12px;
  font-size: 11px;
  padding: 3px 7px;
}

.bsp-h5-weekly__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.bsp-h5-weekly__name--featured {
  flex: 1 1 auto;
  font-size: 16px;
}

.bsp-h5-weekly__wishlist-inline {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1a1a1a;
  font-size: 15px;
  cursor: pointer;
}

.bsp-h5-weekly__wishlist-inline.is-active,
.bsp-h5-weekly__wishlist-inline:hover {
  color: var(--bsp-h5-ws-badge);
}

.bsp-h5-weekly__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  color: #1a1a1a;
  font-size: 12px;
  line-height: 1.3;
}

.bsp-h5-weekly__rating .fa-star {
  font-size: 11px;
}

.bsp-h5-weekly__rating-value {
  font-weight: 600;
}

.bsp-h5-weekly__rating-count {
  color: #9a9a9a;
  font-weight: 400;
}

.bsp-h5-weekly__stock {
  width: 100%;
  margin-top: 10px;
}

.bsp-h5-weekly__progress {
  width: 100%;
  height: 3px;
  margin-bottom: 8px;
  overflow: hidden;
  background: #ececec;
}

.bsp-h5-weekly__progress-bar {
  display: block;
  height: 100%;
  background: var(--bsp-h5-ws-progress);
}

.bsp-h5-weekly__stock-text {
  margin: 0;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.45;
}

.bsp-h5-weekly__stock-text strong {
  color: #1a1a1a;
  font-weight: 700;
}

.bsp-h5-weekly--empty .bsp-h5-weekly__empty-note {
  margin: 0;
  padding: 28px 20px;
  text-align: center;
  color: #777777;
  background: #f5f5f5;
  font-size: 14px;
}

@media (max-width: 1100px) {
  .bsp-h5-weekly__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .bsp-h5-weekly__featured {
    position: static;
    top: auto;
    order: -1;
    max-width: 420px;
    margin-inline: auto;
    width: 100%;
  }

  .bsp-h5-weekly__side--left,
  .bsp-h5-weekly__side--right {
    max-width: 640px;
    margin-inline: auto;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .bsp-h5-weekly__container {
    width: min(100% - 24px, var(--bsp-container, 1600px));
  }

  .bsp-h5-weekly__row {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
  }

  .bsp-h5-weekly__unit {
    min-width: 30px;
    min-height: 26px;
    font-size: 11px;
  }
}

@media (hover: none) {
  .bsp-h5-weekly__action {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bsp-h5-weekly__row-image .bsp-product-card-images img,
  .bsp-h5-weekly__featured-image .bsp-product-card-images img,
  .bsp-h5-weekly__action {
    transition: none;
  }

  .bsp-h5-weekly__row:hover .bsp-h5-weekly__row-image .bsp-product-card-images:not(.has-secondary) img,
  .bsp-h5-weekly__featured:hover .bsp-h5-weekly__featured-image .bsp-product-card-images:not(.has-secondary) img {
    transform: none;
  }
}

/* ============ Brand logos strip ============ */

.bsp-h5-brands {
  --bsp-h5-brands-bg: #ffffff;
  --bsp-h5-brands-text: #d9725c;
  --bsp-h5-brands-logo-h: 28px;
  --bsp-h5-brands-gap: 48px;
  --bsp-h5-brands-font-serif: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --bsp-h5-brands-font-sans: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

  padding: 48px 0 56px;
  background: var(--bsp-h5-brands-bg);
}

.bsp-h5-brands__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px var(--bsp-h5-brands-gap);
  list-style: none;
  margin: 0;
  padding: 0;
}

.bsp-h5-brands__item {
  display: flex;
  flex: 0 1 auto;
}

.bsp-h5-brands__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--bsp-h5-brands-text);
  transition: opacity 0.2s ease;
}

.bsp-h5-brands__logo:hover {
  opacity: 0.72;
}

.bsp-h5-brands__image {
  display: block;
  max-height: var(--bsp-h5-brands-logo-h);
  width: auto;
  object-fit: contain;
}

/* Tint uploaded logos to the coral brand color */
.bsp-h5-brands--tint .bsp-h5-brands__image {
  filter: brightness(0) saturate(100%) invert(58%) sepia(28%) saturate(900%) hue-rotate(325deg) brightness(95%) contrast(90%);
  opacity: 0.95;
}

.bsp-h5-brands__wordmark {
  color: var(--bsp-h5-brands-text);
  font-size: calc(var(--bsp-h5-brands-logo-h) * 0.72);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
  font-family: var(--bsp-h5-brands-font-serif);
}

/* Per-slot wordmark styles matching the jewelry reference */
.bsp-h5-brands__wordmark--style-1 {
  font-family: var(--bsp-h5-brands-font-sans);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bsp-h5-brands__wordmark--style-2 {
  font-family: var(--bsp-h5-brands-font-serif);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bsp-h5-brands__wordmark--style-3 {
  font-family: var(--bsp-h5-brands-font-serif);
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: calc(var(--bsp-h5-brands-logo-h) * 0.68);
}

.bsp-h5-brands__wordmark--style-4 {
  font-family: var(--bsp-h5-brands-font-serif);
  font-weight: 400;
  letter-spacing: 0.04em;
  font-style: italic;
  font-size: calc(var(--bsp-h5-brands-logo-h) * 0.78);
}

.bsp-h5-brands__wordmark--style-5 {
  font-family: var(--bsp-h5-brands-font-sans);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsp-h5-brands__wordmark--style-6 {
  font-family: var(--bsp-h5-brands-font-serif);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bsp-h5-brands__wordmark--style-7 {
  font-family: var(--bsp-h5-brands-font-serif);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bsp-h5-brands__wordmark--style-8 {
  font-family: var(--bsp-h5-brands-font-serif);
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: calc(var(--bsp-h5-brands-logo-h) * 0.7);
}

@media (max-width: 1199px) {
  .bsp-h5-brands__list {
    justify-content: center;
    gap: 24px 40px;
  }
}

@media (max-width: 767px) {
  .bsp-h5-brands {
    padding: 36px 0 40px;
  }

  .bsp-h5-brands__list {
    gap: 20px 28px;
  }

  .bsp-h5-brands__wordmark {
    font-size: calc(var(--bsp-h5-brands-logo-h) * 0.62);
  }
}

/* ============ Store Testimonials ============ */

.bsp-h5-ts {
  --bsp-h5-ts-bg: #f7f7f7;
  --bsp-h5-ts-title: #1a1a1a;
  --bsp-h5-ts-card: #ffffff;
  --bsp-h5-ts-quote: #9a9a9a;
  --bsp-h5-ts-name: #4a4a4a;
  --bsp-h5-ts-arrow: #1a1a1a;
  --bsp-h5-ts-dot: #c8c8c8;
  --bsp-h5-ts-dot-on: #1a1a1a;
  --bsp-h5-ts-avatar: #e8e8e8;
  --bsp-h5-ts-card-width: 58%;
  --bsp-h5-ts-font-sans: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

  padding: 72px 0 80px;
  background: var(--bsp-h5-ts-bg);
  font-family: var(--bsp-h5-ts-font-sans);
}

.bsp-h5-ts__container {
  width: min(100% - 48px, var(--bsp-container, 1600px));
  margin-inline: auto;
}

.bsp-h5-ts__header {
  text-align: center;
  margin: 0 0 48px;
}

.bsp-h5-ts__title {
  margin: 0;
  color: var(--bsp-h5-ts-title);
  font-family: var(--bsp-h5-ts-font-sans);
  font-size: clamp(1.5rem, 2.2vw, 1.85rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.bsp-h5-ts__slider {
  position: relative;
}

.bsp-h5-ts__stage {
  position: relative;
  padding: 0 52px;
}

.bsp-h5-ts__viewport {
  overflow: hidden;
}

.bsp-h5-ts__track {
  display: flex;
  align-items: stretch;
  gap: 28px;
  will-change: transform;
}

.bsp-h5-ts__slider.is-slider .bsp-h5-ts__track {
  transition: transform 0.5s ease;
}

.bsp-h5-ts__card {
  flex: 0 0 var(--bsp-h5-ts-card-width, 58%);
  width: var(--bsp-h5-ts-card-width, 58%);
  max-width: 720px;
  box-sizing: border-box;
  opacity: 0.32;
  transition: opacity 0.45s ease;
}

.bsp-h5-ts__card.is-active {
  opacity: 1;
}

.bsp-h5-ts__slider:not(.is-slider) .bsp-h5-ts__track {
  justify-content: center;
}

.bsp-h5-ts__slider:not(.is-slider) .bsp-h5-ts__card {
  flex-basis: min(720px, 92%);
  width: min(720px, 92%);
  opacity: 1;
}

.bsp-h5-ts__card-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 160px;
  padding: 36px 40px;
  background: var(--bsp-h5-ts-card);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.bsp-h5-ts__avatar {
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
}

.bsp-h5-ts__avatar--placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bsp-h5-ts-avatar);
  color: var(--bsp-h5-ts-name);
  font-size: 28px;
  font-weight: 500;
}

.bsp-h5-ts__body {
  flex: 1 1 auto;
  min-width: 0;
}

.bsp-h5-ts__quote {
  margin: 0 0 18px;
}

.bsp-h5-ts__quote p {
  margin: 0;
  color: var(--bsp-h5-ts-quote);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.bsp-h5-ts__name {
  margin: 0;
  color: var(--bsp-h5-ts-name);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.bsp-h5-ts__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--bsp-h5-ts-arrow);
  border-radius: 50%;
  background: transparent;
  color: var(--bsp-h5-ts-arrow);
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.2s ease, background 0.2s ease;
}

.bsp-h5-ts__arrow--prev {
  left: max(4px, calc(50% - (var(--bsp-h5-ts-card-width, 58%) / 2) - 8px));
  transform: translate(-100%, -50%);
}

.bsp-h5-ts__arrow--next {
  right: max(4px, calc(50% - (var(--bsp-h5-ts-card-width, 58%) / 2) - 8px));
  transform: translate(100%, -50%);
}

.bsp-h5-ts__arrow:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.04);
}

.bsp-h5-ts__arrow:disabled {
  opacity: 0.28;
  cursor: default;
}

.bsp-h5-ts__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 36px;
}

.bsp-h5-ts__dot {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--bsp-h5-ts-dot-on);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.bsp-h5-ts__dot.is-active {
  background: var(--bsp-h5-ts-dot-on);
  border-color: var(--bsp-h5-ts-dot-on);
}

.bsp-h5-ts__dot:not(.is-active) {
  border-color: var(--bsp-h5-ts-dot);
}

.bsp-h5-ts__empty-note {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  color: var(--bsp-h5-ts-quote);
  font-size: 14px;
}

@media (max-width: 991px) {
  .bsp-h5-ts {
    padding: 56px 0 64px;
  }

  .bsp-h5-ts__stage {
    padding: 0 40px;
  }

  .bsp-h5-ts__card-inner {
    gap: 20px;
    padding: 28px 24px;
  }

  .bsp-h5-ts__avatar {
    flex-basis: 72px;
    width: 72px;
    height: 72px;
  }

  .bsp-h5-ts__arrow--prev {
    left: 0;
    transform: translateY(-50%);
  }

  .bsp-h5-ts__arrow--next {
    right: 0;
    transform: translateY(-50%);
  }
}

@media (max-width: 640px) {
  .bsp-h5-ts__container {
    width: min(100% - 24px, var(--bsp-container, 1600px));
  }

  .bsp-h5-ts__header {
    margin-bottom: 32px;
  }

  .bsp-h5-ts__stage {
    padding: 0 36px;
  }

  .bsp-h5-ts__card-inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 24px 20px;
  }

  .bsp-h5-ts__arrow {
    width: 36px;
    height: 36px;
  }

  .bsp-h5-ts__arrow svg {
    width: 14px;
    height: 14px;
  }
}

/* ============ Latest News ============ */

.bsp-h5-news {
  --bsp-h5-news-bg: #ffffff;
  --bsp-h5-news-title: #1a1a1a;
  --bsp-h5-news-subtitle: #9a9a9a;
  --bsp-h5-news-card: #1a1a1a;
  --bsp-h5-news-date: #b0b0b0;
  --bsp-h5-news-excerpt: #6b6b6b;
  --bsp-h5-news-media: #f0f0f0;
  --bsp-h5-news-font-sans: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

  padding: 72px 0 88px;
  background: var(--bsp-h5-news-bg);
  font-family: var(--bsp-h5-news-font-sans);
}

.bsp-h5-news__container {
  width: min(100% - 48px, var(--bsp-container, 1600px));
  margin-inline: auto;
}

.bsp-h5-news__header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 18px;
  margin: 0 0 40px;
}

.bsp-h5-news__title {
  margin: 0;
  color: var(--bsp-h5-news-title);
  font-family: var(--bsp-h5-news-font-sans);
  font-size: clamp(1.65rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.bsp-h5-news__subtitle {
  margin: 0;
  color: var(--bsp-h5-news-subtitle);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.bsp-h5-news__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 24px;
}

.bsp-h5-news__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.bsp-h5-news__media {
  display: block;
  margin: 0 0 18px;
  overflow: hidden;
  background: var(--bsp-h5-news-media);
  aspect-ratio: 3 / 2;
}

.bsp-h5-news__image,
.bsp-h5-news__image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.bsp-h5-news__image-placeholder {
  background: var(--bsp-h5-news-media);
}

.bsp-h5-news__card:hover .bsp-h5-news__image {
  transform: scale(1.04);
}

.bsp-h5-news__card-title {
  margin: 0 0 10px;
  font-family: var(--bsp-h5-news-font-sans);
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-transform: uppercase;
}

.bsp-h5-news__card-title a {
  color: var(--bsp-h5-news-card);
  text-decoration: none;
}

.bsp-h5-news__card-title a:hover {
  opacity: 0.72;
}

.bsp-h5-news__date {
  display: block;
  margin: 0 0 12px;
  color: var(--bsp-h5-news-date);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bsp-h5-news__excerpt {
  margin: 0;
  color: var(--bsp-h5-news-excerpt);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
}

.bsp-h5-news__empty-note {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  color: var(--bsp-h5-news-subtitle);
  font-size: 14px;
}

@media (max-width: 1199px) {
  .bsp-h5-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
  }
}

@media (max-width: 767px) {
  .bsp-h5-news {
    padding: 56px 0 64px;
  }

  .bsp-h5-news__container {
    width: min(100% - 24px, var(--bsp-container, 1600px));
  }

  .bsp-h5-news__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 28px;
  }

  .bsp-h5-news__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bsp-h5-news__image {
    transition: none;
  }

  .bsp-h5-news__card:hover .bsp-h5-news__image {
    transform: none;
  }
}

/* ============ Store Features ============ */

.bsp-h5-features {
  --bsp-h5-sf-bg: #ffffff;
  --bsp-h5-sf-icon: #8a8a8a;
  --bsp-h5-sf-title: #1a1a1a;
  --bsp-h5-sf-text: #8a8a8a;
  --bsp-h5-sf-font-sans: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

  padding: 48px 0 64px;
  background: var(--bsp-h5-sf-bg);
  font-family: var(--bsp-h5-sf-font-sans);
}

.bsp-h5-features__container {
  width: min(100% - 48px, var(--bsp-container, 1600px));
  margin-inline: auto;
}

.bsp-h5-features__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 32px;
  align-items: start;
}

.bsp-h5-features__item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.bsp-h5-features__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--bsp-h5-sf-icon);
  font-size: 28px;
  line-height: 1;
}

.bsp-h5-features__icon i {
  display: block;
  line-height: 1;
}

.bsp-h5-features__body {
  flex: 1 1 auto;
  min-width: 0;
}

.bsp-h5-features__title {
  margin: 0 0 4px;
  color: var(--bsp-h5-sf-title);
  font-family: var(--bsp-h5-sf-font-sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.bsp-h5-features__text {
  margin: 0;
  color: var(--bsp-h5-sf-text);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

@media (max-width: 1199px) {
  .bsp-h5-features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }
}

@media (max-width: 640px) {
  .bsp-h5-features {
    padding: 36px 0 48px;
  }

  .bsp-h5-features__container {
    width: min(100% - 24px, var(--bsp-container, 1600px));
  }

  .bsp-h5-features__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .bsp-h5-features__icon {
    width: 36px;
    height: 36px;
    font-size: 24px;
  }
}
