:root { --pink: #f70f4d; --pink-dark: #db0b43; --ink: #222935; --muted: #68707b; --pale: #fff3f6; --line: #e8ebee; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.promo-bar { display: flex; min-height: 34px; padding: 7px clamp(19px, 5vw, 86px); align-items: center; justify-content: space-between; gap: 18px; color: #fff; background: #222935; font-size: 12px; }
.promo-bar strong { letter-spacing: .02em; }.promo-bar em { margin-left: 12px; font-style: normal; opacity: .82; }.promo-right { opacity: .9; white-space: nowrap; }.promo-right b { margin-left: 5px; color: #ff7ea2; font-size: 20px; line-height: 0; vertical-align: -2px; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); box-shadow: 0 2px 10px rgba(31, 39, 49, .035); backdrop-filter: blur(12px); }
.top-nav { display: grid; min-height: 79px; padding: 0 clamp(19px, 5vw, 86px); align-items: center; grid-template-columns: auto auto minmax(230px, 450px) auto; gap: clamp(14px, 2.2vw, 34px); }
.brand { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: clamp(20px, 1.8vw, 26px); font-weight: 800; letter-spacing: -.06em; white-space: nowrap; }
.brand img { width: 31px; height: 31px; }.vertical-button { padding: 7px 10px; color: #353d48; border: 0; background: none; font-size: 14px; font-weight: 720; cursor: pointer; white-space: nowrap; }.vertical-button span { padding-left: 5px; font-size: 16px; }
.search-form { display: flex; width: 100%; height: 42px; margin: 0 auto; overflow: hidden; border: 1px solid #d9dde1; border-radius: 5px; background: #fbfcfc; }.search-form input { width: 100%; min-width: 0; padding: 0 13px; color: var(--ink); border: 0; outline: 0; background: transparent; font-size: 13px; }.search-form input::placeholder { color: #a5aab1; }.search-form button { display: grid; width: 44px; flex: none; place-items: center; color: #6f7680; border: 0; border-left: 1px solid #e2e4e7; background: transparent; cursor: pointer; }.search-form svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; }
.login-button { display: inline-flex; min-height: 42px; padding: 0 15px; align-items: center; justify-content: center; gap: 8px; color: #fff; border-radius: 4px; background: var(--pink); font-size: 13px; font-weight: 720; white-space: nowrap; transition: background .2s ease, transform .2s ease; }.login-button:hover, .primary-button:hover { background: var(--pink-dark); transform: translateY(-1px); }.login-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.menu-button { display: none; padding: 7px 0; border: 0; background: transparent; }.menu-button i { display: block; width: 23px; height: 2px; margin: 4px; background: var(--ink); }.category-nav { display: flex; min-height: 43px; padding: 0 clamp(19px, 5vw, 86px); align-items: center; justify-content: center; gap: clamp(22px, 3.2vw, 52px); border-top: 1px solid #f2f3f4; }.category-nav a { color: #4f5762; font-size: 13px; font-weight: 690; }.category-nav a:hover { color: var(--pink); }
.mobile-menu { position: fixed; z-index: 19; top: 112px; right: 15px; left: 15px; padding: 9px; border: 1px solid #e8eaed; border-radius: 11px; background: #fff; box-shadow: 0 16px 40px rgba(30, 35, 43, .16); }.mobile-menu a { display: block; padding: 12px; border-radius: 7px; font-size: 14px; font-weight: 650; }.mobile-menu a:hover { color: var(--pink); background: var(--pale); }

.hero { position: relative; min-height: clamp(380px, 40vw, 592px); overflow: hidden; background: #f8f8f8; }.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }.hero-copy { position: relative; display: flex; min-height: clamp(380px, 40vw, 592px); width: min(43%, 610px); margin-left: clamp(22px, 11vw, 215px); padding: 48px 0; flex-direction: column; justify-content: center; }.hero-tag { align-self: flex-start; padding: 7px 10px; color: var(--pink); border-radius: 999px; background: #ffe3ea; font-size: 10px; font-weight: 800; letter-spacing: .1em; }.hero h1 { margin: 16px 0 9px; font-size: clamp(33px, 4.15vw, 61px); line-height: .99; letter-spacing: -.06em; }.hero p { margin: 0 0 27px; color: #5e6670; font-size: clamp(15px, 1.35vw, 19px); }.primary-button { display: inline-flex; width: fit-content; min-height: 47px; padding: 0 20px; align-items: center; gap: 12px; color: #fff; border-radius: 4px; background: var(--pink); font-size: 14px; font-weight: 760; transition: background .2s ease, transform .2s ease; }.primary-button b { font-size: 21px; font-weight: 500; line-height: 0; }
.benefits { display: grid; max-width: 1140px; margin: 0 auto; padding: 29px clamp(20px, 3vw, 48px); grid-template-columns: repeat(3, 1fr); gap: 30px; }.benefits > div { display: flex; align-items: center; gap: 13px; }.benefit-icon { display: grid; width: 42px; height: 42px; flex: none; place-items: center; color: var(--pink); border-radius: 50%; background: var(--pale); font-size: 22px; }.benefits p { display: flex; margin: 0; flex-direction: column; gap: 3px; }.benefits b { font-size: 13px; }.benefits small { color: #77808a; font-size: 12px; }
.products-section, .brands-section { max-width: 1240px; margin: 0 auto; padding: clamp(36px, 5vw, 68px) clamp(20px, 5vw, 48px); }.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; margin-bottom: 25px; }.section-heading p, .brands-section > p { margin: 0 0 7px; color: var(--pink); font-size: 10px; font-weight: 800; letter-spacing: .12em; }.section-heading h2, .brands-section h2 { margin: 0; font-size: clamp(28px, 2.7vw, 37px); letter-spacing: -.05em; }.view-more { padding: 6px 0; color: var(--pink); font-size: 13px; font-weight: 750; }.view-more span { margin-left: 4px; font-size: 18px; }
.product-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: clamp(10px, 1.5vw, 21px); }.product-card { min-width: 0; }.product-image { position: relative; display: block; overflow: hidden; background: #f5f5f5; aspect-ratio: 1 / 1.14; }.product-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }.product-image:hover img { transform: scale(1.035); }.hot-badge { position: absolute; top: 8px; left: 8px; display: grid; width: 25px; height: 25px; place-items: center; color: #fff; border-radius: 50%; background: #ff6c37; font-size: 14px; }.shipping-badge { position: absolute; top: 7px; left: 7px; padding: 5px 7px; color: #fff; border-radius: 3px; background: #455568; font-size: 9px; font-weight: 750; }.product-info { display: flex; min-width: 0; padding-top: 10px; justify-content: space-between; gap: 7px; }.product-info div { display: flex; min-width: 0; flex-direction: column; }.product-info strong { margin-bottom: 3px; font-size: 15px; }.product-info span { overflow: hidden; color: #59616b; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }.product-info small { margin-top: 3px; color: #a6abb1; font-size: 11px; }.heart { flex: none; color: #707883; font-size: 24px; line-height: 1; transition: color .2s ease; }.heart:hover { color: var(--pink); }.outline-button { display: flex; width: fit-content; min-height: 44px; margin: 37px auto 0; padding: 0 23px; align-items: center; color: var(--pink); border: 1px solid var(--pink); border-radius: 4px; font-size: 13px; font-weight: 750; transition: color .2s ease, background .2s ease; }.outline-button:hover { color: #fff; background: var(--pink); }
.brands-section { padding-top: 48px; padding-bottom: 72px; text-align: center; }.brand-pills { display: flex; max-width: 780px; margin: 25px auto 0; justify-content: center; flex-wrap: wrap; gap: 10px; }.brand-pills a { padding: 11px 19px; color: #505761; border: 1px solid #e1e3e6; border-radius: 4px; background: #fff; font-size: 13px; font-weight: 750; }.brand-pills a:hover { color: var(--pink); border-color: #f4a4ba; }
.sell-panel { display: flex; min-height: 280px; padding: 52px max(5vw, calc((100vw - 1144px) / 2)); align-items: center; justify-content: space-between; gap: 30px; color: #fff; background: linear-gradient(109deg, #251d2d, #4f1a35 69%, #f70f4d); }.sell-panel > div > span { color: #ffb6c9; font-size: 10px; font-weight: 800; letter-spacing: .13em; }.sell-panel h2 { margin: 10px 0; font-size: clamp(31px, 3.4vw, 48px); line-height: .98; letter-spacing: -.055em; }.sell-panel p { max-width: 460px; margin: 0; color: rgba(255,255,255,.76); line-height: 1.5; }.sell-panel .primary-button { flex: none; color: var(--pink); background: #fff; }.sell-panel .primary-button:hover { color: var(--pink-dark); background: #fff7f9; }
.site-footer { display: grid; padding: 45px max(5vw, calc((100vw - 1144px) / 2)) 25px; grid-template-columns: 2fr 1fr 1fr; gap: 40px; background: #f7f8f9; }.footer-brand { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }.footer-brand img { width: 27px; height: 27px; }.footer-brand b { font-size: 22px; letter-spacing: -.055em; }.footer-brand p { width: 100%; margin: 4px 0 0; color: #7a818a; font-size: 13px; }.site-footer h3 { margin: 0 0 12px; font-size: 13px; }.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }.site-footer > div:not(.footer-brand) a { color: #6d747d; font-size: 12px; }.site-footer a:hover { color: var(--pink); }.copyright { grid-column: 1 / -1; margin: 5px 0 0; padding-top: 19px; color: #969ca4; border-top: 1px solid #e4e6e9; font-size: 11px; }
@media (max-width: 980px) { .top-nav { grid-template-columns: auto auto 1fr auto; gap: 14px; }.login-button { padding: 0 12px; font-size: 0; }.login-button svg { width: 22px; }.category-nav { gap: 22px; }.product-grid { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }.hero-copy { width: 49%; margin-left: 8vw; }.benefits { padding-inline: 7vw; }.benefits small { display: none; } }
@media (max-width: 650px) { .promo-bar { min-height: 32px; font-size: 10px; }.promo-bar em, .promo-right { display: none; }.site-header { position: sticky; }.top-nav { min-height: 65px; grid-template-columns: auto 1fr auto; gap: 11px; }.brand { font-size: 20px; }.brand img { width: 27px; height: 27px; }.vertical-button, .login-button, .category-nav { display: none; }.search-form { height: 36px; }.search-form input { padding-inline: 9px; font-size: 11px; }.search-form button { width: 35px; }.menu-button { display: block; }.mobile-menu { top: 98px; }.hero, .hero-copy { min-height: 430px; }.hero > img { object-position: 61% center; }.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.2), rgba(255,255,255,0) 73%); }.hero-copy { z-index: 1; width: min(64%, 300px); margin-left: 23px; padding: 40px 0 63px; justify-content: flex-end; }.hero h1 { font-size: clamp(35px, 10vw, 48px); }.hero p { margin-bottom: 20px; font-size: 14px; }.benefits { padding: 23px 20px; grid-template-columns: 1fr; gap: 16px; }.benefits small { display: block; }.products-section, .brands-section { padding-inline: 20px; }.product-grid { grid-template-columns: repeat(2, 1fr); gap: 25px 11px; }.sell-panel { padding: 48px 22px; align-items: flex-start; flex-direction: column; gap: 27px; }.site-footer { padding: 37px 22px 23px; grid-template-columns: 1fr 1fr; gap: 30px; }.footer-brand { grid-column: 1 / -1; }.copyright { margin-top: -5px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
