:root{
    --aljawal-bg:#0b0b0f;
    --aljawal-surface:#12131a;
    --aljawal-surface-2:#181a24;
    --aljawal-card:#151723;
    --aljawal-primary:#d4af6a;
    --aljawal-primary-2:#b98a3f;
    --aljawal-text:#f5f7ff;
    --aljawal-muted:#a6acc4;
    --aljawal-border:rgba(212,175,106,.18);
    --aljawal-border-soft:rgba(255,255,255,.08);
    --aljawal-overlay:rgba(8,10,18,.65);
    --aljawal-radius:18px;
    --aljawal-radius-lg:28px;
    --aljawal-shadow:0 18px 50px rgba(0,0,0,.25);
    --aljawal-shadow-soft:0 10px 30px rgba(0,0,0,.18);
    --gold:var(--aljawal-primary);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:'Cairo',sans-serif;
    background:
        radial-gradient(circle at top right, rgba(212,175,106,.08), transparent 22%),
        radial-gradient(circle at top left, rgba(88,102,255,.08), transparent 20%),
        linear-gradient(180deg,#090a10 0%,#0d0f16 100%);
    color:var(--aljawal-text);
    overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
p{margin:0 0 1rem}

.aljawal-shell,
.aljawal-container{
    width:100%;
    max-width:1280px;
    margin-inline:auto;
    padding-inline:24px;
}

.aljawal-muted{color:var(--aljawal-muted)}

.aljawal-btn,
.aljawal-btn-primary,
.aljawal-btn-outline{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:52px;
    padding:0 24px;
    border-radius:999px;
    font-weight:700;
    transition:.25s ease;
    border:1px solid transparent;
    cursor:pointer;
}

.aljawal-btn-primary{
    background:linear-gradient(135deg,var(--aljawal-primary),#f0cd8e);
    color:#17120c;
    border-color:var(--aljawal-primary);
    box-shadow:0 12px 25px rgba(212,175,106,.18);
}
.aljawal-btn-primary:hover{
    transform:translateY(-2px);
    filter:brightness(1.03);
}

.aljawal-btn-outline{
    background:rgba(255,255,255,.03);
    color:var(--aljawal-text);
    border-color:var(--aljawal-border-soft);
}
.aljawal-btn-outline:hover{
    border-color:var(--aljawal-primary);
    background:rgba(212,175,106,.08);
}

.aljawal-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:20px;
    height:20px;
    padding:0 7px;
    border-radius:999px;
    background:var(--aljawal-primary);
    color:#17120c;
    font-size:11px;
    font-weight:800;
}

.aljawal-section-kicker{
    display:inline-block;
    color:var(--aljawal-primary);
    letter-spacing:.28em;
    font-size:12px;
    text-transform:uppercase;
    margin-bottom:14px;
    font-weight:700;
}

.aljawal-section-title{
    font-family:'Playfair Display','Cairo',sans-serif;
    font-size:clamp(30px,4vw,56px);
    line-height:1.08;
    margin:0 0 16px;
}

.aljawal-section-desc{
    color:var(--aljawal-muted);
    font-size:17px;
    line-height:1.9;
    max-width:760px;
}

/* Header */
.aljawal-site-header{
    position:sticky;
    top:0;
    z-index:1000;
    background:rgba(9,10,16,.76);
    backdrop-filter:blur(16px);
    border-bottom:1px solid var(--aljawal-border-soft);
}

.aljawal-site-header .inner{
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:20px;
    padding:16px 0;
}

.aljawal-brand{
    display:inline-flex;
    align-items:center;
    gap:12px;
    font-weight:800;
    max-height:60px;
}

.aljawal-brand-badge{
    width:42px;
    height:42px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,var(--aljawal-primary),#8f6f36);
    color:#17120c;
    font-weight:900;
}

.aljawal-brand-text{
    font-size:22px;
    font-weight:800;
}

.aljawal-main-nav{
    display:flex;
    justify-content:center;
    gap:28px;
    flex-wrap:wrap;
}

.aljawal-main-nav a{
    color:var(--aljawal-muted);
    font-size:14px;
    font-weight:700;
    transition:.2s ease;
}

.aljawal-main-nav a:hover{color:var(--aljawal-primary)}

.aljawal-header-actions{
    display:flex;
    align-items:center;
    gap:12px;
}



.aljawal-search-box{
    position:absolute;
    top:calc(100% + 10px);
    left:24px;
    right:24px;
    background:rgba(12,14,21,.98);
    border:1px solid var(--aljawal-border-soft);
    border-radius:22px;
    padding:16px;
    display:none;
    box-shadow:var(--aljawal-shadow);
}

.aljawal-search-box.active{display:block}

.aljawal-search-form{
    display:flex;
    gap:12px;
}

.aljawal-search-input{
    flex:1;
    min-height:52px;
    border-radius:999px;
    border:1px solid var(--aljawal-border-soft);
    background:rgba(255,255,255,.04);
    color:var(--aljawal-text);
    padding:0 18px;
    outline:none;
}

/* Hero */
.aljawal-hero{
    position:relative;
    overflow:hidden;
    padding:0;
}

.aljawal-hero-pattern{
    position:absolute;
    inset:0;
    background:
        linear-gradient(45deg, transparent 46%, rgba(212,175,106,.06) 48%, transparent 52%),
        linear-gradient(-45deg, transparent 46%, rgba(212,175,106,.06) 48%, transparent 52%);
    background-size:48px 48px;
    opacity:.25;
    pointer-events:none;
    z-index:3;
}

.aljawal-hero-glow{
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 80% 20%, rgba(212,175,106,.15), transparent 25%),
        radial-gradient(circle at 20% 10%, rgba(89,110,255,.10), transparent 20%);
    pointer-events:none;
    z-index:3;
}

.aljawal-hero #heroSlider,
.aljawal-hero .carousel-inner,
.aljawal-hero .carousel-item{
    min-height:92vh;
}

.aljawal-hero .carousel-inner{
    position:relative;
    overflow:hidden;
}

.aljawal-hero .carousel-item{
    position:relative;
    width:100%;
    min-height:92vh;
}

.aljawal-hero .carousel-item:not(.active){
    display:none;
}

.aljawal-hero-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:1;
}

.aljawal-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(8,12,20,.45), rgba(8,12,20,.65));
    z-index:2;
}

.aljawal-hero .aljawal-container{
    position:relative;
    z-index:4;
    min-height:auto;
    display:flex;
    align-items:center;
    justify-content:center;
}

.aljawal-hero-content{
    position:relative;
    z-index:4;
    max-width:760px;
    text-align:center;
    margin:0 auto;
    padding:120px 0;
}

.aljawal-hero-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:9px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.04);
    border:1px solid var(--aljawal-border-soft);
    color:var(--aljawal-primary);
    margin-bottom:18px;
    font-weight:700;
    font-size:13px;
}

.aljawal-hero-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--aljawal-primary);
}

.aljawal-hero h1{
    font-family:'Playfair Display','Cairo',sans-serif;
    font-size:clamp(28px,2vw,52px);
    line-height:1.15;
    margin:0 0 18px;
}

.aljawal-hero h1 .gold{color:var(--aljawal-primary)}

.aljawal-hero p{
    color:var(--aljawal-muted);
    font-size:18px;
    line-height:1.95;
    max-width:700px;
    margin:0 auto 28px;
}

.aljawal-hero-actions{
    display:flex;
    gap:14px;
    justify-content:center;
    flex-wrap:wrap;
}

.aljawal-hero-stats{
    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
    margin-top:34px;
}

.aljawal-hero-stats > div{
    min-width:140px;
    padding:16px 18px;
    border-radius:18px;
    background:rgba(255,255,255,.03);
    border:1px solid var(--aljawal-border-soft);
}

.aljawal-hero-stats strong{
    display:block;
    font-size:24px;
    margin-bottom:6px;
}

.aljawal-scroll{
    position:absolute;
    left:50%;
    bottom:18px;
    transform:translateX(-50%);
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    color:#fff;
    z-index:6;
}

.aljawal-scroll-mouse{
    width:28px;
    height:46px;
    border:1px solid var(--aljawal-border-soft);
    border-radius:999px;
    position:relative;
}

.aljawal-scroll-mouse span{
    position:absolute;
    top:8px;
    left:50%;
    transform:translateX(-50%);
    width:4px;
    height:10px;
    border-radius:999px;
    background:var(--aljawal-primary);
}

.aljawal-hero .aljawal-slider-nav{
    position:absolute;
    left:50%;
    bottom:34px;
    transform:translateX(-50%);
    display:flex;
    gap:12px;
    z-index:7;
}

.aljawal-hero .aljawal-nav-btn{
    width:48px;
    height:48px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.14);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    transition:.25s ease;
}

.aljawal-hero .aljawal-nav-btn:hover{
    color:#fff;
    background:rgba(255,255,255,.18);
}

.aljawal-hero-indicators{
    bottom:90px;
    z-index:7;
}

.aljawal-hero-indicators li{
    width:26px;
    height:6px;
    border:none;
    border-radius:999px;
    background:rgba(255,255,255,.35);
    opacity:1;
    margin:0 5px;
}

.aljawal-hero-indicators .active{
    background:var(--aljawal-primary);
    width:40px;
}

/* Features */
.aljawal-features{
    padding:28px 0 20px;
}

.aljawal-features-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
}

.aljawal-feature{
    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:22px 18px;
    border-radius:22px;
    background:linear-gradient(180deg,var(--aljawal-surface),var(--aljawal-card));
    border:1px solid var(--aljawal-border-soft);
}

.aljawal-feature h3{
    font-size:17px;
    margin:0 0 8px;
}

.aljawal-feature p{
    color:var(--aljawal-muted);
    font-size:14px;
    line-height:1.8;
    margin:0;
}

.aljawal-feature-icon{
    width:54px;
    height:54px;
    min-width:54px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    color:var(--aljawal-primary);
    font-size:20px;
    border:1px solid rgba(212,175,106,.12);
}

/* Categories */
.aljawal-categories{
    padding:88px 0;
}

.aljawal-categories-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.aljawal-category-card{
    display:block;
    padding:28px 24px;
    border-radius:28px;
    background:linear-gradient(180deg,var(--aljawal-surface),var(--aljawal-card));
    border:1px solid var(--aljawal-border-soft);
    transition:.25s ease;
}

.aljawal-category-card:hover{
    transform:translateY(-4px);
    border-color:var(--aljawal-border);
}

.aljawal-category-icon{
    width:62px;
    height:62px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
    background:#fff;
    color:var(--aljawal-primary);
    font-size:24px;
}



.aljawal-category-card h3{
    font-size:22px;
    margin:0 0 10px;
}

.aljawal-category-card p{
    color:var(--aljawal-muted);
    line-height:1.8;
    margin:0 0 16px;
}

.aljawal-category-card img{
    width:62px !important;
    height:62px !important;
    border-radius:18px !important;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
    background:#fff;
    color:var(--aljawal-primary);
    font-size:24px;
}

.aljawal-category-count{
    color:var(--aljawal-primary);
    font-weight:700;
}

/* Socials */
.aljawal-socials{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.aljawal-socials a{
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border-radius:50%;
}

.aljawal-socials a svg,
.aljawal-socials a img{
    width:18px;
    height:18px;
}

/* Promo */
.aljawal-promo{
    padding:50px 0 88px;
}

.aljawal-promo-box{
    position:relative;
    overflow:hidden;
    border-radius:32px;
    background:
        radial-gradient(circle at 15% 20%, rgba(212,175,106,.15), transparent 20%),
        linear-gradient(135deg,#151826,#0d1017 60%,#18131a 100%);
    border:1px solid var(--aljawal-border-soft);
    padding:40px;
}

.aljawal-promo-bg1,
.aljawal-promo-bg2{
    position:absolute;
    border-radius:50%;
    filter:blur(40px);
    opacity:.22;
}

.aljawal-promo-bg1{
    width:220px;
    height:220px;
    top:-60px;
    right:-40px;
    background:var(--aljawal-primary);
}

.aljawal-promo-bg2{
    width:180px;
    height:180px;
    bottom:-40px;
    left:-30px;
    background:#5c72ff;
}

.aljawal-promo-content{
    position:relative;
    z-index:2;
    max-width:760px;
}

.aljawal-countdown{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
    margin-top:22px;
}

.aljawal-time{
    min-width:82px;
    padding:14px 12px;
    border-radius:18px;
    text-align:center;
    background:rgba(255,255,255,.04);
    border:1px solid var(--aljawal-border-soft);
}

.aljawal-time strong{
    display:block;
    font-size:22px;
    margin-bottom:4px;
}

.aljawal-time span{
    font-size:13px;
    color:var(--aljawal-muted);
}

/* Testimonials */
.aljawal-testimonials{
    padding:88px 0;
}

.aljawal-testimonials-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.aljawal-testimonial{
    padding:24px;
    border-radius:24px;
    background:linear-gradient(180deg,var(--aljawal-surface),var(--aljawal-card));
    border:1px solid var(--aljawal-border-soft);
}

.aljawal-quote{
    width:52px;
    height:52px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
    background:rgba(212,175,106,.08);
    color:var(--aljawal-primary);
    font-size:22px;
}

.aljawal-testimonial p{
    color:var(--aljawal-muted);
    line-height:1.95;
    margin-bottom:18px;
}

.aljawal-stars{
    display:flex;
    gap:4px;
    color:#f6c453;
    margin-bottom:18px;
}

.aljawal-author{
    display:flex;
    align-items:center;
    gap:12px;
}

.aljawal-avatar{
    width:48px;
    height:48px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,var(--aljawal-primary),#8f6f36);
    color:#17120c;
    font-weight:800;
}

/* Newsletter */
.aljawal-newsletter{
    padding:88px 0;
}

.aljawal-newsletter-form{
    display:flex;
    gap:12px;
    margin-top:24px;
}

.aljawal-input{
    width:100%;
    height:52px;
    padding:0 18px;
    border-radius:999px;
    border:1px solid var(--aljawal-border-soft);
    background:rgba(255,255,255,.03);
    color:var(--aljawal-text);
}

.aljawal-input::placeholder{color:var(--aljawal-muted)}

.aljawal-news-note{
    margin-top:14px;
    color:var(--aljawal-muted);
    font-size:13px;
}

/* Footer */
.aljawal-site-footer{
    border-top:1px solid var(--aljawal-border-soft);
    padding:64px 0 34px;
    background:linear-gradient(180deg,#0b0c12 0%, #090a10 100%);
}

.aljawal-footer-grid{
    display:grid;
    grid-template-columns:1.5fr 1fr 1fr 1fr;
    gap:34px;
}

.aljawal-footer-brand p{
    color:var(--aljawal-muted);
    line-height:1.95;
}

.aljawal-footer-title{
    font-weight:800;
    margin-bottom:14px;
}

.aljawal-footer-links{
    display:grid;
    gap:10px;
    color:var(--aljawal-muted);
}

.aljawal-contact-list{
    display:grid;
    gap:10px;
}

.aljawal-contact-item{
    display:flex;
    align-items:center;
    gap:10px;
    color:var(--aljawal-muted);
}

.aljawal-footer-bottom-wrap{
    margin-top:36px;
    padding-top:20px;
    border-top:1px solid var(--aljawal-border-soft);
    display:flex;
    justify-content:space-between;
    gap:16px;
    flex-wrap:wrap;
    align-items:center;
}

.aljawal-footer-bottom{
    color:var(--aljawal-muted);
    font-size:13px;
}

.aljawal-payment-list{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
}

.aljawal-pay{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:30px;
    padding:0 10px;
    border-radius:999px;
    font-size:12px;
    border:1px solid var(--aljawal-border-soft);
    background:#fff;
    color:#111827;
}

/* Mobile menu */
.aljawal-mobile-menu{
    display:none;
}

.aljawal-mobile-menu.active{
    display:flex;
    flex-direction:column;
    gap:12px;
}



/* Product page */
.aljawal-product-page-section{
    padding:40px 0 70px;
}

.aljawal-product-main{
    margin-bottom:40px;
}

.aljawal-product-gallery-card,
.aljawal-product-info-card,
.aljawal-product-reviews-card,
.aljawal-related-card{
    background:linear-gradient(180deg,var(--aljawal-surface),var(--aljawal-card));
    border:1px solid var(--aljawal-border-soft);
    border-radius:28px;
    box-shadow:var(--aljawal-shadow-soft);
    overflow:hidden;
}

.aljawal-product-gallery-card,
.aljawal-product-info-card,
.aljawal-product-reviews-card{
    padding:24px;
}

.aljawal-product-main-image-wrap{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    background:#fff;
    border:1px solid var(--aljawal-border-soft);
    min-height:460px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
}

.aljawal-product-main-image{
    width:100%;
    height:560px;
    object-fit:contain;
    display:block;
}

.aljawal-product-thumbs{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(82px,1fr));
    gap:12px;
    margin-top:14px;
}

.aljawal-thumb-item{
    border:1px solid var(--aljawal-border-soft);
    border-radius:16px;
    overflow:hidden;
    cursor:pointer;
    transition:all .25s ease;
    background:rgba(255,255,255,.03);
}

.aljawal-thumb-item:hover,
.aljawal-thumb-item.active{
    border-color:var(--aljawal-primary);
    box-shadow:0 10px 24px rgba(0,0,0,.16);
    transform:translateY(-2px);
}

.aljawal-thumb-item img{
    width:100%;
    height:82px;
    object-fit:cover;
    display:block;
}

.aljawal-product-breadcrumb{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    color:var(--aljawal-muted);
    font-size:14px;
    line-height:1.8;
    margin-bottom:10px;
}

.aljawal-product-breadcrumb a{
    color:var(--aljawal-muted);
    transition:.2s ease;
}

.aljawal-product-breadcrumb a:hover{
    color:var(--aljawal-primary);
}

.aljawal-product-title{
    font-size:clamp(28px,3vw,42px);
    line-height:1.4;
    font-weight:800;
    color:var(--aljawal-text);
    margin:0 0 14px;
}

.aljawal-product-rating-summary{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin:14px 0;
}

.aljawal-stars,
.aljawal-review-stars{
    display:flex;
    align-items:center;
    gap:4px;
}

.aljawal-stars i,
.aljawal-review-stars i{
    font-size:14px;
    color:#f6c453;
}

.aljawal-stars i.text-muted,
.aljawal-review-stars i.text-muted{
    color:rgba(255,255,255,.22) !important;
}

.aljawal-rating-text{
    font-size:14px;
    color:var(--aljawal-muted);
}

.aljawal-product-price-box{
    margin:18px 0 22px;
    padding:18px 20px;
    border-radius:22px;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(212,175,106,.16);
}

.aljawal-price-row{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
}

.aljawal-current-price{
    display:inline-flex;
    align-items:center;
    gap:4px;
    font-size:28px;
    line-height:1.2;
    font-weight:800;
    color:var(--aljawal-primary);
}

.aljawal-old-price{
    font-size:18px;
    color:var(--aljawal-muted);
    text-decoration:line-through;
    opacity:.7;
}

.aljawal-product-short-description{
    color:var(--aljawal-muted);
    font-size:15px;
    line-height:1.9;
    margin-top:18px;
    margin-bottom:16px;
}

.aljawal-product-short-description p:last-child{
    margin-bottom:0;
}

.aljawal-meta-list{
    display:flex;
    flex-direction:column;
    gap:8px;
    margin-top:16px;
    margin-bottom:16px;
}

.aljawal-meta-item{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    padding:12px 14px;
    border-radius:14px;
    background:rgba(255,255,255,.03);
    border:1px solid var(--aljawal-border-soft);
}

.aljawal-meta-item .label{
    color:var(--aljawal-muted);
    font-size:14px;
    font-weight:700;
}

.aljawal-meta-item .value{
    color:var(--aljawal-text);
    font-size:14px;
    font-weight:700;
}

.aljawal-stock-status{
    margin-top:15px;
    margin-bottom:18px;
}

.aljawal-stock-status .in-stock,
.aljawal-stock-status .out-stock{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:9px 14px;
    border-radius:999px;
    font-size:14px;
    font-weight:800;
}

.aljawal-stock-status .in-stock{
    background:rgba(22,163,74,.10);
    color:#4ade80;
}

.aljawal-stock-status .out-stock{
    background:rgba(220,38,38,.10);
    color:#f87171;
}

.aljawal-variant-box{
    margin-top:20px;
    padding:20px;
    border-radius:20px;
    background:rgba(255,255,255,.03);
    border:1px solid var(--aljawal-border-soft);
}

.aljawal-variant-box label{
    color:var(--aljawal-text);
    font-size:15px;
}

.aljawal-variant-box .form-control,
.aljawal-custom-fields .form-control,
.notify-form .form-control,
#comment-form .form-control{
    width:100%;
    min-height:48px;
    border:1px solid var(--aljawal-border-soft);
    background:rgba(255,255,255,.04);
    color:var(--aljawal-text);
    border-radius:14px;
    box-shadow:none;
    transition:all .25s ease;
}

.aljawal-variant-box .form-control:focus,
.aljawal-custom-fields .form-control:focus,
.notify-form .form-control:focus,
#comment-form .form-control:focus{
    outline:none;
    border-color:var(--aljawal-primary);
    box-shadow:0 0 0 4px rgba(212,175,106,.08);
}

.aljawal-custom-fields{
    margin-top:20px;
}

.aljawal-custom-fields .form-control{
    margin-bottom:12px;
}

.aljawal-add-cart-row{
    display:flex;
    align-items:stretch;
    gap:12px;
    flex-wrap:wrap;
}

.aljawal-qty-box{
    display:flex;
    align-items:center;
    overflow:hidden;
    border:1px solid var(--aljawal-border-soft);
    border-radius:16px;
    background:rgba(255,255,255,.04);
    
}

.aljawal-qty-box button{
    width:48px;
    height:52px;
    border:0;
    background:transparent;
    color:var(--aljawal-text);
    font-size:15px;
    transition:.2s ease;
    cursor:pointer;
}

.aljawal-qty-box button:hover{
    background:rgba(255,255,255,.06);
    color:var(--aljawal-primary);
}

.aljawal-qty-box .input-number{
    width:70px;
    height:52px;
    border:0;
    text-align:center;
    font-weight:700;
    color:var(--aljawal-text);
    background:transparent;
    outline:none;
}

.aljawal-cart-btn,
.aljawal-btn-primary,
.notify-form .btn-send-notify{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:52px;
    padding:12px 20px;
    border:0;
    border-radius:16px;
    font-weight:800;
    text-decoration:none;
    transition:all .25s ease;
}

.aljawal-cart-btn,
.notify-form .btn-send-notify{
    background:linear-gradient(135deg,var(--aljawal-primary),#f0cd8e);
    color:#17120c;
    box-shadow:0 12px 28px rgba(212,175,106,.16);
}

.aljawal-cart-btn:hover,
.aljawal-btn-primary:hover,
.notify-form .btn-send-notify:hover{
    transform:translateY(-2px);
}

.aljawal-cart-btn:disabled,
.aljawal-btn-primary:disabled{
    opacity:.55;
    cursor:not-allowed;
    transform:none;
    box-shadow:none;
}

.aljawal-btn-disabled{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    width: 170px;
    padding:12px 20px;
    border-radius:16px;
    background:#6b7280;
    color:#fff;
    font-weight:800;
}

.item-share{
    padding-top:20px;
    margin-top:24px;
    border-top:1px solid var(--aljawal-border-soft);
    color:var(--aljawal-text);
}

.item-share .footer-social{
    display:inline-flex;
    align-items:center;
    gap:10px;
    list-style:none;
    padding:0;
    margin:0;
}

.item-share .footer-social li a{
    width:40px;
    height:40px;
    border-radius:50%;
    border:1px solid var(--aljawal-border-soft);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:var(--aljawal-text);
    background:rgba(255,255,255,.03);
    transition:all .25s ease;
}

.item-share .footer-social li a:hover{
    color:#17120c;
    background:var(--aljawal-primary);
    border-color:var(--aljawal-primary);
}

.aljawal-title{
    font-size:clamp(24px,2.5vw,34px);
    font-weight:800;
    color:var(--aljawal-text);
}

.aljawal-subtitle{
    color:var(--aljawal-muted);
    font-size:15px;
}

.aljawal-product-reviews-card{
    margin-top:24px;
}

.aljawal-review-item{
    padding:18px;
    border:1px solid var(--aljawal-border-soft);
    border-radius:18px;
    background:rgba(255,255,255,.02);
    margin-bottom:14px;
}

.aljawal-review-user{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:10px;
}

.aljawal-review-avatar{
    width:42px;
    height:42px;
    border-radius:50%;
    background:linear-gradient(135deg,var(--aljawal-primary),#8f6f36);
    color:#17120c;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    flex-shrink:0;
}

.aljawal-review-name{
    color:var(--aljawal-text);
    font-size:14px;
    margin-bottom:4px;
    display:block;
}

.aljawal-review-text{
    color:var(--aljawal-muted);
    line-height:1.9;
}

.aljawal-review-reply{
    margin-top:12px;
    padding:12px;
    border-radius:14px;
    background:rgba(255,255,255,.04);
    border-inline-start:3px solid var(--aljawal-primary);
}

.star{
    color:#ccc;
    cursor:pointer;
    transition:transform .2s ease,color .2s ease;
    font-size:28px;
}

.star:hover,
.star.hover,
.star.selected{
    color:gold;
    transform:scale(1.15);
}

.sold-count{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:6px 12px;
    background-color:#ff4d4d;
    color:#fff;
    font-weight:600;
    font-size:.95rem;
    border-radius:8px;
    width:fit-content;
    margin-bottom:12px;
}

.aljawal-related-products-section{
    margin-top:50px;
}

.aljawal-products-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
}

.aljawal-related-card{
    transition:all .25s ease;
}

.aljawal-related-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 38px rgba(0,0,0,.18);
}

.aljawal-related-image-link{
    display:block;
    background:rgba(255,255,255,.03);
}

.aljawal-related-image{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
}

.aljawal-related-body{
    padding:16px;
}

.aljawal-related-title{
    margin:0;
    font-size:16px;
    line-height:1.7;
    font-weight:700;
}

.aljawal-related-title a{
    color:var(--aljawal-text);
    text-decoration:none;
}

.aljawal-related-title a:hover{
    color:var(--aljawal-primary);
}

/* Cart page */
.aljawal-cart-wrap{
    display:block;
}

.aljawal-cart-card{
    background:linear-gradient(180deg,var(--aljawal-surface),var(--aljawal-card));
    border:1px solid var(--aljawal-border-soft);
    border-radius:28px;
    padding:24px;
    box-shadow:var(--aljawal-shadow-soft);
}

.aljawal-cart-table-wrap{
    overflow-x:auto;
}

.aljawal-cart-table{
    width:100%;
    border-collapse:collapse;
    min-width:720px;
}

.aljawal-cart-table thead th{
    text-align:right;
    font-size:14px;
    font-weight:700;
    color:var(--aljawal-muted);
    padding:0 0 16px;
    border-bottom:1px solid var(--aljawal-border-soft);
}

.aljawal-cart-table tbody td{
    padding:20px 0;
    vertical-align:middle;
    border-bottom:1px solid rgba(255,255,255,.06);
}

.aljawal-cart-product{
    display:flex;
    align-items:center;
    gap:16px;
}

.aljawal-cart-remove{
    width:40px;
    height:40px;
    border-radius:12px;
    border:1px solid var(--aljawal-border-soft);
    background:rgba(255,255,255,.03);
    color:var(--aljawal-text);
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:.2s ease;
    flex-shrink:0;
}

.aljawal-cart-remove:hover{
    color:#ff8e8e;
    border-color:rgba(255,120,120,.25);
}

.aljawal-cart-thumb{
    width:88px;
    height:88px;
    border-radius:18px;
    overflow:hidden;
    background:linear-gradient(180deg,#1d2030,#0f1118);
    flex-shrink:0;
}

.aljawal-cart-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.aljawal-cart-product-name{
    font-size:16px;
    line-height:1.8;
    font-weight:700;
}

.aljawal-cart-variant{
    display:inline-block;
    color:var(--aljawal-muted);
    font-size:13px;
    margin-inline-start:6px;
}

.aljawal-cart-price-cell{
    min-width:220px;
}

.aljawal-cart-subtotal{
    display:flex;
    align-items:center;
    gap:6px;
    font-size:18px;
    font-weight:800;
    margin-bottom:14px;
}

.aljawal-cart-currency{
    color:var(--aljawal-muted);
    font-size:14px;
    font-weight:600;
}

.aljawal-cart-summary{
    display:flex;
    justify-content:flex-end;
    margin-top:24px;
}

.aljawal-cart-summary h4{
    font-size:22px;
    font-weight:800;
    margin:0;
}

.aljawal-cart-actions{
    display:flex;
    justify-content:space-between;
    gap:16px;
    flex-wrap:wrap;
    margin-top:24px;
}

/* Custom modal */
.custom-modal{
    position:fixed;
    inset:0;
    z-index:99999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:20px;
}

.custom-modal.show{
    display:flex;
}

.custom-modal-overlay{
    position:absolute;
    inset:0;
    background:rgba(15,23,42,0.55);
    backdrop-filter:blur(4px);
}

.custom-modal-wrapper{
    position:relative;
    z-index:2;
    width:100%;
    max-width:920px;
    animation:modalFadeUp .25s ease;
}

.custom-modal-body{
    position:relative;
    background:linear-gradient(180deg,var(--aljawal-surface),var(--aljawal-card));
    border:1px solid var(--aljawal-border-soft);
    border-radius:24px;
    color:var(--aljawal-text);
    box-shadow:var(--aljawal-shadow);
    overflow:hidden;
    min-height:160px;
}

.custom-modal-body .p-4{
    padding:24px !important;
}

.custom-modal-close{
    position:absolute;
    top:14px;
    left:14px;
    width:40px;
    height:40px;
    border:1px solid var(--aljawal-border-soft);
    background:rgba(255,255,255,.04);
    color:var(--aljawal-text);
    border-radius:12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    line-height:1;
    cursor:pointer;
    transition:.2s ease;
    z-index:2;
}

.custom-modal-close:hover{
    color:var(--aljawal-primary);
    border-color:var(--aljawal-border);
    background:rgba(255,255,255,.08);
}

.custom-modal-iframe{
    width:100%;
    height:min(85vh,780px);
    display:block;
    border:0;
    background:#fff;
}

.custom-modal-body h4{
    font-size:24px;
    font-weight:800;
    margin:0 0 24px;
    color:var(--aljawal-primary-2);
}

/* Floating alert */
.alert-custom{
    position:fixed;
    top:24px;
    inset-inline-start:50%;
    transform:translateX(-50%) translateY(-15px);
    min-width:280px;
    max-width:92%;
    background:#111827;
    color:#fff;
    border-radius:16px;
    padding:14px 18px;
    box-shadow:0 18px 45px rgba(0,0,0,.18);
    z-index:100000;
    opacity:0;
    visibility:hidden;
    transition:.25s ease;
    font-size:14px;
    line-height:1.7;
    display:flex;
    align-items:center;
    gap:10px;
}

.alert-custom.show{
    opacity:1;
    visibility:visible;
    transform:translateX(-50%) translateY(0);
}

.alert-custom.success{background:#0f766e}
.alert-custom.error{background:#b91c1c}

.alert-custom .message{
    margin:0;
    flex:1;
}

/* Floating widgets */
.floating-contacts{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}

.floating-contacts__trigger{
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: var(--theme-color, #111827);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 18px 35px rgba(0,0,0,.18);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    font-size: 22px;
}

.floating-contacts__trigger .closed-icon{
    display: none;
}

.floating-contacts.is-opened .floating-contacts__trigger .opened-icon{
    display: none;
}

.floating-contacts.is-opened .floating-contacts__trigger .closed-icon{
    display: inline-flex;
}

.floating-contact-list{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 68px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.floating-contact-list li{
    margin-top: 10px;
}

.floating-contact-list li:first-child{
    margin-top: 0;
}

.floating-contacts.is-opened .floating-contact-list{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.floating-contacts__item{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--aljawal-card);
    color: #111827;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.floating-contacts__item:hover{
    transform: translateY(-3px);
    color: #111827;
    text-decoration: none;
    box-shadow: 0 16px 35px rgba(0,0,0,.18);
}

.floating-contacts__item .fa-whatsapp{
    color: var(--aljawal-primary);
}

.floating-contacts__item .fa-phone{
    color: var(--aljawal-primary);
}

.floating-contacts__item .fa-envelope{
    color: var(--aljawal-primary);
}



.cart__menu{
    position:fixed;
    right:20px;
    bottom:20px;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#111827;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    z-index:99999;
    box-shadow:0 10px 25px rgba(0,0,0,.2);
}

html[dir="rtl"] .cart__menu{
    right:auto;
    left:20px;
}

.cart__menu i{
    font-size:22px;
}

.cart__menu .cart_qty{
    position:absolute;
    top:-6px;
    right:-4px;
    min-width:22px;
    height:22px;
    border-radius:50%;
    background:#dc2626;
    color:#fff;
    font-size:12px;
    line-height:22px;
    text-align:center;
    padding:0 4px;
    font-weight:700;
    border:2px solid #fff;
}

html[dir="rtl"] .cart__menu .cart_qty{
    right:auto;
    left:-4px;
}

body.modal-open{
    overflow:hidden;
}

.shp__cart__wrap{
    display:flex;
    flex-direction:column;
    gap:14px;
    max-height:420px;
    overflow-y:auto;
}

.remove__btn a{
    color:#111;
    font-size:18px;
}





/* Brand slider */
.aljawal-brand-section{
    padding:70px 0;
}

.aljawal-brand-card{
    display:block;
    padding:20px;
    border-radius:24px;
    background:linear-gradient(180deg,var(--aljawal-surface),var(--aljawal-card));
    border:1px solid var(--aljawal-border-soft);
    text-align:center;
    transition:.25s ease;
    height:100%;
}

.aljawal-brand-card:hover{
    transform:translateY(-4px);
    border-color:var(--aljawal-border);
}

.aljawal-brand-image-wrap{
    width:100%;
    aspect-ratio:1 / 1;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:20px;
    background:rgba(255,255,255,.03);
    padding:20px;
    margin-bottom:14px;
    overflow:hidden;
}

.aljawal-brand-image{
    width:64px;
    height:64px;
    object-fit:contain;
    display:block;
}

.aljawal-brand-title{
    font-size:15px;
    font-weight:700;
    color:var(--aljawal-text);
    line-height:1.6;
}

/* Category slider */
.aljawal-category-slider-section{
    padding:50px 0 20px;
}

.aljawal-category-slide-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:14px;
    padding:22px 18px;
    border-radius:24px;
    background:linear-gradient(180deg,var(--aljawal-surface),var(--aljawal-card));
    border:1px solid var(--aljawal-border-soft);
    transition:.25s ease;
    height:100%;
}

.aljawal-category-slide-card:hover{
    transform:translateY(-4px);
    border-color:var(--aljawal-border);
}

.aljawal-category-slide-image{
    width:120px;
    height:120px;
    border-radius:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.05);
    padding:18px;
    overflow:hidden;
}

.aljawal-category-slide-icon{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}

.aljawal-category-slide-name{
    font-size:15px;
    font-weight:700;
    color:var(--aljawal-text);
    line-height:1.7;
}

/* Product collection */
.aljawal-product-collection-section{
    padding:70px 0;
}

/* Recently viewed */
.aljawal-recently-viewed-section{
    padding:70px 0;
}

.aljawal-products-slider-wrap{
    margin-top:30px;
}

.aljawal-recently-viewed-section .aljawal-container{
    max-width:1320px;
    margin:0 auto;
    padding:0 15px;
}

.aljawal-recently-viewed-section .aljawal-section-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
    margin-bottom:28px;
}

.aljawal-recently-viewed-section .aljawal-section-kicker{
    display:inline-block;
    font-size:12px;
    font-weight:800;
    color:var(--aljawal-primary);
    letter-spacing:.18em;
    margin-bottom:8px;
}

.aljawal-recently-viewed-section .aljawal-section-title{
    margin:0 0 8px;
    font-size:32px;
    font-weight:800;
    line-height:1.2;
    color:var(--aljawal-text);
}

.aljawal-recently-viewed-section .aljawal-section-desc{
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:var(--aljawal-muted);
}

.aljawal-recently-viewed-section .aljawal-slider-nav{
    display:flex;
    align-items:center;
    gap:10px;
}

.aljawal-recently-viewed-section .aljawal-nav-btn{
    width:44px;
    height:44px;
    border-radius:14px;
    border:1px solid var(--aljawal-border-soft);
    background:rgba(255,255,255,.04);
    color:var(--aljawal-text);
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:.25s ease;
}

.aljawal-recently-viewed-section .aljawal-nav-btn:hover{
    color:var(--aljawal-primary);
    border-color:var(--aljawal-border);
    background:rgba(255,255,255,.08);
}

.aljawal-recently-viewed-section .aljawal-nav-btn.swiper-button-disabled{
    opacity:.35;
    cursor:not-allowed;
    pointer-events:none;
}

.aljawal-recently-viewed-section .product-slider-wrapper{
    position:relative;
    overflow:hidden;
    width:100%;
}

.aljawal-recently-viewed-section .product-slider-wrapper.swiper-container{
    padding:6px 2px 10px;
}

.aljawal-recently-viewed-section .product-slider-wrapper .swiper-wrapper{
    display:flex;
    align-items:stretch;
}

.aljawal-recently-viewed-section .product-slider-wrapper .swiper-slide{
    height:auto;
    display:flex;
    box-sizing:border-box;
}

.aljawal-recently-viewed-section .aljawal-product-card-wrap{
    width:100%;
    height:100%;
    display:flex;
}
.aljawal-recently-viewed-section .swiper-slide{
    height: auto !important;
}

.aljawal-recently-viewed-section .aljawal-product-card-wrap{
    width: 100%;
    height: 100%;
    display: flex;
}

.aljawal-recently-viewed-section .product-grid-item{
    width: 100%;
    height: 100%;
    display: flex;
}

.aljawal-recently-viewed-section .product-item{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.aljawal-recently-viewed-section .product-thumb,
.aljawal-recently-viewed-section .product-img{
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.aljawal-recently-viewed-section .product-thumb img,
.aljawal-recently-viewed-section .product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aljawal-recently-viewed-section .product-content,
.aljawal-recently-viewed-section .product-details{
    flex: 1;
    display: flex;
    flex-direction: column;
}

.aljawal-recently-viewed-section .product-title{
    min-height: 48px;
}

.aljawal-recently-viewed-section .product-price{
    margin-top: auto;
}

/* Product card */
.aljawal-product-card{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    background:linear-gradient(180deg,var(--aljawal-surface),var(--aljawal-card));
    border:1px solid var(--aljawal-border-soft);
    border-radius:24px;
    overflow:hidden;
    box-shadow:var(--aljawal-shadow-soft);
    transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.aljawal-product-card:hover{
    transform:translateY(-4px);
    border-color:var(--aljawal-border);
    box-shadow:var(--aljawal-shadow);
}

.aljawal-product-media{
    position:relative;
    aspect-ratio:1 / 1;
    background:#fff;
    overflow:hidden;
}

.aljawal-product-link{
    display:block;
    width:100%;
    height:100%;
}

.aljawal-product-img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .45s ease;
}

.aljawal-product-card:hover .aljawal-product-img{
    transform:scale(1.05);
}

.aljawal-product-overlay{
    position:absolute;
    top:12px;
    left:12px;
    right:12px;
    z-index:3;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    pointer-events:none;
}

.aljawal-product-overlay > *{
    pointer-events:auto;
}

.aljawal-product-overlay{
    width:40px;
    height:40px;
    border-radius:12px;
    background:rgba(10,12,18,.72);
    border:1px solid var(--aljawal-border-soft);
    color:var(--aljawal-text);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:.2s ease;
}

.aljawal-product-overlay:hover{
    color:var(--aljawal-primary);
    border-color:var(--aljawal-border);
    background:rgba(255,255,255,.08);
}

.aljawal-product-details{
    flex:1;
    display:flex;
    flex-direction:column;
    padding:18px;
}

.aljawal-product-name{
    display:block;
    font-size:16px;
    font-weight:700;
    line-height:1.8;
    color:var(--aljawal-text);
    margin-bottom:10px;
    min-height:58px;
    transition:.2s ease;
}

.aljawal-product-name:hover{
    color:var(--aljawal-primary);
}

.aljawal-product-rating{
    display:flex;
    align-items:center;
    gap:4px;
    min-height:20px;
    margin-bottom:12px;
}

.aljawal-product-rating i{
    font-size:14px;
    color:#f6c453;
}

.aljawal-product-rating i.text-muted{
    color:rgba(255,255,255,.22) !important;
}

.aljawal-product-price{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:16px;
}

.aljawal-product-price .current-price{
    display:inline-flex;
    align-items:center;
    gap:4px;
    font-size:20px;
    font-weight:800;
    color:var(--aljawal-primary);
    line-height:1.2;
}

.aljawal-product-price .old-price{
    color:var(--aljawal-muted);
    text-decoration:line-through;
    font-size:14px;
}

.riyal-svg{
    color:currentColor;
    flex-shrink:0;
}

.aljawal-product-actions{
    margin-top:auto;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.aljawal-product-actions .mt-3{
    margin-top:0 !important;
}

.aljawal-product-actions .aljawal-btn-primary{
    width:100%;
    min-height:46px;
    border-radius:14px;
    justify-content:center;
    width: 170px;
}

.product-slider-wrapper,
.category-slider-wrapper{
    overflow:hidden;
}

.product-slider-wrapper .swiper-wrapper,
.category-slider-wrapper .swiper-wrapper{
    display:flex;
    align-items:stretch;
}

.product-slider-wrapper .swiper-slide,
.category-slider-wrapper .swiper-slide{
    height:auto;
}

.product-slider-wrapper .aljawal-product-card-wrap,
.category-slider-wrapper .aljawal-category-card-wrap{
    height:100%;
}

/* Cart modal */
.shp__single__product{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:14px;
    border-radius:18px;
    background:rgba(255,255,255,.03);
    border:1px solid var(--aljawal-border-soft);
    margin-bottom:0 !important;
}

.shp__single__product .d-flex.align-items-center{
    gap:14px;
    min-width:0;
}

.shp__pro__thumb{
    margin-left:0 !important;
    flex-shrink:0;
}

.shp__pro__thumb a{
    display:block;
}

.shp__pro__thumb img{
    width:70px;
    height:70px;
    object-fit:cover;
    border-radius:12px;
    display:block;
    background:rgba(255,255,255,.04);
}

.shp__pro__details{
    min-width:0;
}

.shp__pro__details h6{
    margin:0 0 6px;
    font-size:15px;
    font-weight:700;
    line-height:1.7;
}

.shp__pro__details h6 a{
    color:var(--aljawal-primary-2);
    transition:.2s ease;
}

.shp__pro__details h6 a:hover{
    color:var(--aljawal-primary);
}

.shp__pro__details > div{
    color:var(--aljawal-muted);
    font-size:14px;
    line-height:1.8;
}

.shp__price{
    color:var(--aljawal-primary);
    font-weight:800;
}

.remove__btn{
    flex-shrink:0;
}

.remove__btn a,
.remove-from-cart{
    width:36px;
    height:36px;
    border-radius:10px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid var(--aljawal-border-soft);
    background:rgba(255,255,255,.04);
    color:var(--aljawal-text);
    transition:.2s ease;
    text-decoration:none;
}

.remove__btn a:hover,
.remove-from-cart:hover{
    color:#ff9c9c;
    border-color:rgba(255,120,120,.25);
    background:rgba(255,80,80,.06);
}

.shoping__total{
    margin-top:18px !important;
    padding-top:18px;
    border-top:1px solid var(--aljawal-border-soft);
}

.shoping__total h5{
    margin:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    font-size:18px;
    font-weight:800;
    color:var(--aljawal-text);
}

.total__price{
    color:var(--aljawal-primary);
}

.shopping__cart__footer{
    margin-top:18px !important;
}

.shopping__cart__footer .button,
.shopping__cart__footer .style1{
    width:100%;
    min-height:48px;
    border-radius:14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,var(--aljawal-primary),#f0cd8e);
    color:#17120c;
    font-weight:800;
    border:1px solid var(--aljawal-primary);
    text-decoration:none;
    transition:.25s ease;
}

.shopping__cart__footer .button:hover,
.shopping__cart__footer .style1:hover{
    transform:translateY(-2px);
    filter:brightness(1.03);
}

.shp__cart__wrap h6.mar-top-30{
    margin:10px 0 0 !important;
    text-align:center;
    color:var(--aljawal-muted);
    font-size:15px;
    font-weight:600;
}

/* Notify */
.notify-select{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:20px !important;
    justify-content:center;
    margin-top:20px;
}

.notify-option{
    border:1px solid var(--aljawal-border-soft) !important;
    border-radius:20px !important;
    padding:18px !important;
    cursor:pointer !important;
    text-align:center !important;
    width:100% !important;
    transition:all .3s ease !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    background:rgba(255,255,255,.03);
}

.notify-form{
    width:100%;
    margin-top:1rem;
    border-radius:1rem;
    padding:1rem;
    background:rgba(255,255,255,.03);
}

.notify-form .form-control.send-notify-email{
    width:100%;
    padding:.75rem;
    border-radius:12px;
    margin-bottom:12px;
    border:1px solid var(--aljawal-border-soft);
    background:rgba(255,255,255,.04);
    color:var(--aljawal-text);
}

.notify-form .btn-send-notify{
    width:100%;
    border:0;
    border-radius:12px;
    padding:12px;
    color:#17120c;
    font-weight:700;
    background:linear-gradient(135deg,var(--aljawal-primary),#f0cd8e);
}

/* Toast */
.toast{
    position:fixed;
    top:25px;
    left:50%;
    transform:translateX(-50%) translateY(-20px);
    background:#111827;
    color:#fff;
    padding:14px 18px;
    border-radius:12px;
    font-size:14px;
    font-weight:500;
    box-shadow:0 12px 30px rgba(0,0,0,.18);
    opacity:0;
    pointer-events:none;
    transition:all .35s ease;
    z-index:9999;
}

.toast.show{
    opacity:1;
    transform:translateX(-50%) translateY(0);
}

.toast-success{
    background:#16a34a;
}

.toast-error{
    background:#dc2626;
}

/* Variant values */
.variant_val{
    width:100%;
    padding:10px 12px;
    font-weight:600;
    border:1px solid var(--aljawal-border-soft);
    border-radius:12px;
    background:rgba(255,255,255,.04);
    color:var(--aljawal-text);
}

.variant_val option{
    color:#111;
    background:#fff;
}


.variant_val:focus{
    outline:none;
    border-color:var(--aljawal-primary);
    box-shadow:0 0 0 2px rgba(212,175,106,.15);
}

.variant_val.selected,
.variant_val.variant-selected{
    border:1px solid var(--aljawal-primary) !important;
    background:var(--aljawal-card) !important;
    color:var(--aljawal-primary) !important;
    box-shadow:0 0 0 3px rgba(212,175,106,.10);
}


/* Sort select */
.aljawal-sort-form{
    display:flex;
    align-items:center;
}

.aljawal-sort-select{
    min-width:180px;
    height:44px;
    padding:0 14px;
    border-radius:12px;
    border:1px solid var(--aljawal-border-soft);
    background:rgba(255,255,255,.04);
    color:var(--aljawal-text);
    font-weight:600;
    transition:.25s ease;
    cursor:pointer;
}

/* عند التركيز */
.aljawal-sort-select:focus{
    outline:none;
    border-color:var(--aljawal-primary);
    box-shadow:0 0 0 2px rgba(212,175,106,.15);
}

/* خيارات القائمة */
.aljawal-sort-select option{
    background:#12131a;
    color:#fff;
}
/* Animations */
@keyframes modalFadeUp{
    from{
        opacity:0;
        transform:translateY(12px) scale(.98);
    }
    to{
        opacity:1;
        transform:translateY(0) scale(1);
    }
}

/* Responsive */
@media (max-width:1199px){
    .aljawal-product-main-image{
        height:460px;
    }

    .aljawal-products-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media (max-width:991px){
    .aljawal-main-nav{
        display:none;
    }

    .aljawal-mobile-toggle{
        display:inline-flex;
    }

    .aljawal-site-header .inner{
        grid-template-columns:1fr auto;
    }

    .aljawal-hero #heroSlider,
    .aljawal-hero .carousel-inner,
    .aljawal-hero .carousel-item{
        min-height:780px;
    }

    .aljawal-hero-content{
        padding:110px 0 130px;
    }

    .aljawal-features-grid,
    .aljawal-categories-grid,
    .aljawal-testimonials-grid,
    .aljawal-footer-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .aljawal-product-page-section{
        padding:24px 0 50px;
    }

    .aljawal-product-gallery-card,
    .aljawal-product-info-card,
    .aljawal-product-reviews-card{
        padding:18px;
        border-radius:22px;
    }

    .aljawal-product-main-image-wrap{
        min-height:360px;
    }

    .aljawal-product-main-image{
        height:400px;
    }

    .aljawal-current-price{
        font-size:26px;
    }

    .aljawal-recently-viewed-section{
        padding:56px 0;
    }

    .aljawal-recently-viewed-section .aljawal-section-title{
        font-size:28px;
    }

    .aljawal-product-details{
        padding:16px;
    }

    .aljawal-product-name{
        min-height:52px;
    }

    .aljawal-products-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (min-width:992px){
    .aljawal-mobile-menu{
        display:none !important;
    }

    .aljawal-mobile-toggle{
        display:none !important;
    }
}

@media (max-width:767px){
    .aljawal-shell,
    .aljawal-container{
        padding-inline:16px;
    }

    .aljawal-hero{
        padding:0;
    }

    .aljawal-hero-content{
        padding:100px 0 140px;
    }

    .aljawal-hero p,
    .aljawal-section-desc{
        font-size:15px;
    }

    .aljawal-hero .aljawal-slider-nav{
        bottom:20px;
    }

    .aljawal-hero .aljawal-nav-btn{
        width:44px;
        height:44px;
    }

    .aljawal-features-grid,
    .aljawal-categories-grid,
    .aljawal-testimonials-grid,
    .aljawal-footer-grid,
    .aljawal-products-grid{
        grid-template-columns:1fr;
    }

    .aljawal-newsletter-form,
    .aljawal-search-form{
        flex-direction:column;
    }

    .aljawal-product-page-section{
        padding:20px 0 40px;
    }

    .aljawal-product-gallery-card,
    .aljawal-product-info-card,
    .aljawal-product-reviews-card,
    .aljawal-related-card{
        border-radius:16px;
    }

    .aljawal-product-info-card,
    .aljawal-product-reviews-card{
        padding:16px;
    }

    .aljawal-product-main-image-wrap{
        min-height:280px;
        padding:16px;
        border-radius:14px;
    }

    .aljawal-product-main-image{
        height:320px;
    }

    .aljawal-product-title{
        font-size:26px;
    }

    .aljawal-current-price{
        font-size:24px;
    }

    .aljawal-add-cart-row{
        flex-direction:column;
    }

    .aljawal-qty-box,
    .aljawal-cart-btn,
    .aljawal-btn-primary,
    .aljawal-btn-disabled{
        width:100%;
    }

    .aljawal-qty-box .input-number{
        flex:1;
        width:auto;
    }

    .aljawal-related-image{
        height:220px;
    }

    .aljawal-recently-viewed-section .aljawal-section-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .aljawal-recently-viewed-section .aljawal-section-title{
        font-size:24px;
    }

    .aljawal-recently-viewed-section .aljawal-section-desc{
        font-size:14px;
    }

    .aljawal-product-name{
        min-height:auto;
        font-size:15px;
    }

    .aljawal-product-price .current-price{
        font-size:18px;
    }

    .aljawal-cart-card{
        padding:16px;
        border-radius:22px;
    }

    .aljawal-cart-actions{
        flex-direction:column;
    }

    .aljawal-cart-actions a{
        width:100%;
        justify-content:center;
    }

    .custom-modal{
        padding:10px;
    }

    .custom-modal-iframe{
        height:32vh;
    }

    .custom-modal-body .p-4{
        padding:18px !important;
    }

    .custom-modal-body h4{
        font-size:20px;
        margin-bottom:18px;
    }

    .shp__single__product{
        padding:12px;
        align-items:flex-start;
    }

    .shp__pro__thumb img{
        width:60px;
        height:60px;
    }

    .shoping__total h5{
        font-size:16px;
    }

   

  

    .cart__menu.fixed{
        right:14px;
        bottom:14px;
    }
}

html[dir="rtl"] .cart__menu.fixed{
    left:14px;
    right:auto;
}

.aljawal-product-media{
    position:relative;
}

.aljawal-conversion-badges{
    position:absolute;
    top:12px;
    right:12px;
    z-index:5;
    display:flex;
    gap:8px;
}

.aljawal-conversion-badge{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:6px 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:700;
    box-shadow:0 6px 14px rgba(0,0,0,.15);
    white-space:nowrap;
}

.floating-lang{
    position: fixed;
    left: 13px;
    bottom: 96px;
    z-index: 9999;
}

.floating-lang__trigger{
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: var(--theme-color,#111827);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 18px 35px rgba(0,0,0,.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.floating-lang-list{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 68px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s ease;
}

.floating-lang-list li{
    margin-top: 10px;
}

.floating-lang.open .floating-lang-list{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.floating-lang__item{
    display: block;
    background: #fff;
    color: #111827;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    white-space: nowrap;
    transition: .2s;
}

.floating-lang__item:hover{
    transform: translateY(-2px);
}
.sr-only{
position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0,0,0,0);
border:0;
}

.category-img{
width:80px;
height:auto !important;
}

.promo-section{
    background: transparent;
}

.promo-section h2{
    color:#d4af6a;
    font-weight:700;
    margin-bottom:25px;
}

.promo-section h3{
    color:#d4af6a;
}

.promo-section p,
.promo-section li{
    color:#ffffff;
}

.promo-section ul{
    padding-right:18px;
}


.search_result{
    position:absolute;
    top:calc(100% + 10px);
    right:0;
    left:0;
    background:#12131a;
    border:1px solid var(--aljawal-border-soft);
    border-radius:16px;
    padding:12px;
    display:none;
    z-index:9999;
    box-shadow:0 18px 35px rgba(0,0,0,.22);
}

.aljawal-search-form{
    position:relative;
}

.aljawal-search-result-item{
    width:100%;
    display:flex;
    align-items:center;
    gap:12px;
    padding:10px;
    border-radius:12px;
    text-decoration:none;
    background:rgba(255,255,255,.03);
    transition:.2s ease;
}

.aljawal-search-result-item:hover{
    background:rgba(255,255,255,.06);
}

.aljawal-search-result-item img{
    width:48px;
    height:48px;
    min-width:48px;
    max-width:48px;
    object-fit:cover;
    border-radius:10px;
    display:block;
    flex-shrink:0;
}

.aljawal-search-result-item h4{
    margin:0;
    font-size:14px;
    line-height:1.6;
    color:#fff;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:220px;
}

.aljawal-icon-btn{
    -webkit-appearance: none;
    appearance: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 14px;
    border: 1px solid var(--aljawal-border-soft);
    background: rgba(255,255,255,.03);
    color: var(--aljawal-text);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease;
    position: relative;
    z-index: 20;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    flex-shrink: 0;
    outline: none;
    text-decoration: none;
}

.aljawal-icon-btn i{
    pointer-events: none;
}

.aljawal-icon-btn:hover,
.aljawal-icon-btn:focus,
.aljawal-icon-btn:active{
    border-color: var(--aljawal-primary);
    color: var(--aljawal-primary);
    outline: none;
}

/* Login modal - Aljawal style */

.login-sidebar{
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

.login-sidebar.active{
    display: flex;
}

/* overlay */
.login-overlay{
    position: absolute;
    inset: 0;
    background: rgba(8,10,18,.75);
    backdrop-filter: blur(8px);
}

/* box */
.login-sidebar-inner{
    position: relative;
    width: 380px;
    max-width: 92%;
    background: var(--aljawal-surface,#12131a);
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 25px 80px rgba(0,0,0,.6);
    overflow: hidden;
    z-index: 2;
    display: flex;
    flex-direction: column;
    animation: loginPopup .25s ease;
}

/* animation */
@keyframes loginPopup{
    from{
        transform: translateY(20px) scale(.96);
        opacity: 0;
    }
    to{
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

/* header */
.login-sidebar-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.login-sidebar-header h4{
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--aljawal-text,#f5f7ff);
}

/* close button */
.login-sidebar-close{
    border: none;
    background: rgba(255,255,255,.05);
    width: 34px;
    height: 34px;
    border-radius: 10px;
    color: #a6acc4;
    cursor: pointer;
}

.login-sidebar-close:hover{
    color: #d4af6a;
}

/* body */
.login-sidebar-body{
    height: 480px;
}

.login-sidebar-frame{
    width: 100%;
    height: 100%;
    border: none;
}

/* mobile */
@media(max-width:768px){

.login-sidebar-inner{
    width: 92%;
}

.login-sidebar-body{
    height: 440px;
}

}


/* مودال تسجيل الدخول */
.login-modal{
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

/* الخلفية */
.login-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.6);
}

/* الحاوية */
.login-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* جسم المودال */
.login-body{
    position: relative;
    width: 90%;
    max-width: 420px;
    height: 520px;
    background: #1e1e1e;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,.5);
}

/* زر الإغلاق */
.login-close{
    position: absolute;
    top: 8px;
    right: 10px;
    background: #333;
    border: none;
    color: #fff;
    font-size: 22px;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    cursor: pointer;
    z-index: 10;
}

/* iframe */
.login-iframe{
    width: 100%;
    height: 100%;
    border: none;
    background: #fff;
}

/* الجوال */
@media (max-width:768px){
    .login-body{
        width: 95%;
        height: 85vh;
    }
}
