:root {
	--wd-text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: var(--wd-text-font);
	--wd-title-font-weight: 600;
	--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: var(--wd-text-font);
	--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-otl-style: dotted;
	--wd-primary-color: rgb(0,138,255);
	--wd-alternative-color: rgb(0,138,255);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,138,255);
	--btn-accented-bgcolor-hover: rgb(0,138,255);
	--wd-form-brd-width: 0px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(150,150,150);
	--wd-link-color-hover: rgb(0,138,255);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(63,185,198);
	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;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(0,0,0);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--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-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

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


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

/* =====================================================

    width: 215px !important;
    height: 54px !important;
   ASTRALS - HEADER CART
   آیکون → متن → جداکننده → تعداد
   ===================================================== */

.wd-header-cart {
    direction: rtl !important;
    margin: 0 !important;
}

/* دکمه اصلی */
.wd-header-cart > a {
    position: relative !important;

    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center !important;

    direction: ltr !important;

    padding: 0 15px !important;
    box-sizing: border-box !important;

    border-radius: 16px !important;

    background: linear-gradient(
        105deg,
        #20cfff 0%,
        #159cf5 38%,
        #286be8 72%,
        #6745dc 100%
    ) !important;

    border: 1px solid rgba(255,255,255,.20) !important;

    color: #fff !important;

    box-shadow:
        0 8px 25px rgba(20,140,255,.22),
        inset 0 1px 1px rgba(255,255,255,.22) !important;

    transition: all .2s ease !important;
}


/* =====================================================
   آیکون سبد خرید
   کاملاً مستقل از WoodMart
   ===================================================== */

.wd-header-cart > a::before {
    content: "" !important;

    display: block !important;

    width: 31px !important;
    height: 31px !important;

    min-width: 31px !important;

    margin-left: 10px !important;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 5h4l3.1 16.2a2 2 0 0 0 2 1.6h10.8a2 2 0 0 0 2-1.6L28 9H8'/%3E%3Cpath d='M11 13h15M12 17h13'/%3E%3Ccircle cx='13' cy='27' r='2' fill='white' stroke='none'/%3E%3Ccircle cx='24' cy='27' r='2' fill='white' stroke='none'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;

    flex-shrink: 0 !important;
}


/* آیکون اصلی WoodMart را مخفی کن */
.wd-header-cart .wd-tools-icon {
    display: none !important;
}


/* =====================================================
   متن «سبد خرید»
   ===================================================== */

.wd-header-cart .wd-tools-text {
    display: block !important;

    visibility: visible !important;
    opacity: 1 !important;

    color: #fff !important;

    font-size: 15px !important;
    font-weight: 700 !important;

    white-space: nowrap !important;

    margin: 0 !important;
    padding: 0 !important;

    flex-shrink: 0 !important;
}


/* =====================================================
   تعداد واقعی WooCommerce
   ===================================================== */

.wd-header-cart .wd-cart-number {
    position: relative !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-width: 28px !important;
    height: 28px !important;

    margin-left: 0 !important;
    margin-right: auto !important;

    padding: 0 13px 0 0 !important;

    background: transparent !important;

    color: #fff !important;

    font-size: 14px !important;
    font-weight: 800 !important;

    line-height: 1 !important;

    flex-shrink: 0 !important;
}


/* =====================================================
   جداکننده
   ===================================================== */

.wd-header-cart .wd-cart-number::before {
    content: "" !important;

    position: absolute !important;

    right: 0 !important;
    top: 50% !important;

    width: 1px !important;
    height: 27px !important;

    transform: translateY(-50%) !important;

    background: rgba(255,255,255,.40) !important;
}


/* قیمت را حذف کن */
.wd-header-cart .amount {
    display: none !important;
}


/* =====================================================
   Hover
   ===================================================== */

.wd-header-cart > a:hover {
    transform: translateY(-2px) !important;

    filter: brightness(1.06) !important;

    box-shadow:
        0 12px 30px rgba(20,140,255,.32),
        inset 0 1px 1px rgba(255,255,255,.28) !important;
}


/* =====================================================
   Mobile
   ===================================================== */

@media (max-width: 768px) {

    .wd-header-cart > a {
        width: 180px !important;
        height: 48px !important;
        border-radius: 14px !important;
    }

    .wd-header-cart > a::before {
        width: 27px !important;
        height: 27px !important;
        min-width: 27px !important;
    }

    .wd-header-cart .wd-tools-text {
        font-size: 14px !important;
    }
}