@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@600;700;800&display=swap";:root{--primary-blue: #0033CC;--secondary-gray: #6B6B6B;--dark-blue: #001F66;--light-blue: #3366FF;--accent-blue: #0052FF;--dark-bg: #1A1D2E;--light-gray: #F5F6F8;--text-dark: #2C3E50;--text-light: #7F8C8D;--border-color: #E8EAED;--green: #00D084;--red: #FF3366;--orange: #FF8C00}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-dark);background:#fafbfc;line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}.container{max-width:1540px;margin:0 auto;padding:0 20px;width:100%}.site-header{background:#fff;box-shadow:0 2px 12px #0000000d;position:sticky;top:0;z-index:1000;animation:slideDown .4s ease-out}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.header-top{padding:4px 0;border-bottom:1px solid var(--border-color);font-size:12px;color:var(--text-light)}.header-content{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}.hamburger-menu{background:none;border:none;color:var(--text-dark);cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:8px;flex-shrink:0}.hamburger-menu:hover{background:var(--light-gray);color:var(--primary-blue)}.logo{display:flex;align-items:center;gap:8px;text-decoration:none;transition:transform .3s ease;flex-shrink:0}.logo:hover{transform:scale(1.02)}.logo-main{font-family:Unbounded,sans-serif;font-size:26px;font-weight:800;color:var(--primary-blue);letter-spacing:-.3px;line-height:1}.logo-tagline{display:none}.search-bar{flex:1;max-width:600px;position:relative}.search-input{width:100%;padding:10px 120px 10px 18px;border:2px solid var(--border-color);border-radius:999px;font-size:14px;font-family:inherit;transition:all .3s ease;background:var(--light-gray)}.search-input:focus{outline:none;border-color:var(--primary-blue);background:#fff;box-shadow:0 4px 20px #0033cc1f}.search-btn{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,var(--primary-blue),var(--light-blue));border:none;padding:8px 20px;border-radius:999px;color:#fff;cursor:pointer;transition:all .3s ease;font-weight:700;font-size:13px;font-family:inherit}.search-btn:hover{box-shadow:0 4px 15px #03c6;transform:translateY(-50%) scale(1.03)}.search-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f;z-index:100;overflow:hidden;border:1px solid var(--border-color)}.suggestion-item{display:flex;align-items:center;gap:12px;padding:10px 16px;cursor:pointer;transition:background .2s;text-decoration:none;color:var(--text-dark)}.suggestion-item:hover,.suggestion-item.active{background:var(--light-gray)}.suggestion-img{width:40px;height:40px;object-fit:contain;border-radius:8px;flex-shrink:0}.suggestion-name{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-price{font-size:12px;color:var(--primary-blue);font-weight:700;margin-top:2px}.sug-mark{background:#0033cc1f;color:var(--primary-blue);padding:0 2px;border-radius:3px;font-weight:700}.sug-header{display:flex;justify-content:space-between;align-items:center;padding:10px 16px 6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-light)}.sug-clear{background:none;border:none;color:var(--primary-blue);font-size:11px;font-weight:600;font-family:inherit;cursor:pointer;padding:4px 6px;text-transform:none;letter-spacing:0}.sug-clear:hover{text-decoration:underline}.sug-recent{padding:10px 16px}.sug-recent-icon{color:var(--text-light);flex-shrink:0}.sug-recent-text{flex:1;font-size:14px;color:var(--text-dark)}.sug-recent-remove{background:none;border:none;color:var(--text-light);font-size:20px;line-height:1;padding:0 6px;cursor:pointer;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;transition:all .15s}.sug-recent-remove:hover{background:#eee;color:var(--text-dark)}.header-actions{display:flex;align-items:center;gap:4px}.header-phone{display:flex;align-items:center;gap:8px;color:var(--text-dark);font-size:14px;font-weight:600;padding:8px 14px;border-radius:10px;transition:all .3s ease}.header-phone:hover{color:var(--primary-blue);background:var(--light-gray)}.nav-action-btn{display:flex;flex-direction:row;align-items:center;gap:8px;text-decoration:none;color:var(--text-dark);font-size:14px;font-weight:600;padding:8px 14px;border-radius:10px;position:relative;transition:all .3s ease;background:none;border:none;cursor:pointer;font-family:inherit;white-space:nowrap}.nav-action-btn:hover{color:var(--primary-blue);background:var(--light-gray)}.nav-action-btn svg{flex-shrink:0}.nav-cart-badge{background:linear-gradient(135deg,var(--primary-blue),var(--light-blue));color:#fff;font-size:10px;font-weight:800;min-width:18px;height:18px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px}.site-nav{border-top:1px solid var(--border-color);background:#fff}.site-nav .container{display:flex;align-items:center;gap:4px;padding-top:0;padding-bottom:0}.nav-link{display:flex;align-items:center;gap:6px;padding:12px 14px;font-size:13px;font-weight:600;color:var(--text-dark);text-decoration:none;border-bottom:2px solid transparent;transition:all .2s ease;white-space:nowrap}.nav-link:hover,.nav-link.active{color:var(--primary-blue);border-bottom-color:var(--primary-blue)}.hero-section{margin:30px 0}.hero-slider{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);border-radius:20px;padding:60px;color:#fff;position:relative;overflow:hidden;min-height:380px;display:flex;align-items:center;animation:fadeIn .6s ease-out}.hero-slider:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);border-radius:50%}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-inner{position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);padding:6px 16px;border-radius:999px;font-size:13px;font-weight:600;margin-bottom:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{font-family:Unbounded,sans-serif;font-size:42px;font-weight:800;line-height:1.2;margin-bottom:16px}.hero-subtitle{font-size:16px;opacity:.85;margin-bottom:32px;max-width:500px;line-height:1.6}.hero-btns{display:flex;gap:12px;flex-wrap:wrap}.btn-primary{background:#fff;color:var(--primary-blue);padding:14px 28px;border-radius:12px;font-weight:700;font-size:15px;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.btn-outline{background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.4);padding:14px 28px;border-radius:12px;font-weight:700;font-size:15px;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.section{padding:40px 0}.section-title{font-family:Unbounded,sans-serif;font-size:30px;font-weight:800;color:var(--text-dark);margin-bottom:24px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.section-link{color:var(--primary-blue);font-size:14px;font-weight:600;text-decoration:none;transition:all .2s}.section-link:hover{text-decoration:underline}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}.category-card{background:#fff;border-radius:16px;padding:24px 16px;text-align:center;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:2px solid transparent;text-decoration:none;color:var(--text-dark);box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;align-items:center;gap:8px}.category-card:hover{transform:translateY(-8px);border-color:var(--primary-blue);box-shadow:0 12px 35px #0033cc26}.category-icon{font-size:40px;display:inline-block;transition:transform .3s ease}.category-card:hover .category-icon{transform:scale(1.2) rotate(5deg)}.category-name{font-size:13px;font-weight:700;color:var(--text-dark)}.category-count{font-size:11px;color:var(--text-light)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:20px}.product-card{background:#fff;border-radius:16px;padding:20px;position:relative;transition:all .3s ease;cursor:pointer;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;border-top:3px solid transparent}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-top:3px solid var(--primary-blue)}.product-badges{position:absolute;top:15px;left:15px;display:flex;flex-direction:row;gap:6px;z-index:10;flex-wrap:wrap}.badge{padding:3px 8px;border-radius:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.badge-sale{background:#f36;color:#fff}.badge-new{background:linear-gradient(135deg,var(--primary-blue),var(--light-blue));color:#fff}.badge-hit{background:#ffb800;color:#fff}.wishlist-btn{position:absolute;top:12px;right:12px;background:none;border:none;padding:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;color:#9ca3af}.wishlist-btn:hover{color:#f36;filter:drop-shadow(0 2px 4px rgba(255,51,102,.4))}.wishlist-btn svg{transition:transform .2s ease}.wishlist-btn:hover svg{transform:scale(1.2)}.wishlist-btn.active svg{animation:heartbeat .3s ease}@keyframes heartbeat{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}.wishlist-btn.active{color:#f36}.product-img-link{display:flex;align-items:center;justify-content:center;text-decoration:none;margin-bottom:15px;margin-top:10px}.product-image{width:100%;height:200px;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-brand{font-size:11px;font-weight:700;color:var(--primary-blue);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.product-name{font-size:15px;font-weight:600;line-height:1.4;color:var(--text-dark);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:10px}.product-name:hover{color:var(--primary-blue)}.product-rating{display:flex;align-items:center;gap:6px;margin-bottom:10px}.stars{color:#ffb800;font-size:14px}.reviews-count{font-size:13px;color:var(--text-light)}.rating-compact{display:none}.product-price-row{display:flex;flex-direction:column;gap:12px;margin-top:auto}.product-price{display:flex;flex-direction:column;gap:1px}.price-old{font-size:14px;color:var(--text-light);text-decoration:line-through}.price-current{font-size:22px;font-weight:700;color:var(--text-dark)}.add-to-cart{background:var(--primary-blue);color:#fff;border:none;padding:12px 16px;border-radius:10px;cursor:pointer;font-weight:600;font-size:14px;font-family:inherit;transition:all .3s ease;white-space:nowrap;width:100%;opacity:0;transform:translateY(8px)}.product-card:hover .add-to-cart{opacity:1;transform:translateY(0)}.add-to-cart:hover{box-shadow:0 6px 20px #03c6}.add-to-cart.in-cart{background:var(--green)!important;opacity:1!important;transform:translateY(0)!important}.add-to-cart.in-cart:hover{box-shadow:0 6px 20px #00d08466!important}.advantages-section{background:var(--light-gray);border-radius:20px;margin:0 0 40px;padding:40px}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px}.advantage-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.advantage-icon{font-size:36px}.advantage-item h3{font-size:15px;font-weight:700;color:var(--text-dark)}.advantage-item p{font-size:13px;color:var(--text-light);line-height:1.5}.site-footer{background:var(--dark-bg);color:#fff;padding:60px 0 30px;margin-top:60px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px;margin-bottom:40px}.footer-logo-text{font-family:Unbounded,sans-serif;font-size:20px;font-weight:800;color:#fff;margin-bottom:12px}.footer-desc{font-size:13px;color:#fff9;line-height:1.6}.footer-section h3{font-family:Unbounded,sans-serif;font-size:14px;font-weight:700;margin-bottom:16px;color:#fff}.footer-links{list-style:none;display:flex;flex-direction:column;gap:8px}.footer-links a{font-size:13px;color:#fff9;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#ffffff80}.catalog-page{padding:30px 0}@media(min-width:769px){.catalog-page .add-to-cart svg,.home-page .add-to-cart svg{display:none!important}}.catalog-layout{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:start}.catalog-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.catalog-title{font-family:Unbounded,sans-serif;font-size:28px;font-weight:800}.catalog-count{font-size:14px;color:var(--text-light);margin-left:12px;font-weight:500}.filters-sidebar{background:#fff;border-radius:16px;padding:24px;border:1px solid var(--border-color);position:sticky;top:80px}.filters-title{font-size:16px;font-weight:700;margin-bottom:20px;color:var(--text-dark)}.filter-group{margin-bottom:24px}.filter-label{font-size:13px;font-weight:700;color:var(--text-dark);margin-bottom:12px;display:block;text-transform:uppercase;letter-spacing:.5px}.price-inputs{display:flex;align-items:center;gap:8px}.price-input{flex:1;padding:8px 12px;border:2px solid var(--border-color);border-radius:10px;font-size:13px;font-family:inherit;transition:border-color .2s;width:100%}.price-separator{color:var(--text-light);font-size:14px}.brand-option{display:flex;align-items:center;gap:8px;margin-bottom:8px;cursor:pointer}.brand-option input{accent-color:var(--primary-blue);cursor:pointer}.brand-option label{font-size:13px;cursor:pointer}.sort-select{padding:8px 14px;border:2px solid var(--border-color);border-radius:10px;font-size:13px;font-family:inherit;cursor:pointer;background:#fff;transition:border-color .2s}.product-page{padding:30px 0}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-light);margin-bottom:24px;flex-wrap:wrap}.breadcrumb a{color:var(--primary-blue);text-decoration:none;transition:text-decoration .2s}.breadcrumb-sep{color:var(--border-color)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:48px}.product-gallery{position:sticky;top:90px}.product-main-img-wrap{background:var(--light-gray);border-radius:16px;padding:24px;display:flex;align-items:center;justify-content:center;height:400px;margin-bottom:12px;overflow:hidden}.product-main-img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.product-main-img:hover{transform:scale(1.05)}.product-thumbs{display:flex;gap:8px;flex-wrap:wrap}.product-thumb{width:64px;height:64px;object-fit:contain;border:2px solid var(--border-color);border-radius:8px;cursor:pointer;padding:4px;background:#fff;transition:border-color .2s}.product-thumb:hover,.product-thumb.active{border-color:var(--primary-blue)}.product-brand{font-size:12px;font-weight:700;color:var(--primary-blue);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.product-title{font-family:Unbounded,sans-serif;font-size:22px;font-weight:800;line-height:1.3;margin-bottom:12px}.product-rating-row{display:flex;align-items:center;gap:8px;margin-bottom:20px}.rating-stars{color:#ffb800;font-size:16px}.rating-value{font-weight:700;font-size:15px}.rating-reviews{font-size:13px;color:var(--text-light)}.product-price-block{margin-bottom:24px}.product-price-current{font-size:32px;font-weight:800;color:var(--text-dark)}.product-price-old{font-size:18px;color:var(--text-light);text-decoration:line-through;margin-left:8px}.product-price-discount{background:linear-gradient(135deg,#e63946,#f72c25);color:#fff;font-size:12px;font-weight:700;padding:3px 8px;border-radius:6px;margin-left:8px}.product-stock{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;margin-bottom:20px}.product-stock.in{color:var(--green)}.product-stock.out{color:var(--red)}.product-actions{display:flex;align-items:center;gap:12px;margin-bottom:24px}.qty-control{display:flex;align-items:center;border:2px solid var(--border-color);border-radius:12px;overflow:hidden}.qty-btn{background:none;border:none;width:40px;height:44px;font-size:18px;cursor:pointer;color:var(--text-dark);transition:background .2s;font-family:inherit}.qty-btn:hover{background:var(--light-gray)}.qty-value{width:44px;text-align:center;font-size:15px;font-weight:700;border:none;outline:none}.btn-add-cart{flex:1;background:linear-gradient(135deg,var(--primary-blue),var(--light-blue));color:#fff;border:none;padding:14px 24px;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.btn-add-cart:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0033cc4d}.btn-wishlist{background:#fff;border:2px solid var(--border-color);padding:12px;border-radius:12px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;color:var(--text-light)}.btn-wishlist:hover{border-color:var(--red);color:var(--red)}.btn-wishlist.active{border-color:var(--red);color:var(--red);background:#fff0f3}.product-tabs{margin-top:40px}.tabs-nav{display:flex;border-bottom:2px solid var(--border-color);margin-bottom:24px;gap:4px}.tab-btn{padding:12px 24px;background:none;border:none;border-bottom:2px solid transparent;font-size:14px;font-weight:600;cursor:pointer;color:var(--text-light);font-family:inherit;transition:all .2s;margin-bottom:-2px}.tab-btn:hover{color:var(--text-dark)}.specs-table tr{border-bottom:1px solid var(--border-color)}.specs-table tr:last-child{border-bottom:none}.specs-table td{padding:12px 16px;font-size:14px}.specs-table td:first-child{color:var(--text-light);font-weight:500;width:35%}.product-description{font-size:14px;line-height:1.8;color:var(--text-dark)}.cart-page{padding:30px 0}.cart-page-title{font-family:Unbounded,sans-serif;font-size:28px;font-weight:800;margin-bottom:28px}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:28px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:16px}.cart-item{background:#fff;border-radius:16px;padding:20px;display:flex;align-items:center;gap:20px;border:1px solid var(--border-color);transition:box-shadow .2s}.cart-item:hover{box-shadow:0 4px 16px #00000014}.cart-item-img{width:90px;height:90px;object-fit:contain;flex-shrink:0;background:var(--light-gray);border-radius:10px;padding:8px}.cart-item-info{flex:1;min-width:0}.cart-item-brand{font-size:11px;font-weight:700;color:var(--primary-blue);text-transform:uppercase;margin-bottom:4px}.cart-item-name{font-size:14px;font-weight:600;line-height:1.4;margin-bottom:8px}.cart-item-name a{color:var(--text-dark);text-decoration:none}.cart-item-name a:hover{color:var(--primary-blue)}.cart-item-price{font-size:16px;font-weight:700}.cart-item-actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.cart-remove-btn{background:none;border:none;cursor:pointer;color:var(--text-light);padding:4px;transition:color .2s;display:flex;align-items:center}.cart-remove-btn:hover{color:var(--red)}.cart-summary{background:#fff;border-radius:16px;padding:24px;border:1px solid var(--border-color);position:sticky;top:90px}.cart-summary-title{font-size:18px;font-weight:700;margin-bottom:20px}.cart-summary-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:12px;color:var(--text-light)}.cart-summary-total{display:flex;justify-content:space-between;font-size:18px;font-weight:700;border-top:2px solid var(--border-color);padding-top:16px;margin-top:4px;margin-bottom:20px}.btn-checkout{width:100%;background:linear-gradient(135deg,var(--primary-blue),var(--light-blue));color:#fff;border:none;padding:16px;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;font-family:inherit;transition:all .3s ease}.btn-checkout:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0033cc4d}.cart-empty{text-align:center;padding:80px 20px}.cart-empty-icon{font-size:64px;margin-bottom:16px}.cart-empty h2{font-family:Unbounded,sans-serif;font-size:22px;margin-bottom:8px}.cart-empty p{color:var(--text-light);font-size:14px;margin-bottom:24px}.checkout-page{padding:30px 0}.checkout-layout{display:grid;grid-template-columns:1fr 380px;gap:28px;align-items:start}.checkout-title{font-family:Unbounded,sans-serif;font-size:28px;font-weight:800;margin-bottom:28px}.checkout-form{background:#fff;border-radius:16px;padding:28px;border:1px solid var(--border-color)}.form-section-title{font-size:16px;font-weight:700;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border-color)}.form-group{margin-bottom:18px}.form-label{display:block;font-size:13px;font-weight:600;margin-bottom:8px;color:var(--text-dark)}.form-input{width:100%;padding:12px 16px;border:2px solid var(--border-color);border-radius:10px;font-size:14px;font-family:inherit;transition:border-color .2s;background:#fff}.form-input:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #0033cc14}.phone-input{display:flex;align-items:stretch;border:2px solid var(--border-color);border-radius:10px;background:#fff;overflow:hidden;transition:border-color .2s,box-shadow .2s}.phone-input:focus-within{border-color:var(--primary-blue);box-shadow:0 0 0 3px #0033cc14}.phone-input__prefix{display:flex;align-items:center;padding:0 14px;background:#f5f5f7;color:#1d1d1f;font-size:14px;font-weight:600;border-right:1px solid var(--border-color);-webkit-user-select:none;user-select:none}.phone-input__field{border:none!important;border-radius:0!important;flex:1;letter-spacing:1px}.phone-input__field:focus{box-shadow:none!important}.email-verify-banner{background:linear-gradient(90deg,#fff7e6,#fff3d4);border-bottom:1px solid #f3d896;color:#6b4a00}.email-verify-banner__inner{max-width:1280px;margin:0 auto;padding:10px 20px;display:flex;align-items:center;gap:12px;font-size:14px}.email-verify-banner__icon{display:inline-flex;flex-shrink:0;color:#b87a00}.email-verify-banner__text{flex:1;line-height:1.4}.email-verify-banner__text b{font-weight:600}.email-verify-banner__btn{flex-shrink:0;background:#1d1d1f;color:#fff;border:none;padding:7px 14px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:opacity .2s}.email-verify-banner__btn:hover{opacity:.85}.email-verify-banner__btn:disabled{opacity:.5;cursor:default}.email-verify-banner__close{flex-shrink:0;background:transparent;border:none;color:#6b4a00;font-size:22px;line-height:1;cursor:pointer;padding:0 4px;opacity:.6;transition:opacity .2s}.email-verify-banner__close:hover{opacity:1}@media(max-width:640px){.email-verify-banner__inner{flex-wrap:wrap;gap:8px;padding:10px 14px}.email-verify-banner__text{flex-basis:100%;font-size:13px}.email-verify-banner__btn{font-size:12px;padding:6px 10px}}.payment-options{display:flex;flex-direction:column;gap:10px}.payment-option{display:flex;align-items:center;gap:12px;padding:14px 16px;border:2px solid var(--border-color);border-radius:12px;cursor:pointer;transition:border-color .2s}.payment-option.selected{border-color:var(--primary-blue);background:#0033cc08}.payment-option input{accent-color:var(--primary-blue)}.payment-option label{font-size:14px;font-weight:500;cursor:pointer}.auth-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:40px 20px}.auth-card{background:#fff;border-radius:20px;box-shadow:0 4px 32px #00000014;padding:40px;width:100%;max-width:440px}.auth-title{font-family:Unbounded,sans-serif;font-size:22px;font-weight:800;margin-bottom:6px}.auth-success{text-align:center;padding-top:32px;padding-bottom:36px}.auth-success .auth-title{margin-bottom:14px}.auth-success-icon{width:84px;height:84px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0033cc1f,#3b82f61f);color:var(--primary-blue)}.auth-success-text{font-size:15px;line-height:1.55;color:var(--text-dark, #1a1a2e);margin:0 0 10px}.auth-success-text b{word-break:break-all}.auth-success-hint{font-size:13px;color:var(--text-light);margin:0 0 24px}.auth-success .btn-block{text-align:center}.auth-subtitle{font-size:14px;color:var(--text-light);margin-bottom:28px}.auth-btn{width:100%;padding:14px;background:linear-gradient(135deg,var(--primary-blue),var(--light-blue));color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;font-family:inherit;transition:all .3s ease}.auth-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0033cc4d}.auth-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-divider{display:flex;align-items:center;gap:12px;margin:22px 0;color:var(--text-light);font-size:13px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border-color)}.auth-switch{text-align:center;font-size:14px;color:var(--text-light);margin-top:20px}.auth-switch a{color:var(--primary-blue);font-weight:600;text-decoration:none}.alert{padding:12px 16px;border-radius:10px;font-size:14px;margin-bottom:16px}.alert-error{background:#fff0f3;color:var(--red);border:1px solid rgba(255,51,102,.2)}.alert-success{background:#f0fff8;color:var(--green);border:1px solid rgba(0,208,132,.2)}.account-page{padding:30px 0}.account-layout{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:start}.account-sidebar{background:#fff;border-radius:16px;padding:20px;border:1px solid var(--border-color);position:sticky;top:90px}.account-user{display:flex;align-items:center;gap:12px;padding-bottom:20px;margin-bottom:16px;border-bottom:1px solid var(--border-color)}.account-avatar{width:48px;height:48px;background:linear-gradient(135deg,var(--primary-blue),var(--light-blue));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:18px;flex-shrink:0}.account-name{font-size:14px;font-weight:700}.account-email{font-size:12px;color:var(--text-light)}.account-nav{display:flex;flex-direction:column;gap:4px}.account-nav-btn{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;background:none;border:none;font-family:inherit;color:var(--text-dark);transition:all .2s;text-align:left;width:100%}.account-nav-btn:hover{background:var(--light-gray);color:var(--primary-blue)}.account-nav-btn.active{background:#0033cc14;color:var(--primary-blue)}.account-content{background:#fff;border-radius:16px;padding:28px;border:1px solid var(--border-color)}.account-content-title{font-size:18px;font-weight:700;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--border-color)}.search-page{padding:30px 0}.search-page-title{font-family:Unbounded,sans-serif;font-size:24px;font-weight:800;margin-bottom:8px}.search-page-title span{color:var(--primary-blue)}.search-count{font-size:14px;color:var(--text-light);margin-bottom:28px}.wishlist-page{padding:30px 0}.wishlist-title{font-family:Unbounded,sans-serif;font-size:28px;font-weight:800;margin-bottom:28px}.pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:40px}.page-btn{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:2px solid var(--border-color);border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;background:#fff;color:var(--text-dark);font-family:inherit;transition:all .2s;padding:0 8px}.page-btn:hover{border-color:var(--primary-blue);color:var(--primary-blue)}.page-btn.active{background:linear-gradient(135deg,var(--primary-blue),var(--light-blue));border-color:transparent;color:#fff}.page-btn:disabled{opacity:.4;cursor:not-allowed}.spinner-wrap{display:flex;align-items:center;justify-content:center;padding:60px}.spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top-color:var(--primary-blue);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast-container{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:8px}.toast{background:var(--dark-bg);color:#fff;padding:14px 20px;border-radius:12px;font-size:14px;font-weight:500;box-shadow:0 4px 20px #0003;animation:toastIn .3s ease;max-width:320px}.toast.success{background:var(--green)}.toast.error{background:var(--red)}@keyframes toastIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.order-success-page{padding:60px 0;text-align:center}.order-success-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--green),#00A86B);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:36px}.order-success-title{font-family:Unbounded,sans-serif;font-size:28px;font-weight:800;margin-bottom:12px}.order-success-subtitle{font-size:15px;color:var(--text-light);margin-bottom:32px}@media(max-width:1024px){.catalog-layout{grid-template-columns:220px 1fr}.product-layout{grid-template-columns:1fr}.product-gallery{position:static}.checkout-layout,.account-layout,.cart-layout{grid-template-columns:1fr}}@media(max-width:768px){.catalog-layout{grid-template-columns:1fr}.filters-sidebar{position:static}.hero-slider{padding:32px 24px;min-height:280px}.hero-title{font-size:26px}.header-phone{display:none}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.footer-bottom{flex-direction:column;gap:8px;text-align:center}.cart-item{flex-wrap:wrap}}@media(max-width:480px){.hero-title{font-size:20px}.hero-btns{flex-direction:column}.auth-card{padding:28px 20px}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:14px;box-shadow:0 8px 32px #0000001f;border:1px solid var(--border-color);min-width:180px;overflow:hidden;z-index:100;animation:dropdownIn .15s ease}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.user-dropdown a,.user-dropdown button{display:block;width:100%;padding:12px 16px;font-size:13px;font-weight:600;color:var(--text-dark);text-decoration:none;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s}.user-dropdown a:hover,.user-dropdown button:hover{background:var(--light-gray);color:var(--primary-blue)}.top-banner{background:linear-gradient(120deg,#0a1f44,#03c 40%,#36f,#6ea8ff);color:#fff;text-align:center;padding:8px 10px;font-size:18px;font-weight:900;letter-spacing:1.5px;text-transform:uppercase;box-shadow:0 4px 18px #0033cc59;line-height:1.2;max-height:50px;overflow:hidden;transition:max-height .3s ease,padding .3s ease,opacity .3s ease;opacity:1}.top-banner--hidden{max-height:0;padding:0;opacity:0}.header-top{background:var(--light-gray);padding:6px 0;font-size:12px;color:var(--text-light);border-bottom:1px solid var(--border-color)}.header-top-inner{display:flex;align-items:center;justify-content:space-between}.header-top .header-phone{display:flex;align-items:center;gap:6px;color:var(--text-light);font-size:12px;text-decoration:none;padding:0;background:none;border-radius:0}.header-top .header-phone:hover{color:var(--primary-blue)}.hero-section .container,.hero-inner{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);border-radius:20px;padding:60px;color:#fff;position:relative;overflow:hidden;min-height:400px;height:400px;display:flex;align-items:center}.hero-section .container:before,.hero-inner:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero-text{position:relative;z-index:1}.hero-title{font-family:Unbounded,sans-serif;font-size:38px;font-weight:800;line-height:1.2;margin-bottom:16px;color:#fff}.hero-subtitle{font-size:16px;opacity:.85;margin-bottom:32px;max-width:480px;color:#fff}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:12px;font-weight:700;font-size:15px;transition:all .3s ease;text-decoration:none;border:none;cursor:pointer;font-family:inherit}.btn-primary{background:#fff;color:var(--primary-blue)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.btn-outline{background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-outline:hover{background:#ffffff40;transform:translateY(-2px)}.popular-categories-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.popular-category-card{background:#fff;border-radius:16px;border:1px solid var(--border-color);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:12px 14px;text-decoration:none;color:var(--text-dark);cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);width:284px;height:142px;max-width:100%}.popular-category-card:hover{transform:translateY(-6px);border-color:var(--primary-blue);box-shadow:0 10px 30px #0033cc1f}.popular-category-illustration{width:105px;height:105px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.popular-category-illustration img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.popular-category-card:hover .popular-category-illustration img{transform:scale(1.08)}.popular-category-name{font-size:14px;font-weight:700;color:var(--text-dark);text-align:center;transition:color .2s;margin-top:-18px}.popular-category-card:hover .popular-category-name{color:var(--primary-blue)}.popular-category-card[href="/catalog/smartphones"] .popular-category-illustration{width:85px;height:85px}@media(max-width:1200px){.popular-categories-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.popular-categories-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.popular-categories-grid{grid-template-columns:repeat(2,175px);gap:10px;justify-content:center}.popular-category-card{width:175px;height:110px;min-height:0;padding:10px;gap:8px;border-radius:13px}.popular-category-illustration{width:63px;height:42px}.popular-category-card[href="/catalog/smartphones"] .popular-category-illustration{width:50px;height:45px}.popular-category-name{font-size:12.5px;font-weight:700;margin-top:0}}.carousel-wrapper{position:relative}.carousel-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:8px 4px 12px}.carousel-track::-webkit-scrollbar{display:none}.carousel-track .product-card{flex:0 0 calc(20% - 13px);scroll-snap-align:start}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid var(--border-color);box-shadow:0 4px 16px #0000001f;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-dark);transition:all .2s ease;z-index:10}.carousel-btn:hover{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue);transform:translateY(-50%) scale(1.08)}.carousel-btn-prev{left:-22px}.carousel-btn-next{right:-22px}.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.promo-dots,.carousel-progress{display:none}.promo-card{border-radius:20px;padding:40px 32px;color:#fff;display:flex;flex-direction:column;gap:12px;justify-content:space-between;min-height:255px}.promo-card-blue{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%)}.promo-card-gray{background:linear-gradient(135deg,#6b7280,#4b5563)}.promo-card h3{font-family:Unbounded,sans-serif;font-size:28px;font-weight:800;line-height:1.2}.promo-card p{font-size:17px;opacity:.85;line-height:1.6}.promo-btn{margin-top:8px;background:#fff;color:var(--primary-blue);border:none;padding:14px 32px;border-radius:10px;font-weight:700;font-size:16px;cursor:pointer;font-family:inherit;align-self:flex-start;transition:all .2s ease}.promo-btn:hover{transform:translateY(-2px);box-shadow:0 4px 20px #fff6}.promo-card-gray .promo-btn{color:#2d3748}@media(max-width:768px){.promo-grid{grid-template-columns:1fr}}.product-specs{font-size:12px;color:var(--text-light);margin-bottom:8px;line-height:1.6}.product-spec-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-price-row.always-show-cart{flex-direction:row;justify-content:space-between;align-items:center}.product-price-row.always-show-cart .add-to-cart{opacity:1;transform:translateY(0);width:auto;padding:10px 20px}.carousel-track .wishlist-btn{opacity:0;transition:opacity .3s ease}.carousel-track .product-card:hover .wishlist-btn{opacity:1}.product-card .wishlist-btn.active{opacity:1!important}.out-of-stock{font-size:16px;font-weight:700;color:#9ca3af}.out-of-stock-block{display:flex;flex-direction:column;gap:8px;margin-top:auto;width:100%}.similar-btn{display:block;text-align:center;padding:10px 16px;border-radius:10px;font-size:14px;font-weight:600;color:#fff;background:var(--primary-blue);border:none;transition:all .3s ease;text-decoration:none;width:100%;cursor:pointer;opacity:0;transform:translateY(8px)}.product-card:hover .similar-btn,.product-price-row.always-show-cart .similar-btn{opacity:1;transform:translateY(0)}.similar-btn:hover{background:var(--primary-blue)!important;box-shadow:0 6px 20px #03c6;color:#fff!important}.similar-btn{padding:8px 16px!important;font-size:13px!important}.site-footer .footer-links a[href^=tel]{font-size:18px;font-weight:700;color:#fff}.site-footer .footer-links a[href^=tel],.site-footer .footer-links a[href^=mailto]{font-size:15px;font-weight:700;color:#fff}.footer-bottom{text-align:center!important;justify-content:center!important}.footer-bottom span{font-size:14px!important}.filters-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.filters-reset{background:none;border:none;color:var(--primary-blue);font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.filter-count{color:var(--text-light);font-weight:400;font-size:12px}.filter-apply-btn{margin-top:8px;background:var(--primary-blue);color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;width:100%}.catalog-found{font-size:14px;color:var(--text-light)}.breadcrumb{font-size:13px;color:var(--text-light);margin-bottom:8px}.breadcrumb a{color:var(--primary-blue)}.breadcrumb a:hover{text-decoration:underline}.brand-list{display:flex;flex-direction:column!important;gap:8px}.brand-item{display:flex!important;align-items:center;gap:8px;flex-wrap:nowrap!important;white-space:nowrap}.catalog-filters{background:#fff;border-radius:16px;padding:20px;border:1px solid var(--border-color);height:fit-content;position:sticky;top:80px}.filter-group{border-bottom:1px solid var(--border-color);padding-bottom:16px;margin-bottom:16px}.filter-group:last-child{border-bottom:none;margin-bottom:0}.filter-label{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:var(--text-dark);margin-bottom:12px}.brand-item{font-size:13px;color:var(--text-dark);cursor:pointer;padding:2px 0}.brand-item input[type=checkbox]{accent-color:var(--primary-blue);width:15px;height:15px;cursor:pointer}.brand-item span{color:var(--text-dark)}.price-input{width:100%;padding:8px 10px;border:1px solid var(--border-color);border-radius:8px;font-size:13px;font-family:inherit;background:var(--light-gray)}.price-input:focus{outline:none;border-color:var(--primary-blue)}.price-range{display:flex;align-items:center;gap:8px}.price-range span{color:var(--text-light);flex-shrink:0}.filters-title{font-size:16px;font-weight:800}.filters-reset{font-size:13px;color:var(--primary-blue)}.catalog-filters{position:static!important;top:unset!important}.catalog-toolbar{background:#fff;border-radius:12px;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;box-shadow:0 2px 8px #0000000f;border:1px solid var(--border-color)}.catalog-sort{display:flex;align-items:center;gap:10px;flex-shrink:0}.catalog-sort-label{font-size:14px;color:var(--text-light, #86868B)}.catalog-found{font-size:15px;color:var(--text-light)}.catalog-found b{color:var(--primary-blue);font-weight:700}.sort-select{padding:8px 36px 8px 14px;border:1px solid var(--border-color);border-radius:8px;font-size:14px;font-family:inherit;color:var(--text-dark);background:var(--light-gray);cursor:pointer;appearance:auto}.sort-select:focus{outline:none;border-color:var(--primary-blue)}.catalog-found{font-size:15px;color:var(--text-dark)!important}.catalog-found b{color:var(--text-dark)!important;font-weight:700}.catalog-toolbar:before{content:"Сортировка:";font-size:14px;color:var(--text-light);margin-left:auto;margin-right:10px}.catalog-found{margin-right:auto!important}.catalog-toolbar:before{display:none!important;content:none!important}.catalog-found{font-size:17px!important}.catalog-found{font-size:15px!important}.catalog-found{font-size:16px!important}.catalog-found{font-weight:400!important}.wishlist-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 20px;text-align:center;gap:16px}.wishlist-empty-icon{width:100px;height:100px;background:var(--light-gray);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#f36;margin-bottom:8px}.wishlist-empty h2{font-size:24px;font-weight:700;color:var(--text-dark)}.wishlist-empty p{font-size:15px;color:var(--text-light)}.btn-wishlist-catalog{margin-top:8px;background:var(--primary-blue);color:#fff;padding:14px 32px;border-radius:12px;font-weight:700;font-size:15px;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-wishlist-catalog:hover{box-shadow:0 8px 24px #0033cc4d;transform:translateY(-2px)}.wishlist-header{display:flex;align-items:center;gap:16px;margin-bottom:32px}.wishlist-count{font-size:14px;color:var(--text-light);font-weight:500;background:var(--light-gray);padding:4px 12px;border-radius:999px}.pp-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:50px;background:#fff;padding:40px;border-radius:20px}.pp-gallery{position:sticky;top:100px;height:fit-content}.pp-main-img{width:100%;height:500px;object-fit:contain;border-radius:16px;background:#fff;margin-bottom:20px}.pp-thumbnails{display:flex;gap:10px;overflow-x:auto}.pp-thumb{width:80px;height:80px;object-fit:contain;border-radius:10px;background:var(--light-gray);cursor:pointer;border:2px solid transparent;transition:all .3s;flex-shrink:0;padding:4px}.pp-thumb:hover,.pp-thumb.active{border-color:var(--primary-blue)}.pp-info{display:flex;flex-direction:column;gap:20px}.pp-title{font-size:28px;font-weight:700;line-height:1.3}.pp-rating{display:flex;align-items:center;gap:10px}.pp-rating .stars{color:#ffb800;font-size:18px}.pp-rating-val{font-weight:700;font-size:15px}.pp-rating-cnt{color:var(--text-light);font-size:14px}.pp-price-block{background:var(--light-gray);padding:25px;border-radius:16px;display:flex;flex-direction:column;gap:16px}.pp-price-row{display:flex;justify-content:space-between;align-items:flex-start}.pp-price-left{display:flex;flex-direction:column;gap:4px}.pp-price-old{font-size:18px;color:var(--text-light);text-decoration:line-through}.pp-price-current{font-size:36px;font-weight:800;color:var(--text-dark)}.pp-instock{font-size:14px;font-weight:600;color:var(--green);margin-top:4px}.pp-outstock{font-size:14px;font-weight:600;color:var(--red);margin-top:4px}.pp-wish-btn{background:#fff;border:2px solid var(--border-color);color:var(--text-light);width:50px;height:50px;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.pp-wish-btn:hover{border-color:var(--primary-blue);color:var(--primary-blue)}.pp-wish-btn.active{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff}.pp-cart-btn{width:100%;background:linear-gradient(135deg,#03c,#36f);color:#fff;border:none;padding:18px 30px;border-radius:12px;font-size:16px;font-weight:700;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease}.pp-cart-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #03c6}.pp-cart-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.pp-cart-btn.in-cart{background:var(--green)!important}.pp-cart-btn.in-cart:hover{box-shadow:0 8px 25px #00d08466!important}.pp-key-specs h3{font-size:15px;font-weight:700;margin-bottom:12px;color:var(--text-dark)}.pp-spec-item{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--border-color);gap:10px}.pp-spec-label{color:var(--text-light);font-size:14px;flex-shrink:0}.pp-spec-value{font-weight:600;text-align:right;word-break:break-word}.product-tabs{background:#fff;border-radius:20px;padding:30px 40px;margin-bottom:40px}.specs-table{width:100%;border-collapse:collapse}.specs-table tr:nth-child(2n){background:var(--light-gray)}.specs-table td{padding:12px 16px;font-size:14px;border-bottom:1px solid var(--border-color)}.specs-table td:first-child{color:var(--text-light);width:40%;font-weight:500}.specs-table td:last-child{color:var(--primary-blue);font-weight:600}.tabs-nav{display:flex;gap:0;margin-bottom:24px;border-bottom:2px solid var(--border-color)}.tab-btn{background:none;border:none;padding:12px 24px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;color:var(--text-light);border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.tab-btn.active{color:var(--primary-blue);border-bottom-color:var(--primary-blue)}.tab-btn:hover{color:var(--primary-blue)}.specs-table tr:nth-child(2n){background:transparent!important}.specs-table td:last-child{color:var(--text-dark)!important;font-weight:600}.specs-table tr{background:transparent!important}.specs-table td{font-size:15px!important}.specs-table td{font-size:17px!important}.specs-table td{font-size:16px!important}.specs-toggle-btn,.pp-cart-btn-price,.pp-cart-btn-text-short{display:none}.pp-cart-btn-left{display:inline-flex;align-items:center;gap:10px}.section-header .carousel-btn{position:static;transform:none;width:36px;height:36px}.section-header .carousel-btn:hover{transform:scale(1.08)}.drawer-backdrop{position:fixed;inset:0;background:#0006;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;z-index:1100}.drawer-backdrop.open{opacity:1;visibility:visible}.side-drawer{position:fixed;top:0;left:0;bottom:0;width:380px;max-width:92vw;background:#fff;z-index:1101;transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.side-drawer.open{transform:translate(0)}.side-drawer-top{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #F2F2F5;position:sticky;top:0;background:#fff;z-index:2}.side-drawer-city{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--text-dark, #1D1D1F);cursor:pointer}.side-drawer-city svg:first-child{color:var(--primary-blue, #0033CC)}.side-drawer-close{background:none;border:none;color:#86868b;cursor:pointer;padding:4px;border-radius:6px;display:flex}.side-drawer-close:hover{color:#1d1d1f;background:#f5f5f7}.side-drawer-phone-pill{display:flex;align-items:center;justify-content:center;gap:10px;margin:16px 18px 4px;padding:14px 18px;border-radius:12px;background:#f2f5fc;color:var(--primary-blue, #0033CC);font-weight:700;font-size:16px;text-decoration:none}.side-drawer-phone-pill:hover{background:#e6edfa}.side-drawer-primary{padding:4px 0;margin-top:4px}.side-drawer-primary-link{display:block;padding:14px 18px;font-size:17px;font-weight:600;color:#1d1d1f;text-decoration:none;border-bottom:1px solid #F2F2F5}.side-drawer-primary-link:hover{color:var(--primary-blue, #0033CC)}.side-drawer-section{padding:18px 0 6px;border-top:8px solid #FAFAFC}.side-drawer-section:first-of-type{border-top:none}.side-drawer-section-title{padding:0 18px 10px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9a9aa0}.side-drawer-row{display:flex;align-items:center;justify-content:space-between;width:100%;padding:13px 18px;font-size:15px;color:#1d1d1f;text-decoration:none;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s}.side-drawer-row:hover{background:#f7f7f9}.side-drawer-row-arrow{color:#c7c7cc;flex-shrink:0}.side-drawer-row-danger{color:#ff3b30}.side-drawer-row-danger:hover{background:#fff0ef}.side-drawer-bottom{margin-top:auto;padding:18px;display:flex;flex-direction:column;gap:10px;border-top:1px solid #F2F2F5;background:#fff}.side-drawer-cta,.side-drawer-cta-ghost{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:12px;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;border:none;font-family:inherit}.side-drawer-cta{background:var(--primary-blue, #0033CC);color:#fff}.side-drawer-cta:hover{background:#002aa3}.side-drawer-cta-ghost{background:#fff;color:var(--primary-blue, #0033CC);border:1.5px solid var(--primary-blue, #0033CC)}.side-drawer-cta-ghost:hover{background:#f2f5fc}@media(max-width:480px){.side-drawer{width:88vw}.side-drawer-phone-pill{font-size:15px}.side-drawer-primary-link{font-size:16px;padding:13px 18px}}.mobile-phone-btn{display:none;color:var(--text-dark);padding:8px}.mobile-search-row{display:none;padding:8px 12px;position:relative}.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -2px 10px #0000001a;z-index:1000;padding:6px 0 max(6px,env(safe-area-inset-bottom))}.mobile-bottom-nav{display:none;flex-direction:row;justify-content:space-around;align-items:center}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;gap:3px;text-decoration:none;color:var(--text-light);font-size:10px;font-weight:500;padding:5px 10px;transition:all .2s;position:relative;flex:1}.mobile-nav-item.active,.mobile-nav-item:hover{color:var(--primary-blue)}.mobile-nav-badge{position:absolute;top:0;right:12px;background:var(--primary-blue);color:#fff;font-size:9px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;padding:0;text-align:center}@media(max-width:768px){.mobile-bottom-nav{display:flex}body{padding-bottom:65px}.mobile-phone-btn{display:flex;align-items:center}.mobile-search-row{display:block;padding:8px 18px}.mobile-search-row form{position:relative;display:block!important;gap:0!important;width:100%!important;border-radius:999px;padding:1px;background:linear-gradient(90deg,#03c,#1a47d9,#36f,#1a47d9,#03c);background-size:300% 100%;animation:searchShimmer 8s linear infinite}.mobile-search-row .search-input{width:100%;padding:10px 96px 10px 16px;border:none;position:relative;z-index:1}.mobile-search-row .search-btn{position:absolute;right:4px;top:50%;transform:translateY(-50%);padding:9px 22px;font-size:13px;z-index:2;background:linear-gradient(90deg,#03c,#1a47d9,#36f,#1a47d9,#03c);background-size:300% 100%;animation:searchShimmer 8s linear infinite}.mobile-search-row .search-input{padding:11px 110px 11px 18px;background:#fff;border:none;font-size:14px}@keyframes searchShimmer{to{background-position:300% 0}}.search-bar-desktop{display:none!important}.header-actions,.site-nav,.logo-tagline{display:none}.header-content{padding:8px 12px}.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.product-card{padding:10px!important;border-radius:12px}.product-card:hover{transform:none;border-top-color:transparent;box-shadow:0 2px 8px #0000000a}.product-img-link{margin-bottom:8px;margin-top:4px}.product-image{height:120px!important}.product-badges{top:8px;left:8px;gap:4px}.badge{padding:2px 6px;font-size:9px}.wishlist-btn{top:6px;right:6px;padding:2px}.wishlist-btn svg{width:18px;height:18px}.carousel-track .wishlist-btn{opacity:1!important}.product-brand{font-size:10px;margin-bottom:2px}.product-name{font-size:12px!important;line-height:1.3!important;-webkit-line-clamp:2!important;min-height:0!important;margin-bottom:6px!important}.product-rating{font-size:11px;margin-bottom:6px}.product-price{font-size:14px!important}.product-price-old{font-size:11px}.product-price-row{margin-top:6px;gap:6px}.add-to-cart{opacity:1!important;transform:none!important;padding:6px 10px!important;font-size:12px!important;font-weight:600!important;border-radius:8px!important;min-height:28px;width:100%!important;background:linear-gradient(135deg,#03c,#36f)!important;color:#fff!important;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:8px;box-shadow:0 2px 6px #0033cc2e}.add-to-cart svg{display:none}.similar-btn{opacity:1!important;transform:none!important;padding:6px 10px!important;font-size:12px!important;font-weight:600!important;border-radius:8px!important;min-height:28px;width:100%!important;display:flex;align-items:center;justify-content:center;margin-top:8px;box-shadow:0 2px 6px #0033cc2e}.product-price-row{flex-direction:column;align-items:stretch;gap:4px!important;margin-top:auto!important}}@media(max-width:480px){.products-grid{gap:8px!important}.product-card{padding:8px!important}.product-name{min-height:28px!important}.product-image{height:100px!important}.product-name{font-size:11px!important;margin-bottom:4px!important}.product-price{font-size:13px!important}.add-to-cart{padding:5px 8px!important;font-size:11px!important;min-height:26px}.product-brand{display:none}}@media(max-width:768px){.catalog-page .products-grid,.wishlist-page .products-grid{grid-template-columns:repeat(2,186px)!important;justify-content:center;gap:12px!important}.catalog-page .product-card,.wishlist-page .product-card{width:186px!important;height:359.8px!important;padding:12px!important;border-radius:14px;display:flex;flex-direction:column;box-sizing:border-box}.catalog-page .product-image,.wishlist-page .product-image{height:120px!important;object-fit:contain}.catalog-page .product-brand,.wishlist-page .product-brand{display:none}.catalog-page .product-name,.wishlist-page .product-name{font-size:13px!important;font-weight:600;min-height:34px!important;margin:2px 0 4px!important;-webkit-line-clamp:2;order:2}.catalog-page .product-rating,.wishlist-page .product-rating{font-size:12px!important;margin:6px 0 2px!important;order:1}.catalog-page .product-rating .stars,.wishlist-page .product-rating .stars,.catalog-page .product-rating .reviews-count,.wishlist-page .product-rating .reviews-count{display:none!important}.catalog-page .product-rating .rating-compact,.wishlist-page .product-rating .rating-compact{display:inline-flex!important;align-items:center;gap:4px;font-size:13px;font-weight:600;color:#8a8f99}.catalog-page .product-rating .rating-compact-star,.wishlist-page .product-rating .rating-compact-star{color:#f5a623;font-size:18px;line-height:1}.catalog-page .product-img-link,.wishlist-page .product-img-link{order:0}.catalog-page .product-specs,.wishlist-page .product-specs{order:3}.catalog-page .product-price-row,.wishlist-page .product-price-row{order:4}.catalog-page .product-specs,.wishlist-page .product-specs{color:#8a8f99;font-size:13px;line-height:1.35}.catalog-page .product-price-row,.wishlist-page .product-price-row{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-top:auto!important}.catalog-page .product-price,.wishlist-page .product-price{flex:0 0 auto}.catalog-page .price-current,.wishlist-page .price-current{font-size:15px!important;font-weight:700}.catalog-page .price-old,.wishlist-page .price-old{font-size:11px!important;display:block}.catalog-page .add-to-cart,.wishlist-page .add-to-cart{width:auto!important;height:auto!important;min-height:32px!important;padding:7px 14px!important;border-radius:999px!important;font-size:12px!important;font-weight:600!important;flex-shrink:0;margin-top:0!important;margin-left:auto;gap:0!important}.catalog-page .add-to-cart svg,.wishlist-page .add-to-cart svg{display:none!important}.catalog-page .add-to-cart .add-to-cart-text,.wishlist-page .add-to-cart .add-to-cart-text{display:inline!important}.catalog-page .similar-btn,.wishlist-page .similar-btn{margin-left:0}.catalog-page>.container,.search-page>.container,.checkout-page>.container{padding-left:0!important;padding-right:0!important}.catalog-page>.container>.page-header,.catalog-page>.container>.catalog-layout>.catalog-content>.catalog-toolbar,.search-page>.container>.page-header,.search-page>.container>.empty-state,.checkout-page>.container>.page-title,.checkout-page>.container>.checkout-layout{padding-left:14px;padding-right:14px;box-sizing:border-box}.catalog-page .products-grid,.search-page .products-grid{max-width:100%;margin-left:auto;margin-right:auto}.catalog-page .catalog-content,.catalog-page .catalog-layout,.search-page .catalog-content{min-width:0!important;overflow-x:hidden}}@media(max-width:1024px){.checkout-layout{grid-template-columns:1fr!important;gap:16px!important}.checkout-summary{position:static!important}}@media(max-width:768px){.checkout-page{padding:16px 0!important}.checkout-form{padding:16px!important;border-radius:14px}.checkout-summary{padding:16px!important;border-radius:14px!important}.form-section{margin-bottom:20px}.form-section h3{font-size:15px}.form-group{margin-bottom:14px}.form-input{padding:11px 14px;font-size:15px}.payment-option{padding:12px 14px;font-size:14px}.checkout-item{font-size:13px;gap:10px}.checkout-item-name{word-break:break-word}}@media(max-width:480px){.form-input{font-size:16px}}@media(max-width:1024px){.pp-section{grid-template-columns:1fr!important;gap:24px!important;padding:24px!important}.pp-gallery{position:static!important;top:auto!important}.pp-main-img{height:380px}}@media(max-width:768px){.pp-section{padding:16px!important;border-radius:14px;gap:18px!important;margin-bottom:28px}.pp-main-img{height:300px;border-radius:12px;margin-bottom:12px}.pp-thumbnails{gap:8px}.pp-thumb{width:60px;height:60px;border-radius:8px}.pp-title{font-size:20px;line-height:1.3}.pp-info{gap:14px}.pp-price-block{padding:16px;border-radius:12px;gap:12px}.pp-price-current{font-size:28px}.pp-price-old{font-size:15px}.pp-wish-btn{width:44px;height:44px;border-radius:10px}.pp-cart-btn{padding:14px 20px;font-size:15px}.pp-key-specs{padding:14px 16px!important;border-radius:12px!important}.pp-spec-item{padding:8px 0!important}.pp-spec-label,.pp-spec-value{font-size:13px!important}.product-tabs{margin-top:24px}.tabs-nav{overflow-x:auto;flex-wrap:nowrap!important;scrollbar-width:none;-ms-overflow-style:none}.tabs-nav::-webkit-scrollbar{display:none}.tab-btn{white-space:nowrap;padding:10px 14px!important;font-size:14px!important}.specs-table td{padding:10px 12px!important;font-size:13px!important}.specs-table td:first-child{width:42%!important}.specs-table:not(.expanded) .spec-extra{display:none}.specs-toggle-btn{display:block;width:100%;margin-top:10px;padding:11px 14px;background:#fff;border:1.5px solid var(--primary-blue);color:var(--primary-blue);font-family:inherit;font-weight:700;font-size:14px;border-radius:10px;cursor:pointer}.breadcrumb{font-size:12px;white-space:nowrap;overflow-x:auto;scrollbar-width:none}.breadcrumb::-webkit-scrollbar{display:none}}@media(max-width:480px){.pp-main-img{height:240px}.pp-thumb{width:52px;height:52px}.pp-title{font-size:18px}.pp-price-current{font-size:24px}.pp-cart-btn{position:fixed;left:0;right:0;width:100%;bottom:calc(63px + env(safe-area-inset-bottom));z-index:900;padding:14px 20px;border-radius:0;box-shadow:0 8px 24px #0033cc4d;display:flex;align-items:center;justify-content:space-between;text-decoration:none;box-sizing:border-box}.pp-cart-btn-price{display:inline-block;font-weight:700;font-size:16px}.pp-cart-btn-text{display:none}.pp-cart-btn-text-short{display:inline}.pp-cart-btn.pp-cart-btn-single{justify-content:center;font-size:17px}.pp-cart-btn.pp-cart-btn-single .pp-cart-btn-left{font-size:17px;gap:12px}.pp-cart-btn.in-cart{box-shadow:0 8px 24px #00d0844d}.pp-cart-btn:disabled{box-shadow:none}.product-page{padding-bottom:80px}}.filters-toggle{display:none;align-items:center;gap:6px;padding:9px 14px;border:1px solid var(--border-color, #E5E5EA);border-radius:10px;background:#fff;color:var(--text-dark, #1D1D1F);font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;position:relative;flex-shrink:0}.filters-toggle:hover{border-color:var(--primary-blue, #0033CC);color:var(--primary-blue, #0033CC)}.filters-toggle-badge{margin-left:4px;background:var(--primary-blue, #0033CC);color:#fff;font-size:11px;font-weight:700;padding:1px 7px;border-radius:999px;min-width:18px;text-align:center}.filters-close,.filters-apply{display:none}.filters-backdrop{display:none;position:fixed;inset:0;background:#0006;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;z-index:1100}@media(max-width:1024px){.filters-toggle{display:inline-flex}.filters-backdrop{display:block}.filters-backdrop.open{opacity:1;visibility:visible}.catalog-filters{position:fixed!important;top:0;right:0;bottom:0;width:380px;max-width:92vw;background:#fff;z-index:1101;transform:translate(100%);transition:transform .28s cubic-bezier(.4,0,.2,1);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:18px 18px 100px!important;border-radius:0!important;box-shadow:-4px 0 24px #0000001f}.catalog-filters.open{transform:translate(0)}.filters-header{position:sticky;top:0;background:#fff;display:flex;align-items:center;gap:8px;padding:4px 0 14px;margin-bottom:10px;border-bottom:1px solid #F2F2F5;z-index:2}.filters-title{flex:1;font-size:18px;font-weight:600;margin:0}.filters-close{display:flex;background:none;border:none;color:#86868b;cursor:pointer;padding:4px;border-radius:6px;order:99}.filters-close:hover{color:#1d1d1f;background:#f5f5f7}.filters-reset{font-size:13px;color:var(--primary-blue, #0033CC);background:none;border:none;cursor:pointer;padding:4px 8px}.filters-apply{display:block;position:fixed;right:0;bottom:0;width:380px;max-width:92vw;padding:12px 18px;background:#fff;border-top:1px solid #F2F2F5;z-index:1102;transform:translate(100%);transition:transform .28s cubic-bezier(.4,0,.2,1)}.catalog-filters.open~.catalog-content .filters-apply,.catalog-filters.open+.catalog-content .filters-apply{transform:translate(0)}.catalog-filters.open .filters-apply{transform:translate(0)}.filters-apply-btn{width:100%;padding:14px 20px;border:none;border-radius:12px;background:linear-gradient(135deg,#03c,#36f);color:#fff;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit}.catalog-layout{grid-template-columns:1fr!important;gap:0!important}}@media(max-width:768px){.catalog-filters{width:100vw;max-width:none;border-radius:0!important}.filters-apply{width:100vw;max-width:none}.catalog-toolbar{flex-wrap:wrap;gap:10px!important;padding:12px!important;align-items:center!important}.catalog-toolbar:before{display:none!important}.catalog-found{font-size:13px!important;flex:1}.catalog-sort{display:flex;align-items:center;gap:6px}.catalog-sort-label{display:none}.sort-select{font-size:13px!important;padding:8px 10px!important}}@media(max-width:480px){.catalog-page{padding:16px 0!important}.page-header{margin-bottom:14px!important}.page-title{font-size:22px!important}}@media(max-width:900px){.hero-section .container,.hero-inner{padding:40px 28px;min-height:260px;border-radius:16px}.hero-title{font-size:28px!important;line-height:1.15}.hero-subtitle{font-size:15px;margin-bottom:22px}.section{padding:28px 0}.section-title{font-size:22px}.promo-card{padding:28px 24px;min-height:200px}.promo-card h3{font-size:22px}.promo-card p{font-size:15px}.carousel-track .product-card{flex:0 0 calc(45% - 8px)}}@media(max-width:768px){.hero-section{padding:12px 18px}.hero-section .container,.hero-inner{padding:32px 22px;min-height:220px;border-radius:14px;width:auto;max-width:100%;margin:0}.hero-title{font-size:24px!important}.hero-subtitle{font-size:14px;margin-bottom:18px}.hero-btns .btn{padding:12px 20px;font-size:14px}.carousel-btn-prev,.carousel-btn-next{display:none}.carousel-track .product-card{flex:0 0 calc(50% - 6px);min-width:150px}.section-link{font-size:13px}.section-header{align-items:center}.promo-grid{display:flex!important;grid-template-columns:none!important;gap:14px!important;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;margin:0 -14px;padding-left:14px;padding-right:14px;scroll-padding-left:14px}.promo-grid::-webkit-scrollbar{display:none}.promo-card{flex:0 0 326px;width:326px;height:262px;min-height:262px;scroll-snap-align:start;padding:24px 20px;border-radius:16px;box-sizing:border-box}.promo-dots{display:flex!important;justify-content:center;align-items:center;gap:6px;margin-top:14px}.promo-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;border:none;padding:0;cursor:pointer;transition:all .25s ease}.promo-dot.active{width:24px;border-radius:999px;background:#03c}.carousel-progress{display:block!important;position:relative;margin:12px 4px 0;width:auto;height:4px;background:#e5e7eb;border-radius:999px;overflow:hidden;opacity:.7;cursor:pointer;touch-action:none}.carousel-progress-thumb{position:absolute;top:0;left:0;width:8%;height:100%;background:#03c;border-radius:999px;opacity:.7;will-change:left}.promo-btn{padding:10px 20px;font-size:14px}}@media(max-width:768px){.container{padding:0 14px}}@media(max-width:480px){.container{padding:0 20px}.hero-section{padding:0;display:flex;justify-content:center}.hero-section .container,.hero-inner{padding:36px 28px;width:366px;height:400px;min-height:0;max-width:100%;border-radius:20px;display:flex;align-items:stretch;justify-content:flex-start;flex-direction:column;margin:0;box-sizing:border-box}.hero-text{padding-top:0;display:flex;flex-direction:column;flex:1;width:100%}.hero-title{font-size:26px!important;line-height:1.15!important;margin-bottom:16px!important;font-weight:800!important;letter-spacing:-.01em}.hero-subtitle{font-size:17px!important;line-height:1.5!important;margin-bottom:0!important;max-width:100%;opacity:.92}.hero-btns{gap:10px;display:flex;margin-top:auto;padding-top:0;width:auto;align-self:flex-start}.hero-btns .btn{width:auto;padding:16px 36px!important;font-size:15px!important;border-radius:14px;font-weight:700}.section{padding:22px 0}.section-title{font-size:19px}.popular-categories-grid{gap:14px}.popular-category-card{width:175px;height:110px;min-height:0;padding:10px;gap:8px;border-radius:13px}.popular-category-illustration{width:63px;height:42px}.popular-category-card[href="/catalog/smartphones"] .popular-category-illustration{width:50px;height:45px}.popular-category-name{font-size:12.5px;font-weight:700;margin-top:0}.promo-card h3{font-size:20px}.promo-card p{font-size:14px}}@media(max-width:768px){.cart-empty-page .empty-box{width:366px!important;max-width:100%;height:436px!important;padding:40px 24px!important;margin:0 auto;box-sizing:border-box;justify-content:center}.wishlist-page,.search-page{padding:18px 0 60px;min-height:75vh}.wishlist-page .page-title,.search-page .page-title,.wishlist-title,.search-page-title{font-size:22px!important}.wishlist-header{flex-wrap:wrap;gap:8px;margin-bottom:16px}.wishlist-count,.total-count,.search-count{font-size:13px}}@media(max-width:480px){.wishlist-page .page-title,.search-page .page-title,.wishlist-title,.search-page-title{font-size:20px!important}}@media(max-width:768px){.acc-tabs{margin-left:-16px;margin-right:-16px;padding:0 16px;-webkit-overflow-scrolling:touch}.acc-order-head{grid-template-columns:1fr auto}.acc-addr-row{flex-direction:column}}@media(max-width:768px){.auth-page{padding:24px 14px;min-height:calc(100vh - 120px)}.auth-card,.auth-box{padding:24px 20px!important;border-radius:16px!important;box-shadow:0 2px 14px #0000000f}.auth-title{font-size:20px}.auth-subtitle{font-size:13px;margin-bottom:20px}.btn-block{width:100%;padding:14px;font-size:15px}body:has(.auth-page) .mobile-search-row{display:none!important}.auth-page .btn-primary,.auth-page .btn-block{background:linear-gradient(135deg,#03c,#36f)!important;color:#fff!important;justify-content:center!important;text-align:center}}@media(max-width:480px){.auth-page{padding:16px 12px}.auth-card,.auth-box{padding:20px 16px!important}.auth-page input,.auth-page .form-input{font-size:16px!important}}@media(max-width:900px){.footer-grid{grid-template-columns:repeat(2,1fr)!important;gap:24px!important}.footer-section h3{font-size:14px;margin-bottom:10px}.footer-links a{font-size:13px}}@media(max-width:480px){.site-footer{padding:32px 0 80px}.footer-grid{grid-template-columns:1fr!important;gap:20px!important}.footer-desc{font-size:13px}.footer-bottom{flex-direction:column;gap:6px;text-align:center;font-size:12px}}@media(max-width:768px){html,body{overflow-x:hidden}body{-webkit-text-size-adjust:100%}.btn,button.btn,.btn-primary,.btn-secondary{min-height:44px}.container,.page-title,h1,h2,h3{word-wrap:break-word;overflow-wrap:break-word}img,video{max-width:100%;height:auto}}.cart-page{background:#fbfbfd;min-height:calc(100vh - 140px);padding:48px 0 80px;font-feature-settings:"tnum" 1}.cart-container{max-width:1560px;margin:0 auto;padding:0 32px}.cart-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:28px}.cart-title{font-size:32px;font-weight:600;letter-spacing:-.02em;color:#1d1d1f;margin:0}.cart-count{font-size:14px;color:#86868b}.cart-layout{display:grid;grid-template-columns:1fr 420px;gap:48px;align-items:start}@media(max-width:860px){.cart-layout{grid-template-columns:1fr}}.cart-items{background:#fff;border:1px solid #E5E5EA;border-radius:14px;overflow:hidden}.cart-row{display:grid;grid-template-columns:72px 1fr auto auto 32px;align-items:center;gap:16px;padding:16px 20px;border-bottom:1px solid #F2F2F5}.cart-row:last-of-type{border-bottom:none}@media(max-width:640px){.cart-row{grid-template-columns:64px 1fr 28px;grid-template-areas:"img name remove" "img qty  total";gap:8px 14px;padding:14px 16px}.cart-row-img{grid-area:img}.cart-row-main{grid-area:name}.cart-row-qty{grid-area:qty;justify-self:start}.cart-row-total{grid-area:total;justify-self:end}.cart-row-remove{grid-area:remove}}.cart-row-img{display:block;width:72px;height:72px;border-radius:10px;overflow:hidden;background:#f5f5f7;flex-shrink:0}@media(max-width:640px){.cart-row-img{width:64px;height:64px}}.cart-row-img img{width:100%;height:100%;object-fit:contain;padding:3px;box-sizing:border-box;display:block}.cart-row-main{min-width:0}.cart-row-name{display:block;font-size:15px;font-weight:500;color:#1d1d1f;text-decoration:none;line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-row-name:hover{color:#03c}.cart-row-price{margin-top:4px;font-size:13px;color:#86868b}.cart-row-qty{display:inline-flex;align-items:center;border:1px solid #E5E5EA;border-radius:8px;overflow:hidden;background:#fff}.cart-qty-btn{width:30px;height:30px;border:none;background:transparent;color:#1d1d1f;font-size:16px;cursor:pointer;transition:background .15s}.cart-qty-btn:hover:not(:disabled){background:#f5f5f7}.cart-qty-btn:disabled{color:#c7c7cc;cursor:not-allowed}.cart-qty-val{min-width:32px;text-align:center;font-size:14px;font-weight:500;color:#1d1d1f;font-variant-numeric:tabular-nums}.cart-row-total{min-width:90px;text-align:right;font-size:15px;font-weight:600;color:#1d1d1f;font-variant-numeric:tabular-nums}.cart-row-remove{width:28px;height:28px;border:none;background:transparent;color:#c7c7cc;font-size:14px;cursor:pointer;border-radius:6px;transition:all .15s}.cart-row-remove:hover{color:#ff3b30;background:#fff0ef}.cart-clear{width:100%;padding:14px 20px;border:none;border-top:1px solid #F2F2F5;background:transparent;color:#86868b;font-size:13px;cursor:pointer;transition:color .15s}.cart-clear:hover{color:#ff3b30}.cart-summary{background:#fff;border:1px solid #E5E5EA;border-radius:14px;padding:22px 24px;position:sticky;top:24px}.cart-summary-title{font-size:17px;font-weight:600;letter-spacing:-.01em;color:#1d1d1f;margin:0 0 16px}.cart-summary-row{display:flex;justify-content:space-between;align-items:baseline;padding:8px 0;font-size:14px;color:#1d1d1f}.cart-summary-row>span:first-child{color:#86868b}.cart-muted{color:#86868b!important;font-size:13px}.cart-summary-divider{height:1px;background:#e5e5ea;margin:10px 0 6px}.cart-summary-total{font-size:17px;font-weight:600;padding:10px 0 18px}.cart-summary-total>span:first-child{color:#1d1d1f!important}.cart-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;border-radius:10px;background:linear-gradient(135deg,#03c,#36f);color:#fff;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;transition:box-shadow .2s,transform .1s}.cart-btn:hover{box-shadow:0 6px 20px #03c6}.cart-btn:active{transform:scale(.98)}.cart-btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:1px solid #E5E5EA;border-radius:10px;background:#fff;color:#1d1d1f;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;transition:all .15s;margin-top:8px}.cart-btn-ghost:hover{background:#f5f5f7;border-color:#d1d1d6}.cart-btn-block{width:100%}.cart-empty{background:#fff;border:1px solid #E5E5EA;border-radius:14px;padding:80px 24px;text-align:center}.cart-empty-icon{color:#d1d1d6;margin-bottom:16px;display:flex;justify-content:center}.cart-empty h2{font-size:20px;font-weight:600;letter-spacing:-.01em;color:#1d1d1f;margin:0 0 6px}.cart-empty p{font-size:14px;color:#86868b;margin:0 0 24px}.acc-page{padding:88px 0 120px;background:#fff;min-height:100vh;color:#1d1d1f;font-feature-settings:"ss01";-webkit-font-smoothing:antialiased}.acc-container{max-width:720px;margin:0 auto;padding:0 24px}.acc-title{font-size:32px;font-weight:600;letter-spacing:-.02em;margin:0 0 40px;color:#1d1d1f}.acc-user{display:flex;align-items:flex-start;gap:20px;padding:0 0 32px;border-bottom:1px solid #E5E5EA;margin-bottom:0}.acc-avatar{width:56px;height:56px;border-radius:50%;background:#f2f2f7;color:#1d1d1f;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:500;flex-shrink:0}.acc-user-info{flex:1;min-width:0}.acc-user-name{font-size:17px;font-weight:600;color:#1d1d1f;margin-bottom:2px;letter-spacing:-.01em}.acc-user-email{font-size:14px;color:#86868b;margin-bottom:8px}.acc-warning{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#86868b}.acc-warning-dot{width:6px;height:6px;border-radius:50%;background:#f5a623}.acc-logout{background:transparent;color:#1d1d1f;border:1px solid #D2D2D7;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s;font-family:inherit;align-self:center;flex-shrink:0}.acc-logout:hover{background:#f5f5f7;border-color:#b3b3b8}.acc-tabs{display:flex;gap:0;border-bottom:1px solid #E5E5EA;margin-bottom:40px;overflow-x:auto;scrollbar-width:none}.acc-tabs::-webkit-scrollbar{display:none}.acc-tab{background:transparent;border:none;padding:16px 0;margin-right:28px;font-family:inherit;font-size:14px;font-weight:500;color:#86868b;cursor:pointer;position:relative;transition:color .15s;white-space:nowrap;letter-spacing:-.01em}.acc-tab:hover,.acc-tab-active{color:#1d1d1f}.acc-tab-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:linear-gradient(135deg,#03c,#36f);border-radius:2px 2px 0 0}.acc-tab-active{color:#03c!important}.acc-tab-count{display:inline-block;margin-left:6px;padding:1px 7px;background:#f2f2f7;border-radius:999px;font-size:11px;font-weight:600;color:#86868b}.acc-tab-active .acc-tab-count{background:linear-gradient(135deg,#03c,#36f);color:#fff}.acc-content{min-height:300px}.acc-form{display:flex;flex-direction:column;gap:24px;max-width:440px}.acc-addr-form{max-width:640px}.acc-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.acc-field{display:flex;flex-direction:column;gap:8px}.acc-field-top{display:flex;justify-content:space-between;align-items:baseline}.acc-field-label{font-size:13px;font-weight:500;color:#1d1d1f;letter-spacing:-.01em}.acc-field-hint{font-size:12px;color:#86868b;font-weight:400}.acc-input{width:100%;padding:10px 12px;border:1px solid #D2D2D7;border-radius:8px;font-size:15px;font-family:inherit;background:#fff;color:#1d1d1f;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.acc-input:focus{outline:none;border-color:#03c;box-shadow:0 0 0 3px #0033cc26}.acc-input:disabled{background:#f5f5f7;color:#86868b;cursor:not-allowed}.acc-input::placeholder{color:#b3b3b8}.acc-form-foot{display:flex;gap:10px;margin-top:8px}.acc-btn{background:linear-gradient(135deg,#03c,#36f);color:#fff;border:none;padding:10px 22px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .15s,transform .1s;font-family:inherit;letter-spacing:-.01em}.acc-btn:hover:not(:disabled){opacity:.88}.acc-btn:active{transform:scale(.98)}.acc-btn:disabled{opacity:.4;cursor:not-allowed}.acc-btn-ghost{background:transparent;color:#1d1d1f;border:1px solid #D2D2D7;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;font-family:inherit}.acc-btn-ghost:hover{background:#f5f5f7}.acc-link{background:none;border:none;padding:0;color:#03c;font-size:13px;cursor:pointer;font-family:inherit;font-weight:500;margin-left:8px}.acc-link:hover{text-decoration:underline}.acc-link.danger{color:#ff3b30}.acc-inline{display:flex;gap:8px;align-items:stretch}.acc-inline .acc-input{flex:1}.acc-inline .acc-btn,.acc-inline .acc-btn-ghost{white-space:nowrap;flex-shrink:0}.acc-note{font-size:13px;color:#86868b;margin:0;padding:12px 14px;background:#f5f5f7;border-radius:8px;line-height:1.5}.acc-note-success{color:#1b7f3a;background:#e8f7ee}.acc-orders{display:flex;flex-direction:column}.acc-order{border-bottom:1px solid #E5E5EA}.acc-order.open{background:#fafafa}.acc-order-head{width:100%;background:transparent;border:none;display:grid;grid-template-columns:1fr auto auto 24px;gap:20px;align-items:center;padding:18px 0;cursor:pointer;font-family:inherit;text-align:left}.acc-order-col{min-width:0}.acc-order-num{font-weight:600;font-size:14px;color:#1d1d1f;font-variant-numeric:tabular-nums}.acc-order-date{font-size:13px;color:#86868b;margin-top:2px}.acc-order-status{font-size:12px;color:#86868b;font-weight:500}.acc-order-status.status-pending{color:#f5a623}.acc-order-status.status-confirmed,.acc-order-status.status-processing,.acc-order-status.status-shipped{color:#03c}.acc-order-status.status-delivered{color:#34c759}.acc-order-status.status-cancelled{color:#ff3b30}.acc-order-status.status-refunded{color:#86868b}.acc-order-total{font-weight:600;font-size:15px;color:#1d1d1f;font-variant-numeric:tabular-nums}.acc-order-chevron{font-size:20px;font-weight:300;color:#86868b;text-align:center;line-height:1}.acc-order-body{padding:0 0 24px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.acc-order-items{margin-bottom:20px}.acc-order-item{display:flex;justify-content:space-between;align-items:baseline;padding:8px 0;font-size:14px;border-bottom:1px solid #F2F2F7}.acc-order-item:last-child{border-bottom:none}.acc-order-item-name{color:#1d1d1f;padding-right:16px}.acc-order-item-qty{color:#86868b;font-size:13px}.acc-order-item-total{color:#1d1d1f;font-weight:500;font-variant-numeric:tabular-nums;white-space:nowrap}.acc-dl{display:grid;grid-template-columns:120px 1fr;gap:8px 20px;margin:0 0 20px;font-size:13px}.acc-dl dt{color:#86868b;margin:0}.acc-dl dd{margin:0;color:#1d1d1f}.acc-history{padding-top:16px;border-top:1px solid #E5E5EA}.acc-history-row{display:flex;justify-content:space-between;padding:6px 0;font-size:13px;color:#1d1d1f}.acc-history-time{color:#86868b;font-variant-numeric:tabular-nums}.acc-addr-list{margin-top:32px;padding-top:24px;border-top:1px solid #E5E5EA;display:flex;flex-direction:column}.acc-addr-row{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:18px 0;border-bottom:1px solid #F2F2F7}.acc-addr-row:last-child{border-bottom:none}.acc-addr-info{flex:1;min-width:0}.acc-addr-head{display:flex;align-items:center;gap:10px;margin-bottom:4px}.acc-addr-head strong{font-size:14px;color:#1d1d1f;font-weight:600}.acc-pill{display:inline-block;font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;padding:2px 8px;background:#f2f2f7;color:#86868b;border-radius:4px}.acc-addr-text{font-size:14px;color:#1d1d1f;margin-bottom:2px}.acc-addr-meta{font-size:13px;color:#86868b}.acc-addr-actions{display:flex;gap:4px;flex-shrink:0}.acc-empty{padding:80px 24px;text-align:center;color:#86868b}.acc-empty p{margin:0 0 20px;font-size:15px}@media(max-width:640px){.acc-page{padding:32px 0 80px;min-height:75vh}.acc-container{padding:0 16px}.acc-title{font-size:26px;margin-bottom:28px}.acc-user{flex-wrap:wrap;gap:14px;padding-bottom:24px}.acc-logout{order:3;width:100%;padding:10px;text-align:center;align-self:stretch}.acc-tabs{margin-bottom:28px}.acc-tab{margin-right:20px;font-size:13px}.acc-form-row{grid-template-columns:1fr;gap:24px}.acc-order-head{grid-template-columns:1fr auto;gap:8px 16px;padding:16px 0}.acc-order-status{grid-column:1;font-size:11px}.acc-order-total{grid-column:2;grid-row:1}.acc-order-chevron{grid-column:2;grid-row:2}.acc-dl{grid-template-columns:1fr;gap:2px}.acc-dl dt{margin-top:10px}.acc-addr-row{flex-direction:column;gap:10px}.acc-addr-actions{align-self:flex-start}}.adm-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh;background:#f5f5f7;font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;color:#1d1d1f}.adm-side{background:#fff;border-right:1px solid #E5E5EA;padding:28px 16px 20px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.adm-brand{font-family:Unbounded,sans-serif;font-weight:700;font-size:18px;letter-spacing:-.02em;color:#1d1d1f;text-decoration:none;padding:0 8px}.adm-brand-sub{font-size:11px;color:#86868b;text-transform:uppercase;letter-spacing:.08em;padding:4px 8px 24px}.adm-nav{display:flex;flex-direction:column;gap:2px}.adm-nav-item{display:block;padding:10px 12px;border-radius:10px;color:#424245;text-decoration:none;font-size:14px;font-weight:500;transition:background .12s,color .12s}.adm-nav-item:hover{background:#f5f5f7}.adm-nav-item.is-active{background:#007aff;color:#fff}.adm-side-foot{margin-top:auto;padding-top:20px;border-top:1px solid #F0F0F2;display:flex;flex-direction:column;gap:8px}.adm-user{padding:8px 4px 12px}.adm-user-name{font-size:13px;font-weight:600}.adm-user-mail{font-size:12px;color:#86868b;margin-top:2px;word-break:break-all}.adm-side-btn{display:block;text-align:center;padding:8px 12px;border-radius:8px;font-size:13px;font-weight:500;background:#f5f5f7;color:#1d1d1f;text-decoration:none;border:none;cursor:pointer;transition:background .12s}.adm-side-btn:hover{background:#ececef}.adm-side-btn--ghost{background:transparent;color:#86868b}.adm-side-btn--ghost:hover{background:#f5f5f7;color:#1d1d1f}.adm-main{padding:32px 40px;min-width:0}.adm-page-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;gap:16px}.adm-page-title{font-size:28px;font-weight:700;letter-spacing:-.02em;margin:0}.adm-page-sub{font-size:13px;color:#86868b;margin-top:4px}.adm-card{background:#fff;border:1px solid #E5E5EA;border-radius:14px;padding:20px}.adm-card-title{font-size:13px;font-weight:500;color:#86868b;text-transform:uppercase;letter-spacing:.06em;margin:0 0 12px}.adm-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:9px;font-size:13px;font-weight:600;background:#007aff;color:#fff;border:none;cursor:pointer;text-decoration:none;transition:background .12s,opacity .12s}.adm-btn:hover{background:#0062cc}.adm-btn:disabled{opacity:.5;cursor:not-allowed}.adm-btn--ghost{background:#fff;color:#1d1d1f;border:1px solid #E5E5EA}.adm-btn--ghost:hover{background:#f5f5f7}.adm-btn--danger{background:#ff3b30}.adm-btn--danger:hover{background:#d7322a}.adm-table-wrap{background:#fff;border:1px solid #E5E5EA;border-radius:14px;overflow:hidden}.adm-table{width:100%;border-collapse:collapse;font-size:13px}.adm-table thead th{text-align:left;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#86868b;padding:14px 16px;border-bottom:1px solid #E5E5EA;background:#fafafc}.adm-table tbody td{padding:14px 16px;border-bottom:1px solid #F0F0F2;vertical-align:middle}.adm-table tbody tr:last-child td{border-bottom:none}.adm-table tbody tr.is-clickable{cursor:pointer}.adm-table tbody tr.is-clickable:hover{background:#fafafc}.adm-table .t-num{font-variant-numeric:tabular-nums}.adm-table .t-right{text-align:right}.adm-table .t-mono{font-family:ui-monospace,SFMono-Regular,monospace;font-size:12px}.adm-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;background:#f5f5f7;color:#424245}.adm-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#86868b}.adm-badge--blue{background:#e5f0ff;color:#0050b5}.adm-badge--blue:before{background:#007aff}.adm-badge--green{background:#e5f8e9;color:#1f7a2e}.adm-badge--green:before{background:#34c759}.adm-badge--orange{background:#fff1e0;color:#b05900}.adm-badge--orange:before{background:#ff9500}.adm-badge--red{background:#ffe5e3;color:#b0231c}.adm-badge--red:before{background:#ff3b30}.adm-badge--gray{background:#f0f0f2;color:#424245}.adm-input,.adm-select,.adm-textarea{width:100%;padding:9px 12px;border:1px solid #D2D2D7;border-radius:9px;font-size:13px;background:#fff;color:#1d1d1f;font-family:inherit;transition:border-color .12s,box-shadow .12s}.adm-input:focus,.adm-select:focus,.adm-textarea:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff26}.adm-textarea{resize:vertical;min-height:100px}.adm-field{margin-bottom:14px}.adm-label{display:block;font-size:12px;font-weight:600;color:#424245;margin-bottom:6px}.adm-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:28px}.adm-stat-value{font-size:28px;font-weight:700;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.adm-stat-delta{font-size:12px;color:#86868b;margin-top:4px}.adm-stat-delta.is-up{color:#1f7a2e}.adm-stat-delta.is-down{color:#b0231c}.adm-loading,.adm-empty,.adm-error{padding:48px 24px;text-align:center;color:#86868b;font-size:14px}.adm-error{color:#b0231c}.adm-pager{display:flex;justify-content:space-between;align-items:center;padding:16px 0;font-size:13px;color:#86868b}.adm-pager-btns{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.adm-pager-btn{min-width:32px;height:32px;padding:0 10px;border:1px solid #E5E5EA;background:#fff;border-radius:8px;cursor:pointer;font-size:13px;color:#1d1d1f}.adm-pager-btn:hover:not(:disabled){background:#f5f5f7}.adm-pager-btn:disabled{opacity:.4;cursor:not-allowed}.adm-pager-btn.is-active{background:#007aff;color:#fff;border-color:#007aff}.adm-pager-gap{min-width:24px;display:inline-flex;align-items:center;justify-content:center;color:#86868b;-webkit-user-select:none;user-select:none}@media(max-width:640px){.adm-pager-btns{flex-wrap:wrap;justify-content:flex-end}}.adm-filters{display:flex;gap:10px;align-items:center;margin-bottom:16px;flex-wrap:wrap}.adm-filters .adm-input,.adm-filters .adm-select{width:auto;min-width:180px}.adm-cols{display:grid;grid-template-columns:2fr 1fr;gap:20px;align-items:start}@media(max-width:1100px){.adm-cols{grid-template-columns:1fr}}@media(max-width:900px){.adm-shell{grid-template-columns:1fr}.adm-side{position:static;height:auto;flex-direction:row;flex-wrap:wrap;align-items:center;padding:12px 16px;gap:12px}.adm-brand-sub,.adm-side-foot{display:none}.adm-nav{flex-direction:row;gap:4px;flex:1;overflow-x:auto}.adm-main{padding:20px}}
