.featured-card{display:flex;flex-direction:column;gap:8px;min-width:328px;padding:6px;border-radius:12px;background:#fff;box-shadow:0 0 6px 0 rgba(0,0,0,.1)}.featured-card__thumbnail{position:relative;aspect-ratio:6/1;min-width:318px;border-radius:8px;border:1px solid #efefef;overflow:hidden}.featured-card__thumbnail-inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%;object-fit:cover;overflow:hidden;border-radius:8px;background-color:#efefef}.featured-card__thumbnail-image{width:100%;height:100%;object-fit:cover}.featured-card__thumbnail-image[data-fallback]{width:35%;height:auto;object-fit:contain}.featured-card__dimmed{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border-radius:8px;background:rgba(0,0,0,.6);color:#fff;font-size:14px;font-weight:700;line-height:18px;letter-spacing:-0.56px}.featured-card__content{display:flex;flex-direction:column;gap:4px;min-width:0;padding:0 2px}.featured-card__content.hidden{display:none}.featured-card__badges{flex-shrink:0;display:flex;align-items:center;gap:4px}.featured-card__badge{display:inline-flex;padding:2px 4px;border-radius:4px;font-size:12px;font-weight:500;line-height:16px}.featured-card__badge--coupon{display:flex;align-items:center;gap:1px;background-color:#e0e8f5;color:#1668cb;box-shadow:inset 0 0 0 1px #1668cb}.featured-card__badge--coupon::before{content:"";display:block;width:14px;height:14px;background:url("/resources/assets/icons/system/coupon-fill-gradientblue.svg") center/cover no-repeat}.featured-card__badge--event{background-color:#fce8f1;color:#e93580}.featured-card__info{display:flex;flex-direction:column}.featured-card__header{display:flex;align-items:center;justify-content:space-between;gap:8px}.featured-card__details{display:flex;flex-direction:column;gap:2px}.featured-card__title{font-size:16px;font-weight:500;line-height:24px;letter-spacing:-0.64px;color:#333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.featured-card__price{display:flex;align-items:baseline;gap:4px;font-size:18px;font-weight:700;line-height:24px;letter-spacing:-0.72px}.featured-card__discount{color:#c82d2d}.featured-card__amount{color:#333}.featured-card__category{font-size:14px;font-weight:500;line-height:20px;letter-spacing:-0.56px;color:#727272}.featured-card__meta{display:flex;align-items:center;gap:8px}.featured-card__rating{display:inline-flex;align-items:center;gap:2px;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-0.56px;color:#727272}.featured-card__icon{flex-shrink:0;width:16px;height:16px}
