/* product category style */
.post-header__body {
    text-align: right;
    padding: 32px 30px;
}
.post-header__title {
    margin: 0;
    font-size: 34px;
    white-space: nowrap;
    font-weight: 700;
}

.product-list-inner .product-items {
    display: flex;
    flex-wrap: wrap;
}
.product-list-inner .product-items {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 15px;
}
.archive-description{
    margin: 15px 0 15px;
    padding: 30px;
    border-radius: 14px;
    width: 100%;
}
.view-more {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: inherit;
}
.view-more:not(.close-more)::before {
    content: "\f103";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    margin-right: 4px;
}
.view-more.close-more::before {
    content: "\f102";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    margin-right: 4px;
}
.call-product {
    color: var(--main-site-color);
    font-size: 12px;
}

.product-card__price--out-of-stock .shahkar-out-of-stock-contact,
.product-card__price--out-of-stock .shahkar-no-price-contact,
.noti-card-contact,
.product-price-box .shahkar-out-of-stock-contact,
.product-price-box .shahkar-no-price-contact,
.mobile-product-price .shahkar-out-of-stock-contact,
.mobile-product-price .shahkar-no-price-contact,
.noti-tab-product-price .shahkar-out-of-stock-contact,
.noti-tab-product-price .shahkar-no-price-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 8px;
    background: #fff7f3;
    color: var(--main-site-color);
    font-weight: 700;
    font-size: 12px;
    line-height: 1.6;
    text-decoration: none;
}

.product-card__price--out-of-stock .shahkar-out-of-stock-contact:hover,
.product-card__price--out-of-stock .shahkar-no-price-contact:hover,
.noti-card-contact:hover,
.product-price-box .shahkar-out-of-stock-contact:hover,
.product-price-box .shahkar-no-price-contact:hover,
.mobile-product-price .shahkar-out-of-stock-contact:hover,
.mobile-product-price .shahkar-no-price-contact:hover,
.noti-tab-product-price .shahkar-out-of-stock-contact:hover,
.noti-tab-product-price .shahkar-no-price-contact:hover {
    color: var(--main-site-color);
    text-decoration: none;
}

.product-gallery__thumbnails {
    padding-top: 25px;
}

/* ordering style archive */
.form-ordering {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sort_icon {
	display: flex;
	margin-left: 6px;
}
.woocommerce-ordering-list ul {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    padding-right: 0;
    margin: 0;
}
.woocommerce-ordering-list ul li a {
	display: block;
	padding: 4px 8px;
	color: #8790A1;
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: right;
}
.form-ordering {
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #ECF1FA;
}
.current a {
	color: #4C5565 !important;
	font-weight: 600 !important;
}
.sort_icon i {
    margin-left: 4px;
}
.orderby {
    min-width: 250px;
    margin-right: 8px;
    border-color: var(--color-neutral-200);
    background: #fff;
}
@media (max-width: 1024px) {
    .product-list-inner .product-items {
        grid-template-columns: repeat(2,1fr);
        gap: 20px !important;
    }
    .product-loop-column .product-card {
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09) !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09) !important;
        border-radius: 5px;
        padding: 15px; 
    }
}
@media (max-width: 960px) {
    .product-list-inner .product-items {
        grid-template-columns: repeat(3,1fr);
        gap: 20px !important;
    }
    .product-list-inner .product-items.horizontal {
	grid-template-columns: repeat(2,1fr);
}
}
@media (max-width: 767px) {
    .product-loop-column .product-card {
        padding: 0;
    }
     .product-list-inner .product-items.horizontal {
	grid-template-columns: repeat(1,1fr);
}
}
@media (max-width: 640px) {
    .product-list-inner .product-items {
        grid-template-columns: repeat(1,1fr) !important;
        gap: 6px !important;
    }
     .product-list-inner .product-items.horizontal {
	grid-template-columns: repeat(2,1fr);
}
}
@media (max-width: 399px) {
    .product-list-inner .product-items.horizontal {
        grid-template-columns: repeat(2,1fr);
        gap: 6px !important;
    }
}

/* ===== GENERAL GRID STYLE ===== */
.product-items.horizontal {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 25px;
    padding: 0;
}

/* ===== PRODUCT CARD WRAPPER ===== */
.product-card--layout--grid {
    background: #ffffff;
    border-radius: 18px;
    padding: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    position: relative;
}

/* ===== HOVER EFFECTS (خفن!) ===== */
.product-card--layout--grid:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    border-color: #e8e8e8;
}

/* ===== PRODUCT IMAGE ===== */
.product-card__image .image--type--product {
    overflow: hidden;
    border-radius: 14px;
}

.product-card__image img {
    width: 100%;
    border-radius: 14px;
    transition: all 0.35s ease;
}

/* زوم نرم روی تصویر */
.product-card--layout--grid:hover img {
    transform: scale(1.07);
}

/* ===== PRODUCT TITLE ===== */
.woocommerce-loop-product__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #222;
    margin-top: 12px;
    line-height: 1.55;
    text-align: center;
    transition: color 0.25s ease;
}

/* تغییر رنگ on hover */
.product-card--layout--grid:hover .woocommerce-loop-product__title {
    color: #ff3d67; /* رنگ برند مدباتو */
}
.button.product_type_simple.archive-variation-add-to-cart {
	display: none;
}
/* ===== BADGE PLACEHOLDER FIX ===== */
.product-card__badges,
.product-card-original__badges,
.product-card-genuine__badges {
    display: none !important;
}

/* ===== RESPONSIVE ===== */

/* موبایل بزرگ */
@media (max-width: 768px) {
    .product-items.horizontal {
        gap: 18px;
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    }

    .woocommerce-loop-product__title {
        font-size: 0.93rem;
    }
}

/* موبایل کوچک */
@media (max-width: 480px) {
    .product-items.horizontal {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 14px;
    }

    .product-card--layout--grid {
        padding: 10px;
        border-radius: 14px;
    }

    .woocommerce-loop-product__title {
        font-size: 0.88rem;
    }
}

/* ===== SIDEBAR WRAPPER ===== */
#sidebar.trigger-content.sidebar {
	background: #fff;
	border-left: 1px solid #ECF1FA;
	border-radius: 0;
}

#sidebar .sidebar-inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* ===== WIDGET CONTAINER ===== */
#sidebar .widget {
    background: #ffffff;
    border-radius: 18px;
    padding: 14px 18px;
    transition: all .3s ease;
}


/* ===== WIDGET TITLE (HEADER) ===== */
#sidebar .widget-title {
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    transition: all .25s ease;
}

#sidebar .widget-title h4 {
    font-weight: 800;
    font-size: 1.05rem;
    color: #222;
}

#sidebar .widget-title i {
    font-size: 1.1rem;
    color: #888;
    transition: transform .3s ease;
}

/* چرخش آیکن هنگام باز شدن */
#sidebar .widget.active .widget-title i {
    transform: rotate(180deg);
}

/* ===== PRICE FILTER ===== */

.price_slider_wrapper {
    margin-top: 12px;
}

.price_slider.ui-slider {
    background: #f2f2f2 !important;
    border-radius: 8px;
    height: 6px;
}

.price_slider .ui-slider-range {
    background: #ff3d67 !important; /* رنگ برند مدباتو */
}

.price_slider .ui-slider-handle {
    width: 18px;
    height: 18px;
    background: #fff !important;
    border: 3px solid #ff3d67 !important;
    border-radius: 50%;
    top: -6px;
    transition: all .2s ease;
}

.price_slider .ui-slider-handle:hover {
    transform: scale(1.15);
}

.price_slider_amount button.button {
    width: 100%;
    margin-top: 14px;
    border: none;
    background: #ff3d67;
    color: #fff;
    padding: 10px;
    font-size: 0.95rem;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease;
}

.price_slider_amount button.button:hover {
    background: #e43155;
}

.price_label {
    font-size: 0.92rem;
    margin-top: 10px;
    color: #333;
    text-align: center;
    font-weight: 600;
}

/* ===== FILTER LIST (COLOR, etc.) ===== */

.woocommerce-widget-layered-nav-list {
    margin-top: 14px;
    list-style: none;
    padding: 0;
}

.woocommerce-widget-layered-nav-list li {
    display: flex;
    justify-content: space-between;
    padding: 8px 6px;
    border-radius: 8px;
    transition: all .25s ease;
}

.woocommerce-widget-layered-nav-list li:hover {
    background: #f9f9f9;
}

.woocommerce-widget-layered-nav-list a {
    color: #444;
    font-weight: 600;
    transition: color .2s ease;
}

.woocommerce-widget-layered-nav-list a:hover {
    color: #ff3d67;
}

.woocommerce-widget-layered-nav-list .count {
    color: #888;
    font-size: 0.85rem;
}

/* ===== MOBILE RESPONSIVE ===== */

@media (max-width: 992px) {
    #sidebar {
        margin-bottom: 25px;
    }

    #sidebar .widget {
        padding: 12px 16px;
    }

    #sidebar .widget-title h4 {
        font-size: 1rem;
    }
	#sidebar.trigger-content.sidebar {
	background: #fff;
}

}

@media (max-width: 480px) {
    #sidebar .widget {
        border-radius: 14px;
        padding: 10px 14px;
    }

    #sidebar .widget-title h4 {
        font-size: 0.95rem;
    }
}


.related-cats-wrapper {
    margin: 40px 0;
}

.related-cats-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

.related-cat-item {
    background: #fff;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #eee;
    text-align: center;
    display: block;
    transition: .25s;
}

.related-cat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

.related-cat-thumb img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
}

.related-cat-name {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: 600;
}


/* دکمه‌های ناوبری Owl */
.owl-prev-btn, .owl-next-btn {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 12px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    cursor: pointer;
}

.owl-prev-btn:hover, .owl-next-btn:hover {
    background: #f4f4f4;
}

/*type3 noty cart style */
.noti-tab-product-card {
	background: #FFFFFF;
	border-radius: 20px;
	padding-top: 33px;
	padding-right: 36px;
	padding-bottom: 33px;
	padding-left: 36px;
}
.noti-tab-product-title a {
	font-weight: 800;
	font-size: 15px;
	leading-trim: NONE;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: right;
	color: #404042 !important;
}
.noti-tab-product-description {
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: right;
	color: #404042;
}
.noti-tab-product-price {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.noti-tab-product-price svg {
	transform: rotate(-145deg);
}
.noti-tab-product-price {
	font-weight: 700;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: right;
	color: #404042;
	padding-top: 8px;
}
.noti-tab-product-image img {
	max-width: 150px;
	margin: 0 auto;
	display: block;
}

.shahkar-order-bar {
	justify-content: space-between;
}
.ord-view-modes {
	background: #FFFFFF;
	min-width: 253px;
	min-height: 52px;
	gap: 10px;
	border-radius: 50px;
	padding-top: 9px;
	padding-right: 26px;
	padding-bottom: 9px;
	padding-left: 26px;
	justify-content: space-between;
}
.product-inner-wrapper {
	display: flex;
	flex-wrap: wrap;
	border-top: 2px solid #ECF1FA;
	border-left: 2px solid #ECF1FA;
}

.form-ordering > div {
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: right;
	color: #8790A1;
}
.num-order {
	font-weight: 300 !important;
	font-size: 14px !important;
	line-height: 100% !important;
	letter-spacing: 0% !important;
	text-align: right !important;
	color: #8790A1 !important;
}
.woocommerce-ordering select {
	min-width: 176px;
	min-height: 52px;
	border-radius: 50px !important;
	padding-top: 9px !important;
	padding-right: 26px !important;
	padding-bottom: 9px !important;
	padding-left: 26px !important;
	background: #fff !important;
	font-weight: 400;
	font-size: 15px !important;
	leading-trim: NONE;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: right;
	border: 0 !important;
}
.view-mode.active {
	color: #F15A29;
}


/* کانتینر اصلی */
.wp-block-woocommerce-product-filters,
.wp-block-group {
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

/* هدر فیلترها */

.wp-block-heading svg {
    width: 20px;
    height: 20px;
}

.featured-meta span {
	font-weight: 300;
	font-style: Light;
	font-size: 15px;
	leading-trim: NONE;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: right;
	display: flex;
	align-items: center;
	gap: 5px;
}

/**
 * نمای لیستی محصولات - Product List View
 * ساختار با div - بدون table
 */

/* ===== کانتینر اصلی ===== */
.noti-list-wrapper {
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}

/* ===== هدر ===== */
.noti-list-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #A7A9AB;
    padding: 0;
}

.noti-list-header .noti-list-col {
    padding: 18px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

/* ===== ردیف‌های محصول ===== */
.noti-list-body {
    display: flex;
    flex-direction: column;
}

.noti-list-row {
	display: flex;
	align-items: center;
	border: 1px solid #E5E5E5;
	margin: 8px 0;
	padding: 0;
	background: #fff;
	transition: box-shadow 0.2s;
	justify-content: space-between;
	border-radius: 20px;
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 17px;
	padding-left: 12px;
}

.noti-list-row:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

/* ===== ستون‌ها ===== */
.noti-list-col {
	color: #404042;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: right;
}

/* ستون نام محصول */
.noti-list-col-name {
    flex: 2;
    min-width: 200px;
    justify-content: flex-start;
}

.noti-list-col-name a {
    color: #333;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.2s;
}

.noti-list-col-name a:hover {
    color: #E67E22;
}

/* ستون تعداد در کارتن */
.noti-list-col-qty {
    flex: 1;
    min-width: 100px;
    font-weight: 500;
    color: #555;
}

/* ستون‌های تخفیف تیراژی */
.noti-list-col-tier {
    flex: 1;
    min-width: 100px;
    font-weight: 500;
    color: #555;
}

/* ستون قیمت */
.noti-list-col-price {
    flex: 1;
    min-width: 110px;
    font-weight: 500;
    color: #333;
    direction: ltr;
}

/* ستون افزودن به سبد */
.noti-list-col-cart {
    flex: 1.5;
    min-width: 220px;
    justify-content: flex-start;
}

/* ===== باکس سبد خرید ===== */
.noti-cart-box {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: end;
}

/* ===== دکمه افزودن به سبد خرید ===== */
.noti-add-btn {
	background-color: #fff !important;
	border: 1px solid #D1D2D4;
	font-size: 13px;
	font-weight: 500;
	transition: all 0.2s;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 50px;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 20px;
}
.noti-add-btn span {
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s;
    white-space: nowrap;
    background: linear-gradient(94.69deg, #F15A29 -16.73%, #1B1464 113.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.noti-add-btn:hover {
    background: #E67E22;
    color: #fff;
}

.noti-add-btn .btn-icon {
    transition: transform 0.2s;
}

.noti-add-btn:hover .btn-icon {
    transform: translateX(-3px);
}

.noti-add-btn.hidden {
    display: none;
}

/* ===== حالت در سبد خرید ===== */
.noti-incart-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.noti-incart-box.hidden {
    display: none;
}
.noti-list-wrapper.noti-list-desktop .noti-qty-controls {
	min-width: max-content;
}
/* ردیف اول: کنترل تعداد + برچسب */
.noti-incart-box .noti-incart-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* کنترل‌های تعداد */
.noti-qty-controls {
	display: flex;
	align-items: center;
	gap: 0;
	border: 1px solid #D1D2D4;
	overflow: hidden;
	background: #fff;
	width: 96px;
	height: 56px;
	gap: 16px;
	border-radius: 50px;
	padding-right: 15px;
	padding-left: 15px;
}

.noti-qty-btn {
	background: #fff;
	border: none;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	cursor: pointer;
	transition: all 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.noti-qty-btn:hover {
    background: #E67E22;
    color: #fff;
}

.noti-qty-btn:active {
    transform: scale(0.95);
}

.noti-qty-value {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	background: #fff;
	padding: 8px 0;
}

/* برچسب در سبد شما */
.noti-incart-label {
    font-size: 13px;
    color: #666;
    white-space: nowrap;
}

/* ردیف بالا: برچسب + کنترل تعداد */
.noti-incart-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* لینک مشاهده سبد */
.noti-view-cart {
    font-size: 13px;
    color: #E67E22;
    text-decoration: none;
    white-space: nowrap;
}

.noti-view-cart:hover {
    text-decoration: underline;
}

/* ===== استایل دکمه‌های view mode ===== */
.ord-view-modes {
    gap: 8px;
}



/* ===== انیمیشن loading ===== */
.noti-add-btn.loading {
    pointer-events: none;
    opacity: 0.7;
}

.noti-add-btn.loading .btn-text::after {
    content: "...";
    animation: dots 1s infinite;
}

@keyframes dots {
    0%, 20% { content: "."; }
    40% { content: ".."; }
    60%, 100% { content: "..."; }
}

/* ===== ریسپانسیو ===== */
@media (max-width: 1200px) {
    .noti-list-header {
        display: none;
    }
    
    .noti-list-row {
        flex-wrap: wrap;
        padding: 15px;
        gap: 10px;
    }
    
    .noti-list-col {
        justify-content: flex-start;
    }
    
    .noti-list-col-name {
        flex: 100%;
        min-width: 100%;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 12px;
        margin-bottom: 5px;
    }
    
    .noti-list-col-qty,
    .noti-list-col-tier,
    .noti-list-col-price {
        flex: auto;
        min-width: auto;
    }
    
    .noti-list-col-qty::before {
        content: "تعداد در کارتن: ";
        font-weight: 400;
        color: #888;
        margin-left: 5px;
    }
    
    .noti-list-col-cart {
        flex: 100%;
        min-width: 100%;
        margin-top: 10px;
        padding-top: 12px;
        border-top: 1px solid #f0f0f0;
    }
}

@media (max-width: 767px) {
    
    .noti-add-btn {
        padding: 8px 14px;
        font-size: 12px;
    }
    
    .noti-qty-btn {
        width: 32px;
        height: 32px;
    }
    
    .noti-qty-value {
        width: 35px;
        font-size: 13px;
    }
}

/* ============================================== */
/* ===== استایل‌های نمای موبایل - کارتی ===== */
/* ============================================== */

.noti-list-mobile {
	background: transparent;
	margin-top: 30px;
}

.noti-list-mobile .noti-list-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ===== کارت محصول موبایل ===== */
.noti-list-card {
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 4px;
	opacity: 1;
	border-radius: 20px;
	padding-top: 17px;
	padding-right: 24px;
	padding-bottom: 17px;
	padding-left: 24px;
}

/* ردیف هدر: نام + تعداد در کارتن */
.noti-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.noti-card-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    flex: 1;
}

.noti-card-title:hover {
    color: #E67E22;
}

.noti-card-qty {
    font-size: 13px;
    color: #888;
    white-space: nowrap;
}

/* ردیف تخفیف‌های تیراژی */
.noti-card-tiers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 0;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}

.noti-tier-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #555;
}

.noti-tier-item .tier-icon {
    width: 18px;
    height: 18px;
    color: #E67E22;
    flex-shrink: 0;
}

.noti-tier-item .tier-label {
    color: #888;
    font-size: 12px;
}

.noti-tier-item .tier-value {
    font-weight: 600;
    color: #333;
}

/* ردیف فوتر: قیمت + دکمه */
.noti-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.noti-card-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.noti-card-price .price-value {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    direction: ltr;
}

.noti-card-price .price-unit {
    font-size: 12px;
    color: #888;
}

/* دکمه افزودن موبایل */
.noti-list-card .noti-add-btn {
    padding: 10px 16px;
    font-size: 13px;
    border-radius: 8px;
}

/* حالت در سبد موبایل */
.noti-list-card .noti-incart-box {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
}

.noti-list-card .noti-incart-box.hidden {
    display: none;
}
.noti-qty-controls {
	width: 96px;
	height: 40px;
	border-radius: 50px;
}
.noti-list-card .noti-qty-btn {
    width: 34px;
    height: 34px;
    font-size: 15px;
}

.noti-list-card .noti-qty-value {
    width: 36px;
    font-size: 14px;
}

.noti-list-card .noti-view-cart {
    font-size: 12px;
}
.view-mode-switch {
	position: relative;
	font-size: 14px;
}

/* آیتم انتخاب‌شده */
.view-selected-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    cursor: pointer;
}
.ord-view-modes.mobile-view-mod {
	min-width: auto;
	padding: 0;
	min-height: 0;
}
.ord-view-modes.mobile-view-mod .view-selected-item {
	border-radius: 50px;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
	color: #F15A29;
	border: 0;
}
.mobile-filter-products {
	border-radius: 50px;
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 5px;
	padding-left: 24px;
	background: #fff;
}
.form-ordering.mobile-ordering .orderby.input {
	min-width: auto !important;
	padding-right: 9px !important;
	padding-left: 9px !important;
	width: auto !important;
	min-height: 40px !important;
	font-size: 14px !important;
	margin: 0 !important;
}
.form-ordering.mobile-ordering {
	padding: 0;
}
/* فلش select */
.view-selected-item::after {
    content: "▾";
    margin-right: auto;
    font-size: 12px;
    color: #666;
}

/* لیست گزینه‌ها */
.selects {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    overflow: hidden;
    display: none;
    z-index: 50;
}

/* حالت باز */
.view-mode-switch.open .selects {
    display: block;
}

/* گزینه‌ها */
.view-mode {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    color: #404042;
    text-decoration: none;
    transition: background 0.2s ease;
}

.view-mode:hover {
    background: #f3f4f6;
}

/* آیکن */
.view-mode svg {
    width: 16px;
    height: 16px;
}
/*gafase style mobile */
.noti-product-card-mobile {
	display: flex;
	flex-direction: row-reverse;
}
.noti-product-card-mobile .noti-tab-product-image {
	max-width: 129px;
}
.noti-product-title-mobile .noti-tab-product-title a {
	font-size: 14px;
}
.noti-product-card-mobile .noti-tab-product-image img {
	max-width: 100%;
}
.noti-tab-product-card.mobile {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.noti-tab-product-card.mobile .noti-tab-product-description {
	font-size: 12px;
	line-height: 24px;
}
.archive-category-wrapper {
	overflow: hidden;
}
/* ردیف اصلی */
.archive-category-tabs {
	display: flex;
	gap: 8px;
	direction: rtl;
	overflow-x: auto;
	padding-bottom: 12px;
}
.archive-category-tabs .archive-tab {
	display: flex;
	align-items: center;
	gap: 8px;
}
.archive-category-tabs .archive-tab img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	border-radius: 6px;
}
/* دکمه‌ها */
.archive-tab {
	padding: 8px 12px;
	background: #fff;
	border-radius: 12px;
	color: #4C5565;
	text-decoration: none;
	transition: all 0.2s ease;
	border: 1px solid #ECF1FA;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: right;
	min-width: fit-content;
	/* min-height: 65px; */
}

/* Hover */
.archive-tab:hover {
    background: #e9ebef;
}

/* Active */
.archive-tab.active {
	background: #ECF1FA;
}

/* زیردسته‌ها */
.archive-subcategory-tabs {
    margin-top: 14px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    direction: rtl;
}

.archive-subtab {
    padding: 6px 16px;
    background: #f3f4f6;
    border-radius: 999px;
    font-size: 12px;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s ease;
}

.archive-subtab:hover {
    background: #e5e7eb;
}

.archive-subtab.active {
    background: #374151;
    color: #ffffff;
}
.archive-categories {
	align-items: center;
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 25px;
	margin-bottom: 0;
	border-top: 1px solid #ECF1FA;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
.archive-cates-title {
	font-weight: 700;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: right;
	color: #4C5565;
}

.product-list-inner .woocommerce-no-products-found {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.98)),
		radial-gradient(circle at 85% 18%, rgba(22, 119, 200, 0.12), transparent 34%);
	border: 1px solid #e4eaf2;
	border-radius: 16px;
	box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
	margin: 24px 0;
	padding: 34px 24px;
	text-align: center;
	width: 100%;
}

.product-list-inner .woocommerce-no-products-found .woocommerce-info {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #1f2937 !important;
	display: inline-flex;
	flex-direction: column;
	font-size: 16px;
	font-weight: 700;
	gap: 14px;
	justify-content: center;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	text-align: center;
}

.product-list-inner .woocommerce-no-products-found .woocommerce-info::before {
	align-items: center;
	background: #eef6ff;
	border: 1px solid #d7eaff;
	border-radius: 50%;
	color: var(--main-site-color, #1677c8);
	content: "\f002";
	display: inline-flex !important;
	font-family: "Font Awesome 5 Pro";
	font-size: 24px;
	font-weight: 300;
	height: 64px;
	justify-content: center;
	margin: 0;
	width: 64px;
}

.product-list-inner .woocommerce-no-products-found .woocommerce-info::after {
	color: #6b7280;
	content: "فیلترها را تغییر دهید یا گزینه‌های انتخاب‌شده را حذف کنید.";
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.8;
	max-width: 360px;
}

@media (max-width: 640px) {
	.product-list-inner .woocommerce-no-products-found {
		border-radius: 12px;
		margin: 16px 0;
		padding: 26px 16px;
	}

	.product-list-inner .woocommerce-no-products-found .woocommerce-info {
		font-size: 14px;
	}

	.product-list-inner .woocommerce-no-products-found .woocommerce-info::before {
		font-size: 20px;
		height: 54px;
		width: 54px;
	}
}
