@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//illusionwear.in/wp-content/themes/woodmart/fonts/woodmart-font-1-300.woff2?v=7.5.0") format("woff2");
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Abel", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-transform: none;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", 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: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 12px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: rgb(255,255,255);
	--wd-link-color: rgb(0,0,0);
	--wd-link-color-hover: rgb(73,73,73);
	--btn-default-bgcolor: rgb(247,247,247);
	--btn-default-bgcolor-hover: rgb(239,239,239);
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgba(41,41,41,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(61,57,59);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(255,94,94);
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(0,0,0);
	background-image: none;
}
.page-title-default {
	background-color: rgb(255,255,255);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
.page .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgba(255,255,255,0);
	color: rgba(255,255,255,0);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1809px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #333;
--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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

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

@media (min-width: 1809px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* Full-width Add to Cart & Buy Now buttons inside content area */
.single-product .cart .button,
.single-product .wd-buy-now-btn {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

/* Add small spacing between the two buttons */
.single-product .cart .button {
    margin-bottom: 10px !important;
}
/* Adjust main homepage slider height */
.home .wd-slider,
.home .rev_slider_wrapper,
.home .wd-slider-container {
    height: 90% !important; /* tweak this value */
    max-height: 90% !important; /* optional safety limit */
    overflow: hidden !important;
}

/* Make sure images inside fit nicely */
.home .wd-slider img,
.home .rev_slider img {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
}
/* Hide second button and make only Add to Cart full width */
.wd-sticky-add-to-cart .wd-buy-now-btn {
    display: none !important;
}

/* Style sticky ADD TO CART full width */
.wd-sticky-add-to-cart .single_add_to_cart_button {
    width: 100% !important;
    border-radius: 0 !important;
}

/* Maintain spacing */
.single-product .single_add_to_cart_button {
    margin-bottom: 12px !important;
}
/* Product page Add to Cart - white with black border */
.single-product .single_add_to_cart_button {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000 !important;
    width: 100% !important;
}

/* Maintain spacing */
.single-product .single_add_to_cart_button {
    margin-bottom: 12px !important;
}
/* PHONE paragraph size */
@media (max-width: 767px) {
  p {
    font-size: 12px;
    line-height: 1.4;
  }
}

/* PC / Laptop paragraph size */
@media (min-width: 768px) {
  p {
    font-size: 14px;  /* change this yourself */
    line-height: 1.5;
  }
}


@media (max-width: 576px) {
	/* 1. Hide "Shop Now" button on mobile */
@media (max-width: 768px) {
    .product-grid-item .woodmart-hover-btn,
    .product-grid-item .wd-add-btn,
    .product-grid-item .btn-add,
    .product-grid-item .add_to_cart_button,
    .product-grid-item .wd-add-btns {
        display: none !important;
    }
}

/* 2. Make price smaller and add gap only below the final sale price */
@media (max-width: 768px) {
    .product-grid-item .price ins .woocommerce-Price-amount {
        font-size: 10px !important;
        display: inline-block;
        margin-bottom: 10px !important; /* space only after sale price */
    }
    .product-grid-item .price del .woocommerce-Price-amount {
        font-size: 10px !important; /* keep old price small but no gap */
        margin-bottom: 0 !important;
    }
}

/* 3. Hide star ratings on shop/archive pages */
.archive .woocommerce .star-rating,
.shop .woocommerce .star-rating,
.woocommerce-page .star-rating {
    display: none !important;
}

}

