.promotions-list{display:grid;grid-template-columns:repeat(2,2fr);column-gap:50px;row-gap:50px}@media only screen and (max-width:992px){.promotions-list{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:560px){.promotions-list{grid-template-columns:repeat(1,1fr)}}.promotions-list .promotions-list__item{position:relative;display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:7px;overflow:hidden;transition:transform 0.2s ease-in-out}.promotions-list .promotions-list__item:hover{transform:translateY(-5px)}.promotions-list .promotions-list__item__image img{width:100%;height:auto;object-fit:cover}.promotions-list .promotions-list__item__category{color:rgb(6,139,221);text-transform:uppercase;font-weight:300}.promotions-list .promotions-list__item__name{color:rgb(31,74,136);margin-bottom:.5rem}.promotions-filters{position:relative;padding:20px 0 50px}.promotions-filters .filters{display:flex;justify-content:center;flex-wrap:wrap;gap:30px}.clear-filter{margin-top:35px;margin-inline:auto;width:fit-content;text-align:center;color:rgb(6,139,221);font-family:"Poppins"!important;cursor:pointer}.clear-filter:hover{text-decoration:underline}.promotions-filters:before{position:absolute;content:'';width:100vw;height:170px;background:rgb(231,246,255);left:50%;transform:translateX(-50%);top:-25px;z-index:-1}.filter{position:relative;flex-shrink:0;padding:10px 10px;width:calc((100% - 30px) / 2);background:rgb(31,74,136);border-radius:6px;font-size:16px;font-weight:700;font-family:"Poppins"!important;cursor:pointer}@media only screen and (max-width:560px){.filter{width:100%}}.filter.active{border-radius:6px 6px 0 0;z-index:5}.filter::after{position:absolute;content:"";right:20px;top:40%;width:16px;height:16px;transform:translateY(-50%) rotate(135deg);transition:0.3s;border:3px solid;border-color:rgb(92,188,248) rgb(92,188,248) transparent transparent}.filter .filter-btn{margin-top:2px;padding-left:7px;text-align:left;color:#fff;text-transform:uppercase}.filter .filter-dropdown{position:absolute;left:0;top:calc(100% - 1px);min-width:100%;transform-origin:0 0;transform:scaleY(0);transition:0.3s}.filter .filter-dropdown .initial{display:none}.filter .filter-dropdown .option{padding:10px 12px;text-align:left;font-size:17px;font-family:"Poppins"!important;color:#fff;background-color:rgb(31,74,136);white-space:nowrap;cursor:pointer;transition:0.3s}.filter .filter-dropdown .option:last-child{border-radius:0 0 6px 6px}.filter .filter-dropdown.active{transform:scaleY(1)}.filter.active::after{top:60%;transform:translateY(-50%) rotate(-45deg)}.spinner-cont{width:100%;display:flex;flex-direction:row;justify-content:center}.spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}