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

: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(224,168,125);
	--wd-alternative-color: rgb(40,38,183);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(26,49,178);
	--btn-accented-bgcolor-hover: rgb(224,168,125);
	--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-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://k-xthetic.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(255,255,255);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
: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;
}

/* Make product card relative */
.woocommerce ul.products li.product {
    position: relative;
}

/* Container */
.product-top-badges {
    position: absolute;
    top: 40px;
    left: 1px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 9;
}

.product-top-badges .flag {
    width: 14px;
    height: 10px;
    object-fit: cover;
}

/* Each badge */
.product-top-badges .badge-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #1b31b2;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 0px 4px 4px 0px;
    line-height: 1;
    letter-spacing: 0.2px;
}

/* Icon style */
.product-top-badges .icon {
    font-size: 11px;
    opacity: 0.9;
}

/* Optional subtle variation */
.badge-expiry {
    background: #111;
}

/* Hover polish */
.woocommerce ul.products li.product:hover .product-top-badges .badge-item {
    transform: translateY(-1px);
    transition: 0.2s ease;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
    position: relative;
}

.kxthetic-meta-bar {
    background: linear-gradient(90deg, #f5e8e8 0%, #dceff0 100%);
    padding: 15px 12px;
    border-radius: 6px;
		border: 1px solid rgba(0,0,0,0.05);
		box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 8px 0 12px;
    font-size: 14px;
    color: #222;
    line-height: 1;
}

.kxthetic-meta-bar:hover {
    box-shadow: 0 3px 8px rgba(0,0,0,0.06);
    transition: 0.2s ease;
}

.kxthetic-meta-bar .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

/* separator */
.kxthetic-meta-bar .meta-item:not(:last-child)::after {
    content: "|";
    margin-left: 10px;
    color: #999;
}

/* icons */
.kxthetic-meta-bar .icon {
    width: 14px;
    height: 14px;
    fill: #333;
    opacity: 0.9;
}

/* fine tuning */
.kxthetic-meta-bar span {
    font-weight: 500;
}

.kxthetic-meta-bar .meta-item:hover {
    color: #000;
}

/* base item */
.kxthetic-meta-bar .meta-item {
    position: relative;
    cursor: pointer;
}

/* tooltip box */
.kxthetic-meta-bar .meta-item::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 140%;
    left: 50%;
    transform: translateX(-50%) translateY(6px);

    background: #111;
    color: #fff;
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 6px;
    white-space: nowrap;

    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;

    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 999;
}

/* tooltip arrow */
.kxthetic-meta-bar .meta-item::after {
    content: "";
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);

    border-width: 6px;
    border-style: solid;
    border-color: #111 transparent transparent transparent;

    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

/* hover effect */
.kxthetic-meta-bar .meta-item:hover::before,
.kxthetic-meta-bar .meta-item:hover::after {
    opacity: 1;
    visibility: visible;
}

/* smooth upward animation */
.kxthetic-meta-bar .meta-item:hover::before {
    transform: translateX(-50%) translateY(0);
}

 .summary,
.woocommerce div.product {
    overflow: visible !important;
}

.kxthetic-meta-bar .meta-item::before {
    backdrop-filter: blur(6px);
}