*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow-x:hidden}:root{--color-primary: #D4AF37;--color-bg-dark: #000000;--color-text-light: #ffffff;--color-text-muted: rgba(255, 255, 255, .7);--color-accent: #dc3545;--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-full: 50px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .1);--shadow-md: 0 4px 15px rgba(0, 0, 0, .2);--shadow-lg: 0 6px 25px rgba(0, 0, 0, .3);--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--z-base: 1;--z-dropdown: 100;--z-sticky: 500;--z-fixed: 1000;--z-modal: 2000;--z-tooltip: 3000}body{font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-primary);color:var(--text-primary);overflow-x:hidden}:root[data-theme=dark] body{background:#0a0a0a;color:#fff}:root[data-theme=light] body{background:#fff;color:#0d0d0d}#root{width:100%;min-height:100vh}.app{width:100%;min-height:100vh;position:relative;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000004d}::-webkit-scrollbar-thumb{background:#fff3;border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}body{font-synthesis:none;text-rendering:optimizeLegibility}:root[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--text-primary: #0d0d0d;--text-secondary: #2d2d2d;--accent: #0066cc;--border: #e0e0e0}:root[data-theme=dark]{--bg-primary: #0a0a0a;--bg-secondary: #1a1a1a;--text-primary: #ffffff;--text-secondary: #a0a0a0;--accent: #3b82f6;--border: #2a2a2a}.krins-navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--bg-primary);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.navbar-brand{display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:opacity .3s}.navbar-brand:hover{opacity:.8}.brand-icon{font-size:1.8rem}.brand-text{font-size:1.5rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.navbar-menu{display:flex;align-items:center;gap:2rem}.nav-link{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .3s;background:none;border:none;cursor:pointer;font-size:1rem}.nav-link:hover{color:var(--accent)}.menswear-link{color:var(--accent);padding:.5rem 1rem;border-radius:6px;border:1px solid var(--accent);transition:all .3s}.menswear-link:hover{background:var(--accent);color:#fff}.theme-toggle{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:.6rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.theme-toggle:hover{transform:scale(1.1);border-color:var(--accent)}.theme-icon{font-size:1.3rem;color:var(--text-primary);transition:transform .3s}.theme-toggle:hover .theme-icon{transform:rotate(20deg)}@media(max-width:768px){.navbar-container{padding:1rem}.navbar-menu{gap:1rem}.nav-link{font-size:.9rem}.brand-text{font-size:1.2rem}}@media(max-width:576px){.navbar-menu a:not(.menswear-link){display:none}}.krins-hero-section{position:relative;min-height:80vh;padding:8rem 2rem 4rem;color:var(--text-primary);display:flex;align-items:center;overflow:hidden;background:var(--bg-primary)}:root[data-theme=dark] .krins-hero-section{background:#000}:root[data-theme=light] .krins-hero-section{background:#000}.hero-video-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:var(--bg-primary)}:root[data-theme=dark] .hero-video-bg{background:#000}:root[data-theme=light] .hero-video-bg{background:#000}.hero-video-background{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:80%;max-height:80%;width:auto;height:auto;object-fit:contain}.hero-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--bg-primary);opacity:.75}:root[data-theme=dark] .hero-video-overlay{background:#0a0a0a;opacity:.7}:root[data-theme=light] .hero-video-overlay{background:#050505;opacity:.5}.krins-hero-container{position:relative;z-index:1;max-width:1000px;margin:0 auto;width:100%;display:flex;justify-content:center;align-items:center}.hero-content{max-width:900px;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translateZ(0);backface-visibility:hidden}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:.85rem;font-weight:600;letter-spacing:1px;margin-bottom:2rem;color:var(--text-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.badge-dot{color:#4ade80;font-size:.6rem}.hero-title{font-size:clamp(2.8rem,6vw,4rem)!important;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--text-primary);word-spacing:-.15em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}:root[data-theme=light] .hero-title{color:#fff}:root[data-theme=dark] .hero-title{color:#fff}.hero-subdescription{font-size:14px;line-height:1.5;color:var(--text-secondary);margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}:root[data-theme=light] .hero-subdescription{color:#e0e0e0}:root[data-theme=dark] .hero-subdescription{color:#e0e0e0}.hero-description{font-size:16px!important;line-height:1.5;color:var(--text-secondary);font-weight:400;word-spacing:normal;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;max-width:400px;margin:0 auto!important;margin-bottom:1.5rem!important}:root[data-theme=light] .hero-description{color:#f0f0f0}:root[data-theme=dark] .hero-description{color:#f0f0f0}.hero-actions{display:flex;gap:1rem;margin-bottom:0;justify-content:center}.hero-btn{padding:1rem 2.5rem;font-size:.95rem;font-weight:500;border-radius:50px;cursor:pointer;transition:all .3s;border:2px solid transparent}.hero-btn.primary{background:#ffffffe6;color:#000;border:2px solid rgba(255,255,255,.9)}:root[data-theme=light] .hero-btn.primary{background:#787878e6;color:#fff;border:2px solid rgba(120,120,120,.9)}.hero-btn.primary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.hero-btn.secondary{background:transparent;color:var(--text-primary);border:2px solid var(--text-primary)}:root[data-theme=dark] .hero-btn.secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.8)}:root[data-theme=light] .hero-btn.secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.8)}.hero-btn.secondary:hover{background:#ffffff1a;transform:translateY(-2px)}:root[data-theme=light] .hero-btn.secondary:hover{background:#0000000d}.hero-stats{display:flex;gap:3rem;justify-content:center}.stat{text-align:left}.stat-value{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.stat-label{font-size:.9rem;color:var(--text-secondary)}:root[data-theme=light] .stat-label{color:#3d3d3d}:root[data-theme=dark] .stat-label{color:#b0b0b0}@media(max-width:576px){.krins-hero-section{padding:6rem 1rem 2rem}.hero-actions{flex-direction:column}.hero-btn{width:100%}.hero-video{max-width:100%}}.features-section{padding:6rem 2rem;background:var(--bg-primary)}.features-container{max-width:1400px;margin:0 auto}.features-header{text-align:center;margin-bottom:4rem}.features-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--text-primary);margin-bottom:1rem}.features-subtitle{font-size:1.2rem;color:var(--text-secondary)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{padding:2.5rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:16px;transition:all .3s}.feature-card:hover{border-color:var(--accent);box-shadow:0 10px 30px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:flex-start}:root[data-theme=dark] .feature-icon{color:#ffffffe6}:root[data-theme=light] .feature-icon{color:#00000080}.feature-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.feature-description{font-size:1rem;line-height:1.6;color:var(--text-secondary)}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.features-section{padding:4rem 1rem}.features-grid{grid-template-columns:1fr}}.landing-page{min-height:100vh;width:100%;background:var(--bg-primary);color:var(--text-primary)}.about-section,.contact-section{padding:6rem 2rem;background:var(--bg-secondary)}.about-section{background:var(--bg-primary)}.about-container,.contact-container{max-width:800px;margin:0 auto;text-align:center}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--text-primary);margin-bottom:1.5rem}.section-text{font-size:1.2rem;line-height:1.8;color:var(--text-secondary);margin-bottom:2rem}.contact-btn{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.footer{padding:2rem;background:var(--bg-primary);border-top:1px solid var(--border)}.footer-container{max-width:1400px;margin:0 auto;text-align:center;color:var(--text-secondary)}@media(max-width:768px){.about-section,.contact-section{padding:4rem 1rem}}.navigation{position:fixed;top:0;left:0;right:0;z-index:1000;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.nav-content{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{color:#fff;text-decoration:none;transition:all .3s ease}.logo:hover .logo-main{color:#d4af37}.logo-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.logo-main{font-size:1.5rem;font-weight:700;letter-spacing:2px;transition:color .3s ease}.logo-subtitle{font-size:.65rem;font-weight:400;letter-spacing:3px;text-transform:uppercase;color:#fff9;margin-top:2px}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:#ffffffb3;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#fff}.nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:#d4af37}.cart-button{background:none;border:none;color:#ffffffb3;font-size:1.2rem;cursor:pointer;transition:all .3s ease;padding:0}.cart-button:hover{color:#fff}.icon-wrapper{position:relative;display:inline-block}.badge{position:absolute;top:-8px;right:-12px;background:#dc3545;color:#fff;font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;box-shadow:0 2px 8px #dc35454d}@media(max-width:768px){.nav-content{padding:.75rem 1rem}.logo-main{font-size:1.2rem}.logo-subtitle{font-size:.55rem;letter-spacing:2px}.nav-links{gap:1rem}.nav-link{font-size:.85rem}}.cart-item{display:flex;gap:1rem;padding:1rem;background:#ffffff08;border-radius:12px;margin-bottom:1rem;position:relative}.cart-item-image{width:100px;height:100px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#ffffff0d}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-item-name{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.cart-item-size{font-size:.85rem;color:#fff9}.cart-item-price{font-size:1rem;font-weight:700;color:#d4af37;margin-top:auto}.cart-item-quantity{display:flex;gap:.5rem;align-items:center;margin-top:.5rem}.quantity-button{width:28px;height:28px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center}.quantity-button:hover{background:#fff3}.quantity-value{min-width:30px;text-align:center;color:#fff;font-weight:600}.cart-item-remove{position:absolute;top:.5rem;right:.5rem;background:#8b000033;border:1px solid rgba(255,100,100,.3);color:#fff;width:28px;height:28px;border-radius:50%;font-size:1rem;cursor:pointer;transition:all .3s ease}.cart-item-remove:hover{background:#8b000066}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:1500}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:450px;height:100%;background:#1a1a1a;z-index:1600;display:flex;flex-direction:column;box-shadow:-4px 0 24px #0000004d}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.cart-header h2{font-size:1.5rem;font-weight:700;color:#fff}.cart-close-button{background:#ffffff1a;border:none;color:#fff;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease}.cart-close-button:hover{background:#fff3}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#fff9}.cart-empty p{font-size:1.2rem;margin-bottom:1.5rem}.cart-items{flex:1;overflow-y:auto;padding:1rem}.cart-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.2rem;color:#fff}.cart-total-amount{font-weight:700;color:#d4af37}.checkout-button{width:100%;padding:1rem;background:#fff;color:#000;border:none;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-bottom:.75rem}.checkout-button:hover{background:#d4af37;box-shadow:0 8px 24px #d4af374d}.continue-shopping-button{width:100%;padding:1rem;background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.continue-shopping-button:hover{background:#ffffff1a}@media(max-width:768px){.cart-drawer{max-width:100%}}.menswear-layout{min-height:100vh;width:100%}.menswear-content{width:100%}.homepage{width:100%;height:100vh;overflow:hidden}.hero-section{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background-image:url(/backgrounds/hero-fashion-editorial.webp);background-size:cover;background-position:70% center;background-repeat:no-repeat;background-attachment:fixed}.hero-overlay{position:absolute;inset:0;background:#0006;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;padding:2rem;max-width:800px}.brand-logo{margin-bottom:3rem}.brand-name{font-size:4rem;font-weight:700;letter-spacing:4px;color:#fff;margin:0;text-shadow:2px 2px 10px rgba(0,0,0,.5)}.brand-subtitle{font-size:.9rem;font-weight:400;letter-spacing:5px;text-transform:uppercase;color:#ffffffb3;margin-top:.5rem}.hero-title{font-size:3.5rem;font-weight:700;letter-spacing:3px;color:#fff;margin:0 0 1.5rem;text-shadow:2px 2px 10px rgba(0,0,0,.5)}.hero-description{font-size:1.5rem;font-weight:300;letter-spacing:2px;color:#ffffffe6;margin:0 0 3rem;text-shadow:1px 1px 5px rgba(0,0,0,.5)}.cta-button{background:#d4af37;color:#000;border:none;padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;letter-spacing:1px;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #d4af374d}.cta-button:hover{background:#fff;color:#000;box-shadow:0 6px 25px #fff6}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);z-index:2;text-align:center;color:#ffffffb3;font-size:.9rem;letter-spacing:2px}.scroll-arrow{font-size:1.5rem;margin-top:.5rem}@media(max-width:768px){.hero-section{background-position:65% center;background-attachment:scroll}.brand-name{font-size:2.5rem;letter-spacing:3px}.brand-subtitle{font-size:.7rem;letter-spacing:3px}.hero-title{font-size:2rem;letter-spacing:2px}.hero-description{font-size:1.1rem;letter-spacing:1px}.cta-button{padding:1rem 2rem;font-size:1rem}.scroll-indicator{bottom:2rem;font-size:.8rem}}@media(max-width:480px){.brand-name{font-size:2rem}.hero-title{font-size:1.5rem}.hero-description{font-size:1rem}.brand-logo{margin-bottom:2rem}}.product-card{position:relative;width:100%;height:100vh;scroll-snap-align:start;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-end}.product-card-background{position:absolute;top:0;left:0;width:100%;height:100%;transform:scale(1.08);overflow:hidden}.product-card-background img{width:100%;height:100%;object-fit:cover;display:block}.product-card-background:before{content:"";position:absolute;inset:-30px;background-image:inherit;background-size:cover;background-position:center;filter:blur(30px) saturate(1.3) brightness(1.1);opacity:.7;z-index:-1;mask-image:radial-gradient(ellipse 100% 90% at 50% 50%,transparent 0%,transparent 35%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.7) 70%,black 85%);-webkit-mask-image:radial-gradient(ellipse 100% 90% at 50% 50%,transparent 0%,transparent 35%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.7) 70%,black 85%)}.product-card-background:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 70% at 50% 50%,transparent 0%,transparent 50%,rgba(0,0,0,.1) 65%,rgba(0,0,0,.3) 80%,rgba(0,0,0,.6) 95%);z-index:1}.product-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#000000b3)}.product-card-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;max-width:500px;z-index:1}.product-card-image img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 20px 60px rgba(0,0,0,.5))}.product-card-info{position:relative;z-index:2;padding:2rem;background:linear-gradient(to top,#000000e6,#0000);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-card-details{margin-bottom:1rem}.product-card-title{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;color:#fff}.product-card-price{font-size:1.3rem;font-weight:600;color:#d4af37}.product-card-actions{display:flex;gap:1rem;align-items:center}.wishlist-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:.75rem 1rem;border-radius:50px;font-size:1.5rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wishlist-button:hover{background:#fff3;transform:scale(1.1)}.wishlist-button.active{background:#8b00004d;border-color:#ff646480}.add-to-bag-button{flex:1;background:#ffffffe6;color:#000;border:none;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.add-to-bag-button:hover{background:#fff;box-shadow:0 8px 32px #ffffff4d}@media(min-width:1024px){.product-card{height:auto;min-height:600px;border-radius:20px;overflow:hidden}.product-card-image{width:70%;max-width:400px}}@media(max-width:768px){.product-card-title{font-size:1.5rem}.product-card-price{font-size:1.1rem}.product-card-info{padding:1.5rem 1rem}}.product-detail-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;z-index:2000;display:flex;align-items:flex-end;justify-content:center}.product-detail-modal{position:relative;width:100%;max-width:800px;max-height:90vh;background:#1a1a1a;border-radius:20px 20px 0 0;overflow-y:auto;padding:2rem}.close-button{position:absolute;top:1rem;right:1rem;background:#ffffff1a;border:none;color:#fff;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;z-index:10}.close-button:hover{background:#fff3}.product-detail-gallery{margin-bottom:2rem}.product-detail-main-image{width:100%;height:auto;max-height:400px;object-fit:contain;margin-bottom:1rem}.product-detail-thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem}.thumbnail{flex-shrink:0;width:80px;height:80px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:#ffffff0d;padding:0}.thumbnail:hover{border-color:#ffffff4d}.thumbnail.active{border-color:#d4af37}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-detail-info{padding-top:1rem}.product-detail-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.size-selection-inline{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem}.product-detail-title{font-size:1.3rem;font-weight:700;margin:0;color:#fff}.product-detail-separator{color:#ffffff4d;font-size:1rem}.product-detail-price{font-size:1.3rem;font-weight:600;color:#d4af37;margin:0}.product-detail-description{color:#ffffffb3;line-height:1.6;margin:0;font-size:.9rem}.size-label{color:#ffffffe6;font-size:.9rem;font-weight:600}.size-button-inline{padding:.4rem .8rem;background:#ffffff0d;border:1.5px solid rgba(255,255,255,.2);color:#fff;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:.85rem;font-weight:600;min-width:40px}.size-button-inline:hover{background:#ffffff1a;border-color:#fff6}.size-button-inline.selected{background:#d4af37;border-color:#d4af37;color:#000}.size-selection{margin-bottom:2rem}.size-selection h3{font-size:1.2rem;margin-bottom:1rem;color:#fff}.size-options{display:flex;gap:.5rem;flex-wrap:wrap}.size-button{padding:.75rem 1.5rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.2);color:#fff;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:600}.size-button:hover{background:#ffffff1a;border-color:#fff6}.size-button.selected{background:#d4af37;border-color:#d4af37;color:#000}.product-detail-add-button{width:100%;padding:1.2rem;background:#fff;color:#000;border:none;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.product-detail-add-button:hover:not(:disabled){background:#d4af37;box-shadow:0 8px 32px #d4af374d}.product-detail-add-button:disabled{opacity:.5;cursor:not-allowed}@media(min-width:768px){.product-detail-overlay{align-items:center}.product-detail-modal{border-radius:20px;max-height:80vh}.product-detail-main-image{max-height:500px}}.category-filter{position:fixed;top:70px;left:0;right:0;z-index:100;padding:1rem;background:linear-gradient(to bottom,#000000f2,#000c 80%,#0000);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.category-filter-inner{max-width:600px;margin:0 auto;display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.category-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;min-width:100px;border-radius:50px;border:2px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex:1;max-width:120px}.category-button:hover{background:#fff3;border-color:#fff6;transform:translateY(-2px)}.category-button.active{background:#fffffff2;color:#000;border-color:#fffffff2;box-shadow:0 8px 32px #ffffff4d}.category-emoji{font-size:1.25rem}.category-label{white-space:nowrap}.product-feed{width:100%;height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;position:relative;padding-top:80px}.product-feed:before{content:"";position:fixed;top:0;left:0;width:100%;height:100vh;background-image:url(/backgrounds/hero-main.webp);background-size:cover;background-position:70% center;background-repeat:no-repeat;z-index:-1;opacity:.85}.product-feed-inner{width:100%}.product-feed::-webkit-scrollbar{display:none}.product-feed{-ms-overflow-style:none;scrollbar-width:none}@media(max-width:768px){.category-filter{top:60px;padding:.75rem .5rem}.category-filter-inner{gap:.5rem}.category-button{padding:.6rem 1.2rem;font-size:.9rem}.category-emoji{font-size:1.1rem}.product-feed{padding-top:60px}}@media(min-width:1024px){.category-filter{top:80px;padding:1.5rem}.product-feed{scroll-snap-type:none;height:calc(100vh - 70px);margin-top:70px;padding-top:100px}.product-feed-inner{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem;padding:2rem}}.new-arrivals-page{min-height:100vh;padding:100px 2rem 2rem;background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}.new-arrivals-header{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.new-arrivals-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.new-arrivals-subtitle{font-size:1.2rem;color:#ffffffb3;font-weight:300}.new-arrivals-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.new-arrivals-grid .product-card{height:500px;border-radius:20px;overflow:hidden}@media(max-width:768px){.new-arrivals-page{padding:80px 1rem 2rem}.new-arrivals-title{font-size:2rem}.new-arrivals-subtitle{font-size:1rem}.new-arrivals-grid{grid-template-columns:1fr;gap:1.5rem}.new-arrivals-grid .product-card{height:100vh}}@media(min-width:769px)and (max-width:1024px){.new-arrivals-grid{grid-template-columns:repeat(2,1fr)}}.most-wanted-page{min-height:100vh;padding:100px 2rem 2rem;background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}.most-wanted-header{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.most-wanted-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#ff6b6b,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.most-wanted-subtitle{font-size:1.2rem;color:#ffffffb3;font-weight:300}.most-wanted-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.most-wanted-grid .product-card{height:500px;border-radius:20px;overflow:hidden}@media(max-width:768px){.most-wanted-page{padding:80px 1rem 2rem}.most-wanted-title{font-size:2rem}.most-wanted-subtitle{font-size:1rem}.most-wanted-grid{grid-template-columns:1fr;gap:1.5rem}.most-wanted-grid .product-card{height:100vh}}@media(min-width:769px)and (max-width:1024px){.most-wanted-grid{grid-template-columns:repeat(2,1fr)}}.wishlist-page{min-height:100vh;padding:5rem 2rem 2rem;background:#000}.wishlist-container{max-width:1400px;margin:0 auto}.wishlist-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#fff;text-align:center}.wishlist-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;color:#fff9}.wishlist-empty p{font-size:1.2rem;margin-bottom:1.5rem}.browse-button{padding:1rem 2rem;background:#fff;color:#000;border:none;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.browse-button:hover{background:#d4af37;box-shadow:0 8px 24px #d4af374d}.wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.wishlist-item{position:relative;background:#1a1a1a;border-radius:20px;overflow:hidden;transition:all .3s ease}.wishlist-item:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000080}.wishlist-remove{position:absolute;top:1rem;right:1rem;z-index:10;background:#8b00004d;border:1px solid rgba(255,100,100,.3);color:#fff;width:32px;height:32px;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:all .3s ease}.wishlist-remove:hover{background:#8b000080}.wishlist-item-image{width:100%;height:300px;background:#ffffff08;display:flex;align-items:center;justify-content:center;padding:1rem}.wishlist-item-image img{max-width:100%;max-height:100%;object-fit:contain}.wishlist-item-info{padding:1.5rem}.wishlist-item-info h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#fff}.wishlist-item-price{font-size:1.2rem;font-weight:700;color:#d4af37;margin-bottom:1rem}.move-to-cart-button{width:100%;padding:.75rem;background:#ffffffe6;color:#000;border:none;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.move-to-cart-button:hover{background:#d4af37}@media(max-width:768px){.wishlist-title{font-size:2rem}.wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}}.voting-page{min-height:100vh;padding:5rem 2rem 2rem;background:#000}.voting-container{max-width:1400px;margin:0 auto}.voting-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#fff;text-align:center}.voting-subtitle{text-align:center;color:#fff9;margin-bottom:2rem;font-size:1.1rem}.leader-banner{background:linear-gradient(135deg,#d4af37,#c09f28);padding:1rem 2rem;border-radius:50px;display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;color:#000;font-weight:600;box-shadow:0 8px 32px #d4af374d}.leader-icon{font-size:1.5rem}.leader-text strong{font-weight:700}.voting-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.vote-card{position:relative;background:#1a1a1a;border-radius:20px;overflow:hidden;transition:all .3s ease;border:2px solid transparent}.vote-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000080}.vote-card.leader{border-color:#d4af37;box-shadow:0 8px 32px #d4af3733}.leader-badge{position:absolute;top:1rem;left:1rem;z-index:10;background:linear-gradient(135deg,#d4af37,#c09f28);color:#000;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.85rem;box-shadow:0 4px 12px #d4af3766}.vote-card-image{width:100%;height:300px;background:#ffffff08;display:flex;align-items:center;justify-content:center;padding:2rem}.vote-card-image img{max-width:100%;max-height:100%;object-fit:contain}.vote-card-info{padding:1.5rem}.vote-card-title{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#fff}.vote-card-category{text-transform:capitalize;color:#ffffff80;font-size:.9rem;margin-bottom:.5rem}.vote-card-price{font-size:1.2rem;font-weight:700;color:#d4af37;margin-bottom:1rem}.vote-card-description{color:#ffffffb3;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem}.vote-card-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem}.vote-count{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ffffff0d;border-radius:50px}.vote-heart{font-size:1.2rem}.vote-number{font-weight:700;color:#fff;font-size:1.1rem}.vote-button{flex:1;padding:.75rem 1.5rem;background:#ffffffe6;color:#000;border:none;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.vote-button:hover:not(:disabled){background:#d4af37;box-shadow:0 4px 16px #d4af374d}.vote-button.voted{background:#8b00004d;color:#fff;border:1px solid rgba(255,100,100,.3);cursor:not-allowed}@media(max-width:768px){.voting-title{font-size:2rem}.voting-grid{grid-template-columns:1fr;gap:1.5rem}.leader-banner{font-size:.95rem}}.checkout-page{min-height:100vh;padding:5rem 2rem 2rem;background:#000}.checkout-container{max-width:1200px;margin:0 auto}.checkout-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#fff;text-align:center}.checkout-progress{display:flex;align-items:center;justify-content:center;margin-bottom:3rem;padding:0 2rem}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.5;transition:opacity .3s ease}.progress-step.active{opacity:1}.progress-number{width:40px;height:40px;border-radius:50%;background:#ffffff1a;border:2px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff}.progress-step.active .progress-number{background:#d4af37;border-color:#d4af37;color:#000}.progress-label{font-size:.9rem;color:#fff}.progress-line{width:100px;height:2px;background:#fff3;margin:0 1rem}.checkout-content{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.checkout-content{grid-template-columns:1.5fr 1fr}}.checkout-form-section{background:#1a1a1a;padding:2rem;border-radius:20px}.checkout-form-section h2{font-size:1.5rem;margin-bottom:1.5rem;color:#fff}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#fffc;font-weight:500}.form-group input{width:100%;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#d4af37;background:#ffffff14}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.payment-placeholder{padding:3rem 2rem;text-align:center;background:#ffffff08;border-radius:12px;border:2px dashed rgba(255,255,255,.2)}.payment-placeholder p{color:#fff9;margin-bottom:.5rem}.checkout-actions{display:flex;gap:1rem;margin-top:2rem}.back-button{flex:1;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.back-button:hover{background:#ffffff1a}.continue-button{flex:2;padding:1rem;background:#fff;color:#000;border:none;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.continue-button:hover{background:#d4af37;box-shadow:0 8px 24px #d4af374d}.checkout-summary{background:#1a1a1a;padding:2rem;border-radius:20px;align-self:flex-start;position:sticky;top:5rem}.checkout-summary h2{font-size:1.5rem;margin-bottom:1.5rem;color:#fff}.summary-items{margin-bottom:2rem}.summary-item{display:flex;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.summary-item:last-child{border-bottom:none}.summary-item img{width:60px;height:60px;object-fit:cover;border-radius:8px}.summary-item-details{flex:1}.summary-item-name{font-weight:600;color:#fff;margin-bottom:.25rem}.summary-item-info{font-size:.85rem;color:#fff9}.summary-item-price{font-weight:700;color:#d4af37}.summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:2px solid rgba(255,255,255,.2);font-size:1.3rem;font-weight:700;color:#fff}.summary-total-amount{color:#d4af37}
