.promo-card__body{flex-direction:column;flex:1;gap:.25rem;padding:1rem;display:flex}.promo-card__title{color:rgb(var(--text-primary));margin:0;font-size:1rem;font-weight:600;line-height:1.3}.promo-card__text{color:rgb(var(--text-secondary));word-break:break-word;font-size:.875rem;line-height:1.5}.promo-card__text p{margin:0 0 .25rem}.promo-card__text p:last-child{margin-bottom:0}.promo-card__text a{color:rgb(var(--gold-primary));word-break:break-word;text-decoration:underline}.promo-card__text a:hover{color:rgb(var(--gold-dark))}.promo-card__text ul,.promo-card__text ol{margin:0 0 .25rem;padding-left:1.5rem}.promo-card__text img{border-radius:4px;max-width:100%;height:auto}
.product-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}@media (min-width:576px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width:1200px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-grid__empty{text-align:center;grid-column:1/-1;justify-content:center;align-items:center;padding:1.5rem 1rem;display:flex}.product-grid__empty p{color:rgb(var(--text-secondary));font-size:1rem}@media (min-width:768px){.product-grid__empty p{font-size:1.25rem}}
