@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.xylover.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.2") format("woff2");
}

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", 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: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", 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: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(228,0,124);
	--wd-alternative-color: rgb(228,0,124);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(0,0,0);
	--btn-default-bgcolor-hover: rgb(6,6,6);
	--btn-accented-bgcolor: rgb(228,0,124);
	--btn-accented-bgcolor-hover: rgb(201,0,117);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	background-color: rgb(0,0,0);
	background-image: none;
	--wd-popup-width: 400px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://www.xylover.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(26,26,26);
	background-image: none;
}
.page .main-page-wrapper {
	background-color: rgb(0,0,0);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 5px;
}
:root{
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}



/* =====================================================
   XYlover Global Custom CSS
   ===================================================== */


/* =========================
   Scroll To Top
   ========================= */

.scrollToTop {
    background-color: #E4007C !important;
    color: #ffffff !important;
}


/* =========================
   Blog
   ========================= */

.single-post .page-title {
    display: none;
}


/* =========================
   Main Navigation
   ========================= */

.nav-link-text {
    color: #fff !important;
}

.wd-nav.wd-style-bg > li:is(
    :hover,
    .current-menu-item,
    .wd-active,
    .active
) > a:before {
    opacity: .45 !important;
}


/* =========================
   Buy Now Button
   ========================= */

.wd-buy-now-btn {
    width: 100%;
}


/* =========================
   Search
   ========================= */

.wd-search-dropdown input[type="text"] {
    border: 1px solid #767676;
}

.wd-search-dropdown {
    margin-left: -100px;
}


/* =========================
   Wishlist
   ========================= */

.wd-action-btn > a.added:before {
    color: transparent;
    text-shadow: 2px 2px #ff000000;
}

body .wd-action-btn > a.added {
    color: transparent;

    background-image:
        url("https://www.xylover.com/wp-content/uploads/2024/09/heart.png");

    width: 25px;
    height: 25px;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

    margin-left: 10px;
}

.wd-wishlist-icon > a:before {
    text-shadow: 2px 2px #000000;
}


/* =========================
   3D View
   ========================= */

.wd-threed-view .nav_bar {
    background-color: #0f0f0f2e !important;
}


/* =========================
   Currency Switcher
   ========================= */

.selectron23-option-title {
    line-height: 1.3em !important;
}




/* =========================================
   XYlover - Why Choose Section
   Visual styling only
========================================= */

/* Whole Why Choose area */
.xy-why {
    position: relative;
    overflow: hidden;

    border: 1px solid rgba(228, 0, 124, 0.48);
    border-radius: 20px;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(228, 0, 124, 0.09) 0%,
            rgba(228, 0, 124, 0.025) 32%,
            transparent 58%
        ),
        linear-gradient(
            180deg,
            rgba(18, 18, 18, 0.98) 0%,
            rgba(5, 5, 5, 0.99) 100%
        );

    box-shadow:
        0 0 24px rgba(228, 0, 124, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}


/* Heading area */
.xy-why-head {
    position: relative;
    text-align: center;
}

.xy-why-head h2 {
    margin-bottom: 5px !important;
}

.xy-why-head p {
    margin-bottom: 0 !important;
    color: rgba(255, 255, 255, 0.78);
}


/* Benefit cards */
.xy-benefit-card {
    position: relative;
    overflow: hidden;

    border-color: rgba(228, 0, 124, 0.30) !important;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.035),
            rgba(255, 255, 255, 0.008)
        ) !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        0 6px 18px rgba(0, 0, 0, 0.22);
}


/* Pink highlight along top edge */
.xy-benefit-card::before {
    content: "";
    position: absolute;

    top: 0;
    left: 14%;
    width: 72%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(228, 0, 124, 0.9),
            transparent
        );

    box-shadow: 0 0 7px rgba(228, 0, 124, 0.55);
}


/* Slight image depth */
.xy-benefit-card img {
    filter:
        drop-shadow(0 5px 7px rgba(0, 0, 0, 0.28))
        drop-shadow(0 0 4px rgba(228, 0, 124, 0.10));
}


/* Desktop hover only */
@media (hover: hover) and (pointer: fine) {

    .xy-benefit-card {
        transition:
            transform 0.22s ease,
            border-color 0.22s ease,
            box-shadow 0.22s ease;
    }

    .xy-benefit-card:hover {
        transform: translateY(-3px);

        border-color: rgba(228, 0, 124, 0.60) !important;

        box-shadow:
            0 8px 22px rgba(0, 0, 0, 0.32),
            0 0 15px rgba(228, 0, 124, 0.10);
    }
}


/* Mobile protection - do not change your layout */
@media (max-width: 767px) {

    .xy-why {
        border-radius: 15px;
    }

    .xy-benefit-card {
        /* deliberately do NOT change:
           width
           padding
           image size
           min-height
        */
        border-radius: 12px !important;
    }
}

/* =========================================
   XYlover Stock Pills
========================================= */

.xy-stock-row {
    width: 100%;
}

.xy-stock {
    position: relative;
    overflow: hidden;

    border: 1px solid rgba(228, 0, 124, 0.48);
    border-radius: 999px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.035),
            rgba(255,255,255,.008)
        );

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.04),
        0 4px 12px rgba(0,0,0,.20);

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

/* pink highlight */
.xy-stock::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18%;
    width: 64%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(228,0,124,.95),
            transparent
        );

    box-shadow: 0 0 7px rgba(228,0,124,.55);
}

@media (hover: hover) and (pointer: fine) {
    .xy-stock:hover {
        transform: translateY(-2px);
        border-color: rgba(228,0,124,.72);

        box-shadow:
            0 6px 16px rgba(0,0,0,.30),
            0 0 12px rgba(228,0,124,.10);
    }
}

@media (max-width: 767px) {

    .xy-stock-row {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 8px !important;
    }

    .xy-stock {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 46px;
        padding: 6px 8px !important;
    }
}

/* =========================================
   XYlover Global Direct Pill
========================================= */

.xy-global-direct {
    position: relative !important;
    overflow: hidden !important;

    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;

    align-items: center !important;
    justify-content: center !important;

    gap: 9px !important;

    width: 75%;
    min-height: 50px;

    padding: 10px 22px !important;

    border: 1px solid rgba(228, 0, 124, 0.68) !important;
    border-radius: 999px !important;

    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(228, 0, 124, 0.14),
            rgba(15, 15, 15, 0.98) 62%
        ) !important;

    box-shadow:
        0 0 16px rgba(228, 0, 124, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}


/* -------------------------
   Pink glowing side dots
------------------------- */

.xy-global-direct::before,
.xy-global-direct::after {
    content: "";
    position: absolute;

    top: 50%;
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #e4007c;

    box-shadow:
        0 0 5px rgba(228, 0, 124, 1),
        0 0 11px rgba(228, 0, 124, 0.75);

    transform: translateY(-50%);
}

.xy-global-direct::before {
    left: 11px;
}

.xy-global-direct::after {
    right: 11px;
}


/* -------------------------
   Icon
------------------------- */

.xy-global-direct .elementor-widget-icon {
    width: auto !important;
    max-width: none !important;

    flex: 0 0 auto !important;

    margin: 0 !important;
}

.xy-global-direct .elementor-icon,
.xy-global-direct .elementor-icon i {
    color: #e4007c !important;

    text-shadow:
        0 0 5px rgba(228, 0, 124, 0.70),
        0 0 10px rgba(228, 0, 124, 0.30);
}

/* SVG icon */
.xy-global-direct .elementor-icon svg {
    fill: #e4007c !important;

    filter:
        drop-shadow(0 0 4px rgba(228, 0, 124, 0.65))
        drop-shadow(0 0 7px rgba(228, 0, 124, 0.25));
}


/* -------------------------
   Text
------------------------- */

.xy-global-direct .elementor-widget-text-editor {
    width: auto !important;
    max-width: none !important;

    min-width: 0 !important;

    flex: 0 1 auto !important;

    margin: 0 !important;

    color: #e4007c !important;

    text-align: center !important;

    text-shadow:
        0 0 5px rgba(228, 0, 124, 0.55),
        0 0 10px rgba(228, 0, 124, 0.22);
}

.xy-global-direct .elementor-widget-text-editor p,
.xy-global-direct .elementor-widget-text-editor span,
.xy-global-direct .elementor-widget-text-editor strong {
    margin: 0 !important;

    color: #e4007c !important;

    text-shadow:
        0 0 5px rgba(228, 0, 124, 0.55),
        0 0 10px rgba(228, 0, 124, 0.22);
}


/* -------------------------
   Desktop hover
------------------------- */

@media (hover: hover) and (pointer: fine) {

    .xy-global-direct {
        transition:
            transform 0.22s ease,
            border-color 0.22s ease,
            box-shadow 0.22s ease;
    }

    .xy-global-direct:hover {
        transform: translateY(-2px);

        border-color: rgba(228, 0, 124, 0.95) !important;

        box-shadow:
            0 0 12px rgba(228, 0, 124, 0.30),
            0 0 24px rgba(228, 0, 124, 0.14),
            inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
    }
}


/* =========================================
   Tablet
========================================= */

@media (max-width: 1024px) {

    .xy-global-direct {
        width: 84% !important;

        min-height: 48px;

        padding: 9px 20px !important;

        gap: 8px !important;
    }
}


/* =========================================
   Mobile
========================================= */

@media (max-width: 767px) {

    .xy-global-direct {
        width: 94% !important;

        min-height: 46px !important;

        padding: 8px 22px !important;

        gap: 7px !important;

        flex-direction: row !important;
        flex-wrap: nowrap !important;

        border-radius: 999px !important;
    }

    .xy-global-direct .elementor-widget-text-editor {
        font-size: 13px !important;
        line-height: 1.35 !important;

        text-align: center !important;
    }

    .xy-global-direct::before {
        left: 9px;
    }

    .xy-global-direct::after {
        right: 9px;
    }
}

/* =========================================
   Why Choose - SEO text area
========================================= */

.xy-seo-box {
    width: 82%;
    margin-left: auto;
    margin-right: auto;

    color: rgba(255,255,255,.72);
    text-align: center;

    font-size: 14px;
    line-height: 1.65;
}

.xy-seo-box p {
    margin: 0 0 10px 0;
}
/* =========================================
   SEO Read More - subtle style
========================================= */

.xy-seo-box .collapse-btn {
    min-width: 0 !important;
    min-height: 0 !important;

    margin-top: 8px !important;
    padding: 2px 4px !important;

    border: none !important;
    border-radius: 0 !important;

    background: transparent !important;

    color: rgba(255,255,255,.58) !important;

    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;

    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-transform: none !important;

    box-shadow: none !important;
    text-shadow: none !important;

    cursor: pointer !important;
}

.xy-seo-box .collapse-btn:hover {
    color: rgba(255,255,255,.80) !important;

    background: transparent !important;
    border: none !important;

    box-shadow: none !important;
    transform: none !important;

    text-decoration: underline !important;
}


/* Mobile */
@media (max-width: 767px) {

    .xy-seo-box {
        width: 94% !important;

        padding: 8px 10px !important;

        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    .xy-seo-box .collapse-btn {
        margin-top: 6px !important;

        padding: 2px 4px !important;

        font-size: 11px !important;

        color: rgba(255,255,255,.52) !important;
    }
}

/* =========================================
   Hide Sale Label on Product Cards
========================================= */

.products .product-labels .onsale,
.products .product-labels .product-label.onsale,
.products .product-grid-item .product-label.onsale,
.products .wd-product .product-label.onsale,
.product-grid-item .product-labels .product-label.onsale {
    display: none !important;
}
@media (min-width: 1025px) {
	/* Desktop top bar - currency vertical alignment */
.desktop-top-currency {
    position: relative !important;
    top: 4px !important;
}
}

@media (max-width: 576px) {
	/* =========================================
   1. Product Category Mobile Spacing
   Normal category + AJAX filtered results
   Do NOT affect homepage or /shop/
========================================= */

body.archive.tax-product_cat.woocommerce-page
.site-content
> .elementor[data-elementor-id="28342"]
> .e-con:first-child {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
}

/* =========================================
   2. XYlover Mobile Top Tools
   Language | Currency | Guide | Video
========================================= */

.mobile-top-tools {
    width: 100% !important;
    max-width: 100% !important;

    display: grid !important;
    grid-template-columns:
        clamp(96px, 26vw, 112px)
        clamp(78px, 21vw, 92px)
        minmax(64px, 1fr)
        minmax(64px, 1fr) !important;

    align-items: center !important;
    gap: 5px !important;

    padding: 4px 6px !important;
    margin: 0 !important;

    background: transparent !important;

    box-sizing: border-box !important;
    overflow: visible !important;
}

.mobile-top-tools > * {
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* Language wrapper */
.mobile-top-lang {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-width: 0 !important;
    max-width: 100% !important;

    overflow: hidden !important;
    box-sizing: border-box !important;
}

/* Currency wrapper */
.mobile-top-currency {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-width: 0 !important;
    max-width: 100% !important;

    position: relative !important;
    top: 0 !important;
    z-index: 99999 !important;

    overflow: visible !important;
    box-sizing: border-box !important;
}

/* FOX Currency: allow dropdown */
.mobile-top-currency .selectron23,
.mobile-top-currency .selectron23-container {
    width: 100% !important;
    max-width: 100% !important;

    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;

    margin: 0 !important;

    display: flex !important;
    align-items: center !important;

    position: relative !important;
    z-index: 100000 !important;

    overflow: visible !important;
    box-sizing: border-box !important;
}

/* Guide + Video - pink buttons */
.mobile-top-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;

    padding: 0 5px !important;
    margin: 0 !important;

    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    border-radius: 7px !important;

    color: #ffffff !important;
    background: linear-gradient(180deg, #ef3f96 0%, #d7257c 100%) !important;

    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    text-transform: none !important;
    text-decoration: none !important;
    white-space: nowrap !important;

    overflow: hidden !important;
    text-overflow: ellipsis !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 4px 10px rgba(228, 0, 124, 0.12) !important;

    box-sizing: border-box !important;
}

/* Allow currency dropdown to show outside top bar */
.whb-top-bar,
.whb-top-bar .container,
.whb-top-bar .whb-flex-row,
.whb-top-bar .whb-column {
    overflow: visible !important;
}


/* =========================================
   3. Mobile Main Header
   Layout ONLY
   Menu | Logo | Search
   Do NOT modify Search functionality
========================================= */

@media (max-width: 1024px) {

    /* ---------------------------------
       Whole mobile header row
    --------------------------------- */

    .whb-main-header .whb-flex-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;

        width: 100% !important;
        max-width: 100% !important;
    }


    /* ---------------------------------
       Use left area as full mobile row
    --------------------------------- */

    .whb-main-header .whb-mobile-left {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;

        flex: 1 1 100% !important;

        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        gap: 6px !important;

        padding-left: 7px !important;
        padding-right: 7px !important;

        margin: 0 !important;

        box-sizing: border-box !important;
    }


    /* ---------------------------------
       Hide unused center/right areas
    --------------------------------- */

    .whb-main-header .whb-mobile-center,
    .whb-main-header .whb-mobile-right {
        display: none !important;
    }


    /* ---------------------------------
       Prevent elements from wrapping
    --------------------------------- */

    .whb-main-header .whb-mobile-left > * {
        min-width: 0 !important;
        margin: 0 !important;
    }


    /* =================================
       Mobile Menu
    ================================= */

    .whb-main-header .wd-header-mobile-nav {
        flex: 0 0 40px !important;

        width: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* =================================
       Logo
    ================================= */

    .whb-main-header .site-logo {
        flex: 0 1 100px !important;

        width: 100px !important;
        min-width: 86px !important;
        max-width: 100px !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    .whb-main-header .site-logo img {
        display: block !important;

        width: 100% !important;
        max-width: 100px !important;
        height: auto !important;

        margin: 0 !important;
    }


    /* =================================
       Search
       ONLY control its available width
       Do NOT touch internal search styles
    ================================= */

    .whb-main-header .wd-header-search {
        flex: 1 1 0 !important;

        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;

        margin: 0 !important;
        padding: 0 !important;
    }

}

/* =========================================
   4. Small phones
========================================= */

@media (max-width: 375px) {

.mobile-top-link {
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;

    font-size: 13px !important;
    line-height: 1 !important;

    padding-left: 2px !important;
    padding-right: 2px !important;

    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

    .whb-main-header .whb-mobile-left {
        grid-template-columns:
            38px
            clamp(82px, 24vw, 98px)
            minmax(0, 1fr) !important;

        column-gap: 6px !important;

        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .whb-main-header .wd-header-mobile-nav {
        width: 38px !important;
        min-width: 38px !important;
        max-width: 38px !important;
    }

    .whb-main-header .site-logo,
    .whb-main-header .site-logo img {
        max-width: 98px !important;
    }
}


}

