.shop-page{background:#fff;padding:80px 0 100px;max-width:1440px;margin:0 auto}.shop-page__header{text-align:center;padding:0 24px 60px;max-width:760px;margin:0 auto}.shop-page__title{font-family:var(--font-heading, "Cormorant Garamond", serif);font-weight:400;font-size:clamp(2.4rem,4.5vw,3.6rem);color:#2a2a2a;margin:0 0 20px;letter-spacing:.01em}.shop-page__accent{display:block;width:64px;height:3px;background:var(--zafar-maroon, #800020);margin:0 auto 28px}.shop-page__subtitle{font-family:var(--font-body);font-size:1rem;line-height:1.7;color:#6a6a6a;margin:0}.shop-page__layout{display:grid;grid-template-columns:240px 1fr;gap:60px;padding:0 60px}.shop-filters{position:sticky;top:100px;align-self:start;display:flex;flex-direction:column;gap:36px;font-family:var(--font-body)}.shop-filters__group{border-bottom:1px solid #e8e8e8;padding-bottom:28px}.shop-filters__group:last-child{border-bottom:none}.shop-filters__heading{font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#2a2a2a;margin:0 0 18px}.shop-filters__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.shop-filters__list label{display:flex;align-items:center;gap:10px;font-size:.92rem;color:#4a4a4a;cursor:pointer;transition:color .2s}.shop-filters__list label:hover{color:var(--zafar-maroon, #800020)}.shop-filters__list input[type=checkbox]{-webkit-appearance:none;appearance:none;width:16px;height:16px;border:1.5px solid #c4bfb8;background:#fff;cursor:pointer;position:relative;flex-shrink:0;transition:all .2s}.shop-filters__list input[type=checkbox]:checked{background:var(--zafar-maroon, #800020);border-color:var(--zafar-maroon, #800020)}.shop-filters__list input[type=checkbox]:checked:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.shop-filters__price{display:flex;align-items:center;gap:10px}.shop-filters__price-input{flex:1;width:100%;padding:10px 12px;border:1px solid #d8d3cd;background:#fff;font-family:var(--font-body);font-size:.9rem;color:#2a2a2a;border-radius:0;min-width:0}.shop-filters__price-input:focus{outline:1px solid var(--zafar-maroon, #800020);border-color:var(--zafar-maroon, #800020)}.shop-filters__price-input::-webkit-outer-spin-button,.shop-filters__price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.shop-filters__price-sep{color:#9a9a9a;font-size:.9rem}.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 24px}.product-card{display:flex;flex-direction:column;background:#fff}.product-card__media{position:relative;display:block;width:100%;aspect-ratio:3/4;overflow:hidden;background:#f3f0eb;text-decoration:none}.product-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8e3dc,#d4cfc6 60%,#b8b1a4);transition:transform .6s ease}.product-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.product-card:hover .product-card__placeholder,.product-card:hover .product-card__img{transform:scale(1.04)}.shop-grid__empty{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#777;font-style:italic}.product-card__badge{position:absolute;top:12px;right:12px;background:var(--zafar-maroon, #800020);color:#fff;font-family:var(--font-body);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;padding:5px 10px;z-index:2}.product-card__cta{position:absolute;left:12px;right:12px;bottom:12px;background:var(--zafar-maroon, #800020);color:#fff;border:none;padding:12px 16px;font-family:var(--font-body);font-size:.78rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease,background .3s}.product-card:hover .product-card__cta{opacity:1;transform:translateY(0)}.product-card__cta:hover{background:#5d0017}.product-card__info{padding:18px 0 0}.product-card__title{font-family:var(--font-body);font-size:.95rem;font-weight:500;color:#2a2a2a;margin:0 0 6px;line-height:1.4}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover{color:var(--zafar-maroon, #800020)}.product-card__price{font-family:var(--font-body);font-size:.9rem;color:#6a6a6a;margin:0;font-weight:400}.shop-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:70px;padding:0 60px}.shop-pagination__link,.shop-pagination__next{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 14px;font-family:var(--font-body);font-size:.92rem;color:#4a4a4a;text-decoration:none;border:1px solid transparent;transition:all .2s}.shop-pagination__link:hover,.shop-pagination__next:hover{color:var(--zafar-maroon, #800020);border-color:var(--zafar-maroon, #800020)}.shop-pagination__link.is-active{background:var(--zafar-maroon, #800020);color:#fff;border-color:var(--zafar-maroon, #800020);pointer-events:none}.shop-pagination__next{margin-left:12px;font-weight:600;letter-spacing:.04em}@media screen and (max-width:1100px){.shop-page__layout{grid-template-columns:200px 1fr;gap:40px;padding:0 40px}.shop-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:989px){.shop-page{padding:60px 0 80px}.shop-page__layout{grid-template-columns:1fr;gap:40px;padding:0 30px}.shop-filters{position:static;flex-direction:row;flex-wrap:wrap;gap:24px 40px}.shop-filters__group{flex:1 1 200px;border-bottom:none;padding-bottom:0}.product-card__cta{opacity:1;transform:none;font-size:.7rem;padding:10px 12px}}@media screen and (max-width:749px){.shop-page{padding:40px 0 60px}.shop-page__header{padding:0 20px 40px}.shop-page__layout{padding:0 20px}.shop-grid{grid-template-columns:repeat(2,1fr);gap:24px 16px}.product-card__title{font-size:.88rem}.product-card__price{font-size:.82rem}.shop-pagination{padding:0 20px;margin-top:50px;flex-wrap:wrap}}.product-card{position:relative}.product-card__wishlist-btn{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#ffffffeb;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:5;padding:0;transition:all .2s ease;box-shadow:0 2px 6px #00000014}.product-card__wishlist-btn svg{width:18px;height:18px;stroke:#1a1a1a;fill:none;stroke-width:1.5;transition:all .2s ease}.product-card__wishlist-btn:hover{background:#fff;transform:scale(1.08)}.product-card__wishlist-btn.is-active svg,.product-card__wishlist-btn[aria-pressed=true] svg{fill:var(--zafar-maroon, #800020);stroke:var(--zafar-maroon, #800020)}.shop-page__layout--no-sidebar{display:block}.shop-page__layout--no-sidebar .shop-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.wishlist-empty{text-align:center;padding:80px 20px;color:#555}.wishlist-empty p{font-size:1.1rem;margin:0 0 24px}.wishlist-loading{text-align:center;padding:60px 20px;color:#888;font-style:italic}
/*# sourceMappingURL=/cdn/shop/t/6/assets/shop-page.css.map */
