:root {
	--wd-text-font: "Karla", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lora", 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: "Karla", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(21,21,135);
	--wd-alternative-color: rgba(21,21,135,0.56);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(21,21,135);
	--btn-accented-bgcolor-hover: rgba(21,21,135,0.56);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(21,21,135);
	--notices-success-color: #fff;
	--notices-warning-bg: rgba(21,21,135,0.56);
	--notices-warning-color: #fff;
	--wd-link-color: rgb(21,21,135);
	--wd-link-color-hover: rgb(121,124,188);
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-image: none;
	background-repeat: repeat-y;
	background-size: contain;
	background-attachment: inherit;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-nav-pagin-wrap:not(.wd-custom-style) {
	--wd-pagin-size: 10px;
}
.wd .product-label.new {
	background-color: rgb(21,21,135);
}
.wd .product-label.featured {
	background-color: rgb(221,51,51);
}
.wd .product-label.out-of-stock {
	background-color: rgb(204,204,204);
	color: rgb(51,51,51);
}
.wd .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(245,245,245);
	color: rgb(21,21,135);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}
	.wd-nav-pagin-wrap:not(.wd-custom-style) {
		--wd-pagin-size: 10px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}
	.wd-nav-pagin-wrap:not(.wd-custom-style) {
		--wd-pagin-size: 10px;
	}

}
:root{
--wd-container-w: 1222px;
--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: 12px;
}

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

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

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

/* =========================================================
   Tipsi Shop — кнопка встановлення PWA на сторінці /shop/
   ========================================================= */

#tipsi-shop-pwa-cta {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 28px;
    padding: 18px 22px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    background: #f7f7ff;
    border: 1px solid rgba(21, 21, 135, 0.14);
    border-radius: 14px;

    box-shadow: 0 8px 25px rgba(21, 21, 135, 0.07);
}


/* Текст */
#tipsi-shop-pwa-cta .tipsi-shop-pwa-cta-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#tipsi-shop-pwa-cta .tipsi-shop-pwa-cta-text strong {
    margin: 0;
    color: #151587;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
}

#tipsi-shop-pwa-cta .tipsi-shop-pwa-cta-text span {
    color: #555;
    font-size: 14px;
    line-height: 1.45;
}


/* Кнопка */
#tipsi-shop-pwa-cta .tipsi-shop-pwa-cta-button {
    flex: 0 0 auto;

    min-height: 46px;
    padding: 11px 22px;

    border: 2px solid #151587;
    border-radius: 9px;

    background: #151587;
    color: #fff;

    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;

    cursor: pointer;

    transition:
        background-color .2s ease,
        color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

#tipsi-shop-pwa-cta .tipsi-shop-pwa-cta-button:hover {
    background: #fff;
    color: #151587;
    box-shadow: 0 6px 18px rgba(21, 21, 135, 0.15);
    transform: translateY(-1px);
}

#tipsi-shop-pwa-cta .tipsi-shop-pwa-cta-button:focus-visible {
    outline: 3px solid rgba(21, 21, 135, 0.25);
    outline-offset: 3px;
}


/* =========================================================
   iPhone / iPad — інструкція встановлення
   ========================================================= */

#tipsi-shop-ios-help {
    position: fixed;
    inset: 0;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background: rgba(0, 0, 0, 0.55);
    z-index: 999999;
}

#tipsi-shop-ios-help.tipsi-open {
    display: flex;
}

#tipsi-shop-ios-help .tipsi-shop-ios-card {
    position: relative;

    width: 100%;
    max-width: 430px;

    padding: 28px 24px 22px;

    background: #fff;
    border-radius: 16px;

    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);

    color: #222;
}

#tipsi-shop-ios-help .tipsi-shop-ios-card > strong {
    display: block;
    margin: 0 35px 18px 0;

    color: #151587;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.25;
}

#tipsi-shop-ios-help .tipsi-shop-ios-card p {
    margin: 9px 0;
    font-size: 15px;
    line-height: 1.5;
}

#tipsi-shop-ios-help .tipsi-shop-ios-close {
    position: absolute;
    top: 10px;
    right: 12px;

    width: 36px;
    height: 36px;
    padding: 0;

    border: 0;
    background: transparent;
    color: #555;

    font-size: 28px;
    line-height: 36px;

    cursor: pointer;
}

#tipsi-shop-ios-help .tipsi-shop-ios-ok {
    width: 100%;
    margin-top: 18px;
    padding: 12px 18px;

    border: 0;
    border-radius: 9px;

    background: #151587;
    color: #fff;

    font-family: inherit;
    font-size: 15px;
    font-weight: 600;

    cursor: pointer;
}


/* =========================================================
   Телефон
   ========================================================= */

@media (max-width: 767px) {

    #tipsi-shop-pwa-cta {
        margin-bottom: 20px;
        padding: 16px;

        flex-direction: column;
        align-items: stretch;
        gap: 14px;

        border-radius: 12px;
    }

    #tipsi-shop-pwa-cta .tipsi-shop-pwa-cta-text {
        text-align: center;
    }

    #tipsi-shop-pwa-cta .tipsi-shop-pwa-cta-text strong {
        font-size: 17px;
    }

    #tipsi-shop-pwa-cta .tipsi-shop-pwa-cta-text span {
        font-size: 13px;
    }

    #tipsi-shop-pwa-cta .tipsi-shop-pwa-cta-button {
        width: 100%;
        min-height: 48px;
        font-size: 15px;
    }

    #tipsi-shop-ios-help {
        padding: 14px;
    }

    #tipsi-shop-ios-help .tipsi-shop-ios-card {
        padding: 25px 20px 20px;
        border-radius: 14px;
    }
}

/* Tipsi: okrągły przycisk AI na komputerze */
@media (min-width: 769px) {

    #ai-chat-toggle,
    #ai-chat-toggle:hover,
    #ai-chat-toggle:focus {
        width: 58px !important;
        min-width: 58px !important;
        max-width: 58px !important;
        height: 58px !important;
        min-height: 58px !important;
        padding: 0 !important;

        border-radius: 50% !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        flex: 0 0 58px !important;
    }

    #ai-chat-toggle .ai-chat-toggle-label {
        display: none !important;
    }
}