.cart-recommended-product-card{border:1px solid var(--grey-175);border-radius:.8rem;box-sizing:border-box;display:flex;flex-direction:column;height:auto;overflow:hidden;padding:2rem}@media screen and (min-width:640px){.cart-recommended-product-card{border-radius:1.2rem}}.cart-recommended-product-card .card__heading{display:flex;flex:1;flex-direction:column}.cart-recommended-product-card .card__image{display:flex;justify-content:center;overflow:hidden}.cart-recommended-product-card .card__image img{aspect-ratio:1/1;height:fit-content;max-height:16rem;max-width:16rem;object-fit:contain;scale:1.13;width:100%}.cart-recommended-product-card .card__image+.card__details{margin-top:.5rem}.cart-recommended-product-card .card__details{display:flex;flex-direction:column}@media screen and (max-width:639px){.cart-recommended-product-card .card__details{grid-column:5/11}}.cart-recommended-product-card .card__badge{background-color:var(--badge-color,#252525);border-radius:2px;color:var(--white);display:inline-block;font-size:1.15rem;font-weight:700;letter-spacing:.025rem;line-height:1;padding:.7rem 1.2rem;width:fit-content}.cart-recommended-product-card .card__badge+.card__title{margin-top:.5rem}.cart-recommended-product-card .card__title{color:var(--grey-875);font-size:1.5rem;font-weight:700;letter-spacing:-.015rem;line-height:2.13rem;margin:0}.cart-recommended-product-card .card__price{align-items:center;display:flex}.cart-recommended-product-card .card__price span{color:var(--grey-875);display:inline-block;font-size:1.5rem;font-weight:400;letter-spacing:-.015rem;line-height:2.13rem}.cart-recommended-product-card .card__price span+span{margin-left:1rem}@media screen and (min-width:1024px){.cart-recommended-product-card .card__price span+span{margin-left:.8rem}}.cart-recommended-product-card .card__price .old-price{color:var(--grey-275);text-decoration:line-through}.cart-recommended-product-card .card__price+.card__learn-more{margin-top:.3rem}.cart-recommended-product-card .card__learn-more{color:var(--grey-875);font-size:1.2rem;font-weight:400;letter-spacing:-.012rem;line-height:1.656rem;text-align:left;text-decoration:underline}.cart-recommended-product-card button.card__learn-more{background-color:transparent;border:0;cursor:pointer;padding:0}.cart-recommended-product-card .card__heading+.card__variant-dropdown{margin-top:.5rem}.cart-recommended-product-card .card__variant-dropdown{align-items:center;background-color:var(--white);border:1px solid var(--grey-175);border-radius:.4rem;cursor:pointer;display:flex;isolation:isolate;justify-content:center;overflow:hidden;position:relative;width:100%;z-index:1}.cart-recommended-product-card .card__variant-dropdown select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;border:0;color:var(--grey-875);cursor:pointer;font-family:inherit;font-size:1.5rem;font-weight:400;letter-spacing:-.015rem;line-height:2.13rem;padding:1.2rem 3.5rem 1.2rem 1.2rem;width:100%}@media screen and (min-width:1024px){.cart-recommended-product-card .card__variant-dropdown select{font-size:1.4rem;letter-spacing:-.014rem;line-height:1.988rem;padding:.9rem 3.7rem 1rem 1.5rem}}.cart-recommended-product-card .card__variant-dropdown svg{flex-shrink:0;height:auto;pointer-events:none;position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:1.2rem}@media screen and (min-width:1024px){.cart-recommended-product-card .card__variant-dropdown svg{right:1.2rem}}.cart-recommended-product-card .card__heading+.card__btn,.cart-recommended-product-card .card__variant-dropdown+.card__btn{margin-top:1.5rem}