body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#fff;color:#1d1f22}.app-container{max-width:1440px;margin:0 auto;padding:0 2rem 5rem;background-color:#fff}.header{height:80px;display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid #e5e5e5;margin-bottom:40px;position:relative;z-index:100}.nav-categories{display:flex;gap:16px}.nav-categories a{text-decoration:none;color:#1d1f22;text-transform:uppercase;padding:10px 15px;font-weight:600;border-bottom:2px solid transparent;transition:all .3s ease}.nav-categories a.active,.nav-categories a:hover{color:#5ece7b;border-bottom:2px solid #5ece7b}.logo{font-size:20px;font-weight:700;letter-spacing:1px;position:absolute;left:50%;transform:translate(-50%)}.header-actions{display:flex;align-items:center;justify-content:flex-end}.cart-icon-wrapper{position:relative;cursor:pointer;padding:10px}.cart-badge{position:absolute;top:0;right:0;background-color:#1d1f22;color:#fff;font-size:14px;font-weight:700;font-family:Roboto,sans-serif;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.category-title{font-weight:400;font-size:42px;margin-bottom:30px;text-transform:capitalize}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:40px}.product-card{padding:16px;background:#fff;transition:box-shadow .3s ease;cursor:pointer;position:relative}.product-card:hover{box-shadow:0 4px 35px #a8acb030}.image-container{width:100%;height:330px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:24px;position:relative}.product-image{width:100%;height:100%;object-fit:contain}.no-image{background:#f1f2f3;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#a3a5ad}.product-info{display:flex;flex-direction:column;gap:8px}.product-name{margin:0;font-size:18px;font-weight:300;color:#1d1f22}.product-category{margin:0;font-size:14px;color:#8d8f9a;text-transform:capitalize}.type-badge{align-self:flex-start;background-color:#1d1f22;color:#fff;padding:4px 8px;border-radius:4px;font-size:.7rem;text-transform:uppercase;letter-spacing:1px}.product-card.out-of-stock{opacity:.5;cursor:default}.product-card.out-of-stock:hover{box-shadow:none}.out-of-stock-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;color:#8d8f9a;font-weight:400;z-index:10}.quick-shop-btn{position:absolute;right:30px;bottom:60px;background-color:#5ece7b;width:52px;height:52px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .3s ease;box-shadow:0 4px 11px #1d1f221a;z-index:20}.product-card:hover .quick-shop-btn{opacity:1;bottom:70px}.quick-shop-btn:hover{background-color:#4eb068;transform:scale(1.05)}.pdp-container{display:flex;gap:100px;padding:40px 0;max-width:1200px;margin:0 auto}.pdp-gallery-section{display:flex;gap:30px;flex:2}.pdp-thumbnails{display:flex;flex-direction:column;gap:30px;max-height:550px;overflow-y:auto}.pdp-thumbnails::-webkit-scrollbar{width:5px}.pdp-thumbnails img{width:80px;height:80px;object-fit:contain;cursor:pointer;border:1px solid transparent}.pdp-thumbnails img.active-thumbnail{border:1px solid #5ECE7B}.pdp-main-image-container{flex:1;position:relative;display:flex;align-items:center;justify-content:center}.pdp-main-image{width:100%;max-height:550px;object-fit:contain}.pdp-image-arrows{position:absolute;width:100%;display:flex;justify-content:space-between;padding:0 10px}.arrow-btn{background:#00000080;color:#fff;border:none;width:32px;height:32px;cursor:pointer;font-size:18px}.pdp-info-section{flex:1;display:flex;flex-direction:column}.pdp-brand{font-size:30px;font-weight:600;margin:0 0 10px}.pdp-name{font-size:30px;font-weight:400;margin:0 0 30px}.attribute-name{font-family:Roboto Condensed,sans-serif;font-size:18px;font-weight:700;margin-bottom:8px}.attribute-items{display:flex;gap:10px;margin-bottom:24px}.attr-btn{cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.text-swatch{min-width:63px;height:45px;border:1px solid #1D1F22;background:#fff;font-family:Source Sans Pro,sans-serif;font-size:16px}.text-swatch.selected{background:#1d1f22;color:#fff}.color-swatch{width:32px;height:32px;border:1px solid rgba(0,0,0,.1);outline:1px solid transparent}.color-swatch.selected{outline:1px solid #5ECE7B;outline-offset:2px}.price-label{font-family:Roboto Condensed,sans-serif;font-size:18px;font-weight:700;margin-bottom:10px}.pdp-price{font-size:24px;font-weight:700;margin:0 0 20px}.pdp-add-to-cart{background:#5ece7b;color:#fff;border:none;width:292px;height:52px;font-size:16px;font-weight:600;cursor:pointer;margin-bottom:40px;transition:background .2s}.pdp-add-to-cart:hover:not(.disabled){background:#4eb068}.pdp-add-to-cart.disabled{background:#c3c3c3;cursor:not-allowed}.pdp-description{font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:1.6;max-width:292px}.cart-overlay-backdrop{position:fixed;top:80px;left:0;width:100vw;height:calc(100vh - 80px);background-color:#39374838;z-index:99}.cart-overlay{position:absolute;top:80px;right:20px;width:325px;max-height:600px;background:#fff;padding:32px 16px;z-index:100;display:flex;flex-direction:column;box-shadow:0 4px 11px #1d1f221a}.cart-overlay-title{font-size:16px;font-weight:500;margin-bottom:32px}.cart-items-container{overflow-y:auto;flex-grow:1;display:flex;flex-direction:column;gap:40px;margin-bottom:30px}.cart-items-container::-webkit-scrollbar{width:4px}.cart-item{display:flex;justify-content:space-between}.cart-item-info{flex:1}.cart-item-name{font-size:16px;font-weight:300;margin-bottom:5px}.cart-item-price{font-size:16px;font-weight:500;margin-bottom:10px}.cart-attr-name{font-size:14px;margin-bottom:5px}.cart-attr-items{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px}.cart-attr-btn{display:flex;align-items:center;justify-content:center;border:1px solid #1D1F22;font-size:12px;cursor:default}.cart-attr-btn.text{min-width:24px;height:24px;padding:0 5px}.cart-attr-btn.color{width:16px;height:16px;outline:1px solid transparent}.cart-attr-btn.selected{background:#1d1f22;color:#fff}.cart-attr-btn.color.selected{outline:1px solid #5ECE7B;outline-offset:1px}.cart-item-actions{display:flex;gap:10px}.quantity-controls{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.quantity-controls button{width:24px;height:24px;background:#fff;border:1px solid #1D1F22;cursor:pointer;font-size:16px}.cart-item-image{width:120px;height:190px;object-fit:contain}.cart-total-section{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-family:Roboto,sans-serif;margin-bottom:30px}.cart-total-label{font-weight:500}.cart-total-price{font-weight:700}.place-order-btn{width:100%;height:43px;background:#5ece7b;color:#fff;border:none;font-size:14px;font-weight:600;cursor:pointer}
