:root{--pink:#e91e63;--pink-dark:#bd1450;--ink:#111318;--muted:#6d7280;--soft:#f4f2f4;--line:#e6e2e6;--white:#fff;--radius:24px;--shadow:0 18px 60px rgba(17,19,24,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container-xl{max-width:1380px}.site-header{position:relative;z-index:50;background:var(--ink);color:#fff}.announcement{padding:.55rem 1rem;text-align:center;background:var(--pink);font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.announcement span{opacity:.5;margin:0 .75rem}.navbar{min-height:88px;background:rgba(17,19,24,.98)}.navbar-brand img{height:43px;width:auto}.nav-link{color:#fff!important;font-weight:700;font-size:.92rem}.nav-link:hover{color:#ff8ab2!important}.header-actions{display:flex;align-items:center;gap:.7rem}.header-search{display:flex;background:#252932;border:1px solid #363b46;border-radius:999px;overflow:hidden}.header-search input{width:150px;background:transparent;border:0;color:#fff;padding:.65rem .9rem;outline:0}.header-search button,.header-icon{border:0;background:transparent;color:#fff;padding:.65rem .8rem}.header-icon{position:relative;font-size:1.2rem}.cart-link span{position:absolute;right:-2px;top:0;background:var(--pink);font-size:.65rem;line-height:1;width:18px;height:18px;display:grid;place-items:center;border-radius:99px}.hero-section{position:relative;min-height:76vh;display:flex;align-items:center;color:#fff;background:linear-gradient(135deg,#111318 0%,#222530 45%,#15171e 100%);background-image:var(--hero-image);background-size:cover;background-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,11,15,.94),rgba(10,11,15,.62) 50%,rgba(10,11,15,.25))}.hero-content{position:relative;padding-top:7rem;padding-bottom:7rem;max-width:1380px}.hero-content h1,.page-hero h1{font-size:clamp(3rem,7vw,7.4rem);line-height:.94;letter-spacing:-.055em;font-weight:900;max-width:900px}.hero-content h1 em{color:var(--pink);font-style:normal}.hero-text{max-width:660px;font-size:1.2rem;color:#d7d9df}.eyebrow{display:block;color:var(--pink);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.18em;margin-bottom:1rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.btn-brand,.btn-outline,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.95rem 1.5rem;font-weight:900;border:2px solid transparent;transition:.2s;cursor:pointer}.btn-brand{background:var(--pink);color:#fff}.btn-brand:hover{background:var(--pink-dark);color:#fff;transform:translateY(-1px)}.btn-outline{background:#fff;border-color:var(--ink);color:var(--ink)}.btn-ghost{border-color:rgba(255,255,255,.55);color:#fff}.btn-ghost:hover{background:#fff;color:#111}.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}.trust-grid>div{background:#fff;padding:1.8rem 1.5rem}.trust-grid strong,.trust-grid span{display:block}.trust-grid span{color:var(--muted);font-size:.9rem}.section-space{padding:6.5rem 0}.bg-light{background:var(--soft)!important}.bg-white{background:#fff!important}.bg-dark{background:var(--ink)!important;color:#fff}.bg-pink{background:var(--pink)!important;color:#fff}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2.4rem}.section-heading h2,.content-split h2,.cta-section h2{font-size:clamp(2.3rem,4vw,4.8rem);line-height:1;letter-spacing:-.04em;font-weight:900}.section-heading>div{max-width:800px}.category-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.category-tile{min-height:420px;border-radius:var(--radius);padding:2rem;color:#fff;display:flex;flex-direction:column;justify-content:end;background:linear-gradient(180deg,transparent,rgba(0,0,0,.8)),var(--tile),linear-gradient(135deg,#353946,#17191f);background-size:cover;background-position:center;box-shadow:var(--shadow);overflow:hidden}.category-tile span{font-size:2rem;font-weight:900}.category-tile small{opacity:.85}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card-image{display:block;aspect-ratio:4/5;background:#f3f1f3;overflow:hidden;position:relative}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:.45s}.product-card:hover img{transform:scale(1.035)}.product-badge{position:absolute;z-index:2;top:1rem;left:1rem;background:var(--pink);color:#fff;border-radius:999px;padding:.45rem .75rem;font-size:.72rem;font-weight:900;text-transform:uppercase}.product-card-body{padding:1.15rem;display:flex;justify-content:space-between;gap:1rem}.product-category{color:var(--pink);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.product-card h3{font-size:1.05rem;margin:.25rem 0 0}.product-price{text-align:right;white-space:nowrap}.product-price del{display:block;color:var(--muted);font-size:.8rem}.product-price strong{font-size:1.05rem}.content-split{display:grid;grid-template-columns:1.1fr .9fr;min-height:560px;padding:0}.content-split-image{border-radius:var(--radius);background:linear-gradient(135deg,#353946,#13151a);background-size:cover;background-position:center;min-height:520px}.content-split-copy{display:flex;flex-direction:column;justify-content:center;padding:3rem 0 3rem 4rem}.cta-section{padding:7rem 0;background-image:linear-gradient(90deg,rgba(17,19,24,.94),rgba(17,19,24,.5)),var(--cta-image);background-size:cover;background-position:center;color:#fff}.cta-section .container-xl{max-width:900px;margin-left:max(1rem,calc((100vw - 1380px)/2))}.site-footer{background:#0d0f13;color:#d8dae1}.footer-cta{padding:5rem 0;border-bottom:1px solid #2a2e37;display:flex;align-items:end;justify-content:space-between;gap:2rem}.footer-cta h2{font-size:clamp(2rem,4vw,4rem);font-weight:900;letter-spacing:-.04em}.newsletter{display:flex;border:1px solid #343945;border-radius:999px;overflow:hidden}.newsletter input{background:#181b22;border:0;color:#fff;padding:1rem 1.2rem;min-width:260px}.newsletter button{border:0;background:var(--pink);color:#fff;font-weight:900;padding:0 1.4rem}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:3rem;padding:5rem 0}.footer-brand img{filter:none;margin-bottom:1.5rem}.site-footer h3{color:#fff;font-size:1rem}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin:.55rem 0}.site-footer a:hover{color:#ff75a5}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;padding:1.3rem 0;border-top:1px solid #2a2e37;color:#8d929e;font-size:.82rem}.page-hero{background:linear-gradient(135deg,#111318,#292d37);color:#fff;padding:8rem 0}.page-hero.compact{padding:4.6rem 0}.page-hero.compact h1{font-size:clamp(2.8rem,6vw,5.4rem)}.category-hero{background-image:linear-gradient(90deg,rgba(17,19,24,.94),rgba(17,19,24,.55)),var(--category-image);background-size:cover;background-position:center}.breadcrumbs{display:flex;gap:.6rem;flex-wrap:wrap;font-size:.85rem;color:#bbc0cb;margin-bottom:1.5rem}.shop-toolbar{display:flex;gap:1rem;margin-bottom:2rem}.shop-toolbar input,.shop-toolbar select{border:1px solid var(--line);border-radius:999px;padding:.9rem 1rem;background:#fff}.shop-toolbar input{flex:1}.pagination-wrap{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2.2rem}.page-link-btn{padding:.7rem 1rem;border:1px solid var(--line);border-radius:999px}.page-link-btn.disabled{opacity:.4;pointer-events:none}.product-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:4rem}.product-gallery{position:sticky;top:1rem;align-self:start}.product-main-image{aspect-ratio:4/5;background:#f2f0f2;border-radius:var(--radius);overflow:hidden;position:relative}.product-main-image img{width:100%;height:100%;object-fit:cover}.gallery-open{position:absolute;right:1rem;top:1rem;z-index:2;width:46px;height:46px;border:0;border-radius:999px;background:rgba(255,255,255,.9);font-size:1.25rem}.product-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:.8rem}.product-thumbnails button{padding:0;border:2px solid transparent;border-radius:14px;overflow:hidden;background:#eee;aspect-ratio:1}.product-thumbnails button.active{border-color:var(--pink)}.product-thumbnails img{width:100%;height:100%;object-fit:cover}.product-info h1{font-size:clamp(2.5rem,5vw,5.1rem);line-height:.98;letter-spacing:-.05em;font-weight:900}.product-lead{font-size:1.15rem;color:var(--muted)}.product-price-large{display:flex;align-items:baseline;gap:.8rem;margin:1.5rem 0}.product-price-large strong{font-size:2rem}.product-price-large del{color:var(--muted)}.product-price-large small{color:var(--muted)}.product-buy-form label{font-weight:800}.product-buy-form select,.product-buy-form input{width:100%;border:1px solid var(--line);border-radius:14px;padding:.9rem 1rem}.quantity-row{display:grid;grid-template-columns:110px 1fr;gap:1rem;margin-top:1rem}.quantity-row label{grid-column:1}.quantity-row input{grid-column:1}.btn-buy{grid-column:2;grid-row:1/3}.product-promises{list-style:none;padding:1rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;gap:.5rem;margin:2rem 0}.product-accordion .accordion-button{font-weight:800}.lightbox{position:fixed;inset:0;background:rgba(4,5,8,.94);z-index:9999;display:grid;place-items:center}.lightbox[hidden]{display:none}.lightbox img{max-width:min(90vw,1200px);max-height:90vh;object-fit:contain}.lightbox-close,.lightbox-nav{position:absolute;border:0;color:#fff;background:rgba(255,255,255,.12);border-radius:999px}.lightbox-close{right:2rem;top:2rem;width:52px;height:52px;font-size:2rem}.lightbox-nav{top:50%;transform:translateY(-50%);width:58px;height:58px;font-size:2rem}.lightbox-nav.prev{left:2rem}.lightbox-nav.next{right:2rem}.cart-layout,.checkout-layout,.order-page,.account-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:2rem}.cart-list,.checkout-form{display:grid;gap:1rem}.cart-item{display:grid;grid-template-columns:110px 1fr 100px 100px auto;gap:1rem;align-items:center;border-bottom:1px solid var(--line);padding-bottom:1rem}.cart-item img{width:110px;height:130px;object-fit:cover;border-radius:14px}.cart-item h2{font-size:1.1rem}.cart-item label{font-size:.75rem}.cart-item input{width:80px;padding:.55rem;border:1px solid var(--line);border-radius:10px}.link-danger{border:0;background:transparent;color:#b00020;text-decoration:underline;cursor:pointer}.order-summary,.form-card,.account-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:1.5rem;box-shadow:0 10px 35px rgba(17,19,24,.05)}.order-summary{position:sticky;top:1rem;height:max-content}.order-summary>div,.summary-line{display:flex;justify-content:space-between;gap:1rem;padding:.7rem 0}.summary-total,.summary-line.total{font-size:1.2rem;border-top:1px solid var(--line);margin-top:.5rem}.continue-shopping{display:block;text-align:center;margin-top:1rem;color:var(--muted)}.form-card h2{font-size:1.35rem;margin-bottom:1.2rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-grid label,.admin-form label,.auth-card label{display:grid;gap:.4rem;font-weight:800}.form-grid .full,.span-2{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea,.auth-card input,.admin-form input,.admin-form select,.admin-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:.8rem .9rem;background:#fff}.checkout-form{gap:1.2rem}.payment-option{display:flex!important;grid-template-columns:auto 1fr!important;align-items:start;gap:.8rem;padding:1rem;border:1px solid var(--line);border-radius:14px;margin-bottom:.7rem}.payment-option input{width:auto}.payment-option span{display:grid}.payment-option small{color:var(--muted);font-weight:400}.check-row{display:flex!important;align-items:start;gap:.7rem;font-weight:500!important}.check-row input{width:auto}.summary-product{display:grid!important;grid-template-columns:50px 1fr auto;align-items:center}.summary-product img{width:45px;height:55px;object-fit:cover;border-radius:8px}.summary-product small{display:block;color:var(--muted)}.secure-note{text-align:center;color:var(--muted);font-size:.82rem}.status-pill{display:inline-flex;padding:.45rem .8rem;border-radius:999px;background:#eee;margin:.2rem}.status-paid,.status-completed{background:#dcf7e7;color:#146c3c}.status-failed,.status-canceled,.status-cancelled{background:#ffe0e3;color:#9d1730}.bank-box{margin:1.5rem 0;padding:1.2rem;border-radius:14px;background:#fff7dc}.article-body{max-width:900px}.article-body h2,.article-body h3{margin-top:2rem}.auth-section{min-height:70vh;display:grid;place-items:center;background:var(--soft);padding:4rem 1rem}.auth-card{width:min(100%,520px);background:#fff;border-radius:24px;padding:2.2rem;box-shadow:var(--shadow)}.auth-card.wide{width:min(100%,800px)}.auth-card form{display:grid;gap:1rem}.account-layout{grid-template-columns:320px minmax(0,1fr)}.order-row{display:grid;grid-template-columns:1fr auto auto;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line);align-items:center}.order-row small{display:block;color:var(--muted)}.empty-state{text-align:center;padding:5rem 1rem;background:var(--soft);border-radius:24px}.cookie-notice{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:999;background:#111318;color:#fff;border:1px solid #333945;border-radius:20px;padding:1rem 1.2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:var(--shadow)}.cookie-notice[hidden]{display:none}.cookie-notice p{margin:0;color:#c9ccd4}.cookie-notice button{border:0;border-radius:999px;background:var(--pink);color:#fff;font-weight:900;padding:.8rem 1.1rem}@media(max-width:1100px){.product-grid,.category-showcase{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.product-layout{gap:2rem}.content-split{grid-template-columns:1fr}.content-split-copy{padding:3rem 0}.cart-layout,.checkout-layout,.order-page{grid-template-columns:1fr}.order-summary{position:static}.cart-item{grid-template-columns:90px 1fr 80px auto}.cart-item>strong{grid-column:4}.cart-item .link-danger{grid-column:2}}@media(max-width:768px){.announcement span{display:none}.navbar-collapse{padding:1rem 0}.header-actions{align-items:stretch;flex-wrap:wrap}.header-search{flex:1}.header-search input{width:100%}.section-space{padding:4rem 0}.hero-content h1{font-size:3.6rem}.hero-section{min-height:68vh}.product-grid,.category-showcase,.trust-grid,.footer-grid{grid-template-columns:1fr}.category-tile{min-height:340px}.section-heading,.footer-cta,.footer-bottom{align-items:flex-start;flex-direction:column}.newsletter{width:100%}.newsletter input{min-width:0;flex:1}.product-layout{grid-template-columns:1fr}.product-gallery{position:static}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.cart-item{grid-template-columns:80px 1fr}.cart-item label,.cart-item>strong,.cart-item .link-danger{grid-column:2}.quantity-row{grid-template-columns:90px 1fr}.account-layout{grid-template-columns:1fr}.cookie-notice{align-items:flex-start;flex-direction:column}.lightbox-nav{width:44px;height:44px}.lightbox-nav.prev{left:.6rem}.lightbox-nav.next{right:.6rem}.lightbox-close{right:.8rem;top:.8rem}}
