/* فونت اصلی */
body,
.caf-filter,
.caf-product-list,
.caf-product-card {
    font-family: Samim, sans-serif;
}

/* ----------------------- */
/* فیلتر ویژگی‌ها آکاردئون */
/* ----------------------- */

.caf-filter {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    background: none;
    border: none;
    border-radius: 0;
}

.caf-accordion {
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DFDFDF;
}

.caf-accordion-toggle {
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 700;
    color: #000;
    position: relative;
}

.caf-accordion-toggle:hover,
.caf-accordion-toggle:focus,
.caf-accordion-toggle:active {
    background: none;
    color: #000;
    outline: none;
    box-shadow: none;
}

.caf-accordion-toggle::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../../icons/arrow-down.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
}

.caf-accordion-toggle.active::after {
    background-image: url('../../icons/arrow-up.svg');
}

.caf-accordion-content {
    display: none;
    padding: 5px 15px;
    background: none;
}

.caf-accordion-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.caf-accordion-content li {
    margin-bottom: 8px;
}

.caf-accordion-content input[type="checkbox"] {
    margin-left: 6px;
    transform: scale(1.2);
    vertical-align: middle;
}

.caf-accordion-content label {
    cursor: pointer;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}


/* ------------------ */
/* لیست محصولات کارت */
/* ------------------ */

.caf-product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.caf-product-card {
    width: 288px;
    height: 438px;
    background-color: #FFF;
    border: 1px solid #0000001F;
    border-radius: 12px;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* تصویر محصول */
.caf-product-image img {
    max-width: 100%;
    border-radius: 8px;
}

/* عنوان محصول */
.caf-product-title{
    font-family: IRANSansX !important;
    color: #313131 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    margin: 10px 0 5px !important;
    text-decoration: none !important;
    display: block;
    text-align: right;
}

/* قیمت و تخفیف بالا */
.caf-price-row-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
    font-family: IRANSansX;
}

/* قیمت ویژه پایین */
.caf-price-row-bottom {
    margin-top: 8px;
    font-family: IRANSansX;
    font-size: 15px;
    color: #E40428;
    font-weight: 700;
    text-align: left;
}

/* ------------------ */
/* صفحه بندی محصولات */
/* ------------------ */

.caf-pagination {
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.caf-page-btn {
    padding: 8px 14px;
    border: 1px solid #DFE2E6;
    background-color: #ffffff;
    font-family: IRANSansX;
    font-size: 14px;
    color: #000;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.caf-page-btn:hover:not(:disabled) {
    background-color: #4C8ADA;
    color: #ffffff;
}

.caf-page-btn:disabled {
    background-color: #4C8ADA;
    color: #ffffff;
    cursor: default;
    border-color: #4C8ADA;
}


/* ----------------------- */
/* واکنش‌گرایی موبایل و تبلت */
/* ----------------------- */

@media screen and (max-width: 767px) {
    .caf-product-list {
        padding: 0 8px;
    }

    .caf-product-card {
        width: calc(50% - 10px) !important;
        height: auto !important;
    }
}
.discount-badge-blue {
    color: #fff !important;
}
.caf-product-list .caf-product-card .caf-product-title a {
    font-family: IRANSansX !important;
    color: #313131 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: block;
    text-align: right;
    margin: 10px 0 5px !important;
}
/* 🔶 عنوان فیلتر قیمت */
.caf-price-filter label {
    font-family: 'IRANSansX', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}

/* 🔶 نوار کشویی قیمت */
.caf-price-filter input[type="range"] {
    width: 100%;
    height: 3px;
    background: #EFB32A;
    border-radius: 4px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 15px 0;
    position: relative;
}

/* 🔶 دسته‌های دو طرف اسلایدر */
.caf-price-filter input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
    border: none;
    margin-top: -5px;
}

.caf-price-filter input[type="range"]::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
    border: none;
}
