/* Last Changed: 6/12/2024 8:45:55 PM - Cached: 12/7/2024 8:29:03 PM */
.events-grid-container{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;align-content:stretch} .event-item{display:inline-flex;flex-grow:1;align-self:stretch;padding-left:15px;padding-right:15px} .event-item:last-child{flex-grow:0} .event-item .thumbnail img{margin-top:0} @media (max-width:767px){.events-grid-container{display:block} .event-item{display:block;width:100%;padding-left:15px;padding-right:15px}} .deals-grid-container{display:block} .deals-item{display:block;width:100%;padding-left:15px;padding-right:15px} .deals-item .thumbnail{padding:10px 20px 10px 20px;width:100%} @media (min-width:768px){.deals-grid-container{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;align-content:stretch} .deals-item{display:inline-flex;flex-grow:1;align-self:stretch;width:50%;padding-left:15px;padding-right:15px} .deals-item:nth-child(even):nth-last-child(2){max-width:50%;flex-grow:0} .deals-item:last-child{max-width:50%;flex-grow:0} .event-item{width:50%}} @media (min-width:1200px){.deals-item{width:33%} .deals-item:nth-child(even):nth-last-child(2),.deals-item:nth-child(odd):nth-last-child(2){flex-grow:1;max-width:33%} .deals-item:last-child{flex-grow:1;max-width:33%}} } .card-columns{display:flex;flex-flow:column wrap} .card:nth-child(3n+1){order:1} .card:nth-child(3n+2){order:2} .card:nth-child(3n){order:3} .card-columns::before,.card-columns::after{content:"";flex-basis:100%;width:0;order:2}