.offer-grid-wrapper{display:flex;flex-direction:column;gap:1rem;width:100%}.offer-grid{margin:0 auto;overflow:visible;width:100%;position:relative}.js-offer-grid{position:relative;min-height:1px}.offer-grid--sizer{width:calc(33.333% - 20px);height:1px;display:block;visibility:hidden}.offer-grid--cell,.offer-grid--cell-stamp{width:calc(33.333% - 20px);margin:0;padding:0 0 10px 0;box-sizing:border-box;-moz-column-break-inside:avoid;break-inside:avoid}.offer-grid--cell-hidden{display:none!important}.offer-grid--cell .offer-card,.offer-grid--cell-stamp .offer-card{width:100%;padding:25px;box-sizing:border-box;min-height:380px}.offer-grid--cell--load-more-container{text-align:center;margin-top:50px;position:relative}.offer-grid--cell--load-more-container .offer-grid--load-more{background-color:#138ead;color:#fff;border:none;padding:10px 20px;font-size:16px;cursor:pointer;border-radius:5px;transition:background-color .3s;margin-top:20px}.offer-grid--cell--load-more-container .offer-grid--load-more .button{display:flex}.offer-grid--cell--load-more-container .offer-grid--load-more:hover{background-color:rgb(13.953125,104.28125,127.046875)}.offerCard{position:relative}.other-offers-grid-list{top:100%;box-sizing:border-box;width:88vw;transform:translateX(-50%)}@media (max-width:425px){.other-offers-grid-list{width:88vw}}@media (min-width:426px) and (max-width:768px){.other-offers-grid-list{width:67vw}}@media (min-width:769px){.other-offers-grid-list{width:56vw;max-width:60rem;transform:translateX(-66%)}}.offer-grid--cell.col-1 .other-offers-grid-list{transform:translateX(0)}.offer-grid--cell.col-2 .other-offers-grid-list{transform:translateX(-50%)}@media (min-width:769px){.offer-grid--cell.col-2 .other-offers-grid-list{transform:translateX(-34%)}}.offer-grid--cell.col-3 .other-offers-grid-list{transform:translateX(0)}@media (min-width:769px){.offer-grid--cell.col-3 .other-offers-grid-list{transform:translateX(-66%)}}@media (max-width:768px){.offer-grid--cell,.offer-grid--cell-stamp,.offer-grid--sizer{width:calc(50% - 20px)}}@media (max-width:480px){.offer-grid--cell,.offer-grid--cell-stamp,.offer-grid--sizer{width:calc(50% - 10px)}}.offer-grid-skeleton{display:flex;flex-direction:column;gap:5rem;width:100%}.offer-grid-skeleton--container{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width:768px){.offer-grid-skeleton--container{grid-template-columns:repeat(2,1fr)}}.offer-grid-skeleton--container .offer-grid-skeleton--card{width:100%;min-height:380px;border:1px solid #e0e0e0;border-radius:8px;padding:20px;box-sizing:border-box;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;align-items:center;position:relative;overflow:hidden;animation:pulse 1.5s infinite ease-in-out}.offer-grid-skeleton--container .offer-grid-skeleton--card--price{width:80px;height:40px;background-color:#f0f0f0;border-radius:4px;margin-bottom:20px}.offer-grid-skeleton--container .offer-grid-skeleton--card--logo{width:150px;height:50px;background-color:#f0f0f0;border-radius:4px;margin-bottom:20px}.offer-grid-skeleton--container .offer-grid-skeleton--card--action{width:120px;height:40px;background-color:#f0f0f0;border-radius:4px}.offer-grid-skeleton--load-more{height:50px;width:20%;padding:0;border:none;display:flex;justify-content:center;align-items:center;border-radius:8px;box-sizing:border-box;align-self:center;animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{background-color:#f0f0f0}50%{background-color:#e0e0e0}100%{background-color:#f0f0f0}}.hidden{display:none!important}