.shop-wrapper{--color-bg: #ffffff;--color-text: #000000;--color-muted: #999999;--color-card-bg: #f5f5f5;--color-hover: #ebebeb;--radius-card: 16px;--radius-btn: 8px;--container-padding: 50px;font-family:DM Sans,sans-serif;color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shop-header{padding:10rem var(--container-padding) 4rem}.shop-header-label{font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted);margin-bottom:1rem}.shop-header-title{font-family:Bebas Neue,sans-serif;font-size:6rem;font-weight:400;line-height:.95;letter-spacing:.02em}.shop-header-body{font-size:1.05rem;font-weight:300;line-height:1.65;color:var(--color-muted);margin-top:1.2rem;max-width:480px}.shop-header-meta{display:flex;align-items:center;gap:2rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.08)}.shop-header-stat{display:flex;flex-direction:column;gap:.2rem}.shop-header-stat-num{font-family:Bebas Neue,sans-serif;font-size:1.8rem;line-height:1;letter-spacing:.02em}.shop-header-stat-label{font-size:.72rem;font-weight:400;color:var(--color-muted)}.shop-categories{padding:0 var(--container-padding) 6rem}.shop-categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.shop-cat-card{background:var(--color-card-bg);border-radius:var(--radius-card);padding:1.4rem;display:flex;flex-direction:column;min-height:300px;cursor:pointer;transition:background .5s ease;text-decoration:none;color:inherit;position:relative;overflow:hidden}.shop-cat-card:hover{background:var(--color-hover)}.shop-cat-card.is-dark{background:#000;color:#fff}.shop-cat-card.is-dark:hover{background:#1a1a1a}.shop-cat-img{width:100%;aspect-ratio:1 / 1;background:#0000000d;border-radius:10px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.shop-cat-img.shop-cat-hero{display:block;background:#fff}.shop-cat-card.is-dark .shop-cat-img.shop-cat-hero{background:#f5f5f5}.shop-cat-img.shop-cat-hero img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s cubic-bezier(.22,1,.36,1)}.shop-cat-card:hover .shop-cat-img.shop-cat-hero img{transform:scale(1.04)}.shop-cat-card.is-dark .shop-cat-img{background:#ffffff0f}.shop-cat-img img{width:100%;height:100%;object-fit:cover}.shop-cat-img-placeholder{font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted);opacity:.4}.shop-cat-info{flex:1;display:flex;flex-direction:column}.shop-cat-top{flex:1}.shop-cat-number{font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted);margin-bottom:.5rem}.shop-cat-card.is-dark .shop-cat-number{color:#555}.shop-cat-name{font-family:Bebas Neue,sans-serif;font-size:2rem;font-weight:400;letter-spacing:.04em;line-height:1.1}.shop-cat-desc{font-size:.82rem;font-weight:300;color:#555;line-height:1.55;margin-top:.6rem;max-width:360px}.shop-cat-card.is-dark .shop-cat-desc{color:#999}.shop-cat-count{font-size:.72rem;font-weight:500;color:var(--color-muted);margin-top:.8rem}.shop-cat-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:1.5rem}.shop-cat-browse{font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted);opacity:0;transform:translateY(6px);transition:opacity .4s cubic-bezier(.76,0,.24,1),transform .4s cubic-bezier(.76,0,.24,1)}.shop-cat-card:hover .shop-cat-browse{opacity:1;transform:translateY(0)}.shop-cat-arrow{width:22px;height:22px;opacity:0;transform:scale(0);transition:opacity .4s cubic-bezier(.76,0,.24,1),transform .4s cubic-bezier(.76,0,.24,1)}.shop-cat-card:hover .shop-cat-arrow{opacity:1;transform:scale(1)}.shop-cat-card.is-dark .shop-cat-arrow svg path{stroke:#fff}@media(max-width:1088px){.shop-header-title{font-size:5rem}.shop-categories-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.shop-wrapper{--container-padding: 1.4rem}.shop-header{padding-top:8rem;padding-bottom:3rem}.shop-header-title{font-size:3.5rem}.shop-categories-grid{grid-template-columns:1fr}.shop-cat-card{min-height:260px}.shop-cat-name{font-size:1.6rem}}@media(max-width:478px){.shop-header{padding-top:7rem}.shop-header-title{font-size:2.8rem}.shop-header-meta{flex-wrap:wrap;gap:1.5rem}.shop-cat-card{min-height:220px;padding:1.5rem}.shop-cat-name{font-size:1.4rem}.shop-cat-desc{display:none}}
