@font-face {
    font-family: 'iranyekan';
    src: url('../fonts/iranyekanr.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-feature-settings: "ss02";
    font-display: swap;

}

@font-face {
    font-family: 'iranyekan';
    src: url('../fonts/iranyekanb.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-feature-settings: "ss02";
    font-display: swap;

}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap !important;
    src: url('../webfonts/fa-solid-900.woff2') format('woff2');
}

body {

    font-family: 'iranyekan' !important;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: right;
 background-color:#fff;
}
.ss02 {
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}
.woocommerce,
.woocommerce * {
    font-family: 'iranyekan' !important;
}

/********************** اسلایدر ***************/

/* sliders */

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slides {
    display: flex;
    width: 300%; /* برای ۳ اسلاید */
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.slide {
    width: 33.33333%; /* برای ۳ اسلاید */
    height: 100%;
    flex-shrink: 0;
    background: #000;
    position: relative;
}

.slide img {
    width: 100%;
    height: auto;
    object-fit: cover !important;
    object-position: center top;
    display: block;
}

/* متن و دکمه روی اسلاید */
.slide-content {
    position: absolute;
    top: 80%;
    left: 24%;
    transform: translateY(-50%);
    z-index: 5;
    text-align: right;
    max-width:550px;
    color: #ffffff;
}


.slide-btn {
    display: inline-block;
    padding: 15px 39px;
    border-radius: 23px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background:#52311c;
    box-shadow: 0 8px 25px rgba(255, 143, 199, 0.30);
    transition: all 0.3s ease;
}

.slide-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(169, 216, 255, 0.35);
}

/* فلش‌ها */
.nav-arrow {
    position: absolute;
    top: 50%;
    background: rgba(0,0,0,0.35);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 15px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
    transform: translateY(-50%);
}

.prev { left: 15px; }
.next { right: 15px; }

.nav-arrow:hover {
    background: rgba(0,0,0,0.9);
}

/* حفظ اسلایدر */
@media (max-width: 768px) {
    .slider,
    .slick-slider,
    .owl-carousel {
        overflow: visible !important;
    }

    .slick-track,
    .owl-stage {
        overflow: visible !important;
    }

    .slider-container {
        margin: 0px auto 15px;
    }

    .slide-content {
     position: absolute;
    top: 92%;
    left: 36%;
    }

   
    .slide-btn {
        padding: 10px 13px;
        font-size: 11px;
    }

    .nav-arrow {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}
/************************* دسته بندی زیر اسلایدر************************ */
.home-categories{
    margin:70px auto;
    padding:0 15px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.home-category-card{
    display:flex;
    align-items:center;
    gap:22px;
    padding:28px;
    background:#fff;
    border:1px solid var(--border);
    border-radius:18px;
    text-decoration:none;
    transition:.35s;
}

.home-category-card:hover{
    transform:translateY(-6px);
    border-color:var(--primary);
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.category-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    background:#f8f5f2;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.category-icon img{
    width:62px;
    height:62px;
}

.category-content{
    flex:1;
}

.category-content h3{
    margin:0;
    color:var(--title);
    font-size:24px;
    font-weight:700;
}

.category-content span{
    display:block;
    margin-top:8px;
    color:var(--text);
    font-size:15px;
}

/*==============================
        Responsive
==============================*/

@media(max-width:992px){
.home-categories{
grid-template-columns:1fr;
margin:38px auto;
}

.home-category-card{
padding:22px;
}

.category-icon{
width:75px;
height:75px;
}

.category-icon img{
width:46px;
height:46px;
}

.category-content h3{
font-size:20px;
}

}
/************************** پیشنهاد ویژه **********************/
.amazing-offer-section{
display:flex;
align-items:center;
background:linear-gradient(90deg,#eee0cc,#d6b48b);
padding:35px;
border-radius:8px;
margin:70px auto;
max-width:1200px;
}

.offer-products{
width:80%;
}

.offer-side{
width:20%;
text-align:center;
color:#fff;
}

.offer-side h2{
font-size:50px;
line-height:1.2;
margin:0;
}

.offer-percent{
font-size:90px;
font-weight:bold;
}

.offer-side a{
color:#fff;
font-size:21px;
text-decoration:none;
}

.amazing-offer-section .prod-img-box img{
object-fit:cover;
}

.amazing-offer-section .row-carousel-track{
gap:12px;
}
.row-carousel-nav.offer{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    border:none;
border-radius:none;
    background:none;
    color:var(--primary);
    box-shadow:none;
}
.next-item.offer{
    left:-40px;
}
.old-price-offer{
    text-align:center;
    margin:8px 0 6px;
    color:#a5a5a5;
    font-size:17px;
    text-decoration:line-through;
}

.product-item-price{
    text-align:center;
    margin:8px 0 6px;
   
}
.offer-all-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#fff;
    font-size:21px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.offer-all-btn::after{
    content:"\203A";   /* ‹ */
    font-size:32px;
    line-height:1;
    transition:.3s;
}

.offer-all-btn:hover::before{
    transform:translateX(-6px);
}

.offer-all-btn:hover{
    opacity:.9;
}
.amazing-offer-section .product-item-title {
 padding: 15px 0 0px;
    text-align: center;
    margin: 0 ;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.6;
    color:var(--title);
}
/********************************
      AMAZING OFFER MOBILE
********************************/

@media (max-width:992px){

.amazing-offer-section{
    flex-direction:column;
    padding:25px 18px;
    margin:35px 15px;
    gap:25px;
    border-radius:22px;
}

.offer-side{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;

}

.offer-side h2{
    font-size:28px;
    line-height:1.35;

}

.offer-percent{
    font-size:50px;
    line-height:1;
    margin:8px 0;
}

.offer-all-btn{
    font-size:13px!important;
    padding:5px 13px;
    background:rgba(255,255,255,.18);
    border:1px solid rgba(255,255,255,.35);
    border-radius:40px;
}
.offer-products{
    width:100%;
}

.row-carousel-container{
    width:100%;
}
.amazing-offer-section .row-carousel-track{
    gap:10px;
}
.row-product-card-item{
    min-width:220px;
}
.old-price-offer{
    font-size:14px;
}
.product-item-price{
    font-size:16px;
}
/* فلش‌ها */
.row-carousel-nav{
    display:none;
}
}

/*********************  تازه ترین محصولات *****************/

.custom-category-row-section {
    max-width: 1200px;
    margin: 40px auto 60px;
    padding: 0 15px;
    direction: rtl;
}

/*==========================
        Header
==========================*/

.category-row-header{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:35px;
    padding-bottom:20px;
    border-bottom:2px solid var(--border);
}

.header-title-box{
    text-align:center;
}

.row-section-subtitle{
    display:block;
    font-size:13px;
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;
    color:var(--text);   /* رنگ طلایی */
    margin-bottom:8px;
}

.row-section-title{
    margin:0;
    font-size:36px;
    font-weight:700;
    color:#1f2a44;
}

.row-section-desc{
    margin-top:10px;
    font-size:15px;
    color:#888;
    line-height:1.8;
}


/*==========================
      Carousel
==========================*/
.row-carousel-container{
    position:relative;
    overflow:visible;
}

.row-carousel-track{
    display:flex;
    gap:15px;
    overflow:hidden;
}

/*==========================
      Product Card
==========================*/
.custom-category-row-section .product-card-item,
.row-product-card-item{
    flex:0 0 calc((100% - 45px) / 4);
    max-width:calc((100% - 45px) / 4);
}
.custom-category-row-section .product-card-item:hover,
.row-product-card-item:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,.05);
}

/*==========================
      Product Image
==========================*/

.custom-category-row-section .prod-img-box,
.prod-img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 300px;
    overflow: hidden;
}

.custom-category-row-section .prod-img-box img,
.prod-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*==========================
     Hover Actions
==========================*/

.product-hover-actions {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 6px 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,.1);
    white-space: nowrap;
    opacity: 0;
    z-index: 10;
    transition: bottom .3s cubic-bezier(.25,1,.5,1), opacity .3s;
}

.product-card-item:hover .product-hover-actions,
.row-product-card-item:hover .product-hover-actions {
    bottom: 15px;
    opacity: 1;
}

.hover-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: none;
    background: none;
    cursor: pointer;
    text-decoration: none;
}

.hover-action-btn .action-icon {
    width: 20px;
    height: 20px;
    stroke: #555e6b;
    transition: .2s;
}

.hover-action-btn:hover .action-icon {
    stroke: #3f51b5;
    transform: scale(1.1);
}

.hover-action-btn.my-wishlist-btn.active .action-icon {
    stroke: #f35252;
    fill: #f35252;
}

.hover-action-btn.my-compare-btn.active .action-icon {
    stroke: #2ecc71;
}

/*==========================
      Product Details
==========================*/

.custom-category-row-section .prod-details-box{
    padding: 15px;
    text-align: center;
}

.custom-category-row-section .product-item-title {
    height: 35px;
    margin: 0 0 15px;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.6;
    color:var(--title);
}

.new-price-val {
    font-size: 19px;
    font-weight: 700;
    color:var(--text);
}

.old-price-val {
    margin-left: 5px;
    font-size: 17px;
    color:var(--secondary);
    text-decoration: line-through;
}

.discount-badge-round {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    padding: 14px 10px;
    border-radius: 100px;
    background: var(--primary);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

/*==========================
     Carousel Buttons
==========================*/
.row-carousel-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:#fff;
    color:var(--primary);
    box-shadow:0 4px 12px rgba(0,0,0,.12);
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
    z-index:20;
    transition:.25s;
}

.row-carousel-nav:hover{
    color:var(--title);
}

.prev-item{
    right:-50px;
}

.next-item{
    left:-50px;
}
/*==============================
        Mobile
==============================*/
@media (max-width:768px){

.custom-category-row-section{
    margin:35px auto;
    padding:0 12px;
}

/* هدر */
.category-row-header{
    margin-bottom:20px;
    padding-bottom:15px;
}

.row-section-subtitle{
    font-size:11px;
    letter-spacing:2px;
}

.row-section-title{
    font-size:24px;
}

.row-section-desc{
    font-size:13px;
    margin-top:6px;
}

/* اسلایدر */
.row-carousel-track{
    gap:10px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    padding-bottom:5px;
    -webkit-overflow-scrolling:touch;
}

.row-carousel-track::-webkit-scrollbar{
    display:none;
}

/* کارت */
.row-product-card-item{
    flex:0 0 48%;
    max-width:48%;
    scroll-snap-align:start;
}

.prod-card-link-wrapper{
    border:1px solid var(--border);
    border-radius:14px;
    overflow:hidden;
}

.custom-category-row-section .prod-details-box{
    padding:12px 10px;
}

.custom-category-row-section .product-item-title{
    font-size:14px;
    height:32px;
    margin-bottom:10px;
    line-height:1.5;
}

.new-price-val{
    font-size:16px;
}

.old-price-val{
    margin:0 0 4px;
    font-size:13px;
}

.discount-badge-round{
    top:8px;
    right:8px;
    padding:10px 7px;
    font-size:12px;
}

/* تصویر */
.prod-img-box{
    max-height:180px;
}



/* فلش‌ها */
.row-carousel-nav{
    display:none;
}

}
 /************************************** مقاله ها *************/
.ns-home-blog{
    padding:100px 0;
    background:#fff;
}

.ns-blog-head{
    text-align:center;
    margin-bottom:37px;
}
.ns-blog-head span{
    display:block;
    color:#caa77d;
    font-size:20px;
    margin-bottom:8px;
}
.ns-blog-head h2{
    font-size:46px;
    color:#666;
    margin:0;
    font-weight:300;
    letter-spacing:2px;
}

.ns-blog-head p{
    margin-top:15px;
    color:#9a9a9a;
    font-size:18px;
}

.ns-blog-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

.ns-blog-card{
    text-align:center;
}

.ns-blog-card .thumb{
 padding-bottom: 22px;
    position:relative;
    overflow:hidden;
}
.ns-blog-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
    display:block;
}

.ns-blog-card:hover img{
    transform:scale(1.08);
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    transition:.4s;
}
.ns-blog-card:hover .overlay{
    opacity:1;
}

.overlay svg{
    transform:scale(.6);
    transition:.4s;
}

.ns-blog-card:hover svg{
    transform:scale(1);
}

.date{
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    background:var(--accent);
    color:#fff;
    padding:12px 28px;
    font-size:15px;
    font-weight:600;
}

.ns-blog-card h3{
    margin-top:28px;
    font-size:21px;
    line-height:1.6;
}

.ns-blog-card h3 a{
    color:#555;
    text-decoration:none;
    transition:.3s;
}

.ns-blog-card h3 a:hover{
    color:#caa77d;
}

@media(max-width:991px){
.ns-home-blog{
    padding: 38px 0;
}
.ns-blog-grid{

grid-template-columns:1fr;
}

.ns-blog-card img{

height:380px;
}

.ns-blog-head h2{

font-size:40px;
}

}
html,
body,
div,
span,
p,
a,
li,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button,
label {
    font-family: 'iranyekan' !important;
}

/* ============================= */
/* ======= MOBILE (768↓) ====== */
/* ============================= */

@media (max-width: 768px) {
.product-card img{
    height: 220px;
    width: 100% !important;
    object-fit: cover;

}
   
.container {
    overflow-x: hidden;
}
}


















   
 

  






