/* ============================================
   ADS Fashion — Ladies Fashion Home
   Premium women's eCommerce styling
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Montserrat:wght@300;400;500;600&display=swap');

.sale-home {
  --ladies-rose: #c9a9a6;
  --ladies-blush: #f7ece8;
  --ladies-mauve: #8b6f71;
  --ladies-cream: #faf7f5;
  --ladies-charcoal: #2a2224;
  --primary-color: var(--ladies-charcoal);
  --primary-dark: #1a1516;
  --primary-light: var(--ladies-rose);
  --text-dark: var(--ladies-charcoal);
  background: var(--ladies-cream);
}

/* ── Hero ── */
.sale-home .hero-banner-section {
  position: relative;
}

.sale-home .hero-swiper {
  height: clamp(520px, 72vh, 780px) !important;
}

.sale-home .hero-slide {
  position: relative;
}

.sale-home .hero-banner-image-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(42, 34, 36, 0.72) 0%,
    rgba(42, 34, 36, 0.35) 45%,
    rgba(42, 34, 36, 0.15) 100%
  );
  z-index: 1;
}

.sale-home .hero-banner-image-wrapper {
  position: relative;
  height: 100%;
}

.sale-home .hero-banner-image {
  transform: scale(1.02);
  transition: transform 8s ease;
}

.sale-home .swiper-slide-active .hero-banner-image {
  transform: scale(1.08);
}

.sale-home .hero-slide__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 6vw, 5rem);
  max-width: 640px;
  color: #fff;
}

.sale-home .hero-slide__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-accent, 'Montserrat', sans-serif);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-gold, #d4af37);
  margin-bottom: 1.25rem;
}

.sale-home .hero-slide__tag::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--color-gold, #d4af37);
}

.sale-home .hero-slide__title {
  font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(2.5rem, 5.5vw, 4.25rem);
  font-weight: 300;
  line-height: 1.08;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}

.sale-home .hero-slide__title em {
  font-style: italic;
  color: var(--ladies-rose);
}

.sale-home .hero-slide__desc {
  font-family: var(--font-body, sans-serif);
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
  margin-bottom: 2rem;
  max-width: 480px;
}

.sale-home .hero-slide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.sale-home .hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 2rem;
  font-family: var(--font-accent, 'Montserrat', sans-serif);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.35s ease;
}

.sale-home .hero-btn--primary {
  background: var(--color-gold, #d4af37);
  color: var(--ladies-charcoal);
  border: 1px solid var(--color-gold, #d4af37);
}

.sale-home .hero-btn--primary:hover {
  background: #fff;
  border-color: #fff;
  color: var(--ladies-charcoal);
}

.sale-home .hero-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.sale-home .hero-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

.sale-home .hero-pagination {
  bottom: 2rem !important;
}

.sale-home .hero-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.sale-home .hero-pagination .swiper-pagination-bullet-active {
  background: var(--color-gold, #d4af37);
  width: 28px;
  border-radius: 999px;
}

/* ── Section Headers ── */
.sale-home .section-header-modern {
  margin-bottom: 3rem !important;
}

.sale-home .section-eyebrow {
  display: block;
  font-family: var(--font-accent, 'Montserrat', sans-serif);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ladies-mauve);
  margin-bottom: 0.75rem;
}

.sale-home .section-title-modern {
  font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif) !important;
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  font-weight: 300 !important;
  color: var(--ladies-charcoal) !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
}

.sale-home .section-title-modern::after {
  display: none;
}

.sale-home .section-subtitle {
  font-family: var(--font-body, sans-serif);
  font-size: 1rem !important;
  color: var(--ladies-mauve) !important;
  max-width: 520px;
  margin: 0.75rem auto 0 !important;
  line-height: 1.7;
}

/* ── New Arrivals ── */
.sale-home .product-section {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.sale-home .bg-gradient-light {
  background: linear-gradient(180deg, var(--ladies-blush) 0%, var(--ladies-cream) 100%) !important;
}

.sale-home .new-arrival-circular-card {
  transition: transform 0.4s ease;
}

.sale-home .new-arrival-circular-card:hover {
  transform: translateY(-8px);
}

.sale-home .circular-product-image {
  border: 2px solid var(--ladies-blush) !important;
  box-shadow: 0 12px 40px rgba(139, 111, 113, 0.12) !important;
  transition: all 0.4s ease !important;
}

.sale-home .new-arrival-circular-card:hover .circular-product-image {
  border-color: var(--color-gold, #d4af37) !important;
  box-shadow: 0 16px 48px rgba(212, 175, 55, 0.2) !important;
}

.sale-home .circular-product-name {
  font-family: var(--font-accent, 'Montserrat', sans-serif) !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--ladies-charcoal) !important;
}

.sale-home .new-arrival-circular-card:hover .circular-product-name {
  color: var(--color-gold-dark, #b8962e) !important;
}

/* ── Category Cards ── */
.sale-home .favourite-card-modern {
  border-radius: 4px !important;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(42, 34, 36, 0.08) !important;
}

.sale-home .favourite-card-modern img {
  transition: transform 0.7s ease !important;
}

.sale-home .favourite-overlay {
  background: linear-gradient(to top, rgba(42, 34, 36, 0.85) 0%, transparent 65%) !important;
  opacity: 1 !important;
  padding: 2rem !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
}

.sale-home .favourite-overlay h4 {
  font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif) !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em !important;
  text-transform: none !important;
}

.sale-home .btn-explore {
  font-family: var(--font-accent, 'Montserrat', sans-serif) !important;
  font-size: 10px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  color: #fff !important;
  padding: 0.65rem 1.5rem !important;
  border-radius: 0 !important;
  transition: all 0.3s ease !important;
}

.sale-home .btn-explore:hover {
  background: var(--color-gold, #d4af37) !important;
  border-color: var(--color-gold, #d4af37) !important;
  color: var(--ladies-charcoal) !important;
}

/* ── Tabs ── */
.sale-home .nav-tabs {
  border: none !important;
  gap: 0.5rem;
}

.sale-home .nav-tabs .nav-link {
  font-family: var(--font-accent, 'Montserrat', sans-serif) !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--ladies-mauve) !important;
  border: 1px solid var(--ladies-blush) !important;
  border-radius: 999px !important;
  padding: 0.5rem 1.25rem !important;
  background: #fff !important;
  transition: all 0.3s ease !important;
}

.sale-home .nav-tabs .nav-link.active,
.sale-home .nav-tabs .nav-link:hover {
  background: var(--ladies-charcoal) !important;
  color: #fff !important;
  border-color: var(--ladies-charcoal) !important;
}

/* ── Product Cards ── */
.sale-home .product-four1,
.sale-home .product-item-card-modern {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 24px rgba(42, 34, 36, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sale-home .product-four1:hover,
.sale-home .product-item-card-modern:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(42, 34, 36, 0.1);
}

.sale-home .tittle-brand p,
.sale-home .product-title-card {
  font-family: var(--font-body, sans-serif) !important;
  font-size: 0.9rem !important;
  color: var(--ladies-charcoal) !important;
}

.sale-home .amount-cost .new,
.sale-home .price-modern {
  font-family: var(--font-accent, 'Montserrat', sans-serif) !important;
  color: var(--ladies-charcoal) !important;
  font-weight: 600 !important;
}

.sale-home .amount-cost .old {
  color: var(--ladies-mauve) !important;
  opacity: 0.7;
}

.sale-home .badge-modern-delivery {
  background: var(--ladies-charcoal) !important;
  color: var(--color-gold, #d4af37) !important;
  font-family: var(--font-accent, 'Montserrat', sans-serif) !important;
  font-size: 9px !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
}

.sale-home .btn-modern {
  font-family: var(--font-accent, 'Montserrat', sans-serif) !important;
  font-size: 11px !important;
  letter-spacing: 0.2em !important;
  border-radius: 0 !important;
  padding: 1rem 2.5rem !important;
  background: var(--ladies-charcoal) !important;
  border-color: var(--ladies-charcoal) !important;
}

.sale-home .btn-modern:hover {
  background: var(--color-gold, #d4af37) !important;
  border-color: var(--color-gold, #d4af37) !important;
  color: var(--ladies-charcoal) !important;
}

/* ── New Season Arrivals (replaces trendingswipereight1) ── */
.sale-home .sale-new-arrivals {
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  position: relative;
}

.sale-home .sale-new-arrivals__overlay {
  background: linear-gradient(
    135deg,
    rgba(42, 34, 36, 0.92) 0%,
    rgba(139, 111, 113, 0.82) 50%,
    rgba(42, 34, 36, 0.9) 100%
  );
  padding: 5rem 0 4.5rem;
}

.sale-home .sale-new-arrivals__header {
  margin-bottom: 2.5rem;
}

.sale-home .section-eyebrow--light {
  color: var(--color-gold, #d4af37);
}

.sale-home .sale-new-arrivals__title {
  font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #fff;
  margin: 0.5rem 0 0.75rem;
}

.sale-home .sale-new-arrivals__subtitle {
  font-family: var(--font-body, sans-serif);
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 480px;
  margin: 0 auto;
}

.sale-home .sale-new-arrivals__swiper-wrap {
  position: relative;
  overflow: hidden;
  padding: 0 2.5rem 0.5rem;
}

.sale-home .sale-new-arrivals-swiper {
  overflow: visible;
  padding: 1rem 0 2.5rem;
}

.sale-home .sale-new-arrivals-swiper .swiper-slide {
  width: 260px;
  height: auto;
}

.sale-home .sale-new-arrivals-swiper .swiper-button-prev,
.sale-home .sale-new-arrivals-swiper .swiper-button-next {
  width: 42px;
  height: 42px;
  margin-top: 0;
  top: 42%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  color: var(--ladies-charcoal);
  transition: all 0.3s ease;
}

.sale-home .sale-new-arrivals-swiper .swiper-button-prev::after,
.sale-home .sale-new-arrivals-swiper .swiper-button-next::after {
  display: none;
}

.sale-home .sale-new-arrivals-swiper .swiper-button-prev i,
.sale-home .sale-new-arrivals-swiper .swiper-button-next i {
  font-size: 14px;
}

.sale-home .sale-new-arrivals-swiper .swiper-button-prev:hover,
.sale-home .sale-new-arrivals-swiper .swiper-button-next:hover {
  background: var(--color-gold, #d4af37);
  color: var(--ladies-charcoal);
}

.sale-home .sale-new-arrivals-swiper .swiper-button-prev {
  left: 0;
}

.sale-home .sale-new-arrivals-swiper .swiper-button-next {
  right: 0;
}

.sale-home .sale-new-arrivals-swiper .swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.sale-home .sale-new-arrivals .product-card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sale-home .sale-new-arrivals .product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.sale-home .sale-new-arrivals .product-card__media {
  aspect-ratio: 3 / 4;
}

.sale-home .sale-new-arrivals .product-card__actions {
  top: 10px;
  right: 10px;
  bottom: auto;
  opacity: 1;
  transform: none;
}

.sale-home .sale-new-arrivals .product-card__action-btn {
  width: 34px;
  height: 34px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(201, 169, 166, 0.4);
}

.sale-home .sale-new-arrivals .product-card__info {
  padding: 0.9rem 1rem 1.1rem;
}

.sale-home .sale-new-arrivals .product-card__category {
  color: var(--ladies-mauve);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.sale-home .sale-new-arrivals .product-card__name {
  font-size: 0.92rem;
  color: var(--ladies-charcoal);
}

.sale-home .sale-new-arrivals .product-card__price {
  font-family: var(--font-accent, 'Montserrat', sans-serif);
  font-weight: 600;
  color: var(--ladies-charcoal);
}

.sale-home .sale-new-arrivals-pagination {
  position: relative !important;
  margin-top: 2rem;
  bottom: auto !important;
}

.sale-home .sale-new-arrivals-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.sale-home .sale-new-arrivals-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 999px;
  background: var(--color-gold, #d4af37);
}

.sale-home .btn-modern--light {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.65) !important;
  color: #fff !important;
}

.sale-home .btn-modern--light:hover {
  background: #fff !important;
  color: var(--ladies-charcoal) !important;
  border-color: #fff !important;
}

/* ── Shop the Look ── */
.sale-home .shop-look-card {
  border-radius: 4px !important;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(42, 34, 36, 0.08) !important;
  border: 1px solid var(--ladies-blush) !important;
}

.sale-home .look-product-card {
  border-radius: 4px !important;
  border: 1px solid var(--ladies-blush) !important;
  transition: border-color 0.3s ease !important;
}

.sale-home .look-product-card:hover {
  border-color: var(--color-gold, #d4af37) !important;
}

.sale-home .look-product-name {
  font-family: var(--font-body, sans-serif) !important;
  color: var(--ladies-charcoal) !important;
}

.sale-home .look-product-price {
  color: var(--ladies-charcoal) !important;
  font-weight: 600 !important;
}

.sale-home .look-add-btn {
  background: var(--ladies-charcoal) !important;
  border-color: var(--ladies-charcoal) !important;
}

.sale-home .look-add-btn:hover {
  background: var(--color-gold, #d4af37) !important;
}

/* ── Swiper Nav ── */
.sale-home .swiper-button-next,
.sale-home .swiper-button-prev {
  width: 44px !important;
  height: 44px !important;
  background: #fff !important;
  border: 1px solid var(--ladies-blush) !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 16px rgba(42, 34, 36, 0.08) !important;
  transition: all 0.3s ease !important;
}

.sale-home .swiper-button-next:after,
.sale-home .swiper-button-prev:after {
  font-size: 14px !important;
  color: var(--ladies-charcoal) !important;
  font-weight: 700 !important;
}

.sale-home .swiper-button-next:hover,
.sale-home .swiper-button-prev:hover {
  background: var(--ladies-charcoal) !important;
  border-color: var(--ladies-charcoal) !important;
}

.sale-home .swiper-button-next:hover:after,
.sale-home .swiper-button-prev:hover:after {
  color: #fff !important;
}

/* ── Promo Strip ── */
.sale-home .ladies-promo-strip {
  background: var(--ladies-charcoal);
  color: #fff;
  text-align: center;
  padding: 0.85rem 1.5rem;
  font-family: var(--font-accent, 'Montserrat', sans-serif);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sale-home .ladies-promo-strip span {
  color: var(--color-gold, #d4af37);
}

/* ── Special Occasion Deals ── */
.sale-home .occasion-deals {
  background: var(--ladies-cream);
  border-block: 1px solid rgba(139, 111, 113, 0.12);
}

.sale-home .occasion-deals__header {
  text-align: center;
  margin-bottom: 2rem;
}

.sale-home .occasion-deals__header .section-title-modern {
  margin-bottom: 0.5rem;
}

.sale-home .occasion-deals__subtitle {
  max-width: 480px;
  margin: 0.75rem auto 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--ladies-mauve);
}

.sale-home .occasion-deals__nav {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  scrollbar-width: none;
}

.sale-home .occasion-deals__nav::-webkit-scrollbar {
  display: none;
}

.sale-home .occasion-deals__chip {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  min-width: 88px;
  padding: 1rem 1.15rem;
  background: #fff;
  border: 1px solid rgba(139, 111, 113, 0.15);
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: var(--font-accent, 'Montserrat', sans-serif);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ladies-mauve);
}

.sale-home .occasion-deals__chip i {
  font-size: 1.15rem;
  color: var(--ladies-rose);
  transition: color 0.25s ease;
}

.sale-home .occasion-deals__chip:hover,
.sale-home .occasion-deals__chip.is-active {
  background: var(--ladies-charcoal);
  border-color: var(--ladies-charcoal);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(42, 34, 36, 0.15);
}

.sale-home .occasion-deals__chip.is-active i,
.sale-home .occasion-deals__chip:hover i {
  color: var(--color-gold, #d4af37);
}

.sale-home .occasion-deals__panel {
  display: none;
}

.sale-home .occasion-deals__panel.is-active {
  display: block;
  animation: occasionDealsIn 0.35s ease;
}

@keyframes occasionDealsIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.sale-home .occasion-deals__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.sale-home .occasion-deal-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(139, 111, 113, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.sale-home .occasion-deal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(42, 34, 36, 0.1);
}

.sale-home .occasion-deal-card__media {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--ladies-blush);
}

.sale-home .occasion-deal-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease, transform 0.5s ease;
}

.sale-home .occasion-deal-card__hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.sale-home .occasion-deal-card:hover .occasion-deal-card__media img:first-of-type {
  opacity: 0;
}

.sale-home .occasion-deal-card:hover .occasion-deal-card__hover {
  opacity: 1;
  transform: scale(1.05);
}

.sale-home .occasion-deal-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 0.4rem 0.7rem;
  background: #c0392b;
  color: #fff;
  font-family: var(--font-accent, 'Montserrat', sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(192, 57, 43, 0.35);
}

.sale-home .occasion-deal-card__tag {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 0.3rem 0.6rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  font-family: var(--font-accent, 'Montserrat', sans-serif);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ladies-charcoal);
  border-radius: 4px;
}

.sale-home .occasion-deal-card__body {
  padding: 1rem 1.1rem 1.15rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sale-home .occasion-deal-card__cat {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ladies-mauve);
  margin-bottom: 0.35rem;
}

.sale-home .occasion-deal-card__name {
  font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.65rem;
}

.sale-home .occasion-deal-card__name a {
  color: var(--ladies-charcoal);
  text-decoration: none;
  transition: color 0.2s ease;
}

.sale-home .occasion-deal-card__name a:hover {
  color: var(--ladies-rose);
}

.sale-home .occasion-deal-card__pricing {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
}

.sale-home .occasion-deal-card__price {
  font-family: var(--font-accent, 'Montserrat', sans-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: #c0392b;
}

.sale-home .occasion-deal-card__old {
  font-size: 0.85rem;
  color: var(--ladies-mauve);
  text-decoration: line-through;
  opacity: 0.75;
}

.sale-home .occasion-deal-card__save {
  font-size: 11px;
  font-weight: 600;
  color: #27ae60;
  margin-bottom: 0.5rem;
}

.sale-home .occasion-deal-card__rating {
  font-size: 11px;
  color: var(--color-gold, #d4af37);
  margin-bottom: 0.85rem;
}

.sale-home .occasion-deal-card__rating span {
  color: var(--ladies-mauve);
  margin-left: 0.25rem;
}

.sale-home .occasion-deal-card__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: auto;
}

.sale-home .occasion-deal-card__cart {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 0.75rem;
  background: var(--ladies-charcoal);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: var(--font-accent, 'Montserrat', sans-serif);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease;
}

.sale-home .occasion-deal-card__cart:hover {
  background: var(--ladies-mauve);
}

.sale-home .occasion-deal-card__wish {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ladies-blush);
  border: 1px solid rgba(139, 111, 113, 0.15);
  border-radius: 8px;
  color: var(--ladies-charcoal);
  cursor: pointer;
  transition: all 0.25s ease;
}

.sale-home .occasion-deal-card__wish:hover,
.sale-home .occasion-deal-card__wish.active {
  background: var(--ladies-charcoal);
  color: #fff;
  border-color: var(--ladies-charcoal);
}

.sale-home .occasion-deals__footer {
  text-align: center;
  margin-top: 2rem;
}

.sale-home .occasion-deals__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-accent, 'Montserrat', sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ladies-charcoal);
  padding-bottom: 0.35rem;
  border-bottom: 2px solid var(--color-gold, #d4af37);
  text-decoration: none;
  transition: color 0.25s ease;
}

.sale-home .occasion-deals__link:hover {
  color: var(--ladies-rose);
}

.sale-home .occasion-deals__link i {
  font-size: 10px;
  transition: transform 0.25s ease;
}

.sale-home .occasion-deals__link:hover i {
  transform: translateX(4px);
}

/* ── Trending / Bestsellers (dynamic product cards) ── */
.sale-home .sale-trending,
.sale-home .sale-bestsellers {
  background: var(--ladies-cream);
}

.sale-home .sale-trending__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}

.sale-home .sale-trending__tab {
  font-family: var(--font-accent, 'Montserrat', sans-serif);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ladies-mauve);
  border: 1px solid var(--ladies-blush);
  border-radius: 999px;
  padding: 0.55rem 1.35rem;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sale-home .sale-trending__tab:hover,
.sale-home .sale-trending__tab.active {
  background: var(--ladies-charcoal);
  color: #fff;
  border-color: var(--ladies-charcoal);
}

.sale-home .sale-trending__panels {
  position: relative;
}

.sale-home .sale-trending__panel {
  display: none;
}

.sale-home .sale-trending__panel.is-active {
  display: block;
  animation: saleTabFade 0.35s ease;
}

@keyframes saleTabFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.sale-home .sale-trending__swiper-wrap {
  position: relative;
  padding: 0 2.5rem;
  overflow: hidden;
}

.sale-home .sale-trending-swiper {
  overflow: visible;
  padding: 1rem 0 0.5rem;
}

.sale-home .sale-trending-swiper .swiper-slide {
  width: 260px;
  height: auto;
}

.sale-home .sale-trending-swiper .swiper-button-prev,
.sale-home .sale-trending-swiper .swiper-button-next {
  width: 42px;
  height: 42px;
  margin-top: 0;
  top: 42%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  border: 1px solid var(--ladies-blush, #e8d5d0);
  box-shadow: 0 4px 16px rgba(44, 36, 32, 0.1);
  color: var(--ladies-charcoal);
  transition: all 0.3s ease;
}

.sale-home .sale-trending-swiper .swiper-button-prev::after,
.sale-home .sale-trending-swiper .swiper-button-next::after {
  display: none;
}

.sale-home .sale-trending-swiper .swiper-button-prev i,
.sale-home .sale-trending-swiper .swiper-button-next i {
  font-size: 14px;
}

.sale-home .sale-trending-swiper .swiper-button-prev:hover,
.sale-home .sale-trending-swiper .swiper-button-next:hover {
  background: var(--color-gold, #d4af37);
  color: var(--ladies-charcoal);
}

.sale-home .sale-trending-swiper .swiper-button-prev {
  left: 0;
}

.sale-home .sale-trending-swiper .swiper-button-next {
  right: 0;
}

.sale-home .sale-trending-pagination,
.sale-home .sale-bestsellers-pagination {
  position: relative !important;
  margin-top: 2rem;
  bottom: auto !important;
}

.sale-home .sale-trending-pagination .swiper-pagination-bullet,
.sale-home .sale-bestsellers-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--ladies-blush);
  opacity: 1;
  transition: all 0.3s ease;
}

.sale-home .sale-trending-pagination .swiper-pagination-bullet-active,
.sale-home .sale-bestsellers-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 999px;
  background: var(--ladies-charcoal);
}

.sale-home .sale-product-slide {
  height: auto;
  padding-block: 4px;
}

/* ── Trending product card ── */
.sale-home .sale-trending .sale-product-slide .product-card,
.sale-home .sale-bestsellers .sale-product-slide .product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(201, 169, 166, 0.35);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(42, 34, 36, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.sale-home .sale-trending .sale-product-slide .product-card:hover,
.sale-home .sale-bestsellers .sale-product-slide .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(42, 34, 36, 0.09);
  border-color: rgba(212, 175, 55, 0.35);
}

.sale-home .sale-trending .product-card__media,
.sale-home .sale-bestsellers .product-card__media {
  aspect-ratio: 3 / 4;
  border-radius: 0;
  background: var(--ladies-blush);
}

.sale-home .sale-trending .product-card__img,
.sale-home .sale-bestsellers .product-card__img {
  transition: transform 0.6s ease;
}

.sale-home .sale-trending .product-card:hover .product-card__img,
.sale-home .sale-bestsellers .product-card:hover .product-card__img {
  transform: scale(1.05);
}

.sale-home .sale-trending .product-card__badges,
.sale-home .sale-bestsellers .product-card__badges {
  top: 10px;
  left: 10px;
}

.sale-home .sale-trending .product-card__badges .badge,
.sale-home .sale-bestsellers .product-card__badges .badge {
  font-size: 9px;
  letter-spacing: 0.12em;
  padding: 0.35rem 0.65rem;
  border-radius: 2px;
}

.sale-home .sale-trending .product-card__actions,
.sale-home .sale-bestsellers .product-card__actions {
  top: 10px;
  right: 10px;
  bottom: auto;
  flex-direction: column;
  gap: 6px;
  opacity: 1;
  transform: none;
}

.sale-home .sale-trending .product-card__action-btn,
.sale-home .sale-bestsellers .product-card__action-btn {
  width: 34px;
  height: 34px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(201, 169, 166, 0.4);
  box-shadow: 0 2px 10px rgba(42, 34, 36, 0.08);
}

.sale-home .sale-trending .product-card__action-btn:hover,
.sale-home .sale-trending .product-card__action-btn.active,
.sale-home .sale-bestsellers .product-card__action-btn:hover,
.sale-home .sale-bestsellers .product-card__action-btn.active {
  background: var(--color-gold, #d4af37);
  border-color: var(--color-gold, #d4af37);
  color: var(--ladies-charcoal);
  transform: scale(1.05);
}

.sale-home .sale-trending .product-card__quick-add,
.sale-home .sale-bestsellers .product-card__quick-add {
  font-size: 10px;
  letter-spacing: 0.18em;
  padding: 0.85rem;
  background: rgba(42, 34, 36, 0.92);
}

.sale-home .sale-trending .product-card__info,
.sale-home .sale-bestsellers .product-card__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.9rem 1rem 1.1rem;
  background: #fff;
}

.sale-home .sale-trending .product-card__category,
.sale-home .sale-bestsellers .product-card__category {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--ladies-mauve);
  margin-bottom: 0.35rem;
}

.sale-home .sale-trending .product-card__name,
.sale-home .sale-bestsellers .product-card__name {
  font-family: var(--font-body, sans-serif);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ladies-charcoal);
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sale-home .sale-trending .product-card__name a,
.sale-home .sale-bestsellers .product-card__name a {
  color: inherit;
  text-decoration: none;
}

.sale-home .sale-trending .product-card:hover .product-card__name,
.sale-home .sale-bestsellers .product-card:hover .product-card__name {
  color: var(--color-gold-dark, #b8962e);
}

.sale-home .sale-trending .product-card__price,
.sale-home .sale-bestsellers .product-card__price {
  font-family: var(--font-accent, 'Montserrat', sans-serif);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ladies-charcoal);
  margin-top: auto;
}

.sale-home .sale-trending .product-card__price--old,
.sale-home .sale-bestsellers .product-card__price--old {
  font-size: 0.82rem;
  color: var(--ladies-mauve);
}

.sale-home .sale-trending .product-card__rating,
.sale-home .sale-bestsellers .product-card__rating {
  margin-top: 0.45rem;
  font-size: 0.78rem;
  color: var(--ladies-mauve);
}

.sale-home .sale-trending .product-card__rating .fa-star,
.sale-home .sale-bestsellers .product-card__rating .fa-star {
  color: var(--color-gold, #d4af37);
  font-size: 0.7rem;
}

/* Compare icon on legacy sale cards */
.sale-home .sale-compare-btn,
.sale-home .div-fl .compare-btn,
.sale-home .div-heart-add .compare-btn,
.sale-home .wishlist-icon .compare-btn {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: var(--ladies-charcoal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(42, 34, 36, 0.12);
  transition: all 0.25s ease;
}

.sale-home .sale-compare-btn:hover,
.sale-home .sale-compare-btn.active,
.sale-home .div-fl .compare-btn:hover,
.sale-home .div-heart-add .compare-btn:hover {
  background: var(--color-gold, #d4af37);
  color: var(--ladies-charcoal);
}

.sale-home .div-fl,
.sale-home .div-heart-add {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sale-home .home-fashion-card__actions .compare-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--ladies-blush);
  background: #fff;
  color: var(--ladies-charcoal);
  cursor: pointer;
  transition: all 0.25s ease;
}

.sale-home .home-fashion-card__actions .compare-btn:hover,
.sale-home .home-fashion-card__actions .compare-btn.active {
  background: var(--color-gold, #d4af37);
  border-color: var(--color-gold, #d4af37);
}

/* ── Catalog pages (Shop & Wishlist) — same cards as home ── */
.catalog-page {
  --ladies-rose: #c9a9a6;
  --ladies-blush: #f7ece8;
  --ladies-mauve: #8b6f71;
  --ladies-cream: #faf7f5;
  --ladies-charcoal: #2a2224;
  background: var(--ladies-cream);
}

.catalog-page .wishlist-hero {
  background: linear-gradient(135deg, #2a2224 0%, #4a3a3d 100%);
  padding: 3rem 0 2.5rem;
  color: #fff;
}

.catalog-page .wishlist-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.catalog-page .wishlist-hero .breadcrumb a,
.catalog-page .wishlist-hero .breadcrumb__current {
  color: rgba(255, 255, 255, 0.75);
}

.catalog-page .wishlist-hero .breadcrumb a:hover {
  color: #fff;
}

.catalog-page .wishlist-hero__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  margin: 0.35rem 0 0.5rem;
}

.catalog-page .wishlist-hero__desc {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.catalog-page .section-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ladies-rose);
  font-weight: 600;
}

.catalog-page .product-grid,
.catalog-page .wishlist-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding-block: 2.5rem 3.5rem;
}

.catalog-page .product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(201, 169, 166, 0.35);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(42, 34, 36, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.catalog-page .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(42, 34, 36, 0.09);
  border-color: rgba(212, 175, 55, 0.35);
}

.catalog-page .product-card__media {
  aspect-ratio: 3 / 4;
  background: var(--ladies-blush);
}

.catalog-page .product-card__img {
  transition: transform 0.6s ease;
}

.catalog-page .product-card:hover .product-card__img {
  transform: scale(1.05);
}

.catalog-page .product-card__badges {
  top: 10px;
  left: 10px;
}

.catalog-page .product-card__badges .badge {
  font-size: 9px;
  letter-spacing: 0.12em;
  padding: 0.35rem 0.65rem;
  border-radius: 2px;
}

.catalog-page .product-card__actions {
  top: 10px;
  right: 10px;
  bottom: auto;
  flex-direction: column;
  gap: 6px;
  opacity: 1;
  transform: none;
}

.catalog-page .product-card__action-btn {
  width: 34px;
  height: 34px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(201, 169, 166, 0.4);
  box-shadow: 0 2px 10px rgba(42, 34, 36, 0.08);
}

.catalog-page .product-card__action-btn:hover,
.catalog-page .product-card__action-btn.active {
  background: var(--color-gold, #d4af37);
  border-color: var(--color-gold, #d4af37);
  color: var(--ladies-charcoal);
  transform: scale(1.05);
}

.catalog-page .product-card__quick-add {
  font-size: 10px;
  letter-spacing: 0.18em;
  padding: 0.85rem;
  background: rgba(42, 34, 36, 0.92);
}

.catalog-page .product-card__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.9rem 1rem 1.1rem;
  background: #fff;
}

.catalog-page .product-card__category {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--ladies-mauve);
  margin-bottom: 0.35rem;
}

.catalog-page .product-card__name {
  font-family: var(--font-body, sans-serif);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ladies-charcoal);
  margin-bottom: 0.5rem;
}

.catalog-page .product-card__name a {
  color: inherit;
  text-decoration: none;
}

.catalog-page .product-card:hover .product-card__name {
  color: var(--color-gold-dark, #b8962e);
}

.catalog-page .product-card__price {
  font-family: var(--font-accent, 'Montserrat', sans-serif);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ladies-charcoal);
  margin-top: auto;
}

.catalog-page .product-card__price--old {
  font-size: 0.82rem;
  color: var(--ladies-mauve);
}

.catalog-page .product-card__rating {
  margin-top: 0.45rem;
  font-size: 0.78rem;
  color: var(--ladies-mauve);
}

.catalog-page .product-card__rating .fa-star {
  color: var(--color-gold, #d4af37);
  font-size: 0.7rem;
}

.catalog-page .wishlist-empty {
  padding-block: 3rem 4rem;
}

.catalog-page .shop-grid--list .product-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.5rem;
}

.catalog-page .shop-grid--list .product-card__media {
  aspect-ratio: 3 / 4;
}

/* ── Responsive ── */
/* ── Shop the Look — Video Showcase ── */
.sale-home .shop-the-look-video {
  background: linear-gradient(180deg, var(--ladies-cream) 0%, #fff 100%);
}

.sale-home .shop-the-look-main-swiper {
  padding: 0.5rem 0 3.5rem;
  overflow: visible;
}

.sale-home .shop-the-look-main-swiper .swiper-slide {
  height: auto;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.sale-home .shop-the-look-main-swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.55;
  transform: scale(0.94);
}

.sale-home .shop-the-look-main-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.sale-home .shop-look-video-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(42, 34, 36, 0.14);
  background: #000;
}

.sale-home .shop-look-video-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  min-height: 320px;
  background: #1a1516;
  isolation: isolate;
}

.sale-home .shop-look-video-card__video,
.sale-home .shop-look-video-card__yt-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000;
}

.sale-home .shop-look-video-card__video {
  object-fit: cover;
  display: block;
}

.sale-home .shop-look-video-card__yt-wrap {
  overflow: hidden;
}

.sale-home .shop-look-video-card__yt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.sale-home .shop-look-video-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 21, 22, 0.05) 0%,
    rgba(26, 21, 22, 0.15) 45%,
    rgba(26, 21, 22, 0.82) 100%
  );
  pointer-events: none;
}

.sale-home .shop-look-video-card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 2.25rem 2.25rem;
  color: #fff;
  z-index: 2;
}

.sale-home .shop-look-video-card__tag {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ladies-blush);
  margin-bottom: 0.65rem;
}

.sale-home .shop-look-video-card__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 0.5rem;
}

.sale-home .shop-look-video-card__text {
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 1.25rem;
  max-width: 36ch;
}

.sale-home .shop-look-video-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.sale-home .shop-look-video-card__cta:hover {
  background: var(--color-gold, #d4af37);
  border-color: var(--color-gold, #d4af37);
  color: var(--ladies-charcoal);
}

.sale-home .shop-the-look-main-swiper .shop-look-prev,
.sale-home .shop-the-look-main-swiper .shop-look-next {
  width: 46px;
  height: 46px;
  margin-top: 0;
  top: 46%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  border: 1px solid var(--ladies-blush);
  box-shadow: 0 8px 24px rgba(42, 34, 36, 0.12);
  color: var(--ladies-charcoal);
  transition: all 0.3s ease;
}

.sale-home .shop-the-look-main-swiper .shop-look-prev::after,
.sale-home .shop-the-look-main-swiper .shop-look-next::after {
  display: none;
}

.sale-home .shop-the-look-main-swiper .shop-look-prev i,
.sale-home .shop-the-look-main-swiper .shop-look-next i {
  font-size: 14px;
}

.sale-home .shop-the-look-main-swiper .shop-look-prev:hover,
.sale-home .shop-the-look-main-swiper .shop-look-next:hover {
  background: var(--color-gold, #d4af37);
  color: var(--ladies-charcoal);
}

.sale-home .shop-the-look-main-swiper .shop-look-prev {
  left: 0.5rem;
}

.sale-home .shop-the-look-main-swiper .shop-look-next {
  right: 0.5rem;
}

.sale-home .shop-the-look-main-swiper .shop-look-pagination {
  bottom: 0 !important;
}

.sale-home .shop-the-look-main-swiper .shop-look-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--ladies-rose);
  opacity: 0.45;
}

.sale-home .shop-the-look-main-swiper .shop-look-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 999px;
  opacity: 1;
  background: var(--ladies-charcoal);
}

@media (max-width: 768px) {
  .sale-home .hero-swiper {
    height: clamp(480px, 65vh, 600px) !important;
  }

  .sale-home .hero-slide__content {
    padding: 2rem 1.5rem;
    justify-content: flex-end;
    padding-bottom: 4rem;
  }

  .sale-home .hero-slide__title {
    font-size: 2rem;
  }

  .sale-home .favourite-overlay h4 {
    font-size: 1.2rem !important;
  }

  .sale-home .sale-trending__tab {
    padding: 0.45rem 1rem;
    font-size: 10px;
  }

  .sale-home .occasion-deals__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .sale-home .occasion-deals__chip {
    min-width: 76px;
    padding: 0.75rem 0.85rem;
    font-size: 9px;
  }

  .sale-home .sale-trending__swiper-wrap {
    padding-inline: 0;
  }

  .sale-home .sale-trending-swiper .swiper-slide {
    width: 220px;
  }

  .sale-home .sale-trending-swiper .swiper-button-prev,
  .sale-home .sale-trending-swiper .swiper-button-next {
    display: none;
  }

  .sale-home .sale-new-arrivals__overlay {
    padding: 3.5rem 0 3rem;
  }

  .sale-home .sale-new-arrivals__title {
    letter-spacing: 0.08em;
  }

  .sale-home .sale-new-arrivals__swiper-wrap {
    padding-inline: 0;
  }

  .sale-home .sale-new-arrivals-swiper .swiper-slide {
    width: 220px;
  }

  .sale-home .sale-new-arrivals-swiper .swiper-button-prev,
  .sale-home .sale-new-arrivals-swiper .swiper-button-next {
    display: none;
  }

  .sale-home .shop-look-video-card__media {
    aspect-ratio: 4 / 5;
    min-height: 380px;
  }

  .sale-home .shop-look-video-card__content {
    padding: 1.5rem 1.25rem 1.75rem;
  }

  .sale-home .shop-the-look-main-swiper .shop-look-prev,
  .sale-home .shop-the-look-main-swiper .shop-look-next {
    display: none;
  }

  .sale-home .shop-the-look-main-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.75;
    transform: scale(0.97);
  }

  .catalog-page .product-grid,
  .catalog-page .wishlist-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding-block: 1.5rem 2.5rem;
  }

  .catalog-page .shop-grid--list .product-card {
    grid-template-columns: 1fr;
  }
}
