.product-card{z-index:0;background:var(--color-secondary);border:1px solid var(--color-border);transform-origin:100% 0;width:100%;height:370px;transition:box-shadow var(--transition-medium), transform var(--transition-medium);border-radius:16px;flex-direction:column;padding:14px;display:flex;position:relative}.product-card--specs-open,.product-card--specs-open:hover{z-index:50}.product-card__image-wrap{background:#fff;border-radius:12px;height:190px;position:relative;overflow:hidden}.product-card__image-inner{width:100%;height:100%;position:relative}.product-card__image-inner--static{justify-content:center;align-items:center;display:flex}.product-card__image--fill{object-fit:contain;padding:8px}.product-card__image-inner--static .product-card__image{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:180px;display:block}.product-card__specs{z-index:50;-webkit-backdrop-filter:blur(12px);opacity:0;visibility:hidden;pointer-events:none;width:min(220px,36vw);transition:opacity var(--transition-fast), visibility var(--transition-fast);background:#4a4a4ae6;border:none;border-radius:10px;flex-direction:column;gap:6px;margin:0;padding:10px 12px;list-style:none;display:flex;position:absolute;top:12px;left:calc(100% + 8px);box-shadow:0 8px 20px #0000002e}.product-card__specs:before{content:"";background:#4a4a4ae6;border:none;width:10px;height:10px;position:absolute;top:18px;left:-5px;transform:rotate(45deg)}.product-card--specs-left .product-card__specs{left:auto;right:calc(100% + 8px)}.product-card--specs-left .product-card__specs:before{border:none;left:auto;right:-5px}.product-card__spec{color:#fff;align-items:center;gap:8px;min-width:0;font-size:11px;line-height:1.35;display:flex}.product-card__spec span{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-card__spec-icon-wrap{background:#e2fc2a;border-radius:50%;flex-shrink:0;width:22px;height:22px;position:relative;overflow:hidden}.product-card__spec-icon{object-fit:contain;object-position:center;filter:brightness(0);width:14px;height:14px;margin:0;padding:0;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-card--specs-open .product-card__specs{opacity:1;visibility:visible;pointer-events:auto}.product-card__actions{z-index:3;pointer-events:auto;flex-direction:column;gap:8px;padding:4px;display:flex;position:absolute;top:14px;right:14px}.product-card__action-btn{color:#707f8d;cursor:pointer;width:36px;height:36px;transition:color var(--transition-fast), background var(--transition-fast);background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex;box-shadow:0 2px 8px #00000014}.product-card__action-btn svg,.product-card__action-btn .anticon{pointer-events:none}.product-card__action-btn--active,.product-card__action-btn--info.product-card__action-btn--active{color:#000;background:#e2fc2a}@media (hover:hover) and (pointer:fine){.product-card:hover{z-index:20;transform:scale(1.05);box-shadow:0 8px 24px #0000001f}.product-card__action-btn:hover{color:#000;background:#fff}.product-card__action-btn--active:hover,.product-card__action-btn--info:hover{color:#000;background:#e2fc2a}}@media (any-pointer:coarse){.product-card:hover{box-shadow:none;transform:none}.product-card--specs-open,.product-card--specs-open:hover{z-index:50}.product-card__action-btn--info:hover{color:#707f8d;background:#ffffffeb}.product-card__action-btn--info.product-card__action-btn--active{color:#000;background:#e2fc2a}}.product-card__title{-webkit-line-clamp:2;height:40px;color:inherit;-webkit-box-orient:vertical;margin:10px 0 6px;font-size:14px;font-weight:500;line-height:20px;display:-webkit-box;overflow:hidden}.product-card__image-link{z-index:1;color:inherit;display:block;position:relative}.product-card__price{align-items:center;height:28px;margin:6px 0 12px;font-size:22px;font-weight:700;display:flex}.product-card__button{border:1px solid var(--color-border);color:#000;cursor:pointer;width:100%;height:44px;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);background:#e2fc2a;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:auto;font-family:inherit;font-size:14px;font-weight:600;display:inline-flex}.product-card__button:hover{color:#000;background:#d4ee20}.product-card__button--in-cart{color:#e2fc2a;background:#7a7a7a;border-color:#707070}.product-card__button--in-cart:hover{color:#e2fc2a;background:#6e6e6e;border-color:#656565}.product-card__button-icon{font-size:16px}@media (prefers-reduced-motion:reduce){.product-card{transition:box-shadow var(--transition-fast)}.product-card:hover{transform:none}}@media (max-width:1100px){.product-card{border-radius:14px;height:320px;padding:10px}.product-card__image-wrap{border-radius:10px;height:150px}.product-card__image-inner--static .product-card__image{max-height:142px}.product-card__title{height:36px;margin:8px 0 4px;font-size:13px;line-height:18px}.product-card__price{height:24px;margin:4px 0 10px;font-size:18px}.product-card__button{border-radius:10px;height:40px;font-size:13px}}@media (max-width:1024px){.product-card__actions{gap:6px;padding:2px;top:10px;right:8px}.product-card__action-btn{width:32px;height:32px;font-size:16px}}@media (max-width:640px){.product-card{border-radius:12px;height:260px;padding:8px}.product-card:hover{box-shadow:none;z-index:0;transform:none}.product-card__specs,.product-card__action-btn--info{display:none}.product-card__image-wrap{border-radius:8px;height:130px}.product-card__image-inner--static .product-card__image{max-height:120px}.product-card__actions{gap:4px;padding:0;top:8px;right:6px}.product-card__action-btn{width:28px;height:28px;font-size:14px}.product-card__title{height:32px;margin:6px 0 4px;font-size:12px;line-height:16px}.product-card__price{height:22px;margin:4px 0 8px;font-size:16px}.product-card__button{border-radius:8px;gap:4px;height:36px;font-size:12px}.product-card__button-icon{font-size:14px}}
.product-grid{overflow-anchor:none;grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr));justify-items:stretch;gap:16px;display:grid}.product-grid-sentinel{grid-column:1/-1;height:1px}.product-card-skeleton{background:linear-gradient(90deg,#e8e8e8 0%,#f5f5f5 50%,#e8e8e8 100%) 0 0/200% 100%;border-radius:16px;width:100%;height:370px;animation:1.2s ease-in-out infinite skeletonShimmer}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1100px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,160px),1fr));gap:12px}.product-card-skeleton{border-radius:14px;height:320px}}@media (max-width:640px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-card-skeleton{border-radius:12px;height:280px}}
