/* Homepage 1 consolidated stylesheet */

#bsp-homepage-1 {
  width: 100%;
}

#bsp-homepage-1.bsp-homepage {
  background: #fff;
}

/* Hero banner slider mechanics */
.bsp-hero-banner--slider .bsp-hero-banner__viewport {
  position: relative;
  overflow: hidden;
}

.bsp-hero-banner--slider .bsp-hero-banner__track {
  position: relative;
  display: flex;
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.bsp-hero-banner--slider .bsp-hero-banner__slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
}

.bsp-hero-banner--slider[data-transition="fade"] .bsp-hero-banner__track {
  display: block;
  transition: none;
}

.bsp-hero-banner--slider[data-transition="fade"] .bsp-hero-banner__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.55s ease, visibility 0.55s ease;
  pointer-events: none;
}

.bsp-hero-banner--slider[data-transition="fade"] .bsp-hero-banner__slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.bsp-hero-banner {
  background: var(--bsp-hero-bg, #111111);
  overflow: hidden;
}

.bsp-hero-banner--no-decor .bsp-hero-banner__inner::before,
.bsp-hero-banner--no-decor .bsp-hero-banner__inner::after {
  display: none;
}

/* Hero banner visual styling */
.bsp-hero-banner--mila {
  background: var(--bsp-hero-bg, #111111);
  overflow: hidden;
  position: relative;
}

.bsp-hero-banner--mila .bsp-hero-banner__viewport {
  position: relative;
}

.bsp-hero-banner--mila .bsp-hero-banner__inner {
  position: relative;
  min-height: var(--bsp-hero-min-height, 100svh);
  overflow: hidden;
}

.bsp-hero-banner--mila .bsp-hero-banner__media-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: var(--bsp-hero-image-focus, center center);
  background-repeat: no-repeat;
  z-index: 0;
}

.bsp-hero-banner--mila .bsp-hero-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.55) 0%,
      rgba(0, 0, 0, 0.28) 38%,
      rgba(0, 0, 0, 0) 68%
    ),
    var(--bsp-hero-overlay-color, rgba(0, 0, 0, 0.16));
}

.bsp-hero-banner--mila .bsp-hero-banner__overlay-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(70px, 8vw, 90px) clamp(24px, 6vw, 88px);
  pointer-events: none;
}

.bsp-hero-banner--mila .bsp-hero-banner__content {
  width: 100%;
  max-width: var(--bsp-hero-content-max, 1320px);
  pointer-events: auto;
}

.bsp-hero-banner--mila .bsp-hero-banner__content-inner {
  text-align: left;
  color: var(--bsp-hero-color-title, #ffffff);
}

.bsp-hero-banner--mila .bsp-hero-banner__kicker {
  color: var(--bsp-hero-color-kicker, #ffffff);
  font-size: clamp(0.8125rem, 1vw, var(--bsp-hero-kicker-size, 14px));
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 12px;
  opacity: 0.95;
}

.bsp-hero-banner--mila .bsp-hero-banner__title {
  margin: 0 0 18px;
  color: var(--bsp-hero-color-title, #ffffff);
  font-family: var(--bsp-font-heading);
  font-size: clamp(2.2rem, 5.5vw, var(--bsp-hero-title-size, 72px));
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.01em;
  max-width: min(calc(var(--bsp-hero-title-max, 12) * 1em), 100%);
}

.bsp-hero-banner--mila .bsp-hero-banner__title-line,
.bsp-hero-banner--mila .bsp-hero-banner__highlight {
  display: block;
}

.bsp-hero-banner--mila .bsp-hero-banner__highlight {
  color: var(--bsp-hero-color-highlight, #ffffff);
}

.bsp-hero-banner--mila .bsp-hero-banner__desc {
  max-width: min(var(--bsp-hero-desc-max, 35em), 100%);
  color: var(--bsp-hero-color-desc, #ffffff);
  font-size: clamp(0.8125rem, 1vw, 0.95rem);
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.bsp-hero-banner--mila .bsp-hero-banner__desc p {
  margin: 0;
}

.bsp-hero-banner--mila .bsp-hero-banner__actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
}

.bsp-hero-banner--mila .bsp-hero-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 16px 34px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: clamp(11px, 0.85vw, 13px);
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.bsp-hero-banner--mila .bsp-hero-banner__btn--primary,
.bsp-hero-banner--mila .bsp-hero-banner__btn--ghost {
  background: transparent;
  border-color: var(--bsp-hero-btn-ghost-border, rgba(255, 255, 255, 0.72));
  color: var(--bsp-hero-btn-ghost-text, #ffffff);
}

.bsp-hero-banner--mila .bsp-hero-banner__btn--primary:hover {
  background: var(--bsp-hero-btn-primary-hover-bg, #ffffff);
  border-color: var(--bsp-hero-btn-primary-hover-border, #ffffff);
  color: var(--bsp-hero-btn-primary-hover-text, #111111);
  transform: none;
}

.bsp-hero-banner--mila .bsp-hero-banner__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.04);
}

.bsp-hero-banner--mila.bsp-hero-banner--slider .bsp-hero-banner__dots {
  position: absolute;
  left: clamp(20px, 5vw, 70px);
  right: clamp(20px, 5vw, 70px);
  bottom: clamp(50px, 6vw, 70px);
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.bsp-hero-banner--mila .bsp-hero-banner__dot {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--bsp-hero-color-controls, #ffffff) 85%, transparent);
  cursor: pointer;
}

.bsp-hero-banner--mila .bsp-hero-banner__dot.is-active,
.bsp-hero-banner--mila .bsp-hero-banner__dot:hover {
  background: var(--bsp-hero-color-controls, #ffffff);
  box-shadow: inset 0 0 0 2px var(--bsp-hero-color-controls, #ffffff);
}

.bsp-hero-banner--mila .bsp-hero-banner__arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid color-mix(in srgb, var(--bsp-hero-color-controls, #ffffff) 40%, transparent);
  border-radius: 50%;
  background: transparent;
  color: var(--bsp-hero-color-controls, #ffffff);
  cursor: pointer;
}

.bsp-hero-banner--mila .bsp-hero-banner__arrow--prev {
  left: clamp(12px, 2vw, 24px);
}

.bsp-hero-banner--mila .bsp-hero-banner__arrow--next {
  right: clamp(12px, 2vw, 24px);
}

.bsp-hero-banner--mila .bsp-hero-banner__preview {
  position: absolute;
  right: clamp(20px, 5vw, 64px);
  bottom: clamp(28px, 6vh, 80px);
  z-index: 6;
  display: block;
  width: clamp(128px, 14vw, 208px);
  height: clamp(66px, 7.2vw, 104px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
}

.bsp-hero-banner--mila .bsp-hero-banner__preview-media,
.bsp-hero-banner--mila .bsp-hero-banner__preview-img {
  width: 100%;
  height: 100%;
  display: block;
}

.bsp-hero-banner--mila .bsp-hero-banner__preview-img {
  object-fit: cover;
}

.bsp-hero-banner--mila .bsp-hero-banner__preview-meta {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 10px 12px;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.45) 100%);
}

/* Categories */
.bsp-shop-categories--grid {
  background: var(--bsp-sc-section-bg, #ffffff);
  color: var(--bsp-sc-heading-color, #111111);
  padding: var(--bsp-sc-padding-y, 72px) 0;
}

.bsp-shop-categories--grid .bsp-shop-categories__container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 clamp(16px, 2.5vw, 40px);
  box-sizing: border-box;
}

.bsp-shop-categories--grid .bsp-shop-categories__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.bsp-shop-categories--grid .bsp-shop-categories__heading {
  margin: 0;
  color: var(--bsp-sc-heading-color, #111111);
  font-family: var(--bsp-font-body, inherit);
  font-size: clamp(1.5rem, 2.1vw, 1.875rem);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  letter-spacing: -0.01em;
}

.bsp-shop-categories--grid .bsp-shop-categories__nav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
}

.bsp-shop-categories--grid .bsp-shop-categories__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  background: #fff;
  color: #111;
  cursor: pointer;
}

.bsp-shop-categories--grid .bsp-shop-categories__arrow:hover:not(:disabled) {
  border-color: #111;
  background: #111;
  color: #fff;
}

.bsp-shop-categories--grid .bsp-shop-categories__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.bsp-shop-categories--grid .bsp-shop-categories__carousel {
  width: 100%;
  --bsp-sc-card-width: calc((100% - (var(--bsp-sc-gap, 16px) * (var(--bsp-sc-cols, 6) - 1))) / var(--bsp-sc-cols, 6));
}

.bsp-shop-categories--grid .bsp-shop-categories__viewport {
  overflow: hidden;
  width: 100%;
}

.bsp-shop-categories--grid .bsp-shop-categories__track {
  display: flex;
  gap: var(--bsp-sc-gap, 16px);
  transition: transform 0.45s ease;
  will-change: transform;
}

.bsp-shop-categories--grid .bsp-shop-categories__carousel:not(.is-slider) .bsp-shop-categories__track {
  display: grid;
  grid-template-columns: repeat(var(--bsp-sc-cols, 6), minmax(0, 1fr));
  gap: var(--bsp-sc-gap, 16px);
}

.bsp-shop-categories--grid .bsp-shop-categories__carousel.is-slider .bsp-shop-categories__card {
  flex: 0 0 var(--bsp-sc-card-width);
  width: var(--bsp-sc-card-width);
}

.bsp-shop-categories--grid .bsp-shop-categories__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.bsp-shop-categories--grid .bsp-shop-categories__media {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--bsp-sc-media-bg, #e8e4df);
}

.bsp-shop-categories--grid .bsp-shop-categories__media img,
.bsp-shop-categories--grid .bsp-shop-categories__image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bsp-shop-categories--grid .bsp-shop-categories__image-placeholder {
  background: var(--bsp-sc-media-bg, #e8e4df);
}

.bsp-shop-categories--grid .bsp-shop-categories__name {
  display: block;
  width: 100%;
  color: var(--bsp-sc-label-color, #111111);
  font-family: var(--bsp-font-body, inherit);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.bsp-shop-categories--grid .bsp-shop-categories__card:hover .bsp-shop-categories__media img {
  transform: scale(1.03);
}

.bsp-shop-categories--grid .bsp-shop-categories__media img {
  transition: transform 0.45s ease;
}

@media (prefers-reduced-motion: reduce) {
  .bsp-shop-categories--grid .bsp-shop-categories__track,
  .bsp-shop-categories--grid .bsp-shop-categories__media img {
    transition: none;
  }

  .bsp-shop-categories--grid .bsp-shop-categories__card:hover .bsp-shop-categories__media img {
    transform: none;
  }
}

/* Flash sale — full-width banner, cotton editorial content (homepage-1) */
.bsp-on-sale--cotton {
  position: relative;
  padding: clamp(80px, 12vw, 200px) 20px;
  background-color: var(--bsp-os-bg, #f5f3f0);
  background-image: var(--bsp-os-bg-image, none);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--bsp-os-text, #111111);
  overflow: hidden;
}

.bsp-on-sale--cotton .bsp-on-sale__container {
  max-width: 1320px;
  margin: 0 auto;
}

.bsp-on-sale--cotton .bsp-on-sale__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 40px 56px;
  align-items: center;
}

.bsp-on-sale--cotton .bsp-on-sale__content {
  max-width: 34rem;
}

.bsp-on-sale--cotton .bsp-on-sale__kicker {
  margin: 0 0 12px;
  color: var(--bsp-os-kicker, #6b6b6b);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bsp-on-sale--cotton .bsp-on-sale__title {
  margin: 0 0 14px;
  color: var(--bsp-os-title, #111111);
  font-family: var(--bsp-font-heading, Georgia, "Times New Roman", serif);
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.bsp-on-sale--cotton .bsp-on-sale__subtitle {
  margin: 0 0 clamp(24px, 3vw, 32px);
  max-width: 42ch;
  color: var(--bsp-os-subtitle, #6b6b6b);
  font-size: 15px;
  line-height: 1.65;
}

.bsp-on-sale--cotton .bsp-on-sale__countdown-wrap {
  margin-bottom: clamp(24px, 3vw, 32px);
}

.bsp-on-sale--cotton .bsp-on-sale__countdown-label {
  margin: 0 0 10px;
  color: var(--bsp-os-subtitle, #6b6b6b);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bsp-on-sale--cotton .bsp-on-sale__countdown {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

.bsp-on-sale--cotton .bsp-on-sale__countdown-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 44px;
}

.bsp-on-sale--cotton .bsp-on-sale__countdown-item strong {
  display: block;
  color: var(--bsp-os-text, #111111);
  font-family: var(--bsp-font-heading, Georgia, "Times New Roman", serif);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 400;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.bsp-on-sale--cotton .bsp-on-sale__countdown-item span {
  margin-top: 4px;
  color: var(--bsp-os-subtitle, #6b6b6b);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bsp-on-sale--cotton .bsp-on-sale__countdown-sep {
  flex: 0 0 auto;
  width: 1px;
  height: 28px;
  background: currentColor;
  opacity: 0.15;
}

.bsp-on-sale--cotton .bsp-on-sale__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bsp-on-sale--cotton .bsp-on-sale__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bsp-on-sale--cotton .bsp-on-sale__btn--primary {
  border-color: var(--bsp-os-btn-bg, #111111);
  background: var(--bsp-os-btn-bg, #111111);
  color: var(--bsp-os-btn-text, #ffffff);
}

.bsp-on-sale--cotton .bsp-on-sale__btn--primary:hover {
  background: transparent;
  color: var(--bsp-os-btn-bg, #111111);
}

.bsp-on-sale--cotton .bsp-on-sale__btn--outline {
  border-color: var(--bsp-os-title, #111111);
  background: transparent;
  color: var(--bsp-os-title, #111111);
}

.bsp-on-sale--cotton .bsp-on-sale__btn--outline:hover {
  background: var(--bsp-os-title, #111111);
  color: #ffffff;
}

.bsp-on-sale--cotton .bsp-on-sale__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
}

.bsp-on-sale--cotton .bsp-on-sale__hero-image {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
}

.bsp-on-sale--cotton .bsp-on-sale__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 112px;
  padding: 12px 14px;
  background: var(--bsp-os-badge-bg, #111111);
  color: var(--bsp-os-badge-text, #ffffff);
}

.bsp-on-sale--cotton .bsp-on-sale__badge-kicker {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
  opacity: 0.82;
}

.bsp-on-sale--cotton .bsp-on-sale__badge-value {
  font-family: var(--bsp-font-heading, Georgia, "Times New Roman", serif);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

/* Responsive */
@media (max-width: 1023px) {
  .bsp-shop-categories--grid .bsp-shop-categories__nav {
    position: static;
    transform: none;
    margin-top: 16px;
  }

  .bsp-shop-categories--grid .bsp-shop-categories__header {
    flex-direction: column;
    margin-bottom: 28px;
  }

  .bsp-on-sale--cotton {
    padding: 56px 20px 64px;
  }

  .bsp-on-sale--cotton .bsp-on-sale__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .bsp-on-sale--cotton .bsp-on-sale__visual {
    min-height: 280px;
    order: -1;
  }
}

@media (max-width: 767px) {
  .bsp-hero-banner--slider .bsp-hero-banner__track {
    min-height: var(--bsp-hero-min-height, 100svh);
  }

  .bsp-hero-banner--mila .bsp-hero-banner__overlay-wrap {
    align-items: flex-end;
    padding-bottom: clamp(72px, 14vh, 110px);
  }

  .bsp-hero-banner--mila .bsp-hero-banner__title {
    font-size: clamp(1.75rem, 8vw, 2.4rem);
  }

  .bsp-hero-banner--mila .bsp-hero-banner__preview {
    display: none;
  }

  .bsp-shop-categories--grid .bsp-shop-categories__arrow {
    width: 36px;
    height: 36px;
  }

  .bsp-on-sale--cotton {
    padding: 48px 16px 56px;
  }

  .bsp-on-sale--cotton .bsp-on-sale__actions {
    flex-direction: column;
    width: 100%;
  }

  .bsp-on-sale--cotton .bsp-on-sale__btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bsp-hero-banner--slider .bsp-hero-banner__track,
  .bsp-hero-banner--slider[data-transition="fade"] .bsp-hero-banner__slide {
    transition: none;
  }
}

/* Product sliders — Cotton reference match */
.bsp-fp-slider {
  --bsp-fp-pad-x: 24px;
  --bsp-fp-gap: 10px;
  background: var(--bsp-fp-bg, #ffffff);
  padding: 56px 0 64px;
}

.bsp-fp-slider__header-shell {
  width: 100%;
  padding: 0 var(--bsp-fp-pad-x);
  box-sizing: border-box;
}

.bsp-fp-slider__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 44px;
}

.bsp-fp-slider__header-intro {
  flex: 1 1 auto;
  min-width: 0;
}

.bsp-fp-slider__title {
  margin: 0 0 4px;
  color: var(--bsp-fp-title, #111111);
  font-family: var(--bsp-font-body, inherit);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: left;
}

.bsp-fp-slider__subtitle {
  margin: 8px 0 0;
  color: var(--bsp-fp-subtitle, #6b6b6b);
  font-size: 15px;
  line-height: 1.55;
  max-width: 56ch;
}

.bsp-fp-slider__view-all {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 10px 16px;
  border: 1px solid #102833;
  border-radius: 0;
  background: #ffffff;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  box-sizing: border-box;
}

.bsp-fp-slider__view-all:hover {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.bsp-fp-slider__carousel-shell {
  position: relative;
  width: 100%;
  padding: 0 var(--bsp-fp-pad-x);
  box-sizing: border-box;
}

.bsp-fp-slider--cotton .bsp-fp-slider__carousel-shell {
  padding-right: 0;
}

.bsp-fp-slider__nav {
  position: absolute;
  inset: 0 0 auto;
  height: 0;
  z-index: 5;
  margin: 0;
  pointer-events: none;
}

.bsp-fp-slider__arrow {
  position: absolute;
  /* Center on portrait media (2:3) for ~4.42 visible cards. */
  top: calc((100vw - (var(--bsp-fp-pad-x) * 2)) / 4.42 * 0.75);
  transform: translateY(-50%);
  z-index: 6;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  color: #131313;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  pointer-events: auto;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px 0px, rgba(0, 0, 0, 0.08) 0px 1px 2px 0px;
}

.bsp-fp-slider__arrow--prev {
  left: calc(var(--bsp-fp-pad-x) + 8px);
}

.bsp-fp-slider--cotton .bsp-fp-slider__arrow--prev {
  left: 8px;
}

.bsp-fp-slider__arrow--next {
  right: 24px;
}

.bsp-fp-slider--cotton .bsp-fp-slider__arrow--next {
  right: 24px;
}

.bsp-fp-slider__arrow:hover:not(:disabled) {
  background: #111111;
  color: #ffffff;
}

.bsp-fp-slider__arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

.bsp-fp-slider__dots {
  display: none !important;
}

.bsp-fp-slider__carousel {
  --bsp-fp-card-width: 280px;
  width: 100%;
}

.bsp-fp-slider__carousel:not(.is-slider) {
  --bsp-fp-columns: 4;
}

.bsp-fp-slider--cotton .bsp-fp-slider__carousel:not(.is-slider) {
  padding-right: var(--bsp-fp-pad-x);
  box-sizing: border-box;
}

.bsp-fp-slider__carousel:not(.is-slider) .bsp-fp-slider__track {
  display: grid;
  grid-template-columns: repeat(var(--bsp-fp-columns, 4), minmax(0, 1fr));
  gap: var(--bsp-fp-gap);
}

.bsp-fp-slider__viewport {
  overflow: hidden;
}

/* Keep active swatch rings from being clipped by overflow:hidden */
.bsp-fp-slider--cotton .bsp-fp-slider__viewport {
  padding-bottom: 6px;
}

.bsp-fp-slider__track {
  display: flex;
  gap: var(--bsp-fp-gap);
  transition: transform 0.4s ease;
  will-change: transform;
}

.bsp-fp-slider__card {
  flex: 0 0 var(--bsp-fp-card-width);
  width: var(--bsp-fp-card-width);
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.bsp-fp-slider__card-media {
  position: relative;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #eceae6;
  margin-bottom: 12px;
}

.bsp-fp-slider__card-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.bsp-fp-slider__card-media .bsp-product-card-images {
  width: 100%;
  height: 100%;
}

.bsp-fp-slider__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 20px);
  padding: 4px 8px;
  border-radius: 0;
  background: #ffffff;
  color: #111111;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  pointer-events: none;
}

.bsp-fp-slider__badge--sale {
  color: var(--bsp-fp-sale, #cf2e2e);
}

.bsp-fp-slider__badge--new {
  background: #111111;
  color: #ffffff;
}

.bsp-fp-slider__wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #374151;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.bsp-fp-slider__card-media:hover .bsp-fp-slider__wishlist,
.bsp-fp-slider__wishlist:focus-visible,
.bsp-fp-slider__wishlist.is-active {
  opacity: 1;
  color: var(--bsp-fp-accent, #111111);
}

.bsp-fp-slider__card-media .bsp-product-card__quick-view {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  z-index: 6;
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 11px 14px;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  color: #111111;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease, background 0.2s ease;
}

.bsp-fp-slider__card-media:hover .bsp-product-card__quick-view,
.bsp-fp-slider__card-media .bsp-product-card__quick-view:focus-visible {
  transform: translateY(0);
  opacity: 1;
}

.bsp-fp-slider__card-media .bsp-product-card__quick-view:hover {
  background: #f7f7f7;
}

@media (hover: none) {
  .bsp-fp-slider__card-media .bsp-product-card__quick-view {
    transform: translateY(0);
    opacity: 1;
  }
}

.bsp-fp-slider__card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 0;
  text-align: left;
}

.bsp-fp-slider__card-title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.bsp-fp-slider__card-title a,
.bsp-fp-slider__card-price {
  color: var(--bsp-fp-card-title, #111111);
  text-decoration: none;
}

.bsp-fp-slider__card-title a:hover {
  opacity: 0.7;
}

.bsp-fp-slider__card-category {
  display: none;
}

.bsp-fp-slider__card-price {
  margin: 2px 0 0;
  color: var(--bsp-fp-price, #111111);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.bsp-fp-slider__card-price .woocommerce-Price-amount {
  font-weight: 400;
}

.bsp-fp-slider__card-price del {
  margin-right: 6px;
  color: #6b6b6b;
  opacity: 1;
  text-decoration: line-through;
}

.bsp-fp-slider__card-price del .woocommerce-Price-amount {
  color: #6b6b6b;
}

.bsp-fp-slider__card-price ins {
  color: var(--bsp-fp-sale, #cf2e2e);
  text-decoration: none;
  background: none;
}

.bsp-fp-slider__card-price ins .woocommerce-Price-amount {
  color: var(--bsp-fp-sale, #cf2e2e);
}

.bsp-fp-slider__swatches {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  /* Room for active ring so it is not clipped */
  padding: 4px;
  overflow: visible;
}

.bsp-fp-slider__swatch {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--bsp-swatch-color, #ccc);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18);
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.bsp-fp-slider__swatch:focus-visible {
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.18),
    0 0 0 2px #ffffff,
    0 0 0 3px #111111;
}

.bsp-fp-slider__swatch.is-active {
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.18),
    0 0 0 2px #ffffff,
    0 0 0 3px #111111;
}

.bsp-fp-slider__card,
.bsp-fp-slider__card-body {
  overflow: visible;
}

@media (max-width: 767px) {
  .bsp-fp-slider {
    --bsp-fp-pad-x: 16px;
    padding: 40px 0 48px;
  }

  .bsp-fp-slider__header {
    margin-bottom: 28px;
  }

  .bsp-fp-slider__title {
    font-size: clamp(1.75rem, 7vw, 2.25rem);
  }

  .bsp-fp-slider__view-all {
    min-height: 40px;
    padding: 8px 14px;
    font-size: 14px;
  }

  .bsp-fp-slider__arrow {
    top: calc((100vw - 32px) / 2.35 * 0.75);
    width: 34px;
    height: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bsp-fp-slider__track,
  .bsp-fp-slider__card-media .bsp-product-card__quick-view {
    transition: none;
  }
}

/* Today's deals layout */
.bsp-todays-deals--mila {
  background: var(--bsp-td-section-bg, #ffffff);
  padding: clamp(72px, 9vw, 108px) clamp(16px, 3vw, 40px);
}

.bsp-todays-deals--mila .bsp-todays-deals__container {
  max-width: 1320px;
  margin: 0 auto;
}

.bsp-todays-deals--mila .bsp-todays-deals__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.bsp-todays-deals--mila .bsp-todays-deals__header-intro {
  flex: 1 1 auto;
  min-width: 0;
}

.bsp-todays-deals--mila .bsp-todays-deals__title {
  margin: 0;
  color: var(--bsp-td-title, #423f3f);
  font-family: var(--bsp-font-heading);
  font-size: clamp(1.85rem, 3.4vw, 2.75rem);
  font-weight: 400;
  line-height: 1.08;
}

.bsp-todays-deals--mila .bsp-todays-deals__subtitle {
  margin: 12px 0 0;
  color: var(--bsp-td-text, #423f3f);
  opacity: 0.82;
  font-size: 15px;
  line-height: 1.7;
  max-width: 56ch;
}

.bsp-todays-deals--mila .bsp-todays-deals__view-all {
  color: var(--bsp-td-link, #423f3f);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}

.bsp-todays-deals--mila .bsp-todays-deals__product-area {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.bsp-todays-deals--mila .bsp-todays-deals__media {
  position: relative;
  background: var(--bsp-td-media-bg, #e8e4df);
  min-height: clamp(420px, 52vw, 720px);
  overflow: hidden;
}

.bsp-todays-deals--mila .bsp-todays-deals__gallery,
.bsp-todays-deals--mila .bsp-todays-deals__gallery-viewport,
.bsp-todays-deals--mila .bsp-todays-deals__gallery-track {
  height: 100%;
}

.bsp-todays-deals--mila .bsp-todays-deals__gallery {
  position: relative;
}

.bsp-todays-deals--mila .bsp-todays-deals__gallery-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.bsp-todays-deals--mila .bsp-todays-deals__gallery-slide {
  flex: 0 0 100%;
  width: 100%;
}

.bsp-todays-deals--mila .bsp-todays-deals__gallery-media {
  height: 100%;
  min-height: clamp(420px, 52vw, 720px);
}

.bsp-todays-deals--mila .bsp-todays-deals__gallery-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bsp-todays-deals--mila .bsp-todays-deals__gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  background: var(--bsp-td-arrow-bg, #ffffff);
  color: var(--bsp-td-arrow-icon, #423f3f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.bsp-todays-deals--mila .bsp-todays-deals__gallery-arrow--prev {
  left: 14px;
}

.bsp-todays-deals--mila .bsp-todays-deals__gallery-arrow--next {
  right: 14px;
}

.bsp-todays-deals--mila .bsp-todays-deals__image-badge {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  padding: 8px 12px;
  background: var(--bsp-td-image-badge-bg, #423f3f);
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bsp-todays-deals--mila .bsp-todays-deals__details {
  color: var(--bsp-td-text, #423f3f);
}

.bsp-todays-deals--mila .bsp-todays-deals__details-inner {
  max-width: 560px;
}

.bsp-todays-deals--mila .bsp-todays-deals__today-badge,
.bsp-todays-deals--mila .bsp-todays-deals__vendor,
.bsp-todays-deals--mila .bsp-todays-deals__view-details,
.bsp-todays-deals--mila .bsp-todays-deals__more-details {
  margin: 0 0 14px;
}

.bsp-todays-deals--mila .bsp-todays-deals__today-badge,
.bsp-todays-deals--mila .bsp-todays-deals__vendor,
.bsp-todays-deals--mila .bsp-todays-deals__view-details a,
.bsp-todays-deals--mila .bsp-todays-deals__more-details a {
  color: var(--bsp-td-link, #423f3f);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.bsp-todays-deals--mila .bsp-todays-deals__vendor a {
  color: inherit;
  text-decoration: none;
}

.bsp-todays-deals--mila .bsp-todays-deals__rating {
  gap: 8px;
  margin-bottom: 16px;
}

.bsp-todays-deals--mila .bsp-todays-deals__option {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.bsp-todays-deals--mila .bsp-todays-deals__option-label {
  margin: 0 0 10px;
  color: var(--bsp-td-text, #423f3f);
  font-size: 12px;
  font-weight: 500;
}

.bsp-todays-deals--mila .bsp-todays-deals__option-btns {
  gap: 10px;
}

.bsp-todays-deals--mila .bsp-todays-deals__opt-btn {
  border: 1px solid rgba(66, 63, 63, 0.16);
  background: #ffffff;
  color: var(--bsp-td-title, #423f3f);
  cursor: pointer;
}

.bsp-todays-deals--mila .bsp-todays-deals__opt-btn--text {
  min-width: 42px;
  min-height: 42px;
  padding: 0 12px;
}

.bsp-todays-deals--mila .bsp-todays-deals__opt-btn--image {
  padding: 4px;
}

.bsp-todays-deals--mila .bsp-todays-deals__opt-media {
  display: block;
  width: 52px;
  height: 72px;
}

.bsp-todays-deals--mila .bsp-todays-deals__opt-media img,
.bsp-todays-deals--mila .bsp-todays-deals__opt-fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f3f1ee;
}

.bsp-todays-deals--mila .bsp-todays-deals__opt-btn.is-active {
  border-color: var(--bsp-td-title, #423f3f);
}

.bsp-todays-deals--mila .bsp-todays-deals__qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(66, 63, 63, 0.16);
  min-height: 48px;
}

.bsp-todays-deals--mila .bsp-todays-deals__qty-btn {
  width: 44px;
  height: 48px;
  border: 0;
  background: transparent;
  color: var(--bsp-td-title, #423f3f);
  cursor: pointer;
}

.bsp-todays-deals--mila .bsp-todays-deals__qty-input {
  width: 56px;
  height: 48px;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: center;
}

.bsp-todays-deals--mila .bsp-todays-deals__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  background: var(--bsp-td-btn-bg, #423f3f);
  color: var(--bsp-td-btn-text, #ffffff);
  text-decoration: none;
  border: 1px solid var(--bsp-td-btn-bg, #423f3f);
}

/* Testimonials layout */
/* Testimonials — Cotton centered peek carousel */
.bsp-testimonials--cotton {
  padding: clamp(64px, 9vw, 112px) 0;
  background: var(--bsp-ts-bg, #ffffff);
}

.bsp-testimonials--cotton .bsp-testimonials__inner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 40px);
  box-sizing: border-box;
}

.bsp-testimonials--cotton .bsp-testimonials__header {
  display: block;
  max-width: 42rem;
  margin: 0 auto clamp(40px, 5vw, 56px);
  text-align: center;
}

.bsp-testimonials--cotton .bsp-testimonials__kicker {
  margin: 0 0 12px;
  color: var(--bsp-ts-text, #6b6b6b);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bsp-testimonials--cotton .bsp-testimonials__title {
  margin: 0;
  color: var(--bsp-ts-title, #111111);
  font-family: var(--bsp-font-heading, Georgia, "Times New Roman", serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.bsp-testimonials--cotton .bsp-testimonials__subtitle {
  margin: 14px auto 0;
  max-width: 36rem;
  color: var(--bsp-ts-text, #6b6b6b);
  font-size: 15px;
  line-height: 1.65;
}

.bsp-testimonials--cotton .bsp-testimonials__slider {
  position: relative;
}

.bsp-testimonials--cotton .bsp-testimonials__viewport {
  overflow: hidden;
}

.bsp-testimonials--cotton .bsp-testimonials__track {
  display: flex;
  align-items: stretch;
  gap: 0;
  will-change: transform;
}

.bsp-testimonials--cotton .bsp-testimonials__slider.is-slider .bsp-testimonials__track {
  transition: transform 0.5s ease;
}

.bsp-testimonials--cotton .bsp-testimonials__card {
  flex: 0 0 var(--bsp-ts-card-width, 62%);
  width: var(--bsp-ts-card-width, 62%);
  max-width: 720px;
  margin: 0 auto;
  padding: 12px 28px 8px;
  background: transparent;
  text-align: center;
  transition: opacity 0.45s ease;
  box-sizing: border-box;
}

.bsp-testimonials--cotton .bsp-testimonials__slider:not(.is-slider) .bsp-testimonials__track {
  justify-content: center;
}

.bsp-testimonials--cotton .bsp-testimonials__slider:not(.is-slider) .bsp-testimonials__card {
  flex-basis: min(720px, 88%);
  width: min(720px, 88%);
}

.bsp-testimonials--cotton .bsp-testimonials__stars {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin: 0 0 22px;
  color: var(--bsp-ts-star, #e2a93b);
}

.bsp-testimonials--cotton .bsp-testimonials__star {
  opacity: 0.28;
  line-height: 0;
}

.bsp-testimonials--cotton .bsp-testimonials__star.is-filled {
  opacity: 1;
}

.bsp-testimonials--cotton .bsp-testimonials__quote {
  margin: 0 auto 28px;
  max-width: 38rem;
  color: var(--bsp-ts-title, #111111);
  font-family: var(--bsp-font-heading, Georgia, "Times New Roman", serif);
  font-size: clamp(1.15rem, 1.9vw, 1.5rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.55;
}

.bsp-testimonials--cotton .bsp-testimonials__author {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: left;
}

.bsp-testimonials--cotton .bsp-testimonials__avatar {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.bsp-testimonials--cotton .bsp-testimonials__avatar--placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bsp-ts-icon-bg, #e8e8e8);
  color: var(--bsp-ts-title, #111111);
  font-size: 14px;
  font-weight: 600;
}

.bsp-testimonials--cotton .bsp-testimonials__author-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 8px;
}

.bsp-testimonials--cotton .bsp-testimonials__name,
.bsp-testimonials--cotton .bsp-testimonials__location {
  margin: 0;
}

.bsp-testimonials--cotton .bsp-testimonials__name {
  color: var(--bsp-ts-title, #111111);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.bsp-testimonials--cotton .bsp-testimonials__location {
  color: var(--bsp-ts-text, #6b6b6b);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.bsp-testimonials--cotton .bsp-testimonials__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: clamp(36px, 5vw, 52px);
}

.bsp-testimonials--cotton .bsp-testimonials__arrow {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--bsp-ts-title, #111111);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.bsp-testimonials--cotton .bsp-testimonials__arrow:hover:not(:disabled) {
  opacity: 1;
}

.bsp-testimonials--cotton .bsp-testimonials__arrow:disabled {
  opacity: 0.25;
  cursor: default;
}

.bsp-testimonials--cotton .bsp-testimonials__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  height: auto;
  background: transparent;
}

.bsp-testimonials--cotton .bsp-testimonials__dot {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--bsp-ts-dot, #c8c8c8);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.bsp-testimonials--cotton .bsp-testimonials__dot.is-active {
  background: var(--bsp-ts-accent, #6b6b6b);
  transform: scale(1.1);
}

.bsp-testimonials--cotton .bsp-testimonials__empty {
  margin: 0 auto;
  max-width: 40rem;
  padding: clamp(20px, 3vw, 28px);
  text-align: center;
  color: var(--bsp-ts-text, #6b6b6b);
  border: 1px dashed #d9d9d9;
  background: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.6;
}

/* Blog posts layout — Cotton editorial grid */
.bsp-blog-posts--cotton {
  background: var(--bsp-bp-bg, #ffffff);
  padding: clamp(56px, 8vw, 96px) 0;
}

.bsp-blog-posts--cotton .bsp-blog-posts__container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  box-sizing: border-box;
}

.bsp-blog-posts--cotton .bsp-blog-posts__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 32px;
  margin-bottom: clamp(32px, 4vw, 48px);
}

.bsp-blog-posts--cotton .bsp-blog-posts__header-start {
  flex: 1 1 auto;
  min-width: 0;
}

.bsp-blog-posts--cotton .bsp-blog-posts__kicker {
  margin: 0 0 10px;
  color: var(--bsp-bp-excerpt, #6b6b6b);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bsp-blog-posts--cotton .bsp-blog-posts__title {
  margin: 0;
  color: var(--bsp-bp-title, #111111);
  font-family: var(--bsp-font-heading, Georgia, "Times New Roman", serif);
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.bsp-blog-posts--cotton .bsp-blog-posts__subtitle {
  margin: 12px 0 0;
  max-width: 48ch;
  color: var(--bsp-bp-excerpt, #6b6b6b);
  font-size: 15px;
  line-height: 1.6;
}

.bsp-blog-posts--cotton .bsp-blog-posts__view-all {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 18px;
  border: 1px solid var(--bsp-bp-btn-border, #111111);
  border-radius: 0;
  background: transparent;
  color: var(--bsp-bp-btn-text, #111111);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bsp-blog-posts--cotton .bsp-blog-posts__view-all:hover {
  background: var(--bsp-bp-btn-hover-bg, #111111);
  border-color: var(--bsp-bp-btn-hover-bg, #111111);
  color: var(--bsp-bp-btn-hover-text, #ffffff);
}

.bsp-blog-posts--cotton .bsp-blog-posts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.5vw, 28px);
}

.bsp-blog-posts--cotton .bsp-blog-posts__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.bsp-blog-posts--cotton .bsp-blog-posts__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: #e8e4df;
  text-decoration: none;
}

.bsp-blog-posts--cotton .bsp-blog-posts__image,
.bsp-blog-posts--cotton .bsp-blog-posts__image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bsp-blog-posts--cotton .bsp-blog-posts__image-placeholder {
  background: linear-gradient(180deg, #ece8e3 0%, #d9d4ce 100%);
}

.bsp-blog-posts--cotton .bsp-blog-posts__card-title {
  margin: 16px 0 0;
  font-family: var(--bsp-font-heading, Georgia, "Times New Roman", serif);
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
  font-weight: 400;
  line-height: 1.25;
}

.bsp-blog-posts--cotton .bsp-blog-posts__card-title a {
  color: var(--bsp-bp-card-title, #111111);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.bsp-blog-posts--cotton .bsp-blog-posts__card-title a:hover {
  opacity: 0.65;
}

.bsp-blog-posts--cotton .bsp-blog-posts__excerpt {
  margin: 10px 0 0;
  color: var(--bsp-bp-excerpt, #6b6b6b);
  font-family: var(--bsp-font-body, inherit);
  font-size: 14px;
  line-height: 1.65;
}

.bsp-blog-posts--cotton .bsp-blog-posts__empty {
  margin: 0;
  padding: clamp(20px, 3vw, 28px);
  text-align: center;
  color: #6b6b6b;
  border: 1px dashed #e5e2dd;
  background: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.6;
}

/* Today's deals detail styles */
.bsp-todays-deals--mila .bsp-todays-deals__product-title {
  margin: 0 0 14px;
  font-family: var(--bsp-font-heading);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 400;
  line-height: 1.15;
}

.bsp-todays-deals--mila .bsp-todays-deals__product-title a {
  color: var(--bsp-td-title, #423f3f);
  text-decoration: none;
}

.bsp-todays-deals--mila .bsp-todays-deals__price-row,
.bsp-todays-deals--mila .bsp-todays-deals__price,
.bsp-todays-deals--mila .bsp-todays-deals__rating,
.bsp-todays-deals--mila .bsp-todays-deals__option-btns,
.bsp-todays-deals--mila .bsp-todays-deals__countdown,
.bsp-todays-deals--mila .bsp-todays-deals__purchase {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bsp-todays-deals--mila .bsp-todays-deals__price-row {
  gap: 10px 14px;
  margin-bottom: 12px;
}

.bsp-todays-deals--mila .bsp-todays-deals__price {
  gap: 8px;
}

.bsp-todays-deals--mila .bsp-todays-deals__price-current {
  color: var(--bsp-td-price, #423f3f);
  font-size: clamp(1.1rem, 1.5vw, 1.25rem);
  font-weight: 400;
}

.bsp-todays-deals--mila .bsp-todays-deals__price-regular {
  color: var(--bsp-td-text, #423f3f);
  opacity: 0.5;
  font-size: 0.95rem;
  text-decoration: line-through;
}

.bsp-todays-deals--mila .bsp-todays-deals__discount-badge {
  padding: 4px 8px;
  color: var(--bsp-td-accent, #423f3f);
  border: 1px solid currentColor;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsp-todays-deals--mila .bsp-todays-deals__review-count,
.bsp-todays-deals--mila .bsp-todays-deals__features li,
.bsp-todays-deals--mila .bsp-todays-deals__countdown-label,
.bsp-todays-deals--mila .bsp-todays-deals__countdown-item span {
  color: var(--bsp-td-text, #423f3f);
}

.bsp-todays-deals--mila .bsp-todays-deals__features {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.bsp-todays-deals--mila .bsp-todays-deals__features li {
  margin: 0 0 6px;
  opacity: 0.75;
  font-size: 0.92rem;
}

.bsp-todays-deals--mila .bsp-todays-deals__countdown-wrap {
  margin-bottom: 22px;
}

.bsp-todays-deals--mila .bsp-todays-deals__countdown-label {
  margin: 0 0 10px;
  opacity: 0.65;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bsp-todays-deals--mila .bsp-todays-deals__countdown {
  gap: 8px 12px;
}

.bsp-todays-deals--mila .bsp-todays-deals__countdown-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 44px;
}

.bsp-todays-deals--mila .bsp-todays-deals__countdown-item strong {
  color: var(--bsp-td-title, #423f3f);
  font-family: var(--bsp-font-heading);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 400;
}

.bsp-todays-deals--mila .bsp-todays-deals__countdown-sep {
  width: 1px;
  height: 28px;
  background: currentColor;
  opacity: 0.15;
}

.bsp-todays-deals--mila .bsp-todays-deals__purchase {
  gap: 12px;
  margin-bottom: 18px;
}

/* Testimonials dots / empty — cotton variants live under .bsp-testimonials--cotton */

@media (max-width: 991px) {
  .bsp-todays-deals--mila .bsp-todays-deals__header {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .bsp-todays-deals--mila .bsp-todays-deals__product-area {
    grid-template-columns: 1fr;
  }

  .bsp-todays-deals--mila .bsp-todays-deals__details-inner {
    max-width: none;
  }

  .bsp-testimonials--cotton .bsp-testimonials__card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bsp-blog-posts--cotton .bsp-blog-posts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bsp-fp-slider {
    padding: 48px 0 56px;
  }

  .bsp-fp-slider__header {
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
  }

  .bsp-fp-slider__arrow {
    top: clamp(110px, 30vw, 180px);
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 767px) {
  .bsp-todays-deals--mila {
    padding: 56px 16px 64px;
  }

  .bsp-todays-deals--mila .bsp-todays-deals__header {
    margin-bottom: 24px;
  }

  .bsp-todays-deals--mila .bsp-todays-deals__media,
  .bsp-todays-deals--mila .bsp-todays-deals__gallery-media {
    min-height: 360px;
  }

  .bsp-todays-deals--mila .bsp-todays-deals__purchase {
    flex-direction: column;
    align-items: stretch;
  }

  .bsp-todays-deals--mila .bsp-todays-deals__btn,
  .bsp-todays-deals--mila .bsp-todays-deals__qty {
    width: 100%;
  }

  .bsp-fp-slider {
    padding: 40px 0 48px;
  }

  .bsp-fp-slider__header-shell {
    padding: 0 16px;
  }

  .bsp-fp-slider__header {
    margin-bottom: 20px;
  }

  .bsp-fp-slider__title {
    font-size: clamp(1.5rem, 6vw, 1.75rem);
  }

  .bsp-fp-slider__view-all {
    min-height: 36px;
    padding: 0 16px;
    font-size: 13px;
  }

  .bsp-fp-slider__carousel-shell {
    padding-left: 16px;
  }

  .bsp-fp-slider__card-media {
    aspect-ratio: 2 / 3;
    margin-bottom: 10px;
  }

  .bsp-fp-slider__wishlist {
    opacity: 1;
  }

  .bsp-fp-slider__card-media .bsp-product-card__quick-view {
    transform: translateY(0);
    opacity: 1;
  }

  .bsp-testimonials--cotton {
    padding: clamp(56px, 12vw, 72px) 0;
  }

  .bsp-testimonials--cotton .bsp-testimonials__card {
    padding-left: 8px;
    padding-right: 8px;
  }

  .bsp-testimonials--cotton .bsp-testimonials__quote {
    font-size: 1.05rem;
  }

  .bsp-testimonials--cotton .bsp-testimonials__author-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .bsp-blog-posts--cotton .bsp-blog-posts__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .bsp-blog-posts--cotton .bsp-blog-posts__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (hover: none) {
  .bsp-fp-slider__wishlist {
    opacity: 1;
  }
}
