@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Urbanist:wght@600;700;800&display=swap";:root{--bg: #f4f6fa;--surface: #ffffff;--surface-soft: #f7f9fc;--text: #17223b;--muted: #5d6880;--brand: #0f766e;--brand-2: #ef5b2a;--line: #dbe2ef;--shadow: 0 18px 45px rgba(18, 38, 77, .08);--radius: 16px;--max: 1180px;--ease-standard: cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Manrope,sans-serif;color:var(--text);background:radial-gradient(circle at 8% 12%,#dff7f4 0%,transparent 28%),radial-gradient(circle at 92% 6%,#ffe8de 0%,transparent 24%),var(--bg);line-height:1.5}img{max-width:100%;display:block}.container{width:100%;max-width:var(--max);padding-left:clamp(12px,3vw,20px);padding-right:clamp(12px,3vw,20px);margin:0 auto}.top-strip{background:linear-gradient(90deg,#0e625b,#0f766e);color:#d5f5ef;font-size:.86rem;padding:8px 0}.top-strip .container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}.header{position:sticky;top:0;z-index:30;background:#f4f6faf2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(219,226,239,.85)}.nav{min-height:78px;display:flex;justify-content:space-between;align-items:center;gap:20px}.brand{font-family:Urbanist,sans-serif;font-weight:800;letter-spacing:.5px;font-size:1.35rem}.brand span{color:var(--brand-2)}.nav-actions{display:flex;gap:10px;align-items:center}.search{background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 14px;min-width:240px;color:var(--muted)}.search-form{padding:0 12px}.search-form input{width:100%;min-width:200px;border:none;outline:none;background:transparent;color:#273a5a;font:inherit;height:36px}.btn{border:none;border-radius:999px;padding:10px 16px;font-weight:800;cursor:pointer}.btn-primary{color:#fff;background:linear-gradient(120deg,var(--brand),#11998e)}.btn-warm{color:#fff;background:linear-gradient(120deg,#db4c1f,var(--brand-2))}main{padding:26px 0 42px}.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.hero-main,.hero-side{background:var(--surface);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.hero-main{padding:34px}.sale-chip{display:inline-flex;background:#fff1eb;color:#ca4a1e;border:1px solid #ffd6c7;border-radius:999px;padding:8px 14px;font-weight:800;font-size:.84rem;margin-bottom:14px}h1,h2,h3{font-family:Urbanist,sans-serif}h1{font-size:clamp(2rem,4.4vw,3.5rem);line-height:1.08}.hero-main p{margin-top:14px;color:var(--muted);max-width:58ch}.hero-ctas{margin-top:20px;display:flex;flex-wrap:wrap;gap:10px}.metrics{margin-top:24px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.metric{background:var(--surface-soft);border:1px solid #e5ebf5;border-radius:12px;padding:12px}.metric strong{display:block;font-size:1.12rem}.hero-side{padding:18px}.hero-side h3{margin-bottom:10px}.deal-list{list-style:none;display:grid;gap:10px}.deal-list li{border:1px solid var(--line);border-radius:12px;padding:10px 12px;display:flex;justify-content:space-between;gap:12px;font-weight:700;background:#fff}section{margin-top:24px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.section-head p{color:var(--muted)}.story-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.story-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:16px;box-shadow:0 10px 24px #11294e0d}.story-card h3{font-size:.98rem;margin-bottom:6px}.story-card p{color:var(--muted);font-size:.92rem}.filters{display:flex;flex-wrap:wrap;gap:8px}.chip{border:1px solid var(--line);border-radius:999px;background:#fff;color:#314059;padding:8px 12px;font-weight:700;cursor:pointer}.chip.active{border-color:#b3e5dd;background:#e8f8f4;color:#0d5f58}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;position:relative}.product:hover{transform:translateY(-3px);box-shadow:0 14px 30px #11294e1a}.favorite-btn{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:999px;border:1px solid #d6e0f0;background:#ffffffeb;color:#6b7a96;display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem;line-height:1;cursor:pointer;box-shadow:0 6px 14px #1523461f;transition:transform .15s ease,box-shadow .15s ease,color .15s ease,border-color .15s ease;z-index:3}.favorite-btn:hover{transform:translateY(-1px);border-color:#b7c7e0;color:#1d3a6f}.favorite-btn.active{color:#d43b52;border-color:#f2b9c2;background:#fff5f7}.thumb{aspect-ratio:4/3;background:linear-gradient(125deg,#e8f2ff,#f6f8fb);display:grid;place-items:center;color:#52617f;font-weight:800;text-align:center;padding:10px}.product-body{padding:14px}.badge-row{display:flex;justify-content:space-between;gap:8px;margin-bottom:8px}.tag{font-size:.74rem;background:#fff6e4;color:#995f00;border:1px solid #ffe3ab;border-radius:999px;padding:4px 8px;font-weight:800}.rating{font-size:.8rem;color:#687892;font-weight:700}.product h3{font-size:1rem;margin-bottom:5px}.product p{color:var(--muted);font-size:.9rem;min-height:38px}.price-line{margin-top:10px;display:flex;justify-content:space-between;align-items:baseline}.price{font-weight:800;font-size:1.14rem;color:#12274d}.unit{font-size:.82rem;color:#6c7b95}.refs-list{display:flex;flex-wrap:wrap;gap:10px}.ref-pill{border:1px solid var(--line);background:#fff;color:#2f3d59;border-radius:999px;padding:8px 12px;font-weight:700}.reassurance{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.reassurance .box{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px}.box h4{font-family:Urbanist,sans-serif;margin-bottom:6px}.box p{color:var(--muted);font-size:.92rem}.final-cta{margin-top:24px;background:linear-gradient(120deg,#112a4b,#1c4a7a);color:#d7e9ff;border-radius:22px;padding:28px;display:flex;justify-content:space-between;gap:16px;align-items:center}.final-cta h3{color:#fff;margin-bottom:6px}.footer{margin-top:18px;border-top:1px solid var(--line);padding:18px 0 28px;color:#63728d;font-size:.9rem}.footer-line{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}@media(max-width:1040px){.hero{grid-template-columns:1fr}.story-grid,.product-grid,.reassurance{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:740px){.search{display:none}.hero-main,.hero-side{padding:18px}.metrics,.story-grid,.product-grid,.reassurance{grid-template-columns:1fr}.final-cta{flex-direction:column;align-items:flex-start}}.product-link{display:block;text-decoration:none;color:inherit}.detail-breadcrumb{margin-top:8px;display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.9rem}.detail-breadcrumb a{color:#1d5e9e;text-decoration:none}.detail-hero{margin-top:14px;display:grid;grid-template-columns:.95fr 1.05fr;gap:16px}.detail-media,.detail-main{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.detail-media{display:grid;gap:12px}.detail-thumb{min-height:320px;display:grid;place-items:center;text-align:center;border-radius:14px;background:linear-gradient(130deg,#eaf2ff,#f9fbff);color:#3f5174;font-family:Urbanist,sans-serif;font-size:1.35rem;font-weight:700}.detail-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:8px}.detail-thumb-btn{border:1px solid #d8e1f0;border-radius:12px;padding:6px;background:#f6f9ff;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.detail-thumb-btn.active{border-color:#2a6db3;box-shadow:0 6px 14px #183d6b26}.detail-thumb-btn:hover{transform:translateY(-1px)}.detail-thumb-btn img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px}.detail-title{font-size:clamp(1.6rem,3vw,2.4rem);margin-top:8px}.detail-sub{margin-top:10px;color:var(--muted)}.detail-meta{margin-top:16px;display:flex;justify-content:space-between;gap:10px;align-items:center;padding:12px;background:var(--surface-soft);border:1px solid #e3e9f4;border-radius:12px}.detail-price{display:block;font-size:1.4rem;color:#132848}.detail-rate{color:#51607d;font-weight:700}.detail-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}.detail-section{margin-top:16px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.detail-list{margin-top:8px;padding-left:18px;color:var(--muted)}.detail-list li+li{margin-top:7px}.detail-grid{margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.detail-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px}.detail-card p{margin-top:6px;color:var(--muted);font-size:.94rem}.detail-back{margin-top:14px}.detail-empty{margin-top:20px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;display:grid;gap:10px}@media(max-width:960px){.detail-hero,.detail-grid{grid-template-columns:1fr}.detail-thumb{min-height:220px}}.lang-switch{border:1px solid var(--line);background:#fff;border-radius:999px;padding:0 10px;min-width:146px;max-width:100%;display:flex;align-items:center}.lang-select{border:none;background:transparent;color:#243a5e;font-size:.82rem;font-weight:800;height:36px;width:100%;min-width:0;max-width:none;padding-right:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;outline:none;cursor:pointer}.nav-main{display:flex;align-items:center;gap:20px}.menu{display:flex;align-items:center;gap:12px}.menu-link{text-decoration:none;color:#40506d;font-size:.9rem;font-weight:800;padding:8px 10px;border-radius:999px}.menu-link.active,.menu-link:hover{background:#e8f8f4;color:#0d5f58}.more-menu{position:relative;display:inline-flex;align-items:center}.more-menu-trigger{display:inline-flex;align-items:center;gap:.35rem;border:none;background:transparent;cursor:pointer}.more-menu-caret{font-size:.75rem;opacity:.7}.more-menu-panel{position:absolute;left:0;top:calc(100% + 8px);min-width:180px;padding:.35rem;display:grid;gap:.25rem;background:#fff;border:1px solid #d5e4f6;border-radius:12px;box-shadow:0 12px 30px #0c182d1f;z-index:40}.more-menu-item{display:flex;align-items:center;width:100%;padding:.5rem .7rem;border-radius:10px;color:#30415d;text-decoration:none;background:transparent}.more-menu-item:hover{background:#eef6ff;color:#173f6d}.footer-links{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px}.footer-links a{text-decoration:none;color:#51607d;font-weight:700;font-size:.86rem}.page-hero{margin-top:16px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.page-hero h1{font-size:clamp(1.5rem,3vw,2.2rem)}.page-hero p{margin-top:8px;color:var(--muted)}.info-grid{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.info-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px}.info-card h2{margin-bottom:8px}.plain-list{padding-left:18px;color:var(--muted)}.plain-list li+li{margin-top:6px}.faq-list{margin-top:14px;display:grid;gap:10px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px}.faq-item h3{margin-bottom:6px}.faq-item p{color:var(--muted)}.contact-grid{margin-top:14px;display:grid;grid-template-columns:.95fr 1.05fr;gap:12px}.contact-form{display:grid;gap:10px}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:10px 12px;font:inherit;background:#fff}.legal-sections{margin-top:14px;display:grid;gap:12px}@media(max-width:1180px){.menu{display:flex;flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.search{min-width:190px}}@media(max-width:900px){.contact-grid,.info-grid{grid-template-columns:1fr}}.btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.cart-layout{margin-top:14px;display:grid;grid-template-columns:1.2fr .8fr;gap:12px}.cart-list{display:grid;gap:10px}.cart-item{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;display:grid;grid-template-columns:auto 1fr auto auto;gap:12px;align-items:center}.cart-item-preview{width:92px;height:92px;border-radius:14px;border:1px solid #d7e2f0;background:#f7f9fc;display:grid;place-items:center;overflow:hidden;color:#48607c;font-weight:700;text-align:center;padding:6px}.cart-item-preview img{width:100%;height:100%;object-fit:cover}.cart-item-preview.custom{border-radius:50%;box-shadow:0 10px 22px #1430581f}.cart-item h3{margin-bottom:4px}.cart-item p{color:var(--muted);font-size:.9rem}.cart-item-price{margin-top:6px;font-weight:800;color:#263b61}.cart-controls{display:grid;gap:6px}.cart-controls input{width:86px;border:1px solid var(--line);border-radius:10px;padding:8px}.cart-line-total{font-weight:800;color:#1b3258}.cart-summary{height:fit-content}.cart-summary-actions{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.page-empty{margin-top:14px}.checkout-total{margin-top:10px}@media(max-width:960px){.cart-layout{grid-template-columns:1fr}.cart-item-preview{width:72px;height:72px}}.checkout-section{margin-top:6px;display:grid;gap:8px}.shipping-option{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;border:1px solid var(--line);border-radius:10px;padding:8px 10px}.coupon-row{display:grid;grid-template-columns:1fr auto;gap:8px}.coupon-help{color:var(--muted);font-size:.84rem}.price-breakdown{margin-top:10px;display:grid;gap:6px}.price-breakdown p{display:flex;justify-content:space-between;align-items:baseline;color:#344767}.price-breakdown .checkout-total{margin-top:4px;padding-top:8px;border-top:1px solid var(--line);font-size:1.02rem}.invoice-type-row{display:flex;flex-wrap:wrap;gap:10px}.invoice-fields{display:grid;gap:8px}@media(max-width:760px){.invoice-type-row{grid-template-columns:1fr}}.checkout-error{color:#b42318;background:#fff3f1;border:1px solid #ffd2cc;border-radius:10px;padding:8px 10px;font-size:.9rem}.btn:disabled{opacity:.65;cursor:not-allowed}.top-strip-left>span,.top-strip-right>span{flex:1 1 320px;min-width:0;word-break:keep-all;overflow-wrap:normal}h1,.hero-main p,.deal-list li span,.story-card h3,.story-card p,.product h3,.product p,.final-cta h3,.final-cta p{word-break:keep-all;overflow-wrap:normal}.story-card h3,.product h3{line-height:1.35}.sale-chip,.menu-link,.btn,.chip,.tag,.ref-pill{white-space:nowrap}.deal-list li,.price-line{flex-wrap:wrap}.price-line{gap:8px}.top-strip-inner{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.top-strip-left,.top-strip-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}.top-strip-left{flex:1 1 260px}.top-strip-right{flex:1 1 420px;justify-content:flex-end}.top-phone{color:#fff;text-decoration:none;border:1px solid rgba(213,245,239,.45);border-radius:999px;padding:2px 10px;font-weight:700}.top-socials{display:flex;gap:8px}.top-socials a{color:#d5f5ef;text-decoration:none;font-weight:700;font-size:.8rem}.category-showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.category-showcase-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:16px;box-shadow:0 10px 24px #11294e0d;display:grid;gap:8px}.category-showcase-link{color:#0d5f58;text-decoration:none;font-weight:800}.footer-columns{margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.footer-col{display:grid;gap:6px}.footer-col h4{font-size:.95rem;color:#233a61}.footer-col a{text-decoration:none;color:#51607d;font-size:.88rem}.newsletter{margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;display:grid;gap:10px}.newsletter h3{font-size:1.3rem}.newsletter p{color:var(--muted)}.newsletter-form{display:grid;grid-template-columns:1fr auto;gap:8px}.newsletter-form input{border:1px solid var(--line);border-radius:12px;padding:10px 12px;font:inherit}.newsletter-success{color:#0f766e;font-weight:700}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.blog-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px}.blog-card-link{display:block;color:inherit;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.blog-card-link:hover{transform:translateY(-2px);border-color:#b8cae4;box-shadow:0 10px 24px #122d521f}.blog-card h3{margin-top:8px;font-size:1.03rem}.blog-card p{margin-top:6px;color:var(--muted);font-size:.92rem}.blog-article-page{max-width:980px;margin:0 auto 26px}.blog-article-card{display:grid;gap:14px}.blog-article-head h1{margin:10px 0 8px;font-size:clamp(1.45rem,2.6vw,2.1rem);line-height:1.25}.blog-article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0;color:var(--muted);font-size:.88rem}.blog-article-lead{margin:0;color:#2b3e58;font-size:1rem}.blog-article-section h2{margin:0 0 8px;font-size:1.12rem}.blog-article-section p{margin:0 0 8px;color:#314860;line-height:1.68}.blog-article-foot{display:flex;gap:10px;flex-wrap:wrap}.quick-contact{position:fixed;right:18px;bottom:18px;z-index:40;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.quick-contact-phone{background:#fff;color:#1f365e;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-weight:800;text-decoration:none;box-shadow:var(--shadow)}@media(max-width:960px){.blog-grid,.category-showcase-grid,.footer-columns{grid-template-columns:1fr}}@media(max-width:740px){.newsletter-form{grid-template-columns:1fr}.top-phone{display:none}.quick-contact{right:12px;bottom:12px}}.cart-config{font-size:.82rem}.detail-config{margin-top:16px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;display:grid;gap:12px}.detail-config-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.detail-config-grid>*{min-width:0}.detail-config-grid--purchase{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-config-grid--purchase label{min-width:0;width:100%}.detail-config-grid label,.detail-config-grid .detail-field,.catalog-toolbar-grid label,.detail-notes,.detail-upload-input{display:grid;gap:6px}.spec-dropdown{position:relative;width:100%;min-width:0}.spec-dropdown-trigger{width:100%;min-width:0;border:1px solid var(--line);border-radius:10px;padding:9px 10px;background:#fff;color:#243a5e;font:inherit;font-size:16px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left}.spec-dropdown-text{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.spec-dropdown-icon{flex:0 0 auto;color:#5a6782}.spec-dropdown-menu{position:absolute;z-index:30;top:calc(100% + 6px);left:0;width:100%;max-height:220px;overflow:auto;list-style:none;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 12px 28px #12264d29;padding:4px}.spec-dropdown-option{width:100%;min-width:0;border:none;border-radius:8px;background:transparent;color:#243a5e;padding:8px 10px;font:inherit;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.spec-dropdown-option.active{background:#e8f6f2;color:#0d5f58;font-weight:700}.detail-config-grid span,.catalog-toolbar-grid span,.detail-notes span,.detail-upload-input span{color:#41506a;font-size:.84rem;font-weight:700}.detail-config select,.detail-config input,.detail-notes textarea,.catalog-toolbar input,.catalog-toolbar select{border:1px solid var(--line);border-radius:10px;padding:9px 10px;font:inherit;background:#fff}.detail-config select,.catalog-toolbar select,.checkout-section select,.purchase-spec-select{display:block;inline-size:100%;width:100%;min-width:0;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.detail-config-grid select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:30px;background-image:linear-gradient(45deg,transparent 50%,#4f5d78 50%),linear-gradient(135deg,#4f5d78 50%,transparent 50%);background-position:calc(100% - 16px) calc(50% + 1px),calc(100% - 11px) calc(50% + 1px);background-size:5px 5px,5px 5px;background-repeat:no-repeat}.detail-config-grid--purchase select{width:100%!important;max-width:100%!important;min-width:0!important;inline-size:100%!important;max-inline-size:100%!important;box-sizing:border-box;-moz-appearance:auto;appearance:auto;-webkit-appearance:menulist}.purchase-spec-select{width:100%!important;max-width:100%!important;min-width:0!important;inline-size:100%!important;max-inline-size:100%!important;box-sizing:border-box!important;font-size:16px!important;line-height:1.25;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.detail-lead-times{display:grid;gap:8px}.detail-upload{display:grid;gap:6px}.detail-template{display:grid;gap:12px;padding:16px;border:1px solid #d7e3f3;border-radius:18px;background:radial-gradient(circle at 10% -20%,rgba(43,153,255,.12),transparent 45%),radial-gradient(circle at 92% 120%,rgba(43,198,145,.12),transparent 48%),#f8fbff;box-shadow:0 14px 28px #16305814}.detail-template h3{margin:0;font-size:1.1rem;color:#1b3858}.template-upload-inline{margin-top:4px;padding:12px;border:1px dashed #d2e0f2;border-radius:14px;background:#fff}.template-editor-block{display:grid;gap:12px;padding:12px;border-radius:14px;border:1px solid #d9e5f5;background:#fff}.template-layer-toolbar{display:flex;justify-content:space-between;align-items:center;gap:.8rem;flex-wrap:wrap}.template-layer-toolbar h4{margin:0;font-size:1rem}.template-layer-actions{display:flex;gap:.5rem;flex-wrap:wrap}.template-layer-list{display:flex;flex-wrap:wrap;gap:.6rem}.template-layer-list .btn{padding:.4rem .7rem;border-radius:999px;background:#f4f8ff;border:1px solid #d7e3f3;color:#2c4d75}.template-layer-list .btn.btn-primary{background:#1b6ff2;border-color:#1b6ff2;color:#fff}.template-live-preview{margin-top:.6rem;display:grid;place-items:center}.template-circle-preview{position:relative;width:min(100%,380px);aspect-ratio:1 / 1;border-radius:50%;overflow:hidden;border:2px solid #d7e5f5;box-shadow:0 16px 32px #1430581f}.template-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.template-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0003}.template-layer-text{position:absolute;transform:translate(-50%,-50%);text-align:center;line-height:1.2;-webkit-user-select:none;user-select:none;cursor:grab;text-shadow:0 2px 6px rgba(0,0,0,.45);white-space:nowrap;max-width:90%;overflow:hidden;text-overflow:ellipsis;z-index:2}.template-layer-text.active{outline:1px dashed rgba(255,255,255,.95);outline-offset:4px}.template-layer-text:active{cursor:grabbing}.template-mode-row{display:flex;gap:1rem;flex-wrap:wrap;color:#355276}.template-mode-row--compact{margin-top:2px}.template-mode-row--compact label{display:inline-flex;align-items:center;gap:.35rem;font-weight:600}.template-mode-row--seg{padding:.35rem;border-radius:999px;background:#f0f5ff;border:1px solid #d8e4f3;gap:.5rem}.template-mode-row--seg label{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .7rem;border-radius:999px;background:#fff;border:1px solid #d8e4f3;font-weight:700;cursor:pointer}.template-mode-row--seg label:has(input:checked){background:#1b6ff2;border-color:#1b6ff2;color:#fff}.template-mode-row--seg label:has(input:checked) input[type=radio]{accent-color:#ffffff}.template-mode-row--seg input[type=radio]{margin:0}.template-step{display:flex;align-items:center;gap:.6rem}.template-step h4{margin:0;font-size:1rem;color:#2c4d75}.template-upload-box{display:grid;gap:6px}.template-upload-row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.template-hidden-uploader{display:none}.template-upload-name{margin-top:.35rem}.template-preview-trigger{width:100%;border:none;background:transparent;padding:0;cursor:pointer;text-align:left;position:relative}.template-preview-zoom{position:absolute;right:10px;bottom:10px;background:#0f192db8;color:#fff;font-size:.78rem;padding:4px 10px;border-radius:999px}.template-preview-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a14238c;display:grid;place-items:center;z-index:80;padding:16px}.template-preview-dialog{width:min(820px,100%);background:#fff;border-radius:16px;border:1px solid #dbe2ef;box-shadow:0 28px 60px #0e1c3a4d;overflow:hidden}.template-preview-head{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e2e9f4}.template-preview-body{padding:16px;display:grid;place-items:center}.template-preview-body img{width:min(560px,100%);aspect-ratio:1 / 1;object-fit:contain;border-radius:14px;background:#f7f9fc}.detail-config-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.catalog-toolbar{margin-top:14px}.catalog-toolbar-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.catalog-toolbar-foot{margin-top:10px;display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}@media(max-width:980px){.detail-config-grid,.catalog-toolbar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1200px){.detail-config-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1180px)and (min-width:981px){.nav{min-height:auto;padding:10px 0;flex-wrap:wrap;align-items:stretch}.nav-actions{width:100%;justify-content:flex-end}}@media(max-width:680px){.detail-config-grid,.catalog-toolbar-grid{grid-template-columns:1fr}}@media(max-width:900px){.detail-config-grid--purchase{grid-template-columns:1fr}}@media(max-width:430px){.detail-config{padding:12px}.detail-config-grid--purchase{display:flex;flex-direction:column;gap:10px}.detail-config-grid--purchase label{display:flex;flex-direction:column;width:100%;max-width:100%;min-width:0}.detail-config-grid--purchase select,.detail-config-grid--purchase input[type=number]{width:100%!important;max-width:100%!important;min-width:0!important;flex:0 0 auto}}.detail-price-breaks{display:grid;gap:6px}.catalog-multi-filter-row{margin-top:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.catalog-multi-filter-title{color:#41506a;font-size:.84rem;font-weight:700;margin-bottom:6px}.catalog-check-grid{display:grid;gap:6px}.catalog-check-item{display:flex;align-items:center;gap:8px;color:#334461;font-size:.9rem}.catalog-pager{margin-top:14px;display:flex;align-items:center;justify-content:center;gap:10px}.checkout-section select{border:1px solid var(--line);border-radius:10px;padding:9px 10px;font:inherit;background:#fff}@media(max-width:980px){.catalog-multi-filter-row{grid-template-columns:1fr}}.catalog-filter-chips{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.catalog-filter-label{color:#41506a;font-size:.84rem;font-weight:700}.cart-shipping-box{margin-top:10px;display:grid;gap:8px}.cart-summary-line{display:flex;justify-content:space-between;align-items:baseline;gap:10px}.crop-editor{margin-top:10px;border:1px dashed var(--line);border-radius:12px;padding:12px;display:grid;gap:10px;background:#f9fbff}.crop-editor-main{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.crop-stage{width:240px;height:240px;border-radius:12px;border:1px solid var(--line);background:#eef2f8}.crop-preview-wrap{display:grid;gap:8px;justify-items:center;color:#41506a;font-weight:700;font-size:.84rem}.crop-preview{width:156px;height:156px;border-radius:999px;border:2px solid #ffffff;box-shadow:0 8px 20px #11294e24;background:#eef2f8}.crop-controls{display:grid;gap:8px}.crop-controls label{display:grid;gap:5px}.crop-controls span{color:#41506a;font-size:.84rem;font-weight:700}.crop-zoom-buttons{display:flex;gap:8px}.crop-zoom-buttons .btn{min-width:44px;padding:8px 12px}@media(max-width:700px){.crop-stage{width:220px;height:220px}.crop-preview{width:132px;height:132px}}.line-preview{margin-top:6px}.line-preview img,.inline-circle-preview{width:42px;height:42px;border-radius:999px;border:1px solid var(--line);object-fit:cover;background:#eef2f8;vertical-align:middle}.inline-circle-preview{margin-right:8px}.order-items-list{margin-top:10px}.order-items-list li,.plain-list li{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-order-item{display:grid;gap:8px;border:1px solid var(--line);border-radius:10px;padding:10px;background:#fff}.admin-order-head{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.admin-order-select{margin-right:2px}.admin-order-actions{display:grid;grid-template-columns:180px minmax(0,1fr) auto;gap:8px}.admin-order-actions select{min-width:170px}.admin-order-bulk-toolbar{align-items:end}.admin-order-pagination{align-items:center}.admin-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 14px}.admin-kpi-card{border:1px solid #d7e0f2;border-radius:12px;padding:12px;background:linear-gradient(180deg,#f9fbff,#f1f6ff)}.admin-kpi-label{margin:0;font-size:12px;color:#5a6d8f}.admin-kpi-value{margin:6px 0 4px;font-size:20px;font-weight:700;color:#1f3762}.admin-kpi-hint{margin:0;font-size:12px;color:#6c7f9f}.admin-section-caption{margin:4px 0 10px;color:#5e6e88;font-size:13px}.admin-empty{margin:10px 0 0;border:1px dashed #d2dcef;border-radius:10px;background:#f8fbff;color:#5f7397;font-size:13px;text-align:center;padding:10px}.admin-toast-stack{position:fixed;right:16px;bottom:16px;z-index:60;display:grid;gap:8px;width:min(92vw,360px)}.admin-toast{border-radius:10px;padding:10px 12px;color:#fff;font-size:13px;line-height:1.35;box-shadow:0 10px 24px #111a2b33}.admin-toast-success{background:linear-gradient(180deg,#1f9a63,#198354)}.admin-toast-error{background:linear-gradient(180deg,#df5a51,#c9473f)}.admin-order-note-template-box{margin-top:10px;border:1px solid #d6e0f2;border-radius:12px;padding:10px;background:#f8fbff}.admin-order-note-template-list{margin-top:8px}.admin-order-note-template-list li{justify-content:space-between}.admin-order-note-grow{min-width:min(100%,280px)}.admin-products-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:10px;background:#fff}.admin-products-table{width:100%;border-collapse:collapse;min-width:980px}.admin-products-table th,.admin-products-table td{border-bottom:1px solid var(--line);padding:8px;text-align:left;vertical-align:middle}.admin-products-table th{font-size:.82rem;color:#41506a}.admin-products-table td input,.admin-products-table td select{width:100%;min-width:0}.admin-upload-box{margin-top:12px;border:1px dashed var(--line);border-radius:12px;padding:10px;display:grid;gap:10px;background:#f8fbff}.admin-product-cards{margin-top:12px;display:grid;gap:12px}.admin-product-list{margin-top:12px;display:grid;gap:10px}.admin-product-row{border:1px solid #d6e2f2;border-radius:12px;padding:12px;background:#fff;display:grid;gap:10px}.admin-product-row-title{margin:0;font-size:.97rem;font-weight:700;color:#203a63;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-product-row-meta{margin:6px 0 0;color:#5a708f;font-size:.84rem;line-height:1.5}.admin-product-row-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-product-card{border:1px solid var(--line);border-radius:12px;background:#fff;padding:12px;display:grid;gap:10px}.admin-product-card-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.admin-product-card-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-product-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-product-form label{display:grid;gap:6px}.admin-check-label{display:flex!important;align-items:center;justify-content:space-between;gap:10px}.admin-check-label input[type=checkbox]{width:18px;height:18px}.admin-product-form label span{color:#41506a;font-size:.84rem;font-weight:700}.admin-product-form input,.admin-product-form select,.admin-product-form textarea{width:100%;min-width:0}.admin-product-toolbar{margin-top:10px}.admin-settings-actions{display:flex;align-items:flex-end}.admin-product-thumb-wrap{border:1px solid #d7e0f1;border-radius:10px;background:#f9fbff;padding:8px}.admin-product-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:8px}.admin-product-gallery-item{position:relative;border:1px solid #d7e0f1;border-radius:10px;padding:4px;background:#fff;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.admin-product-gallery-item:hover{transform:translateY(-1px);border-color:#b7c7e0;box-shadow:0 8px 18px #1b30501f}.admin-product-gallery-item img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px}.admin-product-gallery-tag{position:absolute;right:6px;bottom:6px;background:#1d5e9e;color:#fff;font-size:.72rem;padding:2px 6px;border-radius:999px}.admin-product-gallery-hint{margin-top:6px;color:#5a6a85;font-size:.82rem}.admin-product-thumb{width:120px;height:120px;object-fit:cover;border-radius:10px;border:1px solid #cfd9ee;background:#eef3fb}.admin-invalid{border-color:#e35d6a!important;box-shadow:0 0 0 3px #e35d6a24!important}.admin-product-form-full{grid-column:1 / -1}.admin-order-modal{width:min(960px,100%)}.admin-product-edit-modal{width:min(980px,100%);max-height:min(88vh,940px);overflow:auto}.admin-edit-footer{position:sticky;bottom:0;z-index:2;margin-top:12px;padding:10px 0 2px;display:flex;justify-content:flex-end;gap:8px;background:linear-gradient(180deg,#ffffffd1,#fff 42%);border-top:1px solid #dce8f6}.admin-order-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-order-line{align-items:center}@media(max-width:800px){.admin-order-actions,.admin-order-detail-grid,.admin-product-form{grid-template-columns:1fr}.admin-product-row-actions .btn{flex:1 1 calc(50% - 8px)}}.order-status-row{margin-top:8px;display:flex;gap:8px;flex-wrap:wrap}.order-status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:.8rem;font-weight:800;color:#0f5e57;background:#e8f8f4;border:1px solid #bfe8e1}.order-status-pill-muted{color:#375172;background:#eef3fb;border-color:#d3deee}.order-timeline li{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.orders-list{margin-top:14px;display:grid;gap:12px}:root{--bg: #f2f5f9;--surface: #ffffff;--surface-soft: #f5f8fd;--text: #132035;--muted: #55637d;--brand: #0e766e;--brand-2: #e3572b;--line: #d4dde9;--shadow: 0 14px 36px rgba(17, 41, 78, .08);--shadow-hover: 0 18px 42px rgba(17, 41, 78, .14);--radius: 18px;--radius-sm: 12px;--focus-ring: 0 0 0 3px rgba(63, 129, 208, .24)}body{color:var(--text);background:radial-gradient(circle at 8% 10%,#d7f3ef 0%,transparent 30%),radial-gradient(circle at 90% 5%,#ffe6d9 0%,transparent 24%),linear-gradient(180deg,#f5f7fb,#edf2f8)}.section-head h2,.page-hero h1,.detail-title,.hero-main h1{letter-spacing:-.02em}h2{font-size:clamp(1.35rem,2.1vw,1.9rem)}h3{font-size:clamp(1.04rem,1.4vw,1.24rem)}p,li{line-height:1.58}.header{background:#f5f7fbd6;border-bottom:1px solid rgba(212,221,233,.9);box-shadow:0 6px 20px #0a19360d}.brand{color:#0f2948}.menu-link{transition:background-color .18s ease,color .18s ease,transform .18s ease}.menu-link:hover{transform:translateY(-1px)}.search,.lang-switch{box-shadow:0 2px 10px #10213c0a}.search-form input::placeholder{color:#7b8aa5}.hero-main,.hero-side,.info-card,.story-card,.product,.category-showcase-card,.blog-card,.faq-item,.detail-section,.detail-media,.detail-main,.detail-card,.newsletter,.detail-config{border-radius:var(--radius);box-shadow:var(--shadow)}.hero-main,.hero-side,.info-card,.story-card,.product,.category-showcase-card,.blog-card,.faq-item,.detail-section,.detail-media,.detail-main,.detail-card,.newsletter,.detail-config{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.story-card:hover,.product:hover,.category-showcase-card:hover,.blog-card:hover,.faq-item:hover,.detail-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover);border-color:#bfd1e6}.btn{border:1px solid transparent;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease}.btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #152d4f2e}.btn:active:not(:disabled){transform:translateY(0)}.btn:not(.btn-primary):not(.btn-warm){background:#fff;border-color:#cad6e7;color:#183454}.btn-primary{background:linear-gradient(120deg,#0d7c73,#149487)}.btn-warm{background:linear-gradient(120deg,#e15528,#f07a39)}.chip{color:#2a3f5f;border-color:#cdd9ea;background:#fbfdff;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.chip:hover{transform:translateY(-1px);border-color:#9ec4ea}a{transition:color .16s ease,text-decoration-color .16s ease}.chip.active{border-color:#9fdccc;background:#def5ef;color:#0a635b}.thumb,.detail-thumb{background:radial-gradient(circle at 25% 20%,#eff6ff 0%,transparent 48%),radial-gradient(circle at 80% 80%,#e8fff9 0%,transparent 42%),linear-gradient(135deg,#eef4ff,#f8fbff)}.product h3,.blog-card h3,.story-card h3{color:#193153}.price{color:#0f315e}.tag{background:#fff4dd;color:#9d6200;border-color:#f8d89c}.page-hero{background:radial-gradient(circle at 10% 20%,#ebf4ff 0%,transparent 45%),#fff}.contact-form input,.contact-form textarea,.catalog-toolbar input,.catalog-toolbar select,.checkout-section select,.detail-config select,.detail-config input,.detail-notes textarea,.newsletter-form input{border-color:#c8d4e6;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.contact-form input:focus,.contact-form textarea:focus,.catalog-toolbar input:focus,.catalog-toolbar select:focus,.checkout-section select:focus,.detail-config select:focus,.detail-config input:focus,.detail-notes textarea:focus,.newsletter-form input:focus{outline:none;border-color:#7aaedf;box-shadow:0 0 0 3px #4889d329}.price-breakdown .checkout-total{border-top:1px solid #cfd9e8}.footer{margin-top:26px;border-top:1px solid #d7e0eb;background:#ffffff8c;border-radius:16px 16px 0 0;padding:22px 18px 30px}.quick-contact-phone{background:#fff;border-color:#c9d7e8}.quick-contact .btn{box-shadow:0 12px 26px #0f345e38}.hero-main,.hero-side,.info-card,.newsletter,.final-cta{animation:fade-rise .45s ease both}.hero-main{display:grid;gap:8px}.hero-side h3,.section-head{margin-bottom:10px}.info-card>h2,.info-card>h3{margin-bottom:8px}.price-breakdown p{padding:1px 0}.detail-actions .btn,.cart-summary-actions .btn{min-height:40px}.shipping-option{background:#fbfdff;border-color:#d4ddeb}.shipping-option:has(input:checked){border-color:#8ac8bb;background:#e8f6f2}.product-grid{margin-top:10px}.footer-col a:hover,.category-showcase-link:hover{color:#0b6d65}.catalog-toolbar,.orders-list,.catalog-filter-chips,.catalog-pager{margin-top:16px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@keyframes fade-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:960px){.page-hero,.info-card,.detail-section,.detail-config,.newsletter{padding:14px}.catalog-toolbar-grid{gap:8px}.btn{padding:9px 14px}}@media(max-width:640px){main{padding:18px 0 28px}section{margin-top:18px}.page-hero{margin-top:8px}.hero-main,.hero-side{border-radius:14px}.price-line,.cart-summary-line,.order-status-row{gap:6px}}:root{--bg: #f7f5ff;--surface-soft: #f1f5ff;--text: #161a33;--muted: #4f5780;--brand: #00b894;--brand-2: #ff5a2f;--line: #d2daf4;--shadow: 0 16px 36px rgba(55, 32, 154, .14);--shadow-hover: 0 24px 52px rgba(55, 32, 154, .24);--radius: 20px;--focus-ring: 0 0 0 3px rgba(110, 70, 255, .32)}body{background:radial-gradient(circle at 8% 10%,#c7ffea 0%,transparent 36%),radial-gradient(circle at 90% 5%,#ffd9cb 0%,transparent 28%),radial-gradient(circle at 48% 102%,#ccd7ff 0%,transparent 40%),linear-gradient(180deg,#f7f5ff,#eef3ff)}.top-strip{background:linear-gradient(95deg,#00ba92,#2468ff)}.header{background:#f8f6ffeb;border-bottom-color:#cdd6f6f5;box-shadow:0 10px 24px #3e299d1f}.sale-chip{background:linear-gradient(120deg,#ffefdf,#ffe2d1);border-color:#ffbf9f;color:#da4c20;box-shadow:0 8px 18px #ff6d392e}.hero-main h1{background:linear-gradient(120deg,#19265c,#6e3dff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.metric{border-color:#dbe2fb;background:linear-gradient(180deg,#fafdff,#f5f8ff)}.hero-main,.hero-side,.info-card,.story-card,.product,.category-showcase-card,.blog-card,.faq-item,.detail-section,.detail-media,.detail-main,.detail-card,.newsletter,.detail-config{border-color:#d9dff3}.btn-primary{background:linear-gradient(120deg,#00c89f,#00b38f)}.btn-warm{background:linear-gradient(120deg,#ff5a2f,#ff7b2f)}.btn:hover:not(:disabled){box-shadow:0 14px 28px #391ea54d}.btn-primary:hover:not(:disabled){box-shadow:0 16px 30px #00b08a57}.btn-warm:hover:not(:disabled){box-shadow:0 16px 30px #ff5a2f57}.tag{background:linear-gradient(120deg,#fff1d2,#ffe4b4);color:#9f5700;border-color:#ffc978}.thumb,.detail-thumb{background:radial-gradient(circle at 22% 20%,#ecf3ff 0%,transparent 46%),radial-gradient(circle at 82% 80%,#dcfff4 0%,transparent 42%),radial-gradient(circle at 75% 15%,#ffe8df 0%,transparent 34%),linear-gradient(135deg,#eef3ff,#fbfcff)}.product:hover,.blog-card:hover,.story-card:hover,.category-showcase-card:hover{box-shadow:0 22px 46px #42319d42;transform:translateY(-3px)}.price{color:#20286f;text-shadow:0 1px 0 rgba(255,255,255,.6)}.page-hero{border-color:#dbe1f7;background:radial-gradient(circle at 12% 22%,#ecf2ff 0%,transparent 46%),radial-gradient(circle at 88% 20%,#ffefe7 0%,transparent 36%),#fff}.shipping-option:has(input:checked){border-color:#5f74ff;background:linear-gradient(180deg,#e9edff,#f4f6ff);box-shadow:inset 0 0 0 1px #5f74ff2e}.order-status-pill{background:linear-gradient(120deg,#dffef3,#d2f8ea);border-color:#9fe7cf;color:#0a6d57}.order-status-pill-muted{background:linear-gradient(120deg,#e8edff,#f0f3ff);border-color:#bdc9ff;color:#2a3d9f}.menu-link.active,.menu-link:hover{background:linear-gradient(120deg,#e8fbf4,#e7eeff);color:#17446f}.thumb img{width:100%;height:100%;object-fit:cover}.thumb>span,.detail-thumb>span{display:block;padding:10px;text-align:center}.detail-thumb img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.chip.active{border-color:#88a0ff;background:linear-gradient(120deg,#eaf0ff,#f2f6ff);color:#2a3da0}.crop-result{margin-top:10px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.crop-result-image{width:86px;height:86px;border-radius:999px;border:1px solid var(--line);object-fit:cover;background:#eef2f8}.crop-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a132385;z-index:120;display:flex;align-items:center;justify-content:center;padding:16px}.crop-modal{width:min(760px,100%);max-height:90vh;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;display:grid;gap:10px}.crop-modal-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.crop-modal-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.crop-modal-body{color:#2a3d5e;line-height:1.5}.admin-confirm-modal{width:min(460px,100%)}@media(max-width:700px){.crop-modal{padding:12px}.crop-result-image{width:74px;height:74px}}html,body{max-width:100%;overflow-x:clip}@media(max-width:980px){.nav{min-height:auto;padding:10px 0;flex-wrap:wrap;align-items:stretch;gap:10px}.nav-main{width:100%;flex-wrap:wrap;gap:10px}.menu{display:flex;width:100%;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:2px}.menu-link{flex:0 0 auto}.nav-actions{width:100%;flex-wrap:wrap;gap:8px}.nav-actions>*{min-width:0}.search{flex:1 1 100%;min-width:0}.search-form{width:100%;padding:0 8px}.search-form input{min-width:0}.lang-switch{flex:0 1 auto;min-width:132px;max-width:none}.lang-select{min-width:0}.more-menu-panel{position:static;min-width:0;width:100%;box-shadow:none}}@media(max-width:640px){input,select,textarea,button{font-size:16px}.btn{min-height:42px}.lang-switch{flex:0 1 auto;min-width:120px;max-width:none;padding:0 8px}.hero,.detail-hero,.detail-grid,.contact-grid,.cart-layout,.info-grid{grid-template-columns:1fr!important}.cart-item{grid-template-columns:1fr}.top-strip-left>span,.top-strip-right>span,h1,.hero-main p,.deal-list li span,.story-card h3,.story-card p,.product h3,.product p,.final-cta h3,.final-cta p{word-break:break-word;overflow-wrap:anywhere;white-space:normal}.sale-chip,.chip,.tag,.ref-pill{white-space:normal;text-align:center}.crop-editor-main{flex-direction:column;align-items:flex-start}.crop-modal-actions{justify-content:stretch}.crop-modal-actions .btn{flex:1 1 calc(50% - 8px)}.quick-contact{right:10px;bottom:calc(10px + env(safe-area-inset-bottom))}}.admin-upload-box{border-style:solid;border-color:#cfd9ee;background:radial-gradient(circle at 10% 20%,#eef5ff 0%,transparent 42%),#f8fbff}.admin-product-cards{gap:14px}.admin-product-card{border-color:#d2dbef;border-radius:14px;padding:14px;box-shadow:0 10px 24px #2a397114}.admin-product-card:hover{border-color:#b6c5e8;box-shadow:0 14px 28px #2a39711f}.admin-product-card-head h3{margin:0;font-size:1rem;color:#203560}.admin-product-form{gap:12px}.admin-product-form label span{color:#344867;font-size:.8rem;letter-spacing:.02em}.admin-product-form input,.admin-product-form select,.admin-product-form textarea{border:1px solid #c8d4e7;border-radius:10px;padding:10px 12px;background:#fff;color:#1d2f50}.admin-product-form textarea{min-height:74px;resize:vertical}.admin-order-item{border-color:#d2dbef;border-radius:12px;padding:12px;box-shadow:0 8px 20px #2a39710f}.admin-order-head{font-size:.92rem;color:#3a4b69}.admin-order-head strong{display:inline-flex;align-items:center;border-radius:999px;padding:3px 10px;background:#edf3ff;border:1px solid #cfdbf3;color:#1d335d}.admin-order-actions input,.admin-order-actions select{min-height:40px;border:1px solid #c8d4e7;border-radius:10px;padding:8px 10px}@media(max-width:800px){.admin-product-card,.admin-order-item{padding:12px}.admin-product-form input,.admin-product-form select,.admin-product-form textarea,.admin-order-actions input,.admin-order-actions select{font-size:16px}.admin-order-bulk-toolbar>*{width:100%}.admin-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.admin-kpi-grid{grid-template-columns:1fr}.admin-toast-stack{right:10px;left:10px;width:auto;bottom:10px}}.admin-dashboard{--admin-ink: #16304f;--admin-muted: #617a9b;--admin-line: #dbe6f3;--admin-surface: #ffffff;--admin-surface-soft: #f6faff;--admin-primary: #1b7cff;--admin-primary-strong: #0f62d7}.admin-dashboard.admin-shell{width:min(1200px,100%);margin:0 auto;display:grid;gap:14px;align-content:start}.admin-dashboard.admin-shell>*{margin-top:0;margin-bottom:0}.admin-dashboard .page-hero{background:linear-gradient(135deg,#eaf3ff,#f4fbff 48%,#eef8f2);border:1px solid #d8e6f5;box-shadow:0 12px 28px #1e487c14}.admin-dashboard .page-hero h1{color:var(--admin-ink);letter-spacing:.01em}.admin-dashboard .page-hero p{color:var(--admin-muted)}.admin-dashboard .info-card{border:1px solid var(--admin-line);border-radius:14px;background:var(--admin-surface);box-shadow:0 10px 24px #122b4d0f}.admin-dashboard .admin-panel{padding:14px}.admin-dashboard .admin-section-head{margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid #e2ebf7;display:grid;gap:6px}.admin-dashboard .admin-section-head h2,.admin-dashboard .admin-section-head .admin-section-caption{margin:0}.admin-dashboard .admin-nav-card{position:sticky;top:74px;z-index:18;padding:12px}.admin-dashboard .catalog-filter-chips{gap:10px}.admin-dashboard .admin-tabs{display:flex;align-items:center;flex-wrap:wrap}.admin-dashboard .admin-tabs .btn:last-child{margin-left:auto}.admin-dashboard .catalog-filter-chips .btn{border-radius:999px;padding:8px 14px;border-color:#d4e2f3;background:#f2f7ff;color:#20406a}.admin-dashboard .catalog-filter-chips .btn.btn-primary{background:linear-gradient(180deg,var(--admin-primary) 0%,var(--admin-primary-strong) 100%);color:#fff;border-color:var(--admin-primary-strong)}.admin-dashboard .catalog-toolbar-grid label,.admin-dashboard .catalog-toolbar-foot label{background:var(--admin-surface-soft);border:1px solid #deebf7;border-radius:12px;padding:8px 10px}.admin-dashboard .catalog-toolbar-grid{gap:12px}.admin-dashboard .admin-wide-field{grid-column:1 / -1}.admin-dashboard .admin-toolbar-card{margin-top:0;margin-bottom:10px;border:1px solid #dce8f6;border-radius:12px;background:linear-gradient(180deg,#f9fcff,#f4f9ff);padding:10px 12px}.admin-dashboard .admin-toolbar-card:last-child{margin-bottom:0}.admin-dashboard .catalog-toolbar-grid.admin-toolbar-card{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-dashboard .catalog-toolbar-foot.admin-toolbar-card{justify-content:flex-start}.admin-dashboard .admin-order-filter-grid.admin-toolbar-card{grid-template-columns:repeat(5,minmax(0,1fr))}.admin-dashboard .catalog-toolbar-foot{gap:8px;padding:8px 10px;border:1px solid #e0ebf8;border-radius:12px;background:#f8fbff}.admin-dashboard .admin-order-filter-grid,.admin-dashboard .admin-order-primary-actions{margin-bottom:10px}.admin-dashboard .admin-order-summary{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.admin-dashboard .admin-order-quick-actions,.admin-dashboard .admin-order-export-actions{justify-content:flex-start}.admin-dashboard .admin-order-note-template-box .admin-toolbar-card{border:0;background:transparent;padding:0;margin-bottom:8px}.admin-dashboard .catalog-filter-label{color:#597499}.admin-dashboard input,.admin-dashboard select,.admin-dashboard textarea{border:1px solid #cdddef;border-radius:10px;color:var(--admin-ink);background:#fff;min-height:42px;padding:10px 12px;font-size:14px;line-height:1.4;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.admin-dashboard textarea{min-height:84px;resize:vertical}.admin-dashboard input::placeholder,.admin-dashboard textarea::placeholder{color:#8ca2bf}.admin-dashboard select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:36px;background-image:linear-gradient(45deg,transparent 50%,#6d84a5 50%),linear-gradient(135deg,#6d84a5 50%,transparent 50%);background-position:calc(100% - 16px) calc(50% - 3px),calc(100% - 11px) calc(50% - 3px);background-size:5px 5px,5px 5px;background-repeat:no-repeat}.admin-dashboard input:hover,.admin-dashboard select:hover,.admin-dashboard textarea:hover{border-color:#b8cdec}.admin-dashboard input:focus,.admin-dashboard select:focus,.admin-dashboard textarea:focus{border-color:#78adf5;box-shadow:0 0 0 3px #1b7cff1f;outline:none}.admin-dashboard input:disabled,.admin-dashboard select:disabled,.admin-dashboard textarea:disabled{color:#8fa5bf;background:#f3f7fc;border-color:#d8e3f1;cursor:not-allowed}.admin-dashboard .btn{border-radius:10px;border:1px solid #cfe0f3;background:#f3f8ff;color:#203d64}.admin-dashboard .btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 16px #183f6d1f}.admin-dashboard .btn.btn-primary{color:#fff;border-color:var(--admin-primary-strong);background:linear-gradient(180deg,var(--admin-primary) 0%,var(--admin-primary-strong) 100%)}.admin-dashboard .admin-kpi-card{border-color:#d9e6f7;background:linear-gradient(180deg,#f8fbff,#eef6ff)}.admin-dashboard .admin-kpi-value{color:#10345e}.admin-dashboard .admin-order-item,.admin-dashboard .admin-product-card,.admin-dashboard .admin-upload-box,.admin-dashboard .admin-order-note-template-box{border-color:#d8e4f3;background:#fff;box-shadow:0 8px 20px #17345a0f}.admin-dashboard .admin-order-head strong{background:#e9f2ff;border-color:#c6dbf7;color:#1d3f6b}.admin-dashboard .order-status-pill{border-radius:999px;background:#eaf3ff;border:1px solid #c4d8f2;color:#1d3e6b}.admin-dashboard .admin-empty{background:linear-gradient(180deg,#f8fbff,#f2f8ff);border-color:#d6e4f5;color:#597294}.admin-dashboard .crop-modal{border-color:#d7e4f4;box-shadow:0 22px 40px #0d223e38}.admin-table-wrap{width:100%;overflow-x:auto;border:1px solid #d7e3f3;border-radius:12px;background:#fff}.admin-table{width:100%;border-collapse:collapse;font-size:.88rem}.admin-table th,.admin-table td{border-bottom:1px solid #e3ecf7;padding:8px;text-align:left;vertical-align:middle}.admin-table th{background:#f7fbff;color:#2c4d75;font-weight:700}.admin-table input{width:100%;min-width:0;border:1px solid #cddcf0;border-radius:10px;padding:6px 8px;background:#fff}.admin-range-input{display:grid;grid-template-columns:1fr auto 1fr;gap:6px;align-items:center}.admin-range-input span{color:#4a607c;font-weight:700;text-align:center}@media(max-width:900px){.admin-dashboard .admin-nav-card{position:static}.admin-dashboard .catalog-toolbar-grid label,.admin-dashboard .catalog-toolbar-foot label{width:100%}.admin-dashboard .catalog-toolbar-grid.admin-toolbar-card,.admin-dashboard .admin-order-filter-grid.admin-toolbar-card{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-dashboard .catalog-toolbar-foot>.btn,.admin-dashboard .catalog-toolbar-foot>.catalog-filter-label{width:100%}.admin-dashboard .admin-tabs .btn:last-child{margin-left:0}}@media(max-width:640px){.admin-dashboard .catalog-toolbar-grid.admin-toolbar-card,.admin-dashboard .admin-order-filter-grid.admin-toolbar-card{grid-template-columns:1fr}}.user-menu{position:relative;display:inline-flex;align-items:center;gap:.35rem;padding:0;border-radius:0;background:transparent;border:none}.user-menu-trigger{display:inline-flex;align-items:center;gap:.45rem}.user-menu-caret{font-size:.75rem;opacity:.7}.user-menu-panel{position:absolute;right:0;top:calc(100% + 8px);min-width:200px;padding:.35rem;display:grid;gap:.25rem;background:#fff;border:1px solid #d5e4f6;border-radius:12px;box-shadow:0 12px 30px #0c182d1f;z-index:40}.user-menu-item{display:flex;align-items:center;gap:.4rem;width:100%;padding:.5rem .7rem;border-radius:10px;color:#30415d;text-decoration:none;background:transparent;border:none;cursor:pointer;font:inherit;text-align:left}.user-menu-item:hover{background:#eef6ff;color:#173f6d}.user-menu.open .user-menu-trigger{background:#eef6ff}.login-entry-btn{border-color:#d0def2;background:linear-gradient(180deg,#fff,#f3f8ff)}.login-entry-btn:hover:not(:disabled){border-color:#bad1ee}.user-email-chip{max-width:14rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-layout{display:grid;gap:1.1rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));color:#1b3858}.account-layout .admin-grid{gap:.8rem}.account-layout .info-card{border:1px solid #d7e3f3;border-radius:18px;padding:1rem 1.1rem;background:radial-gradient(circle at 10% -20%,rgba(43,153,255,.08),transparent 50%),#fff;box-shadow:0 10px 24px #10295214}.account-layout .info-card.account-actions{grid-column:1 / -1}.account-layout .newsletter-success,.account-layout .checkout-error{grid-column:1 / -1;margin:0}.account-layout h2{margin:0 0 .6rem;font-size:1.05rem;color:#1b3858}.account-layout label span,.account-layout p,.account-layout li,.account-layout .coupon-help{color:#2c4d75}.account-layout .info-card{color:#1b3858}.account-section-head{display:flex;align-items:center;justify-content:space-between;gap:.7rem;margin-bottom:.55rem}.account-section-head h2{margin:0}.account-section-head .btn{border-radius:999px;padding:.45rem .9rem}.account-address-card{border:1px solid #d7e2f0;border-radius:16px;padding:.85rem;margin-bottom:.75rem;background:#fff;box-shadow:inset 0 1px #fffc,0 8px 18px #14305814;position:relative}.account-address-card:before{content:"";position:absolute;left:10px;top:12px;bottom:12px;width:3px;border-radius:999px;background:linear-gradient(180deg,#1b6ff2,#2cc3a0);opacity:.55}.account-address-card>*{position:relative;z-index:1}.account-address-card .btn-danger-light{align-self:flex-start}.account-actions{display:flex;flex-wrap:wrap;gap:.6rem;padding-top:.5rem;border-top:1px dashed #d7e3f3}.account-layout label{display:grid;gap:.34rem}.account-layout input,.account-layout textarea,.account-layout select{width:100%;min-width:0;border:1px solid #cddcf0;border-radius:12px;background:#fff;min-height:42px;padding:.6rem .75rem;font-size:.95rem;color:#1b3858;transition:border-color .2s ease,box-shadow .2s ease}.account-layout textarea{min-height:72px;resize:vertical}.account-layout input:focus,.account-layout textarea:focus,.account-layout select:focus{outline:none;border-color:#56a3ff;box-shadow:0 0 0 3px #56a3ff33}.invoice-type-row{gap:10px}.invoice-type-row label{display:inline-flex;align-items:center;gap:.4rem;padding:0;border-radius:0;background:transparent;border:none;font-weight:600;color:#2c4d75;cursor:pointer;min-width:0;justify-content:flex-start}.invoice-type-row label:has(input:checked){color:#1b3858}.invoice-type-row input[type=radio]{width:14px;height:14px;accent-color:#1b6ff2}@media(max-width:760px){.account-layout{grid-template-columns:1fr}.account-actions .btn,.account-section-head .btn{width:100%;justify-content:center}}.wishlist-grid{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.wishlist-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin:.8rem 0;flex-wrap:wrap}.wishlist-item{display:grid;gap:.5rem}.wishlist-remove{width:100%}.btn-danger-light{border-color:#efc2c2;background:#fff5f5;color:#9b2f2f}.btn-danger-light:hover{border-color:#e39f9f;background:#ffeaea}.review-form{display:grid;gap:.65rem}.review-form label{display:grid;gap:.35rem}.review-list{display:grid;gap:.55rem}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}@media(max-width:980px){.top-strip{padding:6px 0}.top-strip-left,.top-strip-right{flex:1 1 100%}.top-strip-right{justify-content:flex-start}.nav{gap:8px}.nav-main,.nav-actions{width:100%}.nav-actions{display:grid;grid-template-columns:1fr;gap:8px}.search,.lang-switch,.login-entry-btn,.user-menu,.nav-actions>.btn.btn-primary{width:100%;max-width:100%}.user-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-radius:12px;padding:.4rem;gap:.4rem}.user-menu .btn,.user-menu a{width:100%}.user-menu-panel{position:static;min-width:0;width:100%;box-shadow:none;margin-top:.3rem}.user-email-chip{max-width:100%}.menu{gap:8px;padding-bottom:4px;scroll-snap-type:x proximity}.menu-link{scroll-snap-align:start}.detail-config-grid,.detail-config-grid--purchase,.catalog-toolbar-grid,.catalog-multi-filter-row,.cart-layout,.contact-grid,.info-grid{grid-template-columns:1fr!important}}@media(max-width:640px){.container{padding-left:12px;padding-right:12px}.brand{font-size:1.15rem}.hero-main,.hero-side,.detail-media,.detail-main,.detail-section,.page-hero,.info-card,.newsletter,.admin-product-card,.admin-order-item{padding:12px;border-radius:12px}.btn{min-height:42px;width:100%}.detail-actions .btn,.cart-summary-actions .btn,.catalog-toolbar-foot .btn{width:100%}.cart-item{padding:12px}.cart-controls input{width:100%}.shipping-option{grid-template-columns:auto 1fr}.shipping-option strong{grid-column:2 / 3;justify-self:start}.coupon-row,.newsletter-form,.invoice-type-row{grid-template-columns:1fr}}.review-item{border:1px solid #d8e3f1;border-radius:12px;padding:.6rem .7rem;background:#fff}.templates-layout{display:grid;grid-template-columns:1.3fr .9fr;gap:.9rem}.template-studio-preview img{max-width:320px}.admin-grid{display:grid;gap:.6rem}.admin-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:640px){.admin-grid.two{grid-template-columns:1fr}}@media(max-width:960px){.templates-layout{grid-template-columns:1fr}}:root{--bg: #f4f7fb;--surface: #ffffff;--surface-soft: #f6f9fe;--text: #13233f;--muted: #566482;--brand: #0f7a72;--brand-2: #e85f2f;--line: #d5deec;--shadow: 0 16px 36px rgba(15, 35, 67, .1);--shadow-hover: 0 20px 44px rgba(15, 35, 67, .16);--focus-ring: 0 0 0 3px rgba(40, 116, 224, .22);--radius: 18px}body{background:radial-gradient(circle at 12% 10%,#dff5f2 0%,transparent 34%),radial-gradient(circle at 88% 8%,#ffe7dc 0%,transparent 30%),linear-gradient(180deg,#f7f9fc,#eff4fa);color:var(--text)}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7faffe0;border-bottom:1px solid rgba(213,222,236,.95);box-shadow:0 8px 24px #12284e14}main{padding:28px 0 44px}.page-hero,.info-card,.story-card,.product,.faq-item,.cart-item,.checkout-section,.detail-section,.detail-main,.detail-media,.detail-config,.newsletter,.category-showcase-card,.blog-card{border-color:#d7e0ee;box-shadow:var(--shadow);border-radius:var(--radius)}.product:hover,.story-card:hover,.blog-card:hover,.category-showcase-card:hover,.faq-item:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.btn{border:1px solid transparent;min-height:40px;font-weight:800;letter-spacing:.01em;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.btn:not(.btn-primary):not(.btn-warm){border-color:#cfd9e9;background:#fff;color:#183355}.btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #122b5029}.btn-primary{background:linear-gradient(120deg,#11857c,#0f6f69)}.btn-warm{background:linear-gradient(120deg,#f0723d,#df5327)}.catalog-toolbar input,.catalog-toolbar select,.checkout-section input,.checkout-section select,.checkout-section textarea,.contact-form input,.contact-form textarea,.search-form input,.lang-select{border-color:#cbd7e8;border-radius:12px}.catalog-toolbar input:focus,.catalog-toolbar select:focus,.checkout-section input:focus,.checkout-section select:focus,.checkout-section textarea:focus,.contact-form input:focus,.contact-form textarea:focus,.search-form input:focus,.lang-select:focus{outline:none;border-color:#7ba8df;box-shadow:0 0 0 3px #3f83d929}.nav{min-height:74px}.menu-link{color:#2f4466}.menu-link.active,.menu-link:hover{color:#0e6a63;background:linear-gradient(120deg,#e3f5f2,#ebf3ff)}.mobile-menu-toggle{display:none;width:40px;height:40px;border-radius:10px;border:1px solid #cfd9ea;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}.mobile-menu-toggle span{width:18px;height:2px;background:#28476d;border-radius:4px}.mobile-menu-panel-wrap{display:none}.mobile-menu-links{display:grid;gap:8px}.mobile-menu-links .menu-link{border:1px solid #d3ddec;background:#fff;width:100%}.mobile-menu-actions{margin-top:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-menu-actions .lang-switch{grid-column:1 / -1}@media(max-width:980px){.menu-desktop,.desktop-actions{display:none}.mobile-menu-toggle{display:inline-flex}.mobile-menu-panel-wrap{display:grid;gap:10px;padding-bottom:14px;border-top:1px solid #d8e1ee;animation:fade-rise .2s ease}.mobile-search{margin-top:10px}.mobile-search.search{display:block;min-width:0}.mobile-search .search-form input,.mobile-search input{min-width:0}.top-strip{font-size:.8rem;padding:6px 0}.page-hero,.info-card,.catalog-toolbar,.checkout-section{padding:14px}}@media(max-width:640px){main{padding:18px 0 30px}.mobile-menu-actions{grid-template-columns:1fr}.hero-main,.hero-side{border-radius:14px}}.home-toolbar-card{border-color:#d2dff1;background:radial-gradient(circle at 95% 8%,rgba(86,169,255,.16),transparent 34%),radial-gradient(circle at 6% 92%,rgba(255,175,104,.18),transparent 28%),#fff}.home-toolbar-card .catalog-toolbar-grid{grid-template-columns:minmax(0,1.35fr) minmax(0,.65fr)}.home-toolbar-card .catalog-toolbar-foot{padding-top:8px;border-top:1px dashed #d7e2f1}.catalog-page-hero{position:relative;overflow:hidden;padding:24px}.catalog-page-hero:after{content:"";position:absolute;inset:auto -40px -60px auto;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle,rgba(15,122,114,.14),transparent 68%);pointer-events:none}.catalog-toolbar-main{border-color:#ccdaed}.catalog-toolbar-main .catalog-toolbar-grid{gap:12px}.catalog-toolbar-main .catalog-check-grid{padding:10px;border:1px solid #d9e3f1;border-radius:12px;background:#fbfdff}.catalog-filter-chips.info-card{margin-top:12px;padding:12px;border-style:dashed}.catalog-pager.info-card{margin-top:14px;padding:10px 12px;display:flex;justify-content:center}.checkout-grid{align-items:start;gap:14px}.checkout-form-card{padding:18px}.checkout-form-card .contact-form{gap:12px}.checkout-form-card .contact-form>input,.checkout-form-card .contact-form>textarea{min-height:44px}.checkout-summary-card{position:sticky;top:108px;padding:18px}.checkout-summary-card .plain-list{max-height:260px;overflow:auto;padding-right:4px}.shipping-option{transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.shipping-option:hover{border-color:#b8cde7;background:#f8fbff}.shipping-option:has(input:checked){border-color:#6ea0d8;background:linear-gradient(180deg,#ecf4ff,#f7faff)}.admin-dashboard .admin-toolbar-card{border:1px solid #d7e4f5;border-radius:14px;background:linear-gradient(180deg,#fbfdff,#f4f9ff)}.admin-dashboard .catalog-filter-label{color:#3d5577;font-weight:800}.admin-dashboard .admin-panel>.checkout-error,.admin-dashboard .admin-panel>.newsletter-success{margin-top:10px}@media(min-width:1024px){.catalog-toolbar-main{position:sticky;top:92px;z-index:8}}@media(max-width:980px){.home-toolbar-card .catalog-toolbar-grid{grid-template-columns:1fr}.checkout-summary-card{position:static;top:auto}}.admin-dashboard .order-items-list{display:grid;gap:10px}.admin-dashboard .admin-order-item{padding:12px;border:1px solid #d7e4f4;border-radius:14px;background:#fff}.admin-dashboard .admin-order-head{display:grid;grid-template-columns:minmax(120px,auto) auto auto minmax(160px,1fr) minmax(190px,1.2fr) auto auto;gap:8px 10px;align-items:center;margin-bottom:10px}.admin-dashboard .admin-order-head>*{min-width:0}.admin-dashboard .admin-order-head span:last-child,.admin-dashboard .admin-order-head span:nth-last-child(2){justify-self:end}.admin-dashboard .admin-order-actions{display:grid;grid-template-columns:170px minmax(220px,1fr) auto auto auto;gap:8px;align-items:center}.admin-dashboard .admin-order-actions input,.admin-dashboard .admin-order-actions select{min-height:40px}.admin-dashboard .admin-table-wrap{max-height:min(52vh,480px);overflow:auto}.admin-dashboard .admin-table th{position:sticky;top:0;z-index:1}.admin-dashboard .admin-product-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.admin-dashboard .admin-product-row-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.admin-dashboard .crop-modal.admin-order-modal,.admin-dashboard .crop-modal.admin-product-edit-modal{width:min(1100px,96vw);max-height:92vh;overflow:auto}.admin-dashboard .crop-modal-head{position:sticky;top:0;z-index:5;background:#fff;border-bottom:1px solid #e1ebf7}.admin-dashboard .admin-order-detail-grid{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.admin-dashboard .admin-order-detail-grid>.info-card{margin:0}.admin-dashboard .admin-order-note-template-list li{padding:8px 10px;border:1px solid #dee8f5;border-radius:10px;background:#f8fbff;display:flex;justify-content:space-between;align-items:center;gap:10px}.admin-dashboard .admin-order-note-template-list li .btn{min-height:34px;padding:6px 10px}@media(max-width:1280px){.admin-dashboard .admin-order-head{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-dashboard .admin-order-head span:last-child,.admin-dashboard .admin-order-head span:nth-last-child(2){justify-self:start}}@media(max-width:980px){.admin-dashboard .admin-order-actions,.admin-dashboard .admin-product-row{grid-template-columns:1fr}.admin-dashboard .admin-product-row-actions{justify-content:flex-start}.admin-dashboard .admin-order-detail-grid{grid-template-columns:1fr}.admin-dashboard .admin-table-wrap{max-height:none}}.loading-block{display:grid;gap:12px}.loading-text{color:var(--muted);font-weight:700}.loading-skeleton-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.loading-skeleton-grid--catalog{grid-template-columns:repeat(3,minmax(0,1fr))}.loading-skeleton-card{position:relative;height:210px;border-radius:16px;border:1px solid #dbe4f1;background:linear-gradient(110deg,#eef3fb 8%,#f8fbff 18%,#eef3fb 33%);background-size:200% 100%;animation:skeleton-wave 1.1s linear infinite;overflow:hidden}.loading-skeleton-card:after{content:"";position:absolute;left:12px;right:12px;bottom:14px;height:52px;border-radius:10px;background:#ffffff8c;border:1px solid rgba(213,223,238,.8)}.btn.is-loading{position:relative;pointer-events:none}.btn.is-loading:after{content:"";width:14px;height:14px;border-radius:999px;border:2px solid rgba(255,255,255,.7);border-right-color:transparent;display:inline-block;margin-left:8px;animation:btn-spin .7s linear infinite}.btn:not(.btn-primary).is-loading:after{border-color:#1c385e73;border-right-color:transparent}.checkout-form-card .contact-form input:disabled,.checkout-form-card .contact-form textarea:disabled,.checkout-form-card .contact-form select:disabled{background:#f3f6fb}@keyframes skeleton-wave{to{background-position-x:-200%}}@keyframes btn-spin{to{transform:rotate(360deg)}}@media(max-width:980px){.loading-skeleton-grid,.loading-skeleton-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.loading-skeleton-grid,.loading-skeleton-grid--catalog{grid-template-columns:1fr}.loading-skeleton-card{height:160px}}.skip-link{position:fixed;left:12px;top:10px;z-index:120;background:#0f6f69;color:#fff;border-radius:10px;padding:8px 12px;text-decoration:none;font-weight:800;transform:translateY(-180%);transition:transform .18s ease}.skip-link:focus{transform:translateY(0)}input:invalid,select:invalid,textarea:invalid{border-color:#db6b6b}input:invalid:focus,select:invalid:focus,textarea:invalid:focus{box-shadow:0 0 0 3px #db6b6b2e}@media(prefers-contrast:more){.btn,.chip,.menu-link,.shipping-option{border-width:2px}.checkout-error{border-width:2px;color:#8f1111}}.contact-form[aria-busy=true]{opacity:.96}.contact-form[aria-busy=true] .btn{cursor:progress}.page-empty{padding:18px;border-style:dashed;border-color:#d8e2ef;background:linear-gradient(180deg,#fbfdff,#f4f8fd)}.page-empty h2{display:flex;align-items:center;gap:8px}.page-empty h2:before{content:"!";width:22px;height:22px;border-radius:999px;display:inline-grid;place-items:center;font-size:.8rem;font-weight:800;color:#1c4878;background:#e8f1ff;border:1px solid #c7d8f2}.loading-block,.checkout-error,.newsletter-success{scroll-margin-top:88px}.mobile-menu-panel-wrap{border-radius:0 0 12px 12px}.mobile-menu-panel-wrap .menu-link:focus-visible,.mobile-menu-panel-wrap .btn:focus-visible,.mobile-menu-panel-wrap .lang-select:focus-visible{box-shadow:0 0 0 3px #266cc942}@media(prefers-reduced-motion:reduce){.loading-skeleton-card,.btn.is-loading:after{animation:none!important}}body.mobile-menu-open{overflow:hidden}.hero--interactive .sale-chip,.hero--interactive .hero-title,.hero--interactive .hero-desc,.hero--interactive .hero-ctas--interactive,.hero--interactive .hero-metrics,.hero--interactive .deal-list--interactive{animation:hero-rise .55s ease both}.hero--interactive .hero-title{animation-delay:.08s}.hero--interactive .hero-desc{animation-delay:.14s}.hero--interactive .hero-ctas--interactive{animation-delay:.2s}.hero--interactive .hero-metrics{animation-delay:.26s}.hero--interactive .deal-list--interactive{animation-delay:.18s}.hero--interactive .hero-main,.hero--interactive .hero-side{transition:transform .24s ease,box-shadow .24s ease}.hero--interactive .hero-main:hover,.hero--interactive .hero-side:hover{transform:translateY(-3px);box-shadow:0 18px 40px #122c5329}.product-link{display:block}.product-link:focus-visible{outline:none}.product-interactive{position:relative;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.product-interactive .thumb{position:relative;overflow:hidden}.product-interactive .thumb img{transition:transform .32s ease,filter .32s ease}.product-hover-indicator{position:absolute;right:10px;bottom:10px;width:30px;height:30px;border-radius:999px;display:grid;place-items:center;background:#10746ce6;color:#fff;font-weight:800;transform:translateY(6px);opacity:0;transition:transform .2s ease,opacity .2s ease}.product-tap-hint{margin-top:8px;display:flex;align-items:center;justify-content:space-between;color:#466089;font-size:.78rem;opacity:0;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease}.product-link:hover .product-interactive,.product-link:focus-visible .product-interactive{transform:translateY(-4px);border-color:#9ac3ea;box-shadow:0 18px 38px #142e562e}.product-link:hover .product-interactive .thumb img,.product-link:focus-visible .product-interactive .thumb img{transform:scale(1.04);filter:saturate(1.06)}.product-link:hover .product-hover-indicator,.product-link:focus-visible .product-hover-indicator,.product-link:hover .product-tap-hint,.product-link:focus-visible .product-tap-hint{opacity:1;transform:translateY(0)}.home-product-stage .product-grid>*{animation:card-rise .35s ease both}@keyframes hero-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes card-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.product-hover-indicator{opacity:1;transform:translateY(0);width:26px;height:26px}.product-tap-hint{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.hero--interactive .sale-chip,.hero--interactive .hero-title,.hero--interactive .hero-desc,.hero--interactive .hero-ctas--interactive,.hero--interactive .hero-metrics,.hero--interactive .deal-list--interactive,.home-product-stage .product-grid>*,.product-interactive,.product-interactive .thumb img,.product-hover-indicator,.product-tap-hint{animation:none!important;transition:none!important}}.home-product-stage .product-grid>:nth-child(2){animation-delay:.04s}.home-product-stage .product-grid>:nth-child(3){animation-delay:.08s}.home-product-stage .product-grid>:nth-child(4){animation-delay:.12s}.home-product-stage .product-grid>:nth-child(5){animation-delay:.16s}.home-product-stage .product-grid>:nth-child(6){animation-delay:.2s}.home-product-stage .product-grid>:nth-child(7){animation-delay:.24s}.home-product-stage .product-grid>:nth-child(8){animation-delay:.28s}.detail-hero--interactive .detail-media,.detail-hero--interactive .detail-main{transition:transform .24s ease,box-shadow .24s ease}.detail-hero--interactive .detail-main{position:relative}@media(min-width:1024px){.detail-main--interactive{position:sticky;top:96px;align-self:start}}.detail-media--interactive .detail-thumb{position:relative;overflow:hidden;border-color:#d8e2f1}.detail-active-image{animation:detail-fade-in .25s ease;transform-origin:center;transition:transform .26s ease}.detail-thumb--interactive:hover .detail-active-image,.detail-thumb--interactive:focus-visible .detail-active-image{transform:scale(1.02)}.detail-thumb--interactive:focus-visible{outline:none;box-shadow:0 0 0 3px #2d7bdb40}.detail-gallery--interactive{display:grid;grid-template-columns:auto repeat(4,minmax(0,1fr)) auto;align-items:center;gap:8px}.detail-nav{width:34px;height:34px;border-radius:999px;border:1px solid #c9d8eb;background:#fff;color:#25446d;font-size:1.1rem;font-weight:800;line-height:1}.detail-nav:hover{border-color:#89b5e4;background:#f1f7ff}.detail-thumb-btn{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.detail-thumb-btn:hover,.detail-thumb-btn:focus-visible{transform:translateY(-2px);border-color:#8fb8e5;box-shadow:0 10px 18px #14305a24}.detail-thumb-btn.active{border-color:#4b88c8;box-shadow:0 10px 16px #20487e29}.detail-actions--interactive .btn{min-height:42px}.detail-actions--interactive .btn.btn-primary,.detail-actions--interactive .btn.btn-warm{box-shadow:0 10px 20px #193a6626}.detail-actions--interactive .btn:hover:not(:disabled){transform:translateY(-2px)}.review-form .btn.is-loading{pointer-events:none}@keyframes detail-fade-in{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}@media(max-width:1023px){.detail-gallery--interactive{grid-template-columns:auto repeat(3,minmax(0,1fr)) auto}}@media(max-width:700px){.detail-gallery--interactive{grid-template-columns:auto repeat(2,minmax(0,1fr)) auto}.detail-nav{width:30px;height:30px}}@media(prefers-reduced-motion:reduce){.detail-hero--interactive .detail-media,.detail-hero--interactive .detail-main,.detail-active-image,.detail-thumb-btn,.detail-actions--interactive .btn{animation:none!important;transition:none!important;transform:none!important}}.checkout-form-card--refined{border-color:#d4e0f0}.checkout-form-shell{display:grid;gap:14px}.checkout-section-title{margin:0 0 10px;font-size:1rem;font-weight:800;color:#223d63}.checkout-section-contact{background:linear-gradient(180deg,#fbfdff,#f6fafe);border:1px solid #dbe6f4}.checkout-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.checkout-field{display:grid;gap:6px}.checkout-field>span{font-size:.8rem;color:#4b6183;font-weight:700}.checkout-field-full{grid-column:1 / -1}.checkout-inline-note{margin-top:6px}.checkout-inline-success{margin-top:8px}.checkout-submit-btn{min-height:46px;width:100%}.checkout-summary-card--refined{border-color:#d4e0f0}.checkout-summary-list{display:grid;gap:8px}.checkout-summary-item{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:center;padding:8px 10px;border:1px solid #dbe5f3;border-radius:12px;background:#fff}.checkout-summary-item .inline-circle-preview{margin-right:0}@media(max-width:980px){.checkout-contact-grid{grid-template-columns:1fr}.checkout-field-full{grid-column:auto}}.cart-page-hero{border-color:#d5e1f2}.cart-layout--refined{gap:16px}.cart-item--interactive{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.cart-item--interactive:hover{transform:translateY(-2px);border-color:#9fc3e8;box-shadow:0 14px 28px #15315b24}.cart-item-main{min-width:0}.cart-controls--refined{align-items:stretch;gap:8px}.cart-qty-label{font-size:.8rem;color:#4f6789;font-weight:700}.cart-qty-stepper{display:grid;grid-template-columns:34px minmax(68px,1fr) 34px;align-items:center;border:1px solid #cfdbec;border-radius:12px;background:#fff;overflow:hidden}.cart-qty-btn{min-height:36px;padding:0;border:0;border-radius:0;background:#f4f8fe;color:#2a456c;font-size:1rem;font-weight:800}.cart-qty-stepper input{border:0;text-align:center;min-height:36px;font-weight:700}.cart-qty-stepper input:focus{box-shadow:inset 0 0 0 2px #3e83d933}.cart-remove-btn{border-color:#e7c2c2;color:#8a2d2d;background:#fff6f6}.cart-line-total--refined{font-size:1rem;color:#20466f}.cart-summary--refined{border-color:#d2e0f1}.cart-shipping-box--refined{border:1px solid #d9e5f3;border-radius:14px;padding:10px;background:#fbfdff}.cart-summary-total{margin-top:8px;padding-top:8px;border-top:1px dashed #d4e2f1}.cart-summary-total strong{font-size:1.08rem}.cart-clear-btn{border-color:#d7c8c8}.cart-empty-state{text-align:center;padding:22px}.cart-empty-state .btn{min-width:180px}@media(max-width:980px){.cart-controls--refined{width:100%}.cart-qty-stepper{grid-template-columns:32px minmax(64px,1fr) 32px}}.btn:active:not(:disabled),.chip:active,.menu-link:active{transform:translateY(0) scale(.985)}.btn:disabled,.chip:disabled,input:disabled,select:disabled,textarea:disabled{opacity:.62;cursor:not-allowed}.checkout-error,.newsletter-success{border-radius:12px;padding:10px 12px;border-width:1px}.checkout-error:before,.newsletter-success:before{margin-right:6px;font-weight:800}.checkout-error:before{content:"!"}.newsletter-success:before{content:"✓"}.page-hero h1,.info-card h2,.info-card h3{letter-spacing:.01em}@media(prefers-reduced-motion:reduce){.btn,.chip,.menu-link,.more-menu-item,.user-menu-item{transition:none!important;transform:none!important}}.admin-dashboard .admin-toolbar-card,.admin-dashboard .admin-panel,.admin-dashboard .admin-upload-box,.admin-dashboard .admin-order-item,.admin-dashboard .admin-product-row{border-radius:14px}.admin-dashboard .catalog-toolbar-grid.admin-toolbar-card,.admin-dashboard .catalog-toolbar-foot.admin-toolbar-card,.admin-dashboard .admin-order-filter-grid.admin-toolbar-card{gap:10px}.admin-dashboard .catalog-toolbar-foot{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.admin-dashboard .catalog-toolbar-foot .btn{min-height:38px}.admin-dashboard .admin-table-wrap{border:1px solid #d8e3f2;border-radius:12px;background:#fff}.admin-dashboard .admin-table tbody tr{transition:background-color .18s ease}.admin-dashboard .admin-table tbody tr:hover{background:#f7fbff}.admin-dashboard .admin-table td{vertical-align:middle}.admin-dashboard .admin-range-input{align-items:center}.admin-dashboard .admin-range-input input{min-width:0}.admin-dashboard .admin-settings-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.admin-dashboard .admin-product-row-actions .btn,.admin-dashboard .admin-order-actions .btn{min-height:36px}.admin-dashboard .admin-product-row-title,.admin-dashboard .admin-order-head strong{letter-spacing:.01em}.admin-dashboard .crop-modal-head{padding:12px 16px}.admin-dashboard .crop-modal-actions,.admin-dashboard .admin-product-card-actions{display:flex;flex-wrap:wrap;gap:8px}@media(max-width:980px){.admin-dashboard .catalog-toolbar-foot{align-items:stretch}.admin-dashboard .catalog-toolbar-foot>*{width:100%}.admin-dashboard .catalog-toolbar-foot .btn{width:100%}}.admin-dashboard .admin-order-item:has(.admin-order-select input:checked){border-color:#7eaee0;background:linear-gradient(180deg,#f4f9ff,#fff);box-shadow:0 12px 26px #214e8824}.admin-dashboard .admin-product-row:focus-within,.admin-dashboard .admin-toolbar-card:focus-within{border-color:#84b2e2;box-shadow:0 0 0 3px #4284d629}.admin-dashboard .admin-table input:focus,.admin-dashboard .admin-table select:focus,.admin-dashboard .admin-table textarea:focus{box-shadow:inset 0 0 0 2px #4888d533;border-color:#8ab6e4}.admin-dashboard .admin-order-actions .btn.btn-primary,.admin-dashboard .admin-product-row-actions .btn.btn-primary{background:linear-gradient(120deg,#137a74,#106a65)}.admin-dashboard .admin-panel>.checkout-error,.admin-dashboard .admin-panel>.newsletter-success{display:flex;align-items:center;gap:6px}.admin-dashboard .admin-empty{border:1px dashed #d3dfef;border-radius:12px;padding:10px 12px;background:#f8fbff}@media(max-width:980px){.admin-dashboard .admin-order-item:has(.admin-order-select input:checked){box-shadow:0 8px 16px #214e881f}}.admin-dashboard .admin-table-wrap,.checkout-summary-card .plain-list,.checkout-summary-list,.cart-list{scrollbar-width:thin;scrollbar-color:#b7c8de transparent}@media(hover:none){.product:hover,.story-card:hover,.blog-card:hover,.category-showcase-card:hover,.faq-item:hover,.cart-item--interactive:hover,.hero--interactive .hero-main:hover,.hero--interactive .hero-side:hover,.product-link:hover .product-interactive,.detail-actions--interactive .btn:hover:not(:disabled),.btn:hover:not(:disabled){transform:none!important;box-shadow:none!important}.product-link:hover .product-interactive .thumb img,.detail-thumb--interactive:hover .detail-active-image{transform:none!important;filter:none!important}.product-link:hover .product-hover-indicator,.product-link:hover .product-tap-hint{opacity:1;transform:translateY(0)}}.mobile-menu-toggle{transition:border-color .2s var(--ease-standard),box-shadow .2s var(--ease-standard),background-color .2s var(--ease-standard)}.mobile-menu-toggle:hover{border-color:#b8cbe4;box-shadow:0 8px 18px #264d7c1f}.mobile-menu-toggle.open{border-color:#7ea8d6;background:linear-gradient(180deg,#f2f8ff,#fff);box-shadow:0 0 0 3px #4c88cd29}.mobile-menu-toggle.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu-toggle span{transition:transform .2s var(--ease-standard),opacity .16s ease}.mobile-menu-panel-wrap{border-radius:14px}@media(max-width:980px){.mobile-menu-panel-wrap{background:linear-gradient(180deg,#fcfdff,#f7fbff);border:1px solid #d7e2f1;box-shadow:0 14px 28px #2147761f;padding:10px;margin-top:8px}.mobile-menu-links .menu-link{transition:border-color .18s var(--ease-standard),background-color .18s var(--ease-standard),transform .18s var(--ease-standard)}.mobile-menu-links .menu-link:active{transform:scale(.99)}}@media(hover:none){.mobile-menu-toggle:hover{box-shadow:none;border-color:#cfd9ea}}.form-status-enter{animation:form-status-rise .24s var(--ease-standard) both}.contact-form[aria-busy=true],.user-login-form[aria-busy=true],.newsletter-form[aria-busy=true]{opacity:.97}.contact-form[aria-busy=true] input,.contact-form[aria-busy=true] textarea,.contact-form[aria-busy=true] select,.user-login-form[aria-busy=true] input,.user-login-form[aria-busy=true] textarea,.user-login-form[aria-busy=true] select{transition:opacity .16s ease,background-color .16s ease}.checkout-error.form-status-enter,.newsletter-success.form-status-enter{box-shadow:0 10px 18px #172f5414}@keyframes form-status-rise{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.form-status-enter{animation:none!important}}.page-empty--prominent{position:relative;overflow:hidden;border:1px solid #d4e1f2;background:radial-gradient(circle at 92% 14%,rgba(72,144,221,.16),transparent 34%),radial-gradient(circle at 8% 88%,rgba(235,123,82,.14),transparent 30%),linear-gradient(180deg,#fbfdff,#f4f9ff)}.page-empty--prominent:after{content:"";position:absolute;width:180px;height:180px;right:-48px;bottom:-64px;border-radius:999px;background:radial-gradient(circle,rgba(17,122,114,.18),transparent 70%);pointer-events:none}.page-empty-lead{color:#3d5579;max-width:58ch;margin-left:auto;margin-right:auto}.state-actions{margin-top:10px;display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.state-actions .btn{min-width:154px}.state-actions .btn:not(.btn-primary){background:#fff;border-color:#c8d8ee;color:#2a4870}.state-actions .btn:not(.btn-primary):hover:not(:disabled){background:#f4f9ff;border-color:#9fbfe5}@media(max-width:640px){.state-actions{display:grid;grid-template-columns:1fr}.state-actions .btn{width:100%;min-width:0}}.list-density-grid{gap:12px}.blog-list-card,.order-list-card,.coupon-list-card{border-color:#d4e2f3}.blog-list-card{display:grid;align-content:start;gap:8px}.blog-list-title{margin:0;line-height:1.35}.blog-list-excerpt{margin:0;color:#395072}.blog-list-meta{margin-top:2px}.blog-list-cta{margin-top:auto;min-height:40px}.order-list-card{display:grid;gap:8px}.order-list-id{margin:0;font-size:1.02rem;letter-spacing:.01em;word-break:break-word}.order-items-list--compact{display:grid;gap:4px;margin:2px 0 0}.order-items-list--compact li{padding:6px 8px;border:1px solid #dbe5f4;border-radius:10px;background:#fbfdff}.order-list-cta{justify-self:start;min-width:138px}.coupon-list{display:grid;gap:8px}.coupon-list-item{border:1px solid #d7e3f2;border-radius:12px;padding:10px;background:linear-gradient(180deg,#fcfeff,#f5f9ff)}.coupon-code-line{margin:0;display:flex;flex-wrap:wrap;gap:6px;align-items:baseline}.coupon-meta{margin:4px 0 0}@media(max-width:700px){.blog-list-card,.order-list-card,.coupon-list-card{padding:12px}.order-list-cta,.blog-list-cta{width:100%;justify-self:stretch}}.filter-rhythm-panel,.orders-filter-panel{border-color:#d2e0f1}.toolbar-foot-rhythm{margin-top:10px;padding-top:10px;border-top:1px dashed #d5e2f2;gap:10px}.results-pill{margin:0;display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid #cddcee;border-radius:999px;background:#f7fbff;color:#36557d;font-weight:700}.toolbar-action-btn,.toolbar-reset-btn{min-height:38px}.toolbar-reset-btn{border-color:#c8d8eb;background:#f7fbff}.pager-rhythm{margin-top:14px;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 12px;border:1px solid #d5e2f3}.pager-status{min-width:128px;text-align:center;font-weight:700;color:#35557d;padding:7px 10px;border-radius:999px;background:#f3f8ff;border:1px solid #d1deef}.pager-btn{min-height:38px;min-width:96px}@media(max-width:900px){.toolbar-foot-rhythm{align-items:stretch}.results-pill{justify-content:center}.pager-rhythm{display:grid;grid-template-columns:1fr}.pager-btn{width:100%}.pager-status{min-width:0;width:100%}}.product-interactive .product-body{display:grid;gap:8px}.product-interactive .badge-row{margin-bottom:2px}.product-interactive h3{margin:0;font-size:1.03rem;line-height:1.35;color:#163359;font-weight:800}.product-interactive p{margin:0;font-size:.9rem;line-height:1.45;color:#4a6285;min-height:40px}.product-interactive .price-line{margin-top:2px;padding-top:8px;border-top:1px dashed #d6e2f2}.blog-list-title,.order-list-id,.coupon-code-line strong{color:#18365d;font-weight:800}.order-list-card .coupon-help{margin:0;color:#4a6182;line-height:1.35}.order-list-card .price-breakdown p{margin:0}.order-list-card .price-breakdown strong{font-size:1.02rem;color:#1a3f6b}.coupon-list-item{display:grid;gap:4px}.coupon-meta{color:#4b658b}.blog-list-cta,.order-list-cta,.wishlist-remove{min-height:42px}.wishlist-item{gap:8px}.wishlist-remove{font-weight:700}@media(max-width:700px){.product-interactive h3{font-size:1rem}.product-interactive p{min-height:0}}:root{--space-1: 6px;--space-2: 10px;--space-3: 14px;--space-4: 18px;--space-5: 24px;--space-6: 30px}main>section+section{margin-top:var(--space-4)}.page-hero,.info-card,.detail-section,.catalog-toolbar,.checkout-section,.account-section,.admin-panel{padding:var(--space-4)}.catalog-toolbar-grid,.contact-form,.checkout-form-shell,.review-form,.cart-list,.orders-list,.blog-grid,.wishlist-grid{gap:var(--space-3)}.catalog-toolbar-foot,.cart-summary-actions,.state-actions,.mobile-menu-actions{gap:var(--space-2)}.page-hero h1,.info-card>h2,.info-card>h3{margin-bottom:var(--space-2)}.page-hero p,.coupon-help{margin-top:var(--space-1)}@media(max-width:980px){:root{--space-3: 12px;--space-4: 14px;--space-5: 20px}main>section+section{margin-top:var(--space-3)}}:root{--text-secondary: #435b80;--text-tertiary: #5a6f90;--line-soft: #d3e0f0;--line-strong: #c5d6ea}.page-hero p,.coupon-help,.rating,.unit,.product-interactive p,.blog-list-excerpt,.coupon-meta,.order-list-card .coupon-help{color:var(--text-secondary)}.newsletter p,.page-empty-lead,.blog-list-meta,.pager-status,.results-pill{color:var(--text-tertiary)}.info-card,.catalog-toolbar,.page-empty--prominent,.blog-list-card,.order-list-card,.coupon-list-card,.coupon-list-item,.order-items-list--compact li{border-color:var(--line-soft)}.toolbar-reset-btn,.state-actions .btn:not(.btn-primary),.pager-status,.results-pill{border-color:var(--line-strong)}.checkout-error{color:#9e1d15;background:#fff1ee;border-color:#f3c5bf}.newsletter-success{color:#0f6f68}.tag{color:#8a5600;border-color:#f3cf91}@media(prefers-contrast:more){.coupon-help,.product-interactive p,.blog-list-excerpt{color:#334a6e}.info-card,.catalog-toolbar,.coupon-list-item{border-color:#b7cce5}}:root{--focus-color: #2f7fd6;--focus-color-soft: rgba(47, 127, 214, .22)}:where(button,a,input,select,textarea,[role=button],[tabindex]:not([tabindex="-1"])):focus-visible{outline:2px solid var(--focus-color);outline-offset:2px;box-shadow:0 0 0 4px var(--focus-color-soft)}:where(.menu-link,.more-menu-item,.user-menu-item,.chip,.btn):focus-visible{border-radius:10px}.product-link:focus-visible .product-interactive,.blog-card:focus-within,.order-list-card:focus-within,.coupon-list-item:focus-within,.wishlist-item:focus-within{border-color:#7caee2;box-shadow:0 0 0 3px #4284d62e,0 12px 26px #19325824}.catalog-toolbar input:focus-visible,.catalog-toolbar select:focus-visible,.checkout-section input:focus-visible,.checkout-section select:focus-visible,.checkout-section textarea:focus-visible,.contact-form input:focus-visible,.contact-form textarea:focus-visible,.search-form input:focus-visible,.lang-select:focus-visible{border-color:#6fa2db}.mobile-menu-toggle:focus-visible{border-color:#6fa2db}@media(forced-colors:active){:where(button,a,input,select,textarea,[role=button],[tabindex]:not([tabindex="-1"])):focus-visible{outline:2px solid CanvasText;box-shadow:none}}:root{--motion-fast: .16s;--motion-base: .22s;--motion-slow: .32s;--motion-emphasized: .42s}.btn,.chip,.menu-link,.more-menu-item,.user-menu-item,.mobile-menu-toggle,.mobile-menu-toggle span,.product-interactive,.product-interactive .thumb img,.product-hover-indicator,.product-tap-hint,.blog-list-card,.order-list-card,.coupon-list-item,.wishlist-item,.detail-thumb-btn,.detail-actions--interactive .btn,.shipping-option,.catalog-toolbar input,.catalog-toolbar select,.checkout-section input,.checkout-section select,.checkout-section textarea,.contact-form input,.contact-form textarea{transition-timing-function:var(--ease-standard)}.btn,.chip,.menu-link,.more-menu-item,.user-menu-item,.mobile-menu-toggle,.mobile-menu-toggle span,.detail-thumb-btn,.detail-actions--interactive .btn,.shipping-option{transition-duration:var(--motion-fast)}.product-interactive,.product-interactive .thumb img,.product-hover-indicator,.product-tap-hint,.blog-list-card,.order-list-card,.coupon-list-item,.wishlist-item{transition-duration:var(--motion-base)}.page-hero,.info-card,.catalog-toolbar,.checkout-section,.mobile-menu-panel-wrap,.form-status-enter{animation-timing-function:var(--ease-standard)}.loading-skeleton-card:after{animation-duration:1.2s}.btn.is-loading:after{animation-duration:.8s}@media(prefers-reduced-motion:reduce){.page-hero,.info-card,.catalog-toolbar,.checkout-section,.mobile-menu-panel-wrap,.form-status-enter,.hero--interactive .sale-chip,.hero--interactive .hero-title,.hero--interactive .hero-desc,.hero--interactive .hero-ctas--interactive,.hero--interactive .hero-metrics,.hero--interactive .deal-list--interactive,.home-product-stage .product-grid>*,.detail-active-image{animation:none!important}}
