﻿/* Final Milanco storefront polish layer. Loaded last to normalize legacy styles. */
:root {
  --mln-pink: #d31b72;
  --mln-ink-strong: #251821;
  --mln-orange: #c96f43;
  --mln-rose: #e89b8f;
  --mln-cream: #f7f2ea;
  --mln-cream-2: #fffaf3;
  --mln-ink: #172321;
  --mln-muted: #687572;
  --mln-line: rgba(232,62,140,.14);
  --mln-shadow: 0 18px 45px rgba(20, 31, 29, .10);
  --mln-soft-shadow: 0 10px 24px rgba(20, 31, 29, .08);
}

html { scroll-behavior: smooth; }
body {
  background: linear-gradient(180deg, #fbf8f2 0%, #ffffff 34%, #f5fbfa 100%);
  color: var(--mln-ink);
  letter-spacing: 0;
}

.rainbow-stripe { display: none !important; }
.header-promo {
  background: #251821 !important;
  color: #fff !important;
  border: 0 !important;
}
.promo-content {
  width: min(1280px, calc(100% - 28px));
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 28px;
  font-size: 12px;
  line-height: 32px;
  opacity: .94;
}
.promo-content span {
  position: relative;
  white-space: nowrap;
}
.promo-content span + span::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--mln-rose);
  transform: translateY(-50%);
}

.milanco-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 250, 243, .94) !important;
  border-bottom: 1px solid var(--mln-line) !important;
  box-shadow: 0 10px 30px rgba(8, 38, 35, .06) !important;
  backdrop-filter: blur(14px);
}
.header-container {
  width: min(1280px, calc(100% - 28px)) !important;
  min-height: 74px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 178px minmax(280px, 1fr) auto !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 8px 0 !important;
}
.header-logo img {
  height: 54px !important;
  max-width: 176px !important;
  object-fit: contain !important;
}
.header-search form {
  height: 48px !important;
  border: 1px solid rgba(232,62,140,.14) !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(232,62,140,.06) !important;
  overflow: hidden !important;
}
.search-input {
  height: 100% !important;
  padding: 0 20px 0 58px !important;
  color: var(--mln-ink) !important;
  background: transparent !important;
}
.search-input::placeholder { color: rgba(23, 35, 33, .48); }
.search-btn {
  left: 6px !important;
  right: auto !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  background: #d31b72 !important;
  color: #fff !important;
}
.header-actions {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.header-quick-link {
  color: #d31b72 !important;
  border: 1px solid var(--mln-line) !important;
  background: #fff !important;
  border-radius: 999px !important;
  padding: 10px 14px !important;
  font-size: 12px !important;
}
.action-icon {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  border: 1px solid var(--mln-line) !important;
  background: #fff !important;
  color: #d31b72 !important;
}
.cart-count {
  background: var(--mln-orange) !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}
.header-nav {
  background: rgba(255, 255, 255, .76) !important;
  border-top: 1px solid rgba(232,62,140,.08) !important;
}
.nav-list {
  width: min(1280px, calc(100% - 28px)) !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: flex-start !important;
  gap: 4px !important;
  overflow-x: auto !important;
  scrollbar-width: none;
}
.nav-list::-webkit-scrollbar { display: none; }
.nav-list > li > a {
  color: var(--mln-ink) !important;
  padding: 12px 14px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  white-space: nowrap !important;
}
.nav-list > li > a:hover {
  color: #d31b72 !important;
  background: rgba(232,62,140,.07) !important;
}
.lux-mega-menu {
  width: min(960px, calc(100vw - 32px)) !important;
  max-height: 430px !important;
  overflow: auto !important;
  border: 1px solid var(--mln-line) !important;
  border-radius: 18px !important;
  box-shadow: var(--mln-shadow) !important;
}
.lux-search-suggest {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 120 !important;
  display: none !important;
  max-height: min(520px, 70vh) !important;
  overflow: auto !important;
  padding: 10px !important;
  border: 1px solid var(--mln-line) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 22px 55px rgba(37,24,33,.16) !important;
  backdrop-filter: blur(14px);
}
.header-search,
.lux-search,
.smart-search-wrap { position: relative !important; }
.lux-search-suggest.is-open { display: grid !important; gap: 8px !important; }
.lux-search-item {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 9px !important;
  border-radius: 16px !important;
  color: var(--mln-ink) !important;
  text-decoration: none !important;
  background: #fff !important;
  border: 1px solid rgba(232,62,140,.08) !important;
  transition: background .16s ease, transform .16s ease, border-color .16s ease !important;
}
.lux-search-item:hover {
  background: #fff8f2 !important;
  border-color: rgba(201, 111, 67, .24) !important;
  transform: translateY(-1px);
}
.lux-search-item img,
.lux-search-thumb {
  width: 58px !important;
  height: 58px !important;
  border-radius: 14px !important;
  object-fit: contain !important;
  background: linear-gradient(145deg, #fff8f1, #f2fbfa) !important;
  border: 1px solid rgba(232,62,140,.08) !important;
}
.lux-search-copy,
.lux-search-side {
  min-width: 0 !important;
  display: grid !important;
  gap: 4px !important;
}
.lux-search-copy strong {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: var(--mln-ink) !important;
}
.lux-search-copy small {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: var(--mln-muted) !important;
  font-size: 11px !important;
}
.lux-search-side {
  justify-items: end !important;
  text-align: left !important;
}
.lux-search-side em {
  color: #d31b72 !important;
  font-style: normal !important;
  font-weight: 900 !important;
  font-size: 12px !important;
  white-space: nowrap !important;
}
.lux-search-side small {
  color: var(--mln-muted) !important;
  font-size: 10px !important;
  white-space: nowrap !important;
}
.lux-search-side small[data-stock="out_of_stock"] { color: #9a4030 !important; }
.lux-search-empty {
  padding: 14px !important;
  color: var(--mln-muted) !important;
  font-size: 13px !important;
  text-align: center !important;
}

.mln-landing,
.lux-page {
  width: min(1280px, calc(100% - 28px)) !important;
  margin: 22px auto 64px !important;
}
.mln-home-premium { display: grid; gap: 26px; }

.mln-new-hero {
  position: relative !important;
  min-height: 520px !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: var(--mln-shadow) !important;
  background: #251821 !important;
  isolation: isolate;
}
.mln-new-hero picture,
.mln-new-hero img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.mln-new-hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(circle at 74% 42%, rgba(232, 155, 143, .24), transparent 28%),
    linear-gradient(270deg, rgba(37,24,33,.88) 0%, rgba(232,62,140,.28) 38%, rgba(232,62,140,.10) 70%, transparent 100%) !important;
  z-index: 1 !important;
}
.mln-new-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(500px, 48%) !important;
  min-height: 520px !important;
  margin: 0 !important;
  margin-left: auto !important;
  padding: 70px 54px 54px 28px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  text-align: right !important;
  color: #fff !important;
}
.mln-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: var(--mln-orange) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
}
.mln-new-hero-copy .mln-eyebrow { color: #ffd6c8 !important; }
.mln-new-hero h1 {
  margin: 12px 0 14px !important;
  color: #fff !important;
  font-size: clamp(32px, 4.2vw, 56px) !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}
.mln-new-hero p {
  color: rgba(255, 255, 255, .88) !important;
  font-size: 16px !important;
  line-height: 2 !important;
  max-width: 470px !important;
}
.mln-hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 22px !important;
}
.mln-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  border-radius: 999px !important;
  padding: 0 20px !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
}
.mln-btn:hover { transform: translateY(-2px); }
.mln-btn-primary {
  background: #d31b72 !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(232,62,140,.18) !important;
}
.mln-new-hero .mln-btn-primary {
  background: #fff !important;
  color: #251821 !important;
}
.mln-btn-light {
  background: rgba(255, 255, 255, .14) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .34) !important;
}

.mln-image-categories {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 12px !important;
}
.mln-image-categories a {
  position: relative !important;
  min-height: 172px !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  text-decoration: none !important;
  color: #fff !important;
  box-shadow: var(--mln-soft-shadow) !important;
  background: #d31b72 !important;
}
.mln-image-categories img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: scale(1.01);
  transition: transform .35s ease !important;
}
.mln-image-categories a::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(0deg, rgba(37,24,33,.78), rgba(37,24,33,.10) 62%) !important;
}
.mln-image-categories strong,
.mln-image-categories span {
  position: absolute !important;
  z-index: 2 !important;
  right: 16px !important;
  left: 16px !important;
}
.mln-image-categories strong {
  bottom: 34px !important;
  font-size: 15px !important;
}
.mln-image-categories span {
  bottom: 15px !important;
  font-size: 11px !important;
  opacity: .78 !important;
}
.mln-image-categories a:hover img { transform: scale(1.06); }

.mln-section,
.mln-premium-brands,
.mln-offer-section,
.mln-advisor-section,
.mln-guide-section,
.mln-trust-final {
  margin: 0 !important;
}
.mln-section,
.mln-premium-brands,
.mln-guide-section {
  padding: 24px !important;
  border: 1px solid var(--mln-line) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, .78) !important;
  box-shadow: 0 12px 30px rgba(21, 44, 42, .06) !important;
}
.mln-section-head {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-bottom: 18px !important;
}
.mln-section-head h2 {
  margin: 5px 0 0 !important;
  color: var(--mln-ink) !important;
  font-size: clamp(20px, 2.2vw, 28px) !important;
  line-height: 1.35 !important;
}
.mln-section-head a {
  color: #d31b72 !important;
  border: 1px solid var(--mln-line) !important;
  border-radius: 999px !important;
  padding: 9px 14px !important;
  font-size: 12px !important;
  text-decoration: none !important;
  background: #fff !important;
  white-space: nowrap !important;
}
.mln-product-row,
.mc-products.lux-products {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.lux-product-card,
.mc-product {
  border: 1px solid rgba(232,62,140,.10) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 8px 20px rgba(18, 35, 33, .06) !important;
  overflow: hidden !important;
  min-width: 0 !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}
.lux-product-card:hover,
.mc-product:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 111, 67, .28) !important;
  box-shadow: 0 16px 34px rgba(18, 35, 33, .10) !important;
}
.mc-product-thumb {
  position: relative !important;
  display: block !important;
  aspect-ratio: 1 / 1 !important;
  background: linear-gradient(145deg, #fff8f1, #f2fbfa) !important;
  overflow: hidden !important;
}
.mc-product-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 14px !important;
  transition: transform .25s ease !important;
}
.mc-product:hover .mc-product-thumb img { transform: scale(1.045); }
.mc-product-badges {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 5px !important;
}
.mc-badge {
  border-radius: 999px !important;
  padding: 4px 8px !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  box-shadow: 0 7px 14px rgba(0, 0, 0, .08) !important;
}
.mc-badge-original { background: #fff !important; color: #d31b72 !important; }
.mc-badge-sale { background: var(--mln-orange) !important; color: #fff !important; }
.mc-badge-hot,
.mc-badge-new { background: #d31b72 !important; color: #fff !important; }
.mc-product-body {
  padding: 12px !important;
  display: grid !important;
  gap: 8px !important;
}
.lux-product-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  color: var(--mln-orange) !important;
  font-size: 11px !important;
  min-height: 18px !important;
}
.lux-product-meta span,
.lux-product-meta small {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.lux-product-meta small { color: rgba(23, 35, 33, .46) !important; }
.mc-product-title {
  margin: 0 !important;
  min-height: 42px !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
  font-weight: 800 !important;
}
.mc-product-title a {
  color: var(--mln-ink) !important;
  text-decoration: none !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.mc-product-benefit {
  margin: 0 !important;
  min-height: 34px !important;
  color: var(--mln-muted) !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.mc-product-variants {
  display: flex !important;
  gap: 5px !important;
  overflow: hidden !important;
}
.mc-product-variants span {
  flex: 0 0 auto !important;
  max-width: 96px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  border-radius: 999px !important;
  background: rgba(232,62,140,.07) !important;
  color: #d31b72 !important;
  padding: 4px 7px !important;
  font-size: 10px !important;
}
.mc-product-price-row {
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
  min-height: 28px !important;
}
.mc-product-price {
  color: #251821 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.5 !important;
}
.mc-product-price small { font-size: 10px !important; color: var(--mln-muted) !important; }
.mc-product-price-old {
  color: rgba(23, 35, 33, .38) !important;
  font-size: 11px !important;
  text-decoration: line-through !important;
}
.lux-call-price {
  color: var(--mln-orange) !important;
  font-size: 12px !important;
}
.mc-product-stock {
  color: #d31b72 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}
.mc-product-stock[data-stock="out_of_stock"] { color: #9a4030 !important; }
.mc-product-cta {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 7px !important;
}
.mc-card-cart-form { margin: 0 !important; }
.mc-btn {
  border-radius: 999px !important;
  min-height: 36px !important;
  padding: 0 12px !important;
  font-weight: 800 !important;
  font-size: 12px !important;
  border: 1px solid transparent !important;
}
.mc-btn-primary {
  background: #d31b72 !important;
  color: #fff !important;
}
.mc-btn-ghost {
  background: #fff !important;
  color: #d31b72 !important;
  border-color: var(--mln-line) !important;
}
.mc-product-tools {
  display: flex !important;
  justify-content: space-between !important;
  gap: 7px !important;
  padding-top: 2px !important;
  color: rgba(23, 35, 33, .48) !important;
  font-size: 10px !important;
}
.mc-product-tools a,
.mc-product-tools span {
  color: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.mln-offer-section {
  display: grid !important;
  grid-template-columns: minmax(320px, 420px) 1fr !important;
  gap: 18px !important;
  align-items: stretch !important;
}
.mln-offer-banner {
  position: relative !important;
  min-height: 100% !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: var(--mln-shadow) !important;
  background: #251821 !important;
}
.mln-offer-banner img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.mln-offer-banner::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(0deg, rgba(37,24,33,.88), rgba(37,24,33,.16)) !important;
}
.mln-offer-banner > div {
  position: relative !important;
  z-index: 2 !important;
  height: 100% !important;
  min-height: 390px !important;
  padding: 28px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: end !important;
}
.mln-offer-banner h2 {
  color: #fff !important;
  margin: 10px 0 !important;
  font-size: 28px !important;
}
.mln-offer-banner p { color: rgba(255,255,255,.84) !important; line-height: 1.9 !important; }
.mln-offer-banner time {
  display: inline-flex !important;
  width: fit-content !important;
  margin-top: 12px !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.16) !important;
  border: 1px solid rgba(255,255,255,.26) !important;
  direction: ltr !important;
}
.mln-offer-products {
  padding: 24px !important;
  border: 1px solid var(--mln-line) !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.82) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.mln-premium-brands { overflow: hidden !important; }
.mln-brand-ticker {
  display: flex !important;
  gap: 10px !important;
  overflow-x: auto !important;
  padding-bottom: 4px !important;
  scrollbar-width: none;
}
.mln-brand-ticker::-webkit-scrollbar { display: none; }
.mln-brand-ticker a {
  flex: 0 0 auto !important;
  min-width: 138px !important;
  text-align: center !important;
  padding: 13px 18px !important;
  border: 1px solid var(--mln-line) !important;
  border-radius: 999px !important;
  color: #d31b72 !important;
  background: linear-gradient(180deg, #fff, #fff8f2) !important;
  text-decoration: none !important;
  font-weight: 800 !important;
}

.mln-advisor-section {
  display: grid !important;
  grid-template-columns: 48% 1fr !important;
  gap: 0 !important;
  align-items: stretch !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  background: #251821 !important;
  color: #fff !important;
  box-shadow: var(--mln-shadow) !important;
}
.mln-advisor-section > img {
  width: 100% !important;
  height: 100% !important;
  min-height: 380px !important;
  object-fit: cover !important;
}
.mln-advisor-section > div {
  padding: 44px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.mln-advisor-section h2 {
  color: #fff !important;
  margin: 10px 0 !important;
  font-size: clamp(24px, 3vw, 38px) !important;
  line-height: 1.45 !important;
}
.mln-advisor-section p {
  color: rgba(255,255,255,.82) !important;
  line-height: 2 !important;
}
.mln-advisor-options {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 18px 0 24px !important;
}
.mln-advisor-options a {
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  background: rgba(255,255,255,.10) !important;
  border-radius: 999px !important;
  padding: 8px 12px !important;
  font-size: 12px !important;
}

.mln-guide-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}
.mln-guide-card {
  min-height: 180px !important;
  border: 1px solid var(--mln-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  padding: 18px !important;
  color: var(--mln-ink) !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}
.mln-guide-card img {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  border-radius: 14px !important;
}
.mln-guide-card small { color: var(--mln-muted) !important; line-height: 1.8 !important; }
.mln-guide-card span { margin-top: auto !important; color: var(--mln-orange) !important; font-weight: 800 !important; }

.mln-trust-final {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
}
.mln-trust-final div {
  min-height: 128px !important;
  border: 1px solid var(--mln-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  padding: 18px !important;
  box-shadow: 0 8px 20px rgba(18, 35, 33, .05) !important;
}
.mln-trust-final strong {
  display: block !important;
  color: #d31b72 !important;
  margin-bottom: 8px !important;
  font-size: 14px !important;
}
.mln-trust-final span {
  color: var(--mln-muted) !important;
  font-size: 12px !important;
  line-height: 1.9 !important;
}

.lux-list-hero {
  border-radius: 24px !important;
  border: 1px solid var(--mln-line) !important;
  background:
    linear-gradient(270deg, rgba(37,24,33,.90), rgba(232,62,140,.42)),
    url("/static/images/milanco-campaign/skincare-banner.jpg") center/cover !important;
  color: #fff !important;
  padding: 36px !important;
  box-shadow: var(--mln-shadow) !important;
}
.lux-list-hero h1 { color: #fff !important; line-height: 1.35 !important; }
.lux-list-hero p { color: rgba(255,255,255,.82) !important; line-height: 2 !important; }
.lux-kicker { color: #ffd6c8 !important; }
.lux-search {
  background: #fff !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.32) !important;
  overflow: hidden !important;
}
.lux-search input { color: var(--mln-ink) !important; }
.lux-search button { background: var(--mln-orange) !important; color: #fff !important; }
.lux-shop-layout {
  display: grid !important;
  grid-template-columns: 280px 1fr !important;
  gap: 18px !important;
  margin-top: 18px !important;
}
.lux-filter-panel,
.lux-results-head,
.lux-seo-copy {
  border: 1px solid var(--mln-line) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 8px 20px rgba(18, 35, 33, .05) !important;
}
.lux-filter-panel {
  position: sticky !important;
  top: 150px !important;
  align-self: start !important;
  padding: 18px !important;
}
.lux-filter-panel select,
.lux-filter-panel input {
  border: 1px solid rgba(232,62,140,.12) !important;
  border-radius: 12px !important;
  background: #fff !important;
}
.lux-results-head { padding: 16px 18px !important; margin-bottom: 14px !important; }
.lux-view-toggle button {
  border-radius: 999px !important;
  border: 1px solid var(--mln-line) !important;
}
.lux-view-toggle .is-active { background: #d31b72 !important; color: #fff !important; }

.mc-footer {
  background: #251821 !important;
  color: rgba(255,255,255,.78) !important;
  border-top: 0 !important;
}
.mc-footer h4,
.mc-footer a { color: #fff !important; }
.footer-logo {
  width: 190px !important;
  height: auto !important;
  margin-bottom: 16px !important;
}

.mln-about-page {
  width: min(1180px, calc(100% - 28px));
  margin: 24px auto 70px;
  display: grid;
  gap: 22px;
}
.mln-about-hero {
  min-height: 440px;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  display: grid;
  align-items: center;
  padding: 54px;
  color: #fff;
  background:
    linear-gradient(270deg, rgba(37,24,33,.90), rgba(232,62,140,.22), rgba(232,62,140,.10)),
    url("/static/images/milanco-campaign/hero-desktop.jpg") center/cover;
  box-shadow: var(--mln-shadow);
}
.mln-about-hero > div {
  width: min(520px, 54%);
  margin-left: auto;
}
.mln-about-hero h1 {
  margin: 12px 0 14px;
  color: #fff;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.3;
}
.mln-about-hero p {
  color: rgba(255,255,255,.86);
  line-height: 2;
  font-size: 16px;
}
.mln-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.mln-about-intro,
.mln-about-info,
.mln-about-trust {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  align-items: stretch;
}
.mln-about-copy,
.mln-about-card,
.mln-about-info,
.mln-about-trust {
  border: 1px solid var(--mln-line);
  border-radius: 22px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 12px 28px rgba(18, 35, 33, .06);
}
.mln-about-copy,
.mln-about-card,
.mln-about-info,
.mln-about-trust { padding: 28px; }
.mln-about-copy h2,
.mln-about-info h2,
.mln-about-trust h2 {
  margin: 8px 0 12px;
  color: var(--mln-ink);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.4;
}
.mln-about-copy p,
.mln-about-trust p {
  color: var(--mln-muted);
  line-height: 2.1;
  margin: 0;
}
.mln-about-card {
  background: linear-gradient(180deg, #fff, #fff8f2);
}
.mln-about-card strong {
  display: block;
  color: #d31b72;
  font-size: 18px;
  margin-bottom: 14px;
}
.mln-about-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mln-about-card li {
  color: var(--mln-muted);
  line-height: 1.9;
  padding-right: 18px;
  position: relative;
}
.mln-about-card li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mln-orange);
}
.mln-about-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.mln-about-values div {
  min-height: 150px;
  border: 1px solid var(--mln-line);
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(18, 35, 33, .05);
}
.mln-about-values strong {
  display: block;
  color: #d31b72;
  margin-bottom: 10px;
}
.mln-about-values span {
  color: var(--mln-muted);
  font-size: 13px;
  line-height: 2;
}
.mln-about-info {
  grid-template-columns: .55fr 1fr;
  align-items: start;
}
.mln-about-info dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}
.mln-about-info dl div {
  border-radius: 16px;
  background: rgba(232,62,140,.06);
  padding: 14px;
}
.mln-about-info dt {
  color: var(--mln-muted);
  font-size: 12px;
  margin-bottom: 7px;
}
.mln-about-info dd {
  margin: 0;
  color: var(--mln-ink);
  font-weight: 800;
}
.mln-about-trust {
  background: #251821;
  color: #fff;
}
.mln-about-trust h2 { color: #fff; }
.mln-about-trust p { color: rgba(255,255,255,.78); }
.mln-about-enamad {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: rgba(255,255,255,.10);
  min-height: 160px;
}

@media (max-width: 1180px) {
  .mln-image-categories { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .mln-product-row,
  .mc-products.lux-products { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .mln-offer-products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .mln-trust-final { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .mln-about-values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  .promo-content { justify-content: flex-start; overflow-x: auto; }
  .header-container {
    grid-template-columns: 132px 1fr auto !important;
    gap: 10px !important;
  }
  .header-logo img { height: 44px !important; max-width: 132px !important; }
  .header-quick-link { display: none !important; }
  .header-search form { height: 42px !important; }
  .search-input { padding-right: 14px !important; font-size: 12px !important; }
  .action-icon { width: 38px !important; height: 38px !important; }
  .mln-new-hero {
    min-height: 500px !important;
    border-radius: 20px !important;
  }
  .mln-new-hero::after {
    background: linear-gradient(0deg, rgba(37,24,33,.90) 0%, rgba(232,62,140,.24) 44%, rgba(232,62,140,.06) 78%) !important;
  }
  .mln-new-hero-copy {
    width: 100% !important;
    min-height: 500px !important;
    padding: 220px 24px 28px !important;
    justify-content: end !important;
  }
  .mln-new-hero h1 { font-size: 32px !important; }
  .mln-new-hero p { font-size: 13px !important; line-height: 1.9 !important; }
  .mln-hero-actions { width: 100% !important; }
  .mln-hero-actions .mln-btn { flex: 1 1 140px !important; }
  .mln-offer-section,
  .mln-advisor-section,
  .lux-shop-layout { grid-template-columns: 1fr !important; }
  .lux-filter-panel { position: static !important; }
  .mln-advisor-section > img { min-height: 260px !important; }
  .mln-advisor-section > div { padding: 28px !important; }
  .mln-about-hero { padding: 34px 24px; min-height: 420px; }
  .mln-about-hero > div { width: 100%; }
  .mln-about-intro,
  .mln-about-info,
  .mln-about-trust { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body { padding-bottom: 70px; }
  .mln-landing,
  .lux-page {
    width: min(100% - 20px, 1280px) !important;
    margin-top: 12px !important;
  }
  .header-container {
    grid-template-columns: 112px 1fr auto !important;
  }
  .header-search {
    grid-column: 1 / -1 !important;
    order: 3 !important;
    width: 100% !important;
  }
  .header-actions .account-icon,
  .header-actions .theme-toggle { display: none !important; }
  .header-nav { display: block !important; }
  .nav-list { padding: 6px 0 !important; }
  .nav-list > li > a { padding: 9px 12px !important; font-size: 12px !important; }
  .mln-home-premium { gap: 18px; }
  .mln-new-hero { min-height: 460px !important; }
  .mln-new-hero-copy {
    min-height: 460px !important;
    padding: 190px 20px 24px !important;
  }
  .desktop-copy { display: none !important; }
  .mobile-copy { display: inline !important; }
  .mln-image-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .mln-image-categories a { min-height: 142px !important; border-radius: 16px !important; }
  .mln-section,
  .mln-premium-brands,
  .mln-guide-section { padding: 18px !important; border-radius: 18px !important; }
  .mln-section-head { align-items: start !important; }
  .mln-product-row {
    display: flex !important;
    gap: 12px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    padding-bottom: 5px !important;
  }
  .mln-product-row > .mc-product {
    flex: 0 0 72vw !important;
    scroll-snap-align: start !important;
  }
  .mc-products.lux-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .mln-offer-products {
    display: flex !important;
    padding: 16px !important;
  }
  .mln-offer-banner > div { min-height: 310px !important; padding: 22px !important; }
  .mln-guide-grid,
  .mln-trust-final { grid-template-columns: 1fr !important; }
  .mln-about-page { width: min(100% - 20px, 1180px); margin-top: 12px; }
  .mln-about-hero {
    background:
      linear-gradient(0deg, rgba(37,24,33,.90), rgba(232,62,140,.18), rgba(232,62,140,.08)),
      url("/static/images/milanco-campaign/hero-mobile.jpg") center/cover;
    align-items: end;
  }
  .mln-about-values,
  .mln-about-info dl { grid-template-columns: 1fr; }
  .mc-product-body { padding: 10px !important; }
  .mc-product-title { font-size: 12px !important; min-height: 40px !important; }
  .mc-product-benefit { display: none !important; }
  .mc-product-tools { display: none !important; }
  .mc-product-cta { grid-template-columns: 1fr !important; }
  .mc-product-cta .mc-btn-ghost { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
