.offer-row{background:#fff;border-radius:2px;align-items:center;gap:.75rem;padding:.5rem .75rem;text-decoration:none;transition:background .15s;display:flex}.offer-row:hover{background:#eee}.offer-row__image{border-radius:2px;flex-shrink:0;width:60px;height:40px;overflow:hidden}.offer-row__thumbnail{object-fit:cover;width:100%;height:100%}.offer-row__info{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.offer-row__title{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:500;overflow:hidden}.offer-row__date{color:#737373;font-size:.6875rem}.offer-row__price{color:#000;white-space:nowrap;flex-shrink:0;font-size:.8125rem;font-weight:700}
.category-landing__header{background-color:var(--color-dark);padding:.875rem 0;position:relative}@media (min-width:768px){.category-landing__header{padding:1rem 0}}.category-landing__header:after{content:"";background:linear-gradient(90deg, var(--color-yellow) 0%, transparent 60%);opacity:.4;height:2px;position:absolute;bottom:0;left:0;right:0}.category-landing__header h1{font-family:var(--font-oswald);color:var(--color-white);letter-spacing:.03em;text-transform:uppercase;margin-bottom:0;font-size:1rem;font-weight:600}@media (min-width:768px){.category-landing__header h1{font-size:1.125rem}}.category-landing__header-row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.category-landing__toggle{cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:.25rem;transition:border-color .15s;display:flex}.category-landing__toggle:hover{border-color:#ffffff59}.category-landing__chevron{border-bottom:1.5px solid #ffffff80;border-right:1.5px solid #ffffff80;width:8px;height:8px;transition:transform .2s;display:block;transform:rotate(45deg)translateY(-2px)}.category-landing__chevron--up{transform:rotate(-135deg)translateY(-2px)}.category-landing__description{font-size:var(--special-xs-font-size);line-height:var(--special-xs-line-height);color:#ffffff73;opacity:0;max-width:600px;max-height:0;margin-top:0;transition:max-height .25s,opacity .2s,margin-top .25s;overflow:hidden}.category-landing__description--visible{opacity:1;max-height:6rem;margin-top:.25rem}.category-landing__latest{max-width:900px;padding:2rem 1rem}.category-landing__latest-title{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.category-landing__latest-items{flex-direction:column;gap:.25rem;display:flex}