/* Novira Fashion — clothing homepage (rose theme) */

.ds-page--fashion {
  --ds-fashion-accent: #B5276B;
  --ds-fashion-accent-dark: #9a1f5a;
  --ds-fashion-hero-from: #d81b60;
  --ds-fashion-hero-to: #880e4f;
  --ds-card-accent: var(--ds-fashion-accent);
}

.ds-page--fashion .ds-nav-link[href="fashion.html"] {
  color: var(--ds-fashion-accent);
  font-weight: 700;
}

.ds-page--fashion .ds-section-title {
  color: var(--ds-fashion-accent);
}

.ds-page--fashion .ds-section-more--green,
.ds-page--fashion .ds-fashion-section-more {
  color: var(--ds-fashion-accent);
}

.ds-page--fashion .ds-fashion-section-more:hover {
  color: var(--ds-fashion-accent-dark);
}

.ds-page--fashion .ds-main {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 12px;
}

@media (min-width: 768px) {
  .ds-page--fashion .ds-main {
    padding-top: 28px;
  }
}

/* Hero */
.ds-fashion-hero-wrap {
  margin-top: 8px;
  margin-bottom: 20px;
  padding-top: 4px;
}

.ds-fashion-hero {
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
  isolation: isolate;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 16px rgba(181, 39, 107, 0.14);
}

.ds-fashion-hero .swiper-wrapper {
  align-items: stretch;
}

.ds-fashion-hero .swiper-slide {
  height: auto;
}

.ds-fashion-hero-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 168px;
  padding: 28px ;
  border-radius: var(--ds-radius-lg);
  color: #fff;
  overflow: hidden;
}

@media (min-width: 768px) {
  .ds-fashion-hero-slide {
    min-height: 220px;
    padding: 36px 48px 48px;
    gap: 32px;
  }
}

.ds-fashion-hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 50%, rgba(255, 255, 255, 0.12) 0%, transparent 45%);
  pointer-events: none;
}

.ds-fashion-hero-slide--1 {
  background: linear-gradient(125deg, #d81b60 0%, #b5276b 45%, #880e4f 100%);
}

.ds-fashion-hero-slide--2 {
  background: linear-gradient(125deg, #ec407a 0%, #c2185b 50%, #880e4f 100%);
}

.ds-fashion-hero-badge {
  position: absolute;
  top: 16px;
  inset-inline-start: 16px;
  z-index: 2;
  background: #fff;
  color: var(--ds-fashion-accent);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

/* موبایل: فقط بج — گوشهٔ بالا چپ (فیزیکی) */
@media (max-width: 767px) {
  .ds-fashion-hero-badge {
    inset-inline-start: auto;
    left: 16px;
    right: auto;
  }
}

.ds-fashion-hero-badge--delivery {
  background: rgba(255, 255, 255, 0.95);
  color: #ad1457;
}

.ds-fashion-hero-text {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
}

.ds-fashion-hero-text h2 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .ds-fashion-hero-text h2 {
    font-size: 1.875rem;
  }
}

.ds-fashion-hero-text p {
  font-size: 0.8125rem;
  opacity: 0.95;
  margin-bottom: 18px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .ds-fashion-hero-text p {
    font-size: 0.9375rem;
  }
}

.ds-fashion-hero-cta {
  display: inline-block;
  padding: 11px 22px;
  background: #fff;
  color: var(--ds-fashion-accent);
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ds-fashion-hero-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.ds-fashion-hero-visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  font-size: 2.75rem;
  backdrop-filter: blur(4px);
}

@media (min-width: 768px) {
  .ds-fashion-hero-visual {
    width: 160px;
    height: 160px;
    font-size: 3.5rem;
    gap: 8px;
  }
}

.ds-fashion-hero-visual span {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

.ds-fashion-hero .swiper-pagination {
  bottom: 12px !important;
}

.ds-fashion-hero .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}

.ds-fashion-hero .swiper-pagination-bullet-active {
  background: #fff;
  width: 20px;
  border-radius: 4px;
}

/* Amazing block (green) */
.ds-fashion-amazing {
  background: var(--ds-fashion-accent);
  border-radius: var(--ds-radius-lg);
  padding: 20px;
  margin-block: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
  isolation: isolate;
}

@media (min-width: 1024px) {
  .ds-fashion-amazing {
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
  }
}

.ds-fashion-amazing-side {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 12px;
  min-width: 180px;
}

.ds-fashion-amazing-icon {
  font-size: 2.5rem;
  margin-bottom: 8px;
}

.ds-fashion-amazing-title {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 16px;
}

.ds-fashion-amazing-timer {
  display: flex;
  gap: 8px;
  direction: rtl;
  margin-bottom: 16px;
}

.ds-fashion-amazing-timer-unit {
  background: rgba(255, 255, 255, 0.2);
  border-radius: var(--ds-radius);
  padding: 8px 10px;
  min-width: 44px;
}

.ds-fashion-amazing-timer-val {
  font-size: 1.25rem;
  font-weight: 800;
  display: block;
}

.ds-fashion-amazing-timer-label {
  font-size: 10px;
  opacity: 0.9;
}

.ds-fashion-amazing-more {
  font-size: 13px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  text-decoration: none;
}

.ds-fashion-amazing-products-wrap {
  flex: 1;
  min-width: 0;
  position: relative;
}

.ds-fashion-amazing-swiper .swiper-slide {
  width: 168px;
  height: auto;
}

.ds-fashion-amazing-card.ds-product-card-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-radius: var(--ds-radius);
  padding: 12px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
  border: 1px solid var(--ds-border);
}

.ds-fashion-amazing-card.ds-product-card-wrap:hover {
  box-shadow: var(--ds-shadow-lg);
}

.ds-fashion-amazing-card .ds-product-card__main {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  color: inherit;
  gap: 0;
}

.ds-fashion-amazing-card .ds-product-discount {
  top: 8px;
  inset-inline-start: 8px;
  inset-inline-end: auto;
  background: var(--ds-fashion-accent);
  z-index: 2;
}

.ds-fashion-amazing-card-img {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  background: var(--ds-bg-soft);
  border-radius: var(--ds-radius);
  margin-bottom: 10px;
}

.ds-fashion-amazing-card .ds-product-title {
  font-size: 12px;
  margin-bottom: 8px;
  flex: 1;
}

.ds-fashion-amazing-card .ds-product-card__prices {
  margin-top: auto;
}

.ds-fashion-stock {
  margin-top: 10px;
  height: 4px;
  background: #e8e8e8;
  border-radius: 2px;
  overflow: hidden;
}

.ds-fashion-stock-bar {
  height: 100%;
  background: var(--ds-fashion-accent);
  border-radius: 2px;
  transition: width 0.3s;
}

/* Categories */
.ds-fashion-categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 8px;
}

@media (min-width: 640px) {
  .ds-fashion-categories-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 1024px) {
  .ds-fashion-categories-grid {
    grid-template-columns: repeat(8, 1fr);
  }
}

.ds-fashion-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}

.ds-fashion-category-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  box-shadow: var(--ds-shadow);
  transition: transform 0.2s;
}

.ds-fashion-category:hover .ds-fashion-category-icon {
  transform: scale(1.05);
}

.ds-fashion-category-label {
  font-size: 11px;
  color: var(--ds-text-secondary);
  text-align: center;
  line-height: 1.3;
  max-width: 72px;
}

.ds-page--fashion .ds-product-discount {
  background: var(--ds-fashion-accent);
}

/* Promo banners (women / men) */
.ds-fashion-banner-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-block: 0 8px;
}

@media (min-width: 768px) {
  .ds-fashion-banner-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.ds-fashion-promo-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 120px;
  padding: 20px 24px;
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
}

.ds-fashion-promo-banner:hover {
  transform: translateY(-2px);
  box-shadow: var(--ds-shadow-lg);
}

.ds-fashion-promo-banner--women {
  background: linear-gradient(125deg, #ec407a 0%, #b5276b 50%, #880e4f 100%);
}

.ds-fashion-promo-banner--men {
  background: linear-gradient(125deg, #5c6bc0 0%, #3949ab 55%, #283593 100%);
}

.ds-fashion-promo-banner__emoji {
  flex-shrink: 0;
  font-size: 3.5rem;
  line-height: 1;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
}

@media (min-width: 768px) {
  .ds-fashion-promo-banner__emoji {
    font-size: 4.5rem;
  }
}

.ds-fashion-promo-banner__text {
  flex: 1;
  min-width: 0;
  text-align: right;
}

.ds-fashion-promo-banner__text h3 {
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 6px;
  line-height: 1.35;
}

@media (min-width: 768px) {
  .ds-fashion-promo-banner__text h3 {
    font-size: 1.375rem;
  }
}

.ds-fashion-promo-banner__text p {
  font-size: 0.8125rem;
  opacity: 0.92;
  line-height: 1.45;
  margin: 0;
}

/* Trending today — standalone bold block (not ds-section) */
.ds-fashion-trending-block {
  margin-block: 28px 32px;
}

.ds-fashion-trending-block__inner {
  position: relative;
  padding: 24px 16px 28px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    #4a0e2e 0%,
    #880e4f 28%,
    #b5276b 58%,
    #d81b60 100%
  );
  box-shadow:
    0 12px 40px rgba(74, 14, 46, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ds-fashion-trending-block__inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(255, 255, 255, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.ds-fashion-trending-block__inner::after {
  content: 'TRENDING';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
  font-size: clamp(4rem, 14vw, 7rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
  line-height: 1;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .ds-fashion-trending-block__inner {
    padding: 28px 28px 32px;
  }
}

.ds-fashion-trending-block__head {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.ds-fashion-trending-block__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.ds-fashion-trending-block__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.ds-fashion-trending-block__stat {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
}

.ds-fashion-trending-block__head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.ds-fashion-trending-block__title {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 900;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.ds-fashion-trending-block__subtitle {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  max-width: 36ch;
  line-height: 1.55;
}

.ds-fashion-trending-block__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #fff;
  color: #880e4f;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}

.ds-fashion-trending-block__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
  color: #6a0a3d;
}

.ds-fashion-trending-block__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 768px) {
  .ds-fashion-trending-block__layout {
    grid-template-columns: minmax(220px, 300px) 1fr;
    align-items: stretch;
    gap: 20px;
  }
}

.ds-fashion-trending-block__hero {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s;
}

.ds-fashion-trending-block__hero:hover {
  transform: translateY(-3px);
}

.ds-fashion-trending-block__hero-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 8px;
  background: var(--ds-fashion-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.ds-fashion-trending-block__hero img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  background: #faf5f7;
}

.ds-fashion-trending-block__hero-body {
  padding: 14px 16px 16px;
}

.ds-fashion-trending-block__hero-rank {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  color: var(--ds-fashion-accent);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ds-fashion-trending-block__hero-body h3 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 800;
  color: var(--ds-text-secondary);
  line-height: 1.45;
}

.ds-fashion-trending-block__hero-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.ds-fashion-trending-block__hero-price strong {
  font-size: 16px;
  font-weight: 800;
  color: var(--ds-text);
}

.ds-fashion-trending-block__hero-price s {
  font-size: 13px;
  color: var(--ds-text-muted);
  text-decoration: line-through;
}

.ds-fashion-trending-block__rail {
  min-width: 0;
  display: flex;
  align-items: stretch;
}

.ds-fashion-trending-block__rail .ds-product-swiper-wrap {
  width: 100%;
}

.ds-fashion-trending-block__rail .swiper-slide {
  width: 148px;
}

@media (min-width: 768px) {
  .ds-fashion-trending-block__rail .swiper-slide {
    width: 160px;
  }
}

.ds-fashion-trending-card {
  height: 100%;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: transform 0.2s;
}

.ds-fashion-trending-card:hover {
  transform: translateY(-2px);
}

.ds-fashion-trending-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  color: inherit;
}

.ds-fashion-trending-card__rank {
  font-size: 11px;
  font-weight: 800;
  color: var(--ds-fashion-accent);
  margin-bottom: 6px;
}

.ds-fashion-trending-card__media {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #faf8f9;
  margin-bottom: 8px;
}

.ds-fashion-trending-card__media img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

.ds-fashion-trending-card__discount {
  position: absolute;
  top: 6px;
  left: 6px;
  padding: 3px 7px;
  border-radius: 6px;
  background: var(--ds-fashion-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.ds-fashion-trending-card h4 {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--ds-text-secondary);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.ds-fashion-trending-card__price {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  color: var(--ds-text);
}

/* Buyer reviews */
.ds-fashion-reviews {
  margin-block: 32px 28px;
  padding: 24px 20px;
  border-radius: var(--ds-radius-lg);
  background: linear-gradient(180deg, #fff 0%, #fdf5f8 100%);
  border: 1px solid rgba(181, 39, 107, 0.12);
  box-shadow: 0 4px 20px rgba(181, 39, 107, 0.06);
}

.ds-fashion-reviews__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.ds-fashion-reviews__title {
  margin: 0 0 6px;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ds-text-secondary);
}

.ds-fashion-reviews__subtitle {
  margin: 0;
  font-size: 13px;
  color: var(--ds-text-muted);
  max-width: 40ch;
  line-height: 1.5;
}

.ds-fashion-reviews__score {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(181, 39, 107, 0.15);
  box-shadow: var(--ds-shadow);
}

.ds-fashion-reviews__score-val {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--ds-fashion-accent);
  line-height: 1;
}

.ds-fashion-reviews__score-stars {
  font-size: 14px;
  color: #f9a825;
  letter-spacing: 1px;
}

.ds-fashion-reviews__score-count {
  font-size: 11px;
  color: var(--ds-text-muted);
}

.ds-fashion-review-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--ds-border);
  box-shadow: var(--ds-shadow);
}

.ds-fashion-review-card__top {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.ds-fashion-review-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(181, 39, 107, 0.15);
}

.ds-fashion-review-card__name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--ds-text-secondary);
  margin-bottom: 2px;
}

.ds-fashion-review-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--ds-text-muted);
}

.ds-fashion-review-card__stars {
  color: #f9a825;
  letter-spacing: 0.5px;
}

.ds-fashion-review-card__verified {
  margin-inline-start: auto;
  flex-shrink: 0;
  padding: 4px 8px;
  border-radius: 6px;
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 10px;
  font-weight: 700;
}

.ds-fashion-review-card__text {
  flex: 1;
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--ds-text-secondary);
}

.ds-fashion-review-card__product {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  background: var(--ds-bg-soft);
  text-decoration: none;
  color: var(--ds-text-secondary);
  font-size: 12px;
  font-weight: 600;
  transition: background 0.15s;
}

.ds-fashion-review-card__product:hover {
  background: #fce4ec;
  color: var(--ds-fashion-accent-dark);
}

.ds-fashion-review-card__product img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  background: #fff;
  flex-shrink: 0;
}

/* Best weekly — featured block */
.ds-fashion-weekly-block {
  margin-block: 8px 20px;
}

.ds-fashion-weekly-block__inner {
  position: relative;
  padding: 20px 16px 24px;
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
  background: linear-gradient(
    145deg,
    #e8eaf6 0%,
    #c5cae9 35%,
    #9fa8da 70%,
    #7986cb 100%
  );
  box-shadow:
    0 4px 20px rgba(57, 73, 171, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.ds-fashion-weekly-block__inner::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -15%;
  width: 50%;
  height: 130%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 65%);
  pointer-events: none;
}

.ds-fashion-weekly-block__inner::after {
  content: '🏆';
  position: absolute;
  bottom: 12px;
  left: 16px;
  font-size: 4rem;
  opacity: 0.14;
  pointer-events: none;
  line-height: 1;
}

@media (min-width: 768px) {
  .ds-fashion-weekly-block__inner {
    padding: 24px 24px 28px;
  }
}

.ds-fashion-weekly-block__head {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}

.ds-fashion-weekly-block__title {
  font-size: 1.125rem;
  font-weight: 800;
  color: #283593;
  margin: 0;
}

@media (min-width: 768px) {
  .ds-fashion-weekly-block__title {
    font-size: 1.25rem;
  }
}

.ds-fashion-weekly-block__more {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #3949ab;
  text-decoration: none;
}

.ds-fashion-weekly-block__more:hover {
  color: #1a237e;
}

.ds-fashion-weekly-block .ds-fashion-products-grid {
  position: relative;
  z-index: 1;
}

.ds-fashion-weekly-block .ds-product-card-wrap.ds-product-card--rich {
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 10px rgba(40, 53, 147, 0.12);
}

.ds-fashion-weekly-block {
  --ds-card-accent: #5c4d9e;
}

.ds-fashion-weekly-block .ds-product-discount {
  background: #5c6bc0;
}

/* Product grid (6 columns desktop) */
.ds-fashion-products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

@media (min-width: 640px) {
  .ds-fashion-products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}

@media (min-width: 1024px) {
  .ds-fashion-products-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
  }
}

.ds-fashion-products-grid .ds-product-card-wrap.ds-product-card--rich {
  width: 100%;
  min-width: 0;
}

.ds-fashion-products-grid .ds-product-img-wrap {
  min-height: 100px;
}

@media (min-width: 1024px) {
  .ds-fashion-products-grid .ds-product-card-wrap.ds-product-card--rich {
    padding: 12px;
  }

  .ds-fashion-products-grid .ds-product-title {
    font-size: 11px;
    min-height: 33px;
  }

  .ds-fashion-products-grid .ds-product-card__prices .ds-product-price {
    font-size: 12px;
  }
}

/* Rank lists (legacy, unused) */
.ds-fashion-rank-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .ds-fashion-rank-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.ds-fashion-rank-col {
  background: #fff;
  border-radius: var(--ds-radius-lg);
  padding: 20px;
  box-shadow: var(--ds-shadow);
}

.ds-fashion-rank-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ds-text-secondary);
}

.ds-fashion-rank-head span:first-child {
  color: #f9a825;
}

.ds-fashion-rank-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ds-fashion-rank-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}

.ds-fashion-rank-item:hover {
  opacity: 0.85;
}

.ds-fashion-rank-num {
  flex-shrink: 0;
  width: 24px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--ds-fashion-accent);
  text-align: center;
}

.ds-fashion-rank-thumb {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: var(--ds-radius);
  background: var(--ds-bg-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.ds-fashion-rank-name {
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--ds-text-secondary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Brands — rose-tinted band (shared card styles in novira.css) */
.ds-page--fashion .ds-brands--fashion {
  padding: 12px 0 24px;
  margin-top: 8px;
}

.ds-page--fashion .ds-brands--fashion .ds-brands-title {
  color: var(--ds-text);
}

.ds-page--fashion .ds-brands-more {
  color: var(--ds-fashion-accent);
}

.ds-page--fashion .ds-brands-more:hover {
  color: var(--ds-fashion-accent-dark);
}

.ds-page--fashion .ds-brands-band {
  background: linear-gradient(135deg, #faf8f9 0%, #fff 45%, #fff5f8 100%);
}

.ds-page--fashion .ds-brands-band::before {
  background: linear-gradient(to left, transparent, #faf8f9);
}

.ds-page--fashion .ds-brands-band::after {
  background: linear-gradient(to right, transparent, #fff5f8);
}

.ds-page--fashion .ds-brand-card:hover {
  border-color: color-mix(in srgb, var(--brand-color, var(--ds-fashion-accent)) 35%, var(--ds-border));
}

.ds-page--fashion .ds-footer {
  margin-top: 16px;
  padding-top: 28px;
}

.ds-page--fashion .ds-fab--market {
  background: var(--ds-brand);
}

.ds-page--fashion .ds-footer-bottom strong {
  color: var(--ds-fashion-accent);
}

/* Fashion unique header */
.ds-header-fashion {
  background: #fff;
  border-bottom: 1px solid var(--ds-border);
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.ds-header-fashion-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ds-header-fashion-logo {
  font-weight: 800;
  font-size: 1.125rem;
  color: var(--ds-fashion-accent);
  text-decoration: none;
  flex-shrink: 0;
}

.ds-header-fashion-search {
  flex: 1;
  max-width: 420px;
}

.ds-header-fashion-search input {
  width: 100%;
  padding: 11px 18px;
  border: 1px solid var(--ds-border);
  border-radius: 999px;
  font-family: inherit;
  font-size: 13px;
  background: var(--ds-bg-soft);
}

.ds-header-fashion-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-inline-start: auto;
}

.ds-header-fashion-nav a {
  font-size: 13px;
  font-weight: 600;
  color: var(--ds-text-secondary);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: var(--ds-radius);
  transition: background 0.2s, color 0.2s;
}

.ds-header-fashion--rich .ds-header-fashion-nav a {
  color: rgba(255, 255, 255, 0.92);
}

.ds-header-fashion--rich .ds-header-fashion-nav a:hover {
  color: #fff;
  background: var(--ds-header-link-hover-bg);
}

/* Lookbook hero */
.ds-fashion-lookbook {
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
  margin-bottom: 20px;
}

.ds-fashion-lookbook-slide {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
}

.ds-fashion-lookbook-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ds-fashion-lookbook-caption {
  position: relative;
  z-index: 1;
  padding: 28px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  color: #fff;
  width: 100%;
}

.ds-fashion-lookbook-caption h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 6px;
}

/* Split promo */
.ds-fashion-promo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 24px;
}

@media (min-width: 640px) {
  .ds-fashion-promo-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.ds-fashion-promo-card {
  position: relative;
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
  min-height: 200px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: flex-end;
}

.ds-fashion-promo-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ds-fashion-promo-body {
  position: relative;
  z-index: 1;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
  width: 100%;
}

/* Editorial grid */
.ds-fashion-editorial {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .ds-fashion-editorial {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ds-fashion-editorial-card {
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
}

.ds-fashion-editorial-card img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: contain;
  background: #faf8f9;
  padding: 12px;
}

.ds-fashion-editorial-body {
  padding: 12px;
}

/* Trending 1+4 */
.ds-fashion-trending {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .ds-fashion-trending {
    grid-template-columns: 1.2fr 1fr;
  }
}

.ds-fashion-trending-hero {
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
}

.ds-fashion-trending-hero img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: contain;
  background: #faf8f9;
}

.ds-fashion-trending-small {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ds-fashion-trending-mini {
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius);
  background: #fff;
  text-decoration: none;
  color: inherit;
  padding: 10px;
}

.ds-fashion-trending-mini img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #faf8f9;
  border-radius: 8px;
  margin-bottom: 6px;
}

/* Weekly list */
.ds-fashion-weekly-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
  background: #fff;
}

.ds-fashion-weekly-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--ds-border);
  text-decoration: none;
  color: inherit;
}

.ds-fashion-weekly-item:last-child {
  border-bottom: none;
}

.ds-fashion-weekly-item img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  background: #faf8f9;
  border-radius: 8px;
  flex-shrink: 0;
}

/* Brand wall */
.ds-fashion-brands-wall {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 24px;
}

@media (min-width: 640px) {
  .ds-fashion-brands-wall {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ds-fashion-brand-tile {
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius);
  padding: 16px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: border-color 0.2s;
}

.ds-fashion-brand-tile:hover {
  border-color: var(--ds-fashion-accent);
}

.ds-fashion-brand-tile-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--brand-color, var(--ds-fashion-accent));
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 8px;
}

/* Fashion footer */
.ds-footer-fashion {
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.88);
  padding: 32px 0;
  margin-top: 24px;
}

.ds-footer-fashion-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .ds-footer-fashion-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
}

.ds-footer-fashion h4 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 12px;
}

.ds-footer-fashion a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 13px;
  display: block;
  margin-bottom: 6px;
  transition: color 0.15s;
}

.ds-footer-fashion a:hover {
  color: var(--ds-fashion-accent);
}

.ds-footer-fashion-newsletter input {
  width: 100%;
  padding: 10px 14px;
  border: none;
  border-radius: 8px;
  margin-bottom: 8px;
  font-family: inherit;
}

.ds-footer-fashion-bottom {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  text-align: center;
}

/* Rich header (multi-row, rose theme) */
.ds-header-fashion--rich {
  --ds-header-link-hover-bg: #d04a82;
  background: linear-gradient(135deg, #d81b60 0%, #b5276b 45%, #880e4f 100%);
  color: #fff;
  box-shadow: 0 2px 14px rgba(181, 39, 107, 0.28);
  border-bottom: none;
}

.ds-header-fashion--rich .ds-hamburger,
.ds-header-fashion--rich .ds-cart-btn,
.ds-header-fashion--rich .ds-btn-login,
.ds-header-fashion--rich .ds-user-trigger {
  color: #fff;
}

.ds-header-fashion--rich .ds-cart-btn svg,
.ds-header-fashion--rich .ds-btn-login svg,
.ds-header-fashion--rich .ds-user-trigger svg,
.ds-header-fashion--rich .ds-hamburger svg {
  stroke: #fff;
}

.ds-header-fashion--rich .ds-header-divider {
  background: rgba(255, 255, 255, 0.35);
}

.ds-header-fashion--rich .ds-mobile-search-bar {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.ds-header-fashion--rich .ds-mobile-search-bar svg {
  stroke: rgba(255, 255, 255, 0.9);
}

.ds-header-fashion-logo-rich {
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
  letter-spacing: -0.02em;
}

.ds-header-fashion-logo-rich--desktop {
  font-size: 1.25rem;
  min-width: 140px;
}

.ds-header-fashion--rich .ds-search {
  background: #fff;
}

.ds-header-fashion--rich .ds-btn-login {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.ds-header-fashion--rich .ds-btn-login:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.ds-header-fashion--rich .ds-user-avatar {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.ds-header-fashion--rich .ds-cart-badge {
  background: #fff;
  color: var(--ds-fashion-accent);
}

.ds-nav-row--fashion {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 4px;
}

.ds-header-fashion--rich .ds-nav-link {
  color: rgba(255, 255, 255, 0.92);
}

.ds-header-fashion--rich .ds-nav-link:hover {
  color: #fff;
  background: var(--ds-header-link-hover-bg);
}

.ds-header-fashion--rich .ds-nav-link--hot {
  color: #fff;
}

.ds-header-fashion--rich .ds-nav-link--hot:hover {
  color: #fff;
  background: var(--ds-header-link-hover-bg);
}

.ds-header-fashion--rich .ds-dropdown-panel {
  color: var(--ds-text-secondary);
}

/* Trending hero + swiper */
.ds-fashion-trending-swiper-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 768px) {
  .ds-fashion-trending-swiper-wrap {
    grid-template-columns: minmax(200px, 280px) 1fr;
    align-items: start;
  }
}

.ds-fashion-trending-swiper-wrap .ds-fashion-trending-hero {
  display: block;
  border-radius: var(--ds-radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--ds-border);
  background: #fff;
}

.ds-fashion-trending-swiper-wrap .ds-fashion-trending-hero img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

/* Rich footer (rose accent) */
.ds-footer-fashion--rich {
  background: #1a0a12;
  color: rgba(255, 255, 255, 0.88);
  border-top: 2px solid var(--ds-fashion-accent);
  margin-top: 32px;
}

.ds-footer-fashion--rich .ds-footer-top {
  border-bottom-color: rgba(181, 39, 107, 0.25);
}

.ds-footer-fashion--rich .ds-footer-col h4 {
  color: #fff;
}

.ds-footer-fashion--rich .ds-footer-col a {
  color: rgba(255, 255, 255, 0.75);
}

.ds-footer-fashion--rich .ds-footer-col a:hover {
  color: var(--ds-fashion-accent);
}

.ds-footer-fashion--rich .ds-footer-back-top {
  background: #f0e6f4;
  border-color: rgba(181, 39, 107, 0.2);
  color: #5a3d66;
}

.ds-footer-fashion--rich .ds-footer-back-top:hover {
  background: #e8d8ef;
  border-color: var(--ds-fashion-accent);
  color: var(--ds-fashion-accent);
}

.ds-footer-fashion-logo .ds-logo-text {
  color: #fff;
  font-weight: 800;
}

.ds-footer-fashion--rich .ds-footer-seo {
  background: #f0e6f4;
  border: 1px solid rgba(181, 39, 107, 0.14);
  color: #5a3d66;
}

.ds-footer-fashion--rich .ds-footer-newsletter input {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}

.ds-footer-fashion--rich .ds-footer-newsletter button {
  background: var(--ds-fashion-accent);
  color: #fff;
}

.ds-footer-fashion--rich .ds-footer-badge {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.8);
}

.ds-footer-fashion--rich .ds-footer-bottom {
  color: rgba(255, 255, 255, 0.7);
  border-top-color: rgba(255, 255, 255, 0.1);
}

.ds-footer-fashion--rich .ds-footer-bottom strong,
.ds-footer-fashion--rich .ds-footer-bottom a {
  color: var(--ds-fashion-accent);
}

.ds-footer-fashion--rich .ds-footer-bottom a:hover {
  color: #e1bee7;
}

/* Fashion editorial product card */
.ds-product-card-wrap.ds-product-card--fashion {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  padding: 0 0 12px;
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(181, 39, 107, 0.1);
  overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s;
}

.ds-product-card-wrap.ds-product-card--fashion:hover {
  box-shadow: 0 8px 24px rgba(181, 39, 107, 0.18);
  transform: translateY(-3px);
}

.ds-product-card--fashion .ds-product-card__main {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 10px;
  text-decoration: none;
  color: inherit;
}

.ds-fashion-card-media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin: 0 -10px 4px;
  background: #faf5f8;
}

.ds-fashion-card-media .ds-product-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.ds-product-card--fashion:hover .ds-fashion-card-media .ds-product-photo {
  transform: scale(1.03);
}

.ds-product-card--fashion .ds-product-discount {
  top: 10px;
  left: 10px;
  background: var(--ds-fashion-accent);
  border-radius: 4px;
  font-size: 11px;
  z-index: 2;
}

.ds-fashion-card-wish {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(4px);
  color: #81858B;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s, background 0.2s, transform 0.15s;
}

.ds-fashion-card-wish:hover {
  background: #fff;
  color: var(--ds-fashion-accent);
}

.ds-fashion-card-wish.is-active {
  color: var(--ds-fashion-accent);
  background: #fff;
}

.ds-product-card--fashion .ds-product-title {
  font-size: 12px;
  min-height: 34px;
  font-weight: 600;
  margin: 0;
  line-height: 1.35;
}

.ds-fashion-card-brand {
  font-size: 10px;
  color: var(--ds-text-muted);
  letter-spacing: 0.02em;
  margin-top: -2px;
}

.ds-product-card--fashion .ds-product-card__prices .ds-product-price {
  font-size: 12px;
  font-weight: 700;
  color: var(--ds-text-secondary);
}

.ds-product-card--fashion .ds-product-card__prices .ds-product-price-old {
  font-size: 10px;
}

.ds-page--fashion .ds-product-swiper .swiper-slide {
  width: 180px;
}

@media (min-width: 768px) {
  .ds-page--fashion .ds-product-swiper .swiper-slide {
    width: 190px;
  }
}
