.wardrobe-page{z-index:4;background-color:#f0ede8;width:100%;min-height:100vh;padding-bottom:5rem;position:relative}.wardrobe-hero{background-image:url(/images/hero.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:flex-start;align-items:flex-end;width:100%;height:50vh;min-height:400px;display:flex;position:relative}.wardrobe-hero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#442824d9 0%,#44282400 100%);width:100%;height:55%;position:absolute;top:0;left:0}.wardrobe-hero-content{z-index:2;flex-direction:column;gap:1rem;padding:3rem;display:flex;position:relative}.wardrobe-breadcrumb{font-family:var(--font-body);color:#ffffffb3;letter-spacing:.05em;align-items:center;gap:.25rem;font-size:.85rem;font-weight:400;display:flex}.wardrobe-breadcrumb a{color:#ffffffb3;text-decoration:none;transition:color .3s}.wardrobe-breadcrumb a:hover{color:#fff}.wardrobe-breadcrumb span{color:#c8ad73}.wardrobe-hero-title{font-family:var(--font-heading);color:#fff;letter-spacing:.02em;text-transform:uppercase;font-size:clamp(2.5rem,6vw,4rem);font-weight:400;line-height:1}.wardrobe-filters{justify-content:space-between;align-items:center;gap:2rem;max-width:1300px;margin:0 auto;padding:2.5rem 2rem 1rem;display:flex}.category-filter{gap:.5rem;display:flex}.category-btn{font-family:var(--font-body);color:#4f2c22;cursor:pointer;background:0 0;border:1px solid #4f2c2233;border-radius:50px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:500;transition:all .3s}.category-btn:hover{background:#4f2c2214}.category-btn.active{color:#fff;background:#663532;border-color:#663532}.category-btn:disabled{cursor:not-allowed;opacity:.6}.sort-filter-bar{align-items:center;gap:2rem;display:flex}.filter-group{align-items:center;gap:.75rem;display:flex}.filter-group label{font-family:var(--font-body);color:#4f2c22;text-transform:uppercase;letter-spacing:.2em;opacity:.4;font-size:.6rem;font-weight:500}.filter-select{font-family:var(--font-body);color:#4f2c22;cursor:pointer;appearance:none;background:0 0;border:none;border-bottom:1px solid #4f2c2240;border-radius:0;outline:none;min-width:120px;padding:0 1.5rem .25rem 0;font-size:.85rem;font-weight:500}.filter-select option{font-family:var(--font-body);color:#4f2c22;background:#f0ede8;padding:.75rem}.filter-divider{background:#4f2c221f;width:1px;height:20px}.wardrobe-section{width:100%;max-width:1400px;margin:0 auto 1.5rem;padding:0 2rem}.section-row-1,.products-pair{align-items:stretch;gap:1.5rem;display:flex}.products-pair .product-card{flex-shrink:0;width:320px}.spotlight-banner{border-radius:16px;flex:1;align-self:stretch;position:relative;overflow:hidden}.spotlight-banner-img{object-fit:cover;width:100%;height:100%}.section-row-2{align-items:stretch;gap:1.5rem;display:flex}.wardrobe-category-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.wardrobe-category-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.wardrobe-category-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:480px){.wardrobe-category-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.section-row-2 .product-card{flex:1}.section-row-3{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:1.5rem;margin-bottom:4rem;display:grid}.side-banner{border-radius:31px;grid-area:span 2/span 2;align-self:stretch;width:auto;height:100%;position:relative;overflow:hidden}.side-banner-img{object-fit:cover;object-position:center center;width:100%;height:150%;margin-top:-25%}.products-beside-banner{display:contents}.products-beside-banner .product-card{grid-column:span 1}.side-banner-placeholder{background:repeating-linear-gradient(45deg,#4f2c220a,#4f2c220a 12px,#4f2c2214 12px 24px);border:2px dashed #4f2c2240;justify-content:center;align-items:center;display:flex}.side-banner-placeholder-label{font-family:var(--font-body);letter-spacing:.25em;color:#4f2c2273;text-transform:uppercase;font-size:1.5rem;font-weight:600}.wardrobe-page .product-card-image{height:420px}.wardrobe-page .product-card-image img{object-fit:contain;object-position:center;max-width:80%;max-height:80%;transform:none}.wardrobe-page .product-card:hover .product-card-image img{transform:scale(1.05)}.wardrobe-page .product-card-cart-btn{top:370px}.wardrobe-page .product-card{flex-direction:column;display:flex}.wardrobe-page .product-card-info{flex-direction:column;flex:1;display:flex}.wardrobe-page .product-card-footer{margin-top:auto}@media (max-width:1200px) and (orientation:portrait){.section-row-1{flex-wrap:wrap}.products-pair{flex:1;width:100%}.products-pair .product-card{flex:1;width:auto}.spotlight-banner{width:100%;height:350px}.section-row-2,.section-row-3{flex-wrap:wrap}.side-banner{width:100%;height:400px}.products-beside-banner{width:100%}.wardrobe-page .product-card-image{height:320px}.wardrobe-page .product-card-cart-btn{top:273px}}@media (max-width:1199px) and (orientation:portrait){.wardrobe-hero{height:40vh;min-height:300px}.wardrobe-hero-content{padding:2rem}.wardrobe-filters{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2rem 1.5rem 1rem}.category-filter{flex-wrap:wrap}.category-btn{padding:.5rem 1rem;font-size:.75rem}.wardrobe-section{padding:0 1.5rem}.section-row-1{flex-direction:column;gap:1.25rem}.products-pair{grid-template-columns:repeat(2,1fr);gap:1.25rem;width:100%;display:grid}.products-pair .product-card{flex:unset;width:100%}.spotlight-banner{isolation:isolate;width:100%;height:clamp(380px,50vw,520px);border-radius:31px!important;overflow:hidden!important}.spotlight-banner-img{object-position:center center;display:block;border-radius:31px!important}.section-row-2{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.section-row-3{flex-direction:unset;grid-template-rows:auto auto auto;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:3rem;display:grid}.side-banner{z-index:0;isolation:isolate;grid-area:1/1/3;align-self:stretch;width:100%;height:100%;margin-top:-.5rem;position:relative;border-radius:31px!important;overflow:hidden!important}.side-banner .side-banner-img{object-fit:cover;object-position:center top;width:100%;height:100%;margin-top:0;display:block;border-radius:31px!important}.products-beside-banner{display:contents}.products-beside-banner .product-card{z-index:3;width:auto;position:relative}.products-beside-banner .product-card:first-child{grid-area:1/2}.products-beside-banner .product-card:nth-child(2){grid-area:2/2}.products-beside-banner .product-card:nth-child(3){grid-area:3/1}.products-beside-banner .product-card:nth-child(4){grid-area:3/2}.wardrobe-page .product-card-image{height:280px}.wardrobe-page .product-card-cart-btn{top:233px}}@media (max-width:600px){.wardrobe-hero{height:35vh;min-height:250px}.wardrobe-hero-content{padding:1.5rem}.wardrobe-hero-title{font-size:clamp(2rem,8vw,3rem)}.wardrobe-breadcrumb{font-size:.75rem}.wardrobe-filters{padding:1.5rem 1rem .5rem}.sort-filter-bar{gap:1.5rem}.filter-group{flex-direction:column;align-items:flex-start;gap:.25rem}.filter-divider{display:none}.filter-select{min-width:90px;font-size:.7rem}.wardrobe-section{margin-bottom:1rem;padding:0 1rem}.products-pair{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;display:grid}.products-pair .product-card{flex:unset;width:100%}.section-row-2{grid-template-columns:repeat(2,1fr);gap:1rem}.section-row-1,.section-row-3{gap:1rem}.spotlight-banner{height:220px}.side-banner{border-radius:20px;height:280px}.side-banner .side-banner-img{object-position:center 30%;height:100%;margin-top:0}.products-beside-banner{grid-template-columns:repeat(2,1fr);gap:1rem}.wardrobe-page .product-card-image{height:230px}.wardrobe-page .product-card-cart-btn{top:183px}}@media (max-width:480px){.wardrobe-page{padding-bottom:3rem}.wardrobe-hero{height:30vh;min-height:200px}.wardrobe-hero-content{gap:.5rem;padding:1rem}.wardrobe-hero-title{font-size:clamp(1.5rem,7vw,2.5rem)}.wardrobe-breadcrumb{font-size:.65rem}.wardrobe-filters{gap:1rem;padding:1rem .75rem .5rem}.category-filter{gap:.35rem}.category-btn{padding:.4rem .75rem;font-size:.65rem}.sort-filter-bar{gap:1rem;width:100%}.filter-select{min-width:80px;font-size:.65rem}.filter-group label{font-size:.5rem}.wardrobe-section{margin-bottom:.75rem;padding:0 .75rem}.section-row-1{flex-direction:column;gap:.75rem}.section-row-3{gap:.75rem}.products-pair{grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%;display:grid}.products-pair .product-card{flex:unset;width:100%}.spotlight-banner{border-radius:31px;width:100%;height:180px}.section-row-2{grid-template-columns:repeat(2,1fr);gap:.75rem}.section-row-3{grid-template-rows:auto auto auto;grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.side-banner{z-index:0;border-radius:31px;grid-area:1/1/3;min-height:550px;position:relative;overflow:hidden}.side-banner .side-banner-img{object-fit:cover;object-position:center 40%;width:100%;height:160%;margin-top:-30%}.products-beside-banner{display:contents}.products-beside-banner .product-card{z-index:3;position:relative}.products-beside-banner .product-card:first-child{grid-area:1/2}.products-beside-banner .product-card:nth-child(2){grid-area:2/2}.products-beside-banner .product-card:nth-child(3){grid-area:3/1}.products-beside-banner .product-card:nth-child(4){grid-area:3/2}.wardrobe-page .product-card-image{border-radius:12px;height:180px}.wardrobe-page .product-card-image img{max-width:85%;max-height:85%}.wardrobe-page .product-card-cart-btn{width:32px;height:32px;top:140px;right:8px}.wardrobe-page .cart-btn-circle{min-width:32px;height:32px}.wardrobe-page .product-card-name{font-size:.75rem}.wardrobe-page .product-card-desc{margin-bottom:.5rem;font-size:.65rem}.wardrobe-page .product-card-price{font-size:.75rem}.wardrobe-page .product-card-buy-btn{padding:.4rem .8rem;font-size:.65rem}.wardrobe-page .product-card-info{padding:.5rem 0}.section-row-3{margin-bottom:2rem}}
