.categoryoffer-grid{--categoryoffer-gutter:30px;display:grid;grid-template-columns:repeat(auto-fill,minmax(calc(50% - var(--categoryoffer-gutter)),1fr));gap:var(--categoryoffer-gutter)}.categoryoffer-card{border:1px solid var(--border-color-on-body);border-radius:var(--corner_10);width:100%;margin:0 auto}.categoryoffer-card__image-wrapper{overflow:hidden;border-top-left-radius:var(--corner_10);border-top-right-radius:var(--corner_10)}.categoryoffer-card__image{transition:transform .4s;will-change:transform}.categoryoffer-card__title{font-family:var(--secondary-font-family);font-size:.9375rem;margin:clamp(1.28rem,calc(1.094rem + .661vw),1.59rem) clamp(.62rem,calc(.242rem + 1.344vw),1.25rem);line-height:1.6}.categoryoffer-card__link.stretched-link{color:var(--text-on-body-bg);text-decoration:none!important}.categoryoffer-card:hover .categoryoffer-card__image{transform:scale(1.1)}@media (max-width:576px){.categoryoffer-grid{display:block}.categoryoffer-card{flex-direction:row;align-items:center;margin-bottom:10px}.categoryoffer-card img{max-width:max-content}.categoryoffer-card__image-wrapper{border-radius:var(--corner_10) 0 0 var(--corner_10)}.categoryoffer-card .card-body{max-height:60px;overflow:hidden}.categoryoffer-card__title{line-height:1.3;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}@media (min-width:576px) and (max-width:1200px){.categoryoffer-grid{gap:15px}}