:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--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: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 300;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(255,146,49);
	--wd-alternative-color: rgb(204,2,0);
	--btn-default-bgcolor: rgb(255,146,49);
	--btn-default-bgcolor-hover: rgb(221,153,51);
	--btn-accented-bgcolor: rgb(255,146,49);
	--btn-accented-bgcolor-hover: rgb(30,115,190);
	--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: #ffffff;
	background-image: url(https://www.smilinart.ru/wp-content/uploads/2026/08/foot111-scaled.png);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 10px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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;
--wd-brd-radius: 0px;
}

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


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

.video-password-screen {
    min-height: 760px;
    padding: 90px 6vw;
    box-sizing: border-box;
    border-radius: 55px;
    overflow: hidden;
    background:
        radial-gradient(circle at 5% 8%, #8ed0ad 0 35px, transparent 36px),
        linear-gradient(135deg, #ff77ae 0 27%, #b58af0 27% 47%, #f4d9ff 47% 68%, #e7dcff 68%);
    position: relative;
}

.video-password-screen::before,
.video-password-screen::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 90px;
    opacity: .75;
}

.video-password-screen::before {
    width: 38%;
    height: 75%;
    right: 14%;
    top: 5%;
    background: linear-gradient(145deg, #ffd34e, #f4c987);
    transform: rotate(18deg);
}

.video-password-screen::after {
    width: 28%;
    height: 70%;
    right: -2%;
    top: 13%;
    background: linear-gradient(145deg, #b7ead9, #cde9ff);
    transform: rotate(-9deg);
}

.video-password-card {
    position: relative;
    z-index: 2;
    max-width: 1250px;
    margin: 180px auto 0;
    padding: 70px 7vw 90px;
    border-radius: 80px;
    background: rgba(255, 255, 255, .92);
    box-sizing: border-box;
}

.video-password-input {
    width: 100%;
    height: 125px;
    border-radius: 70px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(220, 220, 220, .25);
}

.video-password-input input {
    width: 100%;
    height: 100%;
    padding: 0 50px;
    border: 0;
    outline: 0;
    border-radius: inherit;
    background: transparent;
    color: #333;
    font-size: 38px;
    font-weight: 300;
    box-sizing: border-box;
}

.video-password-input input::placeholder {
    color: #d2d2d2;
    opacity: 1;
}

.video-password-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 145px;
    margin: 75px auto 0;
    border: 0;
    border-radius: 80px;
    background: #f93652;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}

.video-password-submit:hover {
    background: #e92543;
    transform: scale(1.04);
}

.video-password-submit span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #fff;
    color: #f93652;
    font-size: 62px;
    line-height: 1;
    font-weight: 700;
}

.video-password-error {
    margin: 0 0 25px;
    color: #f93652;
    text-align: center;
    font-size: 18px;
}

@media (max-width: 768px) {
    .video-password-screen {
        min-height: 600px;
        padding: 40px 20px;
        border-radius: 25px;
    }

    .video-password-card {
        margin-top: 120px;
        padding: 35px 20px 50px;
        border-radius: 40px;
    }

    .video-password-input {
        height: 75px;
    }

    .video-password-input input {
        padding: 0 25px;
        font-size: 16px;
    }

    .video-password-submit {
        width: 190px;
        height: 70px;
        margin-top: 40px;
    }

    .video-password-submit span {
        width: 48px;
        height: 48px;
        font-size: 32px;
    }
}
div#tab-description .aligncenter, div#tab-description p {
    padding-bottom: 0;
    margin-bottom: 0;
}
