.shop-products{--shop-accent:#ff1b5e;--shop-dark:#0a1020}.shop-products__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-block-end:40px;display:flex}.shop-products__title{align-items:center;gap:14px;margin-bottom:30px;display:flex}.shop-products__title-line{background-color:var(--shop-accent);border-radius:2px;width:4px;height:26px}.shop-products__tabs{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.shop-products__slider{display:none}.shop-products__slider .swiper-slide{width:260px}.shop-products__slider .product-card__media{min-height:300px}.shop-products__tab{color:var(--color-foreground-subheading);cursor:pointer;background:0 0;border:none;padding:0 0 8px;font-size:16px;font-weight:600;transition:color .3s;position:relative}.shop-products__tab:after{content:"";background-color:var(--shop-accent);transform-origin:0;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.shop-products__tab:hover,.shop-products__tab:focus-visible,.shop-products__tab.active{color:var(--shop-accent)}.shop-products__tab.active:after{transform:scaleX(1)}.product-card{flex-direction:column;gap:16px;display:flex}.product-card__media{background-color:#f6f6f6;border-radius:18px;justify-content:center;align-items:center;min-height:260px;padding:0;display:flex;position:relative;overflow:hidden}.product-card__media-link{display:block;position:absolute;inset:0}.product-card__image{object-fit:cover}.product-card__badges{z-index:1;flex-direction:column;gap:6px;display:flex;position:absolute;top:16px;left:16px}.product-card__badge{color:#fff;text-transform:uppercase;letter-spacing:.3px;justify-content:center;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.product-card__badge.sale{background-color:var(--shop-accent)}.product-card__badge.discount{background-color:#090d1e}.product-card__actions{opacity:0;z-index:1;pointer-events:none;flex-direction:column;gap:8px;transition:all .3s;display:flex;position:absolute;top:16px;right:16px;transform:translate(8px)}.product-card__action{color:#1c2539;background-color:#fff;border:1px solid #e2e2e2;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .3s;display:inline-flex}.product-card__action:hover,.product-card__action:focus-visible{background-color:var(--shop-accent);color:#fff;border-color:#0000}.product-card__cta{background-color:var(--shop-dark);color:#fff;opacity:0;pointer-events:none;border:none;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px 16px;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex;position:absolute;bottom:0;left:0;transform:translateY(100%)}.product-card__cta svg{width:18px;height:18px}.product-card__content .heading{margin-block-end:6px}.product-card__title-link{color:inherit;text-decoration:none}.product-card__title-link:hover,.product-card__title-link:focus-visible{color:var(--shop-accent)}.product-card__price{color:var(--color-foreground-heading);align-items:center;gap:8px;font-size:16px;font-weight:600;display:flex}.product-card__price-old{color:var(--color-foreground-subheading);font-weight:500;text-decoration:line-through}.product-card:hover .product-card__actions,.product-card:focus-within .product-card__actions{opacity:1;pointer-events:auto;transform:translate(0)}.product-card:hover .product-card__cta,.product-card:focus-within .product-card__cta{opacity:1;pointer-events:auto;transform:translateY(0)}@media (max-width:991px){.shop-products__header{margin-block-end:32px}.product-card__media{min-height:220px}}@media (max-width:767px){.shop-products__tabs{gap:16px}.shop-products__tab{font-size:14px}.product-card__media{padding:0}.shop-products__grid{display:none}.shop-products__slider{display:block}.shop-products__slider .swiper-slide{width:240px}.product-card__cta{opacity:1;pointer-events:auto;transform:translateY(0)}}
