:root {
	--wd-text-font: iransans, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 15px;
	--wd-title-font: iranyekan, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "IRANSans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "IRANSans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "IRANSans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 12px;
	--wd-header-el-font: "IRANSans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 12px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #5f6e1e;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #5f6e1e;
	--btn-accented-bgcolor-hover: #4c5608;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #ef394e;
	--wd-link-color-hover: #cc3064;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #111111;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

@font-face {
	font-family: "Gramophone";
	src: url("//talarjamejam.ir/wp-content/uploads/2024/05/GramophoneFaNum-Grunge.woff2") format("woff2"), 
url("//talarjamejam.ir/wp-content/uploads/2024/05/GramophoneFaNum-Grunge.woff") format("woff");
	font-weight: 400;
	font-display:block;
	font-style: normal;
}

/* =========================================================
   Talar Jame Jam
   Rank Math FAQ — Luxury Accordion
   ========================================================= */

.rank-math-list {
    --faq-accent: #9e2034;
    --faq-accent-dark: #7f1829;
    --faq-text: #292929;
    --faq-muted: #777;
    --faq-border: #e8e3e3;
    --faq-bg: #ffffff;
    --faq-open-bg: #fffafa;
    --faq-shadow: 0 10px 35px rgba(0, 0, 0, 0.045);

    width: 100%;
    direction: rtl;
    margin: 0;
    padding: 0;
}

/* هر آیتم FAQ */
.rank-math-list .rank-math-list-item {
    position: relative;
    width: 100%;
    margin: 0 0 14px;
    padding: 0;
    border: 1px solid var(--faq-border);
    border-radius: 18px;
    background: var(--faq-bg);

    overflow: hidden;

    transition:
        border-color 0.35s ease,
        background-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

/* ---------------------------------------------------------
   حالت باز
   --------------------------------------------------------- */

.rank-math-list .rank-math-list-item.is-open {
    background: var(--faq-open-bg);
    border-color: rgba(158, 32, 52, 0.22);
    box-shadow: var(--faq-shadow);
}

/* ---------------------------------------------------------
   Question
   --------------------------------------------------------- */

.rank-math-list .rank-math-question {
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;
    min-height: 72px;

    margin: 0;
    padding: 18px 72px 18px 62px;

    color: var(--faq-text);

    font-size: 17px;
    font-weight: 700;
    line-height: 1.9;
    text-align: right;

    cursor: pointer;
    user-select: none;

    transition:
        color 0.3s ease,
        padding-right 0.35s ease;
}

/* سؤال فعال */
.rank-math-list .rank-math-list-item.is-open .rank-math-question {
    color: var(--faq-accent);
}

/* ---------------------------------------------------------
   شماره سؤال
   --------------------------------------------------------- */

.rank-math-list .rank-math-list-item::before {
    content: counter(faq-item, decimal-leading-zero);

    position: absolute;
    top: 50%;
    right: 17px;

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translateY(-50%);

    border-radius: 50%;

    background: #f5f1f1;
    color: #8a8585;

    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3px;

    transition:
        background-color 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
}

.rank-math-list {
    counter-reset: faq-item;
}

.rank-math-list .rank-math-list-item {
    counter-increment: faq-item;
}

.rank-math-list .rank-math-list-item.is-open::before {
    background: var(--faq-accent);
    color: #ffffff;

    transform:
        translateY(-50%)
        scale(1.05);
}

/* ---------------------------------------------------------
   خط ظریف کنار آیتم فعال
   --------------------------------------------------------- */

.rank-math-list .rank-math-list-item::after {
    content: "";

    position: absolute;
    top: 18px;
    bottom: 18px;
    right: 0;

    width: 3px;

    border-radius: 3px 0 0 3px;

    background: transparent;

    transition:
        background-color 0.35s ease,
        top 0.35s ease,
        bottom 0.35s ease;
}

.rank-math-list .rank-math-list-item.is-open::after {
    top: 14px;
    bottom: 14px;
    background: var(--faq-accent);
}

/* ---------------------------------------------------------
   SVG Toggle
   --------------------------------------------------------- */

.rank-math-list .rank-math-question .faq-toggle-icon {
    position: absolute;

    left: 18px;
    top: 50%;

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform:
        translateY(-50%)
        rotate(0deg);

    border: 1px solid #e4dddd;
    border-radius: 50%;

    background: #ffffff;
    color: #777;

    transform-origin: center;

    transition:
        transform 0.4s cubic-bezier(.4, 0, .2, 1),
        background-color 0.35s ease,
        border-color 0.35s ease,
        color 0.35s ease,
        box-shadow 0.35s ease;
}

.rank-math-list .rank-math-question .faq-toggle-icon svg {
    width: 17px;
    height: 17px;

    display: block;

    transition:
        transform 0.4s cubic-bezier(.4, 0, .2, 1);
}

/* SVG باز */
.rank-math-list .rank-math-list-item.is-open
.rank-math-question .faq-toggle-icon {
    transform:
        translateY(-50%)
        rotate(180deg);

    background: var(--faq-accent);
    border-color: var(--faq-accent);
    color: #ffffff;

    box-shadow:
        0 5px 15px rgba(158, 32, 52, 0.18);
}

/* ---------------------------------------------------------
   Answer
   --------------------------------------------------------- */

.rank-math-list .rank-math-answer {
    height: 0;
    overflow: hidden;

    opacity: 0;

    padding: 0 72px 0 62px;

    color: var(--faq-muted);

    font-size: 15.5px;
    font-weight: 400;
    line-height: 2.15;

    transition:
        height 0.45s cubic-bezier(.4, 0, .2, 1),
        opacity 0.3s ease,
        padding-top 0.4s ease,
        padding-bottom 0.4s ease;
}

/* محتوای داخل پاسخ */
.rank-math-list .rank-math-answer > *:first-child {
    margin-top: 0;
}

.rank-math-list .rank-math-answer > *:last-child {
    margin-bottom: 0;
}

/* پاسخ فعال */
.rank-math-list .rank-math-list-item.is-open
.rank-math-answer {
    opacity: 1;

    padding-top: 0;
    padding-bottom: 24px;
}

/* ---------------------------------------------------------
   خط جداکننده داخل آیتم باز
   --------------------------------------------------------- */

.rank-math-list .rank-math-list-item.is-open
.rank-math-question::after {
    content: "";

    position: absolute;

    right: 72px;
    left: 62px;
    bottom: 0;

    height: 1px;

    background: linear-gradient(
        to left,
        rgba(158, 32, 52, 0.20),
        rgba(158, 32, 52, 0.03)
    );
}

/* ---------------------------------------------------------
   Hover
   --------------------------------------------------------- */

@media (hover: hover) {

    .rank-math-list .rank-math-list-item:not(.is-open):hover {
        border-color: rgba(158, 32, 52, 0.18);

        transform: translateY(-1px);

        box-shadow:
            0 7px 22px rgba(0, 0, 0, 0.035);
    }

    .rank-math-list .rank-math-list-item:not(.is-open):hover
    .faq-toggle-icon {
        color: var(--faq-accent);
        border-color: rgba(158, 32, 52, 0.3);
    }
}

/* ---------------------------------------------------------
   Focus برای دسترسی‌پذیری
   --------------------------------------------------------- */

.rank-math-list .rank-math-question:focus-visible {
    outline: 2px solid var(--faq-accent);
    outline-offset: -2px;
    border-radius: 16px;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .rank-math-list .rank-math-list-item {
        margin-bottom: 10px;
        border-radius: 14px;
    }

    .rank-math-list .rank-math-question {
        min-height: 64px;

        padding:
            15px 58px 15px 54px;

        font-size: 15px;
        line-height: 1.85;
    }

    /* شماره */
    .rank-math-list .rank-math-list-item::before {
        right: 12px;

        width: 30px;
        height: 30px;

        font-size: 10px;
    }

    /* آیکون */
    .rank-math-list .rank-math-question .faq-toggle-icon {
        left: 12px;

        width: 30px;
        height: 30px;
    }

    .rank-math-list .rank-math-question .faq-toggle-icon svg {
        width: 15px;
        height: 15px;
    }

    /* پاسخ */
    .rank-math-list .rank-math-answer {
        padding-right: 58px;
        padding-left: 20px;

        font-size: 14px;
        line-height: 2;
    }

    .rank-math-list .rank-math-list-item.is-open
    .rank-math-answer {
        padding-bottom: 18px;
    }

    .rank-math-list .rank-math-list-item.is-open
    .rank-math-question::after {
        right: 58px;
        left: 20px;
    }

    .rank-math-list .rank-math-list-item::after {
        top: 14px;
        bottom: 14px;
    }
}

/* =========================================================
   بسیار کوچک
   ========================================================= */

@media (max-width: 400px) {

    .rank-math-list .rank-math-question {
        padding-right: 53px;
        padding-left: 50px;
        font-size: 14px;
    }

    .rank-math-list .rank-math-answer {
        padding-right: 53px;
        padding-left: 16px;
        font-size: 13.5px;
    }

    .rank-math-list .rank-math-list-item.is-open
    .rank-math-question::after {
        right: 53px;
        left: 16px;
    }
}