.product-card{background-color:hsl(var(--card));border-radius:calc(var(--radius) * 2);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid hsl(var(--border));position:relative;display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card__image-wrapper{position:relative;aspect-ratio:4 / 3;overflow:hidden;background-color:hsl(var(--muted));display:block;text-decoration:none}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__image-placeholder{width:100%;height:100%;background-color:hsl(var(--muted));display:flex;align-items:center;justify-content:center}.product-card__badge{position:absolute;top:.5rem;left:.5rem;z-index:10}.product-card__badge-inner{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;padding:.375rem .75rem;border-radius:9999px}.product-card__badge--storsack{background-color:#dfece6;color:#2d5340}.product-card__badge--smasack{background-color:#b8947a33;color:#7d5336}.product-card__badge--hemleverans{background-color:#dfece6;color:#2d5340}.product-card__badge--container{background-color:#cddde4;color:#2e576b}.product-card__badge--hamtning{background-color:#e7eee7;color:#628462}.product-card__content{padding:1.25rem;flex:1;display:flex;flex-direction:column}.product-card__title{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.25rem;line-height:1.4}.product-card__title a{color:inherit;text-decoration:none;transition:color .2s}.product-card__title a:hover{color:hsl(var(--primary))}.product-card__description{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5;flex:1}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto}.product-card__quick-facts{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.product-card__fact{display:inline-flex;align-items:center;font-size:.6875rem;font-weight:600;padding:.25rem .625rem;border-radius:.5rem;line-height:1.3}.product-card__fact--green{background-color:#8fac771a;color:#647e4e}.product-card__fact--blue{background-color:#1980e61a;color:#1f66ad}.product-card__fact--amber{background-color:#e69b191a;color:#986a1b}.product-card__price{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:hsl(var(--primary));display:flex;flex-direction:column;gap:.125rem;margin-top:.25rem}.product-card__price-amount{font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit}.product-card__price-suffix{font-size:.875rem;font-weight:400;color:hsl(var(--muted-foreground));font-family:var(--font-body)}.product-card__actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.product-card__actions .btn{width:100%;justify-content:center}.product-card__cta{flex-shrink:0}.product-card__cta--pickup{width:100%;justify-content:center}.products-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}@media(min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/product-card.css.map */
