.wardrobe-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.7fr);min-height:300px;background:#111;color:#fff;border-radius:22px;overflow:hidden;margin-bottom:56px}.wardrobe-hero>div{padding:42px 46px;align-self:center}.wardrobe-hero .eyebrow{color:#d9b86c}.wardrobe-hero h1{font:600 clamp(38px,5vw,60px)/1.02 Georgia,serif;letter-spacing:-.04em;margin:12px 0 16px}.wardrobe-hero p{max-width:660px;color:#d2d5d7;line-height:1.6;margin:0;font-size:16px}.wardrobe-hero img{width:100%;height:100%;min-height:300px;object-fit:cover;background:#f1f0ed}.wardrobe-shop{margin-bottom:58px}.wardrobe-shop-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:18px}.wardrobe-shop-head h2{font:600 clamp(30px,4vw,44px)/1.1 Georgia,serif;margin:8px 0}.wardrobe-shop-head p{margin:0;color:#687078}.wardrobe-shop-head label{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;min-width:min(100%,340px)}.wardrobe-shop-head input{display:block;width:100%;margin-top:7px;padding:12px 14px;border:1px solid #d7d7d2;border-radius:10px;background:#fff;font:inherit;text-transform:none;letter-spacing:0}.wardrobe-filters{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 22px}.wardrobe-filters button{border:1px solid #d7d7d2;background:#fff;border-radius:999px;padding:10px 15px;font-weight:750;cursor:pointer}.wardrobe-filters button.active{background:#111;color:#fff;border-color:#111}.wardrobe-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.wardrobe-product{border:1px solid #e0e0dc;border-radius:16px;overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s}.wardrobe-product:hover{transform:translateY(-3px);box-shadow:0 12px 28px #19191913}.wardrobe-product-open{width:100%;border:0;background:none;padding:0;text-align:left;cursor:pointer;color:inherit}.wardrobe-product-image{display:block;position:relative;aspect-ratio:1/1;background:#f4f3f0;overflow:hidden}.wardrobe-product-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:12px;transition:opacity .25s,transform .35s}.wardrobe-product-image .secondary{opacity:0}.wardrobe-product:hover .wardrobe-product-image .primary{opacity:0}.wardrobe-product:hover .wardrobe-product-image .secondary{opacity:1;transform:scale(1.03)}.wardrobe-product-copy{display:grid;gap:7px;padding:14px}.wardrobe-product-copy small{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#7b6a45;font-weight:850}.wardrobe-product-copy b{font-size:14px;line-height:1.35;min-height:2.7em}.wardrobe-product-copy strong{font-size:16px}.wardrobe-product-copy>span{font-size:12px;font-weight:800;margin-top:2px}.wardrobe-more{display:block;margin:28px auto 0;background:#111;color:#fff;border:0;border-radius:9px;padding:13px 22px;font-weight:800;cursor:pointer}.wardrobe-empty{grid-column:1/-1;padding:42px;text-align:center;background:#f7f6f2;border-radius:14px;color:#555}.wardrobe-modal[hidden]{display:none}.wardrobe-modal{position:fixed;inset:0;z-index:3000;display:grid;place-items:center;padding:24px}.wardrobe-modal-backdrop{position:absolute;inset:0;border:0;background:#0009}.wardrobe-modal article{position:relative;width:min(980px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:20px;padding:22px;display:grid;grid-template-columns:1.15fr .85fr;gap:30px}.wardrobe-modal-close{position:absolute;right:14px;top:12px;width:38px;height:38px;border:0;border-radius:50%;background:#111;color:#fff;font-size:25px;cursor:pointer;z-index:2}.wardrobe-modal-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.wardrobe-modal-gallery img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#f5f4f1;border-radius:10px}.wardrobe-modal-gallery img.featured{grid-column:1/-1;aspect-ratio:4/3}.wardrobe-modal-copy{align-self:center;padding:20px 18px 20px 0}.wardrobe-modal-copy>span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#806d42;font-weight:850}.wardrobe-modal-copy h2{font:600 clamp(28px,4vw,42px)/1.08 Georgia,serif;margin:12px 0}.wardrobe-modal-copy strong{display:block;font-size:23px;margin-bottom:18px}.wardrobe-modal-copy p{color:#5c6268;line-height:1.7}.wardrobe-modal-copy a{display:inline-block;margin-top:10px;background:#111;color:#fff;text-decoration:none;border-radius:8px;padding:12px 17px;font-weight:800}
@media(max-width:1100px){.wardrobe-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:820px){.wardrobe-hero{grid-template-columns:1fr}.wardrobe-hero>div{padding:34px 30px}.wardrobe-hero img{min-height:230px;max-height:290px}.wardrobe-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wardrobe-modal article{grid-template-columns:1fr}}@media(max-width:620px){.wardrobe-hero{margin-bottom:38px;border-radius:16px}.wardrobe-shop-head{display:grid}.wardrobe-shop-head label{min-width:0}.wardrobe-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.wardrobe-product-copy{padding:11px}.wardrobe-product-copy b{font-size:13px}.wardrobe-product-image img{padding:8px}.wardrobe-modal{padding:10px}.wardrobe-modal article{padding:12px;gap:8px}.wardrobe-modal-copy{padding:16px 6px}.wardrobe-modal-gallery img:not(.featured){display:none}}
.wardrobe-product:active .wardrobe-product-image .primary{opacity:0}.wardrobe-product:active .wardrobe-product-image .secondary{opacity:1;transform:scale(1.03)}
.wardrobe-shop-actions{display:flex;align-items:end;gap:10px}.wardrobe-shop-actions label{flex:1}.wardrobe-shop-actions>button{min-height:44px;border:0;border-radius:10px;background:#111;color:#fff;padding:10px 16px;font-weight:850;white-space:nowrap}.wardrobe-shop-actions>button b{display:inline-grid;place-items:center;min-width:23px;height:23px;margin-left:5px;border-radius:50%;background:#c6a15b;color:#111}.wardrobe-quantity{display:grid;gap:7px;margin:20px 0 12px;font-size:13px;font-weight:850}.wardrobe-quantity input{width:100px;min-height:43px;border:1px solid #cfd2cf;border-radius:9px;padding:8px 10px;font:inherit}.wardrobe-product-actions{display:flex;gap:8px;align-items:center}.wardrobe-product-actions button,.wardrobe-product-actions a{border:0;border-radius:9px;padding:12px 17px;font-weight:850;text-decoration:none}.wardrobe-product-actions button{background:#111;color:#fff}.wardrobe-product-actions a{background:#f0eee8!important;color:#111!important;margin:0!important}.wardrobe-basket[hidden],.wardrobe-checkout[hidden]{display:none}.wardrobe-basket{position:fixed;inset:0;z-index:3100}.wardrobe-basket-backdrop{position:absolute;inset:0;border:0;background:#0009}.wardrobe-basket>section{position:absolute;right:0;top:0;width:min(480px,100%);height:100%;overflow:auto;background:#fff;padding:26px;box-shadow:-20px 0 60px #0003}.wardrobe-basket-head{display:flex;justify-content:space-between;gap:20px;align-items:start;border-bottom:1px solid #e2e2de;padding-bottom:18px}.wardrobe-basket-head span{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:#806d42;font-weight:850}.wardrobe-basket-head h2{margin:6px 0 0;font:600 27px/1.1 Georgia,serif}.wardrobe-basket-head button{border:0;border-radius:50%;width:38px;height:38px;background:#111;color:#fff;font-size:24px}.wardrobe-basket-items{display:grid;gap:10px;margin:18px 0}.wardrobe-basket-items article{display:grid;grid-template-columns:74px minmax(0,1fr) 34px;gap:11px;align-items:center;border:1px solid #e2e2de;border-radius:12px;padding:8px}.wardrobe-basket-items img{width:74px;height:74px;object-fit:contain;background:#f4f3f0;border-radius:8px}.wardrobe-basket-items article div{display:grid;gap:4px}.wardrobe-basket-items b{font-size:14px}.wardrobe-basket-items small{color:#70757a}.wardrobe-basket-items strong{font-size:15px}.wardrobe-basket-items article>button{border:0;background:none;font-size:23px}.wardrobe-basket-total{display:flex;justify-content:space-between;border-top:1px solid #ddd;padding-top:18px;font-size:18px}.wardrobe-basket>section>p,.wardrobe-payment-note{color:#687078;line-height:1.5;font-size:13px}.wardrobe-checkout-button{width:100%;border:0;border-radius:9px;background:#111;color:#fff;padding:14px 18px;font-weight:850}.wardrobe-checkout-button:disabled{opacity:.5}.wardrobe-checkout form{position:relative;width:min(720px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:20px;padding:32px;box-shadow:0 28px 85px #0006}.wardrobe-checkout form>h2{font:600 clamp(30px,4vw,42px)/1.08 Georgia,serif;margin:10px 0 20px}.wardrobe-checkout-summary{display:grid;gap:8px;padding:14px;border-radius:12px;background:#f5f4f1}.wardrobe-checkout-summary>div{display:flex;justify-content:space-between;gap:15px}.wardrobe-checkout-summary .total{border-top:1px solid #d7d5cf;padding-top:10px;margin-top:3px}.wardrobe-checkout-summary>small{color:#687078}.wardrobe-checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:20px 0}.wardrobe-checkout-fields label{display:grid;gap:6px;font-size:13px;font-weight:800}.wardrobe-checkout-fields .full{grid-column:1/-1}.wardrobe-checkout-fields input,.wardrobe-checkout-fields textarea{width:100%;border:1px solid #cfd2cf;border-radius:9px;padding:11px 12px;font:inherit}.wardrobe-checkout-fields textarea{min-height:82px;resize:vertical}.wardrobe-checkout-error{margin:0 0 12px;border-radius:9px;background:#fee4e2;color:#912018;padding:11px}.wardrobe-checkout .eyebrow{color:#806d42}@media(max-width:700px){.wardrobe-shop-actions{display:grid;width:100%}.wardrobe-shop-actions>button{width:100%}.wardrobe-product-actions{display:grid}.wardrobe-product-actions>*{text-align:center}.wardrobe-checkout-fields{grid-template-columns:1fr}.wardrobe-checkout-fields .full{grid-column:auto}.wardrobe-checkout form{padding:25px 18px;border-radius:14px}.wardrobe-basket>section{padding:20px}}
