.product-card{background-color:var(--color-white);cursor:pointer;border:1px solid #e5e5e5;border-radius:24px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.product-card-image{aspect-ratio:4/3;background:linear-gradient(90deg,#e8e8e8 0%,#f5f5f5 25%,#e8e8e8 50%,#f5f5f5 75%,#e8e8e8 100%) 0 0/200% 100%;justify-content:center;align-items:center;width:100%;animation:1.5s ease-in-out infinite product-skeleton-shimmer;display:flex;position:relative;overflow:hidden}@keyframes product-skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.product-card-image img{object-fit:cover;width:100%;height:100%;display:block}.product-card-content{flex-direction:column;flex-grow:1;height:auto;padding:1.25rem;display:flex}.product-card-title{color:var(--color-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700;line-height:1.3}.product-card-seo-desc{color:var(--color-text-sub);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-grow:1;min-height:2.8em;margin-bottom:1rem;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card-bottom{margin-top:auto}.btn-get-quote{color:#fff;z-index:5;background-color:#000;border-radius:99px;justify-content:center;align-items:center;width:100%;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:transform .2s,background-color .2s;display:flex;position:relative}.btn-get-quote:hover{background-color:#333;transform:translateY(-2px)}@media (max-width:768px){.product-card{border-radius:20px}.product-card-image{border-radius:20px 20px 0 0}.product-card-content{padding:20px}.product-card-title{font-size:16px}.product-card-slogan{font-size:13px}.product-card-price{font-size:18px}}
