.product_offer_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.product-offer-card{width:100%;height:100%;position:relative;overflow:hidden}.product-offer-card img{width:100%;height:100%;object-fit:cover;display:block}.offer-info{position:absolute;top:0;left:0;display:flex;width:100%;height:100%;flex-direction:column;padding:1rem;align-items:center;text-align:center;justify-content:center}.product_offer-title{color:var(--offer_text_color);text-shadow:2px 2px 4px rgba(0,0,0,.5)}.product_offer_box{background:var(--offer_bg_color);color:var(--offer_text_color);padding:2px 8px;border:2px solid #ffffff;box-shadow:0 4px 12px #ffffff26;font-size:1.7rem}.product_offer_shop_btn{color:var(--offer_text_color);margin-top:auto;font-weight:700;display:flex;align-items:center}.product_offer_shop_btn svg{height:2.4rem;width:2.5rem}.product-offer-card img{transition:transform .4s ease;transform-origin:center center}.product-offer-card:hover img{transform:scale(1.08)}@media screen and (max-width: 480px){.product_offer_grid{gap:10px}.product-offer-card{width:100%;height:280px}}@media screen and (min-width: 480px){.product_offer_shop_btn{display:none}.offer-info{flex-direction:column-reverse;justify-content:flex-end;padding:2rem}.product_offer_grid .product-offer-card:nth-child(1) .offer-info{align-items:end;text-align:right}.product_offer_grid .product-offer-card:nth-child(2) .offer-info{align-items:start;text-align:left}.product_offer-title,.product_offer_box{max-width:17rem}.product_offer_box{text-align:center;font-size:2.2rem}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/product-offer.css.map */
