.shop_page__pMUFv{display:flex;flex-direction:column;gap:28px;width:100%}.shop_hero__eE7oB{display:flex;align-items:stretch;justify-content:space-between;gap:24px;min-height:220px;padding:34px;border:1px solid rgba(171,147,205,.18);border-radius:20px;background:linear-gradient(90deg,rgba(255,255,255,.94),rgba(244,240,249,.72)),url(https://images.unsplash.com/photo-1513201099705-a9746e1e201f?w=1400&auto=format&fit=crop&q=80);background-position:50%;background-size:cover;box-shadow:0 16px 44px rgba(61,45,80,.08)}[data-theme=dark] .shop_hero__eE7oB{background:linear-gradient(90deg,rgba(19,11,30,.95),rgba(37,23,53,.78)),url(https://images.unsplash.com/photo-1513201099705-a9746e1e201f?w=1400&auto=format&fit=crop&q=80);background-position:50%;background-size:cover}.shop_heroText__kKqbZ{max-width:620px;display:flex;flex-direction:column;justify-content:center;gap:12px}.shop_kicker__VmPXo,.shop_toolbarTitle__kSU_O{display:inline-flex;align-items:center;gap:8px;color:var(--color-primary);font-size:var(--text-small);font-weight:800}.shop_hero__eE7oB h1{color:var(--color-text-primary);font-size:clamp(30px,4vw,48px);font-weight:800;line-height:1.12}.shop_hero__eE7oB p{color:var(--color-text-secondary);font-size:var(--text-body);font-weight:600;line-height:1.65}.shop_heroStats__62qbK{width:150px;flex:0 0 150px;align-self:flex-end;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px;border:1px solid var(--color-border);border-radius:16px;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}[data-theme=dark] .shop_heroStats__62qbK{background:rgba(28,17,42,.82)}.shop_heroStats__62qbK strong{color:var(--color-primary);font-size:42px;line-height:1}.shop_heroStats__62qbK span{color:var(--color-text-secondary);font-size:var(--text-tiny);font-weight:800;text-align:center}.shop_toolbar__olICo{display:flex;align-items:center;justify-content:space-between;gap:18px}.shop_filters__tK1bs{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.shop_filters__tK1bs button{min-height:38px;padding:0 16px;border:1px solid var(--color-border);border-radius:999px;background:var(--color-bg-card);color:var(--color-text-secondary);font-size:var(--text-small);font-weight:800;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.shop_filters__tK1bs .shop_activeFilter__INVus,.shop_filters__tK1bs button:hover{border-color:var(--color-primary);background:var(--color-primary);color:var(--color-text-on-primary)}.shop_grid__U6_Ik{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.shop_productCard__Wfga1{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--color-border);border-radius:18px;background:var(--color-bg-card);box-shadow:0 10px 28px rgba(61,45,80,.06);transition:transform .2s ease,box-shadow .2s ease}.shop_productCard__Wfga1:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(61,45,80,.12)}.shop_imageLink__5iADQ{position:relative;display:block;width:100%;aspect-ratio:4/3;overflow:hidden;background:var(--color-primary-soft)}.shop_productImage__QQCMZ{object-fit:cover;transition:transform .5s ease}.shop_productCard__Wfga1:hover .shop_productImage__QQCMZ{transform:scale(1.05)}.shop_favoriteBadge__4OK1k{position:absolute;top:14px;right:14px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.88);color:var(--color-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.shop_cardBody__zwmfv{flex:1 1;display:flex;flex-direction:column;gap:10px;padding:18px}.shop_cardFooter__eh0ah,.shop_cardMeta__FirPe{display:flex;align-items:center}.shop_cardMeta__FirPe{justify-content:space-between;gap:12px;color:var(--color-text-muted);font-size:var(--text-tiny);font-weight:800;text-transform:uppercase}.shop_productName__MCg16{color:var(--color-text-primary);font-size:var(--text-h3);font-weight:800;line-height:1.25}.shop_productName__MCg16:hover{color:var(--color-primary)}.shop_cardBody__zwmfv p{color:var(--color-text-secondary);font-size:var(--text-small);line-height:1.55}.shop_tags__EWDax{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto}.shop_tags__EWDax span{padding:4px 10px;border-radius:999px;background:var(--color-primary-soft);color:var(--color-primary);font-size:var(--text-tiny);font-weight:800}.shop_cardFooter__eh0ah{justify-content:space-between;gap:14px;padding-top:8px}.shop_priceGroup___yRHj{display:flex;flex-direction:column;line-height:1.25}.shop_priceGroup___yRHj strong{color:var(--color-text-primary);font-size:var(--text-body);font-weight:900}.shop_priceGroup___yRHj small{color:var(--color-text-muted);font-size:var(--text-tiny);font-weight:700;text-decoration:line-through}.shop_cardFooter__eh0ah button{width:44px;height:44px;flex:0 0 44px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:var(--color-primary);color:var(--color-text-on-primary);transition:transform .2s ease}.shop_cardFooter__eh0ah button:hover{transform:translateY(-1px)}@media (max-width:1180px){.shop_grid__U6_Ik{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.shop_hero__eE7oB,.shop_toolbar__olICo{flex-direction:column;align-items:flex-start}.shop_hero__eE7oB{padding:24px}.shop_heroStats__62qbK{width:100%;flex-basis:auto;align-self:stretch}.shop_filters__tK1bs{justify-content:flex-start}.shop_grid__U6_Ik{grid-template-columns:1fr}}