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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//artteches.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//artteches.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//artteches.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//artteches.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//artteches.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//artteches.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//artteches.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//artteches.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--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: "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: #83b735;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--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;
}
: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;
}

/* =========================
   Mobile Product Grid - Hide Titles & Professional Look
========================= */
@media only screen and (max-width: 768px) {

    /* Products grid 2 per row */
    ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        padding: 10px !important;
    }

    /* Individual product box */
    ul.products li.product {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start;
        align-items: center;
        width: 100% !important;
        height: 320px !important; /* equal height */
        padding: 10px !important;
        border-radius: 16px !important;
        box-sizing: border-box;
        background: linear-gradient(135deg, #ffffff, #f9f9f9);
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    /* Hover Effect */
    ul.products li.product:hover {
        transform: translateY(-4px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    }

    /* Product image */
    ul.products li.product img {
        width: 100% !important;
        height: 180px !important;
        object-fit: cover !important;
        border-radius: 12px;
        margin-bottom: 10px;
        transition: transform 0.3s ease;
    }

    ul.products li.product img:hover {
        transform: scale(1.05);
    }

    /* Hide product titles completely */
    .woocommerce-loop-product__title,
    .product .product-title {
        display: none !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    /* Price */
    .price {
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #ff4d4f !important;
        margin-bottom: 10px !important;
        text-align: center;
    }

    /* Add to Cart button */
    .add_to_cart_button,
    .button {
        margin-top: auto !important;
        width: 100% !important;
        height: 36px !important;
        line-height: 36px !important;
        border-radius: 18px !important;
        font-weight: 700 !important;
        font-size: 14px !important;
        text-align: center;
        background: linear-gradient(135deg, #ff7a18, #ffb347);
        color: #fff !important;
        border: none;
        transition: all 0.3s ease;
    }

    .add_to_cart_button:hover,
    .button:hover {
        background: linear-gradient(135deg, #ffb347, #ff7a18);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(255, 122, 24, 0.4);
    }
}
/* =========================
   Single Product Stylish Title & Price
========================= */

/* Product Title Centered & Stylish */
.single-product div.product .product_title {
    text-align: center !important;       /* Center title */
    font-size: 24px !important;          /* Bigger font */
    font-weight: 700 !important;         /* Bold */
    color: #1e1e2d !important;           /* Dark elegant color */
    margin: 10px 0 5px 0 !important;     /* spacing top & bottom */
    line-height: 1.2 !important;         /* tight line height */
    font-family: 'Poppins', sans-serif;  /* modern font */
    text-transform: capitalize;          /* Capitalize first letters */
}

/* Price Stylish */
.single-product p.price {
    text-align: center !important;       /* Center price */
    font-size: 20px !important;          /* slightly smaller than title */
    font-weight: 700 !important;
    color: #ff5722 !important;           /* vibrant color for price */
    background: #fff5f0;                 /* subtle background */
    padding: 6px 12px;                   /* padding around price */
    border-radius: 12px;                 /* rounded look */
    display: inline-block;
    margin-bottom: 15px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* soft shadow */
}

