.header{position:fixed;top:0;left:0;width:100%;background-color:#000000e6;z-index:1000;padding:20px 0}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;flex-direction:column;align-items:flex-start}.logo h1{font-size:1.8rem;font-weight:700;letter-spacing:2px;margin-bottom:4px}.distributor-tag{font-size:.7rem;font-weight:500;color:var(--light-gray);text-transform:uppercase;letter-spacing:1px;background-color:#ffffff1a;padding:2px 8px;border-radius:2px;margin-top:-2px}.nav-list{display:flex;list-style:none;gap:30px}.nav-link{font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;padding:5px 0;position:relative}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:var(--white);transition:width .3s ease}.nav-link:hover:after{width:100%}.menu-toggle{display:none;cursor:pointer}.hamburger{width:25px;height:20px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger span{display:block;height:2px;width:100%;background-color:var(--white);transition:all .3s ease}.hamburger.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media (max-width: 768px){.menu-toggle{display:block}.nav{position:fixed;top:70px;right:-100%;width:70%;height:100vh;background-color:var(--secondary-black);transition:all .3s ease}.nav.active{right:0}.nav-list{flex-direction:column;gap:20px;padding:30px}.nav-link{font-size:1.1rem}}.footer{background-color:var(--secondary-black);padding:60px 0 20px}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:40px}.footer-logo{margin-bottom:30px}.footer-logo h2{font-size:1.8rem;font-weight:700;margin-bottom:10px;letter-spacing:2px}.footer-logo p{color:var(--light-gray);font-size:.8rem;text-transform:uppercase;letter-spacing:1px;background-color:#ffffff1a;display:inline-block;padding:3px 10px;border-radius:3px}.footer-links{display:flex;flex-wrap:wrap;gap:40px}.footer-links-column{min-width:150px}.footer-links-column h3{font-size:1rem;text-transform:uppercase;margin-bottom:20px;font-weight:600}.footer-links-column ul{list-style:none}.footer-links-column ul li{margin-bottom:10px}.footer-links-column ul li a,.social-links a{color:var(--light-gray);font-size:.9rem;transition:color .3s ease}.footer-links-column ul li a:hover,.social-links a:hover{color:var(--white)}.social-links{display:flex;flex-direction:column;gap:10px}.footer-bottom{padding-top:20px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{color:var(--light-gray);font-size:.8rem}@media (max-width: 768px){.footer-content{flex-direction:column}.footer-links{flex-direction:column;gap:30px}}.hero{height:100vh;background-color:var(--secondary-black);display:flex;align-items:center;position:relative;overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat;transition:background-position .3s ease-out}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000bf;z-index:1}.hero .container{position:relative;width:100%;z-index:2}.hero-content{position:relative;z-index:2;max-width:600px;animation:fadeIn 1.5s ease-out;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:5rem;font-weight:900;letter-spacing:4px;margin-bottom:20px;text-shadow:2px 2px 15px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.5rem;margin-bottom:10px;color:var(--white);text-shadow:1px 1px 5px rgba(0,0,0,.5)}.hero-distributor{font-size:1.1rem;margin-bottom:40px;color:var(--white);font-weight:500;background-color:#ffffff1a;display:inline-block;padding:5px 15px;border-radius:3px;letter-spacing:1px;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 5px 15px #0003}.hero-cta{animation:fadeInDelayed 2s ease-out}@keyframes fadeInDelayed{0%,30%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.products-preview{position:relative;overflow:hidden;background:linear-gradient(to bottom,var(--primary-black) 0%,#1c1c1c 100%);padding:100px 0 80px}.products-preview .title{text-align:left;margin-bottom:30px;font-size:2.8rem;letter-spacing:2px;text-transform:uppercase;position:relative;display:inline-block;width:100%}.products-preview .title:after{content:"";position:absolute;left:0;transform:none;bottom:-15px;width:80px;height:3px;background:linear-gradient(to right,var(--white) 0%,#00c3ff 100%)}.products-preview .subtitle{text-align:left;max-width:700px;margin:0 0 40px;color:#bbb;font-size:1.2rem;line-height:1.6}.products-preview .subtitle{text-align:left;max-width:700px;margin:0 0 60px;color:#bbb;font-size:1.2rem;line-height:1.6}.products-preview:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 70% 30%,#3c3c3c33,#1e1e1e00 70%)}.products-preview .catalog-filters{display:flex;justify-content:center;margin-bottom:30px;flex-wrap:wrap;gap:15px}.products-preview .filter-btn{padding:10px 25px;background-color:transparent;color:var(--white);border:1px solid var(--light-gray);border-radius:4px;font-size:1rem;font-weight:500;letter-spacing:1px;cursor:pointer;transition:all .3s ease}.products-preview .filter-btn:hover{background-color:var(--dark-gray);border-color:var(--white)}.products-preview .filter-btn.active{background-color:var(--white);color:var(--primary-black);border-color:var(--white)}.products-grid.single-collection{animation:fadeIn .5s ease-out}.features-grid,.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:40px;margin-top:60px}.products-grid.single-collection{display:flex;justify-content:center;margin-top:20px}.products-grid.single-collection .product-card{max-width:400px;border-radius:12px;overflow:hidden;transition:all .4s ease;position:relative;border:none;background-color:#fff;box-shadow:0 10px 30px #0000004d}.products-grid.single-collection .product-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000080}.products-grid.single-collection .product-image{height:300px;position:relative;overflow:hidden}.products-grid.single-collection .image-controls{position:absolute;bottom:15px;left:0;width:100%;display:flex;justify-content:center;gap:10px;z-index:10}.products-grid.single-collection .image-dot{width:12px;height:12px;background-color:#ffffff80;border-radius:50%;cursor:pointer;transition:all .3s ease}.products-grid.single-collection .image-dot.active{background-color:#fff;transform:scale(1.2);box-shadow:0 0 8px #ffffffb3}.products-grid.single-collection .image-dot:hover{background-color:#fffc}.products-grid.single-collection .product-image:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:70px;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);z-index:2}.products-grid.single-collection .product-image img.collection-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.products-grid.single-collection .product-card:hover .product-image img.collection-image{transform:scale(1.08)}.products-grid.single-collection .product-card h3{font-size:1.5rem;margin:20px 20px 10px;font-weight:700;letter-spacing:1px;color:#121212}.products-grid.single-collection .product-card p{margin:0 20px 15px;font-size:1rem;line-height:1.6;color:#555}.products-grid.single-collection .product-price{display:flex;align-items:center;margin:0 20px 20px;gap:12px}.products-grid.single-collection .price-usd{font-size:1.8rem;font-weight:700;color:#121212}.products-grid.single-collection .price-converted{font-size:1rem;color:#666;position:relative;top:1px}.products-grid.single-collection .btn-text{display:inline-block;margin:0 20px 25px;font-weight:600;font-size:.95rem;letter-spacing:.5px;text-transform:uppercase;position:relative;color:#00c3ff}.products-grid.single-collection .btn-text:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:#00c3ff;transition:transform .3s ease;transform-origin:right;transform:scaleX(0)}.products-grid.single-collection .btn-text:hover:after{transform-origin:left;transform:scaleX(1)}.products-grid.single-collection .product-card:hover .price-usd{color:#00c3ff;transition:color .3s ease}.products-grid.single-collection .image-badge{position:absolute;top:15px;right:-40px;background-color:#00c3ff;color:var(--white);padding:6px 40px;transform:rotate(45deg);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;box-shadow:0 3px 10px #0000004d;z-index:5}.feature-card{background-color:var(--dark-gray);padding:30px;border-radius:4px;transition:transform .3s ease}.feature-card:hover{transform:translateY(-10px)}.feature-icon{font-size:2.5rem;margin-bottom:20px}.feature-card h3{font-size:1.5rem;margin-bottom:15px}.feature-card p{color:var(--light-gray);line-height:1.6}.product-card{background-color:var(--dark-gray);border-radius:10px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000004d;border-color:#fff3}.product-image{height:220px;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image img{transform:scale(1.08)}.image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#222,#2a2a2a);position:relative;overflow:hidden}.image-placeholder:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(to bottom right,#fff0,#ffffff0d,#fff0);transform:rotate(30deg);animation:shimmer 5s infinite linear}@keyframes shimmer{0%{transform:rotate(30deg) translate(-100%)}to{transform:rotate(30deg) translate(100%)}}.product-card h3{font-size:1.3rem;margin:20px 20px 10px;color:var(--white)}.product-card p{color:var(--light-gray);margin:0 20px 15px;font-size:.9rem;line-height:1.5}.btn-text{display:inline-block;margin:0 20px 20px;font-weight:600;position:relative}.btn-text:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background-color:var(--white);transition:transform .3s ease;transform-origin:right;transform:scaleX(0)}.btn-text:hover:after{transform-origin:left;transform:scaleX(1)}.testimonials{background-color:var(--secondary-black)}.testimonial{max-width:800px;margin:0 auto;text-align:center;padding:20px}.testimonial-text{font-size:1.3rem;line-height:1.8;margin-bottom:20px;font-style:italic}.testimonial-author{font-weight:600;color:var(--light-gray)}@media (max-width: 1024px){.hero-content{max-width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}}@media (max-width: 768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.features-grid,.products-grid{grid-template-columns:1fr}}.products-grid.single-collection .image-nav{position:absolute;top:50%;transform:translateY(-50%);background-color:#0000004d;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;font-weight:700;border:none;opacity:0;transition:all .3s ease;z-index:5}.products-grid.single-collection .image-prev{left:15px}.products-grid.single-collection .image-next{right:15px}.products-grid.single-collection .product-image:hover .image-nav{opacity:.8}.products-grid.single-collection .image-nav:hover{background-color:#0009;opacity:1}.products-catalog{background-color:var(--secondary-black);padding:100px 0;position:relative}.products-catalog:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 70%,#3c3c3c33,#1e1e1e00 70%)}.products-catalog .title,.products-catalog .subtitle{text-align:center}.products-catalog .title:after{left:50%;transform:translate(-50%)}.catalog-filters{display:flex;justify-content:center;margin-bottom:50px;flex-wrap:wrap;gap:15px}.filter-btn{padding:10px 25px;background-color:transparent;color:var(--white);border:1px solid var(--light-gray);border-radius:4px;font-size:1rem;font-weight:500;letter-spacing:1px;cursor:pointer;transition:all .3s ease}.filter-btn:hover{background-color:var(--dark-gray);border-color:var(--white)}.products-catalog .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:40px}.products-catalog .product-card{background-color:var(--dark-gray);border-radius:10px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;animation:fadeInUp .5s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.products-catalog .product-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000004d;border-color:#fff3}.products-catalog .product-image{height:220px;overflow:hidden;position:relative}.products-catalog .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.products-catalog .product-card:hover .product-image img{transform:scale(1.08)}.products-catalog .image-controls{position:absolute;bottom:15px;left:0;width:100%;display:flex;justify-content:center;gap:10px;z-index:10}.products-catalog .image-dot{width:12px;height:12px;background-color:#ffffff80;border-radius:50%;cursor:pointer;transition:all .3s ease}.products-catalog .image-dot.active{background-color:#fff;transform:scale(1.2);box-shadow:0 0 8px #ffffffb3}.products-catalog .image-dot:hover{background-color:#fffc}.products-catalog .image-nav{position:absolute;top:50%;transform:translateY(-50%);background-color:#0000004d;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;font-weight:700;border:none;opacity:0;transition:all .3s ease;z-index:5}.products-catalog .image-prev{left:15px}.products-catalog .image-next{right:15px}.products-catalog .product-image:hover .image-nav{opacity:.8}.products-catalog .image-nav:hover{background-color:#0009;opacity:1}.products-catalog .product-info{padding:20px;display:flex;flex-direction:column;flex-grow:1}.products-catalog .product-info h3{font-size:1.4rem;margin-bottom:5px;color:var(--white)}.products-catalog .product-category{color:#00c3ff;font-size:.9rem;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px;font-weight:600}.products-catalog .product-info p{margin-bottom:20px;line-height:1.6;color:var(--light-gray);font-size:.95rem;flex-grow:1}.products-catalog .product-price{display:flex;align-items:center;margin-bottom:20px;gap:10px}.products-catalog .price-usd{font-size:1.6rem;font-weight:700;color:var(--white)}.products-catalog .price-converted{font-size:.9rem;color:var(--light-gray)}.products-catalog .btn{border-radius:6px;text-transform:none;font-weight:500;letter-spacing:.5px;width:100%;padding:12px 20px;transition:all .3s ease;background-color:#00c3ff26;border:1px solid #00c3ff;color:#00c3ff;position:relative;overflow:hidden;z-index:1}.products-catalog .btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#00c3ff;transition:all .3s ease;z-index:-1}.products-catalog .btn:hover{color:#fff;border-color:#00c3ff;box-shadow:0 5px 15px #00c3ff4d;transform:translateY(-2px)}.products-catalog .btn:hover:before{left:0}@media (max-width: 768px){.products-catalog{padding:60px 0}.catalog-filters{margin-bottom:30px;padding:0 15px}.products-catalog .products-grid{grid-template-columns:1fr;padding:0 15px}}.products-grid.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;animation:fadeIn .5s ease-out}.products-grid.collection-grid .product-card{max-width:100%;border-radius:12px;overflow:hidden;transition:all .4s ease;position:relative;border:none;background-color:#fff;box-shadow:0 10px 30px #0000004d}.products-grid.collection-grid .product-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000080}.products-grid.collection-grid .product-image{height:250px;position:relative;overflow:hidden}.products-grid.collection-grid .image-controls{position:absolute;bottom:15px;left:0;width:100%;display:flex;justify-content:center;gap:10px;z-index:10}.products-grid.collection-grid .image-dot{width:12px;height:12px;background-color:#ffffff80;border-radius:50%;cursor:pointer;transition:all .3s ease}.products-grid.collection-grid .image-dot.active{background-color:#fff;transform:scale(1.2);box-shadow:0 0 8px #ffffffb3}.products-grid.collection-grid .image-dot:hover{background-color:#fffc}.products-grid.collection-grid .product-image:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:70px;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);z-index:2}.products-grid.collection-grid .product-image img.collection-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.products-grid.collection-grid .product-card:hover .product-image img.collection-image{transform:scale(1.08)}.products-grid.collection-grid .product-card h3{font-size:1.5rem;margin:20px 20px 10px;font-weight:700;letter-spacing:1px;color:#121212}.products-grid.collection-grid .product-card p{margin:0 20px 15px;font-size:1rem;line-height:1.6;color:#555}.products-grid.collection-grid .image-nav{position:absolute;top:50%;transform:translateY(-50%);background-color:#0000004d;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;font-weight:700;border:none;opacity:0;transition:all .3s ease;z-index:5}.products-grid.collection-grid .image-prev{left:15px}.products-grid.collection-grid .image-next{right:15px}.products-grid.collection-grid .product-image:hover .image-nav{opacity:.8}.products-grid.collection-grid .image-nav:hover{background-color:#0009;opacity:1}.products-grid.collection-grid .product-category{color:#00c3ff;font-size:.9rem;margin:0 20px 10px;text-transform:uppercase;letter-spacing:1px;font-weight:600}@media (max-width: 768px){.products-grid.collection-grid{grid-template-columns:1fr;padding:0 15px}}.cart-bar{position:fixed;bottom:0;left:0;width:100%;background-color:#121212;z-index:100;transform:translateY(100%);transition:transform .3s ease;box-shadow:0 -5px 20px #0000004d}.cart-bar.active{transform:translateY(0)}.cart-content{display:flex;justify-content:space-between;align-items:center;padding:15px 0}.cart-info{display:flex;align-items:center;gap:10px}.cart-total{font-size:1.4rem;font-weight:700;color:#00c3ff}.cart-text{font-size:1rem;color:var(--white)}.cart-buttons{display:flex;gap:15px}.cart-checkout{padding:10px 25px;background-color:#00c3ff;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:none}.cart-checkout:hover{background-color:#00b0e0;transform:translateY(-2px);box-shadow:0 5px 15px #00c3ff4d}.cart-clear{padding:10px 25px;background-color:#f44336;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:none}.cart-clear:hover{background-color:#d32f2f;transform:translateY(-2px);box-shadow:0 5px 15px #f443364d}@media (max-width: 768px){.cart-content{flex-direction:column;gap:15px}.cart-buttons{width:100%;justify-content:space-between}.cart-checkout,.cart-clear{width:48%}}.order-form-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;z-index:1000;display:flex;justify-content:center;align-items:center;padding:20px;animation:fadeIn .3s ease-out}.order-form-container{background-color:#fff;border-radius:10px;width:100%;max-width:550px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0000004d;display:flex;flex-direction:column}.order-form-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;border-bottom:1px solid #eee;position:sticky;top:0;background-color:#fff;z-index:2}.order-form-header h3{margin:0;font-size:1.5rem;color:#121212;font-weight:700}.close-btn{background:none;border:none;font-size:1.8rem;color:#777;cursor:pointer;transition:color .3s ease;width:30px;height:30px;display:flex;align-items:center;justify-content:center;padding:0;border-radius:50%}.close-btn:hover{color:#121212;background-color:#f5f5f5}.order-summary{padding:20px 30px;background-color:#f9f9f9;border-bottom:1px solid #eee}.order-summary-title{font-weight:600;margin-bottom:10px;color:#121212;font-size:1.1rem}.order-summary-item{padding:10px 0;color:#333;display:flex;justify-content:space-between;align-items:center;font-size:1rem}.order-summary-price{font-weight:600;color:#00c3ff}.order-form{padding:20px 30px 30px}.order-form .form-group{margin-bottom:20px}.order-form label{display:block;margin-bottom:8px;font-weight:600;color:#333;font-size:.95rem}.order-form input,.order-form textarea,.order-form select{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:6px;font-size:1rem;color:#333;background-color:#fff;transition:border-color .3s ease,box-shadow .3s ease;font-family:inherit}.order-form input::placeholder,.order-form textarea::placeholder{color:#999}.order-form textarea{min-height:100px;resize:vertical}.order-form input:focus,.order-form textarea:focus,.order-form select:focus{border-color:#00c3ff;outline:none;box-shadow:0 0 0 3px #00c3ff33}.form-actions{display:flex;justify-content:space-between;gap:15px;margin-top:30px}.order-submit{flex:1;padding:14px 20px;background-color:#00c3ff;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:none}.order-submit:hover{background-color:#00b0e0;transform:translateY(-2px);box-shadow:0 5px 15px #00c3ff4d}.order-cancel{flex:1;padding:14px 20px;background-color:#f5f5f5;color:#666;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:none}.order-cancel:hover{background-color:#eee;color:#333}@media (max-width: 768px){.order-form-container{width:95%;max-height:85vh}.order-form-header,.order-summary,.order-form{padding:15px 20px}.form-actions{flex-direction:column}.order-submit,.order-cancel{width:100%}}.form-section-title{font-size:1.1rem;color:#121212;margin:25px 0 15px;padding-bottom:10px;border-bottom:1px solid #eee;font-weight:600}.form-section-title:first-child{margin-top:0}.required{color:#e53935;margin-left:2px}.form-row{display:flex;gap:20px}.form-row .form-group{flex:1}@media (max-width: 768px){.form-row{flex-direction:column;gap:10px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.product-specs{margin:0 20px 15px;background-color:#f8f8f8;border-radius:8px;padding:12px 15px;border:1px solid #eee;box-shadow:0 2px 10px #0000000d;transition:all .3s ease}.products-grid.collection-grid .product-card:hover .product-specs{box-shadow:0 5px 15px #00c3ff1a;border-color:#00c3ff33}.specs-title{font-size:1rem;font-weight:600;color:#121212;margin:0 0 10px;border-bottom:1px solid #eee;padding-bottom:8px;position:relative}.specs-title:after{content:"";position:absolute;bottom:-1px;left:0;width:40px;height:2px;background-color:#00c3ff}.specs-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.specs-list li{color:#333;font-size:.85rem;line-height:1.4;padding-left:16px;position:relative}.specs-list li:before{content:"•";position:absolute;left:0;color:#00c3ff;font-size:1rem;line-height:1.4}.specs-list li span{color:#666;font-size:.78rem;font-weight:600;margin-right:5px}@media (max-width: 450px){.specs-list{grid-template-columns:1fr}.specs-list li{font-size:.8rem}}.products-grid.collection-grid .product-price{display:flex;justify-content:space-between;align-items:center;margin:0 20px 15px}.products-grid.collection-grid .price-container{display:flex;flex-direction:column}.products-grid.collection-grid .price-usd{font-size:1.6rem;font-weight:700;color:#121212;transition:all .3s ease}.products-grid.collection-grid .price-converted{font-size:.85rem;color:#666;margin-top:2px}.products-grid.collection-grid .product-card:hover .price-usd{color:#00c3ff}.products-grid.collection-grid .btn-text{display:inline-block;margin:0 20px 25px;font-weight:600;font-size:.95rem;letter-spacing:.5px;text-transform:uppercase;color:#00c3ff;cursor:pointer;background:none;border:none;padding:0;width:fit-content;position:relative;transition:all .3s ease}.products-grid.collection-grid .btn-text:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:#00c3ff;transition:all .3s ease}.products-grid.collection-grid .btn-text:hover{color:#00b0e0}.products-grid.collection-grid .btn-text:hover:after{background-color:#00b0e0;width:100%}.delivery-badge{font-size:.75rem;color:#666;background-color:#f0f9ff;padding:4px 8px;border-radius:4px;border-left:2px solid #00c3ff;white-space:nowrap}.delivery-badge:before{content:"🚢";margin-right:4px;font-size:.8rem}.delivery-badge-small{font-size:.7rem;color:#666;margin-top:2px;display:flex;flex-direction:row}.delivery-badge-small:before{content:"🚢";margin-right:3px;font-size:.75rem}.order-summary-total{display:flex;justify-content:space-between;align-items:flex-start;padding-top:15px;margin-top:15px;border-top:1px solid #eee}.order-summary-total>div{display:flex;flex-direction:column}.order-summary-total p{font-weight:600;margin:0;color:#121212}.order-summary-converted{font-size:.85rem;color:#666;margin-left:5px}.order-summary-specs{padding:10px 0;margin-top:10px;border-top:1px solid #eee}.summary-specs-title{font-size:.9rem;font-weight:600;color:#333;margin-bottom:8px}.summary-specs-value{font-size:.85rem;color:#666;line-height:1.4;display:flex;flex-wrap:wrap;gap:8px}.summary-specs-value span{color:#00c3ff;margin-right:3px;font-size:1rem;line-height:.8}.lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .3s ease}.lightbox-container{position:relative;max-width:90%;max-height:90%;overflow:hidden;border-radius:4px;box-shadow:0 0 30px #00000080}.lightbox-container img{display:block;max-width:100%;max-height:90vh;object-fit:contain;transition:opacity .3s ease}.lightbox-close{position:absolute;top:15px;right:15px;width:40px;height:40px;background-color:#000000b3;color:#fff;border:none;border-radius:50%;font-size:30px;line-height:30px;text-align:center;cursor:pointer;transition:all .3s ease;z-index:2010}.lightbox-close:hover{background-color:#ffffff4d;transform:scale(1.1)}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:40px;font-weight:700;border:none;transition:all .3s ease;z-index:2010}.lightbox-prev{left:20px}.lightbox-next{right:20px}.lightbox-nav:hover{background-color:#00c3ffb3;transform:translateY(-50%) scale(1.1)}.lightbox-dots{position:absolute;bottom:20px;left:0;width:100%;display:flex;justify-content:center;gap:12px;z-index:2010}.lightbox-dot{width:12px;height:12px;background-color:#ffffff80;border-radius:50%;cursor:pointer;transition:all .3s ease}.lightbox-dot.active{background-color:#fff;transform:scale(1.2);box-shadow:0 0 10px #fffc}.lightbox-dot:hover{background-color:#fffc}@media (max-width: 768px){.lightbox-container{max-width:95%}.lightbox-nav{width:40px;height:40px;font-size:30px}.lightbox-prev{left:10px}.lightbox-next{right:10px}}.order-success-message{text-align:center;padding:30px 20px;background-color:#34c75926;border-radius:8px;border:1px solid rgba(52,199,89,.5);margin-bottom:20px;animation:successPulse 2s ease-in-out;box-shadow:0 5px 15px #0000001a}@keyframes successPulse{0%{transform:scale(.95);opacity:0}70%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.order-success-message:before{content:"✓";display:block;font-size:50px;color:#28a745;margin-bottom:15px}.order-success-message h3{color:#28a745;margin-bottom:15px;font-size:24px}.order-success-message p{color:#333;margin-bottom:10px;line-height:1.5;font-size:16px}.order-error-message{text-align:center;padding:40px 30px;color:#e53935}.order-error-message h3{font-size:1.5rem;margin-bottom:15px}.order-error-message p{color:#666;margin-bottom:20px}.order-error-message button{margin:0 auto;display:block}.debug-info{background:#f8f8f8;border:1px solid #ddd;padding:10px;margin:15px 0;border-radius:4px;font-size:.85rem}.debug-info p{color:#888;margin-bottom:8px}.error-details{background:#fff0f0;border:1px solid #ffcdd2;padding:10px;border-radius:4px;margin-top:10px}.error-details p{color:#e53935;font-family:monospace;font-size:.9rem;margin:0;word-break:break-word;white-space:pre-wrap}.order-processing-message{text-align:center;padding:40px 30px}.order-processing-message h3{font-size:1.5rem;margin-bottom:15px}.order-processing-message p{color:#666;margin-bottom:20px}.loading-spinner{width:40px;height:40px;border:4px solid rgba(0,195,255,.3);border-radius:50%;border-top-color:#00c3ff;margin:20px auto;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.about-content{display:flex;gap:60px;align-items:center}.about-text{flex:1}.about-text h2{font-size:2rem;margin-bottom:20px}.about-text p{margin-bottom:20px;line-height:1.8;color:var(--light-gray)}.about-image{flex:1}.image-placeholder{width:100%;height:400px;background-color:var(--dark-gray);border-radius:4px}.philosophy-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px;margin-top:50px}.philosophy-item{background-color:var(--dark-gray);padding:30px;border-radius:4px}.philosophy-item h3{margin-bottom:15px;font-size:1.3rem}.philosophy-item p{color:var(--light-gray);line-height:1.6}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:40px;margin-top:50px}.team-member{text-align:center}.member-image{margin-bottom:20px}.member-image .image-placeholder{height:300px;border-radius:4px}.team-member h3{font-size:1.3rem;margin-bottom:10px}.member-role{color:var(--light-gray);font-size:.9rem}.about-philosophy{background-color:var(--secondary-black)}@media (max-width: 768px){.about-content{flex-direction:column;gap:40px}.about-text,.about-image{width:100%}}.filters{display:flex;justify-content:center;margin-bottom:40px;flex-wrap:wrap;gap:10px}.filter-btn{padding:8px 20px;background-color:transparent;color:var(--white);border:1px solid var(--light-gray);border-radius:4px;font-size:1rem;cursor:pointer;transition:all .3s ease}.filter-btn:hover{background-color:var(--dark-gray)}.filter-btn.active{background-color:var(--white);color:var(--primary-black);border-color:var(--white)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.product-card{background-color:var(--dark-gray);border-radius:4px;overflow:hidden;transition:transform .3s ease}.product-card:hover{transform:translateY(-10px)}.product-image{height:250px;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.image-placeholder{width:100%;height:100%;background-color:var(--secondary-black)}.product-info{padding:20px}.product-name{font-size:1.5rem;margin-bottom:5px}.product-category{color:var(--light-gray);font-size:.9rem;margin-bottom:15px}.product-description{margin-bottom:20px;line-height:1.6;color:var(--light-gray)}.product-price{font-size:1.5rem;font-weight:700;margin-bottom:20px}.btn{width:100%}.image-dots{position:absolute;bottom:15px;left:0;width:100%;display:flex;justify-content:center;gap:8px;z-index:10}.image-dot{width:10px;height:10px;background-color:#ffffff80;border-radius:50%;cursor:pointer;transition:all .3s ease}.image-dot.active{background-color:var(--white);transform:scale(1.2)}.image-dot:hover{background-color:#fffc}@media (max-width: 768px){.products-grid{grid-template-columns:1fr}}.page-header{padding:150px 0 80px;background-color:var(--secondary-black);text-align:center}.contact-form-wrapper{max-width:600px;margin:0 auto;padding:20px}.contact-form-container h2{font-size:1.8rem;margin-bottom:30px;text-align:center}.contact-item{margin-bottom:25px}.contact-item h3{font-size:1.2rem;margin-bottom:8px;font-weight:600}.contact-item p{color:var(--light-gray);line-height:1.6}.social-media{margin-top:40px}.social-links{display:flex;gap:20px}.social-links a{color:var(--light-gray);transition:color .3s ease}.social-links a:hover{color:var(--white)}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:500}.form-group input,.form-group textarea{background-color:var(--dark-gray);border:1px solid rgba(255,255,255,.1);color:var(--white);padding:12px;font-size:1rem;border-radius:4px;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--white)}.success-message{background-color:#00800033;border:1px solid rgba(0,128,0,.5);padding:20px;border-radius:4px;color:var(--white);margin:20px 0;text-align:center}.contact-form button{padding:12px 24px;margin-top:10px;align-self:flex-start}@media (max-width: 768px){.contact-wrapper{grid-template-columns:1fr;gap:40px}}.legal-page{padding:80px 0;background-color:#f8f8f8;min-height:100vh}.legal-content{background-color:#fff;border-radius:10px;box-shadow:0 5px 20px #0000001a;padding:40px;max-width:1000px;margin:0 auto}.legal-content h1{font-size:32px;color:#222;margin-bottom:30px;text-align:center;position:relative;padding-bottom:15px}.legal-content h1:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:3px;background:linear-gradient(to right,#00c3ff,#07f)}.legal-section{margin-bottom:30px}.legal-section h2{font-size:24px;color:#333;margin-bottom:15px;border-bottom:1px solid #eee;padding-bottom:10px}.legal-section p{font-size:16px;line-height:1.6;color:#444;margin-bottom:15px}.legal-section ul{margin-left:20px;margin-bottom:15px}.legal-section ul li{font-size:16px;line-height:1.6;color:#444;margin-bottom:10px}.legal-section strong{font-weight:600;color:#333}.legal-footer{margin-top:40px;padding-top:20px;border-top:1px solid #eee;text-align:center;font-size:14px;color:#777}@media (max-width: 768px){.legal-page{padding:60px 0}.legal-content{padding:30px 20px}.legal-content h1{font-size:28px}.legal-section h2{font-size:22px}.legal-section p,.legal-section ul li{font-size:15px}}:root{--primary-black: #121212;--secondary-black: #1a1a1a;--dark-gray: #252525;--light-gray: #bbbbbb;--white: #FFFFFF;--accent: #FF4500}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;background-color:var(--primary-black);color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.btn{display:inline-block;padding:12px 24px;border:1px solid var(--white);background-color:transparent;color:var(--white);font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;border-radius:3px;position:relative;overflow:hidden;z-index:1}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:var(--white);transition:all .3s ease;z-index:-1}.btn:hover:before{left:0}.btn:hover{color:var(--primary-black)}.btn-filled{background-color:var(--white);color:var(--primary-black)}.btn-filled:before{background-color:transparent}.btn-filled:hover{background-color:transparent;color:var(--white)}.title{font-size:2.5rem;font-weight:700;margin-bottom:20px;text-transform:uppercase;position:relative;display:inline-block}.title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background-color:var(--white)}.subtitle{font-size:1.2rem;color:var(--light-gray);margin-bottom:40px}@media (max-width: 768px){.section{padding:60px 0}.title{font-size:2rem}}
