:root{--text-maroon:#74252b;--text-dark:#2a1f1f;--font-sans:'Outfit',sans-serif;--bg-light:#fbf4f1;--bg-card:#fdfaf9;--border-soft:#dcb3b3;--pink-light:#f9ebeb}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background-color:#fff;color:var(--text-dark);min-height:100vh;overflow-x:hidden}.btn-gallery{position:absolute;bottom:12px;left:12px;background:rgba(255,255,255,.92);border:none;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-maroon);font-size:1rem;cursor:pointer;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.12);transition:background .2s,color .2s}.btn-gallery:hover{background:var(--text-maroon);color:#fff}.gallery-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s ease}.gallery-modal.active{opacity:1;visibility:visible}.gallery-modal-box{background:#fff;border-radius:20px;overflow:hidden;max-width:420px;width:93%;height:80%;position:relative;display:flex;flex-direction:column;box-shadow:0 24px 70px rgba(0,0,0,.28);padding:20px 10px 15px}.gallery-close{position:absolute;top:12px;right:14px;background:rgba(255,255,255,.85);border:none;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#555;font-size:.85rem;cursor:pointer;z-index:20;box-shadow:0 1px 5px rgba(0,0,0,.15);transition:background .2s,color .2s}.gallery-close:hover{background:var(--text-maroon);color:#fff}.gallery-content{position:relative;background:#f0eded;width:100%;flex:1;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:24px 60px;border-radius:20px}.gallery-img-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.gallery-main-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:opacity .2s ease}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:none;color:#555;width:36px;height:36px;border-radius:50%;font-size:.85rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.15);transition:background .2s,color .2s;z-index:5}.gallery-nav:hover{background:var(--text-maroon);color:#fff}.gallery-prev{left:12px}.gallery-next{right:12px}.gallery-thumbnails{display:flex;gap:8px;padding:14px 16px;overflow-x:auto;background:#fff;justify-content:center}.gallery-thumbnails::-webkit-scrollbar{height:4px}.gallery-thumbnails::-webkit-scrollbar-thumb{background:#dcb3b3;border-radius:4px}.gallery-thumb{width:64px;height:64px;object-fit:contain;border-radius:8px;cursor:pointer;opacity:.75;transition:.22s;border:2.5px solid transparent;background:#f0eded;flex-shrink:0}.gallery-thumb:hover{opacity:1}.gallery-thumb.active{opacity:1;border-color:var(--text-maroon);box-shadow:0 0 0 1px var(--text-maroon)}@media (max-width:768px){.gallery-modal-box{padding:20px 10px 15px;width:95%;max-height:90vh}.gallery-close{top:10px;right:10px;width:28px;height:28px;font-size:.75rem}.gallery-content{padding:10px 35px;height:280px}.gallery-nav{width:32px;height:32px;font-size:.75rem}.gallery-prev{left:5px}.gallery-next{right:5px}.gallery-thumbnails{padding:10px 5px;gap:6px}.gallery-thumb{width:56px;height:56px}}header{display:flex;justify-content:space-between;align-items:center;padding:10px 30px;position:fixed;top:0;width:100%;background-color:#e8c5c2;z-index:100}.logo{text-decoration:none;display:flex;flex-direction:column;align-items:flex-start}.logo-title{font-size:1.4rem;font-weight:900;letter-spacing:.08em;color:var(--text-maroon);line-height:1.1}.logo-subtitle{font-size:.55rem;letter-spacing:.18em;color:var(--text-maroon);opacity:.75;font-weight:600}nav ul{display:flex;list-style:none;gap:32px;margin:0;padding:0}nav ul a{text-decoration:none;font-size:.78rem;font-weight:700;color:var(--text-maroon);letter-spacing:.08em;transition:opacity .2s}nav ul a.active,nav ul a:hover{opacity:.6}.header-actions{display:flex;align-items:center;gap:16px}.cart-icon{position:relative;cursor:pointer;display:flex;align-items:center}.cart-icon svg{width:26px;height:26px;stroke:var(--text-maroon);fill:none;stroke-width:1.8}.cart-badge{position:absolute;top:-6px;right:-8px;background-color:var(--text-maroon);color:#fff;font-size:.6rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1000;opacity:0;visibility:hidden;transition:.3s ease}.cart-overlay.active{opacity:1;visibility:visible}.cart-sidebar{position:fixed;top:0;right:-420px;width:400px;max-width:100%;height:100%;background:#fff;z-index:1001;box-shadow:-5px 0 15px rgba(0,0,0,.1);transition:.4s ease;display:flex;flex-direction:column}.cart-sidebar.open{right:0}.cart-header{padding:20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.cart-header h2{margin:0;color:var(--text-maroon);font-size:1.2rem}.cart-close{background:0 0;border:none;font-size:1.5rem;cursor:pointer;color:#666}.cart-items{flex-grow:1;overflow-y:auto;padding:20px}.cart-item{display:flex;gap:15px;margin-bottom:20px;border-bottom:1px solid #f5f5f5;padding-bottom:15px}.cart-item-img{width:80px;height:100px;object-fit:contain;object-position:center;border-radius:8px;background:#f9f3f3}.cart-item-details{flex-grow:1}.cart-item-title{font-size:.9rem;font-weight:700;margin-bottom:5px;color:var(--text-dark)}.cart-item-specs{font-size:.8rem;color:#666;margin-bottom:5px}.cart-item-price{font-weight:800;color:var(--text-maroon);font-size:.95rem}.cart-item-actions{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.qty-controls{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;overflow:hidden}.qty-btn{background:#f9f9f9;border:none;padding:5px 10px;cursor:pointer;font-weight:700;color:#444}.qty-input{width:30px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;font-size:.85rem;pointer-events:none}.remove-item{background:0 0;border:none;color:#e74c3c;font-size:.8rem;cursor:pointer;text-decoration:underline}.cart-footer{padding:20px;border-top:1px solid #eee;background:#fdfaf9}.cart-total{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:800;margin-bottom:15px}.cart-empty{text-align:center;color:#888;margin-top:40px}.btn-checkout{width:100%;padding:12px;border:none;border-radius:8px;background-color:var(--text-maroon);color:#fff;font-weight:700;font-size:.9rem;cursor:pointer;transition:.2s;font-family:var(--font-sans)}.btn-checkout:hover{background-color:#5c1822}header{display:none!important}.page-content{padding-top:0;background:#fdfaf9;min-height:100vh}.products-layout{display:grid;grid-template-columns:260px 1fr;gap:0;margin-bottom:0;padding:0;align-items:stretch;max-width:100%;min-height:100vh}.products-content{padding:40px 60px}@media (max-width:900px){.products-layout{grid-template-columns:1fr}.products-content{padding:20px}.products-sidebar{position:relative!important;height:auto!important}}.products-sidebar{background:linear-gradient(180deg,var(--text-maroon) 0,#4a151d 100%);border-right:1px solid rgba(0,0,0,.1);position:sticky;top:0;height:100vh;overflow-y:auto;color:rgba(255,255,255,.7);display:flex;flex-direction:column;padding-bottom:30px}.products-sidebar::-webkit-scrollbar{width:4px}.products-sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:4px}.sidebar-profile{padding:40px 20px 25px;text-align:center;border-bottom:1px solid rgba(255,255,255,.05)}.sidebar-profile h4{color:#fff;font-size:2rem;margin-bottom:5px;font-weight:800;letter-spacing:1px}.sidebar-profile p{font-size:.75rem;opacity:.7;margin:0;color:#fff}.mobile-sidebar-toggle{display:none}.sidebar-title{color:rgba(255,255,255,.4);padding:25px 20px 10px;font-size:.7rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.sidebar-categories{list-style:none;padding:0;margin:0}.sidebar-categories li{border-bottom:1px solid rgba(116,37,43,.05)}.sidebar-categories a{display:flex;align-items:center;padding:12px 25px;text-decoration:none;color:rgba(255,255,255,.7);font-size:.85rem;font-weight:500;transition:.2s;border-left:3px solid transparent}.sidebar-categories a.active,.sidebar-categories a:hover{background-color:rgba(255,255,255,.05);color:#fff;border-left-color:#fff}.sidebar-categories a i:first-child{color:inherit;width:24px;margin-right:12px;font-size:1.1rem;text-align:center}.sidebar-categories a .arrow{display:none}.sidebar-badge{background-color:#fff;color:var(--text-maroon);font-size:.65rem;font-weight:800;padding:2px 7px;border-radius:20px;margin-left:auto;box-shadow:0 2px 5px rgba(0,0,0,.2)}.sidebar-block{padding:0;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:15px}.sidebar-block:last-child{border-bottom:none}.sidebar-subtitle{color:rgba(255,255,255,.4);padding:25px 20px 10px;font-size:.7rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:0}.sidebar-fil{padding:10px 20px 10px}.filter-group{margin-bottom:25px;padding:0 25px}.filter-group:last-child{margin-bottom:0}.filter-group h4{font-size:.75rem;color:#fff;font-weight:700;margin-bottom:12px}.filter-group label{display:flex;align-items:center;font-size:.75rem;color:rgba(255,255,255,.7);margin-bottom:8px;cursor:pointer;font-weight:500}.filter-group label input{margin-right:10px;accent-color:#fff;width:14px;height:14px}.price-filter{margin-top:25px;margin-bottom:25px}.price-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-left:0}.price-label{font-size:.7rem;font-weight:700;color:rgba(255,255,255,.7)}.price-value{font-size:.9rem;font-weight:800;color:#fff}.price-slider-container{display:flex;align-items:center}.tag-icon{color:#929ba6;font-size:1.1rem;margin-right:12px;transform:scaleX(-1)}.price-slider-wrapper{position:relative;flex-grow:1}.price-slider{-webkit-appearance:none;width:100%;height:8px;border-radius:4px;background:linear-gradient(to right,#f0b9c9 var(--val,100%),#424242 var(--val,100%));outline:0;margin:0;display:block}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,.2)}.sidebar-btn-wrap{padding:10px 25px;margin-top:10px}.sidebar-btn{width:100%;padding:12px;border-radius:6px;font-size:.75rem;background-color:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2);font-weight:700;cursor:pointer;font-family:var(--font-sans);transition:.2s}.sidebar-btn:hover{background-color:#fff;color:var(--text-maroon)}.products-header{margin-bottom:30px}.products-title{font-size:2.5rem;font-weight:800;color:var(--text-maroon);margin-bottom:5px}.products-subtitle{font-size:1rem;color:#777;font-weight:500}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:1300px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1000px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.products-grid{grid-template-columns:repeat(1,0.8fr);justify-content:center}.products-section{padding:20px}.product-card{max-width:340px;margin:0 auto;width:100%}}.product-card{background-color:#fdfaf9;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;border:1px solid #dcb3b3;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(116,37,43,.15)}.product-img-wrapper{position:relative;background-color:#f6eae6;text-align:center;overflow:hidden}.product-img{--img-scale:1.6;width:100%;height:230px;object-fit:contain;display:block;transform:scale(var(--img-scale));position:relative;z-index:1;transition:opacity .3s ease;padding-top:3em}.product-card:nth-child(3) .product-img{--img-scale:1.9}.product-card:nth-child(6) .product-img{--img-scale:2.2;padding-top:4em}.product-card:nth-child(5) .product-img{--img-scale:2.2}.product-card:nth-child(7) .product-img{--img-scale:2.2;padding-top:2.3em}.product-card:nth-child(8) .product-img{--img-scale:2.1;padding-top:2.5em}@keyframes imageChangeEffect{0%{transform:scale(calc(var(--img-scale) - .22));opacity:.2}100%{transform:scale(var(--img-scale));opacity:1}}.animate-img-change{animation:imageChangeEffect .4s cubic-bezier(.25,.46,.45,.94) forwards}.product-badge{position:absolute;top:10px;left:10px;background-color:var(--text-maroon);color:#fff;font-size:.6rem;font-weight:700;padding:3px 8px;border-radius:10px;letter-spacing:.04em;text-transform:uppercase;z-index:10}.btn-heart{position:absolute;top:12px;right:12px;background:0 0;border:none;cursor:pointer;color:var(--text-maroon);z-index:10}.btn-heart svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5;pointer-events:none}.btn-heart:hover svg{fill:rgba(116,37,43,0.1)}.btn-heart.liked svg{fill:rgba(116,37,43,0.8);stroke:var(--text-maroon)}.product-info{padding:16px 12px;text-align:center;background-color:#faf5f1;flex-grow:1;display:flex;flex-direction:column}.product-title{font-size:.78rem;font-weight:600;color:var(--text-dark);margin-bottom:6px}.product-price{font-size:.85rem;font-weight:700;color:var(--text-maroon);margin-bottom:12px}.product-sizes{display:flex;justify-content:center;gap:4px;margin-bottom:12px}.size-btn{width:26px;height:24px;display:flex;align-items:center;justify-content:center;border:1px solid #e5d8d6;border-radius:4px;font-size:.6rem;font-weight:600;color:#554848;background-color:#fff;cursor:pointer}.size-btn.selected-size,.size-btn:hover{border-color:var(--text-maroon);color:var(--text-maroon);background-color:rgba(133,42,53,.06)}.product-colors{display:flex;justify-content:center;gap:8px;margin-bottom:auto}.color-dot{width:12px;height:12px;border-radius:50%;display:inline-block;cursor:pointer;border:1px solid rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s}.color-dot.active-color{transform:scale(1.25);box-shadow:0 0 0 2.5px #fff,0 0 0 4px var(--text-maroon)}.btn-add-cart{width:80%;margin:auto;margin-top:15px;padding:8px;border:none;border-radius:6px;background-color:var(--text-maroon);color:#fff;font-weight:600;font-size:.6rem;cursor:pointer;transition:.2s;display:flex;justify-content:center;align-items:center;gap:8px}.btn-add-cart:hover{background-color:#5c1822}.loading-text{text-align:center;grid-column:1/-1;padding:80px;color:#888;font-size:1.2rem}.shake{animation:shake .4s}@keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.mobile-only{display:none}@media (max-width:768px){.desktop-only{display:none!important}header{display:flex!important;background-color:#e8c5c2;padding:15px 20px;border-bottom:none}.header-actions{margin-left:auto;gap:12px}.header-actions svg{stroke:#fff}.cart-icon .cart-badge{background-color:#e74c3c;color:#fff}.header-hamburger{display:block!important;font-size:1.6rem;color:#fff;cursor:pointer;margin-right:15px}.page-content{padding-top:60px}.products-layout{grid-template-columns:1fr}.products-sidebar{position:fixed!important;left:-320px;top:0;width:280px;height:100vh!important;z-index:2000;transition:left .3s ease;box-shadow:2px 0 10px rgba(0,0,0,.5);padding-bottom:40px}.products-sidebar.open{left:0}.sidebar-profile{padding-top:40px;border-bottom:1px solid rgba(255,255,255,.05)}.products-header{margin-bottom:20px;margin-top:10px}.products-title{font-size:1.8rem}}