.product-card{border-radius:var(--radius-app);border:1px solid var(--border-color);transition:var(--transition-smooth);background-color:#fff;flex-direction:column;height:100%;display:flex;overflow:hidden}.product-card .product-image-link{width:100%;display:block}.product-card .product-image-wrapper{aspect-ratio:1;background-color:#f9f9f9;width:100%;position:relative;overflow:hidden}.product-card .product-image-wrapper .product-img{object-fit:cover;transition:transform .6s cubic-bezier(.25,1,.5,1);width:100%!important;height:100%!important}.product-card .product-image-wrapper .product-category{top:15px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--main-color);border:1px solid var(--border-color);text-transform:uppercase;letter-spacing:.5px;z-index:2;background-color:#ffffffe6;border-radius:20px;padding:6px 12px;font-size:.75rem;font-weight:700;position:absolute;inset-inline-start:15px}.product-card .product-image-wrapper .quick-inquiry-btn{top:15px;background-color:var(--main-color);color:#fff;cursor:pointer;z-index:3;width:36px;height:36px;transition:var(--transition-smooth);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset-inline-end:15px;box-shadow:0 4px 10px #00000026}.product-card .product-image-wrapper .quick-inquiry-btn:hover{background-color:var(--secondary-color);color:var(--main-color);transform:scale(1.1);box-shadow:0 6px 14px #dca7424d}.product-card .product-info{flex-direction:column;flex-grow:1;gap:12px;padding:25px 20px;display:flex}.product-card .product-info .mobile-category-placeholder{display:none}.product-card .product-info .product-title-link{text-decoration:none;display:inline-block}.product-card .product-info .product-title{color:var(--main-color);transition:var(--transition-smooth);font-size:1.2rem;font-weight:700;line-height:1.4}.product-card .product-info .product-title:hover{color:var(--secondary-color)}.product-card .product-info .product-short-desc{color:var(--text-muted);line-clamp:2;-webkit-box-orient:vertical;margin-bottom:5px;font-size:.88rem;line-height:1.6;display:-webkit-box;overflow:hidden}.product-card .product-info .product-action-btn{color:var(--text-muted);text-transform:uppercase;transition:var(--transition-smooth);align-items:center;gap:10px;margin-top:auto;font-size:.9rem;font-weight:700;display:inline-flex}.product-card .product-info .product-action-btn .arrow-icon{background-color:var(--bg-surface);width:32px;height:32px;color:var(--main-color);transition:var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;display:flex}.product-card .product-info .product-action-btn:hover{color:var(--secondary-color)}.product-card .product-info .product-action-btn:hover .arrow-icon{background-color:var(--secondary-color);color:var(--main-color)}.product-card:hover{box-shadow:var(--shadow-md);border-color:#dca7424d;transform:translateY(-6px)}.product-card:hover .product-img{transform:scale(1.06)}@media (max-width:767px){.product-card .product-image-wrapper .product-category{display:none!important}.product-card .product-image-wrapper .quick-inquiry-btn{top:12px;width:34px;height:34px;inset-inline-end:12px}.product-card .product-info{gap:8px;padding:16px 14px}.product-card .product-info .mobile-category-placeholder{background-color:var(--bg-surface);color:var(--main-color);border:1px solid var(--border-color);text-transform:uppercase;border-radius:4px;align-self:flex-start;margin-bottom:2px;padding:4px 10px;font-size:.7rem;font-weight:700;display:inline-block}.product-card .product-info .product-title{font-size:1.05rem}.product-card .product-info .product-short-desc{margin-bottom:0;font-size:.82rem;line-height:1.5}.product-card .product-info .product-action-btn{align-self:flex-end;margin-top:auto}.product-card .product-info .product-action-btn .btn-text{display:none}.product-card .product-info .product-action-btn .arrow-icon{background-color:var(--main-color);color:#fff;width:36px;height:36px;box-shadow:0 2px 6px #0000001a}.product-card .product-info .product-action-btn:hover .arrow-icon{background-color:var(--secondary-color);color:var(--main-color)}}
