:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Satisfy", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(181,150,104);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(123,187,221);
	--btn-accented-bgcolor-hover: rgb(103,167,202);
	--wd-form-brd-width: 1px;
	--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: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
: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;
}
: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: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--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;
}

/* =========================================================
   SAYEH SAAR
   SINGLE PRODUCT — FINAL V3
   Woodmart + WooCommerce
   Scoped ONLY to #bhzidsingleproduct
   No Font
========================================================= */


/* =========================================================
   01 — MAIN PRODUCT AREA
========================================================= */

#bhzidsingleproduct {

    --ss-black: #181818;
    --ss-text: #5d5954;
    --ss-muted: #96908a;

    --ss-gold: #b59668;
    --ss-gold-light: #d9c8ad;

    --ss-cream: #faf8f4;
    --ss-border: #e9e3db;

    width: 100% !important;

    max-width: 1200px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding: 35px 0 65px !important;

    background: #ffffff !important;

    border: 0 !important;

    box-sizing: border-box;

}


/* =========================================================
   02 — PRODUCT COLUMNS
========================================================= */

#bhzidsingleproduct
.product-image-summary {

    width: 100% !important;

    max-width: 1200px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding: 0 !important;

    display: grid !important;

    grid-template-columns:
        minmax(430px, 0.95fr)
        minmax(500px, 1.05fr);

    gap: 45px;

    align-items: start;

}


/* =========================================================
   03 — IMAGE AREA
========================================================= */

#bhzidsingleproduct
.product-image {

    width: 100% !important;

    margin: 0 !important;

    padding: 0 !important;

    position: relative;

    order: 2;

}


/* Gallery */

#bhzidsingleproduct
.woocommerce-product-gallery {

    width: 100% !important;

    margin: 0 !important;

}


/* Main image */

#bhzidsingleproduct
.woocommerce-product-gallery__image {

    position: relative;

    overflow: hidden;

    background: #faf7f2;

}


/* Main image itself */

#bhzidsingleproduct
.woocommerce-product-gallery__image img {

    display: block !important;

    width: 100% !important;

    height: auto !important;

    transition:
        transform .8s cubic-bezier(.22,.61,.36,1);

}


/* Elegant zoom */

#bhzidsingleproduct
.woocommerce-product-gallery__image:hover img {

    transform: scale(1.018);

}


/* =========================================================
   04 — IMAGE SHINE
========================================================= */

#bhzidsingleproduct
.woocommerce-product-gallery__image::after {

    content: "";

    position: absolute;

    top: 0;

    left: -120%;

    width: 45%;

    height: 100%;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.16),
            transparent
        );

    transform: skewX(-15deg);

    transition:
        left 1s ease;

}


#bhzidsingleproduct
.woocommerce-product-gallery__image:hover::after {

    left: 140%;

}


/* =========================================================
   05 — THUMBNAILS
========================================================= */

#bhzidsingleproduct
.product-images .thumbnails {

    display: flex;

    gap: 8px;

    margin-top: 10px;

}


#bhzidsingleproduct
.product-images .thumbnails
.woocommerce-product-gallery__image {

    flex: 1;

    overflow: hidden;

    opacity: .65;

    border: 1px solid transparent;

    background: #faf8f4;

    transition:
        opacity .3s ease,
        border-color .3s ease,
        transform .3s ease;

}


#bhzidsingleproduct
.product-images .thumbnails
.woocommerce-product-gallery__image:hover {

    opacity: 1;

    transform:
        translateY(-2px);

}


#bhzidsingleproduct
.product-images .thumbnails
.flex-active-slide {

    opacity: 1;

    border-color:
        var(--ss-gold);

}


/* =========================================================
   06 — PRODUCT INFORMATION
========================================================= */

#bhzidsingleproduct
.summary {

    width: 100% !important;

    margin: 0 !important;

    padding: 25px 5px 20px !important;

    order: 1;

}


/* Information width */

#bhzidsingleproduct
.summary-inner {

    width: 100%;

    max-width: 560px;

    margin-left: auto;

    margin-right: auto;

}


/* =========================================================
   07 — BREADCRUMBS
========================================================= */

#bhzidsingleproduct
.breadcrumbs {

    margin-bottom: 25px !important;

    color:
        var(--ss-muted);

    font-size: 10px;

}


#bhzidsingleproduct
.breadcrumbs a {

    color:
        #817b74;

    transition:
        color .25s ease;

}


#bhzidsingleproduct
.breadcrumbs a:hover {

    color:
        var(--ss-gold);

}


/* =========================================================
   08 — PRODUCT TITLE
========================================================= */

#bhzidsingleproduct
.product_title {

    position: relative;

    margin: 0 0 24px !important;

    padding: 0 0 22px !important;

    color:
        var(--ss-black);

    font-size:
        clamp(30px, 3vw, 43px) !important;

    line-height:
        1.55 !important;

    font-weight:
        600;

    letter-spacing:
        -0.5px;

}


/* Gold line */

#bhzidsingleproduct
.product_title::after {

    content: "";

    position: absolute;

    right: 0;

    bottom: 0;

    width: 54px;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            var(--ss-gold),
            var(--ss-gold-light)
        );

}


/* =========================================================
   09 — PRICE
========================================================= */

#bhzidsingleproduct
.price {

    display: flex;

    align-items: center;

    gap: 8px;

    margin:
        0 0 25px !important;

    color:
        var(--ss-gold) !important;

    font-size:
        24px !important;

    line-height:
        1.5;

    font-weight:
        600;

}


#bhzidsingleproduct
.price ins {

    color:
        var(--ss-gold) !important;

    text-decoration:
        none !important;

}


#bhzidsingleproduct
.price del {

    color:
        #aaa49e !important;

    font-size:
        13px;

    font-weight:
        400;

}


/* =========================================================
   10 — DESCRIPTION AREA
   CARD DESIGN
========================================================= */

#bhzidsingleproduct
.woocommerce-product-details__short-description {

    position: relative;

    margin:
        22px 0 27px !important;

    padding: 0 !important;

    border: 0 !important;

    background:
        transparent !important;

    color:
        var(--ss-text);

    font-size:
        12px;

    line-height:
        2.2;

}


/* =========================================================
   11 — INTRO CARD
========================================================= */

#bhzidsingleproduct
.woocommerce-product-details__short-description
> p:first-child {

    position: relative;

    margin:
        0 0 12px !important;

    padding:
        16px 18px 16px 20px !important;

    background:
        #faf8f4;

    border:
        1px solid #eee8df;

    border-right:
        3px solid var(--ss-gold);

    border-radius:
        2px;

    color:
        #4f4b46;

    line-height:
        2.15;

    box-shadow:
        0 5px 18px rgba(50,40,30,.035);

}


/* Label */

#bhzidsingleproduct
.woocommerce-product-details__short-description
> p:first-child::before {

    content:
        "معرفی محصول";

    display:
        block;

    margin-bottom:
        5px;

    color:
        var(--ss-gold);

    font-size:
        9px;

    font-weight:
        600;

    letter-spacing:
        .4px;

}


/* =========================================================
   12 — SECOND DESCRIPTION CARD
========================================================= */

#bhzidsingleproduct
.woocommerce-product-details__short-description
> p:nth-child(2) {

    position: relative;

    margin:
        0 0 12px !important;

    padding:
        16px 18px !important;

    background:
        #ffffff;

    border:
        1px solid #eee9e2;

    border-radius:
        2px;

    color:
        #69645e;

    line-height:
        2.2;

    box-shadow:
        0 5px 20px rgba(30,25,20,.025);

}


/* =========================================================
   13 — FEATURE CARDS
========================================================= */

#bhzidsingleproduct
.woocommerce-product-details__short-description
ul {

    display:
        grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap:
        10px;

    margin:
        0 !important;

    padding:
        0 !important;

    list-style:
        none !important;

}


/* Feature */

#bhzidsingleproduct
.woocommerce-product-details__short-description
ul li {

    position:
        relative;

    margin:
        0 !important;

    padding:
        14px 15px !important;

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #fbfaf8 100%
        );

    border:
        1px solid #eee8df;

    border-radius:
        2px;

    color:
        #5f5a54;

    font-size:
        10.5px;

    line-height:
        2;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;

}


/* Gold icon */

#bhzidsingleproduct
.woocommerce-product-details__short-description
ul li::before {

    content:
        "✦";

    display:
        inline-block;

    margin-left:
        7px;

    color:
        var(--ss-gold);

    font-size:
        9px;

}


/* Hover */

#bhzidsingleproduct
.woocommerce-product-details__short-description
ul li:hover {

    transform:
        translateY(-2px);

    border-color:
        #d8c7ac;

    box-shadow:
        0 8px 20px rgba(60,45,30,.06);

}


/* =========================================================
   14 — STRONG TEXT
========================================================= */

#bhzidsingleproduct
.woocommerce-product-details__short-description
strong {

    color:
        #37332f;

    font-weight:
        600;

}


/* =========================================================
   15 — CART
========================================================= */

#bhzidsingleproduct
.cart {

    display:
        flex;

    align-items:
        stretch;

    gap:
        8px;

    margin:
        0 0 16px !important;

}


/* =========================================================
   16 — QUANTITY
========================================================= */

#bhzidsingleproduct
.quantity {

    height:
        52px !important;

    margin:
        0 !important;

    border:
        1px solid #ded8cf;

    background:
        #ffffff;

}


#bhzidsingleproduct
.quantity input.qty {

    width:
        52px !important;

    height:
        50px !important;

    border:
        0 !important;

    background:
        transparent !important;

    color:
        var(--ss-black);

    text-align:
        center;

}


/* =========================================================
   17 — ADD TO CART
========================================================= */

#bhzidsingleproduct
.single_add_to_cart_button {

    position:
        relative;

    min-width:
        205px;

    height:
        52px;

    padding:
        0 28px !important;

    border:
        1px solid var(--ss-black) !important;

    border-radius:
        0 !important;

    background:
        var(--ss-black) !important;

    color:
        #ffffff !important;

    font-size:
        11px;

    font-weight:
        500;

    overflow:
        hidden;

    transition:
        background .35s ease,
        border-color .35s ease,
        transform .3s ease;

}


/* Shine */

#bhzidsingleproduct
.single_add_to_cart_button::before {

    content:
        "";

    position:
        absolute;

    top:
        0;

    left:
        -100%;

    width:
        60%;

    height:
        100%;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.18),
            transparent
        );

    transform:
        skewX(-15deg);

    transition:
        left .7s ease;

}


#bhzidsingleproduct
.single_add_to_cart_button:hover::before {

    left:
        140%;

}


#bhzidsingleproduct
.single_add_to_cart_button:hover {

    background:
        var(--ss-gold) !important;

    border-color:
        var(--ss-gold) !important;

    transform:
        translateY(-2px);

}


/* =========================================================
   18 — WISHLIST / COMPARE
========================================================= */

#bhzidsingleproduct
.product-actions {

    margin-top:
        4px;

}


#bhzidsingleproduct
.wd-action-btn {

    color:
        #46413c;

    transition:
        color .25s ease,
        transform .25s ease;

}


#bhzidsingleproduct
.wd-action-btn:hover {

    color:
        var(--ss-gold);

    transform:
        translateY(-2px);

}


/* =========================================================
   19 — META
========================================================= */

#bhzidsingleproduct
.product_meta {

    margin-top:
        22px !important;

    padding-top:
        17px;

    border-top:
        1px solid var(--ss-border);

    color:
        var(--ss-muted);

    font-size:
        10px;

    line-height:
        2.3;

}


#bhzidsingleproduct
.product_meta span {

    display:
        block;

}


#bhzidsingleproduct
.product_meta a {

    color:
        var(--ss-text);

    transition:
        color .25s ease;

}


#bhzidsingleproduct
.product_meta a:hover {

    color:
        var(--ss-gold);

}


/* =========================================================
   20 — SHARE
========================================================= */

#bhzidsingleproduct
.product-share {

    display:
        flex;

    align-items:
        center;

    gap:
        12px;

    margin-top:
        16px;

    padding-top:
        16px;

    border-top:
        1px solid var(--ss-border);

}


#bhzidsingleproduct
.product-share .share-title {

    color:
        var(--ss-black);

    font-size:
        10px;

    font-weight:
        600;

}


#bhzidsingleproduct
.product-share a {

    color:
        #89837d;

    transition:
        color .25s ease,
        transform .25s ease;

}


#bhzidsingleproduct
.product-share a:hover {

    color:
        var(--ss-gold);

    transform:
        translateY(-2px);

}


/* =========================================================
   21 — ZOOM BUTTON
========================================================= */

#bhzidsingleproduct
.zoom-button {

    width:
        42px;

    height:
        42px;

    border-radius:
        50%;

    background:
        rgba(255,255,255,.95);

    color:
        var(--ss-black);

    box-shadow:
        0 8px 25px rgba(0,0,0,.10);

    transition:
        all .3s ease;

}


#bhzidsingleproduct
.zoom-button:hover {

    background:
        var(--ss-black);

    color:
        #ffffff;

    transform:
        scale(1.07);

}


/* =========================================================
   22 — RELATED PRODUCTS
========================================================= */

#bhzidsingleproduct
.related-products,
#bhzidsingleproduct
.up-sells {

    width:
        100%;

    max-width:
        1200px;

    margin:
        80px auto 0 !important;

}


#bhzidsingleproduct
.related-products > h2,
#bhzidsingleproduct
.up-sells > h2 {

    margin-bottom:
        35px;

    color:
        var(--ss-black);

    font-size:
        28px;

    text-align:
        center;

}


#bhzidsingleproduct
.related-products > h2::after,
#bhzidsingleproduct
.up-sells > h2::after {

    content:
        "";

    display:
        block;

    width:
        45px;

    height:
        1px;

    margin:
        14px auto 0;

    background:
        var(--ss-gold);

}


/* =========================================================
   23 — RELATED PRODUCT HOVER
========================================================= */

#bhzidsingleproduct
.product-grid-item
.product-element-top {

    overflow:
        hidden;

}


#bhzidsingleproduct
.product-grid-item img {

    transition:
        transform .7s cubic-bezier(.22,.61,.36,1);

}


#bhzidsingleproduct
.product-grid-item:hover img {

    transform:
        scale(1.025);

}


/* =========================================================
   24 — TABLET
========================================================= */

@media (max-width: 991px) {

    #bhzidsingleproduct {

        width:
            calc(100% - 30px) !important;

        max-width:
            900px !important;

        padding:
            25px 0 50px !important;

    }


    #bhzidsingleproduct
    .product-image-summary {

        width:
            100% !important;

        grid-template-columns:
            1fr;

        gap:
            25px;

    }


    #bhzidsingleproduct
    .product-image {

        order:
            1;

    }


    #bhzidsingleproduct
    .summary {

        order:
            2;

        padding:
            10px 15px 30px !important;

    }


    #bhzidsingleproduct
    .summary-inner {

        max-width:
            700px;

    }


    #bhzidsingleproduct
    .product_title {

        font-size:
            34px !important;

    }

}


/* =========================================================
   25 — MOBILE
========================================================= */

@media (max-width: 767px) {

    #bhzidsingleproduct {

        width:
            100% !important;

        max-width:
            100% !important;

        padding:
            10px 0 40px !important;

    }


    #bhzidsingleproduct
    .product-image-summary {

        width:
            100% !important;

        gap:
            0;

    }


    #bhzidsingleproduct
    .summary {

        padding:
            25px 15px 25px !important;

    }


    #bhzidsingleproduct
    .breadcrumbs {

        margin-bottom:
            18px !important;

    }


    #bhzidsingleproduct
    .product_title {

        margin-bottom:
            20px !important;

        padding-bottom:
            18px !important;

        font-size:
            27px !important;

        line-height:
            1.6 !important;

        letter-spacing:
            0;

    }


    #bhzidsingleproduct
    .price {

        margin-bottom:
            20px !important;

        font-size:
            21px !important;

    }


    /* Description */

    #bhzidsingleproduct
    .woocommerce-product-details__short-description {

        margin-top:
            18px !important;

    }


    #bhzidsingleproduct
    .woocommerce-product-details__short-description
    > p:first-child,
    #bhzidsingleproduct
    .woocommerce-product-details__short-description
    > p:nth-child(2) {

        padding:
            14px 15px !important;

        margin-bottom:
            10px !important;

    }


    /* Cards become one column */

    #bhzidsingleproduct
    .woocommerce-product-details__short-description
    ul {

        grid-template-columns:
            1fr;

        gap:
            8px;

    }


    #bhzidsingleproduct
    .woocommerce-product-details__short-description
    ul li {

        padding:
            13px 14px !important;

        font-size:
            11px;

    }


    /* Cart */

    #bhzidsingleproduct
    .cart {

        width:
            100%;

    }


    #bhzidsingleproduct
    .single_add_to_cart_button {

        flex:
            1;

        min-width:
            0;

        height:
            52px;

        padding:
            0 12px !important;

        font-size:
            10.5px;

    }


    #bhzidsingleproduct
    .quantity {

        height:
            52px !important;

    }


    #bhzidsingleproduct
    .quantity input.qty {

        width:
            47px !important;

        height:
            50px !important;

    }


    #bhzidsingleproduct
    .product_meta {

        margin-top:
            20px !important;

    }


    #bhzidsingleproduct
    .related-products,
    #bhzidsingleproduct
    .up-sells {

        width:
            calc(100% - 30px);

        margin-top:
            55px !important;

    }


}


/* =========================================================
   26 — SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    #bhzidsingleproduct
    .summary {

        padding-right:
            12px !important;

        padding-left:
            12px !important;

    }


    #bhzidsingleproduct
    .product_title {

        font-size:
            24px !important;

    }


    #bhzidsingleproduct
    .woocommerce-product-details__short-description {

        font-size:
            11.5px;

    }


    #bhzidsingleproduct
    .single_add_to_cart_button {

        font-size:
            10px;

    }

}