:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 16px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", 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: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", 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: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(189,145,95);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: rgb(198,163,123);
	--btn-default-bgcolor-hover: rgb(0,0,0);
	--btn-accented-bgcolor: rgb(198,163,123);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--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: url(https://aatoi.digitpulp.com/wp-content/uploads/2021/08/promo-popup.jpg);
	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: rgb(0,0,0);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--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-bottom-active: -1px;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-default-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

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


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

/* ==============================
   AATOI SHOP NOW PRODUCT CARD
================================ */

.aatoi-shop-card {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 0 18px;
    transition: all .3s ease;
}

/* Card Hover */

.aatoi-shop-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,.10);
}


/* ==============================
   PRODUCT IMAGE
================================ */

.aatoi-shop-card .wp-block-woocommerce-product-image,
.aatoi-shop-card .wc-block-components-product-image {
    margin: 0;
    padding: 0;
}

.aatoi-shop-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.aatoi-shop-card:hover img {
    transform: scale(1.03);
}


/* ==============================
   PRODUCT TITLE
================================ */

.aatoi-shop-card .wp-block-woocommerce-product-title {
    padding: 14px 16px 4px;
    margin: 0;
}

.aatoi-shop-card .wp-block-woocommerce-product-title a {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #222;
    text-decoration: none;
}


/* ==============================
   PRODUCT PRICE
================================ */

.aatoi-shop-card .wp-block-woocommerce-product-price {
    padding: 0 16px;
    margin: 0;
}

.aatoi-shop-card .wp-block-woocommerce-product-price .amount {
    color: #b78645;
    font-size: 17px;
    font-weight: 600;
}


/* ==============================
   MOBILE
================================ */

@media (max-width: 767px) {

    .aatoi-shop-card img {
        height: 220px;
    }

    .aatoi-shop-card .wp-block-woocommerce-product-title {
        padding-left: 12px;
        padding-right: 12px;
    }

    .aatoi-shop-card .wp-block-woocommerce-product-price {
        padding-left: 12px;
        padding-right: 12px;
    }

}


/* AATOI PRODUCT CARD */

.aatoi-shop-card {
    background: #ffffff;
    border: 1px solid #e8e1d8;
    border-radius: 3px;
    overflow: hidden;
    padding: 0;
    transition: all 0.35s ease;
}

.aatoi-shop-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.10);
}

/* Product image */

.aatoi-shop-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* Product title */

.aatoi-shop-card .wp-block-woocommerce-product-title {
    margin: 0;
    padding: 12px 14px 4px;
}

.aatoi-shop-card .wp-block-woocommerce-product-title a {
    color: #222222;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

/* Price */

.aatoi-shop-card .wp-block-woocommerce-product-price {
    margin: 0;
    padding: 0 14px 8px;
}

.aatoi-shop-card .wp-block-woocommerce-product-price .amount {
    color: #b78645;
    font-size: 16px;
    font-weight: 600;
}

/* Customize This Design */

.aatoi-shop-card .aatoi-customize {
    padding: 5px 14px 12px;
    font-size: 13px;
    color: #777777;
}

/* Shop Now */

.aatoi-shop-card .aatoi-shop-now {
    display: block;
    width: calc(100% - 28px);
    margin: 0 14px;
    padding: 11px 15px;
    text-align: center;
    background: #b78645;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .5px;
    border-radius: 3px;
    transition: all .3s ease;
}

.aatoi-shop-card .aatoi-shop-now:hover {
    background: #9f7138;
}


/* SHOP NOW - Luxury Hover */

.aatoi-shop-card .aatoi-shop-now {
    background: #b78645;
    color: #ffffff;
    border: 1px solid #b78645;
    transition: all 0.3s ease;
}

/* Hover = Outline */

.aatoi-shop-card .aatoi-shop-now:hover {
    background: transparent;
    color: #b78645;
    border: 1px solid #b78645;
}

.aatoi-shop-card .aatoi-shop-now {
    display: block;
    width: calc(100% - 28px);
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}


/* AATOI SHOP NOW - FULL WIDTH */

.aatoi-shop-now {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    text-align: center !important;
}




/* =========================================
   AATOI CATEGORY IMAGE - CLEAN FIX
   ========================================= */

/* Category image area */
.wd-cat-thumb,
.wd-cat-thumb.category-image-wrap {
    width: 100% !important;
    max-width: none !important;
    height: 180px !important;

    padding: 15px !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    box-sizing: border-box !important;

    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Image link/container */
.wd-cat-thumb > a,
.wd-cat-thumb .wd-cat-image,
.wd-cat-thumb a {
    width: 100% !important;
    height: 100% !important;

    max-width: none !important;

    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Actual image */
.wd-cat-thumb img {
    width: auto !important;
    height: auto !important;

    max-width: 100% !important;
    max-height: 160px !important;

    object-fit: contain !important;
    object-position: center !important;

    display: block !important;
    margin: auto !important;
}