.cart-upsell__title{font-weight:700;margin-bottom:1.6rem}.cart-upsell__title--compact{margin-top:0;text-align:center}.cart-upsell__products{display:grid;gap:.8rem;grid-template-columns:repeat(2,1fr)}.cart-upsell__products--compact{display:flex;flex-direction:column;gap:1.6rem}
.product-card{background-color:#fff;color:#000;display:flex;flex-direction:column;gap:.8rem;height:auto;min-width:0;padding:1.6rem;position:relative;transition:opacity var(--transition)}.product-card:hover{box-shadow:0 .707px 2.121px .707px hsla(0,0%,7%,.15),0 .707px 1.414px 0 hsla(0,0%,7%,.3)}.product-card--sold-out{opacity:.5}.product-card__image-wrapper{position:relative}.product-card__image-wrapper img,.product-card__image-wrapper svg{aspect-ratio:1/1;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-card__image{display:block}.product-card__image-hover{display:none}@media(min-width:75em){.product-card:hover .product-card__image{display:none}.product-card:hover .product-card__image-hover{display:block}}.product-card__info{display:flex;flex-direction:column}.product-card__spacer{height:2.4rem}.product-card__title{color:#000;font-size:1.4rem}.product-card__badges{display:flex;flex-direction:column;flex-wrap:wrap;gap:.8rem;position:absolute}.product-card__badges .badge{font-size:1rem}@media(min-width:75em){.product-card:hover .product-card__quick-view{opacity:.6}}.product-card__quick-view{left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity var(--transition),padding var(--transition);white-space:nowrap}@media(min-width:75em){.product-card__quick-view:hover{opacity:1!important}}@media(max-width:47.99em){.product-card__quick-view{pointer-events:none}}.product-card__vendor{word-wrap:break-word;font-size:1.2rem;font-weight:600}.product-card__price{align-items:center;display:flex;font-size:1.4rem;font-weight:700;gap:.4rem}.product-card__price.on-sale .product-card__price-regular{color:#ef4123}.product-card__price-compare{color:var(--color-system-placeholder);font-size:1.2rem;font-weight:400;text-decoration:line-through}.product-card__swatches{align-items:center;display:flex;gap:.8rem}.product-card__swatch{border:1px solid;border-radius:50%;cursor:pointer;height:1.2rem;margin:.4rem 0;overflow:hidden;padding:0;width:1.2rem}.product-card__swatch-more-button{font-size:1.4rem}.product-card__swatch-more-button:hover{text-decoration:underline}.product-card-headless{height:100%}
.badge{align-items:center;background-color:var(--color-background);border:1px solid;border-radius:.2rem;color:var(--color-text);display:flex;font-size:1.2rem;font-weight:600;justify-content:center;line-height:1.8rem;padding:.3rem 1.2rem;text-align:center;width:-moz-max-content;width:max-content}.badge--large{padding-bottom:1rem;padding-top:1rem}.badge--rounded{border-radius:.5rem}.badge--inverted{background-color:var(--color-text);border:1px solid var(--color-text);color:var(--color-background)}
.compact-product-card{background-color:#fff;display:flex;gap:1.6rem;padding:1.2rem}.compact-product-card__image{display:block;height:10rem;width:10rem}.compact-product-card__image img,.compact-product-card__image svg{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.compact-product-card__image svg{background-color:rgb(var(--color-text-rgb)/10%)}.compact-product-card__content{display:flex;flex:1;flex-direction:column;gap:1.2rem;justify-content:center}.compact-product-card__upper{align-items:center;display:flex;gap:1.6rem;justify-content:space-between}.compact-product-card__info{display:flex;flex-direction:column;gap:.2rem;justify-content:space-between}.compact-product-card__info p{margin:0}.compact-product-card__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.4rem;overflow:hidden}.compact-product-card__vendor{font-size:1.2rem;font-weight:600}.compact-product-card__price{align-items:center;display:flex;font-size:1.4rem;font-weight:700;gap:.4rem}.compact-product-card__price.on-sale .compact-product-card__price-regular{color:#ef4123}.compact-product-card__price-compare{font-size:1.2rem;font-weight:400;text-decoration:line-through}.compact-product-card__form{display:flex;gap:.8rem}.compact-product-card__item-variant-selector{background-color:#fff;max-width:30rem}.compact-product-card__submit{background-color:var(--color-primary-button-background);color:var(--color-primary-button-text);flex-shrink:0;padding:.8rem}.compact-product-card__submit:focus{color:var(--color-background)}.compact-product-card__submit:hover{background-color:var(--color-primary-button-background-hover);color:var(--color-primary-button-text-hover)}.compact-product-card__submit svg{display:block;height:2.4rem;width:2.4rem}
