:root{--product-card-secondary-surface: var(--_product-card-secondary-surface, var(--color-neutral-925));--product-card-secondary-hover-surface: var(--_product-card-secondary-hover-surface, var(--card-surface-hover));--card-surface-hover: var(--color-neutral-900);--card-border-primary: var(--color-neutral-800);--container-columns: 3}.product-card-secondary{--container-columns: 2;--span: var(--container-columns);--padding: 1.25rem;--gap-between-items: 1rem;--gap-between-content: .5rem;--width: 14rem;background-color:var(--product-card-secondary-surface);box-sizing:border-box;display:flex;flex-direction:column;gap:var(--gap-between-items);position:relative;overflow:hidden;padding:var(--padding);border-radius:1rem;height:100%;transition:background .2s ease-in-out}.product-card-secondary:hover{background:var(--product-card-secondary-hover-surface)}.product-card-secondary__img{border-radius:.75rem;overflow:clip}.product-card-secondary__img-container{position:relative}.product-card-secondary__label{position:absolute;right:-.5rem;top:-.5rem;background-color:var(--color-orange-500);border-radius:.25rem;color:var(--color-neutral-900);line-height:1;padding:.25rem .4rem;font-size:.625rem;font-weight:500}.product-card-secondary__content{display:flex;flex:1 1 0;flex-direction:column;justify-content:space-between;gap:var(--gap-between-items)}.product-card-secondary__link{color:var(--text-primary);text-decoration:none}.product-card-secondary__link:hover{color:var(--text-primary)}.product-card-secondary__link:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0}.product-card-secondary__info{display:flex;flex-direction:column;gap:var(--gap-between-content)}.product-card-secondary__heading{color:var(--text-primary);font-size:1rem;font-weight:500;margin:0}.product-card-secondary__description{margin:0;text-wrap:pretty;line-height:1.4;font-size:.875rem}.product-card-secondary__price-cta{display:flex;flex-direction:column;gap:.5rem}.product-card-secondary__price-container{display:flex;gap:.25rem;font-size:.875rem;align-items:center;flex-wrap:wrap}.product-card-secondary__price{color:var(--text-primary)}.product-card-secondary__price--on-sale{color:var(--color-red-500);font-weight:600}.product-card-secondary__price--original{text-decoration:line-through}.product-card-secondary__button-container{height:2.5rem}.product-card-secondary__button-container .button{margin-bottom:0;width:100%}.product-card-secondary__discount-label{background-color:var(--color-red-500);padding:.1875rem;line-height:1;display:flex;font-size:.625rem;color:var(--text-primary);font-weight:500;border-radius:2px}
