.product-card{position:relative;min-height:452px;display:flex;flex-direction:column;border-radius:16px;background-color:#fff;box-shadow:0 1px 3px #00000014,0 12px 30px #0f172a0f;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px #1e3a8a1f}.product-card:has(.product-card__control:hover){transform:none;box-shadow:0 1px 3px #00000014,0 12px 30px #0f172a0f}.product-card__control{position:absolute;top:16px;right:16px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(15,23,42,.08);border-radius:50%;background-color:#fffffff5;color:#4a5565;--icon-filter: var(--icon-filter-text-secondary);box-shadow:0 10px 24px #0f172a14;transition:color .2s ease,background-color .2s ease,transform .2s ease,box-shadow .2s ease}.product-card__control:hover{transform:translateY(-1px);color:#e7000b;--icon-filter: var(--icon-filter-danger);box-shadow:0 14px 28px #1e3a8a24}.product-card__control .svg-icon{width:20px;height:20px;fill:#fff}.product-card__control--remove{color:#fb2c36;--icon-filter: var(--icon-filter-sale)}.product-card__control--favorite.is-active{background-color:#e7000b;color:transparent;--icon-filter: var(--icon-filter-white);fill:#fff}.product-card__badge{position:absolute;top:16px;left:16px;z-index:3;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:6px 10px;border-radius:999px;background-color:#fb2c36;color:#fff;font-size:14px;font-weight:600;line-height:1}.product-card__image{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;flex:0 0 auto;aspect-ratio:1/1;overflow:hidden;background:linear-gradient(180deg,#f8fafc,#eff6ff);color:inherit;text-decoration:none}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__image--unavailable:after{content:"";position:absolute;inset:0;background:#0f172a7a}.product-card__not-available{position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%);padding:6px 12px;border-radius:999px;background-color:#ffffffeb;color:#101828;font-size:14px;font-weight:600;white-space:nowrap}.product-card__content{display:flex;flex:1 1 auto;flex-direction:column;gap:16px;padding:18px}.product-card__info{display:flex;flex-direction:column;gap:8px}.product-card__category{color:#6a7282;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.product-card__title{color:#101828;font-size:18px;font-weight:600;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:43.2px}.product-card__title a{color:inherit;transition:color .2s ease}.product-card__title a:hover{color:#1e3a8a}.product-card__price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px 14px}.product-card__price{color:#1e3a8a;font-size:20px;font-weight:700}.product-card__price span{color:#6a7282;font-size:14px;font-weight:500}.product-card__price-old{color:#6a7282;font-size:18px;text-decoration:line-through}.product-card__specs{display:grid;gap:6px;margin:0;padding:0;list-style:none}.product-card__spec{color:#4a5565;font-size:14px;line-height:1.5}.product-card__tags{display:flex;flex-wrap:wrap;align-content:flex-start;gap:6px;margin:0;min-height:96px;max-height:96px;overflow:hidden;padding:0;list-style:none}.product-card__tag{display:inline-flex;align-items:center;max-width:100%;min-height:24px;padding:4px 8px;border:1px solid rgba(30,58,138,.12);border-radius:999px;background-color:#eff6ff;color:#4a5565;font-size:12px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__action{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:50px;margin-top:auto;padding:10px 16px;border:0;border-radius:12px;background-color:#1e3a8a;color:#fff;--icon-filter: var(--icon-filter-white);font:inherit;font-size:16px;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease}.product-card__action:hover{transform:translateY(-2px);background-color:#22419b;box-shadow:0 16px 30px #1e3a8a33}.product-card__action .svg-icon{width:16px;height:16px;fill:none}.product-card__action--disabled{background-color:#d1d5db;color:#6a7282;cursor:not-allowed;pointer-events:none;box-shadow:none}.product-card__action--disabled:hover{transform:none;background-color:#d1d5db;box-shadow:none}:root{--icon-filter-text-secondary: brightness(0) saturate(100%) invert(34%) sepia(10%) saturate(795%) hue-rotate(176deg) brightness(90%) contrast(88%);--icon-filter-danger: brightness(0) saturate(100%) invert(12%) sepia(98%) saturate(6426%) hue-rotate(352deg) brightness(94%) contrast(113%);--icon-filter-sale: brightness(0) saturate(100%) invert(34%) sepia(96%) saturate(4255%) hue-rotate(339deg) brightness(101%) contrast(98%);--icon-filter-white: brightness(0) invert(1)}.category-catalog{padding:56px 0}.category-catalog__layout{display:grid;gap:20px}@media(min-width:1024px){.category-catalog__layout{grid-template-columns:minmax(260px,300px) minmax(0,1fr);align-items:start;gap:24px}}.category-sidebar{display:grid;gap:16px}.category-sidebar__card{padding:18px;border-radius:18px;background-color:#fff;box-shadow:0 1px 3px #00000014,0 12px 30px #0f172a0f}.category-sidebar__header{margin-bottom:14px}.category-sidebar__title{color:#101828;font-size:20px;font-weight:700;line-height:1.2}.category-sidebar__list{display:grid;gap:6px}.category-sidebar__link{display:block;padding:12px 14px;border-radius:12px;color:#4a5565;font-size:14px;font-weight:600;line-height:1.45;transition:color .2s ease,background-color .2s ease}.category-sidebar__link:hover{color:#1e3a8a;background-color:#eff6ff}.category-sidebar__link--active{color:#1e3a8a;background-color:#bedbff}@media(min-width:1024px){.category-sidebar{position:sticky;top:132px}}.category-products .svg-icon{display:inline-block;flex-shrink:0;object-fit:contain;filter:var(--icon-filter, none);transition:filter .2s ease,transform .2s ease,opacity .2s ease}.category-products__title{margin-bottom:14px;color:#101828;font-size:clamp(24px,3vw,32px);font-weight:700;line-height:1.2}.category-products__count{margin-bottom:24px;color:#4a5565;font-size:16px;font-weight:600;line-height:1.5}.category-products__list{display:grid;grid-template-columns:1fr;gap:18px}.category-products__item[hidden]{display:none!important}.category-products__item,.category-products .product-card{height:100%}@media(min-width:640px){.category-products__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1280px){.category-products__list{grid-template-columns:repeat(3,minmax(0,1fr))}.category-products__card{height:100%}.category-products__image{min-height:240px}}.catalog-message{grid-column:1/-1;padding:32px;border-radius:16px;background:#fff;color:#4a5565;text-align:center;box-shadow:0 1px 3px #00000014}
