@font-face {
    font-family: 'BYekan';
    src: url('../fonts/BYekan.woff2') format('woff2'),
         url('../fonts/BYekan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root{
    --bg:#0b0c0d;
    --bg2:#131416;
    --surface:#17191b;
    --surface-2:#1e2124;
    --surface-3:#24282c;
    --text:#f6f7f8;
    --muted:#a4acb5;
    --line:#2b3035;
    --accent:#ff6b39;
    --accent-2:#ff8a3f;
    --success:#5fd38d;
    --danger:#ff6f6f;
    --shadow:0 18px 60px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:'BYekan', Tahoma, Arial, sans-serif;
    background:
        radial-gradient(circle at top right, rgba(255,107,57,.08), transparent 30%),
        linear-gradient(180deg, #0b0c0d 0%, #101214 100%);
    color:var(--text);
    line-height:1.8;

    overflow-x:hidden;

}

html,
body,
button,
input,
select,
textarea,
option,
a,
span,
p,
div,
label,
strong,
h1,
h2,
h3,
h4,
h5,
h6{
    font-family:'BYekan', Tahoma, Arial, sans-serif !important;
}

a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1200px, calc(100% - 34px)); margin:auto}
.muted{color:var(--muted)}
.small-gap{margin-top:12px}
.topbar{
    background:#0f1113;
    border-bottom:1px solid rgba(255,255,255,.05);
    font-size:13px;
}
.topbar-inner{
    min-height:42px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
}
.topbar-right,.topbar-left{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}
.topbar a{color:var(--muted)}
.dot{
    width:5px;
    height:5px;
    border-radius:50%;
    background:var(--accent);
}
.site-header{
    position:sticky;
    top:0;
    z-index:50;
    background:rgba(11,12,13,.88);
    backdrop-filter:blur(12px);
    border-bottom:1px solid rgba(255,255,255,.06);
}
.header-row{
    min-height:88px;
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:24px;
}
.brand{
    display:flex;
    align-items:center;
    gap:12px;
}
.brand img{
    width:52px;
    height:52px;
    object-fit:contain;
}
.brand-badge,.footer-logo,.mini-badge{
    width:52px;
    height:52px;
    border-radius:16px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg, var(--accent-2), var(--accent));
    color:#111;
    font-weight:900;
    font-size:24px;
}
.brand-text{
    display:flex;
    flex-direction:column;
    line-height:1.3;
}
.brand-text strong{
    font-size:22px;
    letter-spacing:.5px;
}
.brand-text small{
    color:var(--muted);
}
.desktop-nav{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:26px;
}
.desktop-nav a{
    color:#d7dbe0;
    font-weight:700;
}
.desktop-nav a:hover{color:var(--accent)}
.header-tools{
    display:flex;
    align-items:center;
    gap:14px;
}
.search{
    display:flex;
    align-items:center;
    width:min(420px, 100%);
    background:var(--surface);
    border:1px solid var(--line);
    border-radius:16px;
    padding:6px;
}
.search input{
    flex:1;
    background:transparent;
    border:0;
    outline:none;
    color:#fff;
    padding:10px 12px;
    min-width:120px;
}
.search button{
    border:0;
    border-radius:12px;
    padding:10px 18px;
    background:linear-gradient(135deg, var(--accent-2), var(--accent));
    color:#111;
    font-weight:800;
    cursor:pointer;
}
.action-links{
    display:flex;
    align-items:center;
    gap:10px;
    white-space:nowrap;
}
.ghost-btn,.cart-btn,.secondary-btn{
    border:1px solid var(--line);
    background:var(--surface);
    color:#fff;
}
.ghost-btn,.cart-btn,.secondary-btn,.primary-btn,.card-link{
    min-height:44px;
    border-radius:14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 18px;
    font-weight:800;
}
.cart-btn span{
    margin-right:8px;
    background:rgba(255,107,57,.15);
    color:var(--accent);
    min-width:26px;
    height:26px;
    border-radius:999px;
    display:grid;
    place-items:center;
    padding:0 6px;
}
.primary-btn{
    background:linear-gradient(135deg, var(--accent-2), var(--accent));
    color:#111;
    border:0;
}
.secondary-btn{
    background:transparent;
}
.hero-section{
    padding:68px 0 34px;
}
.hero-grid{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:34px;
    align-items:center;
}
.hero-content{
    background:
        radial-gradient(circle at top right, rgba(255,107,57,.13), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
    border:1px solid rgba(255,255,255,.07);
    border-radius:28px;
    padding:42px;
    box-shadow:var(--shadow);
}
.eyebrow,.small-label{
    display:inline-block;
    color:var(--accent);
    font-weight:900;
    letter-spacing:2px;
    font-size:13px;
}
.hero-content h1{
    margin:12px 0 14px;
    font-size:clamp(34px, 5vw, 64px);
    line-height:1.24;
}
.hero-content p{
    margin:0;
    max-width:720px;
    color:var(--muted);
    font-size:18px;
}
.hero-actions{
    display:flex;
    gap:12px;
    margin-top:26px;
    flex-wrap:wrap;
}
.stats-grid{
    margin-top:30px;
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:12px;
}
.stats-grid > div{
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.06);
    border-radius:18px;
    padding:18px;
}
.stats-grid strong{
    display:block;
    font-size:28px;
    color:var(--accent);
}
.stats-grid span{
    color:var(--muted);
    font-size:14px;
}
.hero-visual{
    position:relative;
    min-height:460px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.hero-main-card{
    width:100%;
    max-width:460px;
    background:
        radial-gradient(circle at top right, rgba(255,107,57,.28), transparent 34%),
        linear-gradient(180deg, #15181b 0%, #0f1113 100%);
    border:1px solid rgba(255,255,255,.07);
    border-radius:28px;
    padding:26px;
    box-shadow:var(--shadow);
}
.hero-card-head{
    display:flex;
    align-items:center;
    gap:14px;
}
.hero-card-head strong{font-size:28px}
.hero-card-head small{display:block; color:var(--muted)}
.hero-card-lines{
    margin-top:24px;
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:12px;
}
.hero-card-lines span{
    background:var(--surface-2);
    border:1px solid var(--line);
    border-radius:16px;
    padding:14px 16px;
    text-align:center;
    font-weight:700;
}
.floating-card{
    position:absolute;
    min-width:220px;
    background:rgba(20,22,24,.95);
    border:1px solid rgba(255,255,255,.06);
    border-radius:20px;
    padding:16px 18px;
    box-shadow:var(--shadow);
}
.floating-card strong{
    display:block;
    color:#fff;
    margin-bottom:4px;
}
.floating-card span{color:var(--muted); font-size:14px}
.fc-one{right:-10px; top:25px}
.fc-two{left:10px; bottom:34px}
.feature-strip{
    padding:18px 0 0;
}
.feature-strip-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:14px;
}
.feature-strip-grid > div,
.category-card,
.product-card,
.filter-box,
.detail-box{
    background:rgba(20,22,24,.9);
    border:1px solid rgba(255,255,255,.06);
    box-shadow:var(--shadow);
}
.feature-strip-grid > div{
    border-radius:22px;
    padding:18px 20px;
    display:flex;
    flex-direction:column;
}
.feature-strip-grid strong{margin-bottom:6px}
.feature-strip-grid span{color:var(--muted); font-size:14px}
.section{padding:68px 0}
.compact-section{padding-top:0}
.section-head{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:18px;
    margin-bottom:24px;
}
.section-head h2{
    margin:6px 0 0;
    font-size:34px;
}
.section-subtitle{
    margin:10px 0 0;
    color:var(--muted);
}
.section-head > a{
    color:var(--accent);
    font-weight:800;
}
.category-grid{
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:18px;
}
.category-card{
    border-radius:22px;
    padding:22px;
    transition:.22s;
    display:flex;
    align-items:center;
    gap:16px;
}
.category-card:hover,
.product-card:hover{
    transform:translateY(-5px);
    border-color:rgba(255,107,57,.35);
}
.category-icon{
    width:60px;
    height:60px;
    border-radius:18px;
    display:grid;
    place-items:center;
    background:rgba(255,107,57,.12);
    color:var(--accent);
    font-size:28px;
    font-weight:900;
    flex-shrink:0;
}
.category-info{
    display:flex;
    flex-direction:column;
}
.category-info strong{font-size:18px}
.category-info span{color:var(--muted); font-size:14px}
.product-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:18px;
}
.product-card{
    border-radius:22px;
    overflow:hidden;
    transition:.22s;
}
.product-media{
    position:relative;
    display:grid;
    place-items:center;
    aspect-ratio:1/1;
    background:linear-gradient(180deg, #262a2e, #1a1d20);
    overflow:hidden;
}
.product-media img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.no-photo,.no-image{
    color:var(--muted);
}
.product-badge{
    position:absolute;
    top:14px;
    right:14px;
    background:linear-gradient(135deg, var(--accent-2), var(--accent));
    color:#111;
    padding:6px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:900;
}
.product-body{padding:18px}
.product-body small{color:var(--muted)}
.product-body h3{
    margin:8px 0 12px;
    font-size:17px;
    line-height:1.7;
    min-height:58px;
}
.product-meta{margin-bottom:14px}
.in-stock,.out-stock{
    display:inline-flex;
    align-items:center;
    min-height:28px;
    padding:0 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
}
.in-stock{background:rgba(95,211,141,.12); color:var(--success)}
.out-stock{background:rgba(255,111,111,.12); color:var(--danger)}
.price-row{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:12px;
}
.price-row del{
    display:block;
    color:#7e848c;
    font-size:13px;
}
.price-row strong{
    color:var(--accent);
    font-size:18px;
}
.card-link{
    min-height:38px;
    padding:0 14px;
    border:1px solid var(--line);
    background:var(--surface-2);
}
.promo-banner{
    padding:0 0 70px;
}
.promo-banner-inner{
    background:
        radial-gradient(circle at top left, rgba(255,107,57,.18), transparent 25%),
        linear-gradient(135deg, #15181b, #101214);
    border:1px solid rgba(255,255,255,.06);
    border-radius:28px;
    padding:36px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    box-shadow:var(--shadow);
}
.promo-banner h2{
    margin:8px 0 10px;
    font-size:32px;
}
.promo-banner p{margin:0; color:var(--muted)}
.inner-hero{
    padding:60px 0 34px;
    border-bottom:1px solid rgba(255,255,255,.06);
    background:
        radial-gradient(circle at top right, rgba(255,107,57,.11), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,.01), rgba(255,255,255,.00));
}
.inner-hero h1{
    font-size:44px;
    margin:8px 0 8px;
}
.inner-hero p{color:var(--muted); margin:0}
.shop-layout{
    display:grid;
    grid-template-columns:280px 1fr;
    gap:24px;
    align-items:start;
}
.filter-box{
    border-radius:22px;
    padding:20px;
    position:sticky;
    top:110px;
}
.filter-title{
    padding-bottom:14px;
    margin-bottom:10px;
    border-bottom:1px solid rgba(255,255,255,.06);
}
.filter-box label{
    display:block;
    margin:14px 0 8px;
    color:#e0e4e8;
}
.filter-box input,
.filter-box select,
.add-form input{
    width:100%;
    min-height:46px;
    border-radius:14px;
    border:1px solid var(--line);
    background:var(--surface-2);
    color:#fff;
    outline:none;
    padding:0 14px;
}
.check{
    display:flex !important;
    align-items:center;
    gap:8px;
    margin-top:14px !important;
    color:var(--muted);
}
.check input{
    width:auto;
    min-height:auto;
}
.full-btn{width:100%; margin-top:18px}
.compact-head{margin-bottom:16px}
.product-detail{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:34px;
    align-items:start;
}
.detail-media{
    background:linear-gradient(180deg, #1d2124, #15181b);
    border:1px solid rgba(255,255,255,.06);
    border-radius:28px;
    overflow:hidden;
    aspect-ratio:1/1;
    display:grid;
    place-items:center;
}
.detail-media img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.detail-info{
    background:rgba(20,22,24,.9);
    border:1px solid rgba(255,255,255,.06);
    border-radius:28px;
    padding:28px;
    box-shadow:var(--shadow);
}
.crumb{
    color:var(--accent);
    font-weight:800;
}
.detail-info h1{
    margin:12px 0 12px;
    font-size:42px;
    line-height:1.35;
}
.detail-info p{color:var(--muted)}
.detail-price{
    margin:22px 0 18px;
}
.detail-price del{
    display:block;
    margin-bottom:6px;
    color:#7f858e;
}
.detail-price strong{
    font-size:34px;
    color:var(--accent);
}
.detail-badges{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:22px;
}
.badge{
    min-height:36px;
    padding:0 14px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    background:var(--surface-2);
    border:1px solid var(--line);
}
.badge.ok{
    background:rgba(95,211,141,.10);
    color:var(--success);
    border-color:rgba(95,211,141,.18);
}
.badge.danger{
    background:rgba(255,111,111,.10);
    color:var(--danger);
    border-color:rgba(255,111,111,.18);
}
.add-form{
    display:flex;
    gap:10px;
    align-items:center;
    flex-wrap:wrap;
}
.add-form input{
    max-width:120px;
}
.detail-box{
    border-radius:24px;
    padding:26px;
}
.detail-box h2{
    margin-top:0;
    font-size:28px;
}
.spec-row,.cart-row,.cart-total{
    display:flex;
    justify-content:space-between;
    gap:20px;
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,.06);
}
.spec-row span,.cart-row span{
    color:var(--muted);
}
.cart-actions{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}
.cart-actions a{color:var(--accent)}
.cart-total{
    font-size:20px;
    margin-bottom:20px;
}
.empty{color:var(--muted)}
.footer{
    margin-top:30px;
    padding:54px 0;
    background:#0f1113;
    border-top:1px solid rgba(255,255,255,.06);
}
.footer-grid{
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr 1fr;
    gap:28px;
}
.footer-brand{
    display:flex;
    align-items:flex-start;
    gap:14px;
}
.footer h3,.footer h4{
    margin-top:0;
    margin-bottom:12px;
}
.footer p,.footer a{
    color:var(--muted);
    display:block;
    margin-bottom:8px;
}
@media (max-width:1200px){
    .header-row{
        grid-template-columns:1fr;
        gap:16px;
        padding:14px 0;
    }
    .desktop-nav{
        justify-content:flex-start;
        flex-wrap:wrap;
    }
    .header-tools{
        justify-content:space-between;
        flex-wrap:wrap;
    }
    .search{
        width:100%;
        max-width:100%;
        order:2;
    }
    .hero-grid,
    .product-detail{
        grid-template-columns:1fr;
    }
    .hero-visual{
        min-height:auto;
        padding:30px 0 10px;
    }
}
@media (max-width:980px){
    .feature-strip-grid,
    .footer-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .category-grid{
        grid-template-columns:repeat(3,1fr);
    }
    .product-grid{
        grid-template-columns:repeat(3,1fr);
    }
    .shop-layout{
        grid-template-columns:1fr;
    }
    .filter-box{
        position:static;
    }
    .promo-banner-inner{
        flex-direction:column;
        align-items:flex-start;
    }
}
@media (max-width:700px){
    .container{
        width:min(100% - 22px, 1200px);
    }
    .topbar-inner{
        align-items:flex-start;
        padding:8px 0;
    }
    .desktop-nav{
        gap:16px;
        font-size:14px;
        overflow:auto;
    }
    .hero-content{
        padding:24px;
    }
    .hero-content h1{
        font-size:36px;
    }
    .stats-grid,
    .feature-strip-grid,
    .category-grid,
    .product-grid,
    .footer-grid{
        grid-template-columns:1fr;
    }
    .hero-card-lines{
        grid-template-columns:1fr 1fr;
    }
    .floating-card{
        position:static;
        width:100%;
        margin-top:12px;
    }
    .hero-visual{
        display:block;
    }
    .section-head{
        align-items:flex-start;
        flex-direction:column;
    }
    .section-head h2,
    .promo-banner h2,
    .inner-hero h1{
        font-size:28px;
    }
    .category-card{
        padding:16px;
    }
    .detail-info h1{
        font-size:30px;
    }
    .price-row{
        flex-direction:column;
        align-items:flex-start;
    }
}


/* ---- Karmania real logo assets ---- */
.brand-logo-img{
    width:52px;
    height:52px;
    border-radius:16px;
    object-fit:cover;
    border:1px solid rgba(255,107,57,.28);
    box-shadow:0 8px 26px rgba(255,107,57,.13);
}
.footer-logo-img{
    width:58px;
    height:58px;
    border-radius:18px;
    object-fit:cover;
    border:1px solid rgba(255,107,57,.24);
    flex-shrink:0;
}
.hero-logo-wrap{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:8px 0 22px;
}
.hero-real-logo{
    width:min(330px, 88%);
    aspect-ratio:1 / 1;
    object-fit:cover;
    border-radius:50%;
    border:2px solid rgba(255,107,57,.42);
    box-shadow:
        0 26px 70px rgba(0,0,0,.5),
        0 0 50px rgba(255,107,57,.10);
}

/* =========================================================
   KARMANIA - Professional Home Slider
   ========================================================= */

.home-slider-section{
    --home-header-space:130px;

    position:relative;
    width:100%;
    margin:0;
    padding:0;
    overflow:hidden;
    background:#0b0c0d;
}


/* قاب اصلی اسلایدر */
.slider-shell{
    position:relative;

    /*
      حتی اگر در HTML اسلایدر داخل .container باشد،
      از محدودیت container خارج می‌شود و تمام عرض viewport را می‌گیرد.
    */
    width:100vw;
    max-width:100vw;

    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    /*
      تصاویر بنر با نسبت 1672×941 طراحی شده‌اند.
      اسلایدر همیشه از کوچک‌ترین مقدار بین:
      - ارتفاع طبیعی تصویر بر اساس عرض صفحه
      - فضای باقی‌مانده از ارتفاع مانیتور بعد از هدر
      استفاده می‌کند.

      نتیجه:
      کل بنر دیده می‌شود و برای دیدن پایین اسلایدر
      نیازی به اسکرول اضافه نیست.
    */
    height:min(
        calc(100vw * 941 / 1672),
        calc(100svh - var(--home-header-space))
    );

    overflow:hidden;

    background:#0b0c0d;

    border:0;
    border-radius:0;
    box-shadow:none;
}


/* فضای نگهدارنده اسلایدها */
.slider-track{
    position:relative;

    width:100%;
    height:100%;

    overflow:hidden;
}


/* هر اسلاید */
.slider-item{
    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    display:flex;
    align-items:center;
    justify-content:center;

    opacity:0;
    visibility:hidden;
    pointer-events:none;

    background:#0b0c0d;

    transition:
        opacity .45s ease,
        visibility .45s ease;
}


/* اسلاید فعال */
.slider-item.is-active{
    opacity:1;
    visibility:visible;
    pointer-events:auto;

    z-index:2;
}


/* اگر کل اسلاید لینک داشته باشد */
.slider-item > a{
    width:100%;
    height:100%;

    display:flex;
    align-items:center;
    justify-content:center;
}


/* تصویر بنر */
.slider-item img{
    display:block;

    width:100%;
    height:100%;

    max-width:100%;
    max-height:100%;

    /*
      contain باعث می‌شود هیچ بخش از متن، لوگو،
      شماره‌ها یا نوار پایین تصویر بریده نشود.
    */
    object-fit:contain;
    object-position:center;

    user-select:none;
    -webkit-user-drag:none;
}


/* حالت بدون اسلاید */
.slider-empty{
    width:100%;
    height:100%;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:30px;

    color:var(--muted);
    background:var(--surface);

    text-align:center;
    font-size:18px;
}


/* =========================================================
   فلش‌های اسلایدر
   ========================================================= */

.slider-arrow{
    position:absolute;
    top:50%;

    transform:translateY(-50%);

    width:54px;
    height:54px;

    padding:0;
    margin:0;

    border:1px solid rgba(255,255,255,.10);
    border-radius:50%;

    background:rgba(8,10,12,.64);
    color:#fff;

    font-family:Arial, sans-serif;
    font-size:34px;
    line-height:1;

    cursor:pointer;

    display:grid;
    place-items:center;

    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;

    z-index:10;
}


.slider-arrow:hover{
    background:rgba(255,107,57,.92);
    color:#111;

    transform:
        translateY(-50%)
        scale(1.05);
}


.slider-prev{
    right:22px;
}


.slider-next{
    left:22px;
}


/* =========================================================
   نقطه‌های پایین اسلایدر
   ========================================================= */

.slider-dots{
    position:absolute;

    left:50%;
    bottom:14px;

    transform:translateX(-50%);

    display:flex;
    align-items:center;
    justify-content:center;

    gap:8px;

    padding:7px 10px;

    border-radius:999px;

    background:rgba(0,0,0,.34);

    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);

    z-index:10;
}


.slider-dot{
    width:9px;
    height:9px;

    flex:0 0 auto;

    padding:0;
    margin:0;

    border:0;
    border-radius:50%;

    background:rgba(255,255,255,.55);

    cursor:pointer;

    transition:
        width .22s ease,
        background .22s ease,
        opacity .22s ease;
}


.slider-dot:hover{
    background:#fff;
}


.slider-dot.is-active{
    width:30px;

    border-radius:999px;

    background:linear-gradient(
        135deg,
        var(--accent-2),
        var(--accent)
    );
}


/* =========================================================
   لپ‌تاپ و تبلت
   در عرض‌های کمتر از 1200px هدر پروژه چند ردیفه می‌شود.
   ========================================================= */

@media (max-width:1200px){

    .home-slider-section{
        --home-header-space:220px;
    }

    .slider-arrow{
        width:46px;
        height:46px;

        font-size:28px;
    }

    .slider-prev{
        right:12px;
    }

    .slider-next{
        left:12px;
    }

    .slider-dots{
        bottom:10px;
    }

}


/* =========================================================
   موبایل
   ========================================================= */

@media (max-width:700px){

    .home-slider-section{
        --home-header-space:250px;
    }

    .slider-shell{
        height:min(
            calc(100vw * 941 / 1672),
            calc(100svh - var(--home-header-space))
        );
    }

    .slider-arrow{
        width:38px;
        height:38px;

        font-size:24px;
    }

    .slider-prev{
        right:8px;
    }

    .slider-next{
        left:8px;
    }

    .slider-dots{
        bottom:8px;

        gap:6px;

        padding:6px 8px;
    }

    .slider-dot{
        width:8px;
        height:8px;
    }

    .slider-dot.is-active{
        width:24px;
    }

}


/* موبایل‌های خیلی کوچک یا حالت landscape کم‌ارتفاع */
@media (max-height:560px){

    .slider-shell{
        height:min(
            calc(100vw * 941 / 1672),
            calc(100svh - 105px)
        );
    }

}

.category-icon-wrap{
    width:72px;
    height:72px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:10px 0 4px;

    border-radius:18px;

    background:rgba(255,255,255,.025);

    border:1px solid rgba(255,255,255,.06);

    overflow:hidden;
}

.category-thumb{
    width:52px;
    height:52px;

    display:block;

    object-fit:contain;

    transition:transform .25s ease;
}

.premium-category-card:hover .category-thumb{
    transform:scale(1.10);
}

.category-no-icon{
    color:var(--accent);
    font-size:26px;
    font-weight:900;
}