.category-offer{display:flex;flex-direction:column;overflow:hidden;padding:0!important}
.category-offer-image{position:relative;width:100%;aspect-ratio:4/3;background:linear-gradient(145deg,#f8fbff,#dbe8f4);border-bottom:1px solid #315477;overflow:hidden}
.category-offer-image img{display:block;width:100%;height:100%;object-fit:contain;padding:14px;box-sizing:border-box;transition:transform .25s ease}
.category-offer-clickable:hover .category-offer-image img,.category-offer-clickable:focus-visible .category-offer-image img{transform:scale(1.035)}
.category-offer>.badge,.category-offer>h3,.category-offer>.category-offer-price,.category-offer>p,.category-offer>.btn{margin-left:18px;margin-right:18px}
.category-offer>.badge{align-self:flex-start;margin-top:17px}
.category-offer>h3{margin-top:12px;margin-bottom:4px;min-height:52px}
.category-offer>.category-offer-price{margin-top:12px;margin-bottom:10px}
.category-offer>p{margin-top:0;color:#a9bdd2}
.category-offer>.btn{align-self:flex-start;margin-top:auto;margin-bottom:18px}
@media(max-width:620px){.category-offer-image{aspect-ratio:16/10}.category-offer-image img{padding:12px}}
