@font-face {
    font-family: 'Prata';
    src: url('../fonts/Prata-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


:root {
    --main-black: #212121;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

em {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    color: var(--main-black);
}

.uk-container {
    max-width: 1520px;
}

body {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 400;
    color: var(--main-black);
}

.disabled-scroll {
    overflow: hidden
}

.site-header {
    position: relative;
    z-index: 1;
}

.header-bottom {
    padding: 0 0;
    background: transparent;

}

.header-bottom.white {
    background: #fff;
}

.text-white {
    color: #fff;
}


.section-easy-steps {
    background-color: #f7f7f7;
}

.site-footer {
    padding: 72px 48px 25px 48px;
}

.site-footer .site-name {
    font-weight: 700;
    margin-bottom: 15px;
}

.site-footer .contact-info__item {
    margin-bottom: 12px;
}

.site-footer .contact-info__item a {
    font-size: 14px;
    color: var(--main-black);
}


.section-easy-steps {
    padding: 72px 48px;
}

.section-easy-steps .easy-step__item > *:not(:last-child) {
    margin-bottom: 16px;
}

.section-easy-steps .easy-step__item .title {
    font-size: 16px;
    font-family: 'Prata';
}

.section-easy-steps .easy-step__item .text {
    font-size: 14px;
}

.section-easy-steps .easy-step__item .icon {
    height: 44px;
    width: 44px;
    display: inline-block;
}

.section-easy-steps .easy-step__item .icon img {
    height: 100%;
    width: 100%;
}

.footer-column-title {
    font-family: 'Prata';
    font-size: 16px;
}

.site-footer .social-network,
.header-top .social-network {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.site-footer .social-network a,
.header-top .social-network a {
    display: inline-block;
    padding: 2px 8px;
}

.site-footer .social-network svg,
.header-top .social-network svg {
    height: 14px;
    width: 14px;
}

.site-footer .footer-menu {
    margin: 0;
    padding-left: 0;
    list-style-type: none;

}

.site-footer .footer-menu a {
    color: var(--main-black);
    font-size: 14px;
}

.site-footer .footer-menu .menu-item:not(:last-child) {
    margin-bottom: 8px;
}

.site-footer .copyright,
.site-footer .developer {
    font-size: 13px;
}

.site-footer .developer a {
    color: var(--main-black);
    font-weight: 700;
}

.section-newsletter {
    padding: 0 48px;
}

.section-newsletter .newsletter-image {
    max-height: 350px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-newsletter .newsletter-content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.section-newsletter .newsletter-content > *:not(:last-child) {
    margin-bottom: 16px;
}

.site-footer .newsletter-response {
    margin-top: 16px;
}

.section-newsletter .subtitle {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 21px;

}

.section-newsletter .title {
    font-family: 'Prata';
    letter-spacing: 2px;
    font-size: 16px;
}

.section-newsletter .text {
    line-height: 1.5;
    font-size: 14px;
}

.newsletter-form .uk-input {
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.subscribe-form--submit {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.subscribe-form--submit .subscribe-form--submit {
    width: 35px;
    height: 35px;
}

.newsletter-form .icon--next {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    display: block;
    height: 10px;
    padding: 16px;
    position: relative;
    width: 10px;
    opacity: .85;
    -webkit-transition: opacity 1s cubic-bezier(.19, 1, .22, 1);
    -o-transition: opacity 1s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: opacity 1s cubic-bezier(.19, 1, .22, 1);
    transition: opacity 1s cubic-bezier(.19, 1, .22, 1);
}

.newsletter-form .icon--next div {
    background: var(--main-black);
    height: 2px;
    left: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    width: 7px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.newsletter-form .icon--next:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .08);
    opacity: 1;
    cursor: pointer
}

.newsletter-form .icon--next:hover div:first-child {
    -webkit-transform: translate3d(2px, 2px, 0) rotate3d(0, 0, 1, -45deg) scale(0.9);
    -moz-transform: translate3d(2px, 2px, 0) rotate3d(0, 0, 1, -45deg) scale(0.9);
    transform: translate3d(2px, 2px, 0) rotate3d(0, 0, 1, -45deg) scale(0.9)
}

.newsletter-form .icon--next:hover div:nth-child(2) {
    -webkit-transform: translate3d(2px, -2px, 0) rotate3d(0, 0, 1, 45deg) scale(0.9);
    -moz-transform: translate3d(2px, -2px, 0) rotate3d(0, 0, 1, 45deg) scale(0.9);
    transform: translate3d(2px, -2px, 0) rotate3d(0, 0, 1, 45deg) scale(0.9)
}

.newsletter-form .icon--next:hover div:last-child {
    -webkit-transform: translate3d(-1px, 0, 0) rotate3d(0, 0, 0, 0deg) scale(0.9);
    -moz-transform: translate3d(-1px, 0, 0) rotate3d(0, 0, 0, 0deg) scale(0.9);
    transform: translate3d(-1px, 0, 0) rotate3d(0, 0, 0, 0deg) scale(0.9);
    opacity: 1
}


.newsletter-form .icon--next div:last-child {
    width: 10px;
    -webkit-transform: rotateY(90deg) scale(.9);
    -moz-transform: rotateY(90deg) scale(.9);
    transform: rotateY(90deg) scale(.9);
    opacity: 0;
}

.newsletter-form .icon--next div:nth-child(2) {
    -webkit-transform: translate3d(0, -2px, 0) rotate3d(0, 0, 1, 45deg) scale(.9);
    -moz-transform: translate3d(0, -2px, 0) rotate3d(0, 0, 1, 45deg) scale(.9);
    transform: translate3d(0, -2px, 0) rotate3d(0, 0, 1, 45deg) scale(.9);
}


.newsletter-form .icon--next div:first-child {
    -webkit-transform: translate3d(0, 2px, 0) rotate3d(0, 0, 1, -45deg) scale(.9);
    -moz-transform: translate3d(0, 2px, 0) rotate3d(0, 0, 1, -45deg) scale(.9);
    transform: translate3d(0, 2px, 0) rotate3d(0, 0, 1, -45deg) scale(.9);
}

.newsletter-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--main-black);
    background-color: #0000;
    padding: 0 8px;
    max-width: 400px;

}

.newsletter-form .icon--spinner {
    display: none;
    width: 35px;
    height: 35px;
}


.site-footer .newsletter-block .newsletter-form {
    margin-top: 25px;
}

.section-fp-collections .collection-item__image {
    overflow: hidden;
}

.section-fp-collections .collection-item__image img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 3s linear;
    -o-transition: 3s linear;
    -moz-transition: 3s linear;
    transition: 3s linear;
    width: 100%;
}

.section-fp-collections .collection-item:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.section-fp-collections .collection-item__content {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    z-index: 2;
    width: 100%;
}

.section-fp-collections .collection-item {
    display: inline-block;
}

.section-fp-collections .collection-item__content .collection-item__title {
    font-size: 28px;
    color: #fff;
    font-family: 'Prata';
}

.section-fp-collections .collection-item__readmore {
    letter-spacing: 1px;
    font-size: 13px;
    text-shadow: 0 0 10px rgba(0, 0, 0, .6);
    display: inline-block;
    color: #fff;
}

.section-fp-collections .collection-item__readmore:after {
    border-bottom: .0714285714em solid #fff;
    content: "";
    display: block;
    width: 100%;
}

.section-fp-collections .collection-item__image {
    max-height: 515px;
}

.section-fp-collections .collection-item:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#0000), color-stop(70%), to(rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(#0000, 70%, rgba(0, 0, 0, 0.65));
    background: -moz-linear-gradient(#0000, 70%, rgba(0, 0, 0, 0.65));
    background: -o-linear-gradient(#0000, 70%, rgba(0, 0, 0, 0.65));
    background: linear-gradient(#0000, 70%, rgba(0, 0, 0, 0.65));
    z-index: 1;
}


.site-header .main-menu {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    gap: 10px;
}


.site-header .main-logo {
    max-height: 35px;
    height: 100%;
    width: auto;
    display: inline-block;
    margin-right: 35px;
}

.site-header .main-logo svg {
    height: 100%;
    width: auto;
}

body:not(.home) .header-bottom.text-white:not(.white) .main-logo svg {
    color: #fff;
}


.site-header .header-middle {
    padding: 8px;
    background: #222222;
    color: #fff;
    font-size: 13px;
}


.single-related-product .section-title,
.section-fp-best-sellers .section-title,
.section-single-product-faq .section-title,
.section-fp-ourhistory .section-title,
.single-upsells-product .section-title,
.section-aromas .section-title,
.section-last-news .section-title,
.section-parallax-separator .section-title {
    font-family: 'Prata';
    letter-spacing: 2px;
    line-height: 1.2;
    font-size: 28px;
    margin-bottom: 32px;
    font-weight: 700;
}

.section-single-product-faq {
    background-color: #f7f7f7;
    padding: 72px 0;
}

.section-single-product-faq .uk-accordion > :nth-child(n+2) {
    margin-top: 0;
}


.clear {
    clear: both;
}


.header-navbar-options {
    gap: 15px;
}

.header-navbar-options > * {
    color: var(--main-black);
}

.header-bottom.text-white:not(.white) .header-navbar-options > * {
    color: #fff;
}

.woo-mini-cart__wrapper {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    justify-content: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out
}

.woocommerce .woocommerce-mini-cart-item .remove,
.woocommerce-mini-cart-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}

.woo-mini-cart__wrapper.open {
    opacity: 1;
    visibility: visible
}

.woo-mini-cart__wrapper .woo-mini-cart__content {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.woo-mini-cart__wrapper .quantity-label,
.woocommerce-billing-fields__field-wrapper #billing_country_field,
.page-checkout .entry-header {
    display: none;
}

.woo-mini-cart__wrapper.open .woo-mini-cart__content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.section-presentation-category__front-page .row-reverse, .woo-mini-cart__bottom {
    background: #fff
}

.woo-mini-cart__content {
    max-width: 400px;
    width: 100%;
    background: #fff;
    position: relative
}

.woo-mini-cart__title-block,
.mob-offcanvas__title-block {
    padding: 15px 0;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Prata';
    text-align: center;
}

.woo-mini-cart__close,
.offcanvas__close {
    position: absolute;
    top: 0;
    left: -50px;
    cursor: pointer;
}

.woo-mini-cart__close svg {
    height: 50px;
    width: auto;
    color: #fff;
}


.woo-mini-cart__bottom {
    padding: 16px;
    z-index: 4;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 10px 10px 10px #0003;
    -moz-box-shadow: 0 10px 10px 10px #0003;
    box-shadow: 0 10px 10px 10px #0003;
    background-color: #ffffffd9;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.woo-mini-cart__bottom .modal-cart__sum {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.woo-mini-cart__bottom .modal-cart__sum .label {
    font-family: 'Prata';
    font-size: 16px;
    letter-spacing: 2px;
    line-height: normal;
}

.woo-mini-cart__bottom .modal-cart__sum .value {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.woo-mini-cart__bottom .modal-cart__tax-info,
.woo-mini-cart__bottom .modal-cart__free-delivery {
    line-height: 1.5em;
    font-size: 14px;
    text-align: center;
    margin: 15px 0;
}

.woo-mini-cart__bottom .modal-cart__free-delivery.active {
    color: #048c06;
}

.woo-mini-cart__bottom .modal-cart__checkout {
    color: #fff;
    background: var(--main-black);
    border: 2px solid var(--main-black);
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 40px;
}

.woocommerce-mini-cart-item {
    padding: 0 15px !important;
    position: relative;
}

.woocommerce-mini-cart-item:not(:last-child) {
    margin-bottom: 25px !important;
}

.woocommerce-mini-cart-item .woocommerce-mini-cart-item__product-title {
    letter-spacing: 2px;
    font-family: 'Prata';
    font-weight: normal !important;
    color: var(--main-black);
    font-size: 13px;
    margin-bottom: 5px;
    display: inline-block;
}

.woocommerce-mini-cart-item .woocommerce-mini-cart-item__product-thumbnail {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.woocommerce-mini-cart-item .woocommerce-mini-cart-item__product-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
}

.woo-mini-cart__content .cart-product {
    padding-left: 0 !important;
    margin: 15px 0 !important;
    overflow: auto;
    height: -webkit-calc(100% - 265px);
    height: -moz-calc(100% - 265px);
    height: calc(100% - 265px);
}

.woocommerce-mini-cart-item .cart-product__info {
    padding-left: 15px;
}

.woocommerce-mini-cart-item .cart-product__delete a {
    letter-spacing: 1px;
    font-size: 12px;
    padding: 3px;
    display: inline-block !important;
    color: var(--main-black) !important;
    line-height: 1;
    position: relative;
    width: auto !important;
    font-weight: 400 !important;
    height: auto;
}

.woocommerce-mini-cart-item .cart-product__delete a:hover {
    text-decoration: none;
}

.woocommerce-mini-cart-item .cart-product__delete a:after {
    content: "";
    background: var(--main-black);
    height: 1px;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.woocommerce-mini-cart-item .quantity button.btn {
    background: transparent;
    border: none;
    cursor: pointer;
}

.header-cart-switch {
    cursor: pointer;
}

.home .header-bottom .header-navbar-options > *,
.home .header-bottom .header-navbar-options .header-cart-switch {
    color: #fff;
}


.home .site-header .main-logo svg {
    fill: #ffff;
}

.main-logo svg {
    fill: #000;
}

.home .header-bottom.white .main-logo svg,
.header-bottom.white .main-logo svg {
    fill: #000;
}

.home .header-bottom.white .header-navbar-options a,
.home .header-bottom.white .header-navbar-options .header-cart-switch,
.home .header-bottom.text-white:not(.white) .header-navbar-options a,
.home .header-bottom.text-white:not(.white) .header-navbar-options .header-cart-switch {
    color: var(--main-black);
}


body:not(.home) .header-bottom.text-white:not(.white) .main-logo svg {
    fill: #fff;
}

.header-cart-switch .label {
    padding-right: 8px;
}

.quantity input[type=number] {
    width: 38px;
    height: 38px;
    color: var(--main-black);
    border: none;
    text-align: center;
}

.woocommerce-mini-cart-item .quantity input[type=number] {
    width: 38px !important;
}

.woocommerce-mini-cart-item a.remove:hover {
    background: transparent !important;
    color: var(--main-black) !important;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.header-cart-switch .count {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--main-black);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home .header-cart-switch .count {
    background: #fff;
    color: var(--main-black);
}

.home .header-bottom.white .header-cart-switch .count,
.home .header-bottom.text-white .header-cart-switch .count {
    background: var(--main-black);
    color: #fff;
}

body:not(.home) .header-bottom.text-white:not(.white) .header-cart-switch .count {
    color: var(--main-black);
    background: #fff;
}


.price-separator {
    padding: 0 5px;
}

.price-current.has-sale,
.sales-price.price-current,
.woocommerce-mini-cart .woo-mini__price-sales {
    color: #dd2831;
}

.price-old {
    text-decoration: line-through;
    font-size: 15px;
    color: #999;
}

.products ins,
.full-product .woo-price-block ins {
    background: transparent;
    color: #dd2831;
}

.products .product-item__price-block {
    color: var(--main-black);
}

.products .product-item__price-block ins {
    order: 1;
    margin-right: 10px;
}

.products .product-item__price-block del {
    order: 2;
    color: #999;
}

.products .woocommerce-loop-product__title {
    margin-bottom: 10px;
}

.products .woocommerce-loop-product__title,
.archive-body__search .loop-found-item .loop-found-item__title,
.searchwp-live-search-results .loop-found-item .loop-found-item__title {
    font-size: 14px !important;
    line-height: 1.5;
    text-align: center;
    /*font-family: 'Montserrat';*/
    font-family: 'Prata';
}

.products .woocommerce-loop-product__link {
    height: 100%;
    display: inline-block;
    width: 100%;

}

.products .product-loop-thumbnail__wrapper,
.archive-body__search .product-loop-thumbnail__wrapper,
.searchwp-live-search-results .product-loop-thumbnail__wrapper {
    overflow: hidden;
}

.products .product-loop-thumbnail__wrapper img,
.archive-body__search .product-loop-thumbnail__wrapper img,
.searchwp-live-search-results .product-loop-thumbnail__wrapper img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.products .product-loop-thumbnail__wrapper .second-picture,
.archive-body__search .product-loop-thumbnail__wrapper .second-picture,
.searchwp-live-search-results .product-loop-thumbnail__wrapper .second-picture {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.products .product:hover .product-loop-thumbnail__wrapper .second-picture,
.archive-body__search .loop-found-item__product:hover .product-loop-thumbnail__wrapper .second-picture,
.searchwp-live-search-results .loop-found-item__product:hover .product-loop-thumbnail__wrapper .second-picture {
    opacity: 1;
    visibility: visible;
    z-index: -1;

}

.products li.product .product-loop-thumbnail__wrapper img,
.archive-body__search .product-loop-thumbnail__wrapper img,
.searchwp-live-search-results .product-loop-thumbnail__wrapper img {
    margin: 0 !important;
}

.products .product:hover .product-loop-thumbnail__wrapper .first-picture,
.archive-body__search .loop-found-item__product:hover .product-loop-thumbnail__wrapper .first-picture,
.searchwp-live-search-results .loop-found-item__product:hover .product-loop-thumbnail__wrapper .first-picture {
    visibility: hidden !important;
    opacity: 0;

}

.products .add_to_cart_button {
    padding: 0 !important;
    font-size: 13px !important;
    background-color: transparent !important;

}

.products .product-loop__quick-add a.button {
    margin-top: 0 !important;
}

.products .product-loop__quick-add a.added:after {
    content: none !important;
}

.products .product-loop__quick-add {
    -webkit-transform: translate(45px, 45px);
    -moz-transform: translate(45px, 45px);
    -ms-transform: translate(45px, 45px);
    -o-transform: translate(45px, 45px);
    transform: translate(45px, 45px);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.products .product:hover .product-loop__quick-add {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);

}

.product-loop__quick-add .added .icon--plus {
    display: none;
}

.product-loop__quick-add a:not(.added) {
    display: none;
}

.product-loop__quick-add .added .icon-added {
    width: 10px;
    height: 10px;
    color: #000;
    font-size: 10px;
    font-weight: 700;
}

.product-loop__quick-add .added .icon-added:before {
    content: "\e017";
    vertical-align: bottom;
    font-family: WooCommerce;
}

.product-loop__quick-add {
    position: absolute; /* Позиционируем в нижнем углу */
    bottom: 10px;
    right: 10px;
    width: 32px; /* Начальная ширина для круга */
    height: 32px; /* Фиксированная высота */
    background: #fff; /* Цвет фона кнопки */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; /* Круглая форма */
    overflow: hidden; /* Чтобы текст не вылезал */
    -webkit-transition: width 0.3s ease, -webkit-border-radius 0.3s ease;
    transition: width 0.3s ease, -webkit-border-radius 0.3s ease;
    -o-transition: width 0.3s ease, border-radius 0.3s ease;
    -moz-transition: width 0.3s ease, border-radius 0.3s ease, -moz-border-radius 0.3s ease;
    transition: width 0.3s ease, border-radius 0.3s ease;
    transition: width 0.3s ease, border-radius 0.3s ease, -webkit-border-radius 0.3s ease, -moz-border-radius 0.3s ease; /* Плавное расширение */
}


.product-loop__quick-add a {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; /* Выстраиваем плюс и текст в линию */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* Вертикальное центрирование */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; /* Горизонтальное центрирование в начальном состоянии */
    width: 100%;
    height: 100%;
    text-decoration: none; /* Убираем подчеркивание ссылки */
    color: white; /* Цвет текста и плюса */
}

.product-loop__quick-add .icon--plus {
    width: 10px;
    height: 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-loop__quick-add:hover .icon--plus,
.product-loop__quick-add:hover .added .icon-added {
    margin-left: 15px;
}

.product-loop__quick-add .text {
    font-family: 'Montserrat';
    font-size: 12px;
    margin-left: 8px;
    margin-right: 8px;
    width: 0;
    display: none;
    white-space: nowrap;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: width 0.3s ease, -webkit-transform 0.3s ease;
    transition: width 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: width 0.3s ease, -o-transform 0.3s ease;
    -moz-transition: width 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;
    transition: width 0.3s ease, transform 0.3s ease;
    transition: width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
    color: var(--main-black);
    font-weight: 700;
}


main.default-page {
    padding: 72px 0;
}

.default-page .uk-container {
    max-width: 560px;
}

.default-page .default-page__title h1,
.archive-blog__title h1,
.section-welcome__archive-search h1 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 50px 0;
}

.default-page .default-page__body .wpcf7 .uk-input,
.default-page .default-page__body .wpcf7 .uk-textarea,
.default-page .default-page__body .wpcf7 .uk-select {
    border: none;
    border-bottom: 1px solid var(--main-black);
}

.default-page .default-page__body * + .wpcf7 {
    margin-top: 65px;
}

.default-page .default-page__body .wpcf7 .wpcf7-not-valid-tip {
    color: #dc3232;
    margin-top: 5px;
    font-size: 11px;
}

.default-page .default-page__body .wpcf7 .wpcf7-submit {
    color: #212121;
    background: #0000;
    border: 2px solid #212121;
    width: 100%;
    height: 45px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

/**
Custom pagination
 */

.custom-blog-pagination {
    margin-top: 30px;
}


.custom-woo-pagination,
.custom-blog-pagination {
    gap: 15px;
    font-size: 14px;
}

.custom-woo-pagination a,
.custom-blog-pagination a {
    height: 32px;
    width: 32px;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid transparent;
}

.custom-woo-pagination a:hover,
.custom-blog-pagination a:hover {
    border: 1px solid #00000014;
    -webkit-box-shadow: 0 0 10px #00000014;
    -moz-box-shadow: 0 0 10px #00000014;
    box-shadow: 0 0 10px #00000014;
}

.custom-woo-pagination a svg,
.custom-blog-pagination a svg {
    height: 10px;
}

/**
Star
breadcrumb
 */

.woocommerce-breadcrumb {
    margin: 15px 0 !important;
}

.woocommerce-breadcrumb span:not(:last-child) {
    margin: 0 5px;
}

.woocommerce-breadcrumb {
    font-size: 14px !important;
    margin: 15px 0;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
    color: #73757e;
    font-weight: 400;
}

.woocommerce-breadcrumb .woo-breadcrumb__item-last,
.woocommerce-breadcrumb .woo-breadcrumb__item:hover {
    color: var(--main-black);
}

/**
Finish
breadcrumb
 */

.default-page__body h1, h2, h3, h4, h5, h6 {
    margin: 20px 0;
    font-weight: 700;
}

.default-page__body h2 {
    font-size: 22px;
}

.form-woocommerce-checkout,
.form-replay-payment {
    max-width: 900px;
    margin: auto;
}

.woocommerce-form-register .form-row-last,
form.woocommerce-checkout .col-1, form.woocommerce-checkout .col-2 {
    float: none !important;
    width: 100% !important;
}

form.woocommerce-checkout h3 {
    font-weight: 700;
    font-size: 18px;
}

.section-fp-hero {
    margin-top: -76px;
    z-index: 0;
    height: -webkit-calc(100vh - 100px);
    height: -moz-calc(100vh - 100px);
    height: calc(100vh - 100px);
    overflow: hidden;
}

.section-fp-hero .uk-slideshow,
.section-fp-hero .uk-slideshow-items,
.section-fp-hero .uk-slideshow-items img {
    height: 100%;
}

.section-fp-hero .uk-slideshow-items img {
    width: 100%;
}

.section-fp-hero .uk-slideshow-items img {
    -o-object-fit: cover;
    object-fit: cover;
}

.section-fp-hero .uk-slideshow-nav {
    position: absolute;
    bottom: 0;
    right: 25px;
}

.section-fp-hero .uk-slideshow-items > div:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), color-stop(30%), to(#0000));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 1), 30%, #0000);
    background: -moz-linear-gradient(rgba(0, 0, 0, 1), 30%, #0000);
    background: -o-linear-gradient(rgba(0, 0, 0, 1), 30%, #0000);
    background: linear-gradient(rgba(0, 0, 0, 1), 30%, #0000);
    z-index: 1;
}

.section-fp-hero .section-hero-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    max-width: 496px;
    padding: 35px;
    text-align: center;
    gap: 16px;
    z-index: 1;
}


.section-fp-hero .uk-dotnav > * > * {
    width: 12px;
    height: 12px;
    background-color: rgb(190 190 190 / 60%);
    border: 2px solid rgb(190 190 190 / 60%);
    color: rgb(190 190 190 / 60%);
}

.uk-dotnav > .uk-active > * {
    background-color: transparent;
    border: 2px solid rgb(255 255 255) !important;
}


.section-fp-hero .hero-title {
    font-family: 'Prata';
    font-size: 32px;
    line-height: 1.2;
}

.section-fp-hero .hero-subtitle {
    text-transform: uppercase;
    font-size: 12px;
}

.section-fp-hero .read-more {
    border: 2px solid #fff;
    padding: 5px 16px;
    font-size: 13px;
    color: #fff;
}


#mega-menu-wrap-header-mainmenu {
    display: inline-block;
    background: transparent;
}

#mega-menu-header-mainmenu > .mega-menu-item > .mega-sub-menu {
    /*position: fixed !important;*/
    /*left: 0px !important;*/
    /*right: 0px !important;*/
}

#mega-menu-header-mainmenu .custom-grid-column-3 > .mega-sub-menu > li > a {
    color: var(--main-black) !important;
    font-size: 13px !important;
    margin-bottom: 10px !important;
}

#mega-menu-header-mainmenu .custom-grid-column-3 > .mega-sub-menu > li > .mega-sub-menu > li:not(:last-child) {
    margin-bottom: 10px !important;
}

#mega-menu-header-mainmenu .custom-grid-column-3 > .mega-sub-menu > li > .mega-sub-menu > li > a {
    font-weight: 500 !important;
}


body:not(.home) #mega-menu-wrap-header-mainmenu #mega-menu-header-mainmenu > li.mega-menu-item > a.mega-menu-link {
    color: var(--main-black);
}

body:not(.home) .header-bottom.text-white:not(.white) #mega-menu-wrap-header-mainmenu #mega-menu-header-mainmenu > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
}


#mega-menu-wrap-header-mainmenu #mega-menu-header-mainmenu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background: transparent !important;
    font-weight: 500;
}

#mega-menu-wrap-header-mainmenu #mega-menu-header-mainmenu > li.mega-menu-item > a.mega-menu-link {
    position: relative;
}

body.home .header-bottom.white #mega-menu-wrap-header-mainmenu #mega-menu-header-mainmenu > li.mega-menu-item > a.mega-menu-link {
    color: var(--main-black) !important;
}


#mega-menu-wrap-header-mainmenu #mega-menu-header-mainmenu > li.mega-menu-item > a.mega-menu-link:after {
    content: "";
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    position: absolute;
    bottom: 0;
    height: 2px;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: -o-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#mega-menu-wrap-header-mainmenu #mega-menu-header-mainmenu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:after {
    content: "";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#mega-menu-header-mainmenu .custom-grid-column-3 > .mega-sub-menu {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 1fr 1fr !important;
    grid-template-columns: 1fr 1fr 1fr !important;
}


#mega-menu-header-mainmenu .menu-gallery-with-link > .mega-sub-menu,
#mega-menu-header-mainmenu .gallery {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 15px !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: end !important;
}

#mega-menu-header-mainmenu .menu-gallery-with-link > .mega-sub-menu {
    padding: 0 0 15px 0 !important;
}

#mega-menu-header-mainmenu .menu-gallery-with-link > .mega-sub-menu > li {
    width: auto !important;
    padding: 0 !important;
}

#mega-menu-header-mainmenu .gallery .gallery-item {
    margin: 0;
}

.section-fp-ourhistory, .section-fp-best-sellers, .section-fp-collections, .section-newsletter {
    margin: 120px 0;
}

.section-fp-ourhistory .section-description {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;

}

.section-fp-ourhistory .section-subtitle,
.section-aromas .section-subtitle,
.section-parallax-separator .section-subtitle {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-fp-ourhistory .video-wrapper {
    position: relative;
    height: 550px;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}

.section-fp-ourhistory video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.section-fp-ourhistory .content {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}


.footer-bottom {
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-bottom .separator {
    margin: 0 20px;
}

.footer-bottom .payments-block img {
    max-height: 12px;
}

.page-aboutus .uk-container {
    max-width: 1520px;
}

.newsletter-response {
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    max-width: 400px;
}

.woo-custom-navbar-catalog {
    margin: 25px 0;
}

.woo-custom-navbar-catalog .custom-woo-filter-trigger {
    font-size: 16px;
    background: transparent;
    border: none;
    color: #000;
    font-family: 'Montserrat';
    cursor: pointer;
}

.woo-custom-navbar-catalog .custom-woo-filter-trigger:hover {
    text-decoration: underline;
}

#offcanvas-woo-filter .uk-offcanvas-bar {
    background: #ffff;
    padding: 32px 16px;

}

.offcanvas__close svg {
    height: 50px;
    width: 50px;
    color: #fbfbfb;
}


#offcanvas-woo-filter .uk-offcanvas-overlay::before {
    background: #0000004d;
}

#offcanvas-woo-filter .wpfFilterWrapper .wfpTitle {
    color: #000 !important;
    height: auto;
    margin-bottom: 15px;
}

#offcanvas-woo-filter .wpfFilterVerScroll::-webkit-scrollbar-track {
    background-color: #fff !important
}

#offcanvas-woo-filter .wpfFilterVerScroll::-webkit-scrollbar-thumb {
    background-color: var(--main-black) !important
}

#offcanvas-woo-filter .wpfFilterVerScroll::-webkit-scrollbar {
    width: 5px !important
}

#offcanvas-woo-filter .wpfFilterWrapper .wpfFilterTaxNameWrapper {
    color: var(--main-black);
}

#offcanvas-woo-filter .wpfPriceInputs .wpfCurrencySymbol {
    color: var(--main-black);
}

#offcanvas-woo-filter:before {
    content: "";
    background: rgba(0, 0, 0, .5)
}

#offcanvas-woo-filter .wpfFilterButtonsBottom {
    margin-top: 25px;
}

#offcanvas-woo-filter .wpfFilterButtonsBottom .wpfButton {
    background: #fff;
    color: #000;
    font-size: 14px;
    min-height: 45px;
    border: 2px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

#offcanvas-woo-filter .wpfFilterButtonsBottom .wpfFilterButton {
    background: #000;
    color: #fff;
}

#offcanvas-woo-filter .uk-offcanvas-close {
    position: fixed;
    top: 0;
    right: 350px;
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    z-index: 1000;
}

#offcanvas-woo-filter .uk-offcanvas-close svg {
    height: 50px;
    width: auto;
    color: #fff;
}

#offcanvas-woo-filter .wpfTitleToggle.fa-minus,
#offcanvas-woo-filter .wpfTitleToggle.fa-plus {
    color: var(--main-black);
}


.archive-blog__body .loop-item__title,
.section-last-news .loop-item__title {
    color: var(--main-black);
    font-family: 'Prata';
    font-weight: 700;
    padding: .5em 0;
    line-height: 1.5;
    font-size: 18px;
}

.loop-item--news > *:not(:last-child) {
    margin-bottom: 16px;
}

.loop-item--news .read-more {
    display: inline-block;
    color: var(--main-black);
    position: relative;
}

.loop-item--news .read-more:after {
    content: "";
    background: var(--main-black);
    height: 1px;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.loop-item--news .loop-item__image {
    max-height: 398px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.loop-item--news .loop-item__image img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 4s linear;
    -o-transition: 4s linear;
    -moz-transition: 4s linear;
    transition: 4s linear;
    width: 100%;

}

.loop-item--news .loop-item__image:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.article-news__header .article-title {
    color: var(--main-black);
    font-family: 'Prata';
    font-weight: 700;
    line-height: 1.5;
    font-size: 28px;
    margin-bottom: 15px;
}

.article-news__header .uk-container {
    max-width: 1000px;
}

.article-news__body {
    margin-top: 35px;
}

.article-news__body .uk-container {
    max-width: 800px;
}

.article-news__body a {
    color: inherit;
    text-decoration: underline;
}

.article-news {
    margin: 72px 0;
}

.custom-woo-banner-page {
    margin-top: -76px;
    max-height: 450px;
    height: 450px;
    overflow: hidden;
}

.custom-woo-banner-page:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#0000), color-stop(70%), to(#000));
    background: -webkit-linear-gradient(#0000, 70%, #000);
    background: -moz-linear-gradient(#0000, 70%, #000);
    background: -o-linear-gradient(#0000, 70%, #000);
    background: linear-gradient(#0000, 70%, #000);
}

.custom-woo-banner-page img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.custom-woo-banner-page .banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 650px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.custom-woo-banner-page .banner-content .banner-content__item {
    font-size: 25px;
    margin-bottom: 20px;
    font-family: 'Prata';
}

.custom-woo-banner-page .banner-content .banner-content__description {
    font-size: 15px;
}

.woocommerce-info {
    background-color: #fff;
    border-top: 3px solid #ff9700;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    padding-left: 15px;
}

.woocommerce-info.free-shipping-active {
    border-top-color: #048c06;
    color: #048c06;
}

.woocommerce-info:before {
    content: none !important;
}

.header-mob-trigger {
    margin-left: 20px;
}

.header-navbar-options .icon svg {
    height: 30px;
    width: 30px;
    color: #fff;
    display: none;
}

body.uk-offcanvas-container:before {
    content: "";
    background: #0000006b;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.uk-offcanvas-bar {
    background: #fff;
    padding: 5px;
    overflow: initial;
}

.woo-mob-categories__wrapper * {
    color: #000 !important;
}

.woo-mob-categories__parents {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}


.woo-categories__parents a,
.woo-mob-categories__children a,
.woo-mob-categories__parents a {
    color: #000 !important;
    text-decoration: none;
    display: block !important;
    padding: 6px 10px !important;
    font-size: 15px;
    margin: 0
}

.woo-mob-categories__children a,
.woo-mob-categories__parents a {
    padding: 6px 20px 6px 10px !important
}

.woo-mob-categories__children ul a {
    padding: 2px 0 2px 0 !important
}


.woo-mob-categories__parents a {
    padding: 6px 20px 6px 0 !important
}

.woo-category__parent-viewmore {
    padding: 15px;
    margin-bottom: 10px
}

.mobile-top-menu, .woo-category__parent-viewmore {
    background: #f9f9f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative
}

.woo-category__parent-viewmore .view-more-parent {
    color: #000;
    font-size: 13px;
    text-decoration: underline;
    padding: 0 !important
}

.woo-mob-categories__children .back {
    padding: 6px 20px 6px 10px !important;
    color: #000;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background: #f9f9f9;
    font-size: 15px;
    line-height: 1.2;
    cursor: pointer
}

.woo-mob-categories__parents .woo-category__has-children > a:after {
    content: "";
    background: url("../images/icon-chevron-right.svg") center/15px no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.woo-mob-categories__children {
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.woo-mob-categories__children .woo-categories__sub {
    display: none;
    position: absolute;
    top: 0;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0
}

.woo-mob-categories__children.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    position: absolute;
    background: bottom;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.woo-mob-categories__children .back:before {
    content: "";
    height: 25px;
    width: 25px;
    display: inline-block;
    background: var(--main-black) url("../images/icon-chevron-left.svg") no-repeat center;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
}

.woo-categories__sub .child_wrapper > *:not(:last-child) {
    margin-bottom: 20px;
}

.woo-categories__sub .child_wrapper ul {
    margin: 0;
}

.woo-categories__sub .child_wrapper ul a {
    padding: 0;
}

#customer_login {
    max-width: 1000px;
    margin: auto;
}

#customer_login h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.woocommerce-privacy-policy-text {
    font-size: 13px;
}

#customer_login .woocommerce-form-login__submit,
#customer_login .woocommerce-form-register__submit {
    color: #fff;
    background: var(--main-black);
    border: 2px solid var(--main-black);
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 42px;
    float: none;
    margin-right: 0;
}

#customer_login form .form-row .input-text,
#customer_login form .form-row select {
    height: 43px !important;
    line-height: 1.6 !important;
    outline: 0;
    padding: 8px 10px !important;
    border: 1px solid #e7e7e7 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.uk-offcanvas-close {
    color: var(--main-black);
}


.page-faq .faq-title-block {
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Prata';
}

.page-faq .section-faq {
    margin-top: 70px;
}

.loop-aromas {
    margin-top: 35px;
}

.loop-aromas .item-aroma__title {
    font-family: 'Prata';
    font-size: 18px;
    margin: 25px 0 15px 0;
}

.loop-aromas .item-aroma {
    height: 100%;
}

.loop-aromas .item-aroma__image {
    max-height: 400px;
    height: 100%;
    overflow: hidden;
}

.loop-aromas .item-aroma__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -webkit-transition: 4s linear;
    -o-transition: 4s linear;
    -moz-transition: 4s linear;
    transition: 4s linear;
}

.loop-aromas .item-aroma__image:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.item-aroma__description {
    text-align: justify;
    font-size: 15px;
    margin: 15px 0 0 0;
}

.section-aromas {
    margin: 150px 0 100px 0;
}

.section-aromas .section-title,
.section-parallax-separator .section-title {
    margin: 25px 0;
}

.page-with-banner .banner-content__item h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Prata';
}

.section-content-image .content-image__subtitle,
.section-content-text .section-subtitle {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-content-image .content-image__description {

}

.section-content-image .content-image__title,
.section-content-text .section-title {
    font-family: 'Prata';
    letter-spacing: 2px;
    line-height: 1.2;
    font-size: 28px;
    margin: 15px 0 20px 0;
}


.content-image__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-image__image:before {
    content: "";
    position: absolute;

    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#0000), color-stop(70%), to(#000));
    background: -webkit-linear-gradient(#0000, 70%, #000);
    background: -moz-linear-gradient(#0000, 70%, #000);
    background: -o-linear-gradient(#0000, 70%, #000);
    background: linear-gradient(#0000, 70%, #000);
}

.section-content-image .content-image__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}


.section-content-image .content-image__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 20% 80px;
}

.section-content-image .section-content-image__items > div {
    margin-top: 0;
    overflow: hidden;
}

.section-content-image .section-content-image__items > div:nth-child(even) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.section-content-text {
    margin: 75px 0;
    padding: 25px 0;
}

.section-content-text .uk-container {
    max-width: 800px;
}

.page-best-practices .content-image__block {
    background-color: #fff9ef;
}

.section-last-news {
    margin: 100px 0 80px 0;
}

.section-last-news .view-more a {
    font-size: 15px;
    background: var(--main-black);
    padding: 7px 15px;
    display: inline-block;
    margin-top: 50px;
    color: #fff;
}

.uk-offcanvas-bar {
    background: #fff;
    padding: 10px;
}

.section-faq .uk-accordion-title {
    font-size: 17px;
    color: #000;
    font-weight: 500;
}

.section-faq .uk-accordion > :nth-child(n+2) {
    margin-top: 25px;
}


/*************  start  --- popup gift  coupon */

.cereria-popup-widget {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 4;
    display: none;
    cursor: pointer;
}

.cereria-popup-widget__icon {
    background: #000;
    cursor: pointer;
}

.cereria-popup-widget__icon svg {
    width: 25px;
    height: 28px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}

.cereria-popup-widget__icon:hover svg {
    -webkit-transform: rotate(-45deg) scale(1.15);
    -moz-transform: rotate(-45deg) scale(1.15);
    -ms-transform: rotate(-45deg) scale(1.15);
    -o-transform: rotate(-45deg) scale(1.15);
    transform: rotate(-45deg) scale(1.15);
}

.cereria-popup-widget__icon {
    background: #000;
    border: 1px solid #000;
    height: 45px;
    width: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
}

.cereria-popup-widget:before {
    content: "";
    border: 1px solid #777777;
    background: #fff;
    height: 45px;
    width: 45px;
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-animation: waveAnimationBefore 4s infinite;
    -moz-animation: waveAnimationBefore 4s infinite;
    -o-animation: waveAnimationBefore 4s infinite;
    animation: waveAnimationBefore 4s infinite;
}

.cereria-popup-widget:after {
    content: "";
    border: 1px solid #777777;
    background: #fff;
    height: 45px;
    width: 45px;
    display: inline-block;
    -webkit-animation: waveAnimationAfter 4s infinite;
    -moz-animation: waveAnimationAfter 4s infinite;
    -o-animation: waveAnimationAfter 4s infinite;
    animation: waveAnimationAfter 4s infinite;
    top: 0;
    position: absolute;
    z-index: -1;
}

.cereria-popup-widget .decor {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: waveAnimationDecor 4s infinite;
    -moz-animation: waveAnimationDecor 4s infinite;
    -o-animation: waveAnimationDecor 4s infinite;
    animation: waveAnimationDecor 4s infinite;
}

.cereria-popup-widget .decor svg {
    width: 22px;
}

.cereria-popup-widget .close {
    width: 13.5px;
    height: 13.5px;
    position: absolute;
    top: -13.5px;
    right: -13.5px;
    font-size: initial;
}

.cereria-popup-widget .close svg {
    width: 12px;
}

@-webkit-keyframes waveAnimationBefore {
    0%, 100% {
        -webkit-transform: rotate(45deg) translate(0, 0);
        transform: rotate(45deg) translate(0, 0);
    }

    50% {
        -webkit-transform: rotate(45deg) translate(8px, -8px);
        transform: rotate(45deg) translate(8px, -8px);
    }
}

@-moz-keyframes waveAnimationBefore {
    0%, 100% {
        -moz-transform: rotate(45deg) translate(0, 0);
        transform: rotate(45deg) translate(0, 0);
    }

    50% {
        -moz-transform: rotate(45deg) translate(8px, -8px);
        transform: rotate(45deg) translate(8px, -8px);
    }
}

@-o-keyframes waveAnimationBefore {
    0%, 100% {
        -o-transform: rotate(45deg) translate(0, 0);
        transform: rotate(45deg) translate(0, 0);
    }

    50% {
        -o-transform: rotate(45deg) translate(8px, -8px);
        transform: rotate(45deg) translate(8px, -8px);
    }
}

@keyframes waveAnimationBefore {
    0%, 100% {
        -webkit-transform: rotate(45deg) translate(0, 0);
        -moz-transform: rotate(45deg) translate(0, 0);
        -o-transform: rotate(45deg) translate(0, 0);
        transform: rotate(45deg) translate(0, 0);
    }

    50% {
        -webkit-transform: rotate(45deg) translate(8px, -8px);
        -moz-transform: rotate(45deg) translate(8px, -8px);
        -o-transform: rotate(45deg) translate(8px, -8px);
        transform: rotate(45deg) translate(8px, -8px);
    }
}

@-webkit-keyframes waveAnimationAfter {
    0%, 100% {
        -webkit-transform: rotate(45deg) translate(0, 0);
        transform: rotate(45deg) translate(0, 0);
    }

    50% {
        -webkit-transform: rotate(45deg) translate(-8px, 8px);
        transform: rotate(45deg) translate(-8px, 8px);
    }
}

@-moz-keyframes waveAnimationAfter {
    0%, 100% {
        -moz-transform: rotate(45deg) translate(0, 0);
        transform: rotate(45deg) translate(0, 0);
    }

    50% {
        -moz-transform: rotate(45deg) translate(-8px, 8px);
        transform: rotate(45deg) translate(-8px, 8px);
    }
}

@-o-keyframes waveAnimationAfter {
    0%, 100% {
        -o-transform: rotate(45deg) translate(0, 0);
        transform: rotate(45deg) translate(0, 0);
    }

    50% {
        -o-transform: rotate(45deg) translate(-8px, 8px);
        transform: rotate(45deg) translate(-8px, 8px);
    }
}

@keyframes waveAnimationAfter {
    0%, 100% {
        -webkit-transform: rotate(45deg) translate(0, 0);
        -moz-transform: rotate(45deg) translate(0, 0);
        -o-transform: rotate(45deg) translate(0, 0);
        transform: rotate(45deg) translate(0, 0);
    }

    50% {
        -webkit-transform: rotate(45deg) translate(-8px, 8px);
        -moz-transform: rotate(45deg) translate(-8px, 8px);
        -o-transform: rotate(45deg) translate(-8px, 8px);
        transform: rotate(45deg) translate(-8px, 8px);
    }
}

.cereria-popup-form input[name="term"] {
    display: none;
}

.cereria-popup__wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    z-index: 1102;
    overflow-y: scroll;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 15px;
}

.cereria-popup__main {
    width: 100%;
    padding: 24px 40px 40px 40px;
}

.cereria-popup__body {
    background: #fff;
    max-width: 770px;
    width: 100%;
    text-align: center;
}

.cereria-popup__logo {
    color: #000;
    text-align: center;
    margin: 20px 0 35px 0;
}

.cereria-popup__logo svg {
    max-height: 30px;
    width: auto;
}

.cereria-popup__title {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Prata';
    line-height: 1.5;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 8px;
}

.cereria-popup__description {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    margin: 15px 0 24px 0;
    color: #000;
}


.cereria-popup-form input[type="submit"] {
    background: #000;
    color: #fff;
    font-size: 15px;
    width: 100%;
    height: 40px;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-top: 15px;
}

.cereria-popup-form .term {
    color: #000;
}

.cereria-popup-form .term {
    margin-top: 15px;

}

.cereria-popup-form label {
    display: block;
    font-size: 11px;
    line-height: 14px;
    position: relative;
    cursor: pointer;
    color: #000;
}

.cereria-popup-form .term span {
    padding-left: 25px;
    display: inline-block;
}

.cereria-popup-form input + label:before {
    content: "";
    height: 14px;
    width: 14px;
    display: inline-block;
    position: absolute;
    border: 1px solid #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 0;
}

.cereria-popup-form input:checked + label:after {
    content: "";
    background: url("/wp-content/themes/cereriamolla/assets/images/icon-check.svg") 0 0 / contain no-repeat;
    position: absolute;
    top: 0;
    width: 16px;
    height: 20px;
    display: inline;
    font-size: 12px;
    z-index: 1;
    color: #000;
    left: 0;
}

.cereria-popup__image {
    max-width: 300px;
    height: 100%;
}

.cereria-popup__image img {
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.cereria-popup__body .cereria-popup__decline {
    font-size: 15px;
    font-weight: 500;
    color: rgb(140, 140, 140);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    margin-top: 20px;
}

.cereria-popup__gifing-subscribe .cereria-popup__wrapper {
    display: none;
}

.cereria-popup__wrapper.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.cereria-popup__wrapper .newsletter-response {
    font-size: 13px;
    margin-top: 5px;
}

.uk-alert-success {
    color: #048c06;
}

.section-parallax-separator {
    padding: 0 0 450px 0;
    position: relative;
}

.section-parallax-separator .content {
    background-color: #222222;
    color: #fff;

}

.section-parallax-separator .content .inner {
    padding: 40px 0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.section-only-title-separator .section-title {
    font-family: 'Prata';
    letter-spacing: 2px;
    line-height: 1.2;
    font-size: 28px;
    font-weight: 700;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

main.page-aboutus {
    padding: 0;
}

main.page-aboutus .page-aboutus__body > *,
main.page-sustainability .page-sustainability__body > * {
    margin: 150px 0;
}


main.page-aboutus .page-aboutus__body > *:first-child,
main.page-sustainability .page-sustainability__body > *:first-child {
    margin-top: 0;
}

main.page-aboutus .page-aboutus__body > *:last-child,
main.page-sustainability .page-sustainability__body > *:last-child,
main.page-ourstore .page-ourstore__body > *:last-child {
    margin-bottom: 0;
}

.section-only-image-separator {
    max-height: 450px;
    overflow: hidden;
}

.section-only-image-separator img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section-aromas .section-description {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-logos .uk-container {
    max-width: 1240px;
}

.section-logos .item-aroma__image {
    height: 100px;
    width: 100px;
    margin: auto;
}

.page-newsletter {
    background-color: #e5e5e5;
}

.page-newsletter .uk-container {
    max-width: 1200px;
}

.page-newsletter .newsletter-form input[type=email],
.dgwt-wcas-search-wrapp.dgwt-wcas-search-darkoverl-on .dgwt-wcas-search-form {
    background-color: transparent;
}

/* Основная панель поиска — 50% высоты экрана */

.offcanvas-search__header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #ffffff;
    z-index: 9999;
    display: none; /* изначально скрыта */
    overflow-y: auto;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
    padding: 30px 0;
}

/* Оверлей (затемнение фона) */

.offcanvas-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
    cursor: pointer;
}

/* Блокируем скролл страницы, когда поиск открыт */

body.offcanvas-search-open {
    overflow: hidden;
}

/* Класс, который добавляется при открытии (можно использовать вместо :visible) */

.offcanvas-search__header.is-open {
    display: block;
}

.dgwt-wcas-darkened-overlay > div {
    background: transparent;
}

.dgwt-wcas-search-wrapp {
    width: 100%;
}

.archive-body__search .woocommerce-loop-product__link,
.searchwp-live-search-results .woocommerce-loop-product__link {
    color: var(--main-black);
}

.product-loop-thumbnail .woocommerce-loop-product__link {
    display: block;
}

.product-loop-thumbnail img {
    aspect-ratio: 7 / 12;
    object-fit: cover;
}

.archive-body__search .woocommerce-loop-product__link .loop-found-item__title,
.searchwp-live-search-results .woocommerce-loop-product__link .loop-found-item__title {
    padding: .5em 0;
}

.archive-body__search .loop-found-item .loop-found-item__title,
.searchwp-live-search-resultsbody__search .loop-found-item .loop-found-item__title {
    font-weight: 700;
}

.searchwp-form .searchwp-form-input-container {
    position: relative;
}

.searchwp-form .searchwp-form-input-container:before {
    content: "";
    background-image: url("/wp-content/themes/cereriamolla/assets/images/icon-search.svg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 12px;
}

.searchwp-form .search-submit {
    background: var(--main-black);
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 5px 10px;
    margin-left: 15px;
}

.searchwp-form input.swp-input--search {
    margin-left: 35px !important;
    height: 40px;
    background-image: none !important;
}

form.searchwp-form input.swp-input--search {
    padding-right: 10px !important;
}


.searchwp-form {
    float: left;
}

.form-search-btn-close {
    height: 40px;
    float: right;
    background: transparent;
    font-size: 15px;
    border: none;
    cursor: pointer;
}

.form-search-btn-close:after {
    padding-bottom: .1428571429em;
    border-bottom: .0714285714em solid var(--main-black);
    content: "";
    display: block;
    width: 100%;
}

.searchwp-live-search-results {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
    margin-top: 10px !important;
    max-height: -webkit-calc(50vh - 130px) !important;
    max-height: -moz-calc(50vh - 130px) !important;
    max-height: calc(50vh - 130px) !important;
}

.uk-lightbox {
    background: #10101057;
}

.section-welcome__archive-search {
    margin: 50px 0;
}

.archive-body__search {
    margin-top: 50px;
}


main.page-ourstore .page-ourstore__body > * {
    margin: 100px 0;
}

main.page-ourstore .page-ourstore__body > *:first-child {
    margin: 50px 0 100px 0;
}

.archive-body__search .loop-item--news {
    text-align: center;
}

.archive-body__search .loop-item--news .loop-item__title {
    font-size: 14px !important;
    line-height: 1.5;
    text-align: center;
    font-family: 'Prata';
    font-weight: 700;
}

.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-header .cookie-logo img {
    height: 25px !important;
}

.site-footer .newsletter-block .text {
    font-size: 13px;
}

.grecaptcha-badge {
    display: none;
}

.cky-revisit-bottom-left {
    left: auto !important;
    right: 15px !important;
}

.cky-revisit-bottom-left:hover::before {
    left: auto !important;
    right: calc(100% + 7px) !important
}

.cky-revisit-bottom-left:hover::after {
    left: auto !important;
    right: calc(100% + 2px) !important;
}

.cky-btn-revisit-wrapper {
    width: 35px !important;
    height: 35px !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
    height: 20px !important;
    width: 20px !important;
}


.wcc-checkout .wcc-section--open{
    border-color: var(--main-black)
}

.wcc-checkout .wcc-section__step-badge {
    background: var(--main-black);
}

.wcc-checkout .wcc-tabs__tab--active,
.wcc-checkout .wcc-delivery__type-btn--active,
.wcc-checkout .wcc-delivery__type-btn-active{
    border-color: var(--main-black);
    color: var(--main-black);
}

.wcc-checkout .wcc-btn--primary{
    background: var(--main-black);
}

