.product-card{background:var(--color-bg);border-radius:var(--radius);transition:var(--transition);border:none;flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:0 2px 12px #0000000f}.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.product-card__img{aspect-ratio:1;background:var(--color-bg-alt);width:100%;text-decoration:none;display:block;position:relative;overflow:hidden}.product-card__img img{object-fit:cover;width:100%;height:100%;transition:var(--transition)}.product-card:hover .product-card__img img{transform:scale(1.05)}.product-card__badges{flex-direction:column;align-items:flex-start;gap:4px;display:flex;position:absolute;top:10px;left:10px}.product-card__badge{text-transform:uppercase;color:#fff;white-space:nowrap;border-radius:4px;width:fit-content;padding:3px 10px;font-size:10px;font-weight:700}.product-card__badge--hit{background:var(--color-primary)}.product-card__badge--new{background:var(--color-secondary)}.product-card__badge--sale{background:#38ab03}.product-card__badge--spicy{background:linear-gradient(135deg,#ff6f00 0%,#e65100 100%);align-items:center;gap:4px;display:inline-flex}.product-card__badge-flame{flex-shrink:0}.product-card__body{flex-direction:column;flex:1;gap:8px;padding:14px;display:flex}.product-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover{color:var(--color-primary)}.product-card__desc{color:var(--color-text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;display:-webkit-box;overflow:hidden}.product-card__weight{color:var(--color-text-light);font-size:12px}.product-card__footer{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;display:flex}.product-card__prices{align-items:baseline;gap:6px;display:flex}.product-card__price{color:var(--color-primary);font-size:18px;font-weight:800}.product-card__old-price{color:var(--color-text-light);font-size:13px;text-decoration:line-through}.product-card__actions{flex-shrink:0;place-items:end;display:grid}.product-card__add,.product-card__counter{grid-area:1/1}.product-card__add{background:var(--color-primary);color:#fff;z-index:1;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:opacity .25s,transform .25s;display:flex}.product-card__add:hover{background:var(--color-primary-dark);transform:scale(1.1)}.product-card__add.hidden{opacity:0;pointer-events:none;z-index:0;transform:scale(.3)}.product-card__counter{opacity:0;pointer-events:none;align-items:center;gap:4px;transition:opacity .25s,transform .25s;display:flex;transform:scale(.5)translateY(6px)}.product-card__counter.visible{opacity:1;pointer-events:auto;transform:scale(1)translateY(0)}.product-card__counter-btn{border:1px solid var(--color-border);background:var(--color-bg);width:32px;height:32px;color:var(--color-text);transition:var(--transition);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex}.product-card__counter-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.product-card__qty{text-align:center;min-width:24px;color:var(--color-text);font-size:14px;font-weight:700}.products__header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.products__header .section__title{margin-bottom:0}.products__nav{gap:8px;display:flex}.products__arrow{background:var(--color-bg);width:40px;height:40px;color:var(--color-text-light);transition:var(--transition);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 2px 8px #00000014}.products__arrow:hover{background:var(--color-primary);color:#fff;box-shadow:0 4px 12px #d32f2f4d}.products__arrow.swiper-button-disabled{opacity:.3;pointer-events:none}.products__arrow--prev svg{transform:rotate(180deg)}.products__slider{padding:4px 8px}.products__slider .swiper-wrapper{align-items:stretch}.products__slider .swiper-slide{height:auto;display:flex}.products__pagination{justify-content:center;gap:8px;margin-top:20px;display:flex;position:relative}.products__pagination .swiper-pagination-bullet{background:var(--color-border);opacity:1;width:8px;height:8px;transition:var(--transition);cursor:pointer;border-radius:50%}.products__pagination .swiper-pagination-bullet-active{background:var(--color-primary);border-radius:4px;width:24px}@media (max-width:768px){.products__header{align-items:flex-end;gap:12px;margin-bottom:18px}.products__nav{display:none}.products__slider{margin:0 -15px;padding:4px 15px 2px;overflow:visible}.products__pagination{margin-top:16px}.product-card{box-shadow:0 2px 10px #0000000f}.product-card__badges{gap:3px;top:8px;left:8px}.product-card__badge{padding:3px 8px;font-size:9px}.product-card__body{gap:6px;padding:12px}.product-card__title{font-size:13px}.product-card__desc{display:none}.product-card__weight{font-size:11px}.product-card__footer{align-items:flex-end;gap:6px}.product-card__prices{flex-direction:column-reverse;align-items:flex-start;gap:2px;min-width:0}.product-card__price{font-size:16px;line-height:1.1}.product-card__old-price{font-size:11px}.product-card__add{width:34px;height:34px}.product-card__counter{gap:2px}.product-card__counter-btn{width:28px;height:28px;font-size:14px}.product-card__qty{min-width:18px;font-size:12px}}@media (max-width:480px){.products__header{display:block}.product-card__body{padding:10px}.product-card__title{font-size:12px}.product-card__price{font-size:15px}.product-card__old-price{font-size:10px}}
