@import"https://fonts.googleapis.com/css2?family=Bungee&family=Archivo+Narrow:wght@400;500;600;700&display=swap";:root{--primary-color: #000000;--primary-light: #333333;--primary-dark: #000000;--secondary-color: #ffffff;--secondary-light: #f3f4f6;--secondary-dark: #e5e7eb;--accent-color: #3b82f6;--accent-light: #60a5fa;--accent-dark: #1d4ed8;--text-primary: #000000;--text-secondary: #666666;--text-light: #999999;--text-white: #ffffff;--bg-primary: #ffffff;--bg-secondary: #f3f4f6;--bg-dark: #1f2937;--hover-color: #cccccc;--shadow-color: rgba(0, 0, 0, .1);--shadow-dark: rgba(0, 0, 0, .2)}:root.ocean-theme{--primary-color: #0369a1;--primary-light: #0ea5e9;--primary-dark: #075985;--secondary-color: #ffffff;--accent-color: #06b6d4;--text-primary: #1e293b;--bg-primary: #ffffff;--bg-secondary: #f0f9ff}:root.sunset-theme{--primary-color: #ea580c;--primary-light: #f97316;--primary-dark: #c2410c;--secondary-color: #ffffff;--accent-color: #fb923c;--text-primary: #1f1f1f;--bg-primary: #ffffff;--bg-secondary: #fff7ed}:root.forest-theme{--primary-color: #15803d;--primary-light: #22c55e;--primary-dark: #166534;--secondary-color: #ffffff;--accent-color: #84cc16;--text-primary: #1a1a1a;--bg-primary: #ffffff;--bg-secondary: #f0fdf4}:root.dark-theme{--primary-color: #1f2937;--primary-light: #374151;--primary-dark: #111827;--secondary-color: #e5e7eb;--secondary-light: #d1d5db;--secondary-dark: #9ca3af;--accent-color: #60a5fa;--accent-light: #93c5fd;--accent-dark: #3b82f6;--text-primary: #f3f4f6;--text-secondary: #d1d5db;--text-light: #9ca3af;--text-white: #ffffff;--bg-primary: #111827;--bg-secondary: #1f2937;--bg-dark: #0f172a;--hover-color: #4b5563;--shadow-color: rgba(0, 0, 0, .3);--shadow-dark: rgba(0, 0, 0, .5)}:root.dark-ocean-theme{--primary-color: #0c4a6e;--primary-light: #0369a1;--primary-dark: #082f49;--secondary-color: #e0f2fe;--accent-color: #06b6d4;--text-primary: #f0f9ff;--text-secondary: #cbd5e1;--bg-primary: #0f172a;--bg-secondary: #1e293b}:root.dark-sunset-theme{--primary-color: #7c2d12;--primary-light: #b45309;--primary-dark: #431407;--secondary-color: #fed7aa;--accent-color: #fb923c;--text-primary: #fef3c7;--text-secondary: #d97706;--bg-primary: #1f1107;--bg-secondary: #292415}:root.dark-forest-theme{--primary-color: #166534;--primary-light: #22c55e;--primary-dark: #14532d;--secondary-color: #bbf7d0;--accent-color: #86efac;--text-primary: #f0fdf4;--text-secondary: #dcfce7;--bg-primary: #0f172a;--bg-secondary: #1b2e1f}:root.black-theme{--primary-color: #000000;--primary-light: #1a1a1a;--primary-dark: #000000;--secondary-color: #ffffff;--secondary-light: #f0f0f0;--secondary-dark: #d0d0d0;--accent-color: #ffffff;--accent-light: #f0f0f0;--accent-dark: #d0d0d0;--text-primary: #ffffff;--text-secondary: #cccccc;--text-light: #999999;--text-white: #ffffff;--bg-primary: #000000;--bg-secondary: #0a0a0a;--bg-dark: #050505;--hover-color: #333333;--shadow-color: rgba(255, 255, 255, .1);--shadow-dark: rgba(255, 255, 255, .2)}:root.dark-ocean-black-theme{--primary-color: #001a33;--primary-light: #003d66;--primary-dark: #000d1a;--secondary-color: #e0f2fe;--accent-color: #06b6d4;--text-primary: #e0f2fe;--text-secondary: #7dd3fc;--bg-primary: #000a0f;--bg-secondary: #001a26}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navbar{background-color:var(--primary-color);color:var(--text-white);padding:1.5rem 2rem;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.1)}.navbar-container{max-width:80rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-brand{font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.75rem;font-family:Bungee,cursive;letter-spacing:2px;order:1;text-decoration:none;color:var(--text-white);cursor:pointer}.navbar-brand span{font-family:Archivo Narrow,sans-serif;font-weight:600;letter-spacing:1px}.navbar-logo{height:3.5rem;width:auto}.navbar-links{display:flex;gap:3rem;list-style:none;order:2;flex:1;justify-content:flex-end;margin:0 3rem}.navbar-links a{color:var(--text-white);text-decoration:none;transition:opacity .3s;font-size:.95rem;letter-spacing:.5px;text-transform:uppercase;font-weight:300}.navbar-links a:hover{opacity:.6}.navbar-cart{display:none;background:none;border:none;cursor:pointer;color:var(--text-white);position:relative;padding:.5rem;transition:opacity .3s;order:3}.navbar-cart:hover{opacity:.8}.navbar-cart-icon{width:24px;height:24px}.navbar-cart-badge{position:absolute;top:-5px;right:-5px;background-color:#f44;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600}.navbar-hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:.35rem;order:4}.navbar-hamburger span{width:25px;height:3px;background-color:var(--text-white);transition:all .3s ease;display:block}.navbar-hamburger span.open:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.navbar-hamburger span.open:nth-child(2){opacity:0}.navbar-hamburger span.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media(max-width:768px){.navbar-brand{font-size:1.25rem}.navbar-links{gap:1rem;margin:0 1rem}.navbar-links a{font-size:.875rem}}@media(max-width:480px){.navbar{padding:1rem}.navbar-brand{font-size:1rem}.navbar-logo{height:2.5rem}.navbar-hamburger,.navbar-cart{display:flex}.navbar-links{display:none;position:fixed;top:5rem;left:0;right:0;background-color:var(--primary-color);flex-direction:column;align-items:center;padding:2rem 0;border-top:1px solid rgba(255,255,255,.1);margin:0;gap:1.5rem;flex:0}.navbar-links.active{display:flex}.navbar-links a{font-size:1rem}}.hero-section{height:100vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:var(--text-white);position:relative;filter:grayscale(100%)}.hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0006,#0003,#0006);mix-blend-mode:overlay;z-index:1}.hero-content{text-align:center;z-index:2;max-width:600px}.hero-logo{height:200px;width:auto;margin-bottom:2rem;animation:fadeInUp 1s ease-out forwards}.hero-title{font-size:3.5rem;font-weight:300;margin-bottom:1rem;letter-spacing:1px}.hero-subtitle{font-size:1.1rem;margin-bottom:2rem;font-weight:300;letter-spacing:1.5px;text-transform:uppercase}.hero-button{background-color:transparent;color:var(--text-white);padding:.75rem 2rem;border:1px solid var(--text-white);border-radius:0;font-weight:300;cursor:pointer;transition:all .3s;font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.hero-button:hover{background-color:var(--text-white);color:var(--primary-color)}@media(max-width:768px){.hero-section{height:100vh}.hero-content{padding:1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}}@media(max-width:480px){.hero-section{height:100vh}.hero-content{padding:1rem}.hero-title{font-size:1.5rem;margin-bottom:.5rem}.hero-subtitle{font-size:.9rem;margin-bottom:1.5rem}.hero-button{padding:.6rem 1.5rem;font-size:.85rem}.hero-logo{height:150px;margin-bottom:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-card{background-color:var(--bg-primary);border:none;overflow:hidden;animation:fadeInUp .8s ease-out forwards;transition:transform .3s ease}.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:hover{transform:translateY(-5px);box-shadow:none}.product-image{width:100%;height:280px;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-info{padding:1.5rem 0;text-align:center}.product-title{font-size:1rem;font-weight:400;margin-bottom:.5rem;color:var(--text-primary);letter-spacing:.5px}.product-price{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;font-weight:300}.product-button{width:100%;background-color:transparent;color:var(--text-primary);padding:.6rem;border:1px solid var(--text-primary);border-radius:0;cursor:pointer;transition:all .3s;font-size:.75rem;letter-spacing:1px;text-transform:uppercase;font-weight:300}.product-button:hover{background-color:var(--text-primary);color:var(--bg-primary)}@media(max-width:768px){.product-image{height:10rem}.product-info{padding:.75rem}.product-title{font-size:.9rem}.product-price{font-size:.85rem;margin-bottom:1rem}.product-button{padding:.5rem;font-size:.7rem}}@media(max-width:480px){.product-image{height:9rem}.product-info{padding:.5rem}.product-title{font-size:.85rem;margin-bottom:.25rem}.product-price{font-size:.8rem;margin-bottom:.75rem}.product-button{padding:.45rem;font-size:.65rem}}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background-color:var(--bg-primary);border-radius:.5rem;padding:2rem;max-width:600px;width:90%;position:relative;animation:slideIn .3s ease-out}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text-primary);transition:opacity .3s}.modal-close:hover{opacity:.6}.modal-body{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.modal-image{width:100%;height:300px;overflow:hidden;border-radius:.5rem}.modal-image img{width:100%;height:100%;object-fit:cover}.modal-details{display:flex;flex-direction:column;gap:1rem}.modal-title{font-size:1.5rem;font-weight:400;color:var(--text-primary);letter-spacing:.5px}.modal-price{font-size:1.25rem;color:var(--text-secondary);font-weight:300}.quantity-section{display:flex;flex-direction:column;gap:.5rem}.quantity-label{font-size:.9rem;font-weight:500;color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px}.quantity-control{display:flex;align-items:center;gap:.5rem;border:1px solid var(--text-secondary);border-radius:.25rem;width:fit-content}.qty-btn{background:none;border:none;padding:.5rem 1rem;cursor:pointer;font-size:1.2rem;color:var(--text-primary);transition:background-color .3s}.qty-btn:hover{background-color:var(--bg-secondary)}.qty-input{width:60px;border:none;text-align:center;padding:.5rem;font-size:1rem;background-color:transparent;color:var(--text-primary)}.qty-input:focus{outline:none}.modal-summary{padding:1rem 0;border-top:1px solid var(--text-secondary);border-bottom:1px solid var(--text-secondary)}.summary-text{font-size:1rem;color:var(--text-primary);margin:0}.summary-price{font-weight:600;color:var(--text-primary)}.modal-add-button{width:100%;background-color:transparent;color:var(--text-primary);padding:.75rem;border:1px solid var(--text-primary);border-radius:0;cursor:pointer;transition:all .3s;font-size:.9rem;letter-spacing:1px;text-transform:uppercase;font-weight:300}.modal-add-button:hover{background-color:var(--text-primary);color:var(--bg-primary)}@media(max-width:768px){.modal-content{padding:1.5rem}.modal-body{grid-template-columns:1fr}.modal-image{height:250px}}@media(max-width:480px){.modal-content{padding:1rem;width:95%}.modal-title{font-size:1.25rem}.modal-price{font-size:1.1rem}.modal-image{height:200px}}.products-section{padding:6rem 2rem;background-color:var(--bg-primary)}.products-container{max-width:80rem;margin:0 auto}.products-title{font-size:2.5rem;font-weight:300;text-align:center;margin-bottom:4rem;color:var(--text-primary);letter-spacing:1px}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.view-all-container{text-align:center;margin-top:3rem}.view-all-btn{background-color:transparent;color:var(--text-primary);padding:.75rem 2rem;border:1px solid var(--text-primary);border-radius:0;cursor:pointer;transition:all .3s;font-size:.9rem;letter-spacing:1px;text-transform:uppercase;font-weight:300}.view-all-btn:hover{background-color:var(--text-primary);color:var(--bg-primary)}@media(max-width:768px){.products-section{padding:4rem 1rem}.products-title{font-size:2rem;margin-bottom:3rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:480px){.products-section{padding:2rem 1rem}.products-title{font-size:1.75rem;margin-bottom:2.5rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.about-section{padding:4rem 2rem;background-color:#000}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-image{width:100%;height:100%;min-height:400px;position:relative}.about-image img{width:100%;height:100%;object-fit:cover;border-radius:.5rem}.about-image:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0000004d,#0000001a,#0000004d);mix-blend-mode:overlay;border-radius:.5rem}.about-content{padding:0 1rem}.about-title{font-size:2.5rem;font-weight:300;margin-bottom:1.5rem;color:var(--text-primary);letter-spacing:1px}.about-text{color:var(--text-secondary);font-size:.95rem;line-height:1.8;font-weight:300;margin-bottom:1rem;text-align:justify}@media(max-width:768px){.about-section{padding:2rem 1rem}.about-container{grid-template-columns:1fr;gap:2rem}.about-image{min-height:300px}.about-title{font-size:1.75rem}.about-text{font-size:.9rem}}@media(max-width:480px){.about-section{padding:1.5rem 1rem}.about-container{gap:1rem}.about-image{min-height:200px}.about-title{font-size:1.5rem;margin-bottom:1rem}.about-text{font-size:.85rem;line-height:1.6}}.cart-bubble{position:fixed;width:60px;height:60px;background-color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;z-index:999;-webkit-user-select:none;user-select:none;transition:box-shadow .3s}.cart-bubble:hover{box-shadow:0 6px 16px #0006}.cart-icon{width:32px;height:32px;color:var(--text-white)}.cart-badge{position:absolute;top:-8px;right:-8px;background-color:#f44;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}@media(max-width:480px){.cart-bubble{display:none}}.cart-view-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.cart-view-content{background-color:var(--bg-primary);border-radius:.5rem;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.cart-view-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--text-secondary)}.cart-view-title{font-size:1.5rem;font-weight:400;color:var(--text-primary);margin:0}.cart-view-close{background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text-primary);transition:opacity .3s;padding:0;width:40px;height:40px}.cart-view-close:hover{opacity:.6}.cart-view-body{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{text-align:center;padding:3rem 0;color:var(--text-secondary)}.cart-items-list{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem;border:1px solid var(--text-secondary);border-radius:.5rem;align-items:center}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:.25rem}.cart-item-details{display:flex;flex-direction:column;gap:.25rem}.cart-item-title{font-size:1rem;font-weight:500;color:var(--text-primary);margin:0}.cart-item-price{font-size:.9rem;color:var(--text-secondary);margin:0}.cart-item-quantity{font-size:.85rem;color:var(--text-secondary);margin:0}.cart-item-total{font-size:1.1rem;font-weight:600;color:var(--text-primary);text-align:right}.cart-view-footer{padding:1.5rem;border-top:1px solid var(--text-secondary)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.25rem}.cart-total-label{font-weight:400;color:var(--text-primary)}.cart-total-price{font-weight:600;color:var(--text-primary)}.cart-checkout-btn{width:100%;background-color:transparent;color:var(--text-primary);padding:.75rem;border:1px solid var(--text-primary);border-radius:0;cursor:pointer;transition:all .3s;font-size:.9rem;letter-spacing:1px;text-transform:uppercase;font-weight:300}.cart-checkout-btn:hover{background-color:var(--text-primary);color:var(--bg-primary)}@media(max-width:480px){.cart-view-content{width:95%;max-height:90vh}.cart-view-header{padding:1rem}.cart-view-title{font-size:1.25rem}.cart-view-body{padding:1rem}.cart-item{grid-template-columns:60px 1fr auto}.cart-item-image{width:60px;height:60px}.cart-item-title{font-size:.9rem}.cart-view-footer{padding:1rem}}.footer{background-color:#0a0a0a;padding:3rem 2rem 2rem;margin-top:0}.footer-container{max-width:80rem;margin:0 auto}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-social{display:flex;align-items:center;gap:1rem}.footer-social-label{font-size:.9rem;color:#b0b0b0;font-weight:500}.footer-social-icons{display:flex;gap:.5rem}.social-icon{width:36px;height:36px;border-radius:50%;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#b0b0b0;transition:all .3s;text-decoration:none}.social-icon svg{width:18px;height:18px}.social-icon:hover{background-color:var(--primary-color);color:#fff}.footer-nav{display:flex;gap:2rem;flex-wrap:wrap;flex:1;justify-content:flex-end}.footer-nav a{color:#b0b0b0;text-decoration:none;font-size:.9rem;transition:color .3s;font-weight:400}.footer-nav a:hover{color:var(--text-white)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:2rem}.footer-copyright{font-size:.85rem;color:#666;margin:0}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:#888;text-decoration:none;font-size:.85rem;transition:color .3s}.footer-legal a:hover{color:var(--text-white)}@media(max-width:768px){.footer{padding:2rem 1rem 1.5rem}.footer-top{flex-direction:column;gap:2rem}.footer-social{flex-direction:column;align-items:flex-start}.footer-nav{justify-content:flex-start;gap:1rem 1.5rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:480px){.footer-nav{gap:.75rem 1rem}.footer-nav a{font-size:.85rem}.footer-social-icons{gap:.75rem}.social-icon{width:32px;height:32px}.social-icon svg{width:16px;height:16px}}.shop-page{min-height:100vh;padding:2rem;background:linear-gradient(to bottom,#1a1a1a,#0a0a0a)}.shop-header{text-align:center;margin-bottom:3rem;padding-top:2rem}.shop-title{font-size:2.5rem;font-weight:700;color:var(--text-white);margin-bottom:.5rem;font-family:Archivo Narrow,sans-serif;text-transform:uppercase;letter-spacing:1px}.shop-subtitle{font-size:1.1rem;color:#b0b0b0;font-weight:300}.shop-controls{max-width:80rem;margin:0 auto 2rem;display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;padding:1.5rem;background:#0030494d;border-radius:8px;box-shadow:0 2px 8px #00000080;border:1px solid rgba(255,255,255,.1)}.filter-group{display:flex;align-items:center;gap:.75rem}.filter-group label{font-weight:500;color:var(--text-white);font-size:.95rem}.shop-select{padding:.5rem 1rem;border:2px solid rgba(255,255,255,.2);border-radius:4px;background:#0000004d;color:var(--text-white);font-size:.95rem;cursor:pointer;transition:all .3s;font-weight:500}.shop-select:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.shop-select:focus{outline:none;box-shadow:0 0 0 3px #0030491a}.shop-products-grid{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:0 1rem}.no-products{text-align:center;padding:4rem 2rem;color:#b0b0b0;font-size:1.1rem}@media(max-width:768px){.shop-page{padding:1rem}.shop-title{font-size:2rem}.shop-subtitle{font-size:1rem}.shop-controls{flex-direction:column;gap:1rem;padding:1rem}.filter-group{width:100%;justify-content:space-between}.shop-select{flex:1}.shop-products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}@media(max-width:480px){.shop-products-grid{grid-template-columns:repeat(2,1fr)}}.checkout-page{min-height:100vh;background-color:var(--bg-primary);padding:6rem 1rem 2rem}.checkout-container{max-width:1400px;margin:0 auto}.checkout-header{text-align:center;margin-bottom:3rem}.checkout-header h1{font-size:2.5rem;font-weight:300;color:var(--text-primary);letter-spacing:1px;margin-bottom:2rem}.checkout-steps{display:flex;justify-content:center;align-items:center;gap:2rem;max-width:500px;margin:0 auto}.step{display:flex;flex-direction:column;align-items:center;gap:.5rem}.step-number{width:40px;height:40px;border-radius:50%;background-color:#ffffff1a;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;font-weight:400;transition:all .3s}.step.active .step-number{background-color:var(--text-primary);color:var(--bg-primary)}.step.completed .step-number{background-color:#ffffff4d;color:var(--text-primary)}.step-label{font-size:.9rem;color:var(--text-secondary);letter-spacing:.5px}.step.active .step-label{color:var(--text-primary)}.step-divider{width:80px;height:2px;background-color:#ffffff1a}.checkout-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.shipping-form{background-color:#ffffff08;padding:2rem}.shipping-form h2{font-size:1.5rem;font-weight:300;color:var(--text-primary);margin-bottom:2rem;letter-spacing:.5px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;margin-bottom:1.5rem}.form-group label{color:var(--text-primary);font-size:.9rem;margin-bottom:.5rem;letter-spacing:.5px;font-weight:300}.form-group input,.form-group select,.form-group textarea{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--text-primary);padding:.875rem;font-size:.95rem;font-family:inherit;transition:all .3s;border-radius:0}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--text-primary);background-color:#ffffff14}.form-group select{cursor:pointer}.form-group select option{background-color:#000;color:var(--text-primary)}.form-group select:disabled{opacity:.5;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:100px}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.order-summary{background-color:#ffffff08;padding:2rem;height:fit-content;position:sticky;top:100px}.order-summary h2{font-size:1.5rem;font-weight:300;color:var(--text-primary);margin-bottom:2rem;letter-spacing:.5px}.summary-items{margin-bottom:2rem}.summary-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.summary-item:last-child{border-bottom:none}.summary-item-image{width:60px;height:60px;object-fit:cover}.summary-item-details{flex:1}.summary-item-details h3{font-size:.95rem;font-weight:400;color:var(--text-primary);margin-bottom:.5rem}.summary-item-qty{font-size:.85rem;color:var(--text-secondary)}.summary-item-price{font-weight:400;color:var(--text-primary)}.summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);color:var(--text-primary);font-size:1.1rem}.total-price{font-weight:400;font-size:1.5rem}.btn-continue,.btn-place-order{width:100%;background-color:var(--text-primary);color:var(--bg-primary);padding:1rem 2rem;border:none;cursor:pointer;transition:all .3s;font-size:.9rem;letter-spacing:1px;text-transform:uppercase;font-weight:400;margin-top:1rem}.btn-continue:hover,.btn-place-order:hover{background-color:#ffffffe6}.review-section{max-width:1200px;margin:0 auto}.review-section>h2{font-size:2rem;font-weight:300;color:var(--text-primary);margin-bottom:2rem;letter-spacing:.5px;text-align:center}.review-grid{display:grid;gap:2rem;margin-bottom:2rem}.review-card{background-color:#ffffff08;padding:2rem}.review-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.review-card-header h3{font-size:1.25rem;font-weight:300;color:var(--text-primary);letter-spacing:.5px}.btn-edit{background-color:transparent;color:var(--text-primary);padding:.5rem 1rem;border:1px solid var(--text-primary);cursor:pointer;transition:all .3s;font-size:.85rem;letter-spacing:.5px;text-transform:uppercase}.btn-edit:hover{background-color:var(--text-primary);color:var(--bg-primary)}.review-card-content p{color:var(--text-secondary);margin-bottom:.75rem;line-height:1.6}.review-card-content p strong{color:var(--text-primary);margin-right:.5rem}.review-items{margin-bottom:1.5rem}.review-item{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.review-item:last-child{border-bottom:none}.review-item-image{width:80px;height:80px;object-fit:cover}.review-item-details{flex:1}.review-item-details h4{font-size:1.1rem;font-weight:400;color:var(--text-primary);margin-bottom:.5rem}.review-item-qty,.review-item-price{font-size:.9rem;color:var(--text-secondary);margin-bottom:.25rem}.review-item-total{font-size:1.1rem;font-weight:400;color:var(--text-primary)}.review-total{padding-top:1.5rem;border-top:2px solid rgba(255,255,255,.1)}.review-total-row{display:flex;justify-content:space-between;padding:.5rem 0;color:var(--text-secondary);font-size:1rem}.review-total-row.total{font-size:1.5rem;color:var(--text-primary);font-weight:400;padding-top:1rem;margin-top:.5rem;border-top:1px solid rgba(255,255,255,.1)}.review-actions{display:flex;gap:1.5rem;justify-content:center}.btn-back,.btn-place-order{padding:1rem 3rem;border:none;cursor:pointer;transition:all .3s;font-size:.9rem;letter-spacing:1px;text-transform:uppercase;font-weight:400}.btn-back{background-color:transparent;color:var(--text-primary);border:1px solid var(--text-primary)}.btn-back:hover{background-color:#ffffff1a}.btn-place-order{background-color:var(--text-primary);color:var(--bg-primary);min-width:250px}.btn-place-order:hover{background-color:#ffffffe6}.empty-checkout{text-align:center;padding:4rem 2rem}.empty-checkout h2{font-size:2rem;font-weight:300;color:var(--text-primary);margin-bottom:1rem}.empty-checkout p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}.btn-back-shop{background-color:var(--text-primary);color:var(--bg-primary);padding:1rem 2rem;border:none;cursor:pointer;transition:all .3s;font-size:.9rem;letter-spacing:1px;text-transform:uppercase;font-weight:400}.btn-back-shop:hover{background-color:#ffffffe6}@media(max-width:1024px){.checkout-grid{grid-template-columns:1fr}.order-summary{position:relative;top:0;order:-1}}@media(max-width:768px){.checkout-page{padding-top:5rem}.checkout-header h1{font-size:2rem}.checkout-steps{gap:1rem}.step-divider{width:50px}.form-row{grid-template-columns:1fr}.shipping-form,.order-summary,.review-card{padding:1.5rem}.review-actions{flex-direction:column-reverse;gap:1rem}.btn-back,.btn-place-order{width:100%}}@media(max-width:480px){.checkout-page{padding:5rem 1rem 1rem}.checkout-header h1{font-size:1.75rem}.step-label{font-size:.8rem}.step-number{width:35px;height:35px}.shipping-form,.order-summary,.review-card{padding:1rem}.review-item{flex-direction:column}.review-item-image{width:100%;height:200px}}
