*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;width:100%;min-height:100%}body{color:#171717;background:#f7f7f5;width:100%;min-width:100%;min-height:100vh;margin:0;font-family:Arial,Helvetica,sans-serif}#root{width:100%;min-height:100vh;margin:0;padding:0}a{color:inherit;text-decoration:none}button{font:inherit}.navbar{z-index:1000;color:#fff;background:#000;justify-content:space-between;align-items:center;width:100%;height:64px;padding:0 32px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #0006}.navbar-brand a{color:#fff;letter-spacing:-.5px;font-size:18px;font-weight:800;transition:opacity .2s}.navbar-brand a:hover{opacity:.8}.navbar-content{align-items:center;gap:28px;display:flex}.navbar-content a{color:#fff;font-size:14px;font-weight:600;transition:opacity .2s}.navbar-content a:hover{opacity:.6}.shop-button,.cart-button,.add-button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.cart-button{color:#fff;background:#171717;border:1px solid #333}.cart-button:hover{color:#000;background:#fff;border-color:#fff}.cart-button span{background:#333;border-radius:12px;margin-left:6px;padding:2px 6px;font-size:12px}.cart-button:hover span{background:#e5e5e5}.shop-button{color:#fff;background:#171717;border:1px solid #171717;margin-top:35px}.shop-button:hover{color:#171717;background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.add-button{color:#fff;background:#171717;border:none;width:100%;margin-top:18px}.hero{background:#e7e7e4;align-items:center;width:100%;min-height:650px;padding:150px 7vw 100px;display:flex}.hero-content{width:100%;max-width:1000px}.eyebrow{color:#777;letter-spacing:2px;text-transform:uppercase;margin-bottom:18px;font-size:12px;font-weight:700}.hero h1{letter-spacing:-7px;font-size:clamp(58px,9vw,120px);line-height:.88}.hero h1 span{color:#777}.hero-description{color:#5e5e5e;max-width:520px;margin-top:35px;font-size:18px;line-height:1.6}.products-section{width:100%;padding:100px 3vw}.section-header{justify-content:space-between;align-items:flex-end;width:100%;margin-bottom:40px;display:flex}.section-header h2{letter-spacing:-3px;font-size:clamp(40px,5vw,65px)}.product-count{color:#777;font-size:14px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px;width:100%;display:grid}.product-card{background:#f1f1f1;border:1px solid #e2e2e2;border-radius:14px;width:100%;padding:16px;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000017}.product-image-wrapper{aspect-ratio:1;background:#e5e5e5;border-radius:10px;width:100%;overflow:hidden}.product-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s;display:block}.product-card:hover .product-image{transform:scale(1.04)}.product-info{padding:20px 4px 4px}.product-heading{justify-content:space-between;align-items:baseline;gap:15px;display:flex}.product-info h3{letter-spacing:-.3px;font-size:18px;font-weight:700}.product-price{color:#171717;flex-shrink:0;font-size:16px;font-weight:700}.product-description{color:#6c6c6c;margin-top:8px;font-size:14px;line-height:1.5}.about-section{color:#fff;background:#171717;width:100%;padding:120px 7vw}.about-section .eyebrow{color:#999}.about-section h2{letter-spacing:-5px;max-width:800px;font-size:clamp(45px,7vw,90px);line-height:.95}.about-section>p:last-child{color:#aaa;max-width:560px;margin-top:30px;font-size:18px;line-height:1.6}footer{color:#888;background:#171717;border-top:1px solid #333;justify-content:space-between;align-items:center;width:100%;padding:28px 7vw;font-size:13px;display:flex}@media (width<=600px){.navbar{height:60px;padding:0 18px}.navbar-content{gap:14px}.hero{min-height:560px;padding:120px 6vw 80px}.hero h1{letter-spacing:-4px}.products-section{padding:75px 5vw}.section-header{flex-direction:column;align-items:flex-start;gap:12px}.product-grid{grid-template-columns:1fr;gap:18px}.product-card{padding:13px}.about-section{padding:90px 6vw}footer{flex-direction:column;align-items:flex-start;gap:10px}}.cart-overlay{z-index:1001;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000080;width:100vw;height:100vh;position:fixed;top:0;left:0}.cart-drawer{z-index:1002;background:#fff;flex-direction:column;width:100%;max-width:450px;height:100vh;transition:right .3s cubic-bezier(.25,.46,.45,.94);display:flex;position:fixed;top:0;right:-450px;box-shadow:-5px 0 25px #00000026}.cart-drawer.open{right:0}.cart-header{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.cart-header h2{letter-spacing:-1px;font-size:24px}.close-button{cursor:pointer;color:#777;background:0 0;border:none;font-size:20px}.close-button:hover{color:#000}.cart-items{flex-grow:1;padding:32px;overflow-y:auto}.empty-cart{color:#777;text-align:center;margin-top:50px}.cart-item{border-bottom:1px solid #f1f1f1;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:24px;display:flex}.cart-item h4{margin-bottom:4px;font-size:16px}.cart-item-info p{color:#777;font-size:14px}.cart-item-price{font-weight:700}.cart-footer{background:#f9f9f9;border-top:1px solid #e5e5e5;padding:32px}.cart-total{justify-content:space-between;margin-bottom:12px;font-size:18px;font-weight:700;display:flex}.tax-note{color:#777;margin-bottom:24px;font-size:12px}.checkout-button{color:#fff;cursor:pointer;background:#635bff;border:none;border-radius:8px;width:100%;padding:16px;font-size:16px;font-weight:600;transition:background .2s}.checkout-button:hover{background:#0a2540}.add-button{color:#fff;cursor:pointer;background:#171717;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;height:42px;margin-top:18px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.add-button:hover{background:#3a3a3a;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.add-button:active{transform:scale(.98)}.add-button.added{color:#fff;background:#28a745}.add-button span{animation:.2s ease-in-out fadeText;display:inline-block}@keyframes fadeText{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.cart-item-actions{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.remove-item-button{color:#999;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;text-decoration:underline;transition:color .2s}.remove-item-button:hover{color:#e53e3e}.quantity-selector{background:#e5e5e5;border-radius:8px;justify-content:space-between;align-items:center;width:100%;height:42px;margin-top:18px;display:flex;overflow:hidden}.qty-btn{color:#fff;cursor:pointer;background:#171717;border:none;justify-content:center;align-items:center;width:42px;height:100%;font-size:18px;transition:background .2s;display:flex}.qty-btn:hover{background:#3a3a3a}.qty-btn:active{background:#000}.qty-number{color:#171717;font-size:14px;font-weight:600}.cart-qty-selector{background:#f1f1f1;border:1px solid #e2e2e2;border-radius:6px;align-items:center;display:flex;overflow:hidden}.cart-qty-btn{color:#fff;cursor:pointer;background:#171717;border:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;transition:background .2s;display:flex}.cart-qty-btn:hover{background:#3a3a3a}.cart-qty-btn:active{background:#000}.cart-qty-number{color:#171717;padding:0 10px;font-size:13px;font-weight:600}.cart-item-price{color:#171717;font-size:14px;font-weight:700}.checkout-button.loading{cursor:wait;opacity:.85}.checkout-button:disabled{cursor:wait}.loading-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite checkoutSpin;display:inline-block}@keyframes checkoutSpin{to{transform:rotate(360deg)}}.checkout-result-page{background:#e7e7e4;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:100px 6vw 60px;display:flex}.checkout-result-card{text-align:center;background:#fff;border:1px solid #e2e2e2;border-radius:16px;width:100%;max-width:680px;padding:60px;box-shadow:0 15px 45px #00000014}.checkout-result-card h1{letter-spacing:-4px;margin-top:10px;font-size:clamp(48px,7vw,82px);line-height:.95}.checkout-result-card>p:not(.eyebrow){color:#666;max-width:520px;margin:24px auto 0;font-size:17px;line-height:1.6}.order-number{font-size:15px!important}.checkout-result-card .shop-button{margin-top:32px}.loading-spinner.dark{border-color:#171717 #00000026 #00000026;margin:0 auto 20px;display:block}@media (width<=600px){.checkout-result-card{padding:40px 24px}}
