.product-grid-wrapper{margin:0 0 36px;width:100%}.product-grid-wrapper .wrapper h2{color:#3e3e3e;font-size:24px;margin:0 0 20px}.product-grid-wrapper .wrapper{display:flex;flex-direction:column;margin:0 auto;max-width:1140px;padding:0 15px}.product-grid-wrapper .wrapper .row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;width:100%}.product-grid-wrapper .wrapper .row .item{background-size:cover;border-radius:10px;display:flex;flex-direction:row;height:356px;overflow:hidden;position:relative;transition:all .3s ease-in-out;width:100%}.product-grid-wrapper .wrapper .row .item a{height:100%;left:0;position:absolute;top:0;transition:all .3s ease-in-out;width:100%;z-index:2}.product-grid-wrapper .wrapper .row .item a:hover>.product-grid-wrapper .wrapper .row .item .cta{background-color:#fb8e31;color:#fff}.product-grid-wrapper .wrapper .row .item h3{color:#3e3e3e;font-size:24px;margin-bottom:0;margin-top:26px}.product-grid-wrapper .wrapper .row .item .cta{align-items:center;background-color:transparent;border:1px solid #fb8e31;border-radius:8px;color:#fb8e31;display:flex;font-size:16px;height:48px;justify-content:center;text-transform:uppercase;transform:all .3s ease-in-out;width:225px}.product-grid-wrapper .wrapper .row .item-price{align-items:flex-start;background-color:#fff;border-radius:8px 0 8px 0;box-sizing:border-box;color:#9a9a9a;display:flex;flex-direction:column;font-size:16px;justify-content:center;padding:6px 24px;width:50%;z-index:1}.product-grid-wrapper .wrapper .row .item-price .game-section{display:flex;flex-direction:column;justify-content:flex-start;text-align:left}.product-grid-wrapper .wrapper .row .item-price .game-section img{margin-right:8px;margin-top:8px;max-height:24px;width:24px}.product-grid-wrapper .wrapper .row .item-price .price-section{display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:24px}.product-grid-wrapper .wrapper .row .item-price .price-section_price{align-items:center;color:#fb8e31;display:flex;flex-direction:row;font-size:24px;font-weight:700;margin:0 0 24px}.product-grid-wrapper .wrapper .row .item-price .price-section_price span{color:#9a9a9a;font-size:16px;margin-right:12px;text-decoration:line-through}.product-grid-wrapper .wrapper .row .item-price .price-section p{font-size:16px;margin:24px 0 12px}.product-grid-wrapper .wrapper .row .item .crossed{font-size:14px;text-decoration:line-through}.product-grid-wrapper .wrapper .row .item .price{color:#fb8e31;font-size:24px;font-weight:700}.product-grid-wrapper .wrapper .row .item .cover{max-width:50%;min-width:50%;object-fit:cover}.product-grid-wrapper .wrapper .row .item:hover{box-shadow:0 10px 10px rgba(0,0,0,.12)}@media screen and (max-width:768px){.product-grid-wrapper .wrapper .row .item{flex-direction:column;height:auto;margin-bottom:10px;width:100%}.product-grid-wrapper .wrapper .row .item-price{padding-top:24px;width:100%}.product-grid-wrapper .wrapper .row .item .cta{width:100%}.product-grid-wrapper .wrapper .row .item .cover{min-width:100%}}