.cart-drawer__recommendations{padding:2rem 1.5rem;border-top:1px solid rgba(var(--color-foreground),0.08);margin-top:1rem;}.cart-drawer__recommendations-heading{margin:0 0 1.5rem;font-size:1.6rem;font-weight:600;color:rgb(var(--color-foreground));}.product-recommendations__inner{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;}@media screen and (max-width:749px){.product-recommendations__inner{grid-template-columns:repeat(2,1fr);gap:1rem;}}.product-recommendations__item{display:flex;flex-direction:column;}.product-recommendations__link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%;}.product-recommendations__link:hover{opacity:0.85;transition:opacity 0.2s ease;}.product-recommendations__image-wrapper{position:relative;width:100%;padding-bottom:100%;overflow:hidden;background-color:rgb(var(--color-background));border-radius:0.5rem;margin-bottom:1rem;}.product-recommendations__image,.product-recommendations__image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}.product-recommendations__image-placeholder{display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-foreground),0.04);}.product-recommendations__info{display:flex;flex-direction:column;gap:0.5rem;flex-grow:1;}.product-recommendations__title{margin:0;font-size:1.3rem;line-height:1.4;font-weight:500;color:rgb(var(--color-foreground));}.product-recommendations__price{display:flex;align-items:center;gap:0.5rem;font-size:1.4rem;font-weight:600;margin-bottom:0.5rem;}.product-recommendations__price--sale{color:rgb(var(--color-sale-text,213,0,0));}.product-recommendations__price--compare{color:rgba(var(--color-foreground),0.5);text-decoration:line-through;font-size:1.2rem;font-weight:400;}.product-recommendations__price--regular{color:rgb(var(--color-foreground));}.product-recommendations__add-button{width:100%;padding:0.8rem 1rem;font-size:1.2rem;margin-top:auto;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;border-radius:0.4rem;cursor:pointer;transition:background-color 0.2s ease;}.product-recommendations__add-button:hover{background-color:rgba(var(--color-button),0.85);}.product-recommendations__add-button:active{transform:translateY(1px);}.product-recommendations__sold-out{display:inline-block;padding:0.8rem 1rem;font-size:1.2rem;text-align:center;color:rgba(var(--color-foreground),0.6);background-color:rgba(var(--color-foreground),0.04);border-radius:0.4rem;margin-top:auto;}.product-recommendations__inner.is-loading{opacity:0.5;pointer-events:none;}@media screen and (max-width:749px){.cart-drawer__recommendations{padding:1.5rem 1rem;}.cart-drawer__recommendations-heading{font-size:1.4rem;margin-bottom:1rem;}.product-recommendations__title{font-size:1.2rem;}.product-recommendations__price{font-size:1.3rem;}.product-recommendations__add-button{padding:0.7rem 0.8rem;font-size:1.1rem;}}.product-recommendations__add-button{min-height:48px;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0.1);}.product-recommendations__link{-webkit-tap-highlight-color:rgba(0,0,0,0.1);}