/* Women's Beauty — shared design system */
:root{--wb-accent:#7b2638;--wb-coral:#e96f69;--wb-ink:#2d2528;--wb-muted:#7d7377;--wb-paper:#fff;--wb-blush:#fbf5f3;--wb-line:#eadfdd;--wb-radius:18px;--wb-shadow:0 12px 36px rgba(74,35,44,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.wb-body{margin:0;background:#fff;color:var(--wb-ink);font-family:Manrope,Arial,sans-serif;font-size:15px;line-height:1.55}.wb-body a{color:inherit;text-decoration:none}.wb-container{width:min(1320px,calc(100% - 64px));margin-inline:auto}.wb-main{min-height:50vh}.wb-topbar{background:var(--wb-accent);color:#fff;font-size:12px}.wb-topbar__inner{height:36px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.wb-topbar__left{display:flex;gap:7px;align-items:center}.wb-topbar__nav{display:flex;gap:30px}.wb-topbar__nav a{opacity:.9}.wb-topbar__phone{justify-self:end;font-weight:600}.wb-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(123,38,56,.08)}.wb-header__main{height:84px;display:flex;align-items:center;gap:28px}.wb-logo{flex:0 0 auto}.wb-logo img{display:block;width:220px;height:auto}.wb-nav{display:flex;align-items:center;gap:23px;margin-left:10px;font-size:13px;white-space:nowrap;flex:1}.wb-nav a{transition:.18s ease}.wb-nav a:hover{color:var(--wb-accent)}.wb-catalog-link{display:inline-flex;align-items:center;gap:9px;background:var(--wb-accent);color:#fff!important;padding:13px 18px;border-radius:9px;font-weight:600}.wb-catalog-icon{font-size:15px}.wb-nav__sale{color:var(--wb-coral)!important;font-weight:700}.wb-header-actions{display:flex;align-items:center;gap:8px}.wb-icon-btn{width:38px;height:38px;border:0;background:transparent;border-radius:50%;display:grid;place-items:center;font-size:23px;color:var(--wb-accent);cursor:pointer;position:relative}.wb-icon-btn:hover{background:var(--wb-blush)}.wb-cart-count{position:absolute;right:0;top:1px;min-width:17px;height:17px;padding:0 4px;border-radius:10px;background:var(--wb-accent);color:#fff;font:700 10px/17px Manrope;text-align:center}.wb-mobile-toggle{display:none;background:none;border:0;width:42px;height:42px;padding:8px}.wb-mobile-toggle span{display:block;height:2px;background:var(--wb-accent);margin:5px 0}.wb-search-panel{display:none;border-top:1px solid var(--wb-line);padding:16px 0;background:#fff}.wb-search-panel.is-open{display:block}.wb-search-panel form{display:flex;gap:10px}.wb-search-panel input{flex:1;border:1px solid var(--wb-line);border-radius:10px;padding:14px 16px;font:inherit}.wb-search-panel button,.wb-newsletter button{border:0;background:var(--wb-accent);color:#fff;border-radius:10px;padding:0 24px;font-weight:700}.wb-breadcrumbs{display:flex;gap:8px;padding-top:18px;color:var(--wb-muted);font-size:12px}.wb-breadcrumbs a:last-child{color:var(--wb-ink)}
.wb-title,.wb-section-title,.wb-hero h1,.wb-newsletter h2,.wb-editorial h2{font-family:'Cormorant Garamond',Georgia,serif;line-height:.98;font-weight:600}.wb-kicker{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700;color:var(--wb-accent)}.wb-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--wb-accent);color:#fff!important;border-radius:10px;padding:14px 22px;border:1px solid var(--wb-accent);font-weight:700;transition:.2s}.wb-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(123,38,56,.2)}.wb-btn--ghost{background:transparent;color:var(--wb-accent)!important}.wb-section{padding:56px 0}.wb-section--tight{padding:32px 0}.wb-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.wb-section-title{font-size:38px;margin:0}.wb-section-link{font-size:13px;color:var(--wb-muted)}
.wb-hero{margin-top:30px;display:grid;grid-template-columns:.88fr 1.12fr;min-height:500px;border-radius:28px;overflow:hidden;background:linear-gradient(120deg,#f9efeb,#fff);box-shadow:var(--wb-shadow)}.wb-hero__copy{padding:64px 56px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.wb-hero h1{font-size:72px;margin:13px 0 18px;letter-spacing:-.025em}.wb-hero__copy p{max-width:420px;color:#5f5559;font-size:16px;margin:0 0 26px}.wb-hero__media{min-height:500px;background:#f1e3df}.wb-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}.wb-hero__dots{margin-top:34px;display:flex;gap:9px}.wb-hero__dots span{width:24px;height:2px;background:#d8c4c3}.wb-hero__dots span:first-child{background:var(--wb-accent)}
.wb-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.wb-category{position:relative;min-height:235px;border-radius:16px;overflow:hidden;background:#eee}.wb-category img{width:100%;height:100%;object-fit:cover;object-position:50% 18%;filter:saturate(.82)}.wb-category:after{content:'';position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(53,29,34,.74))}.wb-category__text{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;color:#fff}.wb-category__text h3{font:600 29px/1 'Cormorant Garamond',serif;margin:0 0 5px}.wb-category__text span{font-size:12px}.wb-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:21px 0;border-top:1px solid var(--wb-line);border-bottom:1px solid var(--wb-line)}.wb-benefit{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:0 24px;border-right:1px solid var(--wb-line)}.wb-benefit:first-child{padding-left:0}.wb-benefit:last-child{border:0}.wb-benefit__icon{width:40px;height:40px;border:1px solid #efb6b1;color:var(--wb-coral);display:grid;place-items:center;border-radius:12px;font-size:18px}.wb-benefit b{display:block;font-size:13px}.wb-benefit span{font-size:11px;color:var(--wb-muted)}
.wb-products-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.wb-product{min-width:0}.wb-product__media{position:relative;aspect-ratio:3/4;border-radius:15px;overflow:hidden;background:#f4f0ef;border:1px solid #eee4e2}.wb-product__media>a{display:block;width:100%;height:100%}.wb-product__media img{width:100%;height:100%;object-fit:contain;object-position:center bottom;transition:transform .35s ease}.wb-product:hover .wb-product__media img{transform:scale(1.02)}.wb-product__badge{position:absolute;left:10px;top:10px;background:#fff;color:var(--wb-accent);padding:5px 7px;border-radius:6px;font-size:10px;font-weight:800}.wb-product__fav{position:absolute;right:9px;top:8px;width:34px;height:34px;border-radius:50%;border:0;background:rgba(255,255,255,.87);font-size:20px;color:var(--wb-accent);cursor:pointer}.wb-product__body{padding:12px 2px 0}.wb-product__name{font-size:13px;line-height:1.35;min-height:36px;display:block}.wb-product__price-row{display:flex;align-items:baseline;gap:8px;margin-top:6px}.wb-product__price{font-weight:800;font-size:15px}.wb-product__compare{font-size:11px;color:#9c9295;text-decoration:line-through}.wb-product__meta{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.wb-swatches{display:flex;gap:5px}.wb-swatch{width:11px;height:11px;border-radius:50%;background:#b37767;border:1px solid rgba(0,0,0,.08)}.wb-swatch:nth-child(2){background:#d6b4a9}.wb-swatch:nth-child(3){background:#83606a}.wb-product__cart{width:38px;height:38px;border:1px solid #d9a6aa;background:#fff;color:var(--wb-accent);border-radius:9px;cursor:pointer}.wb-product__quick{margin-top:8px;font-size:11px;color:var(--wb-muted);border:0;background:none;padding:0;cursor:pointer}.wb-product__quick:hover{color:var(--wb-accent)}.wb-product--demo:nth-child(n+6){display:none}
.wb-promo{display:grid;grid-template-columns:.65fr 1.35fr;min-height:230px;border-radius:22px;overflow:hidden;background:linear-gradient(110deg,#6e1d30,#a94d5b 48%,#f5d8d2);color:#fff}.wb-promo__copy{padding:42px 46px;display:flex;flex-direction:column;justify-content:center}.wb-promo h2{font:600 42px/1 'Cormorant Garamond',serif;margin:0 0 8px}.wb-promo p{margin:0 0 20px;opacity:.9}.wb-promo .wb-btn{align-self:flex-start;background:transparent;border-color:rgba(255,255,255,.7)}.wb-promo__visual{background:radial-gradient(circle at 60% 35%,rgba(255,255,255,.28),transparent 35%)}
.wb-editorial{display:grid;grid-template-columns:1.05fr .95fr;background:#f9f0ec;border-radius:22px;overflow:hidden}.wb-editorial__media{min-height:310px;background:url('../img/hero-fashion.jpg') center/cover}.wb-editorial__copy{padding:46px;display:flex;flex-direction:column;justify-content:center}.wb-editorial h2{font-size:48px;margin:10px 0 13px}.wb-editorial p{color:var(--wb-muted);max-width:480px}.wb-editorial__mini{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0 22px}.wb-editorial__mini div{background:#fff;border:1px solid var(--wb-line);padding:12px;border-radius:12px;font-size:11px}
.wb-brands{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.wb-brand{height:72px;display:grid;place-items:center;border:1px solid var(--wb-line);border-radius:12px;background:#fff;font-family:Georgia,serif;font-size:19px;letter-spacing:.02em}.wb-news-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.wb-news-card{border:1px solid var(--wb-line);border-radius:14px;overflow:hidden;background:#fff}.wb-news-card__image{height:155px;background:#f1e9e6;overflow:hidden}.wb-news-card__image img{width:100%;height:100%;object-fit:cover}.wb-news-card__body{padding:14px}.wb-news-card time{font-size:10px;color:var(--wb-muted)}.wb-news-card h3{font:600 20px/1.05 'Cormorant Garamond',serif;margin:7px 0 8px}.wb-news-card p{font-size:11px;color:var(--wb-muted);margin:0}.wb-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.wb-review{padding:22px;border:1px solid var(--wb-line);border-radius:14px;background:#fff}.wb-review__top{display:flex;justify-content:space-between;gap:10px}.wb-review__stars{color:#d69249;letter-spacing:2px}.wb-review p{font-size:12px;color:#5f5559}.wb-review__product{font-size:10px;color:var(--wb-muted)}
.wb-newsletter{background:#f6e8e5;border-top:1px solid #eed8d4}.wb-newsletter__inner{display:grid;grid-template-columns:1fr .9fr;gap:50px;align-items:center;padding-block:34px}.wb-newsletter h2{font-size:36px;margin:5px 0 7px}.wb-newsletter p{margin:0;color:var(--wb-muted)}.wb-newsletter form{display:flex;gap:8px}.wb-newsletter input{flex:1;min-width:0;border:1px solid #dec5c5;border-radius:10px;padding:14px 15px;font:inherit}.wb-footer{background:#4f2934;color:#f7edef;padding:44px 0 18px}.wb-footer__grid{display:grid;grid-template-columns:1.45fr repeat(4,1fr);gap:42px}.wb-footer__brand img{filter:brightness(0) invert(1);width:210px;opacity:.94}.wb-footer__brand p,.wb-footer p{font-size:11px;color:#d7c4ca}.wb-footer h3{font-size:12px;margin:0 0 12px;color:#fff}.wb-footer__grid>div>a{display:block;font-size:11px;color:#e1d2d6;margin:7px 0}.wb-socials{display:flex;gap:8px}.wb-socials a{width:30px;height:30px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:grid!important;place-items:center!important;margin:0!important}.wb-footer__bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:34px;padding-top:16px;display:flex;gap:28px;color:#beaab0;font-size:10px}.wb-footer__bottom span{margin-right:auto}.wb-content-page,.wb-auth{padding-block:54px}.wb-content-page h1,.wb-auth h1{font:600 48px/1 'Cormorant Garamond',serif}.wb-prose{max-width:900px}.wb-prose img{max-width:100%;height:auto}
@media(max-width:1180px){.wb-container{width:min(100% - 40px,1120px)}.wb-nav{gap:14px}.wb-nav a:nth-of-type(5){display:none}.wb-logo img{width:190px}.wb-products-grid{grid-template-columns:repeat(4,1fr)}.wb-products-grid>.wb-product:nth-child(5){display:none}.wb-brands{grid-template-columns:repeat(4,1fr)}.wb-news-grid{grid-template-columns:repeat(3,1fr)}.wb-news-card:nth-child(n+4){display:none}}
@media(max-width:900px){.wb-topbar__nav{display:none}.wb-topbar__inner{grid-template-columns:1fr 1fr}.wb-header__main{height:70px;gap:13px}.wb-mobile-toggle{display:block}.wb-logo img{width:175px}.wb-nav{display:none;position:absolute;left:20px;right:20px;top:105px;background:#fff;border:1px solid var(--wb-line);border-radius:14px;padding:16px;box-shadow:var(--wb-shadow);flex-direction:column;align-items:stretch;gap:4px}.wb-nav.is-open{display:flex}.wb-nav a{padding:10px 12px}.wb-catalog-link{justify-content:center}.wb-header-actions{margin-left:auto}.wb-icon-btn:nth-child(2){display:none}.wb-hero{grid-template-columns:1fr;min-height:auto}.wb-hero__copy{padding:44px}.wb-hero h1{font-size:58px}.wb-hero__media{min-height:390px;order:-1}.wb-categories{grid-template-columns:repeat(2,1fr)}.wb-benefits{grid-template-columns:repeat(2,1fr);row-gap:18px}.wb-benefit{border-right:0}.wb-products-grid{grid-template-columns:repeat(3,1fr)}.wb-products-grid>.wb-product:nth-child(4),.wb-products-grid>.wb-product:nth-child(5){display:none}.wb-editorial{grid-template-columns:1fr}.wb-editorial__media{min-height:260px}.wb-newsletter__inner{grid-template-columns:1fr}.wb-footer__grid{grid-template-columns:1.4fr repeat(2,1fr)}}
@media(max-width:640px){.wb-container{width:calc(100% - 28px)}.wb-topbar{display:none}.wb-header{top:0}.wb-header__main{height:66px}.wb-logo img{width:155px}.wb-icon-btn{width:34px;height:34px}.wb-icon-btn:nth-child(3){display:none}.wb-nav{top:72px}.wb-section{padding:38px 0}.wb-section-head{align-items:center}.wb-section-title{font-size:31px}.wb-section-link{font-size:11px}.wb-hero{margin-top:14px;border-radius:19px}.wb-hero__copy{padding:30px 26px}.wb-hero__media{min-height:300px}.wb-hero h1{font-size:49px}.wb-hero__copy p{font-size:14px}.wb-categories{grid-template-columns:1fr 1fr;gap:10px}.wb-category{min-height:190px;border-radius:13px}.wb-category__text{left:14px;bottom:14px}.wb-category__text h3{font-size:23px}.wb-benefits{grid-template-columns:1fr 1fr}.wb-benefit{padding:0 8px;grid-template-columns:32px 1fr}.wb-benefit__icon{width:30px;height:30px;border-radius:8px}.wb-benefit b{font-size:11px}.wb-benefit span{font-size:9px}.wb-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wb-products-grid>.wb-product:nth-child(3){display:block}.wb-products-grid>.wb-product:nth-child(4),.wb-products-grid>.wb-product:nth-child(5){display:none}.wb-product__name{font-size:11px;min-height:31px}.wb-product__price{font-size:13px}.wb-product__media{border-radius:12px}.wb-product__quick{display:none}.wb-promo{grid-template-columns:1fr;min-height:240px}.wb-promo__visual{display:none}.wb-promo__copy{padding:30px}.wb-promo h2{font-size:36px}.wb-editorial__copy{padding:30px}.wb-editorial h2{font-size:39px}.wb-editorial__mini{grid-template-columns:1fr}.wb-brands{grid-template-columns:repeat(2,1fr)}.wb-news-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:6px}.wb-news-card{min-width:76%;scroll-snap-align:start}.wb-news-card:nth-child(n){display:block}.wb-reviews{display:flex;overflow:auto;scroll-snap-type:x mandatory}.wb-review{min-width:86%;scroll-snap-align:start}.wb-newsletter__inner{padding-block:28px;gap:20px}.wb-newsletter h2{font-size:31px}.wb-newsletter form{flex-direction:column}.wb-newsletter button{height:46px}.wb-footer__grid{grid-template-columns:1fr 1fr;gap:30px}.wb-footer__brand{grid-column:1/-1}.wb-footer__bottom{flex-direction:column;gap:8px}.wb-footer__bottom span{margin:0}.wb-breadcrumbs{overflow:auto;white-space:nowrap}}
