/* Add custom CSS styles below */ 
/* ===========================
   Premium Products Slider
=========================== */

[data-testid="store-home-slider-products-header"]{
    position: relative;
    padding-bottom: 70px;
}

[data-testid="store-home-slider-products-header"] .slider-bg{
    overflow: hidden;
    position: relative;
}

[data-testid="store-home-slider-products-header"] .slider-bg::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,
    rgba(0,0,0,.35),
    rgba(0,0,0,.75));
}

[data-testid="store-home-slider-products-header"] .slider-bg .container{
    position:relative;
    z-index:2;
}

[data-testid="store-home-slider-products-header"] h3{
    color:#fff;
    font-size:34px;
    font-weight:800;
    margin-bottom:12px;
}

[data-testid="store-home-slider-products-header"] p{
    color:#fff;
    opacity:.9;
    font-size:16px;
}

/* المنتجات */

.s-product-card-entry{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
    border:1px solid rgba(0,0,0,.05);
}

.s-product-card-entry:hover{
    transform:translateY(-10px);
    box-shadow:0 30px 60px rgba(0,0,0,.15);
}

.s-product-card-image{
    overflow:hidden;
    background:#fafafa;
}

.s-product-card-image img{
    transition:.6s;
}

.s-product-card-entry:hover img{
    transform:scale(1.08);
}

.s-product-card-content{
    padding:18px;
}

.s-product-card-content-title{
    font-size:18px;
    font-weight:700;
}

.s-product-card-content-subtitle{
    color:#888;
    margin-top:8px;
}

.s-product-card-price{
    color:#b8860b;
    font-size:24px;
    font-weight:800;
}

.s-product-card-promotion-title{
    right:15px;
    left:auto;
    top:15px;
    background:linear-gradient(135deg,#d4af37,#8b6d00);
    color:#fff;
    border-radius:30px;
    padding:7px 15px;
    font-size:12px;
    box-shadow:0 8px 20px rgba(0,0,0,.2);
}

/* زر المفضلة */

.s-product-card-wishlist-btn button{
    border-radius:50%;
    backdrop-filter:blur(8px);
    background:rgba(255,255,255,.95)!important;
    transition:.3s;
}

.s-product-card-wishlist-btn:hover button{
    transform:scale(1.12);
    color:#e63946;
}

/* زر السلة */

.s-product-card-content-footer button{
    border-radius:14px!important;
    background:linear-gradient(135deg,#111,#333)!important;
    color:#fff!important;
    border:none!important;
    transition:.3s;
}

.s-product-card-content-footer button:hover{
    transform:translateY(-2px);
    background:linear-gradient(135deg,#b8860b,#d4af37)!important;
}

/* الأسهم */

.s-slider-nav-arrow{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    transition:.3s;
}

.s-slider-nav-arrow:hover{
    transform:scale(1.08);
    background:#111;
    color:#fff;
}

/* مسافة */

.s-products-slider-card{
    padding:10px;
}

.s-block--slider-with-bg .s-slider-block__title-left{
    justify-content: end !important;
}

/* Banner section make image full width */

[data-testid="store-home-fixed-banner"]{
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
}

[data-testid="store-home-fixed-banner"] .container{
    max-width:100%;
    width:100%;
    padding:0;
}

[data-testid="store-home-fixed-banner"] .banner{
    display:block;
    width:100%;
}

[data-testid="store-home-fixed-banner"] img{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
}

/*==================================================
    Luxury Section Header
==================================================*/

.s-slider-block__title{
    display:flex;
    justify-content:center;
    margin:45px auto 20px;
}

.s-slider-block__title-right{
    width:900px;
    text-align:center;
}

.s-slider-block__title h2{
    margin:0;
    font-size:58px;
    font-weight:800;
    color:#4B2E1E;
}

.s-slider-block__title h2::after{
    content:"";
    display:block;
    width:95px;
    height:4px;
    margin:18px auto 24px;
    border-radius:50px;
    background:linear-gradient(to right,#8b6b2d,#d4af37,#8b6b2d);
}

/* السطر الذي يحتوي الوصف والأسهم */

.section-row{
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    width:100%;
}

/* الوصف */

.s-slider-block__title p {
    font-size: 1.23rem;
    line-height:1.5;
}

.section-description{
    width:700px;
    margin:0 auto;
    text-align:center;
    color:#5C4A3A;
    font-size:22px;
    font-weight:600;
    line-height:5.1;
    letter-spacing:.3px;
}

/* الأسهم */

.s-slider-block__title-left{
    position:absolute;
    left:-120px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    gap:12px;
}

/* الأزرار */

.s-slider-nav-arrow{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#fff;
    border:1px solid #D8C7A3;
    color:#6A4A2A;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.35s ease;
}

.s-slider-nav-arrow:hover{
    background:linear-gradient(135deg,#C79A32,#9A6A18);
    color:#fff;
    border-color:#B88A2A;
    transform:translateY(-3px) scale(1.06);
    box-shadow:0 18px 35px rgba(184,138,42,.35);
}

.s-slider-nav-arrow svg{
    width:22px;
    height:22px;
    fill:currentColor;
}

.s-slider-nav-arrow:active{
    transform:scale(.95);
}

/* تضبيط حجم وموقع جلمة {عرض الكل } */

.s-slider-block__display-all {
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.25rem;
    color : #B3936D;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 28px;
    background:linear-gradient(135deg,#C9A24D,#A97A23);
    color:#fff !important;
    border-radius:50px;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    box-shadow:0 8px 20px rgba(169,122,35,.25);
    transition:all .3s ease;
}

.s-slider-block__display-all:hover{
    background:linear-gradient(135deg,#A97A23,#8A641B);
    transform:translateY(-3px);
    box-shadow:0 12px 28px rgba(169,122,35,.35);
}

.s-slider-block__title-left {
    gap: 900px;
}

/* change background for footer */
.store-footer,
.store-footer__inner{
    background:#B3936D !important;
}

.store-footer h3,
.store-footer a,
.store-footer p,
.store-footer span,
.store-footer svg{
    color:#fff !important;
    fill:#fff !important;
}

/* ===========================================
   تخفيضات
=========================================== */
.promotion-sale{
    background: linear-gradient(135deg,#e63946,#b00020) !important;
    color:#fff !important;
}

/* ===========================================
   الأكثر مبيعاً
=========================================== */
.promotion-best{
    background: linear-gradient(135deg,#d4af37,#8b6d00) !important;
    color:#fff !important;
}

/* ===========================================
   جديد
=========================================== */
.promotion-new{
    background: linear-gradient(135deg,#16a34a,#0f7a34) !important;
    color:#fff !important;
}

/* ==========================================
   Mobile Responsive
   للشاشات الأصغر من 768px
========================================== */

@media (max-width:768px){

    /* عنوان القسم */
    .s-slider-block__title{
        margin:25px auto 15px;
        padding:0 15px;
    }

    .s-slider-block__title h2{
        font-size:42px;
        line-height:1.2;
    }

    .s-slider-block__title h2::after{
        width:70px;
        margin:12px auto 16px;
    }

    /* الوصف */
    .section-description{
        max-width:100%;
        font-size:17px;
        line-height:1.8;
        padding:0 10px;
        color:#6B5A4A;
        font-weight:600;
    }

    /* السطر الذي يحتوي الوصف والأسهم */
    .section-row{
        display:flex;
        align-items:center;
        gap:12px;
    }

    /* الوصف يأخذ المساحة */
    .section-description{
        flex:1;
        text-align:center;
    }

    /* الأسهم */
    .s-slider-block__title-left{
        flex-shrink:0;
    }

    .s-slider-nav-arrow{
        width:42px;
        height:42px;
    }

    /* زر عرض الكل */
    .s-slider-block__display-all{
        width:72px;
        height:72px;
        font-size:16px;
        font-weight:700;
        border-radius:50%;
    }

}

/* ===========================
   Media Queries
=========================== */

/* Tablet and up */
@media (min-width:640px){
    .s-block{
        margin-top:1rem !important;
    }
}

/* Mobile */
@media (max-width:768px){
    [data-testid="store-home-slider-products-header"] h3{
        font-size:26px;
    }

    .s-product-card-content-title{
        font-size:16px;
    }

    .s-product-card-price{
        font-size:20px;
    }
}

@media(max-width:768px){
    [data-testid="store-home-slider-products-header"] h3{
        font-size:26px;
    }

    .s-product-card-content-title{
        font-size:16px;
    }

    .s-product-card-price{
        font-size:20px;
    }
}