:root{--ink: #17142c;--muted: #6e6a82;--line: #e8e5f0;--surface: #f8f7fc;--white: #fff;--purple: #6941f5;--purple-2: #8f63ff;--purple-soft: #f0ebff;--green: #19a974;--shadow-sm: 0 8px 30px rgba(34,24,76,.07);--shadow-lg: 0 28px 80px rgba(53,36,128,.16);--radius: 18px;--container: 1180px;--font-sans: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);font-family:var(--font-sans);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4,.logo{font-family:var(--font-sans)}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.section{padding:86px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}.section-head h2{margin:8px 0 0;font-size:clamp(28px,4vw,42px);line-height:1.1;letter-spacing:-.045em}.section-head p{max-width:490px;margin-bottom:4px;color:var(--muted)}.section-head.centered{justify-content:center;text-align:center}.section-head.centered .eyebrow{justify-content:center}.section-head.centered p{margin:12px auto 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--purple);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow:before{width:22px;height:2px;content:"";background:currentColor}.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--purple);font-weight:700;white-space:nowrap;transition:color .2s ease,transform .2s ease}.button{min-height:48px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid var(--line);border-radius:13px;background:var(--white);font-weight:750;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease}.button.primary{border:0;color:#fff;background:linear-gradient(120deg,var(--purple),var(--purple-2));box-shadow:0 12px 28px #6941f540}.button.dark{border-color:var(--ink);color:#fff;background:var(--ink)}.button.ghost{background:transparent}.button:focus-visible,.icon-button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid rgba(105,65,245,.32);outline-offset:2px}.site-header{position:sticky;z-index:50;top:0;height:74px;border-bottom:1px solid rgba(232,229,240,.72);background:#ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px}.logo{display:inline-flex;align-items:center;gap:9px;font-size:20px;font-weight:800;letter-spacing:-.04em;white-space:nowrap}.logo>span:last-child>span{color:var(--purple)}.logo-mark{width:31px;height:31px;flex:none;object-fit:contain;filter:drop-shadow(0 8px 9px rgba(105,65,245,.3))}.main-nav{display:flex;align-items:center;gap:26px;color:#555068;font-size:14px;font-weight:600}.main-nav a{min-height:44px;position:relative;display:inline-flex;align-items:center;transition:color .2s ease}.main-nav a:after{position:absolute;right:50%;bottom:5px;left:50%;height:2px;border-radius:2px;content:"";background:var(--purple);transition:right .22s ease,left .22s ease}.main-nav a.active,.main-nav a:hover{color:var(--ink)}.main-nav a.active:after,.main-nav a:hover:after{right:8px;left:8px}.header-actions{display:flex;align-items:center;gap:9px}.icon-button{width:44px;height:44px;position:relative;display:grid;place-items:center;border:1px solid var(--line);border-radius:12px;background:#fff;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.account-menu{position:relative}.account-button img{width:34px;height:34px;border-radius:9px;object-fit:cover}.account-button>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;color:#fff;background:var(--purple);font-weight:800}.account-dropdown{width:250px;position:absolute;z-index:90;top:52px;right:0;padding:10px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 18px 45px #22184c29;transform-origin:top right;animation:menu-in .2s cubic-bezier(.22,1,.36,1) both}.account-dropdown>div{padding:8px 9px 12px;display:grid;border-bottom:1px solid var(--line)}.account-dropdown small{overflow:hidden;color:var(--muted);text-overflow:ellipsis}.account-dropdown a,.account-dropdown form button{width:100%;min-height:39px;padding:8px 9px;display:flex;align-items:center;gap:8px;border:0;border-radius:9px;color:var(--ink);background:transparent;font-size:12px;font-weight:700;text-align:left;transition:background-color .18s ease,color .18s ease}.account-dropdown a:hover,.account-dropdown form button:hover{background:var(--surface)}.cart-button span{min-width:19px;height:19px;position:absolute;top:-5px;right:-4px;display:grid;place-items:center;border:2px solid #fff;border-radius:20px;color:#fff;background:var(--purple);font-size:10px}.header-search{width:210px;position:relative}.header-search form{height:44px;padding:0 12px;display:flex;align-items:center;gap:8px;border:1px solid transparent;border-radius:12px;color:var(--muted);background:var(--surface);transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.header-search form:focus-within{border-color:#cfc3ff;background:#fff;box-shadow:0 0 0 3px #6941f514}.header-search input{width:100%;border:0;outline:0;color:var(--ink);background:transparent;font-size:13px}.search-results{width:330px;position:absolute;top:52px;right:0;padding:8px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-lg);transform-origin:top right;animation:menu-in .2s cubic-bezier(.22,1,.36,1) both}.search-results a{padding:10px;display:flex;align-items:center;gap:11px;border-radius:11px;transition:background-color .18s ease}.search-results a:hover{background:var(--surface)}.search-results b,.search-results small{display:block}.search-results b{font-size:13px}.search-results small{max-width:240px;overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.search-results p{margin:0;padding:14px;color:var(--muted);font-size:13px}.mini-logo{width:38px;height:38px;flex:none;display:grid;place-items:center;overflow:hidden;border-radius:11px;color:#fff;font-weight:800}.mini-logo img{width:100%;height:100%;object-fit:contain}.menu-button{display:none}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,border-color .3s ease}.product-visual{height:178px;position:relative;display:grid;place-items:center;overflow:hidden;background:color-mix(in srgb,var(--accent) 7%,#f7f6fb)}.product-glow{width:140px;height:140px;position:absolute;border-radius:50%;background:var(--accent);filter:blur(50px);opacity:.13;transition:opacity .3s ease,transform .35s ease}.product-logo{width:75px;height:75px;position:relative;display:grid;place-items:center;overflow:hidden;border-radius:23px;color:#fff;background:var(--accent);box-shadow:0 18px 38px color-mix(in srgb,var(--accent) 30%,transparent);font-size:27px;font-weight:800;transition:transform .35s cubic-bezier(.22,1,.36,1)}.product-logo img{width:100%;height:100%;object-fit:contain}.badge{position:absolute;top:13px;left:13px;padding:6px 10px;border:1px solid rgba(255,255,255,.7);border-radius:20px;background:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.view-arrow{width:35px;height:35px;position:absolute;right:13px;bottom:13px;display:grid;place-items:center;border-radius:50%;background:#fff;opacity:0;transform:translateY(6px);transition:opacity .22s ease,transform .22s ease}.product-card-body{padding:18px}.product-card-body>small{color:var(--purple);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-card-body h3{margin:5px 0;font-size:17px;letter-spacing:-.025em;transition:color .18s ease}.product-card-body p{min-height:39px;margin-bottom:14px;color:var(--muted);font-size:13px;line-height:1.5}.product-card-meta{padding-top:13px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid var(--line);font-size:12px}.product-card-meta span:last-child{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:10px}.product-card.sold-out .product-visual{filter:saturate(.6)}.product-card.sold-out .product-logo{opacity:.72}.sold-out-badge{color:#fff!important;background:#c53d52!important}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid>div{padding:20px 24px;display:flex;align-items:center;gap:11px;border-right:1px solid var(--line)}.trust-grid>div:first-child{padding-left:0}.trust-grid>div:last-child{border-right:0}.trust-grid>div>span{width:37px;height:37px;display:grid;place-items:center;border-radius:11px;color:var(--purple);background:var(--purple-soft);transition:transform .25s ease,background-color .25s ease}.trust-grid div div{display:grid}.trust-grid b{font-size:12px}.trust-grid small{margin-top:2px;color:var(--muted);font-size:10px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.category-card{min-height:126px;padding:20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;border:1px solid var(--line);border-radius:var(--radius);transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease,border-color .28s ease}.category-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;transition:transform .28s cubic-bezier(.22,1,.36,1)}.category-card h3{margin:0 0 3px;font-size:15px}.category-card p{margin:0;color:var(--muted);font-size:10px}.category-card small{color:var(--purple);font-size:9px}.category-1 .category-icon{color:#e5093d;background:#ffe9ec}.category-2 .category-icon{color:#e68110;background:#fff1df}.category-3 .category-icon{color:var(--purple);background:#eee8ff}.category-4 .category-icon{color:#2587cf;background:#e5f4ff}.how-section{background:#f8f7fc}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.steps-grid>div{position:relative;padding:25px 45px;text-align:center}.steps-grid>div>span{position:absolute;top:0;left:30px;color:#8d879d;font-size:54px;font-weight:800;line-height:1}.step-icon{width:70px;height:70px;position:relative;margin:0 auto 20px;display:grid;place-items:center;border-radius:22px;color:var(--purple);background:#fff;box-shadow:var(--shadow-sm);transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}.steps-grid h3{font-size:17px}.steps-grid p{color:var(--muted);font-size:13px;line-height:1.6}.steps-grid>div:not(:last-child):after{width:80px;position:absolute;top:60px;right:-55px;border-top:2px dashed #d8d2e9;content:""}.site-footer{padding:64px 0 24px;color:#f6f3ff;background:#151225}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:11px;color:#a9a5b8;font-size:13px}.footer-grid>div:first-child p{max-width:330px;margin:8px 0;line-height:1.6}.footer-grid b{margin-bottom:8px;color:#fff}.footer-grid a{transition:color .18s ease,transform .18s ease}.footer-grid a:hover{color:#fff}.socials{display:flex;gap:8px}.socials a{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#ffffff12}.footer-grid small{color:#918ca3}.footer-bottom{margin-top:48px;padding-top:23px;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.09);color:#a9a5b8;font-size:12px}.error-page{min-height:70vh;padding:40px;display:grid;place-items:center;align-content:center;text-align:center}.error-page>span{color:var(--purple-soft);font-size:110px;font-weight:800;line-height:1}.error-page h1{margin-top:-24px;font-size:32px}.error-page p{color:var(--muted)}.empty-state{padding:70px 30px;display:grid;place-items:center;border:1px dashed #d9d3e9;border-radius:var(--radius);background:var(--surface);text-align:center}.empty-state .empty-icon{width:70px;height:70px;margin-bottom:18px;display:grid;place-items:center;border-radius:50%;color:var(--purple);background:var(--purple-soft)}.empty-state h2{margin-bottom:8px}.empty-state p{max-width:420px;color:var(--muted)}.notice{padding:12px 14px;display:flex;align-items:flex-start;gap:8px;border-radius:11px;font-size:12px}.notice.info{color:#5039a6;background:#f1edff}.notice.success{color:#087954;background:#e6f8f1}.notice.warning{color:#865e13;background:#fff5db}.mobile-bottom-nav,.mobile-search-backdrop{display:none}@keyframes menu-in{0%{opacity:0;transform:translateY(-7px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes sheet-in{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media(hover:hover){.button:hover,.icon-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.text-link:hover{transform:translate(3px)}.product-card:hover{z-index:2;border-color:transparent;box-shadow:var(--shadow-lg);transform:translateY(-6px)}.product-card:hover .product-logo{transform:translateY(-4px) scale(1.05) rotate(-2deg)}.product-card:hover .product-glow{opacity:.2;transform:scale(1.18)}.product-card:hover .view-arrow{opacity:1;transform:translateY(0)}.product-card:hover h3{color:var(--purple)}.category-card:hover{border-color:transparent;box-shadow:var(--shadow-sm);transform:translateY(-4px)}.category-card:hover .category-icon{transform:scale(1.08) rotate(-3deg)}.trust-grid>div:hover>span,.steps-grid>div:hover .step-icon{transform:translateY(-4px) scale(1.04)}.steps-grid>div:hover .step-icon{box-shadow:0 18px 38px #35248024}.socials a:hover{transform:translateY(-2px)}}@media(max-width:980px){.product-grid{grid-template-columns:repeat(2,1fr)}.main-nav{gap:15px}.header-search{display:none}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{display:none}.category-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){body{padding-bottom:calc(72px + env(safe-area-inset-bottom))}body:has(.admin-shell){padding-bottom:0}.container{width:min(100% - 28px,var(--container))}.section{padding:62px 0}.section-head{align-items:flex-start;flex-direction:column;gap:14px}.site-header{height:67px}.header-inner{display:flex;gap:10px}.header-actions{margin-left:auto;flex:none}.main-nav{display:none}.main-nav.mobile-open{width:auto;position:fixed;inset:67px 14px auto;padding:16px 22px 22px;display:flex;align-items:stretch;flex-direction:column;border:1px solid var(--line);border-top:0;border-radius:0 0 17px 17px;background:#fff;box-shadow:0 18px 40px #22184c1f;animation:menu-in .22s cubic-bezier(.22,1,.36,1) both}.main-nav.mobile-open a{padding:0 10px}.account-button{display:none}.account-dropdown{width:min(300px,calc(100vw - 20px));position:fixed;top:62px;right:10px}.menu-button{display:none!important}.product-grid{gap:12px}.product-visual{height:148px}.product-logo{width:62px;height:62px;border-radius:19px}.product-card-body{padding:14px}.product-card-body p{display:none}.product-card-meta{display:block}.product-card-meta span:last-child{margin-top:5px}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div{padding:16px 4px;border-right:0}.trust-grid>div:nth-child(odd){border-right:1px solid var(--line)}.trust-grid>div>span{width:33px;height:33px}.category-grid{grid-template-columns:1fr}.category-card{min-height:105px}.steps-grid{grid-template-columns:1fr}.steps-grid>div:not(:last-child):after{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 25px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}.button{min-height:50px}.mobile-bottom-nav{height:62px;position:fixed;z-index:92;right:10px;bottom:max(9px,env(safe-area-inset-bottom));left:10px;padding:5px;display:grid;grid-template-columns:repeat(5,1fr);gap:2px;border:1px solid rgba(222,216,239,.95);border-radius:19px;background:#fffffff0;box-shadow:0 16px 50px #1f164533;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-bottom-nav a,.mobile-bottom-nav button{min-width:0;min-height:50px;position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;border:0;border-radius:13px;color:#625d70;background:transparent;font-size:9px;font-weight:800;touch-action:manipulation;transition:color .2s ease,background-color .2s ease,transform .16s ease}.mobile-bottom-nav a:active,.mobile-bottom-nav button:active{transform:scale(.93)}.mobile-bottom-nav svg{width:20px;height:20px;stroke-width:2}.mobile-bottom-nav a.active,.mobile-bottom-nav button.active{color:var(--purple);background:var(--purple-soft)}.mobile-bottom-nav a.active:before,.mobile-bottom-nav button.active:before{width:17px;height:2px;position:absolute;top:3px;border-radius:3px;content:"";background:var(--purple)}.mobile-bottom-nav img{width:22px;height:22px;border-radius:50%;object-fit:cover}.mobile-cart-link i{min-width:15px;height:15px;position:absolute;top:3px;left:calc(50% + 7px);padding:0 4px;display:grid;place-items:center;border:2px solid #fff;border-radius:10px;color:#fff;background:var(--purple);font-size:7px;font-style:normal}.mobile-search-backdrop{position:fixed;z-index:110;inset:0;display:flex;align-items:flex-end;background:#120d267a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-search-sheet{width:100%;max-height:78vh;padding:18px 16px calc(88px + env(safe-area-inset-bottom));overflow-y:auto;border-radius:23px 23px 0 0;background:#fff;box-shadow:0 -20px 60px #18113438;animation:sheet-in .28s cubic-bezier(.22,1,.36,1) both}.mobile-search-sheet>header{display:flex;align-items:center;justify-content:space-between}.mobile-search-sheet header small{color:var(--purple);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.mobile-search-sheet h2{margin:3px 0 14px;font-size:21px}.mobile-search-sheet header button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:#fff}.mobile-search-sheet>form{height:50px;padding:0 14px;display:flex;align-items:center;gap:10px;border:1px solid #cfc5f2;border-radius:14px;background:#faf8ff}.mobile-search-sheet form svg{color:var(--purple)}.mobile-search-sheet form input{min-width:0;flex:1;border:0;outline:0;background:transparent;font-size:13px}.mobile-search-results{margin-top:12px;display:grid}.mobile-search-results>p{padding:22px 4px;color:var(--muted);font-size:11px;text-align:center}.mobile-search-results a{padding:10px 4px;display:flex;align-items:center;gap:11px;border-bottom:1px solid var(--line)}.mobile-search-results a>span:last-child{min-width:0;display:grid}.mobile-search-results b{font-size:11px}.mobile-search-results small{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.route-progress{position:fixed;z-index:300;inset:0 0 auto;height:3px;overflow:hidden;pointer-events:none}.route-progress span{width:78%;height:100%;display:block;transform-origin:left;border-radius:0 4px 4px 0;background:linear-gradient(90deg,#5a32ed,#9b78ff,#37d8a0);box-shadow:0 0 14px #6941f5b3;animation:route-progress-enter .7s cubic-bezier(.22,1,.36,1) both}.route-progress.finishing span{width:100%;animation:route-progress-finish .32s ease both}.promotion-shell{padding:20px 0 0;background:#f8f7fc}.promotion-slider{--promo-from:#241b55;--promo-to:#7654f6;min-height:450px;position:relative;overflow:hidden;border-radius:30px;color:#fff;background:linear-gradient(125deg,var(--promo-from),var(--promo-to));box-shadow:0 25px 70px color-mix(in srgb,var(--promo-to) 26%,transparent);touch-action:pan-y;-webkit-user-select:none;user-select:none;transition:background .35s ease}.promotion-slider:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.18) 1px,transparent 1px);background-size:18px 18px;-webkit-mask-image:linear-gradient(90deg,transparent 44%,#000);mask-image:linear-gradient(90deg,transparent 44%,#000);opacity:.32}.promotion-glow{position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%;pointer-events:none}.promotion-glow.glow-one{width:520px;height:520px;right:-120px;top:-190px}.promotion-glow.glow-two{width:350px;height:350px;right:60px;bottom:-220px}.promotion-slide{min-height:450px;padding:58px 76px;display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.72fr);align-items:center;gap:58px;position:relative;z-index:2}.promotion-copy{max-width:650px}.promotion-eyebrow{width:fit-content;padding:7px 11px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.2);border-radius:22px;color:#ffffffd6;background:#ffffff1a;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:800;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.promotion-eyebrow svg{width:14px}.promotion-copy h1{max-width:680px;margin:17px 0 12px;font-size:clamp(38px,5vw,61px);line-height:1.02;letter-spacing:-.06em}.promotion-copy>p{max-width:570px;margin-bottom:25px;color:#ffffffc2;font-size:15px;line-height:1.65}.promotion-actions{display:flex;flex-wrap:wrap;align-items:center;gap:11px}.promotion-cta{min-height:49px;padding:0 18px;display:inline-flex;align-items:center;gap:9px;border-radius:13px;color:#392276;background:#fff;font-size:13px;font-weight:800;box-shadow:0 14px 30px #0f0a2833;transition:.2s ease}.promotion-cta:hover{transform:translateY(-2px)}.promotion-cta svg{width:17px}.promotion-coupon{min-height:47px;padding:0 14px;display:inline-flex;align-items:center;gap:6px;border:1px dashed rgba(255,255,255,.42);border-radius:12px;color:#ffffffc7;font-size:10px}.promotion-coupon svg{width:14px}.promotion-coupon b{color:#fff;letter-spacing:.08em}.promotion-visual{min-height:300px;position:relative;display:grid;place-items:center}.promotion-artwork{width:230px;height:230px;padding:24px;position:relative;z-index:2;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.25);border-radius:56px;color:#fff;background:#ffffff29;box-shadow:0 32px 65px #120a3252;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:rotate(4deg)}.promotion-artwork:before{content:"";position:absolute;inset:10px;border:1px solid rgba(255,255,255,.12);border-radius:45px}.promotion-artwork img{width:100%;height:100%;position:relative;z-index:2;object-fit:contain;filter:drop-shadow(0 16px 22px rgba(17,10,40,.22))}.promotion-artwork>span{position:relative;z-index:2;font:800 70px Manrope}.promotion-artwork>svg{width:70px;height:70px}.promotion-product-card{position:absolute;z-index:3;right:-8px;bottom:6px;min-width:170px;padding:12px 14px;display:grid;border:1px solid rgba(255,255,255,.45);border-radius:14px;color:var(--ink);background:#fffffff0;box-shadow:0 18px 40px #0e08283d;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.promotion-product-card small{color:#16845e;font-size:8px;font-weight:800;text-transform:uppercase}.promotion-product-card b{margin-top:2px;font-size:12px}.promotion-product-card span{margin-top:2px;color:var(--purple);font-size:9px;font-weight:800}.promotion-arrow{width:40px;height:40px;position:absolute;z-index:5;top:50%;display:grid;place-items:center;transform:translateY(-50%);border:1px solid rgba(255,255,255,.24);border-radius:50%;color:#fff;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:.2s ease}.promotion-arrow:hover{background:#ffffff38}.promotion-arrow.previous{left:17px}.promotion-arrow.next{right:17px}.promotion-arrow svg{width:18px}.promotion-dots{position:absolute;z-index:6;left:76px;bottom:23px;display:flex;gap:2px}.promotion-dots button{width:28px;height:25px;padding:0 4px;display:grid;place-items:center;border:0;background:transparent}.promotion-dots span{width:100%;height:3px;display:block;border-radius:4px;background:#ffffff54;transition:.25s ease}.promotion-dots button.active span{background:#fff}.home-products-section{padding:58px 0 70px;background:#f8f7fc}.home-section-head>div>p{margin:9px 0 0}.home-section-head .text-link svg,.home-category-section .category-card>svg{width:16px}.home-category-section{padding:68px 0}.section-head.compact{margin-bottom:23px}.home-trust{border-block:1px solid var(--line);background:#fff}.home-fresh-section{background:#fff}.promotion-manager{min-height:460px}.promotion-admin-grid{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.promotion-admin-card{min-height:230px;padding:23px;position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 130px;gap:15px;border-radius:18px;color:#fff;box-shadow:0 12px 32px #20144e26}.promotion-admin-card:after{content:"";position:absolute;width:220px;height:220px;right:-70px;top:-90px;border:1px solid rgba(255,255,255,.16);border-radius:50%}.promotion-admin-copy{min-width:0;position:relative;z-index:2}.promotion-admin-copy small{color:#ffffffb8;text-transform:uppercase;letter-spacing:.1em;font-size:7px;font-weight:800}.promotion-admin-copy h3{margin:6px 0;font-size:19px;line-height:1.1}.promotion-admin-copy p{max-height:48px;overflow:hidden;margin-bottom:8px;color:#ffffffb3;font-size:9px;line-height:1.55}.promotion-admin-copy>b{width:fit-content;padding:4px 7px;display:block;border:1px dashed rgba(255,255,255,.45);border-radius:7px;font-size:8px}.promotion-admin-copy>span{margin-top:10px;display:inline-flex;align-items:center;gap:4px;font-size:8px;font-weight:800}.promotion-admin-copy>span svg{width:12px}.promotion-admin-art{width:115px;height:115px;padding:16px;position:relative;z-index:2;align-self:center;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:30px;background:#ffffff24;transform:rotate(4deg)}.promotion-admin-art img{width:100%;height:100%;object-fit:contain}.promotion-admin-art svg{width:36px}.promotion-admin-card>i{position:absolute;z-index:3;right:11px;top:11px;padding:5px 7px;border-radius:12px;color:#584913;background:#fff3cc;font-size:7px;font-style:normal;font-weight:800}.promotion-admin-card>i.active{color:#087954;background:#e5f8f0}.promotion-admin-card footer{position:absolute;z-index:4;inset:auto 0 0;min-height:42px;padding:6px 10px;display:flex;justify-content:flex-end;gap:6px;background:#120c2d47;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.promotion-admin-card footer button{min-height:29px;padding:0 9px;display:inline-flex;align-items:center;gap:5px;border:1px solid rgba(255,255,255,.22);border-radius:8px;color:#fff;background:#ffffff1f;font-size:8px;font-weight:800}.promotion-admin-card footer button.danger:hover{background:#c94155}.promotion-admin-card footer svg{width:12px}.promotion-admin-empty{grid-column:1/-1;min-height:250px;padding:30px;display:grid;place-items:center;align-content:center;text-align:center;border:1px dashed #d6cfeb;border-radius:18px;background:#faf9fd}.promotion-admin-empty>svg{width:34px;color:var(--purple)}.promotion-admin-empty h3{margin:11px 0 5px}.promotion-admin-empty p{max-width:430px;color:var(--muted);font-size:10px}.promotion-editor textarea{min-height:92px;resize:vertical}.promotion-colors{padding:14px;display:grid;grid-template-columns:1fr 1fr;gap:16px;border:1px solid var(--line);border-radius:12px;background:#faf9fd}.promotion-colors label{display:grid;grid-template-columns:1fr auto;align-items:center}.promotion-colors input[type=color]{width:46px;height:36px;min-height:36px;padding:3px}@keyframes route-progress-enter{0%{width:7%;opacity:.75}to{width:78%;opacity:1}}@keyframes route-progress-finish{0%{width:78%;opacity:1}to{width:100%;opacity:0}}@media(max-width:900px){.promotion-slide{padding-inline:60px;grid-template-columns:minmax(0,1fr) 260px;gap:25px}.promotion-artwork{width:190px;height:190px;border-radius:46px}.promotion-product-card{right:0}.promotion-admin-grid{grid-template-columns:1fr}}@media(max-width:720px){.promotion-shell{padding:10px 0 0}.promotion-shell>.container{width:min(100% - 20px,var(--container))}.promotion-slider{min-height:402px;border-radius:22px;box-shadow:0 18px 45px color-mix(in srgb,var(--promo-to) 22%,transparent)}.promotion-slide{min-height:402px;padding:31px 25px 64px;display:block}.promotion-copy{position:relative;z-index:3}.promotion-eyebrow{padding:6px 9px;font-size:8px}.promotion-copy h1{max-width:92%;margin:14px 0 9px;font-size:35px;line-height:1.04}.promotion-copy>p{max-width:90%;margin-bottom:17px;font-size:12px;line-height:1.55}.promotion-actions{align-items:flex-start;flex-direction:column;gap:8px}.promotion-cta{min-height:44px;padding-inline:15px;font-size:11px}.promotion-coupon{min-height:31px;padding-inline:9px;border-radius:9px;background:#0f092a21}.promotion-visual{min-height:0;position:absolute;z-index:1;right:-15px;bottom:26px}.promotion-artwork{width:145px;height:145px;padding:20px;border-radius:38px;opacity:.76;transform:rotate(8deg)}.promotion-artwork:before{border-radius:30px}.promotion-product-card,.promotion-arrow{display:none}.promotion-dots{left:21px;bottom:15px}.promotion-dots button{width:23px}.home-products-section{padding:38px 0 48px}.home-section-head{margin-bottom:20px}.home-section-head>div>p{font-size:12px}.home-section-head .text-link{min-height:36px;padding:0 11px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:10px}.home-category-section{padding:48px 0}.home-category-section .section-head{margin-bottom:18px}.home-category-section .category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.home-category-section .category-card{min-height:104px;padding:13px;grid-template-columns:1fr auto;gap:8px}.home-category-section .category-icon{width:41px;height:41px;grid-column:1/-1;border-radius:12px}.home-category-section .category-card p{display:none}.home-category-section .category-card>svg{grid-column:2;grid-row:2}.home-trust .trust-grid{padding-block:5px}.home-fresh-section{padding-block:48px}.mobile-bottom-nav a,.mobile-bottom-nav button{touch-action:manipulation}.admin-sidebar nav{grid-template-columns:repeat(6,1fr)}.admin-sidebar nav button{font-size:7px}.promotion-admin-card{min-height:230px;padding:20px 17px;grid-template-columns:minmax(0,1fr) 95px}.promotion-admin-art{width:88px;height:88px;padding:12px;border-radius:24px}.promotion-colors{grid-template-columns:1fr}}.promotion-coupon{background:#0f092a14;font-family:inherit;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.promotion-coupon:hover,.promotion-coupon:focus-visible{border-color:#fff;color:#fff;background:#ffffff26;transform:translateY(-1px);outline:0}@media(prefers-reduced-motion:reduce){.route-progress span{animation-duration:.01ms}.promotion-slide{transition:none}}@media(max-width:720px){.promotion-slider{height:clamp(210px,57vw,230px);min-height:0;aspect-ratio:auto;border-radius:19px}.promotion-slider:after{background-size:14px 14px;opacity:.22}.promotion-glow.glow-one{width:270px;height:270px;right:-95px;top:-120px}.promotion-glow.glow-two{display:none}.promotion-slide{height:100%;min-height:0;padding:16px 18px 30px}.promotion-eyebrow{padding:4px 7px;gap:4px;font-size:6px;letter-spacing:.1em}.promotion-eyebrow svg{width:10px;height:10px}.promotion-copy h1{max-width:78%;margin:8px 0 5px;font-size:clamp(23px,7vw,28px);line-height:1.02;letter-spacing:-.05em}.promotion-copy>p{max-width:76%;margin-bottom:10px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:9px;line-height:1.4}.promotion-actions{flex-direction:row;align-items:center;gap:6px}.promotion-cta{min-height:35px;padding:0 11px;gap:5px;border-radius:9px;font-size:9px}.promotion-cta svg{width:13px}.promotion-coupon{min-height:33px;padding:0 8px;font-size:7px}.promotion-coupon svg{width:11px}.promotion-visual{right:-5px;bottom:20px}.promotion-artwork{width:94px;height:94px;padding:13px;border-radius:26px;opacity:.6}.promotion-artwork:before{inset:7px;border-radius:21px}.promotion-artwork>svg{width:42px;height:42px}.promotion-artwork>span{font-size:42px}.promotion-dots{left:17px;bottom:7px}.promotion-dots{gap:2px}.promotion-dots button{width:28px;height:28px;padding-inline:4px}.promotion-dots span{height:2px}.home-products-section{padding-top:28px}}.promotion-slide.is-animated{animation:promotion-slide-in .42s cubic-bezier(.22,1,.36,1) both}@keyframes promotion-slide-in{0%{opacity:.72;transform:translate3d(16px,0,0)}to{opacity:1;transform:translateZ(0)}}@media(prefers-reduced-motion:reduce){.promotion-slide.is-animated{animation-duration:.01ms}}
