.card-product{position:relative;display:flex;flex-direction:column;height:100%;border-radius:var(--card-border-radius,8px);overflow:hidden}.card-product--secondary-bg{background:rgb(var(--color-background-secondary))}.card-product--shadow-small{box-shadow:0 2px 4px rgba(0,0,0,.08)}.card-product--shadow-medium{box-shadow:0 4px 8px rgba(0,0,0,.12)}.card-product--shadow-large{box-shadow:0 8px 16px rgba(0,0,0,.16)}.card-product__media-wrapper{position:relative;overflow:hidden;border-radius:var(--card-border-radius,8px) var(--card-border-radius,8px) 0 0;background:rgba(var(--color-foreground),.04)}.card-product--image-padding .card-product__media-wrapper{margin:.5rem .5rem 0;border-radius:calc(var(--card-border-radius,8px) - 2px)}.card-product__media{display:block;position:relative;overflow:hidden}.card-product__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.card-product__image--secondary{opacity:0}.card-product:hover .card-product__image--secondary{opacity:1}.card-product__placeholder{width:100%;height:100%}.card-product__badges{position:absolute;top:.5rem;left:.5rem;display:flex;flex-direction:row;flex-wrap:wrap;gap:.25rem;z-index:2;max-width:calc(100% - 1rem)}.card-product__badge{display:inline-block;padding:.2rem .5rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;border-radius:3px;line-height:1}.card-product__badge--accent-1{background:rgb(var(--color-accent-1))}.card-product__badge--accent-2{background:rgb(var(--color-accent-2))}.card-product__badge--background{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1)}.card-product__badge--text{background:rgb(var(--color-foreground))}.card-product__badge--text-background{color:rgb(var(--color-background))}.card-product__badge--text-text{color:rgb(var(--color-foreground))}.card-product__badge--text-accent-1{color:rgb(var(--color-accent-1))}.card-product__badge--text-accent-2{color:rgb(var(--color-accent-2))}.card-product__content{padding:1rem;flex-grow:1;display:flex;flex-direction:column}.card-product__vendor{font-size:.75rem;color:rgba(var(--color-foreground),.6);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.card-product__title{font-size:1rem;font-weight:400;margin:0 0 .5rem;line-height:1.4}.card-product__title a{color:inherit;text-decoration:none}.card-product__title a:hover{text-decoration:underline}.card-product__description{font-size:.875rem;color:rgba(var(--color-foreground),.7);line-height:1.5;margin:.5rem 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-product__price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin:.75rem 0}.price-item{font-size:1.125rem;font-weight:600}.price-item--sale{color:rgb(var(--color-accent))}.price-item--regular-sale{text-decoration:line-through;color:rgba(var(--color-foreground),.5);font-weight:400;font-size:1rem}.card-product__actions{margin-top:auto;padding-top:.5rem}.card-product__button{width:100%;padding:.75rem 1rem;border:1px solid rgba(var(--color-foreground),1);border-radius:4px;font-size:.9rem;font-weight:500;text-align:center;cursor:pointer;text-decoration:none;display:inline-block}.card-product__button.button--primary{background:rgba(var(--color-foreground),1);color:rgba(var(--color-background),1)}.card-product__button.button--primary:hover{background:rgba(var(--color-foreground),.85)}.card-product__button.button--secondary{background:0 0;color:rgba(var(--color-foreground),1)}.card-product__button.button--secondary:hover{background:rgba(var(--color-foreground),.05)}.card-product__button[disabled]{opacity:.5;cursor:not-allowed}.card-product__form{margin:0}.card-product__media--portrait{padding-bottom:133%}.card-product__media--square{padding-bottom:100%}@media screen and (max-width:749px){.card-product__title{font-size:.9rem}.price-item{font-size:1rem}.card-product__badge{padding:.2rem .5rem;font-size:.75rem}}