body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}body{background:#f5f6fa;color:#222;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0}a{color:inherit;text-decoration:none}.container{margin:0 auto;max-width:1200px;padding:24px 16px}.site-header{background:#1a1f36;box-shadow:0 2px 8px #0000001a;color:#fff}.header-inner{align-items:center;display:flex;justify-content:space-between}.logo{font-size:24px;font-weight:800;letter-spacing:-.5px}.logo span{color:#6cc4ff}.site-header nav{align-items:center;display:flex;gap:24px}.site-header nav a{border-radius:6px;padding:8px 12px;transition:background .2s}.site-header nav a:hover{background:#ffffff1a}.cart-link{align-items:center;display:inline-flex;gap:8px;position:relative}.cart-icon{font-size:18px}.cart-badge{align-items:center;background:#ff5a5f;border-radius:12px;box-shadow:0 2px 6px #ff5a5f80;color:#fff;display:inline-flex;font-size:12px;font-weight:700;height:22px;justify-content:center;min-width:22px;padding:0 7px}.cart-badge.pulse{animation:badge-pulse .5s ease-out}@keyframes badge-pulse{0%{transform:scale(1)}40%{background:#ffb400;transform:scale(1.5)}to{transform:scale(1)}}.home-layout{grid-gap:24px;display:grid;gap:24px;grid-template-columns:260px 1fr}@media (max-width:768px){.home-layout{grid-template-columns:1fr}}.filters{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;height:fit-content;padding:20px;position:sticky;top:20px}.filter-block{margin-bottom:20px}.filter-label{color:#555;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.search-input{border:1px solid #e0e0e0;border-radius:8px;font-size:14px;padding:10px 12px;width:100%}.search-input:focus{border-color:#6cc4ff;outline:none}.category-list{list-style:none;margin:0;padding:0}.category-list button{background:#0000;border:none;border-radius:6px;color:#555;cursor:pointer;font-size:14px;padding:8px 12px;text-align:left;transition:all .15s;width:100%}.category-list button:hover{background:#f0f4ff}.category-list button.active{background:#1a1f36;color:#fff}.catalog h1{margin-top:0}.product-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.product-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;overflow:hidden;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s}.product-card:hover{box-shadow:0 12px 32px #00000024;transform:translateY(-6px)}.product-card:hover .product-image-link img{transform:scale(1.05)}.product-image-link img{transition:transform .4s ease}.product-image-link{aspect-ratio:1;background:#f5f6fa;display:block}.product-image-link img{height:100%;object-fit:contain;padding:12px;width:100%}.product-body{display:flex;flex:1 1;flex-direction:column;gap:8px;padding:16px}.product-name{font-size:15px;font-weight:600;line-height:1.3}.product-category{color:#888;font-size:12px}.product-price{color:#1a1f36;font-size:20px;font-weight:700;margin-top:auto}.btn{background:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;overflow:hidden;padding:10px 16px;position:relative;transition:transform .1s ease,background .15s,box-shadow .2s}.btn:hover{background:#f5f6fa}.btn:active{transform:scale(.96)}.btn-primary{background:#1a1f36;border-color:#1a1f36;box-shadow:0 2px 8px #1a1f3633;color:#fff}.btn-primary:hover{background:#2a3050;box-shadow:0 4px 16px #1a1f364d;transform:translateY(-1px)}.btn-primary:active{box-shadow:0 1px 4px #1a1f3633;transform:translateY(0) scale(.96)}.btn-primary:disabled{background:#aaa;box-shadow:none;cursor:not-allowed;transform:none}.btn-danger{background:#ff5a5f;border-color:#ff5a5f;color:#fff}.btn-danger:hover{background:#e74a50}.btn-large{font-size:16px;padding:14px 28px}.btn-press:after{background:#fff6;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .5s,height .5s;width:0}.btn-press:active:after{height:250px;transition:0s;width:250px}.back-link{color:#1a1f36;display:inline-block;font-weight:600;margin-bottom:16px}.product-detail{grid-gap:40px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;display:grid;gap:40px;grid-template-columns:1fr 1fr;padding:32px}@media (max-width:768px){.product-detail{grid-template-columns:1fr}}.product-detail-image{align-items:center;background:#f5f6fa;border-radius:12px;display:flex;justify-content:center;padding:24px}.product-detail-image img{max-height:400px;max-width:100%;object-fit:contain}.product-detail-info h1{margin-top:0}.description{color:#555;line-height:1.6}.price-big{color:#1a1f36;font-size:32px;font-weight:800;margin:16px 0 8px}.stock{color:#2e8b57;font-weight:600;margin-bottom:20px}.muted{color:#888;font-size:14px}.stars{display:inline-flex;gap:2px}.star{color:#ddd;font-size:18px}.star.filled{color:#ffb400}.avg-rating{align-items:center;display:flex;gap:8px;margin:12px 0}.reviews{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;margin-top:24px;padding:32px}.reviews h2{margin-top:0}.review-list{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.review-item{background:#f5f6fa;border-radius:8px;padding:16px}.review-header{display:flex;justify-content:space-between;margin-bottom:8px}.review-item p{color:#555;line-height:1.5;margin:0}.review-form{border-top:1px solid #eee;display:flex;flex-direction:column;gap:12px;padding-top:24px}.review-form h3{margin:0 0 8px}.checkout-form input,.checkout-form textarea,.review-form input,.review-form select,.review-form textarea{border:1px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:14px;padding:10px 12px}.review-form button{align-self:flex-start}.error{color:#ff5a5f;font-size:14px}.cart-list{display:flex;flex-direction:column;gap:12px}.cart-item{grid-gap:16px;align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;display:grid;gap:16px;grid-template-columns:80px 1fr 80px 120px auto;padding:16px}.cart-item img{background:#f5f6fa;border-radius:8px;height:80px;object-fit:contain;width:80px}.cart-item-info a{display:block;font-weight:600;margin-bottom:4px}.qty-input{border:1px solid #e0e0e0;border-radius:6px;padding:8px;text-align:center;width:60px}.cart-item-total{font-size:18px;font-weight:700}.cart-summary{align-items:center;background:#fff;border-radius:12px;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-top:24px;padding:20px}.cart-total{font-size:20px}.checkout-form{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;gap:16px;max-width:500px;padding:32px}.checkout-total{border-top:1px solid #eee;font-size:20px;padding:16px 0}.hero{background:linear-gradient(135deg,#1a1f36,#2a3050 60%,#0f4c81);color:#fff;overflow:hidden;position:relative}.hero-inner{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1.2fr 1fr;padding-bottom:60px;padding-top:60px}@media (max-width:768px){.hero-inner{grid-template-columns:1fr;padding:40px 16px}}.hero-badge{background:#6cc4ff33;border-radius:20px;color:#6cc4ff;display:inline-block;font-size:13px;font-weight:600;margin-bottom:16px;padding:6px 14px}.hero-text h1{font-size:48px;letter-spacing:-1px;line-height:1.1;margin:0 0 16px}.hero-text p{color:#c5cae0;font-size:18px;line-height:1.5;margin-bottom:32px;max-width:500px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-actions .btn{background:#fff;border-color:#fff;color:#1a1f36}.hero-actions .btn-primary{background:#6cc4ff;border-color:#6cc4ff;color:#1a1f36}.hero-actions .btn-primary:hover{background:#8dd3ff}.hero-visual{align-items:center;display:flex;height:320px;justify-content:center;position:relative}.hero-emoji{filter:drop-shadow(0 20px 40px rgba(0,0,0,.4));font-size:180px;position:relative;z-index:2}.hero-blob{border-radius:50%;filter:blur(60px);opacity:.6;position:absolute}.hero-blob-1{background:#6cc4ff;height:300px;left:20%;top:0;width:300px}.hero-blob-2{background:#ff5a5f;bottom:0;height:250px;right:10%;width:250px}.features{background:#fff;border-bottom:1px solid #eee}.features-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);padding-bottom:32px;padding-top:32px}@media (max-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}.feature-item{align-items:flex-start;display:flex;gap:16px}.feature-icon{font-size:40px;line-height:1}.feature-title{font-weight:700;margin-bottom:4px}.feature-text{color:#888;font-size:13px;line-height:1.4}.catalog-header{flex-wrap:wrap;justify-content:space-between;margin-bottom:20px}.catalog-controls,.catalog-header{align-items:center;display:flex;gap:12px}.sort-select{background:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;font-size:14px;padding:8px 12px}.empty-state{background:#fff;border-radius:12px;padding:60px 20px;text-align:center}.empty-emoji{font-size:64px;margin-bottom:16px}.empty-state h3{margin:0 0 8px}.empty-state p{color:#888;margin:0}.product-card{position:relative}.product-card-badges{align-items:flex-start;display:flex;flex-direction:column;gap:6px;left:12px;position:absolute;top:12px;z-index:2}.badge{border-radius:12px;font-size:11px;font-weight:700;letter-spacing:.3px;padding:4px 10px;text-transform:uppercase}.badge-hit{background:#ff5a5f;color:#fff}.badge-discount{background:#ffb400;color:#1a1f36}.badge-stock{background:#e8f7ee;color:#2e8b57}.badge-out{background:#f0f0f0;color:#888}.product-price-row{align-items:baseline;display:flex;gap:8px;margin-top:auto}.product-old-price{color:#aaa;font-size:14px;text-decoration:line-through}.breadcrumbs{color:#888;display:flex;flex-wrap:wrap;font-size:14px;gap:8px;margin-bottom:16px}.breadcrumbs a{color:#1a1f36}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .current{color:#888}.product-specs{border-bottom:1px solid #eee;border-top:1px solid #eee;margin:16px 0;padding:12px 0}.spec-row{display:flex;font-size:14px;justify-content:space-between;padding:6px 0}.spec-label{color:#888}.similar{margin-top:32px}.similar h2{margin-bottom:20px}.site-footer{background:#1a1f36;color:#c5cae0;margin-top:60px}.footer-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr 1fr 1fr 1.5fr;padding-bottom:32px;padding-top:48px}@media (max-width:768px){.footer-grid{gap:24px;grid-template-columns:1fr 1fr}}.footer-logo{color:#fff;font-size:24px;font-weight:800;margin-bottom:12px}.footer-logo span{color:#6cc4ff}.footer-desc{font-size:14px;line-height:1.6;max-width:340px}.site-footer h4{color:#fff;font-size:15px;margin:0 0 16px}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer ul li{font-size:14px;padding:6px 0}.site-footer ul li a{color:#c5cae0;transition:color .15s}.site-footer ul li a:hover{color:#6cc4ff}.footer-bottom{border-top:1px solid #ffffff1a;color:#888;font-size:13px;padding:20px 0}.toast-container{bottom:24px;display:flex;flex-direction:column;gap:10px;pointer-events:none;position:fixed;right:24px;z-index:1000}.toast{align-items:center;animation:toast-in .35s cubic-bezier(.2,1.2,.4,1);background:#fff;border-left:4px solid #2e8b57;border-radius:12px;box-shadow:0 10px 40px #0003;color:#222;display:flex;gap:12px;max-width:360px;min-width:280px;padding:14px 20px 14px 14px;pointer-events:auto}.toast img{background:#f5f6fa;border-radius:8px;flex-shrink:0;height:44px;object-fit:contain;width:44px}.toast span{font-size:14px;font-weight:600;line-height:1.3}.toast-success{border-left-color:#2e8b57}.toast-error{border-left-color:#ff5a5f}@keyframes toast-in{0%{opacity:0;transform:translateX(120%) scale(.9)}to{opacity:1;transform:translateX(0) scale(1)}}.skeleton{animation:shimmer 1.4s linear infinite;background:linear-gradient(90deg,#eef0f5,#f7f8fc 50%,#eef0f5);background-size:200% 100%;border-radius:6px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card{pointer-events:none}.skeleton-image{aspect-ratio:1;border-radius:0}.skeleton-line{height:14px;margin-bottom:10px}.skeleton-line-long{width:90%}.skeleton-line-medium{width:60%}.skeleton-line-short{width:40%}.skeleton-btn{border-radius:8px;height:40px;margin-top:12px}.fade-in>*{animation:fade-up .4s ease-out both}.fade-in>:first-child{animation-delay:.02s}.fade-in>:nth-child(2){animation-delay:.06s}.fade-in>:nth-child(3){animation-delay:.1s}.fade-in>:nth-child(4){animation-delay:.14s}.fade-in>:nth-child(5){animation-delay:.18s}.fade-in>:nth-child(6){animation-delay:.22s}.fade-in>:nth-child(7){animation-delay:.26s}.fade-in>:nth-child(8){animation-delay:.3s}.fade-in>:nth-child(n+9){animation-delay:.34s}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=main.058b7c8b.css.map*/