.toast{position:fixed;top:20px;right:20px;min-width:300px;max-width:500px;padding:1rem 1.5rem;background:#fff;border:2px solid #000000;border-radius:8px;box-shadow:0 4px 20px #00000026;z-index:10000;display:flex;align-items:center;justify-content:space-between;gap:1rem;animation:slideInRight .3s ease-out;font-family:Inter,sans-serif}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-success{border-color:#000;background:#f9f9f9}.toast-error{border-color:#dc3545;background:#fff5f5}.toast-info{border-color:#06c;background:#f0f7ff}.toast-warning{border-color:#ffc107;background:#fffbf0}.toast-content{display:flex;align-items:center;gap:.75rem;flex:1}.toast-icon{font-size:1.25rem;font-weight:700;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-success .toast-icon{color:#000}.toast-error .toast-icon{color:#dc3545}.toast-info .toast-icon{color:#06c}.toast-warning .toast-icon{color:#ffc107}.toast-message{font-size:.95rem;color:#333;line-height:1.4}.toast-close{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;flex-shrink:0}.toast-close:hover{color:#000}@media(max-width:768px){.toast{top:10px;right:10px;left:10px;min-width:auto;max-width:none}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}:root{--font-primary: "Inter", sans-serif;--font-heading: "Playfair Display", serif}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background-color:#f5f5f5;scroll-behavior:smooth}#root{width:100%;min-height:100vh}.search-modal-overlay{position:fixed;inset:0;background:#000000b3;z-index:10000;display:flex;align-items:flex-start;justify-content:center;padding-top:100px;animation:fadeIn .2s ease}.search-modal{background:#fff;width:90%;max-width:600px;max-height:70vh;border-radius:8px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;animation:slideDown .3s ease;overflow:hidden}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.search-modal-header{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-bottom:2px solid #e0e0e0}.search-input{flex:1;padding:.75rem 1rem;border:2px solid #000000;border-radius:4px;font-size:1rem;font-family:inherit;outline:none;transition:border-color .2s}.search-input:focus{border-color:#333}.search-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:color .2s}.search-close:hover{color:#000}.search-results{flex:1;overflow-y:auto;padding:1rem}.search-loading,.search-placeholder,.search-no-results{text-align:center;padding:2rem;color:#666;font-size:.95rem}.search-results-list{display:flex;flex-direction:column;gap:.5rem}.search-result-item{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s ease}.search-result-item:hover{background:#f9f9f9;border-color:#000;transform:translate(4px)}.search-result-image{width:60px;height:60px;object-fit:cover;border-radius:4px;background:#f5f5f5}.search-result-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.search-result-name{font-weight:600;color:#000;font-size:.95rem}.search-result-sku{font-size:.85rem;color:#666;font-family:monospace}.search-result-price{font-weight:700;color:#000;font-size:1rem}.search-view-all{width:100%;padding:1rem;margin-top:1rem;background:#000;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.search-view-all:hover{background:#333}@media(max-width:768px){.search-modal-overlay{padding-top:50px}.search-modal{width:95%;max-height:80vh}}.layout{min-height:100vh;display:flex;flex-direction:column}.top-bar{background:#000;color:#fff;padding:.5rem 0;font-size:.85rem;border-bottom:1px solid #333}.top-bar-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.top-bar-left{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.top-bar-left .separator{color:#666}.top-bar-right{display:flex;gap:.75rem;align-items:center}.social-icon{color:#fff;text-decoration:none;font-size:1rem;transition:opacity .2s}.social-icon:hover{opacity:.7}.header{background:#fff;color:#000;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100;animation:slideDown .4s ease}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.header-content{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;gap:1.5rem}.menu-button{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:.5rem;transition:transform .2s}.menu-button:hover{transform:scale(1.1)}.hamburger{width:25px;height:3px;background-color:#000;border-radius:2px;transition:all .3s}.search-button{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#000;transition:opacity .2s}.search-button:hover{opacity:.7}.logo{text-decoration:none;color:#000;flex:1;text-align:center}.logo h1{margin:0;font-size:2rem;font-weight:700;letter-spacing:3px;font-family:Playfair Display,serif}.header-icons{display:flex;gap:1rem;align-items:center}.icon-button{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#000;transition:opacity .2s;position:relative}.icon-button:hover{opacity:.7}.cart-button{position:relative}.cart-count{position:absolute;top:0;right:0;background:#dc3545;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;border:2px solid white;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.header-nav-menu{max-width:1400px;margin:0 auto;padding:.75rem 2rem;display:flex;gap:2rem;align-items:center;border-top:1px solid #e0e0e0;flex-wrap:wrap}.header-nav-menu a{color:#000;text-decoration:none;font-weight:500;font-size:.9rem;letter-spacing:.5px;transition:color .2s;display:flex;align-items:center;gap:.25rem}.header-nav-menu a:hover,.header-nav-menu a.active{color:#666}.dropdown-arrow{font-size:.7rem;opacity:.7}.drawer-overlay{position:fixed;inset:0;background-color:#00000080;z-index:998;animation:fadeIn .3s}.drawer{position:fixed;top:0;left:0;width:300px;height:100vh;background:#fff;box-shadow:2px 0 8px #0000001a;z-index:999;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.drawer.open{transform:translate(0)}.drawer-header{padding:1.5rem;background:#000;color:#fff;display:flex;justify-content:space-between;align-items:center}.drawer-header h2{margin:0;font-size:1.5rem}.close-button{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.close-button:hover{background-color:#fff3}.drawer-nav{padding:1rem 0}.drawer-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;color:#333;text-decoration:none;transition:background-color .2s;border-left:3px solid transparent}.drawer-link:hover{background-color:#f5f5f5}.drawer-link.active{background-color:#f5f5f5;border-left-color:#000;color:#000;font-weight:600}.drawer-link span{font-size:1.2rem}.drawer-divider{height:1px;background-color:#e0e0e0;margin:1rem 0}.drawer-section-title{padding:.5rem 1.5rem;font-size:.85rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.main-content{flex:1;max-width:1400px;width:100%;margin:0 auto;padding:2rem}.footer{position:relative;background:#000;color:#fff;margin-top:auto;min-height:500px}.footer-blur-section{position:absolute;top:0;left:0;right:0;height:150px;background:linear-gradient(to bottom,#0000004d,#000c,#000);filter:blur(2px);z-index:0}.footer-content{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:4rem 2rem 2rem}.footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-column{display:flex;flex-direction:column}.footer-column-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li a{color:#fff;text-decoration:none;font-size:.9rem;transition:opacity .3s ease}.footer-links li a:hover{opacity:.7}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;font-size:.9rem}.newsletter-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.newsletter-input{background:transparent;border:none;border-bottom:1px solid white;color:#fff;padding:.5rem 0;font-size:.9rem;outline:none}.newsletter-input::placeholder{color:#ffffffb3}.newsletter-button{background:transparent;border:none;color:#fff;text-align:left;padding:.5rem 0;font-size:.9rem;text-decoration:underline;cursor:pointer;transition:opacity .3s ease}.newsletter-button:hover{opacity:.7}.footer-social{display:flex;gap:1rem;margin-top:1rem}.footer-social-icon{width:40px;height:40px;border-radius:50%;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .3s ease}.footer-social-icon:hover{transform:scale(1.1)}.footer-bottom{border-top:1px solid #333;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{font-size:.85rem;color:#ffffffb3;margin:0}.footer-copyright a{color:#ffffffb3;text-decoration:underline}.footer-powered{font-size:.85rem;color:#ffffffb3;margin:0}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;border-radius:50%;background:#fff;color:#000;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;transition:all .3s ease;z-index:1000;opacity:0;visibility:hidden}.scroll-to-top.visible{opacity:1;visibility:visible}.scroll-to-top:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0006}@media(max-width:768px){.footer-columns{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.scroll-to-top{bottom:1rem;right:1rem;width:45px;height:45px}}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background-color:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;z-index:1000;transition:transform .2s,box-shadow .2s;text-decoration:none}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 16px #0006}.whatsapp-float svg{width:28px;height:28px}@media(max-width:768px){.top-bar-content{padding:0 1rem;font-size:.75rem}.top-bar-left{flex-direction:column;gap:.5rem}.header-content{padding:1rem}.header-nav-menu{padding:.75rem 1rem;gap:1rem;font-size:.8rem}.logo h1{font-size:1.5rem;letter-spacing:2px}.main-content{padding:1rem}.drawer{width:280px}.whatsapp-float{width:50px;height:50px;bottom:1.5rem;right:1.5rem}.whatsapp-float svg{width:24px;height:24px}}.slider-container{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;background:#000}.slider-loading{display:flex;align-items:center;justify-content:center;height:100%;color:#fff;font-size:1.2rem}.slider-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(1.1);transition:opacity 1s ease-in-out,transform 1s ease-in-out;animation:slideIn 1s ease-in-out forwards;cursor:pointer}@keyframes slideIn{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.slider-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}.slider-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:900px;padding:2rem;animation:fadeInUp 1s ease .3s both}.slider-heading{font-family:Playfair Display,serif;font-size:4.5rem;font-weight:700;margin:0 0 1.5rem;line-height:1.2;text-shadow:2px 2px 8px rgba(0,0,0,.5);animation:fadeInUp 1s ease .5s both}.slider-subheading{font-size:1.5rem;font-weight:400;margin:0 0 2.5rem;opacity:.95;line-height:1.6;text-shadow:1px 1px 4px rgba(0,0,0,.5);animation:fadeInUp 1s ease .7s both}.slider-cta-button{display:inline-block;padding:1rem 3rem;background-color:#fff;color:#000;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.2rem;letter-spacing:1px;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 20px #0000004d;border:2px solid white;position:relative;overflow:hidden;z-index:1;animation:fadeInUp 1s ease .9s both}.slider-cta-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#000;transform:translate(-50%,-50%);transition:width .6s,height .6s;z-index:0}.slider-cta-button:hover:before{width:400px;height:400px}.slider-cta-button:hover{color:#fff;transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px #0006;border-color:#000}.slider-cta-button span{position:relative;z-index:1}.slider-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:2px solid rgba(255,255,255,.5);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.slider-nav:hover{background:#ffffff4d;border-color:#fffc;transform:translateY(-50%) scale(1.1)}.slider-nav:active{transform:translateY(-50%) scale(.95)}.slider-nav-prev{left:2rem}.slider-nav-next{right:2rem}.slider-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.slider-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;transition:all .3s ease;padding:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.slider-dot:hover{background:#ffffff4d;border-color:#fffc;transform:scale(1.2)}.slider-dot.active{background:#fff;border-color:#fff;width:32px;border-radius:6px}.slider-progress{position:absolute;bottom:0;left:0;width:100%;height:4px;background:#fff3;z-index:10}.slider-progress-bar{height:100%;background:#fff;width:0%;animation:progressAnimation 5s linear forwards}@keyframes progressAnimation{0%{width:0%}to{width:100%}}@media(max-width:768px){.slider-container{min-height:500px;height:70vh}.slider-heading{font-size:2.5rem}.slider-subheading{font-size:1.2rem;margin-bottom:2rem}.slider-cta-button{padding:.875rem 2rem;font-size:1rem}.slider-nav{width:40px;height:40px}.slider-nav-prev{left:1rem}.slider-nav-next{right:1rem}.slider-dots{bottom:1.5rem}.slider-content{padding:1.5rem}}@media(max-width:480px){.slider-container{min-height:400px;height:60vh}.slider-heading{font-size:2rem}.slider-subheading{font-size:1rem}.slider-cta-button{padding:.75rem 1.5rem;font-size:.9rem}.slider-nav{width:35px;height:35px}.slider-nav svg{width:18px;height:18px}}@media(hover:none)and (pointer:coarse){.slider-nav{background:#ffffff4d}}.product-skeleton{display:flex;flex-direction:column;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-image{width:100%;aspect-ratio:1 / 1;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:0;margin-bottom:1rem}.skeleton-content{display:flex;flex-direction:column;gap:.75rem}.skeleton-line{height:1rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:4px}.skeleton-title{width:80%;height:1.2rem}.skeleton-price{width:40%;height:1.5rem}.skeleton-sizes{display:flex;gap:.5rem;margin-top:.5rem}.skeleton-size{width:32px;height:32px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:0}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.skeleton-image,.skeleton-line,.skeleton-size{animation:skeleton-shimmer 1.5s infinite}.lazy-image-container{position:relative;width:100%;height:100%;overflow:hidden}.lazy-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;z-index:1}.lazy-image-skeleton{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.lazy-image{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease-in-out}.lazy-image.loaded{opacity:1;z-index:2}.lazy-image.error{display:none}.lazy-image-error{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5;color:#999;font-size:.85rem;z-index:2}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.home-container{width:100%;max-width:100%;margin:0;padding:0}.hero-fullscreen{position:relative;width:100%;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d,#1a1a1a);background-size:cover;background-position:center;background-attachment:fixed;overflow:hidden}.hero-background-overlay{position:absolute;inset:0;background:#0000004d;z-index:1}.hero-content-fullscreen{position:relative;z-index:2;text-align:center;color:#fff;animation:fadeInUp 1s ease}.hero-label{display:block;font-size:.9rem;font-weight:400;letter-spacing:3px;text-transform:uppercase;margin-bottom:1rem;opacity:.9}.hero-title-fullscreen{font-size:4.5rem;font-weight:700;font-family:Playfair Display,serif;margin:0 0 2rem;line-height:1.2;text-shadow:2px 2px 8px rgba(0,0,0,.5)}.hero-link-fullscreen{display:inline-block;color:#fff;text-decoration:none;font-size:1rem;font-weight:500;letter-spacing:2px;text-transform:uppercase;padding-bottom:.5rem;border-bottom:1px solid white;transition:all .3s ease}.hero-link-fullscreen:hover{opacity:.8;transform:translateY(-2px)}@media(max-width:768px){.hero-title-fullscreen{font-size:2.5rem}.hero-fullscreen{min-height:500px}}.hero{background:#000;color:#fff;padding:6rem 2rem;text-align:center;border-radius:12px;margin-bottom:4rem;box-shadow:0 4px 16px #0000001a;animation:fadeInDown .8s ease}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;font-family:Playfair Display,serif}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.hero-button{display:inline-block;padding:1rem 2.5rem;background-color:#fff;color:#000;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000026;border:2px solid #000000;position:relative;overflow:hidden}.hero-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#000;transform:translate(-50%,-50%);transition:width .6s,height .6s;z-index:0}.hero-button:hover:before{width:500px;height:500px}.hero-button:hover{color:#fff;transform:translateY(-3px) scale(1.05);box-shadow:0 8px 24px #0000004d}.hero-button span{position:relative;z-index:1}.new-arrivals-section{padding:6rem 2rem;background:#fff}.section-title-large{font-size:3rem;font-weight:700;color:#000;text-align:center;margin-bottom:4rem;font-family:Playfair Display,serif;letter-spacing:2px}.featured-section{margin-top:4rem;padding:4rem 2rem;background:#f9f9f9}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#000;font-family:Playfair Display,serif}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.product-card:nth-child(7){animation-delay:.7s}.product-card:nth-child(8){animation-delay:.8s}.product-image-container .product-image,.product-image-container .product-image-secondary{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.low-stock-badge{position:absolute;top:10px;left:10px;background-color:#f44;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;z-index:2}.product-info{padding:1rem 0 0;flex:1;display:flex;flex-direction:column;transition:none}.product-card:hover .product-info{padding-top:1rem}.product-price{margin:.5rem 0}.product-stock{margin-top:.5rem}.stock{font-size:.9rem;font-weight:500}.stock.available{color:#28a745}.stock.low{color:#f44}.view-all-container{text-align:center;margin-top:3rem}.view-all-button{display:inline-block;padding:1rem 2.5rem;background:#000;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000004d;border:2px solid #000000;position:relative;overflow:hidden}.view-all-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff;transform:translate(-50%,-50%);transition:width .6s,height .6s;z-index:0}.view-all-button:hover:before{width:500px;height:500px}.view-all-button:hover{color:#000;transform:translateY(-3px) scale(1.05);box-shadow:0 8px 24px #0006}.view-all-button span{position:relative;z-index:1}.loading,.no-products{text-align:center;padding:3rem;font-size:1.2rem;color:#666}@media(max-width:768px){.hero-title-fullscreen{font-size:2rem}.hero-fullscreen{min-height:400px}.section-title-large,.section-title{font-size:2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.new-arrivals-section,.featured-section{padding:3rem 1rem}}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;min-height:400px}.error-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}.error-title{font-size:1.5rem;font-weight:600;color:#000;margin:0 0 .5rem;font-family:Playfair Display,serif}.error-message{font-size:1rem;color:#666;margin:0 0 2rem;max-width:500px;line-height:1.6}.error-retry-btn{padding:.75rem 2rem;background:#000;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.error-retry-btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.error-retry-btn:active{transform:translateY(0)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;min-height:400px}.empty-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.6}.empty-title{font-size:1.8rem;font-weight:600;color:#000;margin:0 0 .75rem;font-family:Playfair Display,serif}.empty-message{font-size:1rem;color:#666;margin:0 0 2rem;max-width:500px;line-height:1.6}.empty-action-btn{padding:.75rem 2rem;background:#000;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;display:inline-block}.empty-action-btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.empty-action-btn:active{transform:translateY(0)}.products-container{width:100%}.products-layout{display:flex;gap:2rem;align-items:flex-start}.filter-overlay{display:none}.filter-sidebar{width:250px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.filter-header h2{margin:0;font-size:1.2rem;font-weight:600;color:#000}.close-filters{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#000;display:none}.filter-section{margin-bottom:1.5rem}.filter-title{font-weight:600;color:#000;font-size:.9rem;letter-spacing:.5px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.filter-arrow{font-size:.7rem;opacity:.7}.products-main{flex:1;min-width:0}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.products-controls{display:flex;gap:1rem;align-items:center}.filter-toggle{padding:.6rem 1.2rem;background-color:#000;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s;display:none}.filter-toggle:hover{background-color:#333}.sort-select{padding:.6rem 1.2rem;background-color:#fff;color:#000;border:1px solid #000000;border-radius:8px;font-weight:500;cursor:pointer;font-size:.9rem}.page-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0;font-family:Playfair Display,serif}.clear-filter{padding:.6rem 1.2rem;background-color:#f5f5f5;color:#000;text-decoration:none;border-radius:8px;font-weight:500;transition:background-color .2s;border:1px solid #000000}.clear-filter:hover{background-color:#e0e0e0}.products-count{color:#666;margin-bottom:1.5rem;font-size:1rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;animation:fadeIn .6s ease}.product-card{background:none;border:none;border-radius:0;overflow:visible;box-shadow:none;text-decoration:none;color:inherit;transition:opacity .3s ease;display:flex;flex-direction:column;position:relative;opacity:0;animation:fadeInUp .6s ease forwards}.product-card:nth-child(1){animation-delay:.1s}.product-card:nth-child(2){animation-delay:.2s}.product-card:nth-child(3){animation-delay:.3s}.product-card:nth-child(4){animation-delay:.4s}.product-card:nth-child(5){animation-delay:.5s}.product-card:nth-child(6){animation-delay:.6s}.product-card:nth-child(n+7){animation-delay:.7s}.product-card:hover{transform:none;box-shadow:none}.product-image-container{position:relative;width:100%;height:auto;background-color:transparent;overflow:hidden;aspect-ratio:1 / 1;margin-bottom:0}.product-image-container .product-image,.product-image-container .product-image-secondary{position:absolute;top:0;left:0}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .4s ease;transform-origin:center}.product-card:hover .product-image{transform:scale(1.1)}.product-image-secondary{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s ease}.product-card:hover .product-image-secondary{opacity:1}.product-card:hover .product-image{opacity:0}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f5f5,#e0e0e0);color:#999;font-size:1.1rem}.product-badge{position:absolute;top:10px;right:10px;background-color:#000;color:#fff;padding:.5rem 1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;z-index:2;border-radius:0;box-shadow:0 2px 4px #0003}.new-badge,.sale-badge{background-color:#000}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.product-info{padding:1.5rem;flex:1;display:flex;flex-direction:column;transition:all .3s ease}.product-card:hover .product-info{padding-top:1.25rem}.product-name{font-size:1.2rem;font-weight:600;margin:0 0 .5rem;color:#1a1a1a;line-height:1.4;transition:color .3s ease}.product-card:hover .product-name{color:#000}.product-sku{font-size:.85rem;color:#666;font-family:monospace;margin-bottom:.5rem}.product-sku-inline{font-size:.9rem;color:#666;font-weight:400;font-family:monospace}.product-price{margin:.75rem 0;display:flex;flex-direction:column;gap:.25rem}.price{font-size:1.3rem;font-weight:700;color:#000}.price-with-was-now{display:flex;flex-direction:column;gap:.25rem}.was-price{font-size:1rem;font-weight:500;color:#999;text-decoration:line-through}.now-price{font-size:1.3rem;font-weight:700;color:#000}.product-stock{margin-bottom:.5rem}.stock{font-size:.9rem;padding:.3rem .8rem;border-radius:12px;display:inline-block}.stock.available{background-color:#f5f5f5;color:#000;border:1px solid #000000}.stock.low{background-color:#000;color:#fff}.product-sizes{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.size-badge{padding:.4rem;width:32px;height:32px;background-color:#fff;color:#000;border:1px solid #000000;border-radius:0;font-size:.85rem;font-weight:600;display:flex;align-items:center;justify-content:center;min-width:35px;text-align:center;transition:all .3s ease;display:inline-block}.product-card:hover .size-badge{background-color:#000;color:#fff;transform:translateY(-2px)}.loading{text-align:center;padding:3rem;font-size:1.2rem;color:#666;display:flex;flex-direction:column;align-items:center;gap:1rem}.loading:after{content:"";width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #000000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error,.no-products{text-align:center;padding:3rem;font-size:1.2rem;color:#666;animation:fadeIn .5s ease}.no-products h3{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:.5rem;font-family:Playfair Display,serif}.no-products code{background-color:#f5f5f5;padding:.2rem .5rem;border-radius:4px;font-family:monospace;font-size:.9em}.error{color:#000;background-color:#f5f5f5;border-radius:8px;border:2px solid #000000}@media(max-width:968px){.filter-overlay{display:block;position:fixed;inset:0;background-color:#00000080;z-index:1000}.filter-sidebar{position:fixed;top:0;left:-100%;width:300px;height:100vh;z-index:1001;transition:left .3s ease;border-radius:0;max-height:100vh}.filter-sidebar.open{left:0}.close-filters,.filter-toggle{display:block}}@media(max-width:768px){.products-layout{flex-direction:column}.filter-sidebar{width:100%;left:-100%}.products-header{flex-direction:column;align-items:flex-start}.page-title{font-size:2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}}.reviews-section{margin-top:3rem;padding-top:3rem;border-top:2px solid #e0e0e0}.reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.reviews-title{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600;color:#000;margin:0}.write-review-btn{padding:.75rem 1.5rem;background:#fff;border:1px solid #000000;border-radius:4px;font-size:.9rem;font-weight:600;color:#000;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.write-review-btn:hover{background:#000;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.reviews-summary{margin-bottom:2rem;padding:1.5rem;background:#f9f9f9;border-radius:8px}.rating-display{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.average-rating{font-size:3rem;font-weight:700;color:#000;font-family:Playfair Display,serif}.stars-large{display:flex;gap:.25rem;font-size:1.5rem}.stars-large .star{color:#ffc107}.reviews-count{font-size:.9rem;color:#666}.no-reviews{text-align:center;padding:2rem;margin-bottom:2rem}.stars-empty{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem;font-size:1.5rem}.stars-empty .star{color:#e0e0e0}.no-reviews-text{color:#666;font-size:1rem;margin:0}.reviews-list{display:flex;flex-direction:column;gap:2rem}.review-item{padding:1.5rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:box-shadow .3s ease}.review-item:hover{box-shadow:0 2px 8px #0000001a}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.reviewer-info{flex:1}.reviewer-name{font-weight:600;color:#000;font-size:1rem;margin-bottom:.25rem}.review-date{font-size:.85rem;color:#666}.review-rating{display:flex;gap:.25rem;font-size:1rem}.review-rating .star.filled{color:#ffc107}.review-rating .star.empty{color:#e0e0e0}.review-title{font-size:1.1rem;font-weight:600;color:#000;margin:0 0 .75rem;font-family:Playfair Display,serif}.review-text{color:#333;line-height:1.6;margin:0;white-space:pre-wrap}.loading{text-align:center;padding:2rem;color:#666}@media(max-width:768px){.reviews-header{flex-direction:column;align-items:flex-start}.write-review-btn{width:100%}.rating-display{flex-direction:column;align-items:flex-start;gap:1rem}.review-header{flex-direction:column}}.review-form-container{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;margin-top:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.review-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.review-form-header h3{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600;color:#000;margin:0}.cancel-review-btn{background:none;border:1px solid #e0e0e0;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;color:#666;cursor:pointer;transition:all .3s ease}.cancel-review-btn:hover{border-color:#000;color:#000}.review-form{display:flex;flex-direction:column;gap:1.5rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-size:.85rem;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.5px}.field-note{font-weight:400;text-transform:none;letter-spacing:normal;color:#666;font-size:.8rem}.form-field input,.form-field textarea{padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;width:100%;box-sizing:border-box}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:#000}.form-field textarea{resize:vertical;min-height:120px}.rating-stars-input{display:flex;gap:.5rem;align-items:center}.star-btn{background:none;border:none;font-size:2rem;color:#e0e0e0;cursor:pointer;padding:0;line-height:1;transition:all .2s ease}.star-btn:hover{transform:scale(1.1)}.star-btn.filled{color:#ffc107}.data-usage-notice{padding:1rem;background:#f9f9f9;border-radius:4px;border-left:3px solid #e0e0e0}.data-usage-notice p{margin:0;font-size:.85rem;color:#666;line-height:1.6}.review-error{padding:1rem;background:#f8d7da;color:#721c24;border-radius:4px;border-left:3px solid #dc3545;font-size:.9rem}.submit-review-btn{padding:1rem 2rem;background:#000;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.submit-review-btn:hover:not(:disabled){background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.submit-review-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.review-form-container{padding:1.5rem}.review-form-header{flex-direction:column;align-items:flex-start;gap:1rem}.review-form-header h3{font-size:1.5rem}}.product-detail-container{width:100%;max-width:1400px;margin:0 auto;padding:2rem}.product-detail-main{display:grid;grid-template-columns:auto 1fr;gap:2rem;margin-bottom:4rem;animation:fadeIn .8s ease}@media(max-width:968px){.product-detail-main{grid-template-columns:1fr}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.product-image-section{display:flex;gap:1rem;width:100%}.main-image-container{flex:1;width:100%}.detail-image{width:100%;height:auto;border-radius:8px;object-fit:cover;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease;cursor:zoom-in}.detail-image:hover{transform:scale(1.02)}.image-thumbnails{display:flex;flex-direction:column;gap:.75rem;width:100px;flex-shrink:0}@media(max-width:968px){.product-image-section{flex-direction:column-reverse}.image-thumbnails{flex-direction:row;width:100%;overflow-x:auto}}.thumbnail{width:100px;height:100px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;background:none;transition:all .3s cubic-bezier(.4,0,.2,1);transform:scale(1)}.thumbnail:hover{border-color:#666;transform:scale(1.05)}.thumbnail.active{border-color:#000;transform:scale(1.08);box-shadow:0 4px 12px #0003}.thumbnail img{width:100%;height:100%;object-fit:cover}.detail-image-placeholder{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:8px;color:#999;font-size:1.2rem}.product-info-section{display:flex;flex-direction:column;gap:1.5rem}.product-title{font-size:1.8rem;font-weight:600;color:#000;margin:0;line-height:1.4;font-family:Playfair Display,serif}.product-code{font-size:.9rem;color:#666;font-family:monospace}.product-price-display{display:flex;align-items:baseline;gap:1rem;margin:1rem 0}.current-price{font-size:2rem;font-weight:700;color:#000}.original-price-large{font-size:1.5rem;font-weight:500;color:#999;text-decoration:line-through}.tax-shipping-info{font-size:.9rem;color:#666;margin-bottom:1rem}.reviews-section{margin:1rem 0}.reviews-header{display:flex;align-items:center;gap:.75rem}.stars{display:flex;gap:.25rem}.star{color:#ddd;font-size:1.2rem}.reviews-text{font-size:.9rem;color:#666}.size-selection{margin:1.5rem 0}.size-label{display:block;font-weight:600;color:#000;margin-bottom:.75rem;font-size:.9rem;letter-spacing:.5px}.size-buttons-grid{display:flex;gap:.75rem;flex-wrap:wrap}.size-btn{padding:.75rem 1.5rem;background-color:#fff;color:#000;border:2px solid #000000;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-width:60px;position:relative;overflow:hidden}.size-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#000;transform:translate(-50%,-50%);transition:width .6s,height .6s}.size-btn:hover:not(:disabled):before{width:300px;height:300px}.size-btn:hover:not(:disabled){background-color:#000;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.size-btn.selected{background-color:#000;color:#fff;transform:scale(1.05);box-shadow:0 4px 12px #0000004d}.size-btn:disabled{opacity:.5;cursor:not-allowed;border-color:#999}.size-btn.low-stock{border-color:#ff6b6b}.action-buttons{display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.btn-add-cart,.btn-buy-now{padding:1rem 2rem;font-size:1rem;font-weight:600;border:2px solid #000000;border-radius:4px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden}.btn-add-cart{background-color:#fff;color:#000}.btn-add-cart:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#000;transform:translate(-50%,-50%);transition:width .6s,height .6s;z-index:0}.btn-add-cart:hover:before{width:400px;height:400px}.btn-add-cart:hover{color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.btn-add-cart span{position:relative;z-index:1}.btn-buy-now{background-color:#000;color:#fff;position:relative;overflow:hidden}.btn-buy-now:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff;transform:translate(-50%,-50%);transition:width .6s,height .6s;z-index:0}.btn-buy-now:hover:before{width:400px;height:400px}.btn-buy-now:hover{color:#000;transform:translateY(-2px);box-shadow:0 6px 20px #0006}.btn-buy-now span{position:relative;z-index:1}.product-tabs{display:flex;gap:0;border-bottom:2px solid #e0e0e0;margin:2rem 0 1rem}.tab{padding:1rem 2rem;background:none;border:none;border-bottom:3px solid transparent;font-size:1rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s;margin-bottom:-2px}.tab:hover{color:#000}.tab.active{color:#000;border-bottom-color:#000}.tab-content{min-height:150px;padding:1rem 0}.description-content,.care-content,.size-guide-content{line-height:1.8;color:#333}.description-content p,.care-content p{margin:0 0 1rem}.size-guide-table{margin-top:1.5rem}.size-guide-table table{width:100%;border-collapse:collapse;margin-top:1rem}.size-guide-table th,.size-guide-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e0e0e0}.size-guide-table th{font-weight:600;color:#000;background-color:#f5f5f5}.size-guide-table tr:hover{background-color:#f9f9f9}.bundle-section{margin:4rem 0;padding:2rem;background:#f9f9f9;border-radius:8px;animation:fadeIn .8s ease}.bundle-title{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:2rem;font-family:Playfair Display,serif}.bundle-products-display{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.bundle-product-item{width:150px;height:150px;border-radius:8px;overflow:hidden;border:2px solid #e0e0e0;transition:transform .3s ease}.bundle-product-item:hover{transform:scale(1.05);border-color:#000}.bundle-product-image{width:100%;height:100%;object-fit:cover}.bundle-plus{font-size:2rem;font-weight:300;color:#666}.bundle-total-price{font-size:1.3rem;font-weight:700;color:#000;text-align:center;margin-bottom:1.5rem}.btn-bundle-cart{width:100%;padding:1rem 2rem;background-color:#fff;color:#000;border:2px solid #000000;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.5px;margin-bottom:2rem}.btn-bundle-cart:hover{background-color:#000;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.bundle-items-list{display:flex;flex-direction:column;gap:1.5rem}.bundle-item{padding:1rem;background:#fff;border-radius:8px;border:1px solid #e0e0e0}.bundle-item-label{display:flex;align-items:center;gap:.75rem;font-weight:500;color:#000;margin-bottom:.75rem;cursor:pointer}.bundle-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#000000}.bundle-item-details{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.bundle-size-select{padding:.5rem 1rem;border:1px solid #000000;border-radius:4px;font-size:.9rem;background:#fff;color:#000;cursor:pointer}.bundle-size-select:disabled{opacity:.5;cursor:not-allowed}.bundle-item-price{font-size:1.1rem;font-weight:600;color:#000;margin-left:auto}.related-products-section{margin:4rem 0;padding:2rem 0;border-top:1px solid #e0e0e0;animation:fadeIn .8s ease .3s both}.section-heading{font-size:2rem;font-weight:600;color:#000;margin-bottom:2rem;text-align:center;font-family:Playfair Display,serif}.related-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.related-product-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;animation:fadeInUp .6s ease forwards}.related-product-card:nth-child(1){animation-delay:.1s}.related-product-card:nth-child(2){animation-delay:.2s}.related-product-card:nth-child(3){animation-delay:.3s}.related-product-card:nth-child(4){animation-delay:.4s}.related-product-card:hover{transform:translateY(-8px) scale(1.02)}.related-product-image{width:100%;height:300px;object-fit:cover;border-radius:8px;margin-bottom:1rem;background:#f5f5f5;transition:transform .6s cubic-bezier(.4,0,.2,1)}.related-product-image-placeholder{width:100%;height:300px;border-radius:8px;margin-bottom:1rem;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#999;font-size:.9rem}.related-product-card:hover .related-product-image{transform:scale(1.1)}.related-product-info{display:flex;flex-direction:column;gap:.5rem}.related-product-name{font-size:1rem;font-weight:500;color:#000;margin:0;line-height:1.4}.related-product-price{font-size:1.2rem;font-weight:700;color:#000}.related-product-sizes{display:flex;gap:.5rem;flex-wrap:wrap}.related-size-badge{padding:.25rem .5rem;background-color:#f5f5f5;color:#000;border:1px solid #000000;border-radius:4px;font-size:.85rem;font-weight:500}.info-section{margin:3rem 0;padding:2rem;background:#f9f9f9;border-radius:8px;animation:fadeIn .6s ease both}.info-section:nth-child(1){animation-delay:.1s}.info-section:nth-child(2){animation-delay:.2s}.info-section:nth-child(3){animation-delay:.3s}.info-section:nth-child(4){animation-delay:.4s}.info-section-title{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px;font-family:Inter,sans-serif}.info-subsection{margin-bottom:2rem}.info-subsection:last-child{margin-bottom:0}.info-subtitle{font-size:1.1rem;font-weight:600;color:#000;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.info-section p{color:#333;line-height:1.8;margin-bottom:.75rem}.info-section ul{margin:1rem 0;padding-left:1.5rem}.info-section li{color:#333;line-height:1.8;margin-bottom:.5rem}.info-link{color:#000;text-decoration:underline}.info-link:hover{color:#666}.support-list,.returns-list,.payment-list{list-style:disc}.reviews-full-section{margin:4rem 0;padding:3rem 0;border-top:1px solid #e0e0e0;text-align:center;animation:fadeIn .8s ease}.reviews-prompt{display:flex;flex-direction:column;align-items:center;gap:1rem}.reviews-prompt p{font-size:1.1rem;color:#666;margin:0}.stars-large{display:flex;gap:.5rem}.star-outline{color:#ddd;font-size:2rem}.btn-write-review{padding:.75rem 2rem;background-color:#000;color:#fff;border:2px solid #000000;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:1rem}.btn-write-review:hover{background-color:#333}.loading,.error{text-align:center;padding:3rem;font-size:1.2rem;color:#666}.error{color:#000;background-color:#f5f5f5;border-radius:8px;border:2px solid #000000;margin-bottom:1rem}.back-link{display:inline-block;margin-bottom:2rem;color:#000;text-decoration:none;font-weight:500;transition:color .2s}.back-link:hover{color:#666}@media(max-width:968px){.product-detail-main{grid-template-columns:1fr;gap:2rem}.image-thumbnails{flex-direction:row;max-width:100%;overflow-x:auto}.thumbnail{width:80px;height:80px;flex-shrink:0}.related-products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}}@media(max-width:768px){.product-detail-container{padding:1rem}.product-title,.current-price{font-size:1.5rem}.info-section{padding:1.5rem}.section-heading{font-size:1.5rem}}.categories-container{width:100%}.page-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:3rem;text-align:center;font-family:Playfair Display,serif}.categories-section,.brands-section{margin-bottom:4rem}.section-title{font-size:2rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0;font-family:Playfair Display,serif}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.category-card,.brand-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.category-card:hover,.brand-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.category-name,.brand-name{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.category-id,.brand-id{font-size:.85rem;color:#666;margin:0 0 1rem;font-family:monospace}.category-description,.brand-description{color:#666;line-height:1.6;margin:0 0 1.5rem;flex:1}.view-link{display:inline-block;padding:.75rem 1.5rem;background:#000;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:transform .2s,box-shadow .2s;text-align:center;margin-top:auto;border:2px solid #000000}.view-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d;background:#333}.loading,.no-items{text-align:center;padding:3rem;font-size:1.2rem;color:#666}@media(max-width:768px){.page-title{font-size:2rem}.section-title{font-size:1.5rem}.items-grid{grid-template-columns:1fr;gap:1.5rem}}.cart-container{max-width:1200px;margin:0 auto;padding:2rem}.cart-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:#000;margin-bottom:2rem}.cart-content{display:grid;grid-template-columns:1fr 400px;gap:2rem}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:flex;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;position:relative;transition:transform .3s ease,box-shadow .3s ease}.cart-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.item-image{width:120px;height:120px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f5f5f5}.item-image img{width:100%;height:100%;object-fit:cover}.item-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:.9rem}.item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.item-name{font-size:1.2rem;font-weight:600;color:#000;margin:0}.item-sku,.item-size{font-size:.9rem;color:#666;margin:0}.item-price{font-size:1rem;color:#000;font-weight:500;margin:0}.item-quantity-controls{display:flex;align-items:center;gap:1rem;padding:0 1rem}.quantity-btn{width:36px;height:36px;border:2px solid #e0e0e0;background:#fff;border-radius:6px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.quantity-btn:hover{border-color:#000;background:#000;color:#fff}.quantity-value{font-size:1.1rem;font-weight:600;min-width:30px;text-align:center}.item-total{display:flex;align-items:center;min-width:120px;justify-content:flex-end}.item-total-price{font-size:1.3rem;font-weight:700;color:#000;margin:0}.remove-btn{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border:none;background:#f0f0f0;border-radius:50%;font-size:1.5rem;color:#666;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;line-height:1}.remove-btn:hover{background:#dc3545;color:#fff;transform:rotate(90deg)}.cart-summary{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;height:fit-content;position:sticky;top:2rem}.summary-row.total{font-size:1.3rem;font-weight:700;color:#000}.checkout-btn{width:100%;padding:1rem 2rem;background:#000;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;margin-top:1.5rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.checkout-btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.continue-shopping{display:block;text-align:center;margin-top:1rem;color:#666;text-decoration:none;font-size:.95rem;transition:color .3s ease}.continue-shopping:hover{color:#000}.empty-cart{text-align:center;padding:4rem 2rem}.empty-cart h2{font-family:Playfair Display,serif;font-size:2rem;color:#000;margin-bottom:1rem}.empty-cart p{color:#666;margin-bottom:2rem}.shop-now-btn{display:inline-block;padding:1rem 2.5rem;background:#000;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.shop-now-btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.loading,.error{text-align:center;padding:3rem;font-size:1.2rem}.error{color:#dc3545}@media(max-width:968px){.cart-content{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:768px){.cart-container{padding:1rem}.cart-title{font-size:2rem}.cart-item{flex-wrap:wrap;padding:1rem}.item-image{width:100px;height:100px}.item-quantity-controls{order:3;width:100%;justify-content:center;padding:1rem 0 0}.item-total{order:4;width:100%;justify-content:flex-start;padding-top:.5rem}}.checkout-container{max-width:1200px;margin:0 auto;padding:2rem}.checkout-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:#000;margin-bottom:2rem}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:2rem}.checkout-form{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.form-section:last-of-type{border-bottom:none}.section-title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:#000;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#000}.form-group textarea{resize:vertical;min-height:100px}.payment-options{display:flex;flex-direction:column;gap:1rem}.payment-option{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s ease}.payment-option:hover{border-color:#000;background:#f9f9f9}.payment-option input[type=radio]{margin-top:.25rem;cursor:pointer}.payment-option input[type=radio]:checked+.payment-option-content{color:#000}.payment-option:has(input[type=radio]:checked){border-color:#000;background:#f9f9f9}.payment-option-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.payment-name{font-weight:600;color:#000;font-size:1rem}.payment-desc{font-size:.85rem;color:#666}.payment-info{margin-top:1rem;padding:1rem;background:#fff3cd;border-radius:8px;border-left:4px solid #ffc107}.payment-info p{margin:.5rem 0;color:#856404;font-size:.9rem;line-height:1.6}.error-message{padding:1rem;background:#f8d7da;color:#721c24;border-radius:8px;margin-bottom:1rem;border-left:4px solid #dc3545}.submit-order-btn{width:100%;padding:1rem 2rem;background:#000;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;margin-top:1rem}.submit-order-btn:hover:not(:disabled){background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.submit-order-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-summary{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;height:fit-content;position:sticky;top:2rem}.summary-title{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:#000;margin:0 0 1.5rem}.order-items-preview{margin-bottom:1.5rem;max-height:400px;overflow-y:auto}.preview-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #f0f0f0}.preview-item:last-child{border-bottom:none}.preview-item-image{width:60px;height:60px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#f5f5f5}.preview-item-image img{width:100%;height:100%;object-fit:cover}.preview-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:.7rem}.preview-item-details{flex:1;display:flex;flex-direction:column;gap:.25rem}.preview-item-name{font-weight:600;color:#000;font-size:.9rem;margin:0}.preview-item-size,.preview-item-quantity{font-size:.8rem;color:#666;margin:0}.preview-item-price{font-weight:700;color:#000;font-size:.95rem;margin:0;align-self:flex-start;margin-top:.25rem}.summary-breakdown{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e0e0e0}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;font-size:1rem;color:#333}.summary-row.total{font-size:1.3rem;font-weight:700;color:#000;margin-top:.5rem}.summary-divider{height:1px;background:#e0e0e0;margin:1rem 0}.empty-cart-message{text-align:center;padding:4rem 2rem}.empty-cart-message h2{font-family:Playfair Display,serif;font-size:2rem;color:#000;margin-bottom:1rem}.empty-cart-message p{color:#666;margin-bottom:2rem}.shop-btn{padding:1rem 2.5rem;background:#000;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.shop-btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}@media(max-width:968px){.checkout-content{grid-template-columns:1fr}.checkout-summary{position:static}}@media(max-width:768px){.checkout-container{padding:1rem}.checkout-title{font-size:2rem}.checkout-form{padding:1.5rem}}.success-container{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem}.success-content{max-width:600px;text-align:center;background:#fff;border-radius:12px;padding:3rem 2rem;box-shadow:0 4px 16px #0000001a;animation:fadeInUp .6s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.success-icon{width:100px;height:100px;border-radius:50%;background:#28a745;color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;margin:0 auto 2rem;animation:scaleIn .5s ease .3s both}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:#000;margin:0 0 1rem}.success-message{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.order-info-box{background:#f9f9f9;border-radius:8px;padding:2rem;margin-bottom:2rem;border:2px solid #e0e0e0}.order-label{font-size:.9rem;color:#666;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.5px}.order-number{font-family:Courier New,monospace;font-size:1.5rem;font-weight:700;color:#000;margin:0 0 1rem}.order-note{font-size:.9rem;color:#666;margin:0;line-height:1.6}.success-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.continue-shopping-btn,.home-btn{padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid #000000;cursor:pointer;display:inline-block}.continue-shopping-btn{background:#000;color:#fff}.continue-shopping-btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.home-btn{background:#fff;color:#000}.home-btn:hover{background:#f9f9f9;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.whats-next{text-align:left;margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.whats-next h3{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:#000;margin:0 0 1rem}.whats-next ul{list-style:none;padding:0;margin:0}.whats-next li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:#666;line-height:1.6}.whats-next li:before{content:"✓";position:absolute;left:0;color:#28a745;font-weight:700}@media(max-width:768px){.success-container{padding:1rem}.success-content{padding:2rem 1.5rem}.success-title{font-size:2rem}.success-icon{width:80px;height:80px;font-size:2.5rem}.success-actions{flex-direction:column}.continue-shopping-btn,.home-btn{width:100%}}.app{width:100%;min-height:100vh;background-color:#f5f5f5}
