:root {
	--wd-text-font: "GothamPro", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "TT Norms Pro Expanded", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-transform: inherit;
	--wd-title-color: #242424;
	--wd-entities-title-font: "TT Norms Pro Expanded", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-transform: inherit;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgba(51, 51, 51, 0.65);
	--wd-alternative-font: "TT Norms Pro Expanded", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "TT Norms Pro Expanded", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: inherit;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "TT Norms Pro Expanded", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-brd-radius: 30px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(225,158,136);
	--wd-alternative-color: rgb(194,172,182);
	--btn-default-font-family: "GothamPro", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 600;
	--btn-default-bgcolor: rgb(225,158,136);
	--btn-default-bgcolor-hover: rgb(194,172,182);
	--btn-accented-font-family: "GothamPro", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 600;
	--btn-accented-bgcolor: rgb(225,158,136);
	--btn-accented-bgcolor-hover: rgb(194,172,182);
	--btn-font-family: "GothamPro", Arial, Helvetica, sans-serif;
	--btn-font-weight: 600;
	--btn-transform: capitalize;
	--btn-bgcolor: rgb(225,158,136);
	--btn-bgcolor-hover: rgb(194,172,182);
	--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(248,247,247);
	background-image: none;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-family: "TT Norms Pro Expanded", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 60px;
	line-height: 70px;
	text-transform: inherit;
}
html .wd-nav-mobile > li > a, html .wd-checkout-steps, html table th {
	font-family: "TT Norms Pro Expanded", Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
html .product.wd-product del {
	font-family: "GothamPro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: inherit;
	color: rgb(194,172,182);
}
html .wd-product .price {
	font-family: "GothamPro", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-transform: inherit;
	color: rgb(225,158,136);
}
html .wd-product .wd-entities-title, html .wd-product.product-list-item .wd-entities-title {
	font-family: "GothamPro", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: inherit;
	color: rgb(61,60,57);
}
html .wd-product .wd-product-cats a {
	font-family: "GothamPro", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-transform: inherit;
	color: rgb(194,172,182);
}
.wd-nav-scroll {
	--wd-nscroll-height: 3px;
	--wd-nscroll-drag-bg: rgb(51,51,51);
	--wd-nscroll-drag-bg-hover: rgb(51,51,51);
}
.wd .product-label.onsale {
	background-color: rgb(194,172,182);
}
.wd .product-label.new {
	background-color: rgb(194,172,182);
}
.wd .product-label.featured {
	background-color: rgb(194,172,182);
}
.wd .product-label.out-of-stock {
	background-color: rgb(194,172,182);
}
.wd .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(194,172,182);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 10px;
}

@media (max-width: 1024px) {
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 44px;
	line-height: 54px;
	}

}

@media (max-width: 768.98px) {
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 36px;
	line-height: 46px;
	}

}
:root{
--wd-container-w: 1440px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

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


.wd-page-title {
background-color: rgb(255,255,255);
}

@font-face {
	font-family: "GothamPro";
	src: url("//www.emmiliss-beauty.com/wp-content/uploads/2026/06/gothampro-medium.woff2") format("woff2"), 
url("//www.emmiliss-beauty.com/wp-content/uploads/2026/06/gothampro-medium.woff") format("woff");
	font-weight: 400;
	font-display:swap;
	font-style: normal;
}

@font-face {
	font-family: "GothamPro";
	src: url("//www.emmiliss-beauty.com/wp-content/uploads/2026/08/gothampro-bold.woff2") format("woff2"), 
url("//www.emmiliss-beauty.com/wp-content/uploads/2026/08/gothampro-bold.woff") format("woff");
	font-weight: 700;
	font-display:swap;
	font-style: normal;
}

@font-face {
	font-family: "TT Norms Pro Expanded";
	src: url("//www.emmiliss-beauty.com/wp-content/uploads/2026/08/ttnormspro-medium.woff2") format("woff2"), 
url("//www.emmiliss-beauty.com/wp-content/uploads/2026/08/ttnormspro-medium.woff") format("woff");
	font-weight: 500;
	font-display:swap;
	font-style: normal;
}

@font-face {
	font-family: "TT Norms Pro Expanded";
	src: url("//www.emmiliss-beauty.com/wp-content/uploads/2026/08/ttnormspro-bold.woff2") format("woff2"), 
url("//www.emmiliss-beauty.com/wp-content/uploads/2026/08/ttnormspro-bold.woff") format("woff");
	font-weight: 600;
	font-display:swap;
	font-style: normal;
}

@font-face {
	font-family: "TT Norms Pro Expanded";
	src: url("//www.emmiliss-beauty.com/wp-content/uploads/2026/08/ttnormspro-extrabold.woff2") format("woff2"), 
url("//www.emmiliss-beauty.com/wp-content/uploads/2026/08/ttnormspro-extrabold.woff") format("woff");
	font-weight: 700;
	font-display:swap;
	font-style: normal;
}

body .product-type-variable.wd-product.wd-hover-standard .price span:nth-child(2) {
    display: inline-block !important;
}


.wd-product.wd-hover-standard .price del {
    font-size: clamp(10px, 9.2593px + 0.2469vw, 14px) !important;
}

.wd-product.wd-hover-standard .price ins {
    font-size: clamp(10px, 8.5185px + 0.4938vw, 18px) !important;
}

.wd-product.wd-hover-standard .wd-add-btn-replace .add_to_cart_button {
    width: clamp(34px, calc(32.519px + 0.494vw), 42px) !important;
    height: clamp(34px, calc(32.519px + 0.494vw), 42px) !important;
}
.wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop span {
    padding: 5px clamp(10px, calc(9.259px + 0.247vw), 14px) !important;
}


body .wd-side-hidden {
    width: clamp(340px, calc(291.852px + 16.049vw), 600px) !important;
}



.wd-content-layout {
    padding-block: 0px !important;
}
.mobile-nav .searchform {
    display: none !important;
}

.wd-nav>li>a {
    font-size: 15px;
}

.pswp__button--share {
    display: none !important;
}

input[type=radio]
{
accent-color: #d8653f !important;
mix-blend-mode: multiply;
}


input[type="checkbox"]
{
accent-color: #d8653f !important;
mix-blend-mode: multiply;
}

/* Приховуємо спливаючі підказки ТІЛЬКИ при наведенні на кнопку списку бажань */
body:has(.wd-wishlist-btn:hover) .wd-tooltip,
body:has(.wd-wishlist-btn:hover) .tooltip,
body:has(.wd-wishlist-btn:hover) [data-tippy-root] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}@media (min-width: 1025px) {
	.container, .container-fluid {
    padding-inline: 40px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.container, .container-fluid {
    padding-inline: 32px;
}
.sticky-toolbar-on {
        padding-bottom: 10px !important;
}
}

@media (max-width: 576px) {
	.container, .container-fluid {
    padding-inline: 12px;
}
.sticky-toolbar-on {
        padding-bottom: 10px !important;
}
.wd-nav>li>a {
    font-size: 14px;
}
}

