@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";:root{--bg:#fff;--fg:#111;--muted:#888;--border:#e5e5e5;--surface:#f8f8f8;--accent:#2563eb;--accent-fg:#fff;--error:#e11d48;--success:#10b981;--radius:4px}.text-primary{color:var(--accent)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none;transition:opacity .2s}a:hover{opacity:.7}button{cursor:pointer;background:0 0;border:none;font-family:inherit;transition:all .2s}input,select,textarea{border:1px solid var(--border);border-radius:var(--radius);outline:none;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:1rem;transition:border-color .2s}input:focus{border-color:var(--fg)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{border-radius:var(--radius);justify-content:center;align-items:center;padding:.6rem 1.25rem;font-size:.875rem;font-weight:500;display:inline-flex}.btn-primary{background-color:var(--accent);color:var(--accent-fg)}.btn-primary:hover{opacity:.9}.btn-outline{border:1px solid var(--border)}.btn-outline:hover{background-color:var(--surface)}.grid{gap:2rem;display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (width<=1024px){.grid-cols-4{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(2,1fr)}.grid-cols-2{grid-template-columns:1fr}}@media (width<=480px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.section{padding:4rem 0}.text-sm{font-size:.875rem}.text-muted{color:var(--muted)}.font-medium{font-weight:500}.font-semibold{font-weight:600}.card{border:1px solid var(--border);border-radius:var(--radius);transition:transform .2s;overflow:hidden}.card:hover{transform:translateY(-4px)}.border-b{border-bottom:1px solid var(--border)}.sticky{position:sticky}.top-0{top:0}.bg-white{background-color:#fff}.py-4{padding-top:1rem;padding-bottom:1rem}.font-bold{font-weight:700}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.hidden{display:none}.flex-row{flex-direction:row}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.badge{text-transform:uppercase;border-radius:999px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.hero-section{text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:60vh;padding:8rem 2rem;display:flex;position:relative}.hero-overlay{background-color:#0009;position:absolute;inset:0}.hero-content{z-index:10;flex-direction:column;align-items:center;gap:1.5rem;max-width:48rem;display:flex;position:relative}.hero-title{color:#fff;letter-spacing:-.05em;text-shadow:0 4px 6px #0000004d;font-size:3rem;font-weight:700;line-height:1.1}.hero-subtitle{color:#ffffffe6;text-shadow:0 2px 4px #0003;max-width:42rem;font-size:1.125rem}.hero-btn{margin-top:1rem;padding:1rem 2rem;font-size:1rem;box-shadow:0 10px 15px -3px #2563eb4d}.features-section{text-align:center;flex-direction:column;align-items:center;gap:3rem;padding:4rem 2rem;display:flex}.features-title{letter-spacing:-.025em;font-size:2.25rem;font-weight:700}.features-grid{grid-template-columns:1fr;gap:2rem;width:100%;display:grid}.feature-card{border:1px solid var(--border);background-color:#f8f8f880;border-radius:.75rem;flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.feature-icon{color:var(--accent);background-color:#2563eb1a;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;padding:1rem;display:flex}.feature-card-title{font-size:1.25rem;font-weight:700}.feature-card-text{color:var(--muted);font-size:.875rem}.bestsellers-section{max-width:1200px;margin:0 auto;padding:4rem 2rem}.bestsellers-header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.bestsellers-title-container{flex-direction:column;gap:.5rem;display:flex}.bestsellers-label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:.625rem;font-weight:700}.bestsellers-title{letter-spacing:-.025em;font-size:2.25rem;font-weight:700}.bestsellers-link{border-bottom:1px solid var(--fg);padding-bottom:.25rem;font-size:.875rem;font-weight:500;transition:opacity .2s}.bestsellers-link:hover{opacity:.7}.product-grid{grid-template-columns:1fr;gap:2rem;display:grid}.product-card{border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;height:100%;transition:transform .2s;display:flex;overflow:hidden}.product-card:hover{transform:translateY(-4px)}.product-image-container{aspect-ratio:1;background-color:var(--surface);position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.05)}.product-cart-btn{color:var(--fg);background-color:#fff;border-radius:50%;justify-content:center;align-items:center;padding:.75rem;transition:all .2s;display:flex;position:absolute;bottom:1rem;right:1rem;box-shadow:0 4px 6px -1px #0000001a}.product-cart-btn:hover{background-color:var(--accent);color:#fff}.product-info{flex-direction:column;gap:.5rem;padding:1rem;display:flex}.product-header{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.product-name{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.product-price{font-weight:600}.product-brand{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.625rem}.newsletter-section{color:#fff;background-color:#111;padding:6rem 2rem}.newsletter-content{text-align:center;flex-direction:column;align-items:center;gap:2rem;max-width:36rem;margin:0 auto;display:flex}.newsletter-title{letter-spacing:-.025em;font-size:2.25rem;font-weight:700}.newsletter-desc{color:#ffffffb3;font-size:.875rem}.newsletter-form{gap:.5rem;width:100%;display:flex}.newsletter-input{color:#fff;border-radius:var(--radius);background-color:#0000;border:1px solid #fff3;flex:1;padding:.75rem 1rem}.newsletter-input:focus{border-color:#fff;outline:none}.newsletter-btn{color:#111;border-radius:var(--radius);background-color:#fff;padding:.75rem 1.5rem;font-weight:600;transition:background-color .2s}.newsletter-btn:hover{background-color:#ffffffe6}.navbar{border-bottom:1px solid var(--border);z-index:50;background-color:#fff;position:sticky;top:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.navbar-brand{letter-spacing:-.05em;font-size:1.5rem;font-weight:700}.navbar-menu-toggle{display:block}.navbar-menu{border-bottom:1px solid var(--border);opacity:0;pointer-events:none;background-color:#fff;flex-direction:column;gap:1.5rem;width:100%;padding:1.5rem;transition:all .2s;display:flex;position:absolute;top:100%;left:0;transform:translateY(-10px);box-shadow:0 10px 15px -3px #0000001a}.navbar-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-link{font-size:.875rem;font-weight:500;transition:color .2s}.navbar-link:hover{color:var(--muted)}.navbar-actions{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.navbar-cart{align-items:center;display:flex;position:relative}.navbar-cart-badge{background-color:var(--fg);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:1rem;height:1rem;font-size:.625rem;display:flex;position:absolute;top:-.5rem;right:-.5rem}.footer-section{border-top:1px solid var(--border);background-color:var(--surface);margin-top:5rem}.footer-container{flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;padding:5rem 2rem;display:flex}.footer-brand-col{flex-direction:column;gap:1rem;max-width:24rem;display:flex}.footer-title{letter-spacing:-.05em;font-size:1.25rem;font-weight:700}.footer-desc{color:var(--muted);font-size:.875rem}.footer-grid{grid-template-columns:repeat(2,1fr);gap:3rem;font-size:.875rem;display:grid}.footer-col{flex-direction:column;gap:1rem;display:flex}.footer-col-title{text-transform:uppercase;letter-spacing:.05em;font-size:.625rem;font-weight:600}.footer-bottom{border-top:1px solid var(--border)}.footer-bottom-container{max-width:1200px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;justify-content:space-between;align-items:center;margin:0 auto;padding:1.5rem 2rem;font-size:.6875rem;display:flex}.footer-socials{gap:1.5rem;display:flex}.auth-page{justify-content:center;padding:8rem 2rem;display:flex}.auth-card{flex-direction:column;gap:2.5rem;width:100%;max-width:28rem;display:flex}.auth-header{text-align:center;flex-direction:column;gap:.75rem;display:flex}.auth-title{letter-spacing:-.025em;font-size:2.25rem;font-weight:700}.auth-desc{color:var(--muted);font-size:.875rem}.form-group{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.form-label{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.form-input-wrapper{position:relative}.auth-footer{text-align:center;margin-top:1.5rem;font-size:.875rem}.auth-link{text-underline-offset:4px;font-weight:600;text-decoration:underline;text-decoration-thickness:2px}.products-page{flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;padding:5rem 2rem;display:flex}.products-header{flex-direction:column;gap:1.5rem;display:flex}.products-title{letter-spacing:-.025em;font-size:2.25rem;font-weight:700}.products-toolbar{border-bottom:1px solid var(--border);flex-direction:column;gap:1.5rem;padding-bottom:2rem;display:flex}.search-wrapper{width:100%;max-width:28rem;position:relative}.search-icon{color:var(--muted);position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.search-input{padding-left:2.5rem}.filter-controls{align-items:center;gap:1rem;display:flex}.select-wrapper{min-width:10rem;position:relative}.select-input{appearance:none}.select-icon{color:var(--muted);pointer-events:none;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.product-detail-page{flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;padding:3rem 2rem;display:flex}.back-link{color:var(--muted);align-items:center;gap:.5rem;width:fit-content;font-size:.875rem;display:flex}.back-link:hover{color:var(--fg)}.product-layout{grid-template-columns:1fr;gap:4rem;display:grid}.product-image-large{background-color:var(--surface);border-radius:var(--radius);border:1px solid var(--border);aspect-ratio:1;overflow:hidden}.product-image-large img{object-fit:cover;width:100%;height:100%}.product-details{flex-direction:column;gap:2rem;display:flex}.product-meta{flex-direction:column;gap:1rem;display:flex}.meta-brand{text-transform:uppercase;letter-spacing:.2em;color:var(--muted);font-size:.625rem;font-weight:700}.meta-title{letter-spacing:-.025em;font-size:2.25rem;font-weight:700}.meta-price-row{align-items:center;gap:1rem;display:flex}.meta-price{font-size:1.5rem;font-weight:600}.meta-rating{align-items:center;gap:.25rem;font-size:.875rem;display:flex}.product-desc{color:var(--muted);line-height:1.6}.product-actions{border-top:1px solid var(--border);flex-direction:column;gap:1.5rem;padding-top:2rem;display:flex}.quantity-selector{flex-direction:column;gap:.5rem;display:flex}.quantity-label{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.quantity-controls{border:1px solid var(--fg);border-radius:var(--radius);align-items:center;width:fit-content;display:flex}.qty-btn{padding:.5rem 1rem}.qty-btn:hover{background-color:var(--surface)}.qty-val{border-left:1px solid var(--border);border-right:1px solid var(--border);padding:.5rem 1.5rem}.action-buttons{gap:1rem;display:flex}.add-to-cart-btn{text-transform:uppercase;letter-spacing:.1em;flex:1;padding:1rem;font-size:.6875rem;font-weight:700}.btn-success{background-color:var(--success);color:#fff}.features-grid-small{border-top:1px solid var(--border);grid-template-columns:repeat(2,1fr);gap:1.5rem;padding-top:1.5rem;display:grid}.feature-item{align-items:flex-start;gap:.75rem;display:flex}.feature-item-text{flex-direction:column;display:flex}.feature-item-title{font-size:.875rem;font-weight:500}.feature-item-desc{color:var(--muted);font-size:.75rem}@media (width>=768px){.navbar-menu-toggle{display:none}.navbar-menu{box-shadow:none;opacity:1;pointer-events:auto;background:0 0;border:none;flex-direction:row;align-items:center;width:auto;padding:0;position:static;transform:none}.footer-container{flex-direction:row;justify-content:space-between}.footer-grid{grid-template-columns:repeat(3,1fr)}.products-toolbar{flex-direction:row;justify-content:space-between;align-items:center}.product-layout{grid-template-columns:repeat(2,1fr)}}@media (width>=640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.cart-empty-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:8rem 2rem;display:flex}.cart-empty-icon-wrapper{background-color:var(--surface);border-radius:50%;padding:2rem}.cart-empty-title{letter-spacing:-.025em;font-size:1.875rem;font-weight:700}.cart-empty-desc{color:var(--muted);max-width:24rem}.cart-empty-btn{text-transform:uppercase;letter-spacing:.1em;margin-top:1rem;padding:1rem 2rem;font-size:.75rem;font-weight:700}.cart-page{flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;padding:5rem 2rem;display:flex}.cart-header{flex-direction:column;gap:.5rem;display:flex}.cart-title{letter-spacing:-.025em;font-size:2.25rem;font-weight:700}.cart-subtitle{color:var(--muted);font-size:.875rem}.cart-layout{grid-template-columns:1fr;gap:4rem;display:grid}@media (width>=1024px){.cart-layout{grid-template-columns:2fr 1fr}}.cart-items-list{flex-direction:column;gap:2rem;display:flex}.cart-item{border-bottom:1px solid var(--border);gap:1.5rem;padding-bottom:2rem;display:flex}.cart-item:last-child{border-bottom:none}.cart-item-image{background-color:var(--surface);border-radius:var(--radius);flex-shrink:0;width:6rem;height:6rem;overflow:hidden}@media (width>=640px){.cart-item-image{width:8rem;height:8rem}}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-details{flex-direction:column;flex:1;justify-content:space-between;padding:.25rem 0;display:flex}.cart-item-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.cart-item-title-col{flex-direction:column;gap:.25rem;display:flex}.cart-item-name{white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-weight:600;transition:color .2s;overflow:hidden}.cart-item-name:hover{color:var(--muted)}@media (width>=640px){.cart-item-name{max-width:28rem}}.cart-item-price-small{font-size:.875rem;font-weight:500}.cart-item-remove-btn{color:var(--muted)}.cart-item-remove-btn:hover{color:var(--error)}.cart-item-footer{justify-content:space-between;align-items:flex-end;display:flex}.cart-item-qty{transform-origin:0;transform:scale(.9)}@media (width>=640px){.cart-item-qty{transform:scale(1)}}.cart-item-total{font-size:1.125rem;font-weight:700}.cart-sidebar{flex-direction:column;gap:2rem;height:fit-content;display:flex;position:sticky;top:8rem}.cart-summary{background-color:var(--surface);border-radius:var(--radius);border:1px solid var(--border);flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.cart-summary-title{border-bottom:1px solid var(--border);padding-bottom:1rem;font-size:1.25rem;font-weight:700}.cart-summary-rows{flex-direction:column;gap:1rem;font-size:.875rem;display:flex}.cart-summary-row{justify-content:space-between;align-items:center;display:flex}.cart-summary-label{color:var(--muted)}.cart-summary-val{font-weight:500}.cart-summary-total{border-top:1px solid var(--border);margin-top:.5rem;padding-top:1rem}.cart-summary-label-total,.cart-summary-val-total{font-size:1.125rem;font-weight:700}.checkout-btn{text-transform:uppercase;letter-spacing:.1em;gap:.5rem;padding:1rem;font-size:.75rem;font-weight:700}.checkout-secure-badge{color:var(--muted);text-align:center;text-transform:uppercase;letter-spacing:.1em;font-size:.625rem}.continue-shopping{text-align:center;font-size:.875rem;font-weight:500;transition:color .2s}.continue-shopping:hover{color:var(--muted)}.checkout-steps{align-items:center;gap:1rem;font-size:.875rem;font-weight:500;display:flex}.step-active{color:var(--fg)}.step-inactive{color:var(--muted)}.checkout-main-content{flex-direction:column;display:flex}.checkout-form{flex-direction:column;gap:2rem;display:flex}.checkout-form-header{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding-bottom:1rem;display:flex}.checkout-form-header h2{font-size:1.25rem;font-weight:700}.checkout-form-grid{flex-direction:column;gap:1.5rem;display:flex}.form-group-minimal{flex-direction:column;gap:.5rem;display:flex}.form-group-minimal label{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.checkout-form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.payment-method-box{background-color:var(--surface);border-radius:var(--radius);border:1px solid var(--fg);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.payment-method-name{align-items:center;gap:1rem;font-weight:500;display:flex}.payment-method-icon{background-color:var(--fg);color:var(--bg);letter-spacing:.1em;border-radius:2px;padding:.25rem .5rem;font-size:.5rem;font-weight:700}.payment-method-radio-active{border:4px solid var(--fg);border-radius:50%;width:1rem;height:1rem}.stripe-payment-form{flex-direction:column;gap:2rem;margin-top:1rem;display:flex}.payment-error-msg{color:var(--error);font-size:.875rem}.payment-actions{flex-direction:column;gap:1rem;display:flex}.full-width{width:100%}.spin-centered{margin:0 auto}.checkout-items-summary{flex-direction:column;gap:1rem;display:flex}.checkout-item-row{justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.checkout-item-name{gap:.75rem;display:flex}.checkout-item-qty{font-weight:500}.checkout-item-title-trunc{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;max-width:150px;overflow:hidden}.mt-border{border-top:1px solid var(--border);padding-top:1rem}.orders-page{flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;padding:5rem 2rem;display:flex}.orders-header{flex-direction:column;gap:.5rem;display:flex}.orders-title{letter-spacing:-.025em;font-size:2.25rem;font-weight:700}.orders-subtitle{color:var(--muted);font-size:.875rem}.orders-empty{background-color:var(--surface);text-align:center;border-radius:var(--radius);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:6rem 2rem;display:flex}.orders-empty h2{font-size:1.25rem;font-weight:500}.orders-empty p{color:var(--muted);max-width:20rem;font-size:.875rem}.orders-list{flex-direction:column;gap:2rem;display:flex}.order-card{border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:1fr;display:grid;overflow:hidden}@media (width>=1024px){.order-card{grid-template-columns:1fr 3fr}}.order-info-panel{border-bottom:1px solid var(--border);flex-direction:column;gap:1.5rem;padding:2rem;display:flex}@media (width>=1024px){.order-info-panel{border-bottom:none;border-right:1px solid var(--border)}}.order-info-item{flex-direction:column;gap:.25rem;display:flex}.order-info-label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:.625rem;font-weight:700}.order-info-val{font-size:.75rem}.order-info-val-large{font-size:.875rem;font-weight:500}.order-status-badges{flex-direction:column;gap:1rem;margin-top:.5rem;display:flex}.status-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:2px;align-items:center;gap:.5rem;width:fit-content;padding:.375rem .75rem;font-size:.75rem;font-weight:700;display:flex}.status-success{color:var(--success);background-color:#10b9811a}.status-error{color:var(--error);background-color:#e11d481a}.status-muted{background-color:var(--surface);color:var(--muted)}.order-items-panel{background-color:#f8f8f880;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.order-items-panel-title{text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--border);padding-bottom:1rem;font-size:.75rem;font-weight:600}.order-items-list{flex-direction:column;gap:1.5rem;display:flex}.order-item-row{justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.order-item-left{align-items:center;gap:1rem;display:flex}.order-item-img-container{border:1px solid var(--border);border-radius:var(--radius);background-color:#fff;width:3rem;height:3rem;overflow:hidden}.order-item-img-container img{object-fit:cover;width:100%;height:100%}.order-item-text{flex-direction:column;display:flex}.order-item-name{color:var(--fg);font-weight:500}.order-item-qty{color:var(--muted);font-size:.75rem}.order-item-total{font-weight:700}
