*{margin:0;padding:0;box-sizing:border-box}a{cursor:pointer;color:#000;text-decoration:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:#1a1a1a}.container{max-width:1200px;margin:0 auto;padding:0 20px}nav{border-bottom:1px solid #e0e0e0;padding:25px 0;margin-bottom:40px;position:sticky;top:0;z-index:1000;background-color:#fff}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.nav-logo{max-width:80px;cursor:pointer;justify-self:center}.nav-links{display:flex;gap:30px}.nav-links-left{justify-content:flex-start}.nav-links-right{justify-content:flex-end}.nav-links a{text-decoration:none;color:#1a1a1a;font-size:14px;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:opacity .3s}.nav-links a:hover{opacity:.6}.menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-line{width:24px;height:2px;background:#1a1a1a;transition:all .3s}.mobile-menu{position:fixed;top:0;left:-100%;width:280px;height:100vh;background:#fff;z-index:2000;transition:left .3s ease;box-shadow:2px 0 8px #0000001a}.mobile-menu.open{left:0}.mobile-menu-header{padding:20px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:flex-end}.close-menu{background:transparent;border:none;font-size:32px;cursor:pointer;color:#1a1a1a;padding:0;width:auto;line-height:1}.mobile-menu-links{display:flex;flex-direction:column;padding:20px}.mobile-menu-links a{padding:16px 0;text-decoration:none;color:#1a1a1a;font-size:16px;text-transform:uppercase;letter-spacing:1px;cursor:pointer;border-bottom:1px solid #e0e0e0;transition:opacity .3s}.mobile-menu-links a:hover{opacity:.6}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:1500}.shop-container{display:flex;flex-direction:column;gap:30px}.filter-scroll-container{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.filter-scroll-container::-webkit-scrollbar{display:none}.filter-buttons{display:flex;gap:10px;min-width:-moz-min-content;min-width:min-content;padding-bottom:4px}.filter-btn{padding:10px 20px;background:#fff;border:1px solid #ccc;color:#1a1a1a;font-size:14px;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;white-space:nowrap;transition:all .3s;border-radius:4px;width:auto;flex-shrink:0}.filter-btn:hover{border-color:#1a1a1a;background:#f5f5f5;color:#c5c5c5}.filter-btn.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}#products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:60px}.product-card{cursor:pointer;text-decoration:none;color:inherit}.product-card:hover{border:.5px solid rgb(243,243,243)}.product-images{position:relative;aspect-ratio:3/4;overflow:hidden;margin-bottom:12px;background:#f5f5f5}.product-images img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;transition:opacity .3s}.product-images img:first-child{opacity:1;z-index:2}.product-images img:nth-child(2){opacity:0;z-index:1}.product-card:hover .product-images img:first-child{opacity:0}.product-card:hover .product-images img:nth-child(2){opacity:1}.product-badge-one{position:absolute;bottom:12px;left:0;background:#dc2626;color:#fff;padding:3px 10px;border-radius:0;font-size:12px;font-weight:600;z-index:3}.product-badge-two{position:absolute;top:50px;left:0;background:#dc2626;color:#fff;padding:3px 10px;border-radius:0;font-size:12px;font-weight:600;z-index:3}.product-info h3{font-size:14px;font-weight:500;margin-bottom:4px}.product-info p{font-size:14px;color:#666}.product-info .price-section{margin-top:8px}.product-info .original-price{text-decoration:line-through;color:#999;font-size:12px}.product-info .current-price{font-weight:600;color:#dc2626;font-size:14px}.product-info{padding:0 0 0 10px}#product-detail{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:60px}.product-gallery{display:grid;gap:20px}.carousel-container{position:relative;background:#f5f5f5;aspect-ratio:3/4;display:flex;align-items:center;justify-content:center;overflow:hidden}.carousel-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.carousel-btn{position:absolute;background:#00000080;color:#fff;border:none;padding:10px 15px;cursor:pointer;font-size:18px;z-index:10;border-radius:4px}.carousel-btn:hover{background:#000c}.carousel-btn.prev{left:10px}.carousel-btn.next{right:10px}.carousel-indicator{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;border:none}.carousel-dot.active{background:#fff}.product-content h1{font-size:32px;margin-bottom:12px}.product-content .price{font-size:24px;margin-bottom:24px;font-weight:600}.product-content .price.discounted{color:#dc2626}.product-content .original-price{text-decoration:line-through;color:#999;font-size:18px;display:block;margin-bottom:8px}.product-content .description{margin-bottom:32px;color:#666;line-height:1.8}button{background:#1a1a1a;color:#fff;border:none;padding:16px 40px;font-size:14px;text-transform:uppercase;letter-spacing:1px;cursor:pointer;width:100%;border-radius:4px;transition:background .3s}button:hover:not(:disabled){background:#333}button:disabled{opacity:.5;cursor:not-allowed}.checkout-container{display:grid;grid-template-columns:1.5fr 1fr;gap:60px;margin-top:40px}.checkout-form h3{margin:24px 0 16px}.checkout-form h3:first-child{margin-top:0}.checkout-form input,.checkout-form select{width:100%;padding:12px;margin-bottom:12px;border:1px solid #e0e0e0;font-size:14px;border-radius:4px}.checkout-form input:focus,.checkout-form select:focus{outline:none;border-color:#1a1a1a}.order-summary{background:#f9f9f9;padding:24px;height:-moz-fit-content;height:fit-content;border-radius:4px}.checkout-item{display:flex;gap:16px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e0e0e0}.checkout-item img{width:80px;height:100px;-o-object-fit:cover;object-fit:cover;background:#fff;border-radius:4px}.checkout-item-info h4{font-size:14px;font-weight:500;margin-bottom:4px}.checkout-item-info p{font-size:14px;color:#666}.summary-total{display:flex;justify-content:space-between;font-size:18px;font-weight:600;margin-top:20px;padding-top:20px;border-top:2px solid #1a1a1a}.cart-title{margin-bottom:32px;font-size:28px}.empty-cart{padding:60px 0;text-align:center}.empty-cart h2{margin-bottom:16px}.empty-cart p{margin-bottom:24px;color:#666}.empty-cart button{padding:12px 24px;width:auto}.cart-layout{display:grid;grid-template-columns:2fr 1fr;gap:32px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:20px}.cart-item-card{display:flex;gap:20px;padding:20px;border:1px solid #e5e5e5;background:#fff;border-radius:4px}.cart-item-card img{width:140px;height:140px;-o-object-fit:cover;object-fit:cover;border-radius:4px}.cart-item-details{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item-details h3{margin-bottom:10px;font-size:16px;font-weight:500}.cart-item-price{margin-bottom:16px}.price-original{text-decoration:line-through;color:#999;font-size:14px}.price-current{font-weight:500;font-size:15px}.discount-badge{margin-left:8px;color:#dc2626;font-size:14px;font-weight:600}.cart-item-price-single{margin-bottom:16px;color:#555}.quantity-controls{display:flex;align-items:center;gap:12px}.quantity-btn{width:32px;height:32px;border:1px solid #ccc;background:#fff;color:#1a1a1a;cursor:pointer;padding:0;font-size:16px;border-radius:4px;transition:all .3s}.quantity-btn:hover{background:#f5f5f5;border-color:#1a1a1a;color:#fff}.quantity-display{min-width:30px;text-align:center;font-weight:500}.cart-item-actions{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.item-total{font-weight:700;font-size:18px}.remove-btn{border:none;background:transparent;color:#dc2626;cursor:pointer;padding:4px 0;width:auto;text-decoration:underline;font-size:14px}.remove-btn:hover{background:transparent;color:#ffa8a8}.cart-summary{border:1px solid #e5e5e5;padding:24px;position:sticky;top:100px;background:#fff;border-radius:4px}.cart-summary h3{margin-bottom:24px;font-size:20px}.summary-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:15px}.savings-row{color:#16a34a;font-weight:500}.savings-amount{font-weight:600}.summary-divider{height:1px;background:#e5e5e5;margin:20px 0}.summary-total{display:flex;justify-content:space-between;font-weight:700;font-size:20px;margin-bottom:16px}.total-savings-badge{background:#dcfce7;color:#16a34a;padding:12px;text-align:center;border-radius:4px;font-weight:600;font-size:14px;margin-bottom:20px}.checkout-btn{width:100%;padding:14px;background:#1a1a1a;color:#fff;border:none;cursor:pointer;font-size:14px;text-transform:uppercase;letter-spacing:1px;border-radius:4px}.checkout-btn:hover{background:#333}.cart-container{margin-bottom:60px}.cart-item{display:flex;gap:16px;padding:20px;border-bottom:1px solid #e0e0e0;align-items:flex-start}.cart-item img{width:100px;height:120px;-o-object-fit:cover;object-fit:cover;border-radius:4px}.cart-item-info{flex:1}.cart-item-info h3{font-size:16px;font-weight:500;margin-bottom:8px}.cart-item-actions{display:flex;gap:10px;align-items:center;margin-top:10px}.cart-item-actions button{padding:8px 12px;font-size:12px}footer{border-top:1px solid #e0e0e0;padding:20px 0;margin-top:70px;text-align:center}.footer-content{display:flex;flex-direction:row;justify-content:space-between}footer a{text-decoration:none;color:#1a1a1a;transition:opacity .3s}.footer-section div{display:flex;gap:3rem}.footer-section{display:flex;gap:1rem}footer a:hover{opacity:.6}@media (max-width: 1024px){#products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.menu-toggle{display:flex}.nav-links{display:none}.nav-container{grid-template-columns:auto 1fr auto}.nav-logo{max-width:60px}.filter-btn{padding:8px 16px;font-size:13px}#products-grid{grid-template-columns:repeat(2,1fr);gap:20px}#product-detail,.checkout-container{grid-template-columns:1fr;gap:30px}footer{flex-direction:column;background-color:#f0f0f0}.cart-layout{display:flex;flex-direction:column;gap:32px;align-items:start}.cart-layout div{width:100%}}@media (max-width: 480px){#products-grid{grid-template-columns:1fr}.mobile-menu{width:100%}.checkout-container{gap:20px}}.text-right{text-align:right}ul{list-style:none}.min-hight{min-height:60vh}
