/* Footer Section */

.custom-footer-main {
    background-color: #f5f5f7; 
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}
/* ======================
   Featured Icons Section
====================== */
.custom-footer-featured {
    text-align: center;
    margin-bottom: 25px;
    background-color: #fff; /* نوار روشن متفاوت از فوتر */
    padding: 20px 0;
    border-radius: 8px; /* گوشه‌های نرم */
}

.custom-footer-featured .custom-footer-icon {
    margin: 0 20px;
    text-align: center;
    transition: all 0.3s ease;
    display: inline-block;
    min-width: 80px; /* اندازه یکسان */
}

/* آیکون‌ها با بوردر شکیل و ترنسپرنت */
.custom-footer-featured .custom-footer-icon i {
    font-size: 36px;
    color: #00b894;
    padding: 12px;
    border: 2px solid #00b894; /* بوردر شفاف و مینیمال */
    border-radius: 50%; /* دایره‌ای شدن */
    background-color: rgba(255, 255, 255, 0); /* ترنسپرنت */
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.custom-footer-featured .custom-footer-icon i:hover {
    color: #fff;
    background-color: #00b894; /* هاور رنگ پر */
    border-color: #009975;
    transform: scale(1.2);
}

.custom-footer-featured .custom-footer-icon p {
    margin: 0;
    font-size: 13px;
    color: #555;
    font-weight: 500;
}

/* ======================
   Responsive adjustments
====================== */
@media (max-width: 992px) {
    .custom-footer-featured .custom-footer-icon {
        margin: 10px 15px;
        min-width: 70px;
    }
}

@media (max-width: 576px) {
    .custom-footer-featured {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 15px 5px;
    }
    .custom-footer-featured .custom-footer-icon {
        margin: 10px 12px;
        min-width: 60px;
    }
    .custom-footer-featured .custom-footer-icon p {
        font-size: 12px;
    }
}

/* ======================
   Middle Footer
====================== */
.custom-footer-middle {
    border-bottom: 1px solid #d0d0d5; /* خط جداکننده پایین */
    padding: 40px 0;
    background-color: #f5f5f7; /* مشابه بک‌گراند فوتر */
}

/* ======================
   Footer Widgets
====================== */
.custom-footer-widget {
    margin-bottom: 25px;
}

/* Footer About / Logo & Contact */
.custom-footer-about .custom-footer-logo img {
    display: block;
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}

.custom-footer-contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-footer-contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 13px;
    color: #555;
}

.custom-footer-contact-info li i {
    font-size: 16px;
    color: #00b894;
    margin-right: 8px;
}

/* Footer Column Titles */
.custom-footer-widget-title {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Footer Links */
.custom-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-footer-list li {
    margin-bottom: 10px;
    position: relative;
}
.custom-footer-list li a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    padding-right: 18px; /* فاصله برای آیکون قبل لینک */
    transition: all 0.3s ease;
}
.custom-footer-list li a::before {
    content: "\2022"; /* نقطه کوچک • */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #00b894;
}
.custom-footer-list li a:hover {
    color: #00b894;
    padding-left: 23px;
}

/* Trust / e-Namad */
.custom-footer-trust {
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-footer-trust img {
    max-width: 140px;
}

/* ======================
   Responsive
====================== */
@media (max-width: 992px) {
    .custom-footer-middle {
        padding: 30px 0;
    }
    .custom-footer-trust {
        justify-content: center;
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .custom-footer-middle .row {
        text-align: center;
    }
    .custom-footer-widget {
        margin-bottom: 20px;
    }
    .custom-footer-list li a {
        padding-left: 0;
    }
    .custom-footer-list li a::before {
        display: none; /* برای موبایل نقطه‌ها حذف میشن */
    }
}
.custom-footer-logo img {
    margin: 0 auto;
}

/* ======================
   Trust / Enamad Section
====================== */
.custom-footer-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}

/* هر چیزی داخلش اومد (a, img, iframe) کنترل میشه */
.custom-footer-trust a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.custom-footer-trust img,
.custom-footer-trust iframe {
    max-width: 140px;
    width: 100%;
    height: auto;
    border-radius: 6px;
    background-color: transparent;
    transition: all 0.3s ease;
}

/* افکت ظریف برای دسکتاپ */
.custom-footer-trust img:hover,
.custom-footer-trust iframe:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

/* ======================
   Responsive
====================== */
@media (max-width: 992px) {
    .custom-footer-trust img,
    .custom-footer-trust iframe {
        max-width: 120px;
    }
}

@media (max-width: 576px) {
    .custom-footer-trust {
        margin-top: 15px;
    }

    .custom-footer-trust img,
    .custom-footer-trust iframe {
        max-width: 100px;
    }
}

/* ======================
   Bottom Footer
====================== */
.custom-footer-bottom {
    background-color: #eef0f3; /* کمی متفاوت از بدنه و فوتر */
    border-top: 1px solid #d6d6dc;
    padding: 15px 0;
}

/* Copy text */
.custom-footer-copy {
    font-size: 13px;
    color: #555;
    line-height: 1.8;
}

.custom-footer-copy a {
    color: #00b894;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.custom-footer-copy a:hover {
    color: #009975;
    text-decoration: underline;
}

/* ======================
   Social Icons
====================== */
.custom-footer-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.custom-footer-social-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1.5px solid #00b894;
    color: #00b894;
    background-color: transparent;
    transition: all 0.3s ease;
}

.custom-footer-social-icon i {
    font-size: 18px;
}

/* Hover effect */
.custom-footer-social-icon:hover {
    background-color: #00b894;
    color: #fff;
    transform: translateY(-3px);
}

/* ======================
   Responsive
====================== */
@media (max-width: 768px) {
    .custom-footer-copy {
        text-align: center;
        font-size: 12.5px;
    }

    .custom-footer-social {
        justify-content: center;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .custom-footer-social-icon {
        width: 34px;
        height: 34px;
    }

    .custom-footer-social-icon i {
        font-size: 16px;
    }
}

a#scrollUp {
    bottom: 60px;
}

/* Header Section */

.header-style-1.header-style-5 .header-bottom-bg-color {
    background-color: #00b894  !important;
}

.header-style-1 .search-style-2 form {
    border: 2px solid #636363;
    border-radius: 38px;
}
.header-style-1 .search-style-2 form input {
    background-color: transparent;
}
.main-menu > nav > ul > li ul.mega-menu{
    right: 0;
    left: inherit;
}
.main-menu > nav > ul > li ul.mega-menu li {
    float: right;
}
.main-menu.main-menu-lh-2 > nav > ul > li {
    line-height: 53px;
}
.main-menu > nav > ul > li ul.mega-menu li a.menu-title {
    font-size: 15px;
}
.main-menu > nav > ul > li ul.mega-menu li ul li a {
    font-size: 12px;
}
.main-menu > nav > ul > li ul.mega-menu li ul {
    margin-top: 17px;
}
.mobile-menu-close.close-style-wrap.close-style-position-inherit {
    position: absolute;
    left: 19px;
    top: 19px;
    right: inherit;
}
.search-style-3 form input {
    border-radius: 25px;
}
.mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
    width: 160px !important;
    margin: 0 auto;
    display: table;
}
.mobile-header-wrapper-inner {
    position: relative;
}
.mobile-header-top{
    display: inherit !important;
}
.burger-icon.burger-icon-white > span::before, .burger-icon.burger-icon-white > span::after {
    background-color: #fff;
}
@media (max-width: 768px) {
    .header-action-icon-2 i {
        color: #fff;
        font-size: 27px;
    }
}

.header-action-2 .header-action-icon-2 > a span.pro-count.blue {
    background-color: #0e15c3;
}
.header-action-icon-2.header-cart a span {
    color: #fff;
}
.header-action-icon-2.header-cart {
    background-color: #00b894;
    color: #fff;
    border-radius: 30px;
    padding: 7px 17px;
    margin-left: 10px;
}

.header-action-icon-2.header-cart i {
    color: #fff;
    font-size: 27px;
}
.shopping-cart-delete i {
    color: #fff !important;
    font-size: 17px !important;
    padding: 6px;
}
.cart-dropdown-wrap ul li .shopping-cart-delete span {
    position: absolute;
    left: 17px;
    background-color: #a903038a;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
    color: #000000;
}
.cart-dropdown-wrap ul li .shopping-cart-title div {
    color: #5b5b5b;
}
.cart-dropdown-wrap ul li .shopping-cart-img {
    margin-left: 10px;
}
.shopping-cart-footer .go-to-checkout{
    background-color:#00b894 !important ;
    color:#fff !important;
     border-color: #00b894 !important;
}
.shopping-cart-footer .go-to-checkout:hover{
    background-color:#006b56 !important ;
    border-color: #00b894 !important;
}
.shopping-cart-footer .go-to-cart {
    color: #0e15c3 !important;
    border-color: #0e15c3 !important;
}
.shopping-cart-footer .go-to-cart:hover{
    background-color:#0e15c3 !important ;
    color:#fff !important;
}
.shopping-cart-button a:hover{
border: 2px solid #00b894;
}
div#main-cart ul {
    padding-left: 20px;
}
.cart-dropdown-wrap {
    width: 345px;
}
/* ================= Breadcrumb ================= */

.breadcrumb-modern {
    background: linear-gradient(180deg, #fafafa, #ffffff);
    border-bottom: 1px solid #eee;
    padding: 14px 0;
}

.breadcrumb-box {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    font-size: 14px;
    overflow: hidden;
}

.breadcrumb-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #666;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s ease;
}

.breadcrumb-link i {
    font-size: 15px;
}

.breadcrumb-link:hover {
    color: #3bb77e;
}

.breadcrumb-sep {
    color: #bbb;
    font-size: 14px;
    line-height: 1;
}

.breadcrumb-current {
    font-weight: 600;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 55%;
}

/* ============== Mobile Optimization ============== */
@media (max-width: 768px) {

    .breadcrumb-modern {
        padding: 10px 0;
    }

    .breadcrumb-box {
        font-size: 13px;
        gap: 4px;
    }

    .breadcrumb-current {
        max-width: 70%;
        font-size: 13px;
    }
}

.product-gallery {
    display: flex;
    gap: 12px;
    direction: rtl;
}

/* Main image */
.gallery-main-swiper {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.gallery-main-swiper img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform .3s ease;
}

/* Hover zoom desktop */
@media (min-width: 768px) {
    .gallery-main-swiper img:hover {
        transform: scale(1.04);
    }
}

/* Thumbnails */
.gallery-thumbs-swiper {
    width: 80px;
}

.gallery-thumbs-swiper .swiper-slide {
    opacity: .5;
    cursor: pointer;
    transition: all .3s ease;
}

.gallery-thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #00b894;
    border-radius: 10px;
}

.gallery-thumbs-swiper img {
    width: 100%;
    border-radius: 10px;
}

/* Mobile */
@media (max-width: 768px) {
    .product-gallery {
        flex-direction: column;
    }

    .gallery-main-swiper {
        border-radius: 0;
    }
}
/* Pagination دایره‌ای موبایل */
#productGalleryMain .swiper-pagination {
    text-align: center;
    margin-top: 8px;
}

#productGalleryMain .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d0d0d0;
    opacity: 1;
    border-radius: 50%;
    margin: 0 4px;
    transition: all .3s ease;
}

#productGalleryMain .swiper-pagination-bullet-active {
    background: #00b894;
    transform: scale(1.2);
}

.gallery-thumbs-swiper .swiper-slide{
    height: auto !important;
    width: auto !important;
}
#productGalleryMain .swiper-button-next, #productGalleryMain .swiper-button-prev {
    svg {
        height: 68%;
    }
}
#productGalleryMain .swiper-button-next,#productGalleryMain  .swiper-button-prev {
    color: #848484;
}
.detail-info .stock-status {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #ff3b30;
    margin-bottom: 12px;
}

.detail-info .title-detail {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
}

.detail-info .subtitle-detail {
    font-size: 14px;
    color: #777;
    margin-bottom: 14px;
}

.detail-info hr {
    margin: 16px 0;
    border-top: 1px solid #eee;
}

.detail-info .short-desc {
    font-size: 14px;
    color: #444;
    line-height: 1.8;
}

.product-brand-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.brand-title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.brand-link img {
    border-radius: 10px;
    border: 1px solid #eee;
}

.product-meta .meta-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #555;
}

.product-meta .meta-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

.product-meta .meta-list li span {
    color: #000;
    font-weight: 700;
}
.product-action.detail-info.card {
    background: #fff;
    border-radius: 18px;
}

.product-price {
    padding: 14px 16px;
    border-radius: 14px;
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
}

.current-price {
    font-size: 24px;
    font-weight: 900;
    color: #222;
    margin-bottom: 8px;
}

.price-info {
    display: flex;
    gap: 12px;
    align-items: center;
}

.save-price {
    color: #e53935;
    font-weight: 700;
}

.old-price {
    color: #999;
    text-decoration: line-through;
}

.attr-detail .form-select {
    border-radius: 12px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    width: 100%;
}

.quantity {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    width: fit-content;
    background-color: #fff;
}

.quantity input[type="button"] {
    width: 36px;
    height: 36px;
    border: none;
    background: #f4f4f4;
    font-size: 18px;
    cursor: pointer;
}

.quantity input.qty {
    width: 60px;
    height: 36px;
    text-align: center;
    border: none;
    font-weight: 700;
}

.button-add-to-cart {
    width: 100%;
    padding: 12px 14px;
    border-radius: 14px;
    font-weight: 800;
}

.btn-remider {
    width: 100%;
    padding: 12px 14px;
    border-radius: 14px;
}

.product-meta .meta-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #555;
}

.product-meta .meta-list li {
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
}

.product-meta .meta-list li span {
    color: #000;
    font-weight: 700;
}

.button-add-to-cart {
    width: 100%;
    padding: 14px 16px;
    border-radius: 14px;
    font-weight: 900;
    font-size: 15px;
    background: #ff3b30; /* رنگ اصلی */
    color: #fff;
    border: none;
    box-shadow: 0 10px 20px rgba(107, 107, 107, 0.25);
    transition: transform .2s ease, background .2s ease;
}

.button-add-to-cart:hover {
    background: #e52b1e;
    transform: translateY(-2px);
}
.product-meta .meta-list li:last-child {
    border: none;
}
.product-meta-box {
    margin-top: 16px;
    padding: 14px 16px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #eef0f2;
}

.meta-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.meta-row.align-center {
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.meta-label {
    font-size: 13px;
    color: #6b7280;
    font-weight: 600;
}

.meta-content {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* دسته‌بندی‌ها */
.meta-chip {
    font-size: 13px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s ease;
}

.meta-chip:hover {
    background: #00b894;
    color: #fff;
    border-color: #00b894;
}

/* برند */
.brand-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    transition: all 0.2s ease;
    text-decoration: none;
    color: #111827;
    font-weight: 600;
}

.brand-box img {
    max-height: 36px;
    max-width: 100px;
    object-fit: contain;
}

.brand-box:hover {
    border-color: #00b894;
    box-shadow: 0 4px 10px rgba(37,99,235,0.12);
}
.tag-chip {
    font-size: 12px;
    padding: 5px 12px;
    background: #f1f5f9;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    color: #334155;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.tag-chip:hover {
    background: #00b894;
    color: #fff;
    border-color: #00b894;
}
.product-info {
    border: inherit;
}
.related-products-swiper {
    position: relative;
    padding: 12px 0;
}

.related-products-swiper .swiper-button-next,
.related-products-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    color: #111;
    transition: all .2s ease;
}

.related-products-swiper .swiper-button-next:hover,
.related-products-swiper .swiper-button-prev:hover {
    background: #00b894;
    color: #fff;
}

.related-products-swiper .swiper-button-next:after,
.related-products-swiper .swiper-button-prev:after {
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .related-products-swiper .swiper-button-next,
    .related-products-swiper .swiper-button-prev {
        width: 34px;
        height: 34px;
    }
}

.product-cart-wrap {
    min-height: 325px;
}

.related-products-swiper .swiper-button-next, .related-products-swiper .swiper-button-prev {
    svg {
        height: 68%;
    }
}

.shop-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.shop-sidebar .sidebar-card {
    background: #fff;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
}

.shop-sidebar .sidebar-title {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 10px;
}

.shop-sidebar .sidebar-search {
    position: relative;
    margin-bottom: 14px;
}

.shop-sidebar .sidebar-search.small {
    margin-bottom: 10px;
}

.shop-sidebar .sidebar-search-input {
    width: 100%;
    padding: 10px 36px 10px 12px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    font-size: 13px;
}

.shop-sidebar .sidebar-search i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
}

/* Switch */
.shop-sidebar .sidebar-switch {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    font-size: 13px;
}

.shop-sidebar .switch {
    position: relative;
    width: 40px;
    height: 20px;
}

.shop-sidebar .switch input {
    display: none;
}

.shop-sidebar .slider {
    position: absolute;
    background: #d1d5db;
    border-radius: 20px;
    inset: 0;
    transition: .3s;
}

.shop-sidebar .slider:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    top: 2px;
    right: 2px;
    transition: .3s;
}

.shop-sidebar .switch input:checked + .slider {
    background: #2563eb;
}

.shop-sidebar .switch input:checked + .slider:before {
    transform: translateX(-20px);
}

/* Category Tree */
.shop-category,
.shop-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shop-category .category-item {
    margin-bottom: 6px;
}

.shop-category .category-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-category .category-link {
    flex: 1;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    color: #374151;
    text-decoration: none;
    transition: .2s;
}

.shop-category .category-link:hover {
    background: #f1f5f9;
}

.shop-category .category-item.active > .category-row .category-link {
    font-weight: 700;
}

/* Children */
.shop-category .category-children {
    margin-top: 6px;
    padding-right: 14px;
    border-right: 1px dashed #e5e7eb;
}

/* Toggle icon (for mobile later) */
.shop-category .category-toggle {
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
}

.shop-category .category-toggle::before {
    width: 10px;
    height: 2px;
    top: 7px;
    right: 3px;
}

.shop-category .category-toggle::after {
    width: 2px;
    height: 10px;
    top: 3px;
    right: 7px;
}

/* Open state (برای آینده موبایل) */
.shop-category .category-item.open > .category-row .category-toggle::after {
    opacity: 0;
}
/* children collapse */
.shop-category .category-children {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.shop-category .category-item.open > .category-children {
    max-height: 1000px; /* عمداً بزرگ */
}

/* icon */
.shop-category .category-toggle {
    font-size: 16px;
    color: #6b7280;
    cursor: pointer;
    transition: transform .25s, color .25s;
}

.shop-category .category-item.open > .category-row .category-toggle {
    transform: rotate(-90deg);
    color: #2563eb;
}

/* Container برند */
.sidebar-card .brand-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 240px; /* حداکثر ارتفاع و اسکرول */
    overflow-y: auto;
    border-top: 1px solid #e5e7eb;
    padding-top: 10px;
}

/* هر آیتم برند */
.brand-item {
    margin-bottom: 6px;
}

.brand-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    cursor: pointer;
}

.brand-checkbox input {
    accent-color: #2563eb;
}

/* Hide filtered items */
.brand-item.hidden {
    display: none;
}
label.brand-checkbox input {
    width: inherit;
    height: inherit;
}

.product-cart-wrap .product-badges span.sale {
    background-color: #da0909;
}

.mobile-filter-button {
    display: none; /* دسکتاپ مخفی */
}

.mobile-filter-button button {
    background: #2563eb;
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    border: none;
    cursor: pointer;
}

/* نمایش فقط موبایل */
@media (max-width: 992px) {
    .mobile-filter-button { display: block; }
    .shopsidebarWrapper { display: none; }
}

/* Modal */
.mobile-filter-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}

.mobile-filter-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.4);
}

.mobile-filter-panel {
    position: absolute;
    top: 0;
    left: -100%; /* از چپ مخفی */
    width: 280px;
    height: 100%;
    background: #fff;
    box-shadow: 6px 0 20px rgba(0,0,0,.1);
    transition: left .3s ease;
    display: flex;
    flex-direction: column;
}

.mobile-filter-panel.open {
    left: 0;
}

/* Header مودال */
.mobile-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #e5e7eb;
}

.mobile-filter-header h4 {
    margin: 0;
    font-size: 16px;
}

.mobile-filter-close {
    font-size: 24px;
    border: none;
    background: none;
    cursor: pointer;
}

/* Content مودال */
.mobile-filter-content {
    overflow-y: auto;
    flex: 1;
    padding: 16px;
}
.contact-modern-section {
    background: radial-gradient(circle at top, #f5f7fa, #ffffff);
}

/* Glass Card */
.contact-glass-card {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid #eef1f5;
    box-shadow: 0 20px 40px rgba(0,0,0,.05);
    transition: .3s;
}

.contact-glass-card:hover {
    transform: translateY(-6px);
}

/* Gradient Text */
.text-gradient {
    background: linear-gradient(90deg, #0d6efd, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Info Items */
.contact-info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
}

.contact-info-item:last-child {
    border-bottom: none;
}

.contact-info-item i {
    font-size: 26px;
    color: #0d6efd;
    background: #f0f6ff;
    padding: 8px;
    border-radius: 12px;
}

.contact-info-item small {
    font-size: 12px;
    color: #888;
}

.contact-info-item p {
    margin: 0;
    font-weight: 600;
}

/* Inputs */
.input-icon {
    position: relative;
}

.input-icon i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 18px;
}

.textarea-icon i {
    top: 18px;
    transform: none;
}

.modern-input {
    padding: 12px 14px 12px 40px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    background: #fafafa;
    transition: .2s;
}

.modern-input:focus {
    background: #fff;
    border-color: #0d6efd;
    box-shadow: 0 0 0 .15rem rgba(13,110,253,.15);
}

/* Buttons */
.btn-send {
    background: linear-gradient(135deg, #0d6efd, #00c6ff);
    border: none;
    color: #fff;
    border-radius: 14px;
    font-weight: 600;
    transition: .3s;
}

.btn-send:hover {
    opacity: .9;
    transform: translateY(-1px);
}

.btn-map {
    background: #0d6efd;
    color: #fff;
    border-radius: 12px;
    font-weight: 500;
}
a.btn.btn-map:hover {
    background-color: #00b894;
}
.page-modern-section {
    background: linear-gradient(180deg, #f7f9fc, #ffffff);
}

/* Card Container */
.page-modern-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0,0,0,.06);
    border: 1px solid #eef1f5;
    padding: 30px;
    transition: .3s;
}

/* Header */
.page-modern-header {
    text-align: center;
    margin-bottom: 30px;
}

.page-title {
    font-size: 30px;
    font-weight: 800;
    background: linear-gradient(90deg,#0d6efd,#00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Cover Image */
.page-cover img {
    border-radius: 16px;
    margin-top: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,.1);
}

/* Body Content Styling */
.page-modern-body {
    font-size: 15px;
    line-height: 1.9;
    color: #374151;
}

/* CMS Content Beautifier */
.page-modern-body h1,
.page-modern-body h2,
.page-modern-body h3,
.page-modern-body h4 {
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-modern-body h2 {
    font-size: 22px;
    border-right: 4px solid #0d6efd;
    padding-right: 10px;
}

.page-modern-body p {
    margin-bottom: 12px;
}

.page-modern-body ul {
    padding-right: 18px;
}

.page-modern-body ul li {
    margin-bottom: 8px;
    position: relative;
    padding-right: 22px;
}

/* Tabler Icon bullet */
.page-modern-body ul li::before {
    content: "\ea5e"; /* ti-check */
    font-family: "tabler-icons";
    position: absolute;
    right: 0;
    color: #0d6efd;
}

/* Images inside CMS */
.page-modern-body img {
    max-width: 100%;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    margin: 15px 0;
}

/* Blockquote */
.page-modern-body blockquote {
    background: #f0f6ff;
    padding: 15px 20px;
    border-right: 4px solid #0d6efd;
    border-radius: 10px;
    font-style: italic;
}
.auth-modern-section {
    background: linear-gradient(135deg, #f7f9fc, #eef3ff);
}

/* Card */
.auth-modern-card {
    background: #fff;
    padding: 30px;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
    border: 1px solid #eef1f5;
    animation: fadeUp .5s ease;
}

@keyframes fadeUp {
    from {opacity:0; transform: translateY(20px);}
    to {opacity:1; transform: translateY(0);}
}

/* Logo */
.auth-logo {
    max-width: 160px;
    margin-bottom: 10px;
}

/* Input with icon */
.auth-input {
    position: relative;
}

.auth-input i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #0d6efd;
}

.modern-input {
    padding: 12px 14px 12px 40px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    font-size: 15px;
    background: #f9fafb;
    transition: .2s;
}

.modern-input:focus {
    background: #fff;
    border-color: #0d6efd;
    box-shadow: 0 0 0 .15rem rgba(13,110,253,.15);
}

/* Button */
.btn-auth {
    background: linear-gradient(135deg, #0d6efd, #00c6ff);
    border: none;
    border-radius: 14px;
    font-weight: 600;
    padding: 12px;
    color: #fff;
    transition: .3s;
}

.btn-auth i {
    font-size: 16px;
    margin-right: 5px;
}

.btn-auth:hover {
    opacity: .9;
    transform: translateY(-1px);
}

/* Footer */
.auth-footer a {
    color: #0d6efd;
    font-weight: 600;
}
.auth-back-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: #0d6efd;
    background: #f0f6ff;
    padding: 8px 10px;
    border-radius: 50%;
    transition: .2s;
}

.auth-back-btn:hover {
    background: #0d6efd;
    color: #fff;
}

/* Password Box */
.password-box {
    position: relative;
}

.show-pass {
    position: absolute;
    right: inherit;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
}

.show-pass:hover {
    color: #0d6efd;
}

/* OTP Button */
.btn-otp {
    background: #f8f9fa;
    border: 1px dashed #0d6efd;
    color: #0d6efd;
    border-radius: 14px;
    padding: 12px;
    font-weight: 600;
    transition: .2s;
}

.btn-otp:hover {
    background: #0d6efd;
    color: #fff;
}
/* OTP Input */
.otp-input-box {
    display: flex;
    justify-content: center;
}

.otp-input {
    width: 140px;
    text-align: center;
    font-size: 28px;
    letter-spacing: 10px;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    transition: .2s;
}

.otp-input:focus {
    background: #fff;
    border-color: #0d6efd;
    box-shadow: 0 0 0 .15rem rgba(13,110,253,.15);
}
/* OTP input large style */
.otp-input-box {
    display: flex;
    justify-content: center;
}

.otp-input {
    width: 160px;
    text-align: center;
    font-size: 28px;
    letter-spacing: 10px;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    transition: .2s;
}

.otp-input:focus {
    background: #fff;
    border-color: #0d6efd;
    box-shadow: 0 0 0 .15rem rgba(13,110,253,.15);
}
/* Chrome, Safari, Edge, Opera */
.auth-modern-section input[type=number]::-webkit-outer-spin-button,
.auth-modern-section input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.auth-modern-section input[type=number] {
    -moz-appearance: textfield;
}
.auth-input.password-box input {
    text-align: left;
}

/* Header */
.cart-header {
    font-weight: 700;
    font-size: 26px;
    border-right: 4px solid #0aad0a;
    padding-right: 12px;
}

/* Cart Table Box */
.shopping-summery {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    padding: 10px;
}

/* Table */
.table-wishlist {
    border-collapse: separate;
    border-spacing: 0 10px;
}

/* Table Head */
.table-wishlist thead tr {
    background: #f6f8fa;
    border-radius: 10px;
}

.table-wishlist thead th {
    padding: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
}

/* Table Rows */
.table-wishlist tbody tr {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.04);
    transition: 0.2s ease;
}

.table-wishlist tbody tr:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Product Image */
.product-thumbnail img {
    width: 80px;
    border-radius: 10px;
    border: 1px solid #eee;
}

/* Product Name */
.product-name a {
    font-weight: 600;
    font-size: 15px;
    color: #222;
}

.product-name a:hover {
    color: #0aad0a;
}

/* Price */
.price span {
    font-weight: 700;
    color: #0aad0a;
    font-size: 15px;
}

.price del {
    color: #999;
    font-size: 13px;
    margin-left: 6px;
}

/* Quantity Box */
.cart-product-quantity .quantity {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    width: 120px;
}

.cart-product-quantity .quantity {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    width: 110px;
}

.cart-product-quantity .minus,
.cart-product-quantity .plus {
    width: 32px;
    height: 32px;
    border: none;
    background: #f6f6f6;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-product-quantity input.qty {
    width: 24px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    height: 32px;
}


.cart-product-quantity .plus:hover,
.cart-product-quantity .minus:hover {
    background: #0aad0a;
    color: #fff;
}


/* Delete Button */
.deleteItemCart span {
    font-size: 18px;
    color: #ff4d4d;
    cursor: pointer;
}

.deleteItemCart span:hover {
    color: #c0392b;
}

/* Cart Totals Box */
.cart-totals {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* Total Price */
.cart_total_amount h4 {
    font-weight: 700;
    color: #111;
}

/* Checkout Button */
.cart-totals .btn {
    background: linear-gradient(135deg, #00b894, #22b397);
    color: #fff;
    border-radius: 10px;
    padding: 12px;
    font-weight: 600;
}

.cart-totals .btn:hover {
    opacity: 0.9;
}

/* Continue Shopping Button */
.cart-action .btn {
    background: #f6f6f6;
    border-radius: 10px;
    padding: 10px 18px;
    font-weight: 600;
}

/* Empty Cart */
.emptycart {
    text-align: center;
    font-size: 22px;
    color: #666;
}

.emptycart i {
    font-size: 60px;
    color: #ddd;
}

/* Responsive */
@media(max-width:768px){
    .product-thumbnail img {
        width: 60px;
    }

    .cart-product-quantity .quantity {
        width: 100px;
    }
}

/* Home Slider Section */
.home-slider {
    position: relative;
}

/* Slide Item */
.single-hero-slider {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.single-hero-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Content Layer */
.slider-content {
    position: relative;
    z-index: 2;
    padding: 40px 60px;
    color: #fff;
}

.slider-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.slider-content p {
    font-size: 16px;
    opacity: 0.9;
}

/* Swiper Pagination */
.heroSwiper .swiper-pagination-bullet {
    background: rgba(255,255,255,0.6);
    width: 10px;
    height: 10px;
    opacity: 1;
}

.heroSwiper .swiper-pagination-bullet-active {
    background: #1abc9c;
    width: 20px;
    border-radius: 10px;
}

/* Navigation Arrows */
.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev {
    background: rgba(255,255,255,0.8);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #1abc9c;
    transition: all .3s ease;
}

.heroSwiper .swiper-button-next:hover,
.heroSwiper .swiper-button-prev:hover {
    background: #1abc9c;
    color: #fff;
    transform: scale(1.05);
}

.heroSwiper .swiper-button-next::after,
.heroSwiper .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}

/* Animation on hover */
.single-hero-slider:hover {
    transform: scale(1.02);
    transition: 0.6s ease;
}

/* Responsive */
@media (max-width: 991px) {
    .single-hero-slider {
        height: 300px;
    }
    .slider-content {
        padding: 20px 25px;
    }
    .slider-content h2 {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .single-hero-slider {
        height: 220px;
    }
}
.banners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.banner-item {
    display: block;
}

.banner-img {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    transition: .3s ease;
}

.banner-img img {
    width: 100%;
    height: auto;
    display: block; /* FIX WHITE GAP */
}

/* Hover سفید شدن */
.banner-img::after {
    content:"";
    position:absolute;
    inset:0;
    background:rgba(255,255,255,0);
    transition:.3s;
}
.banner-img:hover::after {
    background:rgba(255,255,255,.18);
}
/* Tablet */
@media (max-width: 992px) {
    .banners-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile default تک ستون */
@media (max-width: 576px) {
    .banners-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 576px) {

    /* فقط 4 آیتم اول دو ستونه */
    .banners-grid.mobile-smart > .banner-item:nth-child(-n+4) {
        grid-column: span 1;
    }

    .banners-grid.mobile-smart {
        grid-template-columns: repeat(2, 1fr);
    }

    /* بقیه بنرها فول عرض */
    .banners-grid.mobile-smart > .banner-item:nth-child(n+5) {
        grid-column: span 2;
    }
}


.special-offers-section {
    background: #e87479;
    padding: 40px 0;
    margin: 30px 0;
}

section.special-offers-section h3 {
    color: #532426;
}

section.special-offers-section h3 {
    color: #532426;
}
/* Header */
.section-title h3 {
    font-weight: 800;
    color: #0f766e;
}
.section-title .view-all {
    font-size: 14px;
    color: #0f766e;
}

/* Card */
.offer-product-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: .3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.offer-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.14);
}

/* Image */
.offer-product-img {
    position: relative;
    padding: 15px;
    text-align: center;
}
.offer-product-img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    display: block;
}

/* Discount Badge */
.offer-discount-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #dc2626;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 20px;
}

/* Info */
.offer-product-info {
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.offer-product-info h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    min-height: 45px;
}

.offer-product-info h4 a {
    color: #111;
}

/* Rating */
.offer-rating .stars {
    width: 80px;
    height: 14px;
    background: #ddd;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.offer-rating .stars span {
    position: absolute;
    inset: 0;
    background: #facc15;
}

/* Price */
.offer-price {
    margin-top: auto;
    margin-bottom: 10px;
}

.offer-price .new-price {
    font-size: 16px;
    font-weight: 800;
    color: #0f766e;
}

.offer-price .old-price {
    font-size: 12px;
    text-decoration: line-through;
    color: #999;
    margin-right: 6px;
}

/* Add Cart */
.offer-add-cart {
    background: #0f766e;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    transition: .3s;
}

.offer-add-cart:hover {
    background: #115e59;
    color: #fff;
}

/* Swiper arrows */
.specialOffersSwiper .swiper-button-next,
.specialOffersSwiper .swiper-button-prev {
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    color: #0f766e;
}

.popular-brands-section {
    padding: 40px 0;
    background: #f7f9fa;
}

.section-title h3 {
    font-weight: 900;
    font-size: 22px;
    color: #0f766e;
    margin-bottom: 25px;
}

/* کارت برند مدرن */
.brand-card {
    background: #fff;
    border-radius: 20px;
    padding: 12px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

.brand-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(0,0,0,0.15);
}

/* تصویر برند دایره‌ای */
.brand-img {
    width: 100px;
    height: 80px;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}

.brand-img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    transition: transform 0.3s;
}

.brand-card:hover .brand-img img {
    transform: scale(1.15);
}

/* نام برند */
.brand-title {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
}

/* Swiper arrows مدرن */
.popularBrandsSwiper .swiper-button-next,
.popularBrandsSwiper .swiper-button-prev {
    background: #0f766e;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
.pc-section {
    background: #f8fafc;
    padding: 40px 0;
}

.pc-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.pc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.pc-header h3 {
    font-weight: 900;
    color: #0f766e;
}
section.special-offers-section.mostsales-section {
    background: #deffe9;
}
section.special-offers-section.mostsales-section h3 {
    color: #0f766e;
}
section.newset-section {
    background: #deffe9;
}
section.newset-section h3 {
    color: #0f766e;
}
/* کارت محصول */
.pc-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(97, 73, 73, 0.08);
    transition: transform .3s, box-shadow .3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.14);
}

/* تصویر */
.pc-img {
    position: relative;
    padding: 12px;
    text-align: center;
}

.pc-img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    display: block;
    transition: transform .3s;
}

.pc-hover-img {
    position: absolute;
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    object-fit: contain;
    opacity: 0;
    transition: opacity .3s, transform .3s;
}

.pc-card:hover .pc-hover-img {
    opacity: 1;
    transform: scale(1.05);
}

/* تخفیف */
.pc-discount {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #dc2626;
    color: #fff;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 12px;
}

/* info */
.pc-info {
    padding: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pc-title {
    font-size: 14px;
    font-weight: 700;
    min-height: 42px;
}

.pc-rating {
    display: flex;
    align-items: center;
    margin: 6px 0;
}

.pc-stars {
    width: 70px;
    height: 12px;
    background: #ddd;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 5px;
    position: relative;
}

.pc-stars span {
    position: absolute;
    inset: 0;
    background: #facc15;
}

.pc-rate-number {
    font-size: 12px;
    color: #555;
}

/* قیمت */
.pc-price {
    margin-top: auto;
    margin-bottom: 10px;
}

.pc-new-price {
    color: #0f766e;
    font-weight: 800;
}

.pc-old-price {
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
    margin-left: 6px;
}

/* دکمه افزودن به سبد */
.pc-add-cart {
    background: #0f766e;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 8px;
    font-weight: 700;
    transition: .3s;
}

.pc-add-cart:hover {
    background: #115e59;
}

/* Swiper arrows */
.pc-swiper .swiper-button-next,
.pc-swiper .swiper-button-prev {
    background: #fff;
    color: #0f766e;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.blog-section {
    padding: 50px 0;
}

/* Header */
.blog-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-section .section-header h3 {
    font-weight: 900;
    color: #0f766e;
    font-size: 24px;
}

.blog-section .view-all-btn {
    background: #0f766e;
    color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.blog-section .view-all-btn:hover {
    background: #115e59;
}

/* Grid */
.blog-grid {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(4, 1fr); /* دسکتاپ 4 ستون */
}

/* کارت بلاگ */
.blog-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: transform .3s, box-shadow .3s;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.14);
}

/* تصویر */
.blog-thumb img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
    transition: transform .3s;
}

.blog-card:hover .blog-thumb img {
    transform: scale(1.05);
}

/* محتوا */
.blog-content {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 44px;
}

.blog-title a {
    color: #111;
    text-decoration: none;
}

.blog-title a:hover {
    color: #0f766e;
}

/* متا */
.blog-meta {
    margin-top: auto;
    font-size: 13px;
    color: #555;
    display: flex;
    justify-content: space-between;
}

.blog-meta .blog-date {
    font-weight: 500;
}

.blog-meta .blog-views {
    font-weight: 400;
}

/* ریسپانسیو موبایل: 2 ستون */
@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ریسپانسیو موبایل خیلی کوچک: 1 ستون */
@media (max-width: 480px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}