.cart-discount-offer{display:flex;align-items:center;gap:10px;padding:10px;border-radius:4px}.cart-discount-offer__icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:30px;height:30px;border-radius:50%;background:#fff}.cart-discount-offer__text{font-size:12px;line-height:1.4}body[data-customer-type=active] .cart-discount-offer:not(.for-all):not(.for-active){display:none}body[data-customer-type=new] .cart-discount-offer:not(.for-all):not(.for-new-and-guests),body[data-customer-type=guest] .cart-discount-offer:not(.for-all):not(.for-new-and-guests){display:none}
