.product-card{display:flex;width:100%;padding:20px;flex-direction:column;align-items:flex-start;gap:20px;align-self:start;justify-self:start;border-radius:12px;border:1px solid #d0daf9}.product-card-image-wrapper{width:100%;min-height:310px;height:100%;border-radius:12px}.product-card-image{height:100%;width:100%;min-height:22rem;max-height:22rem;object-fit:cover;border-radius:.75rem}.product-card-content{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:10px}.product-card-title{font-size:22px;font-weight:700;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card-pricing,.product-card-title{color:#000;font-style:normal;line-height:normal;margin:0}.product-card-pricing{font-size:1rem;font-weight:400}.product-card-button{display:flex;cursor:pointer;width:100%;height:2.875rem;padding:.75rem 0;justify-content:center;align-items:center;gap:.625rem;border-radius:62.5rem;border:1px solid #a9a9a9;background:var(--background);backdrop-filter:blur(200px);transition:all .3s ease;text-decoration:none}.product-card-button:hover{background:var(--background);border:1px solid #2067ff}.product-card-button:active{transform:scale(.98)}.product-card-button-text{color:#2067ff;font-size:1rem;font-style:normal;font-weight:700;line-height:normal;margin:0}@media (max-width:768px){.product-card{padding:15px;gap:15px}.product-card-image-wrapper{min-height:15rem}.product-card-image{min-height:15rem;max-height:15rem}.product-card-title{font-size:18px}.product-card-button{height:2.5rem}}@media (max-width:480px){.product-card{padding:12px;gap:12px}.product-card-title{font-size:16px}.product-card-button{height:2.25rem}.product-card-button-text{font-size:.9rem}}