.all-promotions-section .filter-group{display:flex;flex-direction:column;gap:.5rem}.all-promotions-section .filter-group .form-select-label{color:var(--primary-grey);font-weight:600;margin-bottom:0;font-size:20px}.all-promotions-section .filter-group select{min-width:150px}.all-promotions-section .showing-results-count-info{font-size:18px;line-height:1.5;text-decoration-line:underline;color:var(--secondary-color-1)}.all-promotions-section .load-more-button{font-size:20px;margin-top:15px;width:200px}@media (max-width: 768px){.all-promotions-section .d-flex.flex-wrap{flex-direction:column;align-items:stretch}.all-promotions-section .d-flex.flex-wrap .filter-group{margin-bottom:1rem}.all-promotions-section .d-flex.flex-wrap .filter-group select{min-width:100%}}.newsletter-link{display:inline-block;font-size:18px;font-weight:600;color:var(--font-color-grey);text-decoration:underline}.newsletter-link:hover{color:var(--secondary-color-1);text-decoration:underline}.product-card{width:100%;margin:0 auto;padding:20px;display:flex;flex-direction:column;background:white;box-shadow:0 0 9px #00000040;border-radius:15px;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;text-decoration:none;color:inherit}.product-card:hover{transform:scale(1.05);box-shadow:0 0 8px var(--primary-grey);text-decoration:none;color:inherit}.product-card .position-relative{position:relative}.product-card .product-card-img{width:100%;height:auto;border-radius:10px;box-shadow:#333e4d40 0 0 8px}.product-card .product-card-name{font-weight:700;font-size:20px;line-height:1.5;flex:1 0 auto;color:var(--primary-grey);display:block}.product-card .promotion-details p{margin-bottom:.25rem;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .promotion-details .btn{text-transform:lowercase}.product-card .badge{font-size:.65rem;position:static;font-weight:600;padding:.4rem .6rem;border-radius:.8rem;z-index:2;box-shadow:0 2px 4px #0003}.product-card .badge.bg-warning{background-color:var(--primary-yellow)!important;color:#000}.product-card .badge.bg-danger{background-color:var(--mdb-red)!important;color:#fff}@media (max-width: 991px){.product-card{padding:18px}}@media (max-width: 767px){.product-card{padding:16px}}
