:root{color-scheme:light;--bg: #f5f7fb;--surface: #ffffff;--surface-soft: #eef3ff;--text: #14213f;--muted: #60708f;--line: #d8e0ef;--brand: #283c9c;--brand-strong: #1c2d79;--accent: #f02f8d;--accent-soft: #fff0f8;--success: #118a4d;--warning: #a96c0a;--danger: #bb233f;--shadow: 0 18px 44px rgba(20, 33, 63, .08);font-family:Inter,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text)}a{color:inherit}button,input,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.container{width:min(1200px,calc(100% - 32px));margin:0 auto}.page-shell{min-height:100vh}.site-header{position:sticky;top:0;z-index:10;background:#1c2d79f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}.header-bar,.footer-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0}.brand img,.footer-logo{width:180px;height:auto}.header-meta,.footer-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px 18px}.header-ozon-button{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;background:linear-gradient(135deg,var(--brand),#5a85ff);color:#fff;text-decoration:none;font-weight:600;font-size:14px;transition:.2s ease;box-shadow:0 4px 20px #283c9c4d}.header-link{display:inline-flex;align-items:center;gap:6px}.header-icon{flex-shrink:0}.header-ozon-button:hover{transform:scale(1.05);box-shadow:0 6px 28px #5a85ff80}.hero-badge,.hero-note,.cart-count,.catalog-meta span,.availability,.sku,.endpoint-note code,.header-badge,.header-btn{border-radius:999px;padding:8px 12px;font-size:14px}.header-badge,.header-btn,.catalog-meta span,.endpoint-note code{background:var(--surface-soft);color:var(--brand-strong)}.header-btn{text-decoration:none;font-weight:600;transition:.2s ease}.header-btn:hover{background:var(--brand);color:#fff}.header-link,.footer-links a{color:#ffffffd1;text-decoration:none}.hero,.section{padding:36px 0}.hero-grid,.checkout-grid,.legal-grid{display:grid;gap:24px}.hero-grid{grid-template-columns:minmax(0,1fr);align-items:stretch}.hero-copy,.hero-panel,.panel,.legal-card{background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.hero-copy{padding:36px}.hero-copy-full{width:100%}.hero-panel{min-height:100%;padding:24px;display:grid;place-items:center;background:radial-gradient(circle at top left,rgba(255,255,255,.22),transparent 55%),linear-gradient(135deg,#24388d,#dfe7ff)}.hero-logo-panel{position:relative;overflow:hidden;min-height:clamp(150px,19vw,230px);padding:28px 36px;background:linear-gradient(120deg,#0f3f98,#2f6fe0,#78d2ff,#184fb6);background-size:240% 240%;animation:hero-gradient-shift 18s ease-in-out infinite}.hero-logo-panel:before{content:"";position:absolute;inset:-20% auto auto -10%;width:42%;height:150%;background:radial-gradient(circle,rgba(255,255,255,.28),transparent 68%);opacity:.8;pointer-events:none}.hero-panel img{width:100%;height:auto;opacity:.96}.hero-logo-panel img{position:relative;z-index:1;height:clamp(72px,9vw,124px);object-fit:contain}.eyebrow,.section-kicker{margin:0 0 10px;color:var(--brand);font-size:14px;font-weight:700;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:16px;font-size:clamp(34px,5vw,54px);line-height:1}h2{margin-bottom:0;font-size:30px}h3{margin-bottom:10px;font-size:22px}.hero-status,.hero-text,.product-description,.form-intro,.footer-bar p,.notice-panel p,.empty-state{color:var(--muted);line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px;align-items:center}.hero-note{border-radius:999px;padding:12px 20px;font-size:14px;background:linear-gradient(90deg,#f96,#ff5e62,#f96);background-size:200% auto;color:#fff;font-weight:600;animation:note-glow 3s linear infinite}.hero-note-glow{border:none;padding:0;font-size:16px;font-weight:700;background:linear-gradient(90deg,var(--brand),#5a85ff,var(--brand));background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;animation:text-glow 3s linear infinite}@keyframes text-glow{0%{background-position:0% center}to{background-position:200% center}}@keyframes note-glow{0%{background-position:0% center}to{background-position:200% center}}@keyframes hero-gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border:0;border-radius:8px;text-decoration:none;transition:.2s ease}.button:focus-visible,.filter-chip:focus-visible,.qty-controls button:focus-visible,.link-button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(40,60,156,.25);outline-offset:2px}.button:disabled{cursor:not-allowed;opacity:.5;background:#c7cfdf!important;color:#4a5976!important}.button-primary{background:var(--brand);color:#fff}.button-primary:hover:not(:disabled){background:var(--brand-strong)}.button-muted{background:#c7cfdf;color:#4a5976}.button:disabled,.qty-controls button:disabled{cursor:not-allowed;opacity:.65}.section-heading,.panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.search-field{display:block;margin-bottom:20px}.search-field input{width:100%;padding:14px 18px;border:2px solid var(--brand);border-radius:8px;background:var(--surface);color:var(--text);font-size:16px;transition:border-color .2s ease;display:block}.search-field input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #283c9c26}.search-field input::placeholder{color:var(--muted)}.filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.filter-chip{min-height:40px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted)}.filter-chip.is-active{background:var(--brand);border-color:var(--brand);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{display:flex;flex-direction:column;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.product-media{padding:12px 12px 0}.product-image{overflow:hidden;aspect-ratio:3 / 4;border-radius:8px;background:linear-gradient(180deg,#fafcff,#e8eef9)}.product-image img{width:100%;height:100%;object-fit:cover}.product-card.is-sold-out .product-image{position:relative}.product-card.is-sold-out .product-image img{filter:grayscale(.72);opacity:.72}.product-card.is-sold-out .product-image:after{content:"";position:absolute;inset:0;background:rgba(95,103,118,.28);pointer-events:none}.sprite-frame{position:relative;overflow:hidden;aspect-ratio:1 / 1.05;border-radius:8px;background:linear-gradient(180deg,#fafcff,#e8eef9)}.sprite-frame img{max-width:none;height:auto;transform-origin:top left}.media-fallback{display:grid;place-items:center;aspect-ratio:1 / 1.05;border-radius:8px;background:var(--surface-soft);color:var(--muted)}.product-body,.panel,.legal-card{padding:20px;display:flex;flex-direction:column}.product-body{flex:1}.product-description{flex-grow:1}.price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:14px}.price-row strong{color:var(--brand);font-size:28px}.old-price{color:var(--muted);font-size:17px;font-weight:700;text-decoration:line-through;text-decoration-thickness:2px}.product-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:auto}.inline-note{color:var(--muted);font-size:14px}.section-quiet{background:linear-gradient(180deg,transparent,rgba(238,243,255,.55))}.checkout-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}.stack{display:grid;gap:20px}.cart-list{display:grid;gap:14px}.cart-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-top:1px solid var(--line)}.cart-item:first-child{border-top:0;padding-top:0}.cart-copy,.cart-controls,.checkbox-group,.legal-links{display:grid;gap:6px}.cart-copy span{color:var(--muted);font-size:14px}.cart-controls{justify-items:end}.qty-controls{display:inline-grid;grid-template-columns:36px minmax(44px,auto) 36px;align-items:center;gap:8px}.qty-controls button{width:36px;height:36px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.qty-controls button:disabled{cursor:not-allowed;opacity:.5}.qty-controls span{text-align:center;font-weight:700}.link-button{padding:0;border:0;background:transparent;color:var(--danger)}.cart-clear-button{justify-self:start;margin-top:10px;text-decoration:underline;text-underline-offset:3px}.cart-total{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:16px;border-top:1px solid var(--line);font-size:20px}.cart-total-final{background:var(--surface-soft);margin:16px -20px -20px;padding:16px 20px}.cart-discount{display:flex;align-items:center;justify-content:space-between;margin-top:8px;font-size:16px;color:var(--success)}.promo-section{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.promo-input{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text);font-size:14px;text-transform:uppercase}.promo-input:focus{outline:none;border-color:var(--brand)}.promo-input:disabled{background:var(--surface-soft);color:var(--muted)}.promo-button{min-height:44px;padding:0 16px;font-size:14px;font-weight:600}.promo-button:disabled{background:#c7cfdf;color:#4a5976;cursor:not-allowed}.promo-applied{grid-column:1 / -1;color:var(--success);font-size:14px;font-weight:600;margin-top:8px}.subtotal-strikethrough{transition:all .3s ease}.subtotal-strikethrough.is-strikethrough{text-decoration:line-through;opacity:.5;color:var(--muted)}.notice-panel{background:var(--surface-soft)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field,.checkbox-field{display:grid;gap:8px}.field{margin-bottom:16px}.field>span,.checkbox-field span{font-weight:600}.field input,.field textarea,.contact-method-group select{width:100%;border:1px solid var(--line);border-radius:8px;padding:14px 16px;background:#fff;color:var(--text)}.checkbox-field{grid-template-columns:20px 1fr;align-items:start}.checkbox-field input{margin-top:4px}.field-error{min-height:18px;color:var(--danger)}.contact-method-group{display:grid;gap:10px;margin-bottom:16px;grid-column:1 / -1}.contact-method-group>span{display:block;font-weight:600}.contact-method-dropdown{position:relative}.contact-method-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text)}.contact-method-trigger-main{display:flex;align-items:center;gap:12px;min-width:0}.contact-method-trigger-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-method-trigger-icon,.contact-method-option-icon,.contact-method-trigger-arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.contact-method-trigger-icon svg,.contact-method-option-icon svg,.contact-method-trigger-arrow svg{width:20px;height:20px}.contact-method-trigger-arrow svg{width:16px;height:16px}.contact-method-trigger:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand) 25%,transparent)}.contact-method-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:5;display:grid;gap:6px;padding:8px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.contact-method-menu[hidden]{display:none}.contact-method-option{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;border:0;border-radius:8px;background:transparent;color:var(--text);text-align:left}.contact-method-option:hover,.contact-method-option.is-selected{background:var(--surface-soft);color:var(--brand-strong)}.contact-sync-checkbox{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:14px;cursor:pointer}.contact-sync-checkbox input{width:16px;height:16px;accent-color:var(--brand)}.contact-extra-input{margin-top:10px}.contact-extra-input input{width:100%;border:1px solid var(--line);border-radius:8px;padding:14px 16px;background:#fff;color:var(--text);font-size:13px}.field-error-checkbox{margin-bottom:6px}.endpoint-note{margin:12px 0 18px;color:var(--muted)}.turnstile-wrapper{margin:16px 0;display:flex;justify-content:center}.button-wide{width:100%}.button:disabled{cursor:not-allowed;opacity:.5;background:#c7cfdf}.message{margin-bottom:16px;padding:14px 16px;border-radius:8px;border:1px solid transparent;line-height:1.55}.message-warning{background:#fff7e7;border-color:#f3dfa6;color:var(--warning)}.message-success{background:#edf9f2;border-color:#b8e2c9;color:var(--success)}.message-error{background:#fff1f4;border-color:#f3c2cf;color:var(--danger)}.legal-card{padding:28px}.legal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.legal-grid div{display:grid;gap:8px;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.legal-grid span{color:var(--muted)}.legal-span{grid-column:1 / -1}.legal-links{grid-auto-flow:column;justify-content:start;gap:16px;margin-top:22px}.site-footer{padding:10px 0 28px}.site-footer .footer-bar{padding:24px;border-radius:8px;background:#1c2d79;color:#fff}.footer-bar p{margin-bottom:0}.footer-legal{max-width:1200px;margin:16px auto 0;padding:12px 16px;border-radius:6px;background:rgba(255,255,255,.08);font-size:12px;color:#c0c8e0;line-height:1.6}.footer-legal a{color:#8aa4ff;text-decoration:underline}.toast{position:fixed;right:16px;bottom:16px;z-index:70;max-width:320px;padding:14px 16px;border-radius:8px;background:var(--brand-strong);color:#fff;box-shadow:var(--shadow);display:flex;align-items:center;gap:10px;font-size:15px;font-weight:500;opacity:0;transform:translateY(12px);pointer-events:none;transition:.2s ease}.toast.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.toast.is-visible.toast-cart{animation:pulse 1.8s ease-in-out infinite}@keyframes pulse{0%,100%{transform:translateY(0) scale(1);opacity:1}50%{transform:translateY(0) scale(1.03);opacity:.88}}.toast-text{flex:1}.cart-icon-btn{background:rgba(255,255,255,.15);border:none;color:#fff;cursor:pointer;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:.2s ease;flex-shrink:0}.cart-icon-btn:hover{background:rgba(255,255,255,.3)}@media(max-width:1200px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1024px){.hero-grid,.checkout-grid,.legal-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-grid{grid-template-columns:1fr}}@media(max-width:767px){.container{width:min(100% - 24px,100%)}.header-bar,.footer-bar,.section-heading,.panel-head,.cart-item{flex-direction:column;align-items:stretch}.header-meta,.footer-links{justify-content:flex-start}.hero-copy,.hero-panel,.panel,.legal-card{padding:20px}.hero-logo-panel{padding:20px 22px;min-height:140px}.hero-logo-panel img{height:64px}.product-grid,.checkout-grid,.form-grid,.legal-grid{grid-template-columns:1fr}.product-card h3{font-size:20px}.cart-controls{justify-items:stretch}.legal-links{grid-auto-flow:row}}

.delivery-block{margin:12px 0}.delivery-type-selector{display:flex;align-items:center;justify-content:center;gap:12px;margin:0 0 12px}.delivery-type-label{font-size:14px;color:var(--muted);transition:color .2s;user-select:none;white-space:nowrap}.delivery-type-label.active{color:var(--brand);font-weight:600}.custom-toggle{flex-shrink:0;flex-grow:0;width:44px;height:24px;position:relative;display:inline-block}.custom-toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#b0b8c8;transition:.25s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.25s;border-radius:50%}input:checked+.toggle-slider{background-color:var(--brand)}input:checked+.toggle-slider:before{transform:translateX(20px)}
.success-modal-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:20px;background:rgba(20,33,63,.48);backdrop-filter:blur(5px)}.success-modal{width:min(440px,100%);padding:28px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 24px 70px rgba(20,33,63,.25);text-align:center}.success-modal h3{margin-bottom:14px;color:var(--success)}.success-modal p{margin:16px 0 22px;color:var(--muted);line-height:1.6}.success-order-id{display:grid;gap:6px;width:100%;padding:14px 16px;border:1px dashed var(--brand);border-radius:8px;background:var(--surface-soft);color:var(--text);text-align:center}.success-order-id span{color:var(--muted);font-size:14px}.success-order-id strong{color:var(--brand);font-size:16px;word-break:break-word}.success-order-id:hover{background:#e3ebff}.success-ok-button{width:100%}.success-ok-button:disabled{opacity:.75}
.address-suggest-field{position:relative}.address-suggest-menu{display:grid;gap:4px;max-height:320px;overflow:auto;margin-top:-2px;padding:8px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.address-suggest-menu[hidden]{display:none}.address-suggest-option{width:100%;padding:11px 12px;border:0;border-radius:8px;background:transparent;color:var(--text);text-align:left;line-height:1.35}.address-suggest-option:hover,.address-suggest-option.is-active{background:var(--surface-soft);color:var(--brand-strong)}.cdek-pvz-option{display:grid;gap:4px}.cdek-pvz-option strong{font-size:14px}.cdek-pvz-option span{color:var(--muted);font-size:12px;line-height:1.35}
.addon-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.addon-link{display:inline-flex;align-items:center;gap:9px;min-height:42px;padding:0 14px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);color:var(--brand-strong);text-decoration:none;font-size:14px;font-weight:700;transition:.2s ease}.addon-link:hover{border-color:var(--brand);background:#fff;box-shadow:0 10px 24px rgba(40,60,156,.12);transform:translateY(-1px)}.addon-link:focus-visible{outline:3px solid rgba(40,60,156,.25);outline-offset:2px}.addon-link-icon{flex:0 0 auto}@media(max-width:767px){.addon-links{display:grid;grid-template-columns:1fr}}
.button-secondary{background:var(--surface-soft);color:var(--brand-strong);border:1px solid var(--line)}.button-secondary:hover:not(:disabled){border-color:var(--brand);background:#fff}.cdek-pvz-panel{display:grid;gap:12px;margin-top:14px}.cdek-pvz-summary{min-height:44px;padding:12px 14px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);color:var(--text);line-height:1.4}.cdek-map{width:100%;height:520px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--surface-soft)}@media(max-width:767px){.cdek-map{height:420px}}
.checkout-grid .form-grid{gap:8px 12px}.checkout-grid .field{margin-bottom:0}.checkout-grid .field>span{line-height:1.2}.checkout-grid .field input,.checkout-grid .field textarea{padding-top:12px;padding-bottom:12px}.checkout-grid .delivery-block{margin:10px 0}.checkout-grid .delivery-type-selector{margin-bottom:10px}.checkout-grid .checkbox-group{gap:4px}.checkout-grid .message{margin-bottom:10px}
.return-order-link{display:none;margin-top:12px;color:var(--brand);font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:3px}.return-order-link:hover{color:var(--brand-strong)}
.product-card.has-detail{cursor:pointer}.product-card.has-detail:hover{transform:translateY(-2px);box-shadow:0 22px 54px rgba(20,33,63,.12);transition:.2s ease}.product-card.has-detail .product-image img{transition:transform .22s ease}.product-card.has-detail:hover .product-image img{transform:scale(1.03)}.product-detail-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;background:rgba(20,33,63,.46);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.product-detail-modal{position:relative;width:min(1180px,100%);max-height:min(92vh,920px);overflow:auto;border:1px solid rgba(255,255,255,.45);border-radius:8px;background:var(--surface);box-shadow:0 28px 90px rgba(20,33,63,.28)}.product-detail-close{position:sticky;top:14px;left:calc(100% - 54px);z-index:2;display:grid;place-items:center;width:40px;height:40px;margin:14px 14px -54px auto;border:0;border-radius:8px;background:var(--surface-soft);color:var(--brand-strong);box-shadow:0 8px 20px rgba(20,33,63,.12)}.product-detail-close:hover{background:var(--brand);color:#fff}.product-detail-layout{display:grid;grid-template-columns:minmax(330px,440px) minmax(0,1fr);gap:28px;padding:30px}.product-detail-media{position:sticky;top:30px;align-self:start;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:12px;height:calc(min(92vh,920px) - 60px);max-height:calc(min(92vh,920px) - 60px);padding:12px;overflow:visible;border-radius:8px;background:linear-gradient(180deg,#fafcff,#e8eef9);border:1px solid var(--line)}.product-detail-media img{width:100%;height:100%;min-height:0;object-fit:contain;border-radius:8px}.product-detail-order-button{width:100%;margin:0;flex-shrink:0}.product-detail-content{padding-right:10px}.product-detail-content h2{margin-bottom:22px;font-size:34px;line-height:1.08}.product-detail-section{margin-top:22px;color:var(--muted);line-height:1.65}.product-detail-section:first-of-type{margin-top:0}.product-detail-section h3{margin-bottom:10px;color:var(--text);font-size:21px}.product-detail-section p{margin-bottom:12px}.product-detail-section ul{display:grid;gap:8px;margin:0 0 12px;padding-left:20px}.product-detail-section strong{color:var(--text)}.study-button-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.study-button{position:relative;display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);color:var(--brand-strong);text-decoration:none;font-size:13px;font-weight:700;line-height:1.2}.study-button:hover{border-color:var(--brand);background:#fff}.study-button:hover:after,.study-button:focus-visible:after{content:attr(data-tooltip);position:absolute;left:0;bottom:calc(100% + 10px);z-index:5;width:min(360px,78vw);padding:12px 14px;border-radius:8px;background:#14213f;color:#fff;box-shadow:0 16px 34px rgba(20,33,63,.22);font-weight:500;line-height:1.45}.study-button:hover:before,.study-button:focus-visible:before{content:"";position:absolute;left:20px;bottom:calc(100% + 4px);border:6px solid transparent;border-top-color:#14213f}.product-detail-page{min-height:100vh;background:var(--bg)}.product-detail-page .site-header{position:sticky}.product-detail-page-main{padding:34px 0}.product-detail-page-card{background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.product-detail-page-card .product-detail-layout{padding:28px}.product-detail-back-link{margin-bottom:16px;font-weight:700;box-shadow:0 8px 22px rgba(40,60,156,.1);transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease}.product-detail-back-link:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(40,60,156,.18);text-decoration:none}.product-detail-back-link:active{transform:translateY(0) scale(.98);box-shadow:0 6px 16px rgba(40,60,156,.14)}@media(max-width:900px){.product-detail-layout{grid-template-columns:1fr;padding:20px}.product-detail-media{position:static;max-width:440px;height:auto;max-height:none}.product-detail-media img{height:auto;max-height:none}.product-detail-content h2{font-size:28px}.product-detail-modal{max-height:94vh}.product-detail-backdrop{padding:12px}}@media(max-width:560px){.study-button{width:100%;justify-content:center}.study-button:hover:after,.study-button:focus-visible:after{left:0;right:auto;width:min(320px,calc(100vw - 36px));max-width:calc(100vw - 36px);transform:none;text-align:left}.study-button:hover:before,.study-button:focus-visible:before{left:22px}}
.product-detail-media{position:sticky;overflow:hidden;display:block;padding:0;background:#eef3ff}.product-detail-media img{display:block;width:100%;height:100%;object-fit:cover;border-radius:0}.product-detail-order-button{position:absolute;right:16px;bottom:16px;z-index:2;display:inline-flex;flex-direction:row-reverse;align-items:center;justify-content:flex-start;gap:10px;width:52px;min-width:52px;max-width:calc(100% - 32px);height:52px;min-height:52px;margin:0;padding:0 15px;border-radius:999px;overflow:hidden;white-space:nowrap;box-shadow:0 12px 30px rgba(28,45,121,.32);animation:product-order-pulse 1.9s ease-in-out infinite;transform-origin:right center;transition:width .24s ease,box-shadow .24s ease,transform .18s ease,background-color .18s ease}.product-detail-order-icon{flex:0 0 auto}.product-detail-order-label{display:inline-block;max-width:0;opacity:0;overflow:hidden;transition:max-width .24s ease,opacity .18s ease}.product-detail-order-button:hover,.product-detail-order-button:focus-visible{width:230px;animation:none;box-shadow:0 16px 38px rgba(28,45,121,.38);transform:translateY(-2px)}.product-detail-order-button:hover .product-detail-order-label,.product-detail-order-button:focus-visible .product-detail-order-label{max-width:170px;opacity:1}.product-detail-order-button:active{transform:translateY(0) scale(.97)}@keyframes product-order-pulse{0%,100%{box-shadow:0 12px 30px rgba(28,45,121,.28),0 0 0 0 rgba(40,60,156,.28)}50%{box-shadow:0 14px 34px rgba(28,45,121,.38),0 0 0 12px rgba(40,60,156,0)}}@media(max-width:900px){.product-detail-media{position:relative}.product-detail-media img{height:auto;min-height:420px}}@media(max-width:560px){.product-detail-order-button:hover,.product-detail-order-button:focus-visible{width:calc(100% - 32px)}.product-detail-media img{min-height:360px}}
.study-button-row-stacked{display:flex;flex-direction:column;align-items:flex-start}.study-button-row-stacked .study-button{width:auto;max-width:100%;justify-content:flex-start;text-align:left}
.product-cross-link{color:var(--brand);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.product-cross-link:hover{color:var(--brand-strong)}
.product-card.is-sold-out .product-image:after{z-index:1}.waitlist-button{position:absolute;left:50%;bottom:16px;z-index:2;transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;min-height:42px;max-width:calc(100% - 24px);padding:0 16px;border:0;border-radius:999px;background:#fff;color:var(--brand-strong);font-weight:800;font-size:14px;line-height:1.15;box-shadow:0 12px 30px rgba(20,33,63,.24);transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.waitlist-button:hover{transform:translateX(-50%) translateY(-2px);background:var(--brand);color:#fff;box-shadow:0 16px 38px rgba(40,60,156,.34)}.waitlist-modal-backdrop{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:20px;background:rgba(20,33,63,.5);backdrop-filter:blur(6px)}.waitlist-modal{position:relative;width:min(520px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:28px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 24px 70px rgba(20,33,63,.25)}.waitlist-modal h3{margin-bottom:12px}.waitlist-modal p{color:var(--muted);line-height:1.55}.waitlist-close{top:14px;right:14px}.waitlist-form{display:grid;gap:12px}.waitlist-form .field{margin-bottom:0}.waitlist-form .checkbox-group{gap:8px;margin:2px 0 4px}@media(max-width:767px){.waitlist-button{bottom:12px;min-height:40px;padding:0 13px;font-size:13px}.waitlist-modal{padding:24px 18px}}
@media(max-width:767px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-media{padding:8px 8px 0}.product-body{padding:10px}.product-card h3{margin-bottom:8px;font-size:15px;line-height:1.18}.product-description{font-size:12px;line-height:1.35}.price-row{gap:6px;margin-bottom:10px}.price-row strong{font-size:20px}.old-price{font-size:13px}.product-actions{gap:8px}.product-actions .button{width:100%;min-height:38px;padding:0 8px;font-size:12px;line-height:1.15}.availability,.sku{padding:6px 8px;font-size:11px}.waitlist-button{max-width:calc(100% - 16px);min-height:36px;padding:0 10px;font-size:12px}}@media(max-width:360px){.product-grid{gap:8px}.product-body{padding:9px}.product-card h3{font-size:14px}.product-description{font-size:11px}.price-row strong{font-size:18px}.product-actions .button{min-height:36px;font-size:11px}}
.cart-delivery-extra{position:relative;display:inline-flex;align-items:center;gap:10px;font-size:.9em;font-weight:500}.delivery-info-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:var(--brand);color:#fff;font-size:12px;font-weight:800;line-height:1;font-style:normal;cursor:help}.delivery-info-icon:hover:after,.delivery-info-icon:focus-visible:after{content:attr(data-tooltip);position:absolute;right:0;bottom:calc(100% + 9px);z-index:4;width:min(310px,78vw);padding:10px 12px;border-radius:8px;background:#14213f;color:#fff;box-shadow:0 14px 30px rgba(20,33,63,.24);font-size:12px;font-weight:500;line-height:1.4;text-align:left}.delivery-info-icon:hover:before,.delivery-info-icon:focus-visible:before{content:"";position:absolute;right:4px;bottom:calc(100% + 3px);border:6px solid transparent;border-top-color:#14213f}.delivery-info-icon:focus-visible{outline:3px solid rgba(40,60,156,.25);outline-offset:2px}
@media(max-width:767px){.cart-item{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:12px}.cart-copy{min-width:0;flex:1}.cart-controls{flex:0 0 auto;justify-items:end;text-align:right}.qty-controls{grid-template-columns:32px minmax(30px,auto) 32px;gap:5px}.qty-controls button{width:32px;height:32px}.cart-total{flex-direction:row;align-items:center;gap:12px}.cart-total>span{white-space:nowrap}.cart-total strong{text-align:right}.cart-total-final{align-items:flex-start}.cart-total-final strong{max-width:70%;line-height:1.25}.cart-delivery-extra{justify-content:flex-end;margin-top:3px;text-align:right}.delivery-info-icon:hover:after,.delivery-info-icon:focus-visible:after{right:0;width:min(260px,calc(100vw - 36px))}}
.phone-verification{display:contents}.phone-verification .field{margin-bottom:0}.phone-verification-panel{display:grid;grid-column:1 / -1;gap:8px}.phone-code-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.phone-code-input{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);font-weight:700;text-align:left;letter-spacing:0}.phone-code-input::placeholder{color:var(--muted);font-weight:400;letter-spacing:0}.phone-code-button{width:100%}.phone-code-button,.phone-code-confirm{min-height:44px;padding:0 12px;font-size:13px;font-weight:700}.phone-manual-link{justify-self:start;padding:0;border:0;background:transparent;color:#bb233f;font-size:12px;font-weight:800;text-decoration:underline;text-underline-offset:3px}.phone-manual-link:hover{color:#8d1930}.phone-verification-panel.is-verified .phone-code-row,.phone-verification-panel.is-verified .phone-manual-link{display:none}.phone-verification>.field-error{grid-column:1 / -1}.phone-verification-message{min-height:18px;font-size:12px;line-height:1.35}.phone-verification-message-muted{color:var(--muted)}.phone-verification-message-success{color:var(--success);font-weight:700}.phone-verification-message-error{color:var(--danger);font-weight:700}.phone-manual-modal-backdrop{position:fixed;inset:0;z-index:70;display:grid;place-items:center;padding:20px;background:rgba(20,33,63,.5);backdrop-filter:blur(6px)}.phone-manual-modal{position:relative;width:min(560px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:30px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 24px 70px rgba(20,33,63,.25)}.phone-manual-modal h3{margin:0 30px 14px 0;font-size:24px;color:var(--text)}.phone-manual-modal p{margin:0 0 14px;color:var(--muted);line-height:1.55}.phone-manual-modal p strong{color:var(--text)}.phone-manual-close{position:absolute;top:12px;right:12px;left:auto;z-index:2;width:28px;height:28px;margin:0;border:0;border-radius:0;background:transparent;color:var(--muted);box-shadow:none;font-size:22px;line-height:1}.phone-manual-close:hover{background:transparent;color:var(--brand-strong)}.phone-manual-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}@media(max-width:767px){.phone-code-row{grid-template-columns:1fr}.phone-code-button,.phone-code-confirm{width:100%}.phone-manual-modal{padding:24px 18px}.phone-manual-modal h3{margin-right:32px}.phone-manual-actions{grid-template-columns:1fr}}
.contact-icons{display:inline-flex;align-items:center;gap:8px}.contact-icon-link{width:42px;min-width:42px;height:42px;display:inline-flex;align-items:center;justify-content:flex-start;gap:10px;overflow:hidden;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.1);color:#fff;text-decoration:none;white-space:nowrap;transition:width .22s ease,background .22s ease,box-shadow .22s ease,transform .22s ease}.contact-icon-link:hover,.contact-icon-link:focus-visible{width:var(--contact-open-width,190px);background:rgba(255,255,255,.18);box-shadow:0 10px 26px rgba(0,0,0,.16);transform:translateY(-1px)}.contact-icon-link:focus-visible{outline:3px solid rgba(255,255,255,.25);outline-offset:2px}.contact-icon-svg{width:22px;height:22px;flex:0 0 22px}.contact-icon-link span{opacity:0;transform:translateX(-5px);font-size:14px;font-weight:700;transition:opacity .18s ease,transform .18s ease}.contact-icon-link:hover span,.contact-icon-link:focus-visible span{opacity:1;transform:none}.contact-icon-email{--contact-open-width:190px}.contact-icon-phone{--contact-open-width:175px}.contact-icon-telegram,.contact-icon-whatsapp{--contact-open-width:140px}@media(max-width:767px){.contact-icons{flex-wrap:wrap;gap:8px}.contact-icon-link{width:40px;min-width:40px;height:40px;padding:0 9px}.contact-icon-svg{width:21px;height:21px;flex-basis:21px}.contact-icon-link:hover,.contact-icon-link:focus-visible{width:var(--contact-open-width,170px)}.contact-icon-email{--contact-open-width:176px}.contact-icon-phone{--contact-open-width:166px}.contact-icon-telegram,.contact-icon-whatsapp{--contact-open-width:132px}}
@media(max-width:767px){.site-header{overflow:hidden}.header-bar{flex-direction:row;align-items:center;justify-content:space-between;gap:10px;padding:10px 0}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:118px;max-width:32vw;height:auto}.header-meta{display:flex;flex:1 1 auto;min-width:0;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:nowrap}.header-ozon-button{width:34px;min-width:34px;max-width:34px;height:34px;min-height:34px;max-height:34px;padding:0;font-size:0;gap:0;justify-content:center;white-space:nowrap}.header-ozon-button svg{width:18px;height:18px;flex:0 0 18px}.contact-icons{display:inline-flex;align-items:center;justify-content:flex-end;flex:0 1 auto;min-width:0;gap:6px;flex-wrap:nowrap}.contact-icon-link,.contact-icon-link:hover,.contact-icon-link:focus,.contact-icon-link:focus-visible{width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;min-height:34px!important;max-height:34px!important;padding:0!important;display:inline-flex;align-items:center;justify-content:center;gap:0;overflow:hidden;transform:none!important;box-shadow:none!important}.contact-icon-svg,.contact-icon-link svg{display:block;width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;min-height:18px!important;max-height:18px!important;flex:0 0 18px!important}.contact-icon-link span{display:none!important}}@media(max-width:380px){.brand img{width:104px}.header-meta{gap:6px}.header-ozon-button{width:31px;min-width:31px;max-width:31px;height:31px;min-height:31px;max-height:31px;padding:0;font-size:0}.contact-icons{gap:5px}.contact-icon-link,.contact-icon-link:hover,.contact-icon-link:focus,.contact-icon-link:focus-visible{width:31px!important;min-width:31px!important;max-width:31px!important;height:31px!important;min-height:31px!important;max-height:31px!important}.contact-icon-svg,.contact-icon-link svg{width:17px!important;min-width:17px!important;max-width:17px!important;height:17px!important;min-height:17px!important;max-height:17px!important;flex-basis:17px!important}}
