.product-recommendations{clear:both;display:flex;flex-wrap:wrap;justify-content:center;margin:0;--recommendation-gap: 10px}.product-recommendations aside{width:100%}.recommended-products-list{display:flex;flex-direction:column;gap:var(--recommendation-gap)}.container{display:grid;grid-template-columns:calc(20% - var(--recommendation-gap)/2) calc(80% - var(--recommendation-gap)/2);gap:0px var(--recommendation-gap);grid-auto-flow:row;grid-template-areas:"Thumbnail Content";max-width:100%;padding:var(--recommendation-gap);background-color:rgba(var(--color-base-accent-1),.08);border-radius:var(--product-card-corner-radius)}.Thumbnail{grid-area:Thumbnail}.Thumbnail img{max-width:100%;object-fit:contain;height:auto}.Content{display:grid;grid-template-columns:1fr 1fr;grid-auto-flow:row;grid-template-areas:"Title Title" "Price Add";grid-area:Content}.Title{grid-area:Title;margin:0;font-size:1.4rem;font-weight:400;margin-bottom:var(--recommendation-gap)}.Price{grid-area:Price;display:flex;align-items:center}.Price .price__container .price__sale .price-item--regular{font-size:1.5rem}.Price .price__container .price__sale .price-item--sale{font-size:1.8rem;font-weight:800}.Add{grid-area:Add;display:flex;justify-content:flex-end;align-items:center}.product__info-container .Add .product-form{margin:0}.product__info-container .Add .product-form .product-form__buttons button.product-form__submit{padding:.8rem 1rem;min-height:auto;min-width:auto;width:auto}.product__info-container .Add .product-form .product-form__buttons button.product-form__submit span{font-size:1.2rem}
/*# sourceMappingURL=/cdn/shop/t/4/assets/0incubalia-recommended-products.css.map */
