body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{line-height:1.6;margin-bottom:1rem}a{color:#667eea;text-decoration:none;transition:color .3s ease}a:hover{color:#764ba2}button{border:none;cursor:pointer;outline:none;transition:all .3s ease}button:focus{outline:2px solid #667eea;outline-offset:2px}img{height:auto;max-width:100%}ol,ul{margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.5rem}input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}:focus{outline:2px solid #667eea;outline-offset:2px}html{scroll-behavior:smooth}::selection{background-color:#667eea4d;color:#2c3e50}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#764ba2}code{background-color:#f8f9fa;border-radius:4px;font-family:Courier New,Courier,monospace;font-size:.9em;padding:.2rem .4rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.product-detail-container{margin:0 auto;max-width:1200px;padding:2rem}.breadcrumb{border-bottom:1px solid #e1e8ed;margin-bottom:2rem;padding:1rem 0}.breadcrumb a{color:#667eea;text-decoration:none;transition:color .3s ease}.breadcrumb a:hover{color:#764ba2}.current-page{color:#7f8c8d;font-weight:500}.product-main-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:3fr 2fr;margin-bottom:3rem}.product-gallery{position:-webkit-sticky;position:sticky;top:100px}.product-image-main{border-radius:16px;box-shadow:0 4px 20px #0000001a;overflow:hidden}.main-image{display:block;height:auto;transition:transform .3s ease;width:100%}.product-image-main:hover .main-image{transform:scale(1.02)}.detail-slider{background:#f3f4f6;position:relative}.detail-slider .nav{background:#00000080;border:none;border-radius:16px;color:#fff;cursor:pointer;height:32px;position:absolute;top:50%;transform:translateY(-50%);width:32px}.detail-slider .prev{left:8px}.detail-slider .next{right:8px}.thumbs{display:flex;gap:8px;padding:8px}.thumb{background:#fff;border:2px solid #0000;border-radius:8px;cursor:pointer;height:64px;object-fit:contain;width:64px}.thumb.active{border-color:#667eea}.product-summary{display:flex;flex-direction:column;padding:1rem 0}.product-category{background:#667eea1a;border-radius:20px;color:#667eea;font-size:.9rem;margin-bottom:1rem;padding:.5rem 1rem}.product-category a{color:inherit;text-decoration:none}.product-title{color:#2c3e50;font-size:2.5rem;line-height:1.2;margin-bottom:1rem}.product-description{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.product-price-main{color:#27ae60;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.price-amount{display:block}.product-meta{background:#f8f9fa;border-radius:8px;margin-bottom:2rem;padding:1rem}.product-category-info{color:#7f8c8d}.product-category-info a{color:#667eea;text-decoration:none}.product-actions{display:flex;gap:1rem;margin-bottom:2rem}.add-to-cart-btn,.wishlist-btn{border:none;border-radius:25px;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.add-to-cart-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;flex:2 1}.add-to-cart-btn:hover{box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}.wishlist-btn{background:#fff;border:2px solid #e74c3c;color:#e74c3c;flex:1 1}.wishlist-btn:hover{background:#e74c3c;color:#fff;transform:translateY(-2px)}.product-tabs{margin-bottom:3rem}.tabs-list{border-bottom:2px solid #e1e8ed;display:flex;list-style:none;margin:0 0 2rem;padding:0}.tab-item{margin-right:1rem}.tab-button{background:none;border:none;border-bottom:3px solid #0000;color:#7f8c8d;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.tab-button:hover{color:#667eea}.tab-item.active .tab-button{border-bottom-color:#667eea;color:#667eea}.tab-content{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:2rem}.tab-panel{min-height:200px}.description-panel{color:#2c3e50;line-height:1.8}.reviews-title{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.reviews-section p{color:#7f8c8d;font-style:italic}.back-to-products{padding:2rem 0;text-align:center}.back-button{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:25px;color:#fff;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.back-button:hover{box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}.product-not-found{padding:4rem 2rem;text-align:center}.product-not-found h2{color:#e74c3c;font-size:2rem;margin-bottom:1rem}.back-link{color:#667eea;font-weight:600;text-decoration:none;transition:color .3s ease}.back-link:hover{color:#764ba2}@media (max-width:768px){.product-detail-container{padding:1rem}.product-main-content{gap:2rem;grid-template-columns:1fr}.product-gallery{position:static}.product-title{font-size:2rem}.product-price-main{font-size:1.5rem}.product-actions,.tabs-list{flex-direction:column}.tabs-list{gap:.5rem}.tab-item{margin-right:0}.tab-button{text-align:left;width:100%}}@media (max-width:480px){.product-title{font-size:1.8rem}.product-price-main{font-size:1.3rem}.add-to-cart-btn,.wishlist-btn{font-size:.9rem;padding:.75rem 1.5rem}}.header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 20px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.logo{width:100px}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.logo a{color:#fff;text-decoration:none}.logo h1{font-size:1.8rem;font-weight:700;margin:0;text-shadow:0 2px 4px #0000004d}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;margin:0;padding:.5rem}.mobile-menu-btn span{background:#fff;height:3px;transition:all .3s ease;width:25px}.nav-list{align-items:center;display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{background:none;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:hover{background:#fff3;transform:translateY(-2px)}.dropdown-container{position:relative}.dropdown-toggle{align-items:center;display:flex;gap:.5rem}.dropdown-menu{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;left:0;margin-top:.5rem;min-width:200px;opacity:0;padding:.5rem 0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:1001}.dropdown-menu.show{opacity:1;transform:translateY(0);visibility:visible}.dropdown-item{color:#2c3e50;display:block;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.dropdown-item:hover{background-color:#f8f9fa;color:#667eea}.header-actions{align-items:center;display:flex;gap:1rem}.cart-btn,.search-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:45px;justify-content:center;padding:.75rem;transition:all .3s ease;width:45px}.cart-btn:hover,.search-btn:hover{background:#ffffff4d;transform:scale(1.1)}.cart-count{font-size:.75rem;right:-8px}@media (max-width:768px){.header-container{align-items:center;flex-direction:row;justify-content:space-between}.logo{margin-right:.5rem}.header-actions{align-items:center;display:flex;gap:1rem;margin-left:auto}.mobile-menu-btn{display:flex;margin:0;order:2}.cart-btn{order:1}.nav{background:#fff;box-shadow:0 4px 20px #00000026;left:0;opacity:0;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav.mobile-open{opacity:1;transform:translateY(0);visibility:visible}.nav-list{flex-direction:column;gap:0;padding:1rem 0}.nav-link,.nav-list li{width:100%}.nav-link{border-bottom:1px solid #f1f1f1;border-radius:0;color:#2c3e50;display:block;padding:1rem 2rem;text-align:left}.nav-link:hover{background-color:#f8f9fa;transform:none}.dropdown-menu{background:#f8f9fa;border-radius:0;box-shadow:none;margin-left:1rem;min-width:auto;opacity:1;position:static;transform:none;visibility:visible}.dropdown-menu.show{display:block}.dropdown-item{border-bottom:1px solid #e1e1e1;padding:.5rem 1rem}.header-container{padding:1rem}}@media (max-width:480px){.logo h1{font-size:1.5rem}.header-actions{gap:.5rem}.cart-btn,.search-btn{font-size:1rem;height:40px;padding:.4rem;width:40px}}.footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;margin-top:4rem}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:3rem 2rem 2rem}.footer-section h3{color:#3498db;font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:#ecf0f1;font-size:1.2rem;margin-bottom:1rem}.footer-section p{color:#bdc3c7;line-height:1.6;margin-bottom:1rem}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-link{background:#3498db33;border-radius:50%;color:#fff;display:inline-block;font-size:1.2rem;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#3498db;transform:translateY(-3px)}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#3498db}.contact-info p{color:#bdc3c7;margin-bottom:.5rem}.footer-bottom{background:#0003;border-top:1px solid #ffffff1a;padding:1.5rem 0}.footer-bottom-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.footer-bottom p{color:#95a5a6;margin:0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#95a5a6;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#3498db}@media (max-width:768px){.footer-container{grid-template-columns:1fr;padding:2rem 1rem 1rem}.footer-bottom-container{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{gap:1rem}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f9fa;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding:2rem 0}.hero-section{align-items:center;display:flex;height:auto;justify-content:center;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);overflow:hidden;padding-bottom:10px;position:relative;width:100vw}.hero-section img{display:block;height:auto;object-fit:cover;width:100%}.hero-content{background:#0009;border-radius:10px;color:#fff;left:50%;max-width:80%;padding:2rem;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.hero-content h1{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px #000c}.hero-content p{font-size:1.2rem;line-height:1.6;text-shadow:1px 1px 2px #000c}.hero-section>:not(.hero-image){position:relative;text-align:center;z-index:1}.seo-content{margin:3rem auto;max-width:1200px;padding:0 2rem}.content-section{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;line-height:1.8;padding:3rem}.content-section h2{border-bottom:3px solid #e74c3c;color:#2c3e50;font-size:2.2rem;margin-bottom:1.5rem;padding-bottom:.5rem}.content-section h3{border-left:4px solid #e74c3c;color:#34495e;font-size:1.6rem;margin:2rem 0 1rem;padding-left:1rem}.content-section p{color:#555;font-size:1.1rem;margin-bottom:1.5rem}.content-section ul{margin:1.5rem 0;padding-left:2rem}.content-section li{color:#555;font-size:1.1rem;margin-bottom:.8rem}.content-section li::marker{color:#e74c3c}@media (max-width:768px){.hero-content{max-width:95%;padding:1rem}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:1rem}.seo-content{margin:2rem auto;padding:0 1rem}.content-section{padding:2rem 1.5rem}.content-section h2{font-size:1.8rem}.content-section h3{font-size:1.4rem}.content-section li,.content-section p{font-size:1rem}}@media screen and (max-width:768px){.hero-section{padding:0}.hero-section h1{font-size:2.5rem}.hero-section p{font-size:1.2rem}}@media screen and (max-width:480px){.hero-section{padding:0}.hero-section h1{font-size:2rem}.hero-section p{font-size:1rem}}.stat{align-items:center;display:flex;flex-direction:column}.stat-number{color:gold;font-size:2rem;font-weight:700;text-shadow:0 2px 4px #0000004d}.stat-label{font-size:.9rem;margin-top:.5rem;opacity:.8}.category-filter{margin:0 auto 3rem;max-width:1200px;padding:0 2rem;text-align:center}.category-filter h2{color:#2c3e50;font-size:2rem;margin-bottom:1.5rem}.category-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.category-btn{background:#fff;border:2px solid #e1e8ed;border-radius:25px;color:#667eea;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.category-btn.active,.category-btn:hover{background:#667eea;border-color:#667eea;box-shadow:0 4px 15px #667eea4d;color:#fff;transform:translateY(-2px)}.product-list{margin:0 auto;max-width:1200px;padding:0 2rem}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:2rem}.product-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;color:inherit;display:block;overflow:hidden;text-decoration:none;transition:all .3s ease}.product-card:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-8px)}.product-image{background-color:#f3f4f6;height:420px;overflow:hidden;padding:8px;position:relative}.product-image img{height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.product-card:hover .product-image img{transform:none}.slider-hint{background:#0009;border-radius:3px;bottom:8px;padding:4px 8px;right:8px}.sale-badge,.slider-hint{color:#fff;font-size:12px;position:absolute}.sale-badge{background:#212121;border-radius:4px;font-weight:600;left:8px;padding:6px 10px;top:8px}.product-info{padding:1.5rem}.product-name{color:#2c3e50;font-size:1.3rem;font-weight:600;line-height:1.3;margin-bottom:.5rem}.product-price{color:#27ae60;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.product-description{color:#7f8c8d;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.product-meta{margin-bottom:1rem}.product-category{background:#3498db1a;border-radius:15px;color:#3498db;display:inline-block;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.view-details-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease;width:100%}.view-details-btn:hover{box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}@media (max-width:768px){.hero-section{padding-bottom:10px}.hero-section h1{font-size:2.5rem}.hero-section p{font-size:1.1rem}.hero-stats{flex-wrap:wrap;gap:2rem}.stat-number{font-size:1.5rem}.category-buttons{gap:.5rem}.category-btn{font-size:.8rem;padding:.5rem 1rem}.product-list{padding:0 1rem}.products-grid{gap:1.5rem;grid-template-columns:1fr}.product-image{height:360px}.product-card{margin:0 auto;max-width:350px}}@media (max-width:480px){.hero-section h1{font-size:2rem}.hero-section p{font-size:1rem}.hero-stats{gap:1.5rem}.stat-number{font-size:1.3rem}.category-filter h2{font-size:1.5rem}.product-info{padding:1rem}.product-image{height:320px}.product-name{font-size:1.2rem}.product-price{font-size:1.3rem}.add-to-cart-btn,.wishlist-btn{font-size:.9rem;padding:.75rem 1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.product-card{animation:fadeInUp .6s ease-out}.product-card:nth-child(2){animation-delay:.1s}.product-card:nth-child(3){animation-delay:.2s}.product-card:nth-child(4){animation-delay:.3s}.product-card:nth-child(5){animation-delay:.4s}.product-card:nth-child(6){animation-delay:.5s}.product-info.compact{padding:12px 10px 18px}.product-title{color:#2c2c2c;font-size:14px;font-weight:700;letter-spacing:.02em;margin-bottom:8px;text-transform:uppercase}.two-line{-webkit-line-clamp:2}.product-description,.two-line{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-description{-webkit-line-clamp:3;color:#6b7280;font-size:12px;line-height:1.4;margin-bottom:8px}.price-row{align-items:baseline;display:flex;flex-wrap:wrap;gap:8px}.price-original{color:#9ca3af;font-size:12px;text-decoration:line-through}.price-from{color:#111827;font-size:13px;font-weight:600}.price-save{color:#d14e33;font-size:12px;margin-left:auto}.checkout-container{animation:fadeInUp .6s ease-out;background:#fff;border-radius:12px;box-shadow:0 4px 24px #667eea14;margin:3rem auto;max-width:500px;padding:2.5rem 2rem 2rem}.checkout-container h1{color:#764ba2;font-size:2rem;margin-bottom:2rem;text-align:center}.checkout-form{display:flex;flex-direction:column;gap:1.2rem}.checkout-form label{color:#333;display:flex;flex-direction:column;font-weight:500;margin-bottom:.5rem}.checkout-form input,.checkout-form textarea{background:#f8f9fa;border:1px solid #000;border-radius:6px;font-size:1rem;margin-top:.5rem;padding:.7rem 1rem;transition:border .2s}.checkout-form input:focus,.checkout-form textarea:focus{border-color:#764ba2;outline:none}.checkout-form textarea{min-height:70px;resize:vertical}.checkout-form h2{border-bottom:1px solid #e1e8ed;color:#667eea;font-size:1.2rem;margin-top:2rem;padding-bottom:.5rem}.checkout-form ul{color:#555;font-size:1rem;margin:1rem 0 .5rem 1.2rem}.checkout-form h3{color:#764ba2;font-size:1.1rem;margin-top:1.5rem}.place-order-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;box-shadow:0 2px 8px #667eea1f;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1.5rem;padding:.9rem 0;transition:background .2s,transform .2s}.place-order-btn:hover{background:linear-gradient(135deg,#764ba2,#667eea);transform:translateY(-2px) scale(1.03)}.cart-btn{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:1.7rem;margin-left:1.5rem;position:relative;transition:color .2s}.cart-btn:hover{color:gold}.cart-count{align-items:center;background:#ff4757;border-radius:50%;box-shadow:0 2px 6px #0000001f;color:#fff;display:flex;font-size:.85rem;font-weight:700;height:20px;justify-content:center;position:absolute;right:-12px;top:-8px;width:20px}@media (max-width:600px){.checkout-container{margin:1.5rem .2rem;padding:1.2rem .5rem}.checkout-form h2,.checkout-form h3{font-size:1rem}}.cart-container{animation:fadeInUp .6s ease-out;background:#fff;border-radius:12px;box-shadow:0 4px 24px #667eea14;margin:3rem auto;max-width:900px;padding:2.5rem 2rem 2rem}.cart-container h1{color:#764ba2;font-size:2rem;margin-bottom:2rem;text-align:center}.cart-table{background:#f8f9fa;border-collapse:collapse;border-radius:8px;margin-bottom:2rem;overflow:hidden;width:100%}.cart-table td,.cart-table th{padding:1rem .7rem;text-align:left}.cart-table th{background:#667eea;border-bottom:2px solid #e1e8ed;color:#fff;font-weight:600}.cart-table td{border-bottom:1px solid #e1e8ed;color:#333;font-size:1rem}.cart-table tr:last-child td{border-bottom:none}.cart-table input[type=number]{background:#fff;border:1px solid #e1e8ed;border-radius:4px;font-size:1rem;padding:.4rem;width:60px}.cart-table button{background:#ff4757;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.95rem;padding:.4rem .9rem;transition:background .2s}.cart-table button:hover{background:#d14e33}.cart-summary{margin-top:1.5rem;text-align:right}.cart-summary h2{color:#764ba2;font-size:1.3rem;margin-bottom:1rem}.checkout-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;box-shadow:0 2px 8px #667eea1f;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:.9rem 2.5rem;transition:background .2s,transform .2s}.checkout-btn:hover{background:linear-gradient(135deg,#764ba2,#667eea);transform:translateY(-2px) scale(1.03)}.empty-cart{color:#888;padding:2rem 0;text-align:center}.empty-cart a{color:#764ba2;font-weight:500;text-decoration:underline}@media (max-width:700px){.cart-container{margin:1.5rem .2rem;padding:1.2rem .5rem}.cart-table td,.cart-table th{font-size:.95rem;padding:.7rem .3rem}.cart-summary{text-align:center}}
/*# sourceMappingURL=main.0849a214.css.map*/