.product-card{background:var(--white-color,#fff);border:1px solid #f0f0f0;border-radius:16px;flex-direction:column;height:100%;margin:0;padding:12px;transition:all .3s;display:flex;position:relative}@media (max-width:576px){.product-card{border-radius:12px;padding:8px}}.product-card .card-link-wrapper{color:inherit;flex-direction:column;flex:1;width:100%;text-decoration:none;display:flex}.product-card:hover{border-color:#e2e2e2;box-shadow:0 10px 24px #0000000f}.product-card:hover .image-wrapper .image-action-bar{opacity:1;visibility:visible;transform:translateY(0)}.product-card:hover .image-wrapper img{transform:scale(1.04)}.product-card:hover .image-wrapper:has(.hover-img) img.default-img{opacity:0;visibility:hidden}.product-card:hover .image-wrapper img.hover-img{opacity:1;visibility:visible}.product-card .image-wrapper{background:#f8fafc;border-radius:14px;justify-content:center;align-items:center;width:100%;height:220px;margin-bottom:12px;display:flex;position:relative;overflow:hidden}@media (max-width:1460px){.product-card .image-wrapper{height:200px}}@media (max-width:1280px){.product-card .image-wrapper{height:180px}}@media (max-width:1024px){.product-card .image-wrapper{height:200px}}@media (max-width:768px){.product-card .image-wrapper{border-radius:10px;height:160px;margin-bottom:8px}}@media (max-width:480px){.product-card .image-wrapper{border-radius:10px;height:145px;margin-bottom:6px}}@media (max-width:360px){.product-card .image-wrapper{height:130px}}.product-card .image-wrapper img{object-fit:contain;border-radius:14px;width:100%;height:100%;padding:4px;transition:opacity .3s,visibility .3s,transform .4s;position:absolute;inset:0}@media (max-width:576px){.product-card .image-wrapper img{border-radius:10px;padding:2px}}.product-card .image-wrapper img.default-img{opacity:1;visibility:visible;z-index:1}.product-card .image-wrapper img.hover-img{opacity:0;visibility:hidden;z-index:2;background:#f8fafc}.product-card .image-wrapper .placeholder-wrapper{z-index:0;background:#e5e3e1;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.product-card .image-wrapper .placeholder-wrapper .placeholder-hanger-svg{opacity:.75;width:80px;height:80px}@media (max-width:576px){.product-card .image-wrapper .placeholder-wrapper .placeholder-hanger-svg{width:56px;height:56px}}.product-card .image-wrapper .wishlist-btn{color:#111;cursor:pointer;z-index:5;box-sizing:border-box;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-size:16px;transition:background-color .2s,color .2s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #00000014}@media (max-width:576px){.product-card .image-wrapper .wishlist-btn{width:28px;height:28px;font-size:14px;top:6px;right:6px}}.product-card .image-wrapper .wishlist-btn svg{margin:0;display:block}.product-card .image-wrapper .wishlist-btn:hover{background:var(--primary-color,#111);color:#fff;transform:none}.product-card .image-wrapper .wishlist-btn.active{color:#e53935}.product-card .image-wrapper .wishlist-btn.disabled{pointer-events:none;opacity:.4!important;cursor:not-allowed!important;color:#ccc!important;background:#f5f5f5!important}.product-card .image-wrapper .image-action-bar{z-index:5;opacity:0;visibility:hidden;justify-content:center;align-items:center;gap:8px;transition:opacity .3s cubic-bezier(.16,1,.3,1),visibility .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:10px;left:10px;right:10px;transform:translateY(10px)}@media (max-width:1560px) and (min-width:769px){.product-card .image-wrapper .image-action-bar{flex-direction:column;justify-content:center;align-items:center}}@media (max-width:768px){.product-card .image-wrapper .image-action-bar{flex-direction:row;gap:8px;bottom:8px;left:4px;right:4px}}@media (hover:none){.product-card .image-wrapper .image-action-bar{opacity:1;visibility:visible;transform:translateY(0)}}.product-card .image-wrapper .image-action-bar .add-to-bag-btn{color:#fff;cursor:pointer;box-sizing:border-box;white-space:nowrap;background:#000;border:none;border-radius:9999px;flex:none;justify-content:center;align-items:center;gap:6px;height:38px;padding:0 14px;font-size:13px;font-weight:600;transition:background-color .2s,color .2s;display:flex;box-shadow:0 2px 6px #00000026}@media (max-width:768px){.product-card .image-wrapper .image-action-bar .add-to-bag-btn{border-radius:50%;flex:0 0 36px;justify-content:center;gap:0;width:36px;height:36px;padding:0}.product-card .image-wrapper .image-action-bar .add-to-bag-btn span{display:none}}@media (max-width:480px){.product-card .image-wrapper .image-action-bar .add-to-bag-btn{flex:0 0 32px;width:32px;height:32px}}.product-card .image-wrapper .image-action-bar .add-to-bag-btn .btn-icon,.product-card .image-wrapper .image-action-bar .add-to-bag-btn svg{flex-shrink:0;width:16px;height:16px;margin:0;font-size:16px;display:block}@media (max-width:480px){.product-card .image-wrapper .image-action-bar .add-to-bag-btn .btn-icon,.product-card .image-wrapper .image-action-bar .add-to-bag-btn svg{width:15px;height:15px;font-size:15px}}.product-card .image-wrapper .image-action-bar .add-to-bag-btn:hover:not(:disabled){background:var(--primary-color,#00a5c3);transform:none}.product-card .image-wrapper .image-action-bar .add-to-bag-btn:disabled{color:#ccc!important;cursor:not-allowed!important;background:#666!important}.product-card .image-wrapper .image-action-bar .compare-btn{color:#000;cursor:pointer;box-sizing:border-box;white-space:nowrap;background:#fff;border:1px solid #e0e0e0;border-radius:9999px;flex:none;justify-content:center;align-items:center;gap:6px;height:38px;padding:0 14px;font-size:13px;font-weight:600;transition:background-color .2s,color .2s,border-color .2s;display:flex;box-shadow:0 2px 6px #00000014}@media (max-width:768px){.product-card .image-wrapper .image-action-bar .compare-btn{border-radius:50%;flex:0 0 36px;justify-content:center;gap:0;width:36px;height:36px;padding:0}.product-card .image-wrapper .image-action-bar .compare-btn span{display:none}}@media (max-width:480px){.product-card .image-wrapper .image-action-bar .compare-btn{flex:0 0 32px;width:32px;height:32px}}.product-card .image-wrapper .image-action-bar .compare-btn .btn-icon,.product-card .image-wrapper .image-action-bar .compare-btn svg{flex-shrink:0;width:16px;height:16px;margin:0;font-size:16px;display:block}@media (max-width:480px){.product-card .image-wrapper .image-action-bar .compare-btn .btn-icon,.product-card .image-wrapper .image-action-bar .compare-btn svg{width:15px;height:15px;font-size:15px}}.product-card .image-wrapper .image-action-bar .compare-btn:hover{background:var(--primary-color,#00a5c3);border-color:var(--primary-color,#00a5c3);color:#fff;transform:none}.product-card .image-wrapper .image-action-bar .compare-btn.added{background:var(--primary-color,#00a5c3);color:#fff;border-color:var(--primary-color,#00a5c3)}.product-card .image-wrapper .image-action-bar .compare-btn.added:hover{background:#008da6}.product-card .image-wrapper .image-action-bar .compare-btn.full{opacity:.65;cursor:not-allowed;color:#888;background:#f5f5f5;border-color:#e0e0e0}.product-card .product-info{flex-direction:column;flex:1;padding:2px 2px 0;display:flex}.product-card .product-info .ratings{align-items:center;gap:2px;margin-bottom:3px;display:flex}.product-card .product-info .ratings svg{color:var(--yellow-color,#ffb800);fill:var(--yellow-color,#ffb800);font-size:13px}@media (max-width:576px){.product-card .product-info .ratings svg{font-size:11px}}.product-card .product-info .product-name{font-size:var(--font-size-base,15px);color:var(--secondary-color,#222);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:40px;margin:0 0 4px;font-weight:500;line-height:1.35;transition:all .3s;display:-webkit-box;overflow:hidden}@media (max-width:1280px){.product-card .product-info .product-name{height:38px;font-size:14px}}@media (max-width:576px){.product-card .product-info .product-name{height:34px;margin-bottom:2px;font-size:13px;line-height:1.3}}@media (max-width:360px){.product-card .product-info .product-name{height:32px;font-size:12px}}.product-card .product-info .product-name:hover{color:var(--primary-color,#00a5c3)}.product-card .product-info .product-meta{color:#777;visibility:hidden;height:0;margin:0;font-size:12px}.product-card .product-info .price-box{flex-wrap:wrap;align-items:baseline;gap:6px;margin-top:auto;padding-top:2px;display:flex}.product-card .product-info .price-box .current-price{color:#000;font-size:16px;font-weight:700}@media (max-width:576px){.product-card .product-info .price-box .current-price{font-size:15px}}@media (max-width:360px){.product-card .product-info .price-box .current-price{font-size:14px}}.product-card .product-info .price-box .old-price{color:#888;font-size:13px;text-decoration:line-through}@media (max-width:576px){.product-card .product-info .price-box .old-price{font-size:11px}}.products-list-header{color:#475569;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:2px solid #eaeef2;border-radius:8px 8px 0 0;grid-template-columns:3.5fr 1.5fr 1.2fr 2.2fr;gap:16px;width:100%;padding:16px 24px;font-size:12px;font-weight:700;display:grid}.product-card.list-mode{width:100%;height:auto;box-shadow:none;background:#fff;border:none;border-bottom:1px solid #eef0f2;border-radius:0;grid-template-columns:3.5fr 1.5fr 1.2fr 2.2fr;align-items:center;gap:16px;margin:0;padding:24px;display:grid}.product-card.list-mode:hover{box-shadow:none;background:#f8fafc;border-color:#eef0f2}.product-card.list-mode:hover .product-info-col .image-wrapper img{transform:scale(1.02)}.product-card.list-mode .product-info-col{color:inherit;align-items:center;gap:20px;min-width:0;text-decoration:none;display:flex}.product-card.list-mode .product-info-col .image-wrapper{background:#f1effe;border:1px solid #eaeef2;border-radius:10px;flex-shrink:0;width:140px;height:94px;margin-bottom:0;overflow:hidden}.product-card.list-mode .product-info-col .image-wrapper img{object-fit:contain;border-radius:8px;padding:4px}.product-card.list-mode .product-info-col .product-details{flex-direction:column;gap:6px;min-width:0;display:flex}.product-card.list-mode .product-info-col .product-details .product-name{color:#1e293b;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:auto;margin:0;font-size:15px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card.list-mode .product-info-col .product-details .product-name:hover{color:var(--primary-color,#00a5c3)}.product-card.list-mode .product-info-col .product-details .product-description{color:#64748b;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.product-card.list-mode .rating-col{flex-direction:column;gap:6px;display:flex}.product-card.list-mode .rating-col .ratings{align-items:center;gap:3px;display:flex}.product-card.list-mode .rating-col .ratings svg{color:var(--yellow-color,#ffb800);fill:var(--yellow-color,#ffb800);font-size:16px}.product-card.list-mode .rating-col .reviews-count{color:#64748b;font-size:12px}.product-card.list-mode .price-col .price-box{align-items:baseline;gap:8px;display:flex}.product-card.list-mode .price-col .price-box .current-price{color:#1e293b;font-size:18px;font-weight:700}.product-card.list-mode .price-col .price-box .old-price{color:#94a3b8;font-size:13px;text-decoration:line-through}.product-card.list-mode .actions-col{justify-content:flex-start;align-items:center;gap:12px;display:flex}.product-card.list-mode .actions-col .add-to-bag-btn{background:var(--primary-color,#00a5c3);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.product-card.list-mode .actions-col .add-to-bag-btn:hover:not(:disabled){background:#00849e;transform:translateY(-1px)}.product-card.list-mode .actions-col .add-to-bag-btn:disabled{cursor:not-allowed;color:#cbd5e1!important;background:#94a3b8!important}.product-card.list-mode .actions-col .compare-btn{color:#334155;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;gap:6px;height:42px;padding:0 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.product-card.list-mode .actions-col .compare-btn:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.product-card.list-mode .actions-col .compare-btn.active{border-color:var(--primary-color,#00a5c3);color:var(--primary-color,#00a5c3);background:#00a5c30a}.product-card.list-mode .actions-col .compare-btn:disabled{opacity:.65;cursor:not-allowed}.product-card.list-mode .actions-col .wishlist-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;transition:all .2s;display:flex}.product-card.list-mode .actions-col .wishlist-btn:hover{color:#ef4444;background:#fef2f2;border-color:#fca5a5;transform:scale(1.05)}.product-card.list-mode .actions-col .wishlist-btn.active{color:#ef4444;background:#fef2f2;border-color:#fca5a5}.product-card.list-mode .image-action-bar{display:none}@media (max-width:1024px){.products-list-header{grid-template-columns:3fr 1.5fr 1fr 2fr;padding:12px 16px}.product-card.list-mode{grid-template-columns:3fr 1.5fr 1fr 2fr;gap:12px;padding:16px}.product-card.list-mode .product-info-col{gap:12px}.product-card.list-mode .product-info-col .image-wrapper{width:110px;height:74px}.product-card.list-mode .product-info-col .product-details .product-name{font-size:14px}.product-card.list-mode .product-info-col .product-details .product-description{font-size:12px}.product-card.list-mode .rating-col .ratings svg{font-size:14px}.product-card.list-mode .rating-col .reviews-count{font-size:11px}.product-card.list-mode .price-col .price-box .current-price{font-size:16px}.product-card.list-mode .price-col .price-box .old-price{font-size:12px}.product-card.list-mode .actions-col{gap:8px}.product-card.list-mode .actions-col .add-to-bag-btn,.product-card.list-mode .actions-col .compare-btn{height:38px;padding:0 10px;font-size:12px}.product-card.list-mode .actions-col .wishlist-btn{width:38px;height:38px;font-size:16px}}@media (max-width:860px){.products-list-header{display:none}.product-card.list-mode{border:1px solid #eef0f2;border-radius:12px;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;padding:20px;display:grid}.product-card.list-mode .product-info-col{grid-column:1/-1}.product-card.list-mode .product-info-col .image-wrapper{width:130px;height:86px}.product-card.list-mode .rating-col{grid-column:1}.product-card.list-mode .price-col{grid-column:2;justify-self:end}.product-card.list-mode .actions-col{grid-column:1/-1;justify-content:space-between;margin-top:4px}.product-card.list-mode .actions-col .add-to-bag-btn{flex:1;order:3}.product-card.list-mode .actions-col .compare-btn{flex:1}}@media (max-width:480px){.product-card.list-mode{gap:12px;padding:16px}.product-card.list-mode .product-info-col{flex-direction:column;align-items:flex-start;gap:12px}.product-card.list-mode .product-info-col .image-wrapper{width:100%;height:160px}.product-card.list-mode .product-info-col .image-wrapper img{object-fit:contain}.product-card.list-mode .rating-col{grid-column:1/-1}.product-card.list-mode .price-col{grid-column:1/-1;justify-self:start}.product-card.list-mode .actions-col{flex-flow:wrap}.product-card.list-mode .actions-col .add-to-bag-btn{flex:none;width:100%}.product-card.list-mode .actions-col .compare-btn{flex:1}}
