:root{--sf-ink:#111827;--sf-muted:#667085;--sf-soft:#98a2b3;--sf-line:#e7eaf0;--sf-page:#fff;--sf-bg:#fff;--sf-pink:#ff3f6c;--sf-pink2:#ff5d82;--sf-pink-soft:#fff1f5;--sf-green:#0aaa79;--sf-green-soft:#eafaf4;--sf-navy:#101828;--sf-shadow:0 8px 28px rgba(16,24,40,.07);--sf-radius:16px}
*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Arial,sans-serif;color:var(--sf-ink);background:#f3edf0;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{display:flex;justify-content:center}a{color:inherit;text-decoration:none}button,input{font:inherit}button{touch-action:manipulation}.sf-app{width:100%;max-width:460px;min-height:100vh;background:#fff;position:relative;padding-bottom:76px;box-shadow:0 0 0 1px rgba(16,24,40,.035)}
.sf-desktop-nav{display:none}
.sf-header{height:60px;background:#fff;display:grid;grid-template-columns:42px 1fr auto;align-items:center;padding:0 12px;border-bottom:1px solid var(--sf-line);position:sticky;top:0;z-index:30}.sf-icon-button{width:40px;height:40px;border:0;background:transparent;display:grid;place-items:center;border-radius:50%;padding:0;cursor:pointer;color:var(--sf-navy);position:relative}.sf-icon-button:active{background:#f7f7f8}.sf-icon-button svg{width:23px;height:23px}.sf-brand{justify-self:center;display:inline-flex;align-items:center;gap:8px;min-width:0}.sf-brand img{width:34px;height:34px;object-fit:contain}.sf-brand span{font-size:16px;font-weight:850;white-space:nowrap;max-width:170px;overflow:hidden;text-overflow:ellipsis}.sf-header-actions{display:flex;align-items:center;gap:1px}.sf-cart-badge{position:absolute;right:2px;top:1px;min-width:17px;height:17px;border-radius:10px;background:var(--sf-pink);color:#fff;font-size:9px;font-weight:900;display:grid;place-items:center;padding:0 4px;border:2px solid #fff}
.sf-bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:100%;max-width:460px;height:66px;padding:4px 16px calc(5px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);backdrop-filter:blur(14px);display:grid;grid-template-columns:repeat(3,1fr);z-index:40;border-top:1px solid var(--sf-line);box-shadow:0 -8px 22px rgba(16,24,40,.06)}.sf-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#475467;font-size:10px;font-weight:700;border-radius:10px}.sf-bottom-nav svg{width:21px;height:21px}.sf-bottom-nav a.active{color:var(--sf-pink)}
.sf-section{padding:17px 14px 0}.sf-section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:11px}.sf-section-head h2{margin:0;font-size:15px;line-height:1.2;font-weight:900;letter-spacing:.01em;color:var(--sf-navy)}.sf-section-head a{font-size:11px;color:var(--sf-pink);font-weight:850;white-space:nowrap}.sf-section-head p{margin:3px 0 0;font-size:10px;color:var(--sf-muted)}
.sf-hero{padding:10px 10px 0;overflow:hidden}.sf-slider{overflow:hidden;border-radius:16px;box-shadow:var(--sf-shadow);background:#fff}.sf-slides{display:flex;transition:transform .45s cubic-bezier(.2,.8,.2,1);touch-action:pan-y}.sf-slide{min-width:100%;display:block;position:relative}.sf-slide img{display:block;width:100%;aspect-ratio:1.73/1;object-fit:cover}.sf-slider-dots{height:22px;display:flex;align-items:center;justify-content:center;gap:6px}.sf-slider-dot{width:7px;height:7px;border:0;border-radius:8px;background:#d9dde4;padding:0}.sf-slider-dot.active{width:20px;background:var(--sf-pink)}
.sf-offer-grid{display:grid;gap:10px}.sf-offer-card{border-radius:15px;padding:14px;display:grid;grid-template-columns:58px 1fr 18px;align-items:center;gap:11px;border:1px solid transparent}.sf-offer-card.pink{background:linear-gradient(135deg,#fff2f5,#ffe9ef);border-color:#ffd4df}.sf-offer-card.green{background:linear-gradient(135deg,#effcf7,#e5f8ef);border-color:#cfeee1}.sf-offer-bubble{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:15px;font-weight:950;box-shadow:0 8px 20px rgba(16,24,40,.11)}.pink .sf-offer-bubble{background:linear-gradient(145deg,#ff5d82,#ef2f63)}.green .sf-offer-bubble{background:linear-gradient(145deg,#21bf91,#029e70)}.sf-offer-card strong{display:block;font-size:18px;line-height:1.05;color:var(--sf-pink);font-weight:950}.sf-offer-card.green strong{color:#039a6e}.sf-offer-card small{display:block;margin-top:5px;font-size:10px;line-height:1.35;color:#475467}.sf-offer-card>svg{width:18px;height:18px;color:#667085}
.sf-trust-strip{margin:15px 10px 0;background:linear-gradient(90deg,#fff6f8,#fff);border:1px solid #fae6eb;border-radius:13px;display:grid;grid-template-columns:repeat(4,1fr);padding:10px 3px}.sf-trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;padding:0 3px;border-left:1px solid #f0e4e7;color:#344054;min-width:0}.sf-trust-item:first-child{border-left:0}.sf-trust-item svg{width:21px;height:21px;color:#536278}.sf-trust-item b{font-size:8.8px;line-height:1.2}.sf-trust-item span{font-size:7.5px;line-height:1.15;color:#98a2b3}
.sf-collection-scroll,.sf-product-scroll{display:flex;overflow-x:auto;gap:10px;padding:1px 1px 8px;scrollbar-width:none;scroll-snap-type:x proximity}.sf-collection-scroll::-webkit-scrollbar,.sf-product-scroll::-webkit-scrollbar{display:none}.sf-collection{flex:0 0 92px;text-align:center;scroll-snap-align:start}.sf-collection-image{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;margin:0 auto 7px;overflow:hidden;padding:4px}.sf-collection.blue .sf-collection-image{background:#e7f4fb}.sf-collection.pink .sf-collection-image{background:#fdebf1}.sf-collection.sand .sf-collection-image{background:#fff3df}.sf-collection.mint .sf-collection-image{background:#e4f7f5}.sf-collection.lilac .sf-collection-image{background:#f0e9fb}.sf-collection-image img{width:100%;height:100%;object-fit:contain}.sf-collection strong{font-size:10.5px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sf-collection span{font-size:8.5px;color:#667085;display:block;margin-top:2px}
.sf-product-card{flex:0 0 150px;border:1px solid var(--sf-line);border-radius:12px;overflow:hidden;background:#fff;position:relative;scroll-snap-align:start;box-shadow:0 2px 8px rgba(16,24,40,.025)}.sf-product-card.compact{flex-basis:140px}.sf-product-link{display:block}.sf-product-image{height:176px;background:#fafafa;display:grid;place-items:center;position:relative;overflow:hidden}.sf-product-card.compact .sf-product-image{height:156px}.sf-product-image img{width:100%;height:100%;object-fit:contain;padding:4px}.sf-rating{position:absolute;left:6px;bottom:6px;background:rgba(255,255,255,.94);border-radius:6px;padding:3px 5px;font-size:8px;font-weight:850;color:#344054;box-shadow:0 2px 6px rgba(16,24,40,.09)}.sf-rating b{color:#05a978}.sf-rating i{font-style:normal;color:#667085;margin-left:3px;border-left:1px solid #d0d5dd;padding-left:4px}.sf-product-copy{padding:8px 8px 9px}.sf-product-copy>strong{font-size:10.5px;font-weight:900;display:block}.sf-product-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:27px;margin:3px 0 6px;color:#475467;font-size:9px;line-height:1.4}.sf-product-prices{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap}.sf-product-prices b{font-size:11.5px}.sf-product-prices del{font-size:8px;color:#98a2b3}.sf-product-prices em{font-style:normal;color:var(--sf-pink);font-size:8px;font-weight:900}.sf-wishlist{position:absolute;right:5px;top:5px;width:31px;height:31px;border-radius:50%;border:0;background:rgba(255,255,255,.94);display:grid;place-items:center;color:#344054;padding:0;z-index:2;box-shadow:0 2px 7px rgba(16,24,40,.08)}.sf-wishlist svg{width:18px;height:18px;fill:transparent}.sf-wishlist.active{color:var(--sf-pink)}.sf-wishlist.active svg{fill:currentColor}
.sf-list-products{display:grid;gap:10px}.sf-list-product{display:grid;grid-template-columns:88px 1fr 31px;gap:10px;align-items:center;padding:9px;border:1px solid var(--sf-line);border-radius:13px;background:#fff}.sf-list-product img{width:88px;height:96px;object-fit:contain;background:#fafafa;border-radius:9px}.sf-list-product h3{font-size:11.5px;margin:0 0 4px}.sf-list-product p{font-size:9px;margin:0 0 7px;color:#667085;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sf-list-product .sf-product-prices b{font-size:13px}
.sf-drawer-backdrop{position:fixed;inset:0;background:rgba(16,24,40,.46);z-index:79}.sf-drawer{position:fixed;left:50%;top:0;bottom:0;width:100%;max-width:460px;background:#fff;z-index:80;transform:translate(-150%,0);transition:transform .28s ease;box-shadow:14px 0 40px rgba(16,24,40,.18)}.sf-drawer.open{transform:translate(-50%,0)}.sf-drawer-head{height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid var(--sf-line)}.sf-drawer-head img{width:36px;height:36px}.sf-drawer-head button{width:40px;height:40px;border:0;background:transparent;display:grid;place-items:center}.sf-drawer-head svg{width:23px;height:23px}.sf-drawer-scroll{height:calc(100vh - 60px);overflow-y:auto;padding:14px 14px 30px}.sf-drawer-title{font-size:12px;font-weight:900;margin:0 0 7px;color:#344054}.sf-menu-links{border:1px solid var(--sf-line);border-radius:14px;overflow:hidden;background:#fff}.sf-menu-links a{height:45px;display:grid;grid-template-columns:23px 1fr 17px;gap:9px;align-items:center;padding:0 12px;border-top:1px solid var(--sf-line);font-size:11px;font-weight:750}.sf-menu-links a:first-child{border-top:0}.sf-menu-links a:hover{background:#fff7f9}.sf-menu-links a>svg{width:19px;height:19px;color:#475467}.sf-menu-links a>svg:last-child{width:15px;height:15px;color:#98a2b3}.sf-menu-secondary{margin-top:11px}.sf-menu-offer{margin-top:11px;border-radius:14px;padding:12px;display:grid;grid-template-columns:50px 1fr 1.2fr 16px;gap:9px;align-items:center}.sf-menu-offer.pink{background:#fff0f4;color:#d92d5c}.sf-menu-offer.green{background:#eafaf4;color:#039a6e}.sf-menu-gift{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:currentColor;color:#fff;font-size:13px;font-weight:950}.sf-menu-offer strong{font-size:13px;line-height:1.18}.sf-menu-offer small{font-size:8.5px;line-height:1.35;color:#475467}.sf-menu-offer>svg{width:15px;height:15px;color:#667085}.sf-subscribe{margin-top:14px;padding:13px;border-radius:14px;background:#f8fafc;border:1px solid var(--sf-line)}.sf-subscribe>strong{font-size:10px}.sf-subscribe>small{display:block;color:#667085;font-size:8.5px;margin:3px 0 9px}.sf-subscribe>div{display:grid;grid-template-columns:1fr auto}.sf-subscribe input{min-width:0;height:37px;border:1px solid #d0d5dd;border-right:0;border-radius:8px 0 0 8px;padding:0 9px;font-size:10px;outline:0}.sf-subscribe button{height:37px;border:0;border-radius:0 8px 8px 0;background:var(--sf-pink);color:#fff;font-size:9px;font-weight:850;padding:0 12px}.sf-subscribe p{font-size:9px;margin:7px 0 0;color:#039a6e;min-height:11px}
.sf-page-title{padding:17px 14px 2px}.sf-page-title h1{font-size:18px;margin:0;font-weight:950}.sf-page-title p{font-size:10.5px;color:#667085;line-height:1.45;margin:5px 0 0}.sf-account-hero{margin:12px 14px 0;padding:14px;border-radius:15px;background:linear-gradient(135deg,#ffe5ed,#fff1f5);display:grid;grid-template-columns:54px 1fr 17px;gap:11px;align-items:center}.sf-account-avatar{width:54px;height:54px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--sf-pink)}.sf-account-avatar svg{width:29px;height:29px}.sf-account-hero strong{font-size:14px}.sf-account-hero span{font-size:9.5px;color:#667085;display:block;margin-top:3px}.sf-account-hero>svg{width:17px;color:#98a2b3}.sf-account-group{margin:15px 14px 0}.sf-account-group h2{font-size:11px;margin:0 0 7px;font-weight:900}.sf-account-list{border:1px solid var(--sf-line);border-radius:14px;overflow:hidden}.sf-account-list a,.sf-account-list button{width:100%;min-height:54px;border:0;border-top:1px solid var(--sf-line);background:#fff;display:grid;grid-template-columns:34px 1fr 17px;gap:8px;align-items:center;padding:8px 11px;text-align:left}.sf-account-list>*:first-child{border-top:0}.sf-account-list svg{width:21px;height:21px;color:#344054}.sf-account-list .sf-account-copy strong{font-size:11px;display:block}.sf-account-list .sf-account-copy span{font-size:8.7px;color:#667085;display:block;margin-top:2px}.sf-account-list>a>svg:last-child{width:15px;color:#98a2b3}.sf-account-panel{margin-top:9px;border:1px solid var(--sf-line);border-radius:13px;padding:10px;background:#fafafa}.sf-account-panel[hidden]{display:none}.sf-order-card{padding:9px;background:#fff;border:1px solid var(--sf-line);border-radius:10px;margin-top:7px;display:grid;grid-template-columns:1fr auto;gap:7px}.sf-order-card:first-child{margin-top:0}.sf-order-card strong{font-size:10.5px}.sf-order-card span{font-size:8.5px;color:#667085;display:block;margin-top:2px}.sf-order-card b{font-size:11px}.sf-empty-note{font-size:9.5px;color:#667085;margin:0;text-align:center;padding:10px}.sf-logout{color:var(--sf-pink)!important}
.sf-footer-space{height:18px}.sf-anchor{scroll-margin-top:70px}
@media(min-width:700px){body{padding:18px 0}.sf-app{min-height:calc(100vh - 36px);border-radius:22px;overflow:hidden}.sf-bottom-nav{bottom:18px;border-radius:0 0 22px 22px}.sf-drawer{top:18px;bottom:18px;border-radius:22px;overflow:hidden}.sf-drawer-scroll{height:calc(100vh - 96px)}}
@media(max-width:350px){.sf-product-card{flex-basis:140px}.sf-product-image{height:160px}.sf-trust-item b{font-size:7.9px}.sf-offer-card strong{font-size:16px}.sf-collection{flex-basis:84px}.sf-collection-image{width:74px;height:74px}}