.header{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.05);position:sticky;top:0;z-index:1000;transition:all .3s ease}.header-content{display:flex;align-items:center;justify-content:space-between;height:80px}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:#1a1a1a;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-icon{width:32px;height:32px;color:#1a1a1a}.logo-text{display:flex;flex-direction:column;line-height:1}.logo-main{font-size:24px;font-weight:700;letter-spacing:-.5px}.logo-sub{font-size:12px;font-weight:400;color:#666;text-transform:lowercase}.nav-desktop{display:flex;gap:32px}.nav-link{text-decoration:none;color:#1a1a1a;font-weight:500;font-size:15px;position:relative;transition:color .3s ease}.nav-link:hover{color:#666}.nav-link.active{color:#1a1a1a}.nav-link.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:#1a1a1a;border-radius:1px}.header-actions{display:flex;align-items:center;gap:16px}.action-btn{background:none;border:none;padding:8px;border-radius:8px;cursor:pointer;color:#1a1a1a;transition:all .3s ease;position:relative}.action-btn:hover{background:rgba(0,0,0,.05)}.cart-count{position:absolute;top:4px;right:4px;background:#1a1a1a;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:10px;min-width:16px;text-align:center}.menu-toggle{display:none;background:none;border:none;cursor:pointer;color:#1a1a1a}.search-bar{padding:20px 0;border-top:1px solid rgba(0,0,0,.05)}.search-input-wrapper{position:relative;max-width:400px;margin:0 auto}.nav-mobile{display:none;flex-direction:column;gap:16px;padding:20px 0;border-top:1px solid rgba(0,0,0,.05)}.nav-mobile .nav-link{padding:12px 0;font-size:16px}@media (max-width: 768px){.header-content{height:70px}.logo-main{font-size:20px}.logo-sub{font-size:11px}.nav-desktop{display:none}.menu-toggle{display:block}.nav-mobile{display:flex}.header-actions{gap:12px}}@media (max-width: 480px){.logo-icon{width:28px;height:28px}.logo-main{font-size:18px}.logo-sub{font-size:10px}}.footer{background:#1a1a1a;color:#fff;margin-top:80px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;padding:60px 0 40px}.footer-section{display:flex;flex-direction:column;gap:20px}.footer-logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff;margin-bottom:8px}.footer-logo .logo-icon{width:28px;height:28px}.footer-logo .logo-text{display:flex;flex-direction:column;line-height:1}.footer-logo .logo-main{font-size:20px;font-weight:700;letter-spacing:-.5px}.footer-logo .logo-sub{font-size:11px;font-weight:400;color:#999;text-transform:lowercase}.footer-description{color:#ccc;line-height:1.6;font-size:14px}.social-links{display:flex;gap:12px}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:8px;color:#fff;text-decoration:none;transition:all .3s ease}.social-link:hover{background:rgba(255,255,255,.2);transform:translateY(-2px)}.footer-title{font-size:16px;font-weight:600;margin-bottom:8px;color:#fff}.footer-links{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-links a{color:#ccc;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-links a:hover{color:#fff}.contact-info{display:flex;flex-direction:column;gap:12px}.contact-item{display:flex;align-items:center;gap:8px;color:#ccc;font-size:14px}.working-hours{margin-top:16px;color:#ccc;font-size:14px;line-height:1.5}.working-hours p{margin-bottom:4px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-top:1px solid #333;color:#999;font-size:14px}.footer-bottom-links{display:flex;gap:24px}.footer-bottom-links a{color:#999;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#fff}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:24px;padding:40px 0 30px}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.footer-bottom-links{gap:16px}}@media (max-width: 480px){.footer-content{padding:30px 0 20px}.footer-bottom-links{flex-direction:column;gap:8px}}.telegram-manager{background:white;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014;margin-bottom:24px}.telegram-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}.telegram-header h2{display:flex;align-items:center;gap:12px;margin:0;font-size:1.5rem;font-weight:600;color:#1a1a1a}.bot-info{text-align:right;font-size:.9rem;color:#666}.bot-info p{margin:4px 0}.status-active{color:#28a745;font-weight:600}.telegram-actions{margin-bottom:24px}.action-section{background:#f8f9fa;padding:20px;border-radius:12px;margin-bottom:16px}.action-section h3{display:flex;align-items:center;gap:8px;margin:0 0 8px;font-size:1.1rem;font-weight:600;color:#1a1a1a}.action-section p{margin:0 0 16px;color:#666;font-size:.9rem}.action-buttons{display:flex;gap:12px;flex-wrap:wrap}.test-btn{background:linear-gradient(135deg,#0088cc 0%,#0066aa 100%);color:#fff;border:none;display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.test-btn:hover:not(:disabled){background:linear-gradient(135deg,#0066aa 0%,#0088cc 100%);transform:translateY(-1px)}.test-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.test-order-btn{background:linear-gradient(135deg,#28a745 0%,#20c997 100%);color:#fff;border:none;display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.test-order-btn:hover:not(:disabled){background:linear-gradient(135deg,#20c997 0%,#28a745 100%);transform:translateY(-1px)}.test-order-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.message-result{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:8px;margin-top:16px;font-size:.9rem}.message-result.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.message-result.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.success-icon{color:#28a745;flex-shrink:0}.error-icon{color:#dc3545;flex-shrink:0}.telegram-info{background:#f8f9fa;padding:20px;border-radius:12px;margin-bottom:24px}.telegram-info h3{margin:0 0 12px;font-size:1.1rem;font-weight:600;color:#1a1a1a}.telegram-info ul{margin:0;padding-left:20px}.telegram-info li{margin-bottom:8px;color:#666;font-size:.9rem;line-height:1.4}.telegram-info li:last-child{margin-bottom:0}.telegram-example{background:#f8f9fa;padding:20px;border-radius:12px}.telegram-example h3{margin:0 0 12px;font-size:1.1rem;font-weight:600;color:#1a1a1a}.message-preview{background:white;border:1px solid #e5e5e5;border-radius:8px;padding:16px;overflow-x:auto}.message-preview pre{margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;line-height:1.4;color:#333;white-space:pre-wrap;word-wrap:break-word}@media (max-width: 768px){.telegram-manager{padding:20px}.telegram-header{flex-direction:column;gap:16px;align-items:flex-start}.bot-info{text-align:left}.action-buttons{flex-direction:column}.test-btn,.test-order-btn{width:100%;justify-content:center}}@media (max-width: 480px){.telegram-manager{padding:16px}.telegram-header h2{font-size:1.3rem}.action-section,.telegram-info,.telegram-example{padding:16px}.message-preview{padding:12px}.message-preview pre{font-size:.75rem}}.product-card{background:white;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease;position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.product-image{position:relative;aspect-ratio:1;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);display:flex;align-items:center;justify-content:center;border:2px solid #dee2e6;transition:all .3s ease}.image-placeholder:hover{background:linear-gradient(135deg,#e9ecef 0%,#dee2e6 100%);border-color:#adb5bd}.placeholder-content{text-align:center;color:#6c757d;padding:20px}.brand-text{display:block;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;color:#495057}.model-text{display:block;font-size:12px;font-weight:400;line-height:1.3;color:#6c757d}.product-card:hover .product-image img{transform:scale(1.05)}.product-actions{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:8px;opacity:0;transform:translate(20px);transition:all .3s ease}.product-card:hover .product-actions{opacity:1;transform:translate(0)}.action-btn{width:40px;height:40px;background:rgba(255,255,255,.9);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.action-btn:hover{background:white;transform:scale(1.1)}.wishlist-btn:hover{color:#e74c3c}.cart-btn:hover{color:#1a1a1a}.product-badge{position:absolute;top:12px;left:12px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-badge.new{background:linear-gradient(135deg,#27ae60 0%,#2ecc71 100%);color:#fff}.product-badge.discount{background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);color:#fff}.product-info{padding:20px}.product-brand{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.product-name{margin-bottom:12px}.product-name a{font-size:16px;font-weight:600;color:#1a1a1a;text-decoration:none;line-height:1.4;transition:color .3s ease}.product-name a:hover{color:#666}.product-rating{display:flex;align-items:center;gap:8px;margin-bottom:12px}.stars{display:flex;gap:2px}.rating-text{font-size:12px;color:#666}.product-price{margin-bottom:12px}.price-container{display:flex;align-items:center;gap:8px}.price-current{font-size:18px;font-weight:700;color:#1a1a1a}.price-original{font-size:14px;color:#999;text-decoration:line-through}.product-features{display:flex;gap:8px;flex-wrap:wrap}.feature{font-size:11px;color:#666;background:#f5f5f5;padding:4px 8px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.product-card{border-radius:12px}.product-info{padding:16px}.product-name a{font-size:15px}.price-current{font-size:16px}.product-actions{opacity:1;transform:translate(0)}.action-btn{width:36px;height:36px}}@media (max-width: 480px){.product-info{padding:12px}.product-name a{font-size:14px}.price-current{font-size:15px}.action-btn{width:32px;height:32px}.action-btn svg{width:14px;height:14px}}.home{min-height:100vh}.hero{height:100vh;position:relative;overflow:hidden}.hero-slider{position:relative;width:100%;height:100%}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;background:#1a1a1a;opacity:0;transform:scale(1.1);transition:all 1.2s cubic-bezier(.4,0,.2,1)}.hero-slide.active{opacity:1;transform:scale(1)}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.7) 100%);display:flex;align-items:center}.hero-content{width:100%;max-width:600px}.hero-title{font-size:4rem;font-weight:700;color:#fff;margin-bottom:20px;line-height:1.1;letter-spacing:-2px;opacity:0;transform:translateY(30px);animation:slideInUp .8s ease-out .3s forwards}.hero-subtitle{font-size:1.25rem;color:#ffffffe6;margin-bottom:32px;line-height:1.5;opacity:0;transform:translateY(30px);animation:slideInUp .8s ease-out .6s forwards}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;opacity:0;transform:translateY(30px);animation:slideInUp .8s ease-out .9s forwards}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}.hero-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.2);border:none;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-nav:hover{background:rgba(255,255,255,.3);transform:translateY(-50%) scale(1.1)}.hero-nav-prev{left:30px}.hero-nav-next{right:30px}.hero-dots{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:12px}.hero-dot{width:12px;height:12px;border-radius:50%;border:none;background:rgba(255,255,255,.4);cursor:pointer;transition:all .3s ease}.hero-dot.active{background:white;transform:scale(1.2)}.about-preview{padding:100px 0;background:white}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-text{max-width:500px}.section-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:16px;letter-spacing:-1px}.section-subtitle{font-size:1.125rem;color:#666;margin-bottom:24px;line-height:1.5}.about-description{font-size:1rem;color:#555;line-height:1.7;margin-bottom:32px}.featured-products{padding:100px 0;background:#fafafa}.section-header{text-align:center;margin-bottom:60px}.section-header .section-title{margin-bottom:16px}.section-header .section-subtitle{margin-bottom:0}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:60px}.section-footer{text-align:center}.features{padding:100px 0;background:white}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.feature{text-align:center;padding:40px 20px}.feature-icon{width:80px;height:80px;background:#1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff}.feature h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:12px}.feature p{color:#666;line-height:1.6}@media (max-width: 1024px){.hero-title{font-size:3rem}.about-content{grid-template-columns:1fr;gap:40px;text-align:center}.about-text{max-width:none}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-actions{flex-direction:column;align-items:flex-start}.hero-nav{width:40px;height:40px}.hero-nav-prev{left:20px}.hero-nav-next{right:20px}.hero-dots{bottom:20px}.section-title{font-size:2rem}.about-preview,.featured-products,.features{padding:60px 0}.products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.features-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}.image-placeholder{width:300px;height:200px}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.75rem}.about-preview,.featured-products,.features{padding:40px 0}.products-grid,.features-grid{grid-template-columns:1fr}.image-placeholder{width:250px;height:150px}}.catalog{padding:40px 0 80px;min-height:100vh}.catalog-header{text-align:center;margin-bottom:40px}.catalog-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;gap:20px;flex-wrap:wrap}.search-section{display:flex;gap:16px;align-items:center;flex:1;min-width:300px}.search-input-wrapper{position:relative;flex:1;max-width:400px}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#666}.search-input{width:100%;padding:12px 16px 12px 48px;border:2px solid #e5e5e5;border-radius:12px;font-size:16px;background:white;transition:border-color .3s ease}.search-input:focus{outline:none;border-color:#1a1a1a}.filter-toggle{display:flex;align-items:center;gap:8px;padding:12px 20px;background:white;border:2px solid #e5e5e5;border-radius:12px;cursor:pointer;font-weight:500;transition:all .3s ease}.filter-toggle:hover{border-color:#1a1a1a;background:#f9f9f9}.controls-right{display:flex;align-items:center;gap:16px}.sort-section{display:flex;align-items:center;gap:8px}.sort-select{padding:8px 12px;border:2px solid #e5e5e5;border-radius:8px;background:white;font-size:14px;cursor:pointer}.view-toggle{display:flex;background:#f5f5f5;border-radius:8px;padding:4px}.view-btn{padding:8px;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .3s ease;color:#666}.view-btn.active{background:white;color:#1a1a1a;box-shadow:0 2px 4px #0000001a}.catalog-content{display:grid;grid-template-columns:280px 1fr;gap:40px}.filters-sidebar{background:white;border-radius:16px;padding:24px;height:fit-content;box-shadow:0 4px 20px #00000014}.filter-section{margin-bottom:32px}.filter-section:last-child{margin-bottom:0}.filter-section h3{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.filter-options{display:flex;flex-direction:column;gap:12px}.filter-option{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#555}.filter-option input[type=radio]{width:16px;height:16px;accent-color:#1a1a1a}.catalog-results{min-height:400px}.results-header{margin-bottom:24px;color:#666;font-size:14px}.products-grid{display:grid;gap:24px}.products-grid.grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.products-grid.list{grid-template-columns:1fr}.products-grid.list .product-card{display:flex;flex-direction:row;max-height:200px}.products-grid.list .product-image{width:200px;aspect-ratio:1;flex-shrink:0}.products-grid.list .product-info{flex:1;padding:20px}.no-results{text-align:center;padding:60px 20px;color:#666}.no-results h3{font-size:1.5rem;margin-bottom:12px;color:#1a1a1a}@media (max-width: 1024px){.catalog-content{grid-template-columns:1fr;gap:20px}.filters-sidebar{display:none}.filters-sidebar.show{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:white;z-index:1000;padding:20px;overflow-y:auto}}@media (max-width: 768px){.catalog{padding:20px 0 60px}.page-title{font-size:2rem}.catalog-controls{flex-direction:column;align-items:stretch}.search-section{min-width:auto}.controls-right{justify-content:space-between}.products-grid.grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.products-grid.list .product-card{flex-direction:column;max-height:none}.products-grid.list .product-image{width:100%;aspect-ratio:1}}@media (max-width: 480px){.page-title{font-size:1.75rem}.products-grid.grid{grid-template-columns:1fr}.filter-toggle{padding:10px 16px;font-size:14px}}.product{padding:40px 0 80px;min-height:100vh}.product-not-found{padding:100px 0;text-align:center}.product-nav{margin-bottom:30px}.back-link{display:inline-flex;align-items:center;gap:8px;color:#666;text-decoration:none;font-size:14px;transition:color .3s ease}.product-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:80px}.product-gallery{display:flex;flex-direction:column;gap:16px}.main-image{aspect-ratio:1;border-radius:16px;overflow:hidden;background:#f5f5f5}.main-image img{width:100%;height:100%;object-fit:cover}.image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);display:flex;align-items:center;justify-content:center;border:2px solid #dee2e6}.placeholder-content{text-align:center;color:#6c757d;padding:40px}.brand-text{display:block;font-size:24px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;color:#495057}.model-text{display:block;font-size:16px;font-weight:400;line-height:1.4;color:#6c757d}.thumbnail-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);display:flex;align-items:center;justify-content:center;border:2px solid #dee2e6;font-size:12px;font-weight:600;color:#6c757d}.thumbnails{display:flex;gap:12px}.thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;border:2px solid transparent;background:none;cursor:pointer;transition:all .3s ease}.thumbnail.active{border-color:#1a1a1a}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:24px}.product-breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px;color:#666;text-transform:capitalize}.product-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;line-height:1.2;letter-spacing:-1px}.product-rating{display:flex;align-items:center;gap:12px}.stars{display:flex;gap:4px}.stars svg.filled{color:#f39c12;fill:currentColor}.stars svg.empty{color:#ddd}.rating-text{font-size:14px;color:#666}.product-price{margin-bottom:8px}.price-container{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.price-current{font-size:2rem;font-weight:700;color:#1a1a1a}.price-original{font-size:1.25rem;color:#999;text-decoration:line-through}.discount-badge{background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-description{font-size:16px;line-height:1.6;color:#555}.product-features h3{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.product-features ul{list-style:none;display:flex;flex-direction:column;gap:12px}.product-features li{display:flex;align-items:center;gap:12px;color:#555}.product-features li svg{color:#27ae60;flex-shrink:0}.product-actions{display:flex!important;flex-direction:column!important;gap:24px!important;padding:24px!important;background:#f8f9fa!important;border-radius:12px!important;margin-top:30px!important;visibility:visible!important;opacity:1!important}background: #f9f9f9; border-radius: 16px; } .quantity-selector{display:flex;align-items:center;justify-content:space-between}.quantity-selector label{font-weight:500;color:#1a1a1a}.quantity-controls{display:flex;align-items:center;gap:16px;background:white;border-radius:8px;padding:4px}.quantity-controls button{width:32px;height:32px;border:none;background:#f5f5f5;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease}.quantity-controls button:hover:not(:disabled){background:#1a1a1a;color:#fff}.quantity-controls button:disabled{opacity:.5;cursor:not-allowed}.quantity-controls span{min-width:40px;text-align:center;font-weight:600}.action-buttons{display:flex!important;gap:16px!important;flex-wrap:wrap!important;visibility:visible!important;opacity:1!important}.action-buttons .btn{flex:1!important;justify-content:center!important;min-width:140px!important;display:flex!important;visibility:visible!important;opacity:1!important}.go-to-cart{background:linear-gradient(135deg,#28a745 0%,#20c997 100%);color:#fff;border:none;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.add-to-cart{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%)!important;color:#fff!important;border:none!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:12px 24px!important;border-radius:8px!important;font-weight:600!important;cursor:pointer!important;transition:all .3s ease!important;font-size:14px!important;min-height:48px!important}.add-to-cart:hover{background:linear-gradient(135deg,#2d2d2d 0%,#1a1a1a 100%)!important;transform:translateY(-2px)!important;box-shadow:0 8px 25px #00000026!important}.add-to-cart:disabled{opacity:.7!important;cursor:not-allowed!important;transform:none!important}.wishlist{background:transparent;border:2px solid #e5e5e5;color:#1a1a1a}.wishlist:hover{background:#1a1a1a;color:#fff}.product-benefits{display:flex;flex-direction:column;gap:20px;padding:24px;background:white;border-radius:16px;border:1px solid #e5e5e5}.benefit{display:flex;align-items:center;gap:16px}.benefit svg{color:#27ae60;flex-shrink:0}.benefit h4{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:4px}.benefit p{font-size:13px;color:#666}.related-products{margin-top:60px}.related-products h2{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:30px;text-align:center}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.related-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease}.related-card:hover{transform:translateY(-4px)}.related-card a{display:block;text-decoration:none;color:inherit}.related-card img{width:100%;height:150px;object-fit:cover}.related-card h3{padding:16px 16px 8px;font-size:14px;font-weight:600;color:#1a1a1a;line-height:1.3}.related-price{padding:0 16px 16px;font-size:16px;font-weight:700;color:#1a1a1a}@media (max-width: 1024px){.product-content{grid-template-columns:1fr;gap:40px}.thumbnails{justify-content:center}}@media (max-width: 768px){.product{padding:20px 0 60px}.product-title{font-size:2rem}.price-current{font-size:1.75rem}.action-buttons{flex-direction:column}.product-benefits{padding:20px}.related-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}}@media (max-width: 480px){.product-title{font-size:1.75rem}.price-current{font-size:1.5rem}.product-actions{padding:20px}.product-benefits{padding:16px}.benefit{gap:12px}.benefit svg{width:20px;height:20px}}.cart{padding:120px 0 80px;min-height:100vh;background:#fafafa}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #e5e5e5}.cart-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0}.empty-cart{text-align:center;padding:80px 20px}.empty-cart-icon{color:#ccc;margin-bottom:24px}.empty-cart h2{font-size:2rem;color:#666;margin-bottom:16px}.empty-cart p{font-size:1.1rem;color:#999;margin-bottom:32px}.cart-content{display:grid;grid-template-columns:1fr 400px;gap:40px}.cart-items{display:flex;flex-direction:column;gap:20px}.cart-item{display:grid;grid-template-columns:120px 1fr auto auto auto;gap:20px;align-items:center;background:white;padding:24px;border-radius:16px;box-shadow:0 2px 12px #00000014;transition:all .3s ease}.cart-item:hover{box-shadow:0 4px 20px #0000001f;transform:translateY(-2px)}.item-image{width:120px;height:120px;border-radius:12px;overflow:hidden;background:#f5f5f5}.item-image img{width:100%;height:100%;object-fit:cover}.item-details{min-width:0}.item-brand{font-size:.9rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.item-name{font-size:1.2rem;font-weight:600;color:#1a1a1a;margin-bottom:8px;line-height:1.3}.item-specs{display:flex;gap:12px;flex-wrap:wrap}.spec{font-size:.85rem;color:#999;background:#f5f5f5;padding:4px 8px;border-radius:6px}.item-quantity{display:flex;align-items:center;gap:12px;background:#f8f9fa;padding:8px 12px;border-radius:8px}.quantity-btn{width:32px;height:32px;border:none;background:white;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.quantity-btn:hover{background:#1a1a1a;color:#fff;transform:scale(1.05)}.quantity{font-weight:600;font-size:1.1rem;min-width:24px;text-align:center}.item-price{text-align:right;min-width:120px}.price{display:block;font-size:1.3rem;font-weight:700;color:#1a1a1a;margin-bottom:4px}.price-per-item{font-size:.9rem;color:#999}.remove-btn{width:40px;height:40px;border:none;background:#fee;color:#dc3545;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.remove-btn:hover{background:#dc3545;color:#fff;transform:scale(1.05)}.cart-summary{position:sticky;top:120px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0}.summary-row.total{border-top:2px solid #1a1a1a;border-bottom:none;font-size:1.2rem;font-weight:700;color:#1a1a1a;margin-top:16px;padding-top:20px}.cart-actions{display:flex;flex-direction:column;gap:12px;margin:24px 0}.pickup-info{background:#f8f9fa;padding:20px;border-radius:12px;margin-top:24px}.pickup-info p{margin:4px 0;font-size:.9rem;color:#666;line-height:1.4}.pickup-info p:first-of-type{font-weight:600;color:#1a1a1a}@media (max-width: 1024px){.cart-content{grid-template-columns:1fr;gap:32px}.cart-summary{position:static}}@media (max-width: 768px){.cart{padding:100px 0 60px}.cart-header{flex-direction:column;gap:16px;align-items:flex-start}.cart-header h1{font-size:2rem}.cart-item{grid-template-columns:80px 1fr;grid-template-rows:auto auto auto;gap:16px;padding:20px}.item-image{width:80px;height:80px;grid-row:1 / 3}.item-details{grid-column:2;grid-row:1}.item-quantity{grid-column:2;grid-row:2;justify-self:start}.item-price{grid-column:1 / 3;grid-row:3;text-align:left;display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #f0f0f0}.remove-btn{position:absolute;top:20px;right:20px}.cart-item{position:relative}}@media (max-width: 480px){.cart-item{padding:16px}.item-image{width:60px;height:60px}.item-name{font-size:1rem}.price{font-size:1.1rem}}.checkout{padding:120px 0 80px;min-height:100vh;background:#fafafa}.checkout-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #e5e5e5}.checkout-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0}.back-link{display:flex;align-items:center;gap:8px;color:#666;text-decoration:none;font-weight:500;transition:color .3s ease}.back-link:hover{color:#1a1a1a}.empty-checkout{text-align:center;padding:80px 20px}.empty-checkout h2{font-size:2rem;color:#666;margin-bottom:16px}.empty-checkout p{font-size:1.1rem;color:#999;margin-bottom:32px}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:40px}.checkout-form{background:white;padding:32px;border-radius:16px;box-shadow:0 4px 20px #00000014}.form-section{margin-bottom:32px}.form-section h3{font-size:1.3rem;font-weight:600;color:#1a1a1a;margin-bottom:20px;padding-bottom:8px;border-bottom:2px solid #f0f0f0}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:600;color:#1a1a1a;margin-bottom:8px}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e5e5e5;border-radius:8px;font-size:16px;transition:border-color .3s ease;background:white}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#1a1a1a}.delivery-option{margin-top:16px}.option-card{display:flex;align-items:center;gap:16px;padding:20px;border:2px solid #e5e5e5;border-radius:12px;transition:all .3s ease;cursor:pointer}.option-card.selected{border-color:#1a1a1a;background:#f8f9fa}.option-icon{color:#1a1a1a}.option-content{flex:1}.option-content h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:4px}.option-content p{color:#666;margin:2px 0;font-size:.9rem}.option-price{color:#28a745!important;font-weight:600!important}.option-check{color:#1a1a1a}.submit-btn{width:100%;padding:16px;font-size:1.1rem;font-weight:600;margin-top:24px}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.order-summary{position:sticky;top:120px}.summary-card{background:white;padding:32px;border-radius:16px;box-shadow:0 4px 20px #00000014}.summary-card h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:24px;text-align:center}.order-items{margin-bottom:24px}.order-item{display:flex;gap:12px;padding:16px 0;border-bottom:1px solid #f0f0f0}.order-item:last-child{border-bottom:none}.order-item .item-image{width:60px;height:60px;border-radius:8px;overflow:hidden;background:#f5f5f5}.order-item .item-image img{width:100%;height:100%;object-fit:cover}.item-info{flex:1}.item-info h4{font-size:.9rem;font-weight:600;color:#1a1a1a;margin-bottom:4px;line-height:1.3}.item-info p{font-size:.8rem;color:#666;margin:2px 0}.item-price{font-weight:600;color:#1a1a1a}.order-total{border-top:2px solid #f0f0f0;padding-top:20px;margin-bottom:24px}.total-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:.9rem}.total-row.final{border-top:1px solid #e5e5e5;margin-top:12px;padding-top:16px;font-size:1.1rem;font-weight:700;color:#1a1a1a}.free{color:#28a745;font-weight:600}.pickup-info{background:#f8f9fa;padding:20px;border-radius:12px}.pickup-info h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:12px;display:flex;align-items:center;gap:8px}.info-item{display:flex;align-items:center;gap:8px;margin:6px 0;font-size:.9rem;color:#666}.success-page{text-align:center;padding:80px 20px;max-width:600px;margin:0 auto}.success-icon{color:#28a745;margin-bottom:24px}.success-page h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:16px}.success-page p{font-size:1.1rem;color:#666;margin-bottom:32px}.order-info{background:white;padding:24px;border-radius:12px;margin-bottom:24px;text-align:left}.order-info h3{font-size:1.2rem;font-weight:600;color:#1a1a1a;margin-bottom:16px;text-align:center}.order-info p{margin:8px 0;font-size:1rem;color:#666}.pickup-details{background:#f8f9fa;padding:20px;border-radius:12px;margin-bottom:32px;text-align:left}.pickup-details h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:12px;display:flex;align-items:center;gap:8px}.pickup-details p{margin:4px 0;font-size:.9rem;color:#666;line-height:1.4}.pickup-details p:first-of-type{font-weight:600;color:#1a1a1a}@media (max-width: 1024px){.checkout-content{grid-template-columns:1fr;gap:32px}.order-summary{position:static}}@media (max-width: 768px){.checkout{padding:100px 0 60px}.checkout-header{flex-direction:column;gap:16px;align-items:flex-start}.checkout-header h1{font-size:2rem}.checkout-form,.summary-card{padding:24px}.success-page{padding:60px 20px}.success-page h1{font-size:2rem}}@media (max-width: 480px){.checkout-form,.summary-card{padding:20px}.option-card{padding:16px}.order-item{padding:12px 0}.order-item .item-image{width:50px;height:50px}}.about{padding:40px 0 80px;min-height:100vh}.about-hero{text-align:center;margin-bottom:80px}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:80px;align-items:center}.about-text h2{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:24px}.about-text p{font-size:16px;line-height:1.7;color:#555;margin-bottom:20px}.about-text p:last-child{margin-bottom:0}.about-image{display:flex;justify-content:center}.image-placeholder{width:400px;height:300px;background:linear-gradient(135deg,#f5f5f5 0%,#e5e5e5 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;border:2px solid #e5e5e5}.placeholder-content{text-align:center;color:#999}.placeholder-content svg{margin-bottom:16px}.values-section{margin-bottom:80px}.section-title{font-size:2rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:50px;letter-spacing:-1px}.section-subtitle{font-size:1.125rem;color:#666;text-align:center;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.value-card{background:white;padding:40px 30px;border-radius:16px;text-align:center;box-shadow:0 4px 20px #00000014;transition:transform .3s ease}.value-card:hover{transform:translateY(-8px)}.value-icon{width:80px;height:80px;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff}.value-card h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:16px}.value-card p{color:#666;line-height:1.6;font-size:14px}.brands-section{margin-bottom:80px}.brands-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.brand-card{background:white;padding:30px 20px;border-radius:12px;text-align:center;border:2px solid #f0f0f0;transition:all .3s ease}.brand-card:hover{border-color:#1a1a1a;transform:translateY(-4px)}.brand-card h3{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:8px}.brand-card p{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:1px}.contact-preview{background:#f9f9f9;padding:60px 40px;border-radius:20px}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.contact-item{display:flex;align-items:flex-start;gap:16px}.contact-item svg{color:#1a1a1a;flex-shrink:0;margin-top:4px}.contact-item h3{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.contact-item p{color:#666;line-height:1.5;margin-bottom:4px}.contact-item p:last-child{margin-bottom:0}@media (max-width: 1024px){.about-content{grid-template-columns:1fr;gap:40px;text-align:center}.image-placeholder{width:350px;height:250px}}@media (max-width: 768px){.about{padding:20px 0 60px}.page-title{font-size:2rem}.about-hero,.about-content,.values-section,.brands-section{margin-bottom:60px}.section-title{font-size:1.75rem}.values-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.value-card{padding:30px 20px}.brands-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.contact-preview{padding:40px 20px}.contact-info{grid-template-columns:1fr;gap:30px}.image-placeholder{width:300px;height:200px}}@media (max-width: 480px){.page-title{font-size:1.75rem}.section-title{font-size:1.5rem}.values-grid{grid-template-columns:1fr}.brands-grid{grid-template-columns:repeat(2,1fr)}.value-card{padding:24px 16px}.image-placeholder{width:250px;height:150px}}.contact{padding:40px 0 80px;min-height:100vh}.contact-header{text-align:center;margin-bottom:60px}.page-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:16px;letter-spacing:-1px}.page-subtitle{font-size:1.125rem;color:#666;max-width:600px;margin:0 auto;line-height:1.5}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact-info h2{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:20px}.contact-description{font-size:16px;line-height:1.6;color:#555;margin-bottom:40px}.info-cards{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.info-card{display:flex;align-items:flex-start;gap:16px;padding:24px;background:white;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease}.info-card:hover{transform:translateY(-4px)}.info-icon{width:48px;height:48px;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.info-content h3{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.info-content p{color:#555;line-height:1.5;margin-bottom:4px}.info-content p:last-child{margin-bottom:0}.info-note{font-size:12px;color:#999;font-style:italic}.map-section h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:20px}.map-placeholder{width:100%;height:200px;background:linear-gradient(135deg,#f5f5f5 0%,#e5e5e5 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;border:2px solid #e5e5e5}.map-content{text-align:center;color:#999}.map-content svg{margin-bottom:12px}.map-content p{margin-bottom:4px}.map-content p:last-child{margin-bottom:0}.transport-info{display:flex;flex-direction:column;gap:16px}.transport-item h4{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:4px}.transport-item p{font-size:13px;color:#666;line-height:1.4}.contact-form-section{background:white;padding:40px;border-radius:20px;box-shadow:0 4px 20px #00000014;height:fit-content}.contact-form-section h2{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:16px}.form-description{font-size:14px;color:#666;line-height:1.5;margin-bottom:30px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:500;color:#1a1a1a}.form-group input,.form-group select,.form-group textarea{padding:12px 16px;border:2px solid #e5e5e5;border-radius:8px;font-size:14px;background:white;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1a1a1a}.form-group textarea{resize:vertical;min-height:100px}.submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 24px;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;margin-top:10px}.submit-btn:hover{background:linear-gradient(135deg,#2d2d2d 0%,#1a1a1a 100%);transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.form-note{display:flex;align-items:center;gap:8px;margin-top:20px;padding:16px;background:#f9f9f9;border-radius:8px;color:#666;font-size:13px;line-height:1.4}.form-note svg{color:#1a1a1a;flex-shrink:0}@media (max-width: 1024px){.contact-content{grid-template-columns:1fr;gap:40px}.contact-form-section{padding:30px}}@media (max-width: 768px){.contact{padding:20px 0 60px}.page-title{font-size:2rem}.contact-header{margin-bottom:40px}.contact-form-section{padding:24px}.form-row{grid-template-columns:1fr;gap:12px}.info-cards{gap:16px}.info-card{padding:20px}.map-placeholder{height:150px}.transport-info{gap:12px}}@media (max-width: 480px){.page-title{font-size:1.75rem}.contact-form-section{padding:20px}.info-card{padding:16px;flex-direction:column;text-align:center}.info-icon{align-self:center}.map-placeholder{height:120px}.map-content svg{width:32px;height:32px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1a1a1a;background-color:#fafafa}#root{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;border-radius:8px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;font-size:14px}.btn-primary{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#2d2d2d 0%,#1a1a1a 100%);transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.btn-secondary{background:transparent;color:#1a1a1a;border:2px solid #e5e5e5}.btn-secondary:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}@media (max-width: 768px){.container{padding:0 16px}.btn{padding:10px 20px;font-size:13px}}
