: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: capitalize;
	--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: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(69,150,71);
	--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: 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: 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: rgb(102,76,76);
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(245,245,245);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(245,245,245);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(245,245,245);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--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;
}

.home .wd-content-layout {
	padding: 0px;
}

.single-product-page .single_add_to_cart_button {
    background: #ffffff;
    color: #111111;
    border: 1.5px solid #111111;
    font-weight: 600;
}

.single-product-page .wd-buy-now-btn {
    background: linear-gradient(135deg, #ff7a00, #ff3d00);
    color: #ffffff;
    border: 1px solid #ff5a00;
    font-weight: 700;
    box-shadow: 0 6px 14px rgba(255, 90, 0, 0.28);
}

.single-product-page .single_add_to_cart_button:hover {
    background: #111111;
    color: #ffffff;
}

.msingle-product-page .wd-buy-now-btn:hover {
    background: linear-gradient(135deg, #ff6800, #e93600);
    color: #ffffff;
}

/* Product Card */
.wd-product.product-grid-item {
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.wd-product.product-grid-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.11);
    border-color: #ff6a00;
}

/* Product Inner Wrapper */
.wd-product .wd-product-wrapper {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
}

/* Fixed Product Image Container */
.wd-product .wd-product-thumb {
    width: 100%;
    height: 190px;
    background: #f8f8f8;
    padding: 14px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Product Image Link */
.wd-product .wd-product-img-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Product Image Fit Inside Container */
.wd-product .wd-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.35s ease;
}

.wd-product:hover .wd-product-thumb img {
    transform: scale(1.04);
}

/* Product Content Area */
.wd-product .product-element-bottom {
    padding: 14px 14px 16px;
    text-align: left;
}

/* Product Title */
.wd-product .wd-entities-title {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}

.wd-product .wd-entities-title a {
    color: #222222;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}

.wd-product .wd-entities-title a:hover {
    color: #ff6a00;
}

/* Product Price */
.wd-product .price {
    display: block;
    margin-top: 8px;
    color: #ff4d00;
    font-size: 17px;
    font-weight: 700;
}

.wd-product .price .amount {
    color: #ff4d00;
    font-weight: 700;
}

.home-top-cat .wd-cats .category-grid-item.wd-cat {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.home-top-cat .wd-cats .category-grid-item.wd-cat:hover {
    transform: none;
    box-shadow: none;
}

.home-top-cat .wd-cats .wd-cat-inner {
    background: transparent;
    padding: 8px 6px;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-top-cat .wd-cats .wd-cat-thumb {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #ffffff;
    margin: 0 auto 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.home-top-cat .wd-cats .wd-cat-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.home-top-cat .wd-cats .wd-cat-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.home-top-cat .wd-cats .category-grid-item.wd-cat:hover .wd-cat-thumb img {
    transform: scale(1.06);
}

.home-top-cat .wd-cats .wd-cat-content {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    background: transparent;
    padding: 0;
    text-align: center;
}

.home-top-cat .wd-cats .wd-cat-content .wd-entities-title {
    color: #111111;
    font-size: 14px;
    line-height: 1.25;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.home-top-cat .wd-cats .category-grid-item.wd-cat .hover-mask {
    position: static;
}

.home-top-cat .wd-cats.wd-carousel-container {
    padding: 8px 0 14px;
}@media (max-width: 576px) {
	.mywebsite-single-action-btns {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    padding: 10px 12px;
    background: #ffffff;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}

.mywebsite-single-action-btns .single_add_to_cart_button,
.mywebsite-single-action-btns .wd-buy-now-btn {
    flex: 1;
    width: auto;
    margin: 0;
    min-height: 48px;
    border-radius: 8px;
}

body.single-product {
    padding-bottom: 78px;
}

.home-top-cat .wd-cats .wd-cat-inner {
    padding: 6px 4px;
}

.home-top-cat .wd-cats .wd-cat-thumb {
    width: 55px;
    height: 55px;
    margin-bottom: 8px;
}

.home-top-cat .wd-cats .wd-cat-content .wd-entities-title {
    font-size: 12px;
    line-height: 1.25;
}
}

