.cart-benefits { display: grid; margin-top: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; border: 1px solid #e3e4e7; border-radius: 13px; background: #fff; }
.cart-benefits article { display: flex; min-width: 0; align-items: center; gap: 10px; padding: 14px 16px; border-right: 1px solid #ececef; }
.cart-benefits article:last-child { border-right: 0; }
.cart-benefits article > span { display: grid; width: 35px; height: 35px; flex: 0 0 35px; place-items: center; border-radius: 10px; background: #fff0f2; }
.cart-benefits img { width: 18px; filter: invert(14%) sepia(99%) saturate(6300%) hue-rotate(349deg); }
.cart-benefits div { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.cart-benefits strong { color: #3c3e44; font-size: 9px; }
.cart-benefits small { color: #8f9197; font-size: 7.5px; line-height: 1.35; }
@media (max-width: 767.98px) { .cart-benefits { grid-template-columns: 1fr; } .cart-benefits article { border-right: 0; border-bottom: 1px solid #ececef; } .cart-benefits article:last-child { border-bottom: 0; } }
