@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//bote.gold/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.0") format("woff2");
}

:root {
	--wd-hb-opt-h: 104px;
	--wd-text-font: iranyekan, sans-serif;
	--wd-text-font-weight: 200;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: iranyekan, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: var(--wd-title-font);
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: iranyekan, sans-serif;
	--wd-widget-title-font: var(--wd-title-font);
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: var(--wd-text-font);
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-brd-radius: 22px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(31,34,96);
	--wd-alternative-color: rgb(229,197,140);
	--btn-default-font-family: iranyekan, sans-serif;
	--btn-default-font-weight: 300;
	--btn-default-bgcolor: rgb(28,30,83);
	--btn-default-bgcolor-hover: rgb(229,197,140);
	--btn-accented-font-family: iranyekan, sans-serif;
	--btn-accented-font-weight: 300;
	--btn-accented-bgcolor: rgb(28,30,83);
	--btn-accented-bgcolor-hover: rgb(229,197,140);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.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: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-hb-opt-h: 57px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-hb-opt-h: 78px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

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


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

/* هدر باکسی واقعی */
.whb-header .whb-main-header,
.whb-header .whb-general-header,
.whb-header .whb-sticky-header {
    max-width: 1000px;
    margin: 15px auto 0;
    border-radius: 30px;
    overflow: hidden;
}

/* اگر بخواهی پس‌زمینه و سایه هم داشته باشد */
.whb-header .whb-main-header,
.whb-header .whb-general-header {
    
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

/* استیکی هدر */
.whb-sticked .whb-sticky-header,
.whb-sticked .whb-main-header,
.whb-sticked .whb-general-header {
    max-width: 1000px;
    margin: 15px auto 0;
    border-radius: 30px;
   
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}




/* ============================================
   WOODMART PRO FLOATING BOTTOM NAV
   Glass / Capsule / Active Circle / Center Pop
   ============================================ */

@media (max-width: 767px) {

    /* -------- فریم اصلی نوار -------- */
    .wd-toolbar {
        position: fixed !important;
        left: 14px !important;
        right: 14px !important;
        bottom: calc(14px + env(safe-area-inset-bottom)) !important;
        width: auto !important;
        height: auto !important;
        border-radius: 28px !important;
        overflow: visible !important;
        background: rgba(255, 255, 255, 0.2) !important;
        backdrop-filter: blur(80px) saturate(300%);
        -webkit-backdrop-filter: blur(18px) saturate(180%);
        box-shadow:
            0 12px 40px rgba(0, 0, 0, 0.10),
            0 0 0 0.5px rgba(255, 255, 255, 0.35) inset;
        border: 1px solid rgba(255, 255, 255, 0.30);
        z-index: 99999 !important;
        transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1),
                    opacity 0.35s ease;
    }

    /* -------- داخل نوار -------- */
    .wd-toolbar .wd-toolbar-nav {
        display: flex !important;
        justify-content: space-around;
        align-items: center;
        background: transparent !important;
        border: none !important;
        border-radius: 28px !important;
        padding: 6px 4px !important;
        gap: 0;
    }

    /* -------- هر آیتم -------- */
    .wd-toolbar .wd-toolbar-item {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .wd-toolbar .wd-toolbar-item > a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        padding: 6px 4px;
        color: #555;
        text-decoration: none;
        position: relative;
        z-index: 2;
        transition: color 0.3s ease,
                    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
        border-radius: 18px;
        width: 100%;
    }

    /* -------- آیکون -------- */
    .wd-toolbar .wd-toolbar-icon {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 2px;
        transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    /* -------- عنوان -------- */
    .wd-toolbar .wd-toolbar-label {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 0.3px;
        opacity: 0.75;
        transition: opacity 0.3s ease,
                    transform 0.3s ease;
    }

    /* ================================
       آیتم فعال — حالت دایره‌ای
       ================================ */
    .wd-toolbar .wd-toolbar-item.active > a,
    .wd-toolbar .wd-toolbar-item.current-menu-item > a,
    .wd-toolbar .wd-toolbar-item.current_page_item > a {
        color: #fff !important;
    }

    .wd-toolbar .wd-toolbar-item.active > a::before,
    .wd-toolbar .wd-toolbar-item.current-menu-item > a::before,
    .wd-toolbar .wd-toolbar-item.current_page_item > a::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 48px;
        height: 48px;
        background: linear-gradient(135deg, #0a7cff, #0059cc);
        border-radius: 50%;
        z-index: -1;
        box-shadow: 0 6px 18px rgba(10, 124, 255, 0.35);
        animation: activeCirclePop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .wd-toolbar .wd-toolbar-item.active .wd-toolbar-icon {
        transform: scale(1.1);
    }

    .wd-toolbar .wd-toolbar-item.active .wd-toolbar-label {
        opacity: 0;
        transform: translateY(4px);
        font-size: 0;
        height: 0;
        margin: 0;
    }

    @keyframes activeCirclePop {
        0%   { transform: translate(-50%, -50%) scale(0); opacity: 0; }
        60%  { transform: translate(-50%, -50%) scale(1.12); }
        100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    }

    /* ================================
       آیتم وسط — برجسته (Center Pop)
       ================================ */
    .wd-toolbar .wd-toolbar-item:nth-child(3) > a {
        position: relative;
        transform: translateY(-10px);
    }

    .wd-toolbar .wd-toolbar-item:nth-child(3) > a::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 56px;
        height: 56px;
        background: linear-gradient(145deg, #0a7cff, #005fd4);
        border-radius: 50%;
        z-index: -1;
        box-shadow:
            0 8px 24px rgba(10, 124, 255, 0.35),
            0 0 0 4px rgba(255, 255, 255, 0.75);
        transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
                    box-shadow 0.3s ease;
    }

    .wd-toolbar .wd-toolbar-item:nth-child(3) > a .wd-toolbar-icon {
        color: #fff !important;
        font-size: 22px;
    }

    .wd-toolbar .wd-toolbar-item:nth-child(3) > a .wd-toolbar-label {
        display: none !important;
    }

    .wd-toolbar .wd-toolbar-item:nth-child(3) > a:active::after {
        transform: translate(-50%, -50%) scale(0.92);
    }

    /* ================================
       هاور روی آیتم‌ها
       ================================ */
    .wd-toolbar .wd-toolbar-item > a:hover {
        color: #0a7cff;
    }

    .wd-toolbar .wd-toolbar-item > a:hover .wd-toolbar-icon {
        transform: scale(1.15) translateY(-2px);
    }

    /* ================================
       بج (تعداد سبد خرید / نوتیفیکیشن)
       ================================ */
    .wd-toolbar .wd-toolbar-item .wd-tools-count,
    .wd-toolbar .wd-toolbar-item .count,
    .wd-toolbar .wd-toolbar-item .badge,
    .wd-toolbar .wd-toolbar-item .toolbar-count {
        position: absolute !important;
        top: 4px;
        right: 50%;
        transform: translateX(calc(50% + 12px));
        min-width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 10px;
        font-weight: 700;
        text-align: center;
        background: #ff3b3b;
        color: #fff;
        border-radius: 50%;
        padding: 0 4px;
        z-index: 10;
        box-shadow: 0 2px 6px rgba(255, 59, 59, 0.35);
    }

    /* ================================
       وقتی اسکرول به پایین می‌شود مخفی شود (اختیاری)
       ================================ */
    .wd-toolbar.wd-toolbar-hidden {
        transform: translateY(120%);
        opacity: 0;
    }

    /* ================================
       فاصله بدنه از پایین
       ================================ */
    body {
        padding-bottom: 95px !important;
    }

    /* ================================
       فوتر زیر نوار قرار نگیرد
       ================================ */
    .website-wrapper,
    .wd-prefooter {
        padding-bottom: 10px;
    }
}