.navbar{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 2rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000000d}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-size:1.5rem;font-weight:700;color:#333;text-decoration:none;transition:color .2s}.navbar-logo:hover{color:#667eea}.navbar-links{display:flex;align-items:center;gap:2rem}.navbar-link{display:flex;align-items:center;gap:.5rem;color:#666;text-decoration:none;font-weight:500;font-size:1rem;transition:color .2s;position:relative;padding:.5rem 0}.navbar-link:hover{color:#333}.navbar-link.active{color:#667eea}.navbar-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#667eea}.navbar-link.cart-link{padding:.5rem 1rem;background-color:#333;color:#fff;border-radius:8px;transition:background-color .2s}.navbar-link.cart-link:hover{background-color:#555;color:#fff}.navbar-link.cart-link.active{background-color:#667eea;color:#fff}.navbar-link.cart-link.active:after{display:none}@media (max-width: 768px){.navbar{padding:1rem}.navbar-links{gap:1rem}.navbar-link{font-size:.9rem}.navbar-link:not(.cart-link){display:none}}.footer{background-color:#1a1a1a;color:#fff;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.footer-description{color:#ccc;line-height:1.6;margin-bottom:1.5rem;font-size:.9rem}.footer-social{display:flex;gap:1rem}.social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#333;border-radius:50%;color:#fff;transition:background-color .2s,transform .2s;text-decoration:none}.social-link:hover{background-color:#667eea;transform:translateY(-2px)}.footer-heading{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ccc;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:#667eea}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:#ccc;font-size:.9rem}.footer-contact svg{flex-shrink:0;color:#667eea;margin-top:2px}.footer-bottom{border-top:1px solid #333;padding:1.5rem 2rem}.footer-bottom-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#999;font-size:.9rem;margin:0}.footer-legal{display:flex;gap:1rem;align-items:center}.footer-legal a{color:#999;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-legal a:hover{color:#667eea}.footer-legal span{color:#666}@media (max-width: 768px){.footer-container{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}.footer-bottom-content{flex-direction:column;text-align:center}.footer-legal{flex-wrap:wrap;justify-content:center}}.storefront{min-height:100vh;display:flex;flex-direction:column}.hero{position:relative;width:100%;height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-image img{width:100%;height:100%;object-fit:cover;opacity:.3}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:2rem;max-width:800px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);animation:fadeInUp .8s ease}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.95;animation:fadeInUp .8s ease .2s both}.hero-cta{display:inline-block;padding:1rem 2.5rem;background-color:#fff;color:#333;text-decoration:none;border-radius:8px;font-size:1.125rem;font-weight:600;transition:transform .2s,box-shadow .2s;animation:fadeInUp .8s ease .4s both;box-shadow:0 4px 12px #0003}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.features{padding:4rem 2rem;background-color:#fff}.features-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem;border-radius:12px;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.feature-card svg{color:#667eea;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.5rem}.feature-card p{color:#666;font-size:.9rem}.featured-products{padding:4rem 2rem;background-color:#f8f9fa}.featured-products-container{max-width:1200px;margin:0 auto}.featured-products-title{font-size:2.5rem;font-weight:700;text-align:center;color:#333;margin-bottom:.5rem}.featured-products-subtitle{text-align:center;color:#666;font-size:1.1rem;margin-bottom:3rem}.featured-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.featured-product-card{background-color:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #0000001a}.featured-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.featured-product-image{position:relative;width:100%;padding-top:100%;overflow:hidden;background-color:#f0f0f0}.featured-product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s}.featured-product-card:hover .featured-product-image img{transform:scale(1.05)}.featured-product-badge{position:absolute;top:1rem;right:1rem;background-color:#e74c3c;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600;z-index:1}.featured-product-info{padding:1.5rem}.featured-product-name{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.75rem}.featured-product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.featured-product-rating .stars{display:flex;gap:.25rem}.featured-product-rating .star{color:#ddd;font-size:.875rem}.featured-product-rating .star.filled{color:#ffc107}.featured-product-rating .rating-count{color:#666;font-size:.875rem}.featured-product-pricing{display:flex;align-items:center;gap:1rem}.featured-product-price{font-size:1.5rem;font-weight:700;color:#333}.featured-product-original-price{font-size:1rem;color:#999;text-decoration:line-through}.featured-products-cta{text-align:center}.view-all-btn{display:inline-block;padding:1rem 2.5rem;background-color:#333;color:#fff;text-decoration:none;border-radius:8px;font-size:1.125rem;font-weight:600;transition:background-color .2s,transform .2s}.view-all-btn:hover{background-color:#555;transform:translateY(-2px)}@media (max-width: 768px){.hero{height:500px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.features-container{grid-template-columns:1fr}.featured-products{padding:3rem 1.5rem}.featured-products-title{font-size:2rem}.featured-products-grid{grid-template-columns:1fr;gap:1.5rem}}.product-listing-page{min-height:100vh;background-color:#f5f5f5}.listing-header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 2rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000000d}.cart-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#333;color:#fff;text-decoration:none;border-radius:8px;font-size:1rem;font-weight:500;transition:background-color .2s;position:relative}.cart-link:hover{background-color:#555}.listing-container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.listing-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:.5rem;text-align:center}.listing-subtitle{font-size:1.125rem;color:#666;text-align:center;margin-bottom:3rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{background-color:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #0000001a}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.product-card-image{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background-color:#f5f5f5}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-badge{position:absolute;top:1rem;right:1rem;background-color:#e74c3c;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;font-weight:600}.product-card-info{padding:1.5rem}.product-card-name{font-size:1.125rem;font-weight:600;color:#333;margin-bottom:.75rem}.product-card-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.stars{display:flex;gap:.125rem}.star{color:#ddd;font-size:.875rem}.rating-count{font-size:.875rem;color:#666}.product-card-pricing{display:flex;align-items:center;gap:.75rem}.product-card-price{font-size:1.25rem;font-weight:700;color:#333}.product-card-original-price{font-size:1rem;color:#999;text-decoration:line-through}@media (max-width: 768px){.listing-container{padding:2rem 1rem}.listing-title{font-size:2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}}@media (max-width: 480px){.products-grid{grid-template-columns:1fr}}.image-gallery{display:flex;flex-direction:column;gap:1rem}.gallery-main{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background-color:#f5f5f5}.main-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.main-image:hover{transform:scale(1.05)}.gallery-thumbnails{display:flex;gap:.75rem;overflow-x:auto;padding:.5rem 0}.thumbnail{flex-shrink:0;width:80px;height:80px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;background-color:#f5f5f5;transition:border-color .2s;padding:0}.thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail:hover{border-color:#ccc}.thumbnail.active{border-color:#333}@media (max-width: 640px){.thumbnail{width:60px;height:60px}}.product-details{display:flex;flex-direction:column;gap:1.5rem}.product-title{font-size:2rem;font-weight:700;color:#333;margin:0}.product-rating{display:flex;align-items:center;gap:.75rem}.stars{display:flex;gap:.25rem}.star{color:#ddd;font-size:1.25rem}.star.filled{color:#ffc107}.rating-text{color:#666;font-size:.9rem}.product-pricing{display:flex;align-items:center;gap:1rem}.current-price{font-size:2rem;font-weight:700;color:#333}.original-price{font-size:1.25rem;color:#999;text-decoration:line-through}.discount-badge{background-color:#e74c3c;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;font-weight:600}.product-description{color:#666;line-height:1.6;font-size:1rem}.product-options{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.option-group{display:flex;flex-direction:column;gap:.75rem}.option-label{font-weight:600;color:#333;font-size:.9rem}.color-options{display:flex;gap:.75rem;flex-wrap:wrap}.color-option{width:40px;height:40px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:all .2s;position:relative}.color-option:hover{transform:scale(1.1)}.color-option.active{border-color:#333;box-shadow:0 0 0 2px #fff,0 0 0 4px #333}.size-options{display:flex;gap:.75rem;flex-wrap:wrap}.size-option{min-width:50px;padding:.5rem 1rem;border:2px solid #e0e0e0;border-radius:8px;background-color:#fff;cursor:pointer;font-weight:500;transition:all .2s;color:#333}.size-option:hover{border-color:#999}.size-option.active{border-color:#333;background-color:#333;color:#fff}.quantity-selector{display:flex;align-items:center;gap:1rem;border:2px solid #e0e0e0;border-radius:8px;width:fit-content}.quantity-btn{width:40px;height:40px;border:none;background-color:transparent;cursor:pointer;font-size:1.5rem;color:#333;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.quantity-btn:hover{background-color:#f5f5f5}.quantity-value{min-width:30px;text-align:center;font-weight:600;color:#333}.product-actions{display:flex;gap:1rem}.add-to-cart-btn{flex:1;padding:1rem 2rem;background-color:#333;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.add-to-cart-btn:hover:not(:disabled){background-color:#555}.add-to-cart-btn:disabled{background-color:#ccc;cursor:not-allowed}.wishlist-btn{width:56px;height:56px;border:2px solid #e0e0e0;border-radius:8px;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#333}.wishlist-btn:hover{border-color:#333;background-color:#f5f5f5}.product-features{display:flex;flex-direction:column;gap:1rem;padding-top:1rem}.feature{display:flex;align-items:center;gap:.75rem;color:#666;font-size:.9rem}.feature svg{flex-shrink:0}@media (max-width: 640px){.product-title,.current-price{font-size:1.5rem}.product-actions{flex-direction:column}.wishlist-btn{width:100%}}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000;display:flex;justify-content:flex-end;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-sidebar{width:100%;max-width:450px;height:100%;background-color:#fff;display:flex;flex-direction:column;animation:slideIn .3s ease;box-shadow:-2px 0 8px #0000001a}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.cart-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#333}.close-btn{width:32px;height:32px;border:none;background-color:transparent;font-size:1.5rem;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.close-btn:hover{background-color:#f5f5f5}.cart-empty{flex:1;display:flex;align-items:center;justify-content:center;color:#999}.cart-items{flex:1;overflow-y:auto;padding:1rem}.cart-item{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid #f0f0f0;position:relative}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-item-name{margin:0;font-size:1rem;font-weight:600;color:#333}.cart-item-options{margin:0;font-size:.875rem;color:#666}.cart-item-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.cart-item-quantity{display:flex;align-items:center;gap:.5rem;border:1px solid #e0e0e0;border-radius:4px;padding:.25rem}.quantity-btn-small{width:24px;height:24px;border:none;background-color:transparent;cursor:pointer;font-size:1rem;color:#333;display:flex;align-items:center;justify-content:center;border-radius:2px;transition:background-color .2s}.cart-item-price{font-weight:600;color:#333;font-size:1rem}.remove-btn{position:absolute;top:1rem;right:1rem;width:24px;height:24px;border:none;background-color:transparent;font-size:1.5rem;cursor:pointer;color:#999;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.cart-footer{padding:1.5rem;border-top:1px solid #e0e0e0;background-color:#fff}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.total-label{font-size:1.125rem;font-weight:600;color:#333}.total-amount{font-size:1.5rem;font-weight:700;color:#333}.checkout-btn{width:100%;padding:1rem;background-color:#333;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.checkout-btn:hover{background-color:#555}@media (max-width: 640px){.cart-sidebar{max-width:100%}}.checkout-page{min-height:100vh;background-color:#f5f5f5;padding:2rem}.checkout-container{max-width:1200px;margin:0 auto}.back-btn{background:none;border:none;color:#666;cursor:pointer;font-size:1rem;margin-bottom:2rem;padding:.5rem;transition:color .2s}.back-btn:hover{color:#333}.checkout-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.checkout-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:2rem}.checkout-form{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.form-section{margin-bottom:2rem}.form-section-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333;font-size:.9rem}.form-group input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s;font-family:inherit}.form-group input:focus{outline:none;border-color:#333}.form-group input.error{border-color:#e74c3c}.error-message{display:block;color:#e74c3c;font-size:.875rem;margin-top:.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.submit-btn{width:100%;padding:1rem;background-color:#333;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:1rem}.submit-btn:hover:not(:disabled){background-color:#555}.submit-btn:disabled{background-color:#ccc;cursor:not-allowed}.checkout-summary{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;height:fit-content;position:sticky;top:2rem}.summary-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.summary-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;max-height:400px;overflow-y:auto}.summary-item{display:flex;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.summary-item-image{width:60px;height:60px;object-fit:cover;border-radius:8px;flex-shrink:0}.summary-item-details{flex:1}.summary-item-details h4{margin:0 0 .25rem;font-size:.9rem;font-weight:600;color:#333}.summary-item-details p{margin:0;font-size:.875rem;color:#666}.summary-item-price{font-weight:600;color:#333;font-size:.9rem}.summary-total{padding-top:1rem;border-top:1px solid #e0e0e0}.summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;color:#666;font-size:.9rem}.summary-row.total-row{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0;font-size:1.125rem;font-weight:700;color:#333}@media (max-width: 968px){.checkout-content{grid-template-columns:1fr}.checkout-summary{position:static}}@media (max-width: 640px){.checkout-page{padding:1rem}.checkout-form{padding:1.5rem}.form-row{grid-template-columns:1fr}}.success-page{min-height:100vh;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;padding:2rem}.success-container{background-color:#fff;padding:4rem 2rem;border-radius:12px;box-shadow:0 4px 16px #0000001a;text-align:center;max-width:600px;animation:fadeInUp .5s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.success-icon{width:120px;height:120px;margin:0 auto 2rem;background-color:#28a745;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;animation:scaleIn .5s ease .2s both}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:1rem}.success-message{font-size:1.125rem;color:#666;line-height:1.6;margin-bottom:2rem}.continue-btn{display:inline-block;padding:1rem 2rem;background-color:#333;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;text-decoration:none}.continue-btn:hover{background-color:#555}@media (max-width: 640px){.success-container{padding:3rem 1.5rem}.success-title{font-size:1.5rem}.success-icon{width:100px;height:100px}}.product-page{min-height:100vh;background-color:#fff}.header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 2rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000000d}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#333;text-decoration:none}.product-not-found{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.back-link{color:#667eea;text-decoration:none;font-weight:500}.back-link:hover{text-decoration:underline}.cart-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#333;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:background-color .2s;position:relative;text-decoration:none}.cart-button:hover{background-color:#555}.cart-badge{position:absolute;top:-8px;right:-8px;background-color:#e74c3c;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.product-container{max-width:1200px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem}@media (max-width: 968px){.product-container{grid-template-columns:1fr;gap:2rem}}.cart-page{min-height:100vh;background-color:#f5f5f5}.cart-page-header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 2rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000000d}.cart-page-container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.back-link{display:inline-block;color:#667eea;text-decoration:none;font-weight:500;margin-bottom:2rem;transition:color .2s}.back-link:hover{color:#5568d3;text-decoration:underline}.cart-page-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:2rem}.cart-empty-state{text-align:center;padding:4rem 2rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.cart-empty-state svg{color:#ccc;margin-bottom:1.5rem}.cart-empty-state h2{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:.5rem}.cart-empty-state p{color:#666;margin-bottom:2rem}.shop-btn{display:inline-block;padding:1rem 2rem;background-color:#333;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background-color .2s}.shop-btn:hover{background-color:#555}.cart-items-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cart-page-item{display:flex;gap:1.5rem;padding:1.5rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;position:relative}.cart-page-item-image{width:120px;height:120px;object-fit:cover;border-radius:8px;flex-shrink:0}.cart-page-item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-page-item-name{font-size:1.125rem;font-weight:600;color:#333;margin:0}.cart-page-item-options{font-size:.9rem;color:#666;margin:0}.cart-page-item-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.cart-page-item-quantity{display:flex;align-items:center;gap:.5rem;border:1px solid #e0e0e0;border-radius:4px;padding:.25rem}.quantity-btn-small{width:28px;height:28px;border:none;background-color:transparent;cursor:pointer;font-size:1rem;color:#333;display:flex;align-items:center;justify-content:center;border-radius:2px;transition:background-color .2s}.quantity-btn-small:hover{background-color:#f5f5f5}.cart-page-item-price{font-weight:600;color:#333;font-size:1.125rem}.remove-btn{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border:none;background-color:transparent;font-size:1.5rem;cursor:pointer;color:#999;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.remove-btn:hover{color:#e74c3c;background-color:#ffe0e0}.cart-page-summary{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;position:sticky;top:100px}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;color:#666;font-size:1rem}.summary-row.total-row{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0;font-size:1.25rem;font-weight:700;color:#333}.checkout-btn-large{width:100%;padding:1rem;background-color:#333;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:1.5rem}.checkout-btn-large:hover{background-color:#555}@media (max-width: 768px){.cart-page-container{padding:2rem 1rem}.cart-page-title{font-size:2rem}.cart-page-item{flex-direction:column}.cart-page-item-image{width:100%;height:200px}.cart-page-summary{position:static}}.App{min-height:100vh}*{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;background-color:#f5f5f5;color:#333}#root{min-height:100vh}
