.cart-page{max-width:1200px;margin:0 auto;padding:40px 20px;background-color:#000;color:#fff;min-height:80vh}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #333}.cart-header h1{font-size:2rem;font-weight:400;margin:0}.continue-shopping-link{color:#fff;text-decoration:underline;font-size:.95rem;transition:opacity .2s}.continue-shopping-link:hover{opacity:.7}.cart-empty{text-align:center;padding:60px 20px}.cart-empty h1{font-size:2rem;font-weight:400;margin-bottom:20px}.cart-empty p{font-size:1.1rem;margin-bottom:30px;color:#ccc}.cart-content{display:grid;grid-template-columns:1fr 400px;gap:60px;margin-bottom:80px}.cart-table-header{display:grid;grid-template-columns:2fr 1fr 1fr;gap:20px;padding:15px 0;border-bottom:1px solid #333;font-size:.85rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase;color:#999}.cart-item{display:grid;grid-template-columns:2fr 1fr 1fr;gap:20px;padding:30px 0;border-bottom:1px solid #222;align-items:center}.cart-item-product{display:flex;gap:20px}.cart-item-product img{width:100px;height:100px;object-fit:cover;border-radius:4px}.cart-item-details h3{font-size:1rem;font-weight:400;margin:0 0 8px}.cart-item-price{color:#999;font-size:.95rem;margin:0}.cart-item-quantity{display:flex;align-items:center;gap:8px}.quantity-btn{width:32px;height:32px;border:1px solid #444;background:transparent;color:#fff;cursor:pointer;border-radius:4px;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.quantity-btn:hover{background:#222;border-color:#666}.quantity-input{width:50px;height:32px;text-align:center;border:1px solid #444;background:transparent;color:#fff;border-radius:4px;font-size:.95rem}.remove-btn{width:32px;height:32px;border:1px solid #444;background:transparent;cursor:pointer;border-radius:4px;font-size:1.1rem;margin-left:8px;transition:all .2s}.remove-btn:hover{background:#cc0000;border-color:#c00}.cart-item-total{text-align:right;font-size:1.05rem}.cart-summary{background:#111;padding:30px;border-radius:8px;position:sticky;top:20px;height:fit-content}.cart-summary h2{font-size:1.2rem;font-weight:400;margin:0 0 15px}.cart-summary-total{font-size:1.8rem;font-weight:500;margin:0 0 10px}.cart-summary-note{font-size:.85rem;color:#999;margin:0 0 25px}.checkout-btn{display:block;width:100%;padding:16px;background:#fff;color:#000;text-align:center;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background .2s;margin-bottom:15px}.checkout-btn:hover{background:#f0f0f0}.payment-badges{display:flex;gap:10px;justify-content:center;margin-top:20px}.badge{padding:8px 16px;border-radius:4px;font-size:.85rem;font-weight:500}.shop-pay{background:#5a31f4;color:#fff}.google-pay{background:#fff;color:#000}.featured-collection{margin-top:80px;padding-top:40px;border-top:1px solid #333}.featured-collection h2{font-size:1.8rem;font-weight:400;margin:0 0 40px;text-align:center}.featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px}.featured-item{text-decoration:none;color:inherit;transition:transform .2s}.featured-item:hover{transform:translateY(-4px)}.featured-item img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:4px;margin-bottom:15px}.featured-item h3{font-size:1rem;font-weight:400;margin:0 0 8px}.featured-price{color:#999;font-size:.95rem;margin:0}@media (max-width: 968px){.cart-content{grid-template-columns:1fr;gap:40px}.cart-table-header{display:none}.cart-item{grid-template-columns:1fr;gap:15px}.cart-item-total{text-align:left}.featured-grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width: 480px){.cart-page{padding:20px 15px}.cart-header{flex-direction:column;align-items:flex-start;gap:15px}.cart-header h1{font-size:1.5rem}.cart-item-image{width:100%;max-width:200px;margin:0 auto}.cart-summary{padding:20px}.checkout-button{padding:14px;font-size:.9rem}.featured-grid{grid-template-columns:1fr}.featured-item img{max-height:300px;object-fit:cover}}.checkout-page{min-height:100vh;background:#000;color:#fff;padding:80px 20px 60px}.checkout-empty{max-width:600px;margin:0 auto;text-align:center;padding:60px 20px}.checkout-empty h1{font-size:36px;margin-bottom:16px;font-weight:600}.checkout-empty p{font-size:18px;color:#999;margin-bottom:32px}.continue-shopping{display:inline-block;padding:14px 32px;background:#fff;color:#000;text-decoration:none;font-weight:600;border-radius:4px;transition:background .2s}.continue-shopping:hover{background:#f0f0f0}.checkout-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.checkout-left h1{font-size:48px;margin-bottom:40px;font-weight:600}.checkout-order-summary{background:#111;border-radius:8px;padding:30px}.checkout-order-summary h2{font-size:24px;margin-bottom:24px;font-weight:600;border-bottom:1px solid #333;padding-bottom:16px}.checkout-item{display:grid;grid-template-columns:80px 1fr auto;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid #222}.checkout-item:last-of-type{border-bottom:none;margin-bottom:20px}.checkout-item img{width:80px;height:80px;object-fit:cover;border-radius:4px;background:#222}.checkout-item-details{display:flex;flex-direction:column;gap:6px}.checkout-item-name{font-size:16px;font-weight:500;color:#fff;margin:0}.checkout-item-qty{font-size:14px;color:#999;margin:0}.checkout-item-price{font-size:18px;font-weight:600;color:#fff;text-align:right;margin:0}.checkout-total-row{display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;border-top:2px solid #333;font-size:20px}.checkout-right{position:sticky;top:100px}.checkout-section{background:#111;border-radius:8px;padding:40px}.checkout-section h2{font-size:24px;margin-bottom:24px;font-weight:600}.checkout-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.form-input{padding:14px 16px;border:1px solid #333;border-radius:4px;background:#0a0a0a;color:#fff;font-size:16px;transition:border-color .2s}.form-input:focus{outline:none;border-color:#fff}.form-input::placeholder{color:#666}.card-element-wrapper{padding:16px;border:1px solid #333;border-radius:4px;background:#0a0a0a;transition:border-color .2s}.card-element-wrapper:focus-within{border-color:#fff}.card-info-text{margin:8px 0 0;font-size:13px;color:#666;font-style:italic}.checkout-button{width:100%;padding:16px;background:#fff;color:#000;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.checkout-button:hover:not(:disabled){background:#f0f0f0}.checkout-button:disabled{opacity:.5;cursor:not-allowed}.error-message{padding:14px;background:#ff4444;color:#fff;border-radius:4px;font-size:14px;text-align:center}.email-verified{margin-bottom:24px}.your-details{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#0a0a0a;border:1px solid #333;border-radius:4px;margin-top:16px}.your-details p{margin:0;font-size:15px;color:#fff}.your-details strong{color:#999;font-weight:500;margin-right:8px}.change-email-btn{padding:6px 16px;background:transparent;color:#fff;border:1px solid #fff;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.change-email-btn:hover{background:#fff;color:#000}@media (max-width: 1024px){.checkout-container{grid-template-columns:1fr;gap:40px}.checkout-right{position:static}.checkout-left h1{font-size:36px}}@media (max-width: 640px){.checkout-page{padding:60px 16px 40px}.checkout-left h1{font-size:28px;margin-bottom:24px}.checkout-order-summary,.checkout-section{padding:20px}.checkout-item{grid-template-columns:60px 1fr auto;gap:12px}.checkout-item img{width:60px;height:60px}.checkout-item-name{font-size:14px}.checkout-item-qty{font-size:13px}.checkout-item-price{font-size:16px}.checkout-total-row{font-size:18px}.checkout-section h2{font-size:20px;margin-bottom:20px}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;color:#e5e5e5;background:#0a0a0a;line-height:1.6}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{margin:0;font-weight:500}a{text-decoration:none;color:inherit;transition:opacity .2s ease}a:hover{opacity:.7}.container{width:90%;max-width:1200px;margin:0 auto}button{cursor:pointer;border:none;transition:all .2s ease}img{max-width:100%;height:auto;display:block}.app-shell{flex:1}.hero-section{width:100%;height:70vh;min-height:500px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:4rem;position:relative;overflow:hidden}.hero-slider{background:#000}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.02);filter:saturate(.95)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35))}.hero-controls{position:absolute;left:0;right:0;bottom:0;z-index:3;height:52px;display:flex;align-items:center;justify-content:center;padding:0 18px;color:#ffffffe6;background:rgba(0,0,0,.55);border-top:1px solid rgba(255,255,255,.08);backdrop-filter:blur(6px)}.hero-controls-center{display:flex;align-items:center;gap:14px}.hero-control-btn{appearance:none;background:transparent;border:none;color:#ffffffe6;padding:6px 8px;cursor:pointer;font-size:22px;line-height:1;opacity:.85}.hero-control-btn:hover{opacity:1}.hero-control-btn:focus{outline:none}.hero-counter{font-size:14px;letter-spacing:.02em;opacity:.85;min-width:44px;text-align:center}.hero-control-pause{font-size:16px;padding:6px 10px}.hero-content{text-align:center;position:relative;z-index:1}.hero-title{font-size:4rem;font-weight:300;letter-spacing:.05em;margin-bottom:2rem;text-transform:uppercase}.hero-dots{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.hero-dot{width:26px;height:2px;background:rgba(255,255,255,.35);border:none;padding:0;cursor:pointer}.hero-dot.active{background:rgba(255,255,255,.9)}.hero-cta{display:inline-block;padding:.75rem 2.5rem;background:white;color:#000;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;transition:all .3s ease}.hero-cta:hover{background:#e5e5e5;opacity:1}@media (max-width: 768px){.container{width:95%}.hero-section{height:50vh;min-height:400px}.hero-title{font-size:2rem}.hero-controls{height:48px;padding:0 12px}.hero-controls-center{gap:10px}.hero-control-btn{font-size:20px;padding:6px}.hero-counter{font-size:13px}.hero-cta{padding:.625rem 1.5rem;font-size:.75rem}.app-header{padding:1rem 0}.app-header-inner{flex-direction:column;gap:1rem}.branding{font-size:1.25rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:1rem;font-size:.75rem}.header-actions{flex-wrap:wrap;justify-content:center;gap:1rem}.nav-dropdown-menu{position:fixed;left:50%;transform:translate(-50%);width:90%;max-width:300px}.product-list{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card{padding:0}.product-image{aspect-ratio:1 / 1}.product-title{font-size:.875rem}.product-price{font-size:.75rem}.product-detail{grid-template-columns:1fr;gap:1.5rem}.product-detail-image{max-height:70vh;object-fit:contain}.product-detail-title{font-size:1.5rem}.product-detail-price{font-size:1.25rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-nav{justify-content:center}.footer-email-form{max-width:100%}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.payment-methods{justify-content:center}.manage-layout{grid-template-columns:1fr;gap:1.5rem}.manage-products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.manage-products-grid .product-image{aspect-ratio:1 / 1}.manage-card{padding:1rem}.manage-card-title{font-size:1rem}.manage-submit-btn{width:100%}}@media (max-width: 480px){.manage-products-grid{grid-template-columns:repeat(2,1fr)}.manage-card{padding:.75rem}.manage-form-field{font-size:.8125rem}.product-meta{flex-direction:column;align-items:flex-start;gap:.25rem}.manage-card{padding:1.25rem}.app-header-inner{gap:1rem}.branding{font-size:1.25rem}}.glass-panel{background:transparent;border-radius:0;border:none;box-shadow:none;padding:0}.payment-form{display:flex;flex-direction:column;gap:1rem}.card-element-wrapper{padding:.75rem 1rem;border:1px solid #333;background:#1a1a1a}.payment-error{color:#dc2626;font-size:.875rem}.toast{position:fixed;right:1.5rem;bottom:1.5rem;padding:.875rem 1.5rem;font-size:.875rem;color:#fff;box-shadow:0 4px 12px #00000026;z-index:1000}.toast-success{background:#16a34a}.toast-error{background:#dc2626}.form-label{display:flex;flex-direction:column;font-size:.875rem;color:#999;font-weight:400}.form-input{margin-top:.5rem;padding:.75rem 1rem;border:1px solid #333;background:#1a1a1a;color:#e5e5e5;font-size:.9375rem}.form-input:focus{outline:none;border-color:#666;box-shadow:none}.app-header{background:#000000;color:#fff;padding:1.5rem 0;border-bottom:1px solid #1a1a1a}.app-header-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.branding{font-family:Playfair Display,serif;font-weight:500;font-size:1.75rem;letter-spacing:.02em;font-style:italic}.nav-links{display:flex;gap:2rem;list-style:none;padding:0;margin:0;font-size:.875rem}.nav-links a{color:#fff;font-weight:400;text-transform:capitalize}.cart-link{font-size:.875rem;font-weight:400;color:#fff;display:flex;align-items:center;gap:.5rem;position:relative}.cart-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#ffffff;color:#000;border-radius:10px;font-size:.75rem;font-weight:600}.nav-dropdown{position:relative}.nav-dropdown-trigger{cursor:pointer;color:#fff;font-weight:400;text-transform:capitalize}.nav-dropdown-menu{position:absolute;top:100%;left:0;margin-top:1rem;background:#000000;border:1px solid #1a1a1a;min-width:200px;z-index:1000;padding:.5rem 0;box-shadow:0 4px 12px #00000080}.nav-dropdown-menu .dropdown-item{display:block;padding:.75rem 1.25rem;color:#e5e5e5;font-size:.875rem;text-decoration:none;transition:all .2s ease}.nav-dropdown-menu .dropdown-item:hover{background:#1a1a1a;color:#fff}.header-actions{display:flex;align-items:center;gap:1.5rem}.login-link{font-size:.875rem;font-weight:400;color:#fff}.user-dropdown{position:relative}.user-trigger{cursor:pointer;font-size:.875rem;font-weight:400;color:#fff}.user-dropdown-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background:#000000;border:1px solid #1a1a1a;min-width:150px;z-index:1000;padding:.5rem 0;box-shadow:0 4px 12px #00000080}.user-dropdown-menu .dropdown-item{display:block;width:100%;padding:.75rem 1.25rem;color:#e5e5e5;font-size:.875rem;text-align:left;background:none;border:none;cursor:pointer;transition:all .2s ease}.user-dropdown-menu .dropdown-item:hover{background:#1a1a1a;color:#fff}.currency-dropdown{position:relative}.currency-trigger{cursor:pointer;font-size:.875rem;font-weight:400;color:#fff}.currency-dropdown-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background:#000000;border:1px solid #1a1a1a;min-width:200px;z-index:1000;padding:.5rem 0;box-shadow:0 4px 12px #00000080}.currency-dropdown-menu .dropdown-item{display:block;width:100%;padding:.75rem 1.25rem;color:#e5e5e5;font-size:.875rem;text-align:left;background:none;border:none;cursor:pointer;transition:all .2s ease}.currency-dropdown-menu .dropdown-item:hover{background:#1a1a1a;color:#fff}.currency-dropdown-menu .dropdown-item.active{background:#1a1a1a;color:#fff;font-weight:500}.page-content{padding:3rem 0 4rem;background:#0a0a0a}.section-title{font-size:2rem;margin-bottom:2.5rem;font-weight:400;letter-spacing:.02em;text-align:center;color:#fff}.page-subtitle{font-size:.9375rem;color:#999;margin-bottom:.25rem}.product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem}.product-card{display:flex;flex-direction:column;gap:.75rem;transition:transform .2s ease;background:#0a0a0a}.product-card:hover{transform:translateY(-5px)}.product-image{width:100%;aspect-ratio:3 / 4;object-fit:cover;background:#1a1a1a}.product-image-wrap{position:relative;overflow:hidden;background:#1a1a1a;width:100%}.product-ribbon{position:absolute;top:12px;left:12px;padding:.35rem .75rem;background:rgba(0,0,0,.85);color:#fff;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.product-title{font-size:.875rem;font-weight:400;line-height:1.4;color:#e5e5e5}.product-meta{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#999}.product-brand{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#999;margin-bottom:-.25rem}.product-description{font-size:.8rem;color:#999;line-height:1.5;display:none}.product-price{font-weight:400;color:#e5e5e5;font-size:.875rem;margin-top:.25rem}.product-bottom-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.add-to-cart-button{padding:.5rem 1rem;background:#ffffff;color:#000;font-weight:400;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;transition:background .2s ease}.add-to-cart-button:hover{background:#e5e5e5}.add-to-cart-button:disabled{background:#333;color:#666;cursor:not-allowed}.cart-page{padding:3rem 0}.cart-page ul{list-style:none;padding:0}.cart-page li{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #1a1a1a}.app-footer{margin-top:auto;background:#000000;border-top:1px solid #1a1a1a;padding:3rem 0 2rem;color:#e5e5e5}.footer-grid{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding-bottom:2rem;border-bottom:1px solid #1a1a1a;margin-bottom:2rem}.footer-nav-section{display:flex;flex-direction:column;gap:.5rem}.footer-link{font-size:.875rem;color:#999;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#fff}.footer-center{text-align:center}.footer-notice{font-size:1rem;color:#999;margin:0}.footer-brand{text-align:right}.footer-brand-name{font-size:2.5rem;font-weight:300;font-style:italic;letter-spacing:.02em;margin:0;color:#fff}.footer-subscribe{max-width:450px;margin:0 auto 3rem;text-align:center}.footer-subtitle{font-size:1rem;font-weight:400;margin-bottom:1rem;color:#fff}.footer-newsletter{display:flex;border-bottom:1px solid #666;padding-bottom:.5rem}.footer-email-input{flex:1;background:transparent;border:none;color:#e5e5e5;font-size:.875rem;outline:none}.footer-email-input::placeholder{color:#666}.footer-submit-btn{background:transparent;border:none;color:#fff;font-size:1.25rem;cursor:pointer;padding:0 .5rem}.footer-submit-btn:hover{opacity:.7}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap;padding-top:2rem}.footer-country h4{font-size:.75rem;color:#666;margin:0 0 .5rem;font-weight:400;text-transform:uppercase}.footer-currency-select{background:#0a0a0a;border:1px solid #333;color:#e5e5e5;padding:.5rem 1rem;font-size:.875rem;cursor:pointer}.footer-currency-select:hover{border-color:#666}.footer-payment{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;justify-content:center}.payment-tile{display:inline-flex;align-items:center;justify-content:center;height:28px;width:44px;padding:0;background:#ffffff;color:#111;border-radius:4px;box-shadow:0 0 0 1px #ffffff0f;user-select:none}.payment-tile svg{height:18px;width:auto;display:block}.payment-amex{background:#2f77ff;color:#fff}.payment-shop{background:#5b2cff;color:#fff}.payment-badge{padding:.25rem .75rem;background:#1a1a1a;border:1px solid #333;border-radius:4px;font-size:.75rem;color:#999}.footer-copyright{margin-left:auto;font-size:.75rem;color:#666}.footer-copyright p{margin:0}.manage-layout{display:grid;grid-template-columns:350px minmax(0,1fr);gap:2rem;margin-top:2rem}.manage-card{background:#1a1a1a;border:1px solid #333;padding:1.5rem}.manage-card-title{font-size:1.125rem;font-weight:500;margin-bottom:1.5rem;color:#fff;letter-spacing:.02em}.manage-form-field{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;margin-bottom:1rem}.manage-form-field label{color:#999;font-weight:500}.manage-form-field input,.manage-form-field select,.manage-form-field textarea{border:1px solid #333;background:#0a0a0a;color:#e5e5e5;padding:.75rem 1rem;font-size:.9375rem}.manage-form-field input:focus,.manage-form-field select:focus,.manage-form-field textarea:focus{outline:none;border-color:#666}.manage-form-field input[type=file]{padding:.5rem;cursor:pointer}.manage-submit-btn{width:100%;padding:.875rem 1.5rem;background:#ffffff;color:#000;border:none;font-weight:500;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:background .2s ease}.manage-submit-btn:hover{background:#e5e5e5}.manage-submit-btn:disabled{background:#333;color:#666;cursor:not-allowed}.manage-delete-btn{width:100%;padding:.5rem 1rem;background:#dc2626;color:#fff;border:none;font-weight:400;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:background .2s ease;margin-top:.5rem}.manage-delete-btn:hover{background:#b91c1c}.manage-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.pill-badge{display:inline-block;padding:.25rem .75rem;background:#1a1a1a;color:#999;font-size:.75rem;font-weight:500}.filter-chips-row{display:flex;flex-wrap:wrap;gap:.75rem;margin:2rem 0;justify-content:center}.filter-chip{padding:.5rem 1.25rem;border:1px solid #333;background:#1a1a1a;font-size:.875rem;cursor:pointer;transition:all .2s ease;color:#999}.filter-chip:hover{border-color:#666;color:#e5e5e5}.filter-chip-active{border-color:#fff;background:#ffffff;color:#000}.product-detail-shell{background:#0a0a0a}.product-detail{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:flex-start;padding-top:2rem;padding-bottom:4rem}.product-detail-image-wrap{background:#1a1a1a;padding:0}.product-detail-image{width:100%;height:auto;object-fit:cover}.product-detail-info{color:#e5e5e5;padding-top:2rem}.product-detail-title{font-size:1.5rem;font-weight:400;margin-bottom:1rem;line-height:1.4;color:#fff}.product-detail-price{font-size:1.125rem;margin-bottom:1.5rem;color:#999}.product-detail-description{font-size:.9375rem;line-height:1.7;color:#999;max-width:32rem;margin-bottom:2rem}.product-detail-actions{margin-top:2rem;display:flex;gap:1rem}.product-detail-actions .add-to-cart-button{padding:.875rem 2rem;font-size:.875rem}.page-content{padding:4rem 0}.page-subtitle{font-size:1rem;color:#999;line-height:1.8}.designers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:3rem}.designer-card{background:#0a0a0a;border:1px solid #1a1a1a;padding:2rem;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;align-items:center}.designer-card:hover{border-color:#333;transform:translateY(-4px)}.designer-initial{width:80px;height:80px;border-radius:50%;background:#1a1a1a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:300;margin-bottom:1.5rem}.designer-name{font-size:1.25rem;font-weight:400;color:#fff;margin-bottom:.5rem}.designer-description{font-size:.875rem;color:#999;margin-bottom:1.5rem}.designer-cta{font-size:.875rem;color:#fff;text-transform:uppercase;letter-spacing:.05em}.rental-container,.appointment-container{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;margin-top:3rem}.rental-info,.appointment-info{color:#e5e5e5}.rental-step{display:flex;gap:1.5rem;margin-bottom:2rem}.step-number{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:#1a1a1a;border:2px solid #333;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:500}.step-content h3{font-size:1rem;margin-bottom:.5rem;color:#fff}.step-content p{font-size:.875rem;color:#999;line-height:1.6;margin:0}.rental-form-container,.appointment-form-container{background:#0a0a0a;border:1px solid #1a1a1a;padding:2rem}.rental-form,.appointment-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;color:#e5e5e5;font-weight:500}.appointment-feature{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.feature-icon{font-size:2rem;flex-shrink:0}.auth-container{max-width:450px;margin:0 auto}.auth-form{background:#0a0a0a;border:1px solid #1a1a1a;padding:2.5rem;margin-top:2rem}@media (max-width: 968px){.rental-container,.appointment-container{grid-template-columns:1fr;gap:3rem}.designers-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.auth-form{padding:2rem 1.5rem}}.product-list{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.app-header .branding{font-family:Times New Roman,Times,serif;font-size:2.5rem;font-weight:700;color:#fff;text-decoration:none}
