@font-face {
    font-family: Kalameh;
    src: url("../fonts/Kalameh-Regular.ttf")
    format("truetype");
    font-weight: 300;
    
}
@font-face {
    font-family: Kalameh;
    src: url("../fonts/Kalameh-SemiBold.ttf")
    format("truetype");
    font-weight: 400;
    
}
@font-face {
    font-family: Kalameh;
    src: url("../fonts/Kalameh-Bold.ttf")
    format("truetype");
    font-weight: 600;
    
}
@font-face {
    font-family: Kalameh;
    src: url("../fonts/Kalameh-Black.ttf")
    format("truetype");
    font-weight: 700;
    
}

body{
font-family:Kalameh;
background:#fff;

}

.navbar{

padding:20px ;
color: #252320;
transition:.3s;
background-color: #7A8B72;
font-weight: 300;

}

.container img{
    width: 70px;
    height: 66px;
    margin: 6px; 
    margin-bottom: 16px;
  
}

.navbar-brand h2{
transform: scaleX(1.1);
margin:0;
font-weight:700;

}

.navbar-brand small{

letter-spacing: px;
font-weight:800;

}

/* ===== Navbar Icons ===== */
.icons{
    display: flex;
    align-items: center;
    gap: 22px;
}

.icons > i{
    font-size: 18px;
    cursor: pointer;
    color: #252320;
}

/* ===== Nav item hover dropdown (کلاسورها / کالکشن جدید) ===== */
.nav-dropdown{
    position: relative;
}

.nav-dropdown .nav-link{
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav-dropdown .dropdown-arrow{
    font-size: 11px;
    transition: transform .3s;
}

.nav-dropdown:hover .dropdown-arrow{
    transform: rotate(180deg);
}

.nav-dropdown-menu{
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,.12);
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s ease;
    z-index: 1000;
}

.nav-dropdown:hover .nav-dropdown-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown-menu a{
    display: block;
    padding: 10px 14px;
    border-radius: 8px;
    color: #252320;
    text-decoration: none;
    font-size: 14px;
    transition: .2s;
}

.nav-dropdown-menu a:hover{
    background: #f2f2f2;
    color: #7A8B72;
}

/* ===== Search & Cart wrapper (click dropdown) ===== */
.icon-wrapper{
    position: relative;
}

.search-box{
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    transform: translate(-50%, 10px);
    width: 280px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0,0,0,.15);
    padding: 12px;
    display: flex;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transition: .25s ease;
    z-index: 1000;
}

.search-box.active{
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.search-box input{
    flex: 1;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 8px 12px;
    font-family: Kalameh;
    outline: none;
}

.search-box button{
    border: none;
    background: #7A8B72;
    color: #fff;
    border-radius: 8px;
    width: 40px;
    cursor: pointer;
}

.cart-dropdown{
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    transform: translate(-50%, 10px);
    width: 250px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0,0,0,.15);
    padding: 25px 15px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .25s ease;
    z-index: 1000;
}

.cart-dropdown.active{
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.cart-dropdown .empty-cart-text{
    margin: 0;
    color: #888;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.cart-dropdown .empty-cart-text i{
    font-size: 28px;
    color: #ccc;
}

.hero{
    margin-bottom:20px;
    position:relative;
    background-image: url("../src/images/banner.jpg");
}

.carousel-item{
    position:relative;
}

.hero img{
    width:100%;
    height:650px;
    object-fit:cover;
}

/* لایه تیره روی تصویر */
.carousel-item::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);
    z-index:1;
}

/* کانتینر Flex */
.hero-content{
    position:absolute;
    inset:0;
    z-index:2;

    display:flex;
    justify-content:flex-start;   /* متن سمت راست */
    align-items:center;

    padding:0 8%;
}

/* باکس متن */
.hero-text{
    width:45%;
    text-align:right;
    color:#fff;
}

.hero-text h1{
    font-size:65px;
    font-weight:900;
    margin-bottom:25px;
}

.hero-text p{
    font-size:22px;
    line-height:2;
    margin-bottom:35px;
}



.hero-text .btn{
    padding:15px 40px;
    border-radius:20px;
    color: #fff;
    background-color: #7a8b72;

    /* test */
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s;
    
   
}
.hero-text .btn:before{
    
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background: #263a32;
    transform: translate(-50%);
    transition: width 0.4s ease;
    z-index: -1;
    
    
}
.hero-text .btn:hover:before{
    width: 100%;
}

.hero-text .btn:hover
{
    color: #C8B6A6;
}




.section-title{

text-align:center;

font-weight:800;

margin-bottom:50px;

}


/* category */
.category-slider {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* slider */

.slider-wrapper {
    overflow: hidden;
    width: 100%;
    direction: ltr;
}

.slider {
    display: flex;
    gap: 30px;
    transition: 0.5s;
}

.category-card {
    min-width: calc(25% - 30px);
    background: white;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    direction: rtl;
    color: #263a32;
}

.category-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    
}

.card-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 15px;
}

.card-actions i {
    cursor: pointer;
    font-size: 20px;
    color: #263a32;
}
.card-actions i:hover{
    color: #b58b52;
}


.prev,
.next {
    border: none;
    background: #7a8b72;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.prev:hover
{
   background: #263a32;
    color: #f6f3ee;  
}


.next:hover
{
   background: #263a32;
    color: #f6f3ee;  
}



/*  product card glow and love icon */

.product-card-wrap{
    position: relative;
    border-radius: 25px;
}

.product-card{
    position: relative;
    z-index: 1;          /* card sits above the blur layer */
    background: #fff;    /* opaque background so the blur doesn't show through under the image */
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 30px 30px #0002;
    transition: .3s;
}

.product-card-wrap::after{
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: conic-gradient(from var(--a), #9dff6f,  #ffab2d, #9dff6f,  #ffab2d);
    filter: blur(18px); 
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
    z-index: 0; 
    /* stays behind the card */
    
}

.product-card-wrap:hover::after{
    opacity: .6;
    animation: spin 3s linear infinite;
    
    
    
}

.product-card-wrap:hover .product-card::before{
    opacity: 1;
    animation: spin 3s linear infinite;
    
    
}

@property --a{
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@keyframes spin{
    to{ --a: 360deg; }
}
/* end glow part */
.product-card i{
    position: absolute;
    top: 16px;
    left: 16px;   /* was probably `right: 16px` before */
    color: #ba935b;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transform-origin: center center;
    transition: transform 0.25s cubic-bezier(0.2, 1.5, 0.4, 1);
}

.product-card i:hover{
    transform: scale(1.30);
    color: #e6435a;
  
  
}
@keyframes burst {
    to { transform: translate(var(--x),var(--y)) scale(0); opacity:0;}
}


.product-card img{

width:70%;

height:320px;

object-fit:cover;

}

.product-card button{
    background-color: #263a32;
    color:#f6f3ee;
}
.product-card button:hover{
    background-color: #7A8B72;
    color:#f6f3ee;
}



.badge{

position:absolute;

top:15px;

right:15px;

background:#b58b52;

padding:8px;

}


.wishlist{

position:absolute;

top:15px;

left:15px;

font-size:20px;

}



.brand-story{

background:#f7f2eb;

padding:100px 0;

}

/* =====================
 Instagram Section
===================== */


.instagram-section{

background:#fff;

}




.instagram-id{

font-size:20px;

color:#8b6a43;

font-weight:600;

}



.instagram-id i{

margin-left:8px;

font-size:25px;

}





.instagram-item{

height:280px;

border-radius:25px;

overflow:hidden;

position:relative;

cursor:pointer;

}



.instagram-item img{

width:100%;

height:100%;

object-fit:cover;

transition:.5s;

}



.instagram-overlay{


position:absolute;

inset:0;

background:rgba(0,0,0,.45);

display:flex;

align-items:center;

justify-content:center;

opacity:0;

transition:.4s;


}



.instagram-overlay i{


font-size:45px;

color:white;


}





.instagram-item:hover img{


transform:scale(1.12);


}



.instagram-item:hover .instagram-overlay{


opacity:1;


}





/* =====================
 Footer
===================== */


.footer{


background:#111;

color:white;

padding:80px 0 30px;


}



.footer-logo{


font-size:40px;

font-weight:900;

margin-bottom:20px;


}



.footer p{


color:#bbb;

line-height:2;


}



.footer h4{


font-size:22px;

margin-bottom:25px;


}





.footer ul{


padding:0;

list-style:none;


}



.footer ul li{


margin-bottom:15px;


}



.footer ul a{


color:#bbb;

text-decoration:none;

transition:.3s;


}



.footer ul a:hover{


color:#c8a96a;


}





.socials{


display:flex;

gap:15px;

margin-top:25px;


}



.socials a{


width:45px;

height:45px;

border-radius:50%;

background:#222;

display:flex;

align-items:center;

justify-content:center;

color:white;

font-size:20px;

transition:.3s;


}



.socials a:hover{


background:#b58b52;

transform:translateY(-5px);


}





.footer-bottom{


border-top:1px solid #333;

margin-top:50px;

padding-top:25px;

text-align:center;


}


.footer-bottom p{


font-size:14px;

margin:0;


}
/* =========================================================
   STATIONERO REDESIGN — ADDITIONS
   ========================================================= */

:root{
    --sn-green:#7A8B72;
    --sn-green-dark:#263a32;
    --sn-gold:#b58b52;
    --sn-red:#e6435a;
    --sn-cream:#f7f2eb;
    --sn-ink:#1c1c1c;
    --sn-purple:#cdc6ea;
    --sn-pink:#f2cbdb;
    --sn-teal:#1f3b40;
    --sn-navy:#12283f;
}

body{
    font-family: Kalameh, Vazirmatn, sans-serif;
    color: var(--sn-ink);
}

/* ---------- generic image placeholder ---------- */
.ph{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    background:linear-gradient(135deg,#e9e4d8,#d3ccb8);
    color:#9c8f74;
    text-align:center;
    font-size:13px;
    line-height:1.6;
}
.ph i{ font-size:26px; opacity:.7; }
.ph.ph-dark{ background:linear-gradient(135deg,#2b2b2b,#454545); color:#cfcfcf; }
.ph.ph-warm{ background:linear-gradient(135deg,#f1e2d0,#e2c9a8); color:#8a6a3f; }
.ph.ph-cool{ background:linear-gradient(135deg,#dfe8db,#c3d3bc); color:#4f6647; }
.ph.ph-rose{ background:linear-gradient(135deg,#f6dbe4,#eab8c9); color:#a24763; }

/* ---------- Navbar v2 ---------- */
.navbar.sn-navbar{
    background:#fff;
    padding:20px 0;
    box-shadow:0 2px 12px rgba(0,0,0,.05);
}
.sn-navbar .navbar-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.sn-hamburger{
    border:none;
    background:transparent;
    font-size:22px;
    color:var(--sn-ink);
    line-height:1;
}
.sn-brand{
    display:flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    direction:ltr;
}
.sn-brand .logo-mark{
    width:34px;
    height:34px;
    border-radius:9px;
    background:var(--sn-red);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:19px;
    font-family:'Trebuchet MS',sans-serif;
}
.sn-brand .logo-text{
    font-size:23px;
    font-weight:700;
    color:var(--sn-ink);
    letter-spacing:.3px;
}

/* ---------- Hero v2 ---------- */
.hero .hero-img-ph{
    width:100%;
    height:650px;
}
.hero-text .eyebrow{
    display:block;
    font-size:16px;
    font-weight:400;
    margin-bottom:18px;
}
.hero-text h1{
    font-size:56px;
    line-height:1.25;
}

/* ---------- Features row ---------- */
.features-row{
    padding:55px 0 35px;
}
.feature-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin-bottom:30px;
}
.feature-item .feature-text{ text-align:right; }
.feature-item .feature-text h4{
    font-size:17px;
    font-weight:700;
    margin-bottom:6px;
}
.feature-item .feature-text p{
    font-size:13px;
    color:#8a8a8a;
    margin:0;
}
.feature-icon{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#f3f1ea;
    color:var(--sn-green);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    flex-shrink:0;
}

/* ---------- Dual promo banners ---------- */
.promo-banner{
    border-radius:24px;
    padding:20px;
    min-height:45px;
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:flex-end;
    justify-content: space-between;
    background-color: #95b089;
}
/* image background */
.image-wrapper{
    position: relative;
    display: inline-block;
    z-index: 1;
}
.image-wrapper::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;

    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: linear-gradient(
        135deg,
       
       #e5cdb8
    );
     

    filter: blur(60px);
    opacity: 40s;
    z-index: -1;
}
.image-wrapper img{

    display: block;
    width: 150px;
    height: 150px;
    
 
}


.promo-banner .promo-text{
    position:relative;
    z-index:2;
    text-align:right;
    max-width:80%;
    margin-right: 20px;
   
}
.promo-banner .promo-eyebrow{
    display:block;
    font-size:14px;
    margin-bottom:8px;
    color:var(--sn-ink);
}
.promo-banner .promo-title{
    font-size:34px;
    font-weight:800;
    margin-bottom:8px;
    color:var(--sn-ink);
}
.promo-banner .promo-sub{
    font-size:14px;
    margin-bottom:20px;
    color:#4a4a4a;
}
.promo-banner .promo-img-ph{
    position:absolute;
    inset:0;
    z-index:1;
    opacity:.55;
}
.promo-banner .btn-pill{
    position:relative;
    z-index:2;
    display:inline-block;
    background:#fff;
    color:var(--sn-ink);
    border-radius:30px;
    padding:10px 26px;
    font-size:14px;
    text-decoration:none;
    transition:.25s;
}
.promo-banner .btn-pill:hover{
    background: rgb(255, 81, 81);
    color:#fff;
}

/* ---------- Countdown ---------- */
.countdown-row{
    display:flex;
    align-items:center;
    gap:22px;
    margin-bottom:10px;
}
.countdown-unit{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    color:#555;
}
.countdown-unit .dots{
    color:var(--sn-red);
    font-weight:700;
}
.countdown-unit .num{
    font-weight:700;
    color:var(--sn-ink);
}

/* ---------- Product cards: stacked action icons ---------- */
.product-card .card-icon-stack{
    position:absolute;
    top:16px;
    left:16px;
    z-index:2;
    display:flex;
    flex-direction:column;
    gap:10px;
}
.product-card .card-icon-stack i{
    position:static;
    background:#fff;
    width:34px;
    height:34px;
    border-radius:50%;
    box-shadow:0 4px 10px rgba(0,0,0,.12);
    font-size:14px;
}
.product-card .card-icon-stack i:hover{
    background:red;
    color:#fff;
}
.product-card .price-old{
    text-decoration:line-through;
    color:#aaa;
    font-size:13px;
    margin-left:8px;
}
.product-card .price-new{
    font-weight:700;
    color:var(--sn-ink);
}
.product-card button.outline-btn{
    background:#fff;
    border:1px solid #263a32;
    color:#263a32;
}
.product-card button.outline-btn:hover{
    background:#263a32;
    color:#fff;
}

/* ---------- Section heading row (title + tabs) ---------- */
.section-heading-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:35px;
    flex-wrap:wrap;
    gap:15px;
}
.section-heading-row h2{
    font-weight:800;
    margin:0;
}
.sn-tabs{
    display:flex;
    gap:28px;
    list-style:none;
    padding:0;
    margin:0;
}
.sn-tabs li{
    font-size:14px;
    color:#8a8a8a;
    cursor:pointer;
    padding-bottom:6px;
    position:relative;
}
.sn-tabs li.active{
    color:var(--sn-red);
    font-weight:700;
    border-bottom:2px solid var(--sn-red);
}

/* ---------- Category info grid + promo ---------- */
.category-info-grid{
    display:grid;
    grid-template-columns: 1fr 1fr 1.1fr;
    grid-template-rows: 1fr 1fr;
    gap:24px;
}
.cat-info-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:20px;
    padding:25px;
    display:flex;
    gap:18px;
    align-items:flex-start;
}
.cat-info-card .cat-info-ph{
    width:90px;
    height:90px;
    border-radius:16px;
    flex-shrink:0;
    overflow:hidden;
}
.cat-info-card .cat-info-text{ text-align:right; flex:1; }
.cat-info-card .cat-info-text h4{
    font-weight:800;
    margin-bottom:12px;
}
.cat-info-card .cat-info-text ul{
    list-style:none;
    padding:0;
    margin:0 0 12px;
    color:#777;
    font-size:13px;
    line-height:2;
}
.cat-info-card .cat-info-text a{
    color:var(--sn-green-dark);
    font-size:13px;
    text-decoration:none;
    font-weight:700;
}
.cat-info-card:nth-child(1){ grid-column:1; grid-row:1; }
.cat-info-card:nth-child(2){ grid-column:2; grid-row:1; }
.cat-info-card:nth-child(3){ grid-column:1; grid-row:2; }
.cat-info-card:nth-child(4){ grid-column:2; grid-row:2; }

.promo-notebook{
    grid-column:3;
    grid-row:1 / span 2;
    background:var(--sn-teal);
    border-radius:20px;
    padding:35px;
    color:#fff;
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}
.promo-notebook .promo-eyebrow{
    font-size:13px;
    opacity:.75;
    margin-bottom:10px;
}
.promo-notebook h3{
    font-size:26px;
    font-weight:800;
    line-height:1.4;
    margin-bottom:22px;
}
.promo-notebook .btn-pill{
    background:transparent;
    border:1px solid rgba(255,255,255,.6);
    color:#fff;
    border-radius:30px;
    padding:9px 22px;
    font-size:13px;
    display:inline-block;
    width:fit-content;
    text-decoration:none;
    margin-bottom:25px;
    transition:.25s;
}
.promo-notebook .btn-pill:hover{
    background:#fff;
    color:var(--sn-teal);
}
.promo-notebook .notebook-imgs{
    margin-top:auto;
    display:flex;
    gap:12px;
    height:150px;
}
.promo-notebook .notebook-imgs .ph{
    border-radius:10px;
}

/* ---------- Gradient discount banner ---------- */
.discount-banner{
    background:linear-gradient(120deg,#f4f0c8,#c7e2a4);
    border-radius:24px;
    padding:40px 45px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:20px;
}
.discount-banner .db-left{
    display:flex;
    align-items:center;
    gap:22px;
}
.discount-banner .db-left .divider{
    width:1px;
    height:45px;
    background:rgba(0,0,0,.15);
}
.discount-banner .db-left .price-label{
    font-size:13px;
    color:#555;
    margin-bottom:4px;
}
.discount-banner .db-left .price-value{
    font-size:20px;
    font-weight:800;
    color:var(--sn-ink);
}
.discount-banner .db-right{
    text-align:right;
}
.discount-banner .db-right h3{
    font-size:28px;
    font-weight:800;
    margin-bottom:6px;
}
.discount-banner .db-right p{
    margin:0;
    color:#555;
    font-size:14px;
}

/* ---------- Testimonial ---------- */
.testimonial-card{
    background:#f7f6f2;
    border-radius:28px;
    padding:70px 20px;
    text-align:center;
}
.testimonial-badge{
    width:70px;
    height:70px;
    border-radius:50%;
    border:2px solid #cfe3c8;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 30px;
    background:#eef3ea;
    color:var(--sn-green);
    font-size:26px;
}
.testimonial-card p.quote{
    font-size:19px;
    line-height:2.1;
    max-width:750px;
    margin:0 auto 25px;
    color:#333;
}
.testimonial-card .t-name{
    font-weight:800;
    margin-bottom:2px;
}
.testimonial-card .t-role{
    color:#999;
    font-size:13px;
    margin-bottom:22px;
}
.testimonial-dots{
    display:flex;
    justify-content:center;
    gap:8px;
}
.testimonial-dots span{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#ddd;
    display:inline-block;
}
.testimonial-dots span.active{
    width:22px;
    border-radius:5px;
    background:var(--sn-red);
}

/* ---------- Blog ---------- */
.blog-card .blog-img-ph{
    width:100%;
    height:420px;
    border-radius:24px;
    overflow:hidden;
    margin-bottom:20px;
}
.blog-card .blog-meta{
    color:#999;
    font-size:13px;
    margin-bottom:10px;
}
.blog-card h4{
    font-weight:800;
    margin-bottom:14px;
}
.blog-card a.read-more{
    color:var(--sn-green-dark);
    text-decoration:none;
    font-weight:700;
    font-size:14px;
}

/* ---------- Newsletter ---------- */
.newsletter-band{
    background:var(--sn-navy);
    color:#fff;
    padding:70px 0;
}
.newsletter-band .nl-inner{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:25px;
    text-align:right;
}
.newsletter-band h3{
    font-size:26px;
    font-weight:700;
    line-height:1.9;
    margin:0;
    max-width:640px;
}
.newsletter-band .nl-icon{
    font-size:34px;
    color:#fff;
    opacity:.9;
    transform:scaleX(-1);
}
.newsletter-band .nl-form{
    max-width:900px;
    margin:35px auto 0;
    display:flex;
    align-items:center;
    border-bottom:1px solid rgba(255,255,255,.35);
    padding-bottom:10px;
}
.newsletter-band .nl-form input{
    flex:1;
    background:transparent;
    border:none;
    outline:none;
    color:#fff;
    font-family:Kalameh, Vazirmatn, sans-serif;
    font-size:14px;
    text-align:right;
}
.newsletter-band .nl-form input::placeholder{ color:rgba(255,255,255,.5); }
.newsletter-band .nl-form button{
    background:transparent;
    border:none;
    color:#fff;
    font-size:20px;
    transform:scaleX(-1);
}

/* ---------- Footer contact block ---------- */
.footer .footer-help h4{ margin-top:35px; }
.footer .footer-phone{
    color:var(--sn-red);
    font-size:20px;
    font-weight:800;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:18px;
}
.footer .footer-hours{
    display:flex;
    align-items:flex-start;
    gap:10px;
    color:#bbb;
    font-size:14px;
    margin-bottom:14px;
}
.footer .footer-hours i{ margin-top:4px; color:#888; }
.footer .footer-email{
    display:flex;
    align-items:center;
    gap:8px;
    color:#bbb;
    font-size:14px;
    text-decoration:none;
}

/* ---------- Floating action buttons ---------- */
.fab-stack{
    position:fixed;
    bottom:30px;
    left:25px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:14px;
    z-index:1500;
}
.fab-stack .fab{
    width:46px;
    height:46px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 6px 16px rgba(0,0,0,.18);
    color:#fff;
    font-size:16px;
    text-decoration:none;
    position:relative;
}
.fab-stack .fab.fab-top{ background:var(--sn-red); }
.fab-stack .fab.fab-cart{ background:var(--sn-ink); }
.fab-stack .fab .fab-badge{
    position:absolute;
    top:-4px;
    right:-4px;
    background:var(--sn-red);
    color:#fff;
    font-size:10px;
    width:16px;
    height:16px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px){
    .hero-text{ width:80%; }
    .hero-text h1{ font-size:38px; }
    .category-info-grid{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
    }
    .promo-notebook{ grid-column:1 / span 2; grid-row:3; }
    .discount-banner{ flex-direction:column; align-items:flex-start; }
}
@media (max-width: 767px){
    .hero-text{ width:92%; }
    .hero-text h1{ font-size:30px; }
    .hero .hero-img-ph, .hero img{ height:420px; }
    .category-info-grid{ grid-template-columns: 1fr; }
    .promo-notebook{ grid-column:1; grid-row:auto; }
    .cat-info-card:nth-child(n){ grid-column:auto; grid-row:auto; }
    .section-heading-row{ flex-direction:column; align-items:flex-start; }
    .newsletter-band .nl-inner{ flex-direction:column; text-align:center; }
    .newsletter-band .nl-icon{ transform:scaleX(1) rotate(90deg); }
}
