:root {
	--wd-text-font: Dana;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: Dana;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: Dana;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: IRansansX;
	--wd-widget-title-font: Dana;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: Dana;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 12px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(5,74,125);
	--wd-alternative-color: rgb(237,143,39);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(237,143,39);
	--btn-accented-bgcolor-hover: rgb(245,161,58);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(5,74,125);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(237,143,39);
	--wd-link-color-hover: rgb(245,161,58);
	--wd-link-decor-color: rgb(237,143,39);
	--wd-link-decor-color-hover: rgb(245,161,58);
}
.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: 233px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
html .wd-carousel .wd-carousel-item .post.wd-post .wd-entities-title {
	font-weight: 700;
	font-size: 16px;
}
.wd .product-label.onsale {
	background-color: rgb(245,161,58);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1420px;
--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: 8px;
}


rs-slides :is([data-type=text],[data-type=button]) {
font-family: Dana !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: Dana !important;
}

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

.promo-banner .banner-image img {
    border-radius: 15px;
}
.product-grid-item .product-image-link {
    display: block;
    padding: 20px;
}
.labels-rectangular .product-label {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 15px;
    margin-right: 5px;
}
.product_title {
    font-weight: 800;
}
.title-line-two .product-grid-item .wd-entities-title {
    max-height: 39px;
    min-height: 39px;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
}
.woocommerce-Price-currencySymbol {
	font-weight: 800;
}
.entry-content.wd-entry-content {
	min-height: 70px;
}
.wd-header-cats.wd-style-1 .menu-opener {
    min-width: 200px !important;
}
.cosmetic-cat .main-wrapp-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    background: linear-gradient(180deg,transparent,#000);
    top: 85px;
    right: 0;
    z-index: 1;
    opacity: .8;
}
.cosmetic-cat .promo-banner .content-banner {
    position: relative;
    width: 100%;
    max-width: var(--content-width);
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    align-items: center;
}
.cosmetic-cat .promo-banner .banner-btn-wrapper {
    margin-top: 0;
}
}


/*====================================================
        MAG HOME - BLOG 2026
====================================================*/

.mag_home .wd-carousel-wrap{
    display:flex;
    align-items:stretch;
}

.mag_home .wd-carousel-item{
    display:flex;
    height:auto;
}

.mag_home article.wd-post{

    display:flex;
    flex-direction:column;

    width:100%;
    height:100%;

    overflow:hidden;

    border-radius:18px;

    background:#fff;

    border:1px solid #edf1f5;

    transition:.35s;

    box-shadow:
        0 10px 30px rgba(0,0,0,.06);

}

.mag_home article.wd-post:hover{

    transform:translateY(-8px);

    box-shadow:
        0 20px 45px rgba(0,0,0,.12);

}


/*======================
IMAGE
=======================*/

.mag_home .wd-post-thumb{

    position:relative;

    overflow:hidden;

}

.mag_home .wd-post-img{

    overflow:hidden;

}

.mag_home .wd-post-thumb img{

    width:100%;

    transition:.6s;

}

.mag_home article:hover img{

    transform:scale(1.08);

}


/*======================
DATE
=======================*/

.mag_home .wd-post-date{

    border-radius:12px;

    background:rgba(255,255,255,.95);

    backdrop-filter:blur(10px);

    box-shadow:0 10px 25px rgba(0,0,0,.12);

}


/*======================
CONTENT
=======================*/

.mag_home .article-body-container{

    display:flex;

    flex-direction:column;

    flex:1;

    padding:24px;

}


/*======================
TITLE
=======================*/

.mag_home .wd-post-title{

    margin:0 0 20px;

    line-height:1.9;

    min-height:108px;

    overflow:hidden;

    display:-webkit-box;

    -webkit-box-orient:vertical;

    -webkit-line-clamp:3;

}

.mag_home .wd-post-title a{

    color:#1f2937;

    font-size:18px;

    font-weight:800;

    transition:.25s;

}

.mag_home article:hover .wd-post-title a{

    color:#FABA5B;

}


/*======================
BUTTON
=======================*/

.mag_home .wd-post-read-more{

    margin-top:auto;

}

.mag_home .wd-post-read-more a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:12px 24px;

    border:2px solid #FABA5B;

    border-radius:8px;

    background:transparent;

    color:#FABA5B !important;

    font-weight:700;

    font-size:14px;

    transition:.3s ease;

}

.mag_home .wd-post-read-more a:hover{

    background:#FABA5B;

    color:#fff !important;

    transform:translateY(-2px);

}


/*======================
ARROWS
=======================*/

.mag_home .wd-btn-arrow{

    width:46px;

    height:46px;

    border-radius:50%;

    background:#fff;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.mag_home .wd-btn-arrow:hover{

    background:#FABA5B;

    color:#fff;

}