*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}.announcement{padding:9px 16px;text-align:center;background:linear-gradient(90deg,#8b5cf624,#6366f114,#8b5cf624);border-bottom:1px solid var(--border);color:#c4b5fd;font-size:13px}.site-header{position:sticky;top:0;z-index:50;background:#080a12e0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.header-row{min-height:72px;display:flex;align-items:center;gap:24px}.logo{display:inline-flex;align-items:center;font-weight:900;letter-spacing:.06em;font-size:19px;white-space:nowrap}.logo span{color:var(--accent)}.logo img{max-height:42px;width:auto}.nav{display:flex;gap:22px;align-items:center;margin-left:auto}.nav a,.header-action{color:#c9cad3;font-size:14px;transition:.2s}.nav a:hover,.header-action:hover{color:#fff}.header-actions{display:flex;gap:14px;align-items:center}.mobile-toggle{display:none;background:none;border:0;color:#fff;font-size:24px}.hero{position:relative;overflow:hidden;padding:92px 0 88px;background:radial-gradient(circle at 15% 35%,rgba(139,92,246,.24),transparent 33%),radial-gradient(circle at 85% 20%,rgba(76,29,149,.18),transparent 32%),linear-gradient(180deg,#0b0d18,#080a12)}.hero:after{content:"";position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;background:linear-gradient(115deg,transparent 38%,rgba(139,92,246,.055) 50%,transparent 62%);transform:rotate(-7deg);pointer-events:none}.hero-inner{position:relative;z-index:1;max-width:760px}.eyebrow{color:#c4b5fd;text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:12px}.hero h1{font-size:clamp(40px,7vw,76px);line-height:.98;letter-spacing:-.045em;margin:15px 0 22px;font-weight:var(--heading-weight)}.gradient-text{background:linear-gradient(100deg,#fff,#c4b5fd 48%,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{color:var(--muted);font-size:18px;max-width:650px;margin:0 0 30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:10px;border:1px solid var(--border);font-weight:800;font-size:14px;transition:.2s;cursor:pointer}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 10px 30px #8b5cf638}.btn-primary:hover{transform:translateY(-2px);filter:brightness(1.08)}.btn-secondary{background:#ffffff08}.section{padding:64px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:24px}.section-title{font-size:28px;margin:0;font-weight:var(--heading-weight);letter-spacing:-.02em}.section-subtitle{margin:6px 0 0;color:var(--muted);font-size:14px}.categories-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.category-card{position:relative;overflow:hidden;min-height:150px;padding:22px;border:1px solid var(--border);border-radius:16px;background:linear-gradient(145deg,var(--surface),rgba(17,21,34,.45));transition:.25s}.category-card:before{content:"";position:absolute;width:90px;height:90px;border-radius:50%;right:-28px;bottom:-30px;background:#8b5cf62e;filter:blur(3px)}.category-card:hover{transform:translateY(-4px);border-color:#8b5cf6a6}.category-icon{font-size:28px;margin-bottom:20px}.category-card h3{position:relative;margin:0;font-size:16px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{overflow:hidden;border:1px solid var(--border);border-radius:16px;background:var(--surface);transition:.25s}.product-card:hover{transform:translateY(-5px);border-color:#8b5cf699;box-shadow:0 18px 50px #00000040}.product-media{position:relative;aspect-ratio:1/1;background:#0d101a;overflow:hidden}.product-media img{width:100%;height:100%;display:block;object-fit:cover;transition:.35s}.product-card:hover .product-media img{transform:scale(1.035)}.badge{position:absolute;top:12px;left:12px;padding:5px 8px;border-radius:7px;background:var(--accent);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.product-body{padding:16px}.product-title{font-size:15px;font-weight:750;margin:0 0 10px}.price-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.price{font-weight:900;color:#fff}.compare{color:#737784;text-decoration:line-through;font-size:12px;margin-left:5px}.stock{font-size:11px;color:#a7f3d0}.stock.sold{color:#fca5a5}.product-actions{margin-top:14px}.full{width:100%}.empty-image{width:100%;height:100%;display:grid;place-items:center;color:#545a6b;font-size:12px}.footer-refund-note{margin-top:16px;padding:12px 13px;border:1px solid rgba(139,92,246,.22);border-radius:10px;background:#8b5cf60d;color:#858a99;font-size:11px;line-height:1.55;max-width:500px}.footer-refund-note strong{color:#c4b5fd}.support-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0 24px}.support-contact-card{display:flex!important;align-items:center;gap:10px;margin:0!important;padding:12px;border:1px solid var(--border);border-radius:10px;background:#ffffff05;transition:.2s}.support-contact-card:hover{border-color:#8b5cf680;background:#8b5cf60d}.support-contact-card>span{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#8b5cf61f;color:#c4b5fd}.support-contact-card strong,.support-contact-card small{display:block}.support-contact-card strong{font-size:12px;color:#fff}.support-contact-card small{font-size:10px;color:var(--muted);margin-top:2px}.policy-open{overflow:hidden}.policy-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:250;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.policy-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.policy-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.policy-dialog{position:relative;width:min(720px,100%);max-height:min(760px,90vh);overflow:auto;padding:28px;border:1px solid var(--border);border-radius:16px;background:#090b14;box-shadow:0 25px 80px #0009}.policy-close{position:absolute;right:14px;top:12px;width:34px;height:34px;border:1px solid var(--border);border-radius:9px;background:#0d101a;color:#fff;font-size:22px;line-height:1;cursor:pointer}.policy-content{margin-top:18px;color:#c8cad3;font-size:13px;line-height:1.7}.policy-content h3{margin:22px 0 6px;color:#fff;font-size:15px}.policy-content p{margin:8px 0}.policy-content strong{color:#e9e7f5}.policy-content a{color:#c4b5fd;text-decoration:underline}.footer{border-top:1px solid var(--border);padding:54px 0 25px;background:#060810}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}.footer h4{margin:0 0 13px;font-size:13px}.footer p,.footer a{color:var(--muted);font-size:13px}.footer a{display:block;margin:8px 0}.footer a:hover{color:#fff}.footer-bottom{border-top:1px solid var(--border);margin-top:36px;padding-top:20px;color:#6f7482;font-size:12px}.page{padding:50px 0}.form{max-width:520px;margin:auto}.field{margin:0 0 16px}.field label{display:block;font-size:13px;font-weight:700;margin-bottom:7px}.field input,.field select,.field textarea,.search-input{width:100%;background:#0d101a;border:1px solid var(--border);color:var(--text);border-radius:10px;padding:12px;outline:none}.field input:focus,.field select:focus,.field textarea:focus,.search-input:focus{border-color:var(--accent)}.searchbar{display:flex;gap:10px;max-width:650px;margin:20px auto}.product-page{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:start}.gallery-main{border:1px solid var(--border);border-radius:16px;overflow:hidden;background:#0d101a}.gallery-main img{width:100%;display:block}.product-info h1{font-size:clamp(30px,4vw,48px);line-height:1.05;margin:0 0 12px}.product-description{color:var(--muted);margin:25px 0;width:100%}.notice{padding:14px 16px;border:1px solid rgba(139,92,246,.28);background:#8b5cf614;border-radius:12px;color:#d9d1ff;font-size:13px;margin:20px 0}.qty{width:90px!important}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:14px 8px;border-bottom:1px solid var(--border);text-align:left}.cart-product{display:flex;align-items:center;gap:12px}.cart-product img{width:70px;height:70px;object-fit:cover;border-radius:9px}.cart-summary{display:flex;justify-content:flex-end;gap:20px;align-items:center;margin-top:25px}.rte{color:#c8cad3}.rte a{color:#c4b5fd;text-decoration:underline}.pagination{display:flex;gap:8px;justify-content:center;margin-top:30px}.pagination a,.pagination span{padding:8px 12px;border:1px solid var(--border);border-radius:8px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:900px){.categories-grid{grid-template-columns:repeat(3,1fr)}.products-grid{grid-template-columns:repeat(2,1fr)}.product-page{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.nav{display:none}.mobile-toggle{display:block;margin-left:auto}.header-actions{display:flex}.nav.mobile-open{display:flex;position:absolute;left:16px;right:16px;top:72px;padding:16px;flex-direction:column;align-items:flex-start;background:#0b0d15;border:1px solid var(--border);border-radius:12px}}@media(max-width:560px){.container{width:min(100% - 22px,1180px)}.hero{padding:65px 0}.hero p{font-size:16px}.section{padding:45px 0}.categories-grid{grid-template-columns:1fr 1fr}.products-grid{grid-template-columns:1fr 1fr;gap:10px}.product-body{padding:12px}.footer-grid{grid-template-columns:1fr}.cart-table th:nth-child(2),.cart-table td:nth-child(2){display:none}.cart-summary{justify-content:space-between;flex-wrap:wrap}.header-row{gap:10px}.header-actions{gap:8px}.header-actions .account-link{display:none}}.breadcrumbs{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;margin-bottom:20px;white-space:nowrap;overflow:hidden}.breadcrumbs strong{color:#fff;overflow:hidden;text-overflow:ellipsis}.breadcrumbs a:hover{color:#fff}.product-page-section{padding-top:28px}.product-page{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:34px}.product-visual{min-width:0}.gallery-main{position:relative;aspect-ratio:4/3}.gallery-main img{width:100%;height:100%;object-fit:contain;background:#090b12}.product-sale-badge{top:16px;left:16px}.product-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:10px}.product-thumb{border:1px solid var(--border);border-radius:9px;overflow:hidden;aspect-ratio:1;background:#0d101a}.product-thumb:hover{border-color:var(--accent)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:2px}.product-info h1{margin:7px 0 14px;font-size:clamp(28px,3.3vw,42px);letter-spacing:-.035em}.product-price-block{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:5px 0}.product-current-price{font-size:25px;font-weight:900}.product-old-price{font-size:13px;color:#6f7482;text-decoration:line-through}.product-discount{font-size:11px;font-weight:900;color:#a7f3d0;background:#10b98117;padding:4px 7px;border-radius:6px}.availability{font-size:12px;margin:10px 0 17px}.availability.available{color:#86efac}.availability.soldout{color:#fca5a5}.purchase-panel{border:1px solid rgba(139,92,246,.55);border-radius:12px;background:#111522b8;padding:15px}.purchase-stock{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px;font-size:13px}.purchase-stock span{color:var(--muted);font-size:12px}.quantity-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.quantity-row label{font-size:12px;color:var(--muted)}.quantity-control{display:flex;border:1px solid var(--border);border-radius:8px;overflow:hidden}.quantity-control button{width:36px;background:#0d1018;color:#fff;border:0;cursor:pointer}.quantity-control input{width:60px;text-align:center;border:0;border-left:1px solid var(--border);border-right:1px solid var(--border);border-radius:0;padding:9px;background:#080a10;color:#fff}.purchase-btn{min-height:45px}.digital-notice{display:flex;gap:12px;align-items:flex-start;margin-top:14px;padding:13px;border-radius:10px;background:#8b5cf612;border:1px solid rgba(139,92,246,.2);color:#ddd6fe;font-size:12px}.digital-notice span{font-size:17px}.digital-notice p{margin:3px 0 0;color:var(--muted)}.important-box{margin-top:14px;padding:14px;border:1px solid var(--border);border-radius:10px}.important-box strong{font-size:13px}.important-box p{color:var(--muted);font-size:12px;margin:5px 0 0}.product-description{border-top:1px solid var(--border);margin-top:36px;padding-top:28px;width:100%}.product-description h2{font-size:18px;margin:0 0 14px;color:#fff}.related-section{border-top:1px solid var(--border);margin-top:34px;padding-top:28px}.related-section .products-grid{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.product-page{grid-template-columns:1fr}.related-section .products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.breadcrumbs{font-size:10px}.product-thumbs{grid-template-columns:repeat(4,1fr)}.product-page{gap:20px}.related-section .products-grid{grid-template-columns:1fr 1fr}}.language-picker{position:relative;flex:0 0 auto}.language-trigger{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 9px;border:1px solid transparent;border-radius:9px;background:transparent;color:#c9cad3;cursor:pointer;font-size:13px;transition:.2s}.language-trigger:hover,.language-trigger[aria-expanded=true]{background:#ffffff0b;border-color:var(--border);color:#fff}.language-flag{font-size:18px;line-height:1}.language-code{font-size:11px;font-weight:850;letter-spacing:.05em}.language-chevron{font-size:14px;line-height:1;transform:translateY(-1px);opacity:.7}.language-menu{position:absolute;right:0;top:calc(100% + 9px);width:245px;max-height:min(430px,70vh);overflow:auto;padding:7px;border:1px solid var(--border);border-radius:13px;background:#0a0c16fa;box-shadow:0 18px 55px #00000073;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s;z-index:80}.language-picker.is-open .language-menu{opacity:1;visibility:visible;transform:translateY(0)}.language-option{width:100%;display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:8px;padding:9px 10px;border:0;border-radius:8px;background:transparent;color:#d8d9e2;text-align:left;cursor:pointer}.language-option:hover,.language-option.is-active{background:#8b5cf624;color:#fff}.language-option .option-flag{font-size:19px}.language-option .option-name{font-size:13px;font-weight:650}.language-option .option-code{font-size:10px;color:#7e8290;font-weight:800;letter-spacing:.06em}.language-option.is-active .option-code{color:#c4b5fd}@media(max-width:900px){.language-menu{right:-40px}.language-code{display:none}.language-trigger{padding:0 5px}.header-actions{margin-left:auto}}@media(max-width:560px){.language-menu{right:-12px;width:220px}.search-action{display:none}.cart-action{font-size:12px}}.google-translate-hidden{position:absolute!important;left:-10000px!important;top:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}body{top:0!important}.goog-te-banner-frame,.skiptranslate iframe,.goog-tooltip,.goog-te-balloon-frame{display:none!important}.language-picker{z-index:90}.language-trigger{min-width:72px;justify-content:center}.language-flag{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;font-size:20px;line-height:1}.language-menu{scrollbar-width:thin}.language-option .option-flag{display:inline-flex;align-items:center;justify-content:center;width:26px;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;font-size:20px;line-height:1}.spotify-action{border:0;background:transparent;cursor:pointer;font-size:20px;line-height:1;padding:4px 3px;color:#c9cad3}.spotify-action:hover{color:#fff}.spotify-drawer{position:fixed;top:0;right:0;bottom:0;width:min(390px,calc(100vw - 20px));z-index:120;background:#090b14;border-left:1px solid var(--border);box-shadow:-20px 0 70px #0000008c;padding:18px;transform:translate(105%);transition:transform .25s ease;overflow:auto}.spotify-drawer.is-open{transform:translate(0)}.spotify-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:16px}.spotify-drawer-head strong{display:block;font-size:18px}.spotify-drawer-head span{display:block;color:var(--muted);font-size:12px;margin-top:2px}.spotify-drawer-head button{width:34px;height:34px;border:1px solid var(--border);border-radius:9px;background:#ffffff08;color:#fff;font-size:22px;cursor:pointer}.spotify-search{display:flex;gap:8px;margin-bottom:14px}.spotify-search input{min-width:0;flex:1;background:#0d101a;border:1px solid var(--border);color:#fff;border-radius:9px;padding:10px 11px;outline:none}.spotify-search input:focus{border-color:var(--accent)}.spotify-search button{border:0;border-radius:9px;background:var(--accent);color:#fff;font-weight:800;padding:0 13px;cursor:pointer}.spotify-results{min-height:0}.spotify-embed{border-radius:12px;overflow:hidden;border:1px solid var(--border);background:#10131d}.spotify-embed iframe{display:block;width:100%;height:352px;border:0}.spotify-note{color:#777d8c;font-size:11px;line-height:1.5;margin:13px 2px 0}html[dir=rtl] .spotify-drawer{right:auto;left:0;border-left:0;border-right:1px solid var(--border);transform:translate(-105%)}html[dir=rtl] .spotify-drawer.is-open{transform:translate(0)}@media(max-width:560px){.spotify-action{font-size:18px}.language-trigger{min-width:40px}.spotify-drawer{width:calc(100vw - 8px)}}.announcement-link{color:#fff;text-decoration:underline;font-weight:900;margin-left:3px}.announcement-link:hover{opacity:.8}.delivery-email-box{max-width:520px;margin:26px 0 0 auto;padding:16px;border:1px solid var(--border);border-radius:12px;background:#8b5cf60f}.delivery-email-box strong{display:block;font-size:13px}.delivery-email-box p{margin:4px 0 10px;color:var(--muted);font-size:12px}.delivery-email-box input{width:100%;background:#0d101a;border:1px solid var(--border);color:#fff;border-radius:9px;padding:11px;outline:none}.delivery-email-box input:focus{border-color:var(--accent)}.account-products-panel{border:1px solid var(--border);border-radius:16px;background:linear-gradient(145deg,var(--surface),rgba(17,21,34,.55));overflow:hidden}.account-panel-head{padding:20px;border-bottom:1px solid var(--border)}.purchased-products{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--border)}.purchased-product{display:flex;align-items:center;gap:12px;padding:14px;background:#0c0f18;min-width:0;transition:.2s}.purchased-product img{width:58px;height:58px;object-fit:cover;border-radius:9px;flex:0 0 auto}.purchased-product-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.purchased-product-copy strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.purchased-product-copy small{font-size:11px;color:var(--muted)}.purchased-product-arrow{margin-left:auto;color:#c4b5fd;font-size:24px}.account-orders-title{font-size:20px;margin:34px 0 15px}.account-order-card{border:1px solid var(--border);border-radius:14px;padding:16px;background:#11152280}.account-order-top>div:first-child{display:flex;flex-direction:column;gap:3px}.account-order-top span{font-size:11px;color:var(--muted)}.order-total{font-weight:900}.account-order-products{display:flex;flex-wrap:wrap;gap:8px;margin:15px 0}.account-order-products a{padding:8px 10px;border:1px solid var(--border);border-radius:8px;color:#d9d1ff;font-size:12px}.account-order-products a:hover{border-color:var(--accent)}.status-chip{font-size:11px;font-weight:850;padding:5px 8px;border-radius:7px;background:#ffffff0f}.status-paid{color:#a7f3d0;background:#10b9811a}.status-pending{color:#fde68a;background:#f59e0b1a}.order-layout{display:grid;grid-template-columns:minmax(0,760px) 320px;gap:24px;align-items:start}.order-chat-column{min-width:0}.order-chat{border:1px solid var(--border);border-radius:14px;background:#07090f;overflow:hidden}.order-chat-head{display:flex;align-items:center;gap:10px;padding:13px 15px;border-bottom:1px solid var(--border);background:#0b0d15}.store-avatar,.chat-avatar{display:grid;place-items:center;background:var(--accent);color:#fff;font-weight:900}.store-avatar{width:32px;height:32px;border-radius:50%;font-size:13px}.order-chat-head strong{display:block;font-size:13px}.order-chat-head span{display:block;font-size:10px;color:var(--muted)}.order-chat-body{padding:20px 15px}.chat-date{text-align:center;color:#707687;font-size:10px;margin:2px 0 20px}.chat-message{display:flex;gap:8px;align-items:flex-start}.chat-avatar{width:25px;height:25px;border-radius:50%;font-size:10px;flex:0 0 auto}.chat-author{font-size:10px;color:#c9cad3;margin:0 0 5px}.chat-author span{font-size:8px;background:#5865f2;color:#fff;border-radius:3px;padding:2px 4px;margin-left:4px}.chat-bubble{max-width:590px;background:#111522;border-radius:0 9px 9px;padding:12px 13px;color:#d8d9e2;font-size:12px}.chat-bubble strong{color:#fff}.chat-bubble p{margin:5px 0 0;color:var(--muted)}.payment-card{margin:18px 0 18px 33px;border:1px solid var(--border);border-radius:11px;padding:12px;background:#0d1018}.payment-card>div:first-child{display:flex;justify-content:space-between;gap:10px}.payment-card span{color:var(--muted);font-size:11px}.payment-card strong{font-size:12px}.payment-meta{display:flex;justify-content:space-between;gap:10px;margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.05)}.payment-approved{color:#6ee7b7!important}.payment-pending{color:#fcd34d!important}.delivery-chat-card{margin:16px 0 0 33px;padding:14px;border:1px solid rgba(139,92,246,.32);border-radius:11px;background:#8b5cf60b;scroll-margin-top:90px}.delivery-product-head{display:flex;align-items:center;gap:10px;margin-bottom:13px}.delivery-product-head img{width:48px;height:48px;object-fit:cover;border-radius:8px}.delivery-product-head strong{display:block;font-size:12px}.delivery-product-head span{display:block;font-size:10px;color:var(--muted);margin-top:2px}.delivery-manual{font-size:12px;color:#d8d9e2}.delivery-manual>strong{font-size:13px;color:#fff}.delivery-manual p{margin:5px 0 10px;color:var(--muted)}.delivery-warning{padding:11px;border-radius:9px;border:1px solid rgba(245,158,11,.22);background:#f59e0b0d;color:#c9c3b4;line-height:1.55;font-size:11px}.delivery-warning strong{color:#fde68a}.delivery-gate{margin-top:13px}.delivery-gate .btn{margin-top:7px}.delivery-gate small{display:block;text-align:center;color:#777d8c;font-size:10px;line-height:1.45;margin-top:8px}.delivery-open-link[hidden]{display:none}.chat-highlight{box-shadow:0 0 0 2px var(--accent),0 18px 50px #8b5cf626}.order-chat-input{border-top:1px solid var(--border);padding:11px 15px;color:#6f7482;font-size:10px;display:flex;gap:8px;align-items:center}.order-side-card{position:sticky;top:92px;border:1px solid var(--border);border-radius:12px;background:#0d1018;padding:16px}.order-side-card h2{font-size:15px;margin:0 0 12px}.order-side-card>div{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid rgba(255,255,255,.06)}.order-side-card span{color:var(--muted);font-size:11px}.order-side-card strong{text-align:right;font-size:11px}.support-fab{position:fixed;right:20px;bottom:20px;z-index:140;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:var(--accent);color:#fff;padding:12px 17px;font-weight:850;box-shadow:0 15px 45px #0006;cursor:pointer}.support-fab:hover{filter:brightness(1.08);transform:translateY(-1px)}.support-panel{position:fixed;right:20px;bottom:78px;width:min(390px,calc(100vw - 30px));max-height:min(720px,calc(100vh - 100px));overflow:auto;z-index:141;border:1px solid var(--border);border-radius:15px;background:#090b14;box-shadow:0 25px 80px #00000094;opacity:0;visibility:hidden;transform:translateY(10px) scale(.98);transition:.2s}.support-panel.is-open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.support-head{display:flex;justify-content:space-between;gap:12px;padding:15px;border-bottom:1px solid var(--border)}.support-head strong{display:block;font-size:14px}.support-head span{display:block;color:var(--muted);font-size:10px;margin-top:2px}.support-head button{width:30px;height:30px;border:1px solid var(--border);border-radius:8px;background:transparent;color:#fff;font-size:20px;cursor:pointer}.support-chat-log{padding:12px 14px;display:grid;gap:8px;max-height:180px;overflow:auto}.support-bubble{padding:9px 10px;border-radius:9px;font-size:11px;line-height:1.45}.support-bubble-store{background:#111522;color:#d8d9e2;border-top-left-radius:2px}.support-bubble-user{background:#8b5cf629;color:#eee7ff;border-top-right-radius:2px;justify-self:end;max-width:85%}.support-form{padding:0 14px 15px}.support-form .field{margin-bottom:11px}.support-form .field label{font-size:11px}.support-form .field input,.support-form .field select,.support-form .field textarea{padding:10px;font-size:12px}.support-note{font-size:10px;color:#6f7482;line-height:1.45;margin:9px 1px 0}.support-success{padding:10px;border-radius:9px;background:#10b98114;border:1px solid rgba(16,185,129,.2);color:#a7f3d0;font-size:11px;margin:12px 0}.support-error{padding:10px;border-radius:9px;background:#ef444414;border:1px solid rgba(239,68,68,.2);color:#fecaca;font-size:11px;margin:12px 0}.support-page-form{max-width:620px}@media(max-width:900px){.order-layout{grid-template-columns:1fr}.order-side-card{position:static}.purchased-products{grid-template-columns:1fr}}@media(max-width:560px){.support-fab{right:10px;bottom:10px;padding:10px 13px}.support-panel{right:7px;bottom:64px;width:calc(100vw - 14px)}.delivery-chat-card,.payment-card{margin-left:0}.account-order-top{align-items:flex-start}.account-order-bottom{align-items:flex-end}.account-order-bottom .btn{padding:9px 11px;font-size:11px}}.account-menu{position:relative}.account-trigger{display:flex;align-items:center;gap:8px;background:transparent;border:0;padding:5px 0;cursor:pointer;color:#fff}.account-avatar{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:#151925;color:#fff;font-size:12px;font-weight:900;flex:0 0 auto}.account-avatar-large{width:40px;height:40px}.account-trigger-copy{text-align:left;line-height:1.1}.account-trigger-copy strong{display:block;color:#fff;font-size:12px;max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-trigger-copy small{display:block;color:#858a99;font-size:9px;margin-top:3px}.account-chevron{color:#8d92a0;font-size:14px}.account-dropdown{position:absolute;right:0;top:calc(100% + 12px);width:235px;background:#090b14;border:1px solid rgba(139,92,246,.5);border-radius:11px;box-shadow:0 22px 60px #0000008c;overflow:hidden;padding:7px;z-index:80}.account-dropdown[hidden]{display:none}.account-dropdown-user{display:flex;align-items:center;gap:10px;padding:10px;border-bottom:1px solid var(--border);margin-bottom:4px}.account-dropdown-user small,.account-dropdown-user strong{display:block}.account-dropdown-user small{font-size:9px;color:#777d8c}.account-dropdown-user strong{font-size:10px;color:#fff;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:2px}.account-dropdown>a{display:flex;align-items:center;gap:10px;padding:10px 9px;border-radius:7px;color:#c9cad3;font-size:12px}.account-dropdown>a:hover{background:#8b5cf61a;color:#fff}.account-dropdown>a span{width:20px;text-align:center}.account-dropdown .account-logout{color:#ff657d;border-top:1px solid var(--border);margin-top:4px;border-radius:0}.account-auth-page{min-height:calc(100vh - 180px);display:grid;place-items:center}.auth-card{width:min(470px,100%);padding:32px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(145deg,#0d1018,#090b12);box-shadow:0 25px 70px #00000047}.auth-brand{font-weight:950;letter-spacing:.1em;font-size:15px;margin-bottom:20px}.auth-brand span{color:var(--accent)}.auth-card .section-title{font-size:28px}.auth-card .section-subtitle{margin-bottom:25px}.auth-divider{display:flex;align-items:center;gap:12px;color:#626878;font-size:11px;margin:18px 0}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--border);flex:1}.auth-foot{text-align:center;color:var(--muted);font-size:11px;margin:18px 0 0}.auth-foot a{color:#c4b5fd;text-decoration:underline}.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-error{margin-top:0}.account-products-panel{scroll-margin-top:90px}@media(max-width:560px){.account-trigger-copy{display:none}.account-dropdown{right:-5px}.auth-card{padding:23px}.auth-grid{grid-template-columns:1fr}.account-auth-page{min-height:calc(100vh - 130px)}}.account-page{padding:54px 0 90px}.account-page .section-head{align-items:center;padding:22px 24px;margin-bottom:20px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(145deg,#121522f5,#090b12f5);box-shadow:0 18px 55px #00000038}.account-page .section-head .section-title{font-size:30px}.account-page .section-head .section-subtitle{max-width:620px}.account-page .section-head .eyebrow{margin-bottom:5px}.account-products-panel{border:1px solid var(--border);border-radius:18px;background:linear-gradient(145deg,#111420eb,#090b12eb);overflow:hidden;box-shadow:0 18px 55px #0000002e}.account-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;border-bottom:1px solid var(--border)}.account-orders-title{margin:34px 0 16px;font-size:22px}.purchased-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--border)}.purchased-product{min-width:0;display:flex;align-items:center;gap:13px;padding:14px;background:#0b0e17;transition:.2s}.purchased-product:hover{background:#111522}.purchased-product img{width:58px;height:58px;flex:0 0 58px;object-fit:cover;border-radius:10px;border:1px solid var(--border)}.purchased-product-copy{min-width:0;flex:1}.purchased-product-copy strong,.purchased-product-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.purchased-product-copy strong{color:#fff;font-size:13px}.purchased-product-copy small{margin-top:4px;color:#858a99;font-size:10px}.purchased-product-arrow{color:#a78bfa;font-size:25px;line-height:1}.account-order-list{display:grid;gap:12px}.account-order-card{padding:18px;border:1px solid var(--border);border-radius:15px;background:#0c0f18eb;transition:.2s}.account-order-card:hover{border-color:#8b5cf673;transform:translateY(-1px)}.account-order-top,.account-order-bottom{display:flex;justify-content:space-between;align-items:center;gap:14px}.account-order-top>div:first-child strong,.account-order-top>div:first-child span{display:block}.account-order-top>div:first-child strong{color:#fff;font-size:14px}.account-order-top>div:first-child span{margin-top:3px;color:#777d8c;font-size:10px}.order-total{color:#fff;font-weight:900;font-size:14px}.account-order-products{display:grid;gap:6px;margin:15px 0;padding:12px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.account-order-products a{color:#c9cad3;font-size:12px}.account-order-products a:hover{color:#fff}.account-order-bottom{justify-content:flex-end}.status-chip{margin-right:auto;display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border:1px solid var(--border);border-radius:999px;color:#9ca3af;font-size:10px;font-weight:800}.status-chip:before{content:"";width:6px;height:6px;border-radius:50%;background:#777d8c}.status-paid{color:#a7f3d0;border-color:#34d39940;background:#34d3990f}.status-paid:before{background:#34d399}.status-pending{color:#fde68a;border-color:#facc1538;background:#facc150d}.status-pending:before{background:#facc15}.account-auth-page{padding:50px 0 90px;background:radial-gradient(circle at 50% 15%,rgba(139,92,246,.1),transparent 34%)}.auth-card{position:relative;overflow:hidden;border-color:#8b5cf63d;box-shadow:0 30px 90px #0006}.auth-card:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent,#8b5cf6,transparent)}.auth-brand{display:inline-flex;padding:7px 10px;border:1px solid rgba(139,92,246,.24);border-radius:8px;background:#8b5cf60f;color:#fff}.auth-card input{width:100%;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#080b13;color:#fff;outline:none;transition:.2s}.auth-card input:focus{border-color:#8b5cf6bf;box-shadow:0 0 0 3px #8b5cf61a}.auth-card .field label{display:block;margin-bottom:6px;color:#b7bac5;font-size:11px;font-weight:700}.auth-card .btn-primary,.auth-card .btn-secondary{min-height:44px}.auth-privacy-note{margin:16px 0 0;text-align:center;color:#656b7a;font-size:10px;line-height:1.5}@media(max-width:720px){.account-page{padding-top:28px}.account-page .section-head{align-items:flex-start;flex-direction:column}.account-page .section-head .btn{width:100%}.purchased-products{grid-template-columns:1fr}}@media(max-width:560px){.account-page .section-head .section-title{font-size:24px}.account-panel-head{padding:17px}.account-order-card{padding:14px}.account-order-top,.account-order-bottom{align-items:flex-start}.account-order-top{flex-direction:column}.account-order-bottom{flex-wrap:wrap}.account-order-bottom .status-chip{margin-right:0}.account-order-bottom .btn{width:100%}}.gallery-main{position:relative}.gallery-image-button{display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.gallery-image-button img{pointer-events:none}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:42px;height:42px;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:#080a12b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:30px;line-height:36px;display:grid;place-items:center;cursor:pointer;transition:.2s}.gallery-arrow:hover{background:#8b5cf6e6;border-color:#ffffff4d;transform:translateY(-50%) scale(1.05)}.gallery-arrow-prev{left:14px}.gallery-arrow-next{right:14px}.gallery-counter{position:absolute;right:14px;bottom:14px;z-index:5;padding:5px 9px;border-radius:7px;background:#080a12b8;color:#fff;font-size:11px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-thumb{padding:0;border:1px solid var(--border);cursor:pointer}.product-thumb.is-active{border-color:var(--accent);box-shadow:0 0 0 1px #8b5cf659}.purchase-stock{gap:12px}.purchase-stock span.stock-low{color:#f59e0b;font-weight:800}.purchase-stock strong{color:#fff}.image-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:28px;opacity:1;visibility:visible}.image-lightbox[hidden]{display:none}.image-lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000e0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.image-lightbox-dialog{position:relative;z-index:1;width:min(1200px,96vw);height:min(900px,92vh);display:flex;align-items:center;justify-content:center}.image-lightbox-dialog>img{max-width:100%;max-height:100%;object-fit:contain;border-radius:10px;box-shadow:0 25px 100px #000000b3}.image-lightbox-close{position:absolute;right:0;top:-4px;width:42px;height:42px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:#080a12d1;color:#fff;font-size:28px;line-height:1;cursor:pointer;z-index:4}.lightbox-arrow{position:fixed;top:50%;transform:translateY(-50%);width:48px;height:48px;font-size:34px}.lightbox-prev{left:24px}.lightbox-next{right:24px}.lightbox-arrow:hover{transform:translateY(-50%) scale(1.05)}.image-lightbox-open{overflow:hidden}@media(max-width:560px){.gallery-arrow{width:36px;height:36px;font-size:26px}.lightbox-prev{left:10px}.lightbox-next{right:10px}.image-lightbox{padding:12px}.image-lightbox-dialog{width:100%;height:88vh}.image-lightbox-close{right:4px;top:4px}}.gallery-main .gallery-arrow{pointer-events:auto!important;z-index:20!important}.gallery-main .gallery-image-button{position:relative;z-index:1;pointer-events:auto}.gallery-main .gallery-image-button img{pointer-events:none}.product-thumbs{position:relative;z-index:3}.product-thumb{position:relative;z-index:4;pointer-events:auto!important}
/*# sourceMappingURL=/cdn/shop/t/13/assets/theme.css.map */
