.discount-item{display:flex;height:240px;position:relative}.discount-item .image{height:inherit;overflow:hidden;position:absolute;width:50%;z-index:5}.discount-item .image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.discount-item:before{background-color:#fff;content:"";display:block;height:inherit;position:absolute;width:50%}.discount-item .body{background-color:#2c2728;border-radius:5px;flex-grow:1;margin-bottom:10px}.discount-item .body .inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}.discount-item .body .inner .title{color:#fff;font-size:28px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.discount-item .body .inner .subtitle{color:#fc7c32;font-size:16px;font-weight:500;letter-spacing:.08em;margin-bottom:4px;text-transform:uppercase}.discount-item .body .inner .caption{color:#ffffffd9;font-size:15px;letter-spacing:.02em;line-height:140%;margin-top:8px;max-width:275px}.discount-item .body .inner .extra-value{color:#f2bb05;font-size:18px;font-weight:900;margin-top:12px}.discount-item--left .image{border-radius:5px 0 0 5px;left:0}.discount-item--left .image,.discount-item--left:before{bottom:0;clip-path:polygon(0 0,80% 0,100% 100%,0 100%);top:0}.discount-item--left:before{left:10px}.discount-item--left .body .inner{padding-left:calc(50% + 10px);padding-right:20px}.discount-item--right .image{border-radius:0 5px 5px 0;right:0}.discount-item--right .image,.discount-item--right:before{bottom:0;clip-path:polygon(20% 0,100% 0,100% 100%,0 100%);top:0}.discount-item--right:before{right:10px}.discount-item--right .body .inner{padding-left:20px;padding-right:calc(50% + 10px)}@media only screen and (max-width:1024px){.discount-item{height:auto}.discount-item .image{border-radius:0 0 5px 5px!important;bottom:0}.discount-item .image,.discount-item:before{clip-path:polygon(50% 0,100% 38%,100% 100%,0 100%,0 38%)!important;height:250px;top:auto!important;width:100%}.discount-item:before{bottom:10px!important;left:0!important;right:0}.discount-item .body{margin-bottom:0}.discount-item .body .inner{padding:50px 20px 310px!important}}@media only screen and (max-width:430px){.discount-item .image,.discount-item:before{height:200px}.discount-item .body .inner{padding:40px 15px 240px!important}}.discounts-slider{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px}@media only screen and (max-width:768px){.discounts-slider{display:flex;gap:var(--container-padding);overflow-x:auto;scroll-snap-stop:always;scroll-snap-type:x mandatory;-ms-overflow-style:none;margin:0 calc(var(--container-padding)*-1);overflow:-moz-scrollbars-none;padding:0 var(--container-padding);scrollbar-width:none;grid-gap:5px}.discounts-slider::-webkit-scrollbar{background:transparent;display:none;height:0;width:0}.discounts-slider .discount-item{flex-shrink:0;width:400px}}@media only screen and (max-width:576px){.discounts-slider .discount-item{width:300px}}
