.elementor-widget-bg-sale-products{
    max-width:100%;
    overflow-x:clip;
}
.bg-sale{
    --bg-accent:#ff7a00;
    width:100%;
    max-width:100%;
    overflow-x:clip;
}
.bg-sale .bg-shell,
.bg-sale__layout,
.bg-sale__slider,
.bg-sale .bg-slider-shell{
    min-width:0;
    max-width:100%;
}
.bg-sale__layout{
    display:grid;
    grid-template-columns:minmax(260px,1.22fr) minmax(0,4fr);
    gap:16px;
    direction:rtl;
    align-items:stretch;
    width:100%;
    overflow-x:clip;
}
.bg-sale__slider{
    min-width:0;
    width:100%;
    overflow-x:clip;
}
.bg-sale__products{
    --bg-sale-per-view:4;
    display:flex;
    gap:12px;
    direction:rtl;
    width:100%;
    max-width:100%;
    min-width:0;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-behavior:auto;
    overscroll-behavior-x:contain;
    scrollbar-width:none;
    padding:2px 2px 12px;
    box-sizing:border-box;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-x pan-y;
    overflow-anchor:none;
}
.bg-sale__products::-webkit-scrollbar{display:none}
.bg-sale__products>.bg-product-card{
    flex:0 0 calc((100% - (var(--bg-sale-per-view) - 1)*12px)/var(--bg-sale-per-view));
    scroll-snap-align:start;
    min-width:0;
    max-width:100%;
}
.bg-product-card{
    overflow:hidden;
    border:1px solid #edd7bf;
    border-radius:12px;
    background:#fff;
    box-shadow:0 5px 18px rgba(39,27,16,.03);
    transition:.25s ease;
}
.bg-product-card:hover{
    transform:translateY(-4px);
    box-shadow:0 13px 30px rgba(50,31,15,.09);
}
.bg-product-card__image{
    position:relative;
    height:190px;
    padding:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(180deg,#fff,#fffcf9);
    text-decoration:none;
}
.bg-product-card__image img{
    width:100%;
    height:100%;
    object-fit:contain;
    transition:.3s ease;
}
.bg-product-card:hover .bg-product-card__image img{transform:scale(1.035)}
.bg-product-card__badge{
    position:absolute;
    top:10px;
    right:10px;
    z-index:2;
    padding:6px 8px;
    border-radius:6px;
    background:var(--bg-accent);
    color:#fff;
    font-size:10px;
    font-weight:800;
}
.bg-product-card__body{padding:13px}
.bg-product-card__cat{
    display:block;
    color:#a26b35;
    font-size:10px;
    margin-bottom:6px;
}
.bg-product-card h3{
    height:44px;
    margin:0;
    font-size:13px;
    font-weight:750;
    line-height:1.75;
    overflow:hidden;
}
.bg-product-card h3 a{
    color:#29231e;
    text-decoration:none;
}
.bg-product-card__price{
    min-height:38px;
    margin-top:7px;
    color:#222;
    font-size:12px;
    font-weight:800;
}
.bg-product-card__price del{
    display:block;
    color:#aaa;
    font-size:10px;
    font-weight:500;
}
.bg-product-card__price ins{
    text-decoration:none;
    color:#dd5b00;
}
.bg-product-card__link{
    min-height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:5px;
    margin-top:7px;
    border:1px solid var(--bg-accent);
    border-radius:8px!important;
    color:var(--bg-accent)!important;
    background:#fff;
    text-decoration:none!important;
    font-size:10px;
    transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.bg-product-card__link svg{
    width:11px;
    height:11px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
}
.bg-product-card__link:hover,
.bg-product-card__link:focus-visible{
    background:var(--bg-accent);
    border-color:var(--bg-accent);
    color:#fff!important;
    transform:translateY(-1px);
}

.bg-sale__promo{
    position:relative;
    overflow:hidden;
    min-height:100%;
    border:1px solid #e7a45c;
    border-radius:12px;
    background:#eee;
    box-shadow:0 10px 24px rgba(57,35,16,.05);
    isolation:isolate;
}
.bg-sale__promo-bg,
.bg-sale__promo-fallback,
.bg-sale__promo-fallback img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}
.bg-sale__promo-bg,
.bg-sale__promo-fallback img{
    object-fit:cover;
    transition:transform .45s ease;
}
.bg-sale__promo:hover .bg-sale__promo-bg,
.bg-sale__promo:hover .bg-sale__promo-fallback img{
    transform:scale(1.035);
}
.bg-sale__promo-shade{
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(180deg,rgba(255,255,255,.08) 0%,rgba(255,249,243,.72) 52%,rgba(255,249,243,.96) 100%);
}
.bg-sale__promo-copy{
    position:relative;
    z-index:2;
    min-height:100%;
    padding:22px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-end;
}
.bg-sale__promo h3{
    max-width:260px;
    margin:6px 0 2px;
    font-size:20px;
    font-weight:850;
    line-height:1.55;
}
.bg-sale__promo strong{
    display:block;
    font-size:25px;
    margin:5px 0;
    color:var(--bg-accent);
}
.bg-sale__promo-price{
    margin:5px 0 9px;
    color:#514233;
    font-size:11px;
    font-weight:700;
}
.bg-sale__promo .bg-btn--primary{
    border:1px solid var(--bg-accent)!important;
    background:var(--bg-accent)!important;
    color:#fff!important;
}
.bg-sale__promo .bg-btn--primary:hover,
.bg-sale__promo .bg-btn--primary:focus-visible{
    background:#fff!important;
    border-color:var(--bg-accent)!important;
    color:var(--bg-accent)!important;
}
.bg-sale__countdown{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:5px;
    margin:8px 0 12px;
    width:100%;
}
.bg-sale__countdown>div{
    padding:6px 2px;
    text-align:center;
    border:1px solid #f0c18f;
    border-radius:6px;
    background:rgba(255,255,255,.9);
}
.bg-sale__countdown b{
    display:block;
    font-size:11px;
    color:var(--bg-accent);
}
.bg-sale__countdown small{
    display:block;
    font-size:8px;
    color:#86664a;
    margin-top:2px;
}
@media(max-width:1100px){
    .bg-sale__layout{grid-template-columns:1fr}
    .bg-sale__promo{min-height:360px}
    .bg-sale__promo-copy{max-width:430px}
    .bg-sale__products{--bg-sale-per-view:3}
}
@media(max-width:800px){
    .bg-sale__products{--bg-sale-per-view:2}
}
@media(max-width:560px){
    .bg-sale__promo{min-height:330px}
    .bg-sale__promo-copy{padding:18px}
    .bg-sale__promo h3{font-size:19px}
    .bg-sale__products{
        --bg-sale-per-view:1.25;
        gap:10px;
        padding-inline-end:1px;
    }
    .bg-sale__products>.bg-product-card{
        flex-basis:calc((100% - (var(--bg-sale-per-view) - 1)*10px)/var(--bg-sale-per-view));
    }
    .bg-product-card__image{height:180px}
    .bg-product-card__body{padding:11px}
    .bg-product-card h3{font-size:12px}
}
@media(prefers-reduced-motion:reduce){
    .bg-sale__promo-bg,
    .bg-sale__promo-fallback img,
    .bg-product-card,
    .bg-product-card__image img,
    .bg-product-card__link,
    .bg-sale__promo .bg-btn{
        transition:none!important;
    }
}
