a:hover {
  color: #f0a456;
}
a.active {
  color: #f0a456;
}

.icon-side{
    width: 30px;
    height: 30px;
}
.header_menu_btn .icon {
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
    .logo.logo-width-1 {
        margin-left: 0;
        position: static !important;
        left: 0px !important;
    }
    .logo.logo-width-1 a img{
        min-width: 55px !important;
        width: 55px !important;
    }
    .header-bottom{
        padding: 12px 0 !important;
    }
}
.navbar_search_input{
    height: 40px !important;
    font-size: 13px !important;
}

.breadcrumb, .breadcrumb a{
    font-size: 11px !important;
}
.slider-nav-thumbnails .slick-slide.slick-current svg{
    border: 2px solid #a2d2c9;
}

.show_section_btn.active{
    background: #f0a456 !important;
    color: rgb(255, 255, 255) !important;
    box-shadow: 0px 1px 1px 1px rgba(240, 164, 86, 0.44);
}
.modal-header{
    background: #f0a456 !important;
}
.product-cart-wrap .product-content-wrap h2 a{
    font-size: 12px !important;
}
.product-cart-wrap .product-content-wrap h2{
    margin-top: 5px !important;
}

@media only screen and (max-width: 768px) {

  .show_section_btn{
      font-size: 10px !important;
      padding: 6px 8px !important;
  }
  .tab-style3 .nav-tabs li.nav-item a{
      font-size: 13px !important;
  }
}
@media only screen and (min-width: 768px) {

    .dir-md-rtl{
        direction: rtl !important;
    }
    .dir-md-ltr{
        direction: ltr !important;
    }
}
.banner {
    width: 100%;
    height: auto;        /* ← کلید جلوگیری از دفرمه! */
    display: block;
    /* object-fit: cover;    */
    object-position: center;
    /* border-radius: 8px; */ /* اختیاری */
}
.banner-container {
    height: 150px;
}
.banner-image {
    height: 150px;
    object-fit: cover;
}


.offer-slider-section {
    width: 100%;
    margin: 24px 0;
    direction: rtl;
}

.offer-slider-wrapper {
    display: grid;
    grid-template-columns: 70% minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    background: linear-gradient(135deg, #8cc8ee 0%, #6fb3e3 50%, #5ca6da 100%);
    border-radius: 28px;
    padding: 18px;
    box-shadow: 0 16px 40px rgba(24, 72, 120, 0.14);
    overflow: hidden;
    position: relative;
}

/* Side Panel */
.offer-slider-sidepanel {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.26);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 24px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-align: center;
    min-height: 100%;
}

.offer-badge {
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.8;
}

.offer-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.offer-timer-box {
    width: 82px;
    height: 82px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.offer-timer-value {
    color: #1e293b;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.offer-timer-label {
    margin-top: 6px;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.offer-side-icon {
    font-size: 72px;
    line-height: 1;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.12));
}

.offer-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 12px 18px;
    border-radius: 14px;
    background: #ffffff;
    color: #1d4e89;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: all 0.25s ease;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.offer-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

/* Slider */
.offer-slider-content {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
}

.offer-slider-track {
    display: flex;
    gap: 0px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 6px 2px 10px;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.offer-slider-track::-webkit-scrollbar {
    display: none;
}

.offer-slide-item {
    flex: 0 0 280px;
    max-width: 280px;
    min-width: 260px;
}

/* Nav Buttons */
.offer-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #0f172a;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.15);
    transition: all 0.2s ease;
}

.offer-nav:hover {
    background: #ffffff;
    transform: translateY(-50%) scale(1.05);
}

.offer-nav-prev {
    right: 10px;
}

.offer-nav-next {
    left: 10px;
}

/* Fade edges */
.offer-slider-content::before,
.offer-slider-content::after {
    content: "";
    position: absolute;
    top: 0;
    width: 15px;
    border-radius: 20px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.offer-slider-content::before {
    right: 0;
    background: linear-gradient(to left, rgba(111, 179, 227, 0.95), rgba(111, 179, 227, 0));
}

.offer-slider-content::after {
    left: 0;
    background: linear-gradient(to right, rgba(111, 179, 227, 0.95), rgba(111, 179, 227, 0));
}

/* Responsive */
@media (max-width: 992px) {
    .offer-slider-wrapper {
        grid-template-columns: 1fr;
    }

    .offer-slider-sidepanel {
        order: -1;
        padding: 20px 16px;
    }

    .offer-badge {
        font-size: 20px;
    }

    .offer-side-icon {
        font-size: 56px;
    }
}

@media (max-width: 768px) {
    .offer-slide-item {
        flex: 0 0 250px;
        max-width: 250px;
        min-width: 250px;
        margin: 0 10px;
    }
    .carausel-6-columns, .carausel-4-columns {
      max-width: 100vw !important;
    }
    .offer-slide-item .card-1, .slick-list .card-1{
        margin-bottom: 0 !important;
    }
    .section-product-list-h, .section-product-list-h .container.p-0{
        padding: 0px !important;
    }
    .offer-timer-box {
        width: 72px;
        height: 72px;
    }

    .offer-timer-value {
        font-size: 24px;
    }
}
.product-cart-wrap .product-content-wrap {
    padding: 5px 10px 90px 10px !important;
}

@media (max-width: 576px) {
    .offer-slider-wrapper {
        padding: 14px;
        border-radius: 20px;
    }

    .offer-slider-sidepanel {
        border-radius: 18px;
    }

    .offer-slide-item {
        flex: 0 0 250px;
        max-width: 250px;
        min-width: 250px;
    }

    .offer-nav {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .offer-badge {
        font-size: 18px;
    }
}
.card-1{
    text-align: right !important;
}
/* در فایل CSS قبلی این بخش را جایگزین کنید یا اصلاح کنید */
.offer-timer-box {
    width: 65px; /* کمی کوچکتر برای جا شدن ۳ باکس */
    height: 70px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.offer-timer-value {
    font-size: 22px; /* فونت کمی کوچکتر */
    font-weight: 800;
    color: #1e293b;
}

.offer-timer-label {
    font-size: 11px;
    color: #64748b;
}

@media (max-width: 768px) {
    .offer-slider-wrapper {
        grid-template-columns: 1fr; /* در موبایل زیر هم بروند */
    }
    .offer-timer-box {
        width: 75px;
        height: 75px;
    }
}
/* ---------- Footer Root Variables ---------- */
:root {
    --footer-bg: #f8f9fa;
    --footer-text: #6c757d;
    --footer-heading: #2d2d2d;
    --footer-border: #e9ecef;
    --footer-hover: #0d6efd;
    --footer-transition: all 0.3s ease;
}

/* ---------- Footer Main ---------- */
.site-footer {
    background: var(--footer-bg);
    border-top: 1px solid var(--footer-border);
    font-family: inherit;
    height: auto !important;
    direction: rtl;
}

/* ---------- Footer Middle Section ---------- */
.site-footer .footer-mid {
    padding: 3rem 0 2rem;
}

.site-footer .footer-mid .container {
    max-width: 1200px;
}

/* ---------- Brand Column ---------- */
.site-footer .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
}

.site-footer .footer-brand .footer-logo {
    display: inline-block;
    transition: var(--footer-transition);
}

.site-footer .footer-brand .footer-logo:hover {
    opacity: 0.8;
    transform: scale(1.02);
}

.site-footer .footer-brand .footer-logo img {
    max-height: 44px;
    width: auto;
}

/* ---------- Trust Badges (Enamad / Samandehi) ---------- */
.site-footer .trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.site-footer .trust-badges a,
.site-footer .trust-badges img {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    transition: var(--footer-transition);
    background: #fff;
    padding: 4px;
    border: 1px solid var(--footer-border);
}

.site-footer .trust-badges a:hover,
.site-footer .trust-badges img:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.site-footer .trust-badges img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ---------- Link Columns ---------- */
.site-footer .footer-links-col {
    margin-bottom: 1.5rem;
}

.site-footer .footer-links-col .col-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--footer-heading);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--footer-hover);
    display: inline-block;
}

.site-footer .footer-links-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-links-col ul li {
    margin-bottom: 0.6rem;
}

.site-footer .footer-links-col ul li:last-child {
    margin-bottom: 0;
}

.site-footer .footer-links-col ul li a {
    color: var(--footer-text);
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.7;
    transition: var(--footer-transition);
    position: relative;
    padding-right: 0;
}

.site-footer .footer-links-col ul li a::before {
    content: "‹";
    margin-left: 6px;
    font-size: 0.75rem;
    opacity: 0;
    transition: var(--footer-transition);
    display: inline-block;
}

.site-footer .footer-links-col ul li a:hover {
    color: var(--footer-hover);
    padding-right: 4px;
}

.site-footer .footer-links-col ul li a:hover::before {
    opacity: 1;
}

/* ---------- Footer Bottom ---------- */
.site-footer .footer-bottom {
    border-top: 1px solid var(--footer-border);
    padding: 1.25rem 0;
}

.site-footer .footer-bottom p {
    margin: 0;
    color: var(--footer-text);
    font-size: 0.8rem;
    letter-spacing: -0.2px;
}

/* ==================== RESPONSIVE ==================== */

/* ---------- Tablet ---------- */
@media (max-width: 991.98px) {
    .site-footer .footer-mid {
        padding: 2.5rem 0 1.5rem;
    }

    .site-footer .footer-brand {
        align-items: center;
        text-align: center;
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid var(--footer-border);
    }

    .site-footer .footer-links-col {
        text-align: center;
    }

    .site-footer .footer-links-col .col-title {
        display: inline-block;
    }
}

/* ---------- Mobile ---------- */
@media (max-width: 575.98px) {
    .site-footer .footer-mid {
        padding: 2rem 0 1rem;
    }

    .site-footer  {
        padding-bottom: 100px;
    }
    .site-footer .footer-brand .footer-logo img {
        max-height: 36px;
    }

    .site-footer .trust-badges {
        justify-content: center;
        gap: 0.5rem;
    }

    .site-footer .trust-badges a,
    .site-footer .trust-badges img {
        width: 70px;
        height: 70px;
    }

    .site-footer .footer-links-col ul li {
        margin-bottom: 0.5rem;
    }

    .site-footer .footer-links-col ul li a {
        font-size: 0.82rem;
    }

    .site-footer .footer-bottom p {
        font-size: 0.75rem;
    }
}
