/*
 * REEVOX Visual Pro
 * Lightweight presentation layer for Woodmart + Elementor.
 */

body.reevox-visual-pro {
    --rx-night: #050713;
    --rx-surface: #0a1122;
    --rx-surface-2: #0e1930;
    --rx-line: rgba(139, 173, 255, .18);
    --rx-text: #f6f8ff;
    --rx-muted: #aebbd2;
    --rx-cyan: #2de2e6;
    --rx-blue: #5b7cfa;
    --rx-violet: #8b5cf6;
    --rx-pink: #e946ef;
}

/* Header: brand ribbon */
body.reevox-visual-pro .whb-top-bar {
    position: relative;
    overflow: hidden;
    border: 0 !important;
    background: linear-gradient(110deg, #08b9c5 0%, #5c51e8 48%, #d922df 100%) !important;
    background-size: 180% 180% !important;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .18);
    animation: rx-header-gradient 9s ease infinite;
}

body.reevox-visual-pro .whb-top-bar::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(105deg, transparent 28%, rgba(255, 255, 255, .18) 47%, transparent 66%);
    transform: translateX(-105%);
    animation: rx-header-shine 7s ease-in-out infinite;
}

body.reevox-visual-pro .whb-top-bar-inner {
    position: relative;
    justify-content: center;
}

body.reevox-visual-pro .whb-top-bar-inner::before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 14px;
    content: "REEVOX  •  فروشگاه تخصصی خدمات گیمینگ  •  خرید امن و تحویل سریع";
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.6;
    text-align: center;
    text-shadow: 0 1px 10px rgba(9, 13, 37, .42);
    transform: translate(-50%, -50%);
}

/* Header: main glass row */
body.reevox-visual-pro .whb-general-header {
    border-color: rgba(125, 158, 235, .16) !important;
    background: rgba(6, 11, 25, .96) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .22);
    backdrop-filter: blur(18px) saturate(130%);
    -webkit-backdrop-filter: blur(18px) saturate(130%);
}

body.reevox-visual-pro .whb-general-header-inner {
    gap: 20px;
}

body.reevox-visual-pro .site-logo .wd-logo {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border: 1px solid rgba(108, 230, 255, .12);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
    box-shadow: 0 10px 30px rgba(26, 131, 214, .08);
}

body.reevox-visual-pro .site-logo img {
    width: auto !important;
    max-height: 78px !important;
    filter: drop-shadow(0 5px 15px rgba(59, 196, 255, .24));
}

body.reevox-visual-pro .wd-header-search-form .searchform {
    min-height: 52px;
    overflow: hidden;
    border: 1px solid rgba(87, 217, 255, .38) !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, rgba(13, 26, 50, .98), rgba(10, 18, 37, .98)) !important;
    box-shadow: 0 0 0 4px rgba(45, 226, 230, .04), 0 12px 34px rgba(0, 0, 0, .2);
    transition: border-color .2s ease, box-shadow .2s ease;
}

body.reevox-visual-pro .wd-header-search-form .searchform:focus-within {
    border-color: var(--rx-cyan) !important;
    box-shadow: 0 0 0 4px rgba(45, 226, 230, .11), 0 14px 34px rgba(0, 0, 0, .24);
}

body.reevox-visual-pro .wd-header-search-form input.s {
    color: var(--rx-text) !important;
    background: transparent !important;
}

body.reevox-visual-pro .wd-header-search-form input.s::placeholder {
    color: #8392ac !important;
}

body.reevox-visual-pro .wd-header-search-form .searchsubmit {
    min-width: 58px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--rx-violet), var(--rx-pink)) !important;
}

body.reevox-visual-pro .whb-general-header .wd-button-wrapper .btn {
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: 13px !important;
    background: linear-gradient(135deg, #6d4df4, #d82bdb) !important;
    box-shadow: 0 9px 24px rgba(150, 54, 225, .3), inset 0 1px 0 rgba(255, 255, 255, .2) !important;
    transform: none !important;
}

body.reevox-visual-pro .whb-general-header .wd-button-wrapper .btn:hover {
    background: linear-gradient(135deg, #7c61ff, #ed3dea) !important;
    box-shadow: 0 11px 28px rgba(150, 54, 225, .42) !important;
}

body.reevox-visual-pro .whb-general-header .wd-tools-element > a {
    min-height: 46px;
    padding: 8px 11px;
    color: #eaf2ff !important;
    border: 1px solid rgba(139, 173, 255, .13);
    border-radius: 12px;
    background: rgba(255, 255, 255, .035);
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}

body.reevox-visual-pro .whb-general-header .wd-tools-element > a:hover {
    color: #fff !important;
    border-color: rgba(45, 226, 230, .35);
    background: rgba(45, 226, 230, .08);
}

body.reevox-visual-pro .whb-general-header .wd-tools-icon,
body.reevox-visual-pro .whb-general-header .wd-tools-text,
body.reevox-visual-pro .whb-general-header .amount {
    color: inherit !important;
}

body.reevox-visual-pro .whb-general-header .wd-tools-count {
    color: #fff !important;
    background: linear-gradient(135deg, #7c3aed, #ec4899) !important;
    box-shadow: 0 3px 10px rgba(236, 72, 153, .34);
}

/* Header: navigation row */
body.reevox-visual-pro .whb-header-bottom {
    border-color: rgba(139, 173, 255, .15) !important;
    background: linear-gradient(90deg, #071123 0%, #11163a 52%, #071123 100%) !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .2) !important;
}

body.reevox-visual-pro .wd-nav-main > li > a {
    color: #d9e5fa !important;
    border-color: rgba(255, 255, 255, .07) !important;
    font-weight: 700;
    transition: color .2s ease, background .2s ease, text-shadow .2s ease;
}

body.reevox-visual-pro .wd-nav-main > li:hover > a,
body.reevox-visual-pro .wd-nav-main > li.current-menu-item > a {
    color: #fff !important;
    background: linear-gradient(180deg, rgba(97, 87, 255, .22), rgba(45, 226, 230, .08));
    text-shadow: 0 0 16px rgba(45, 226, 230, .42);
}

body.reevox-visual-pro .whb-header-bottom .wd-dropdown-menu {
    color: #dce8fb !important;
    border: 1px solid rgba(139, 173, 255, .18) !important;
    background: rgba(7, 14, 30, .98) !important;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .42) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.reevox-visual-pro .whb-header-bottom .wd-dropdown-menu a {
    color: #dce8fb !important;
}

body.reevox-visual-pro .whb-header-bottom .wd-dropdown-menu a:hover {
    color: var(--rx-cyan) !important;
}

/* Cinematic homepage background. Other pages keep their original background. */
body.home.reevox-visual-pro {
    color: var(--rx-muted);
    background: var(--rx-night) !important;
}

body.home.reevox-visual-pro .website-wrapper,
body.home.reevox-visual-pro .main-page-wrapper {
    background-color: transparent !important;
}

body.home.reevox-visual-pro .main-page-wrapper {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-image:
        radial-gradient(circle at 8% 10%, rgba(38, 197, 255, .14), transparent 30%),
        radial-gradient(circle at 92% 24%, rgba(178, 58, 255, .18), transparent 31%),
        radial-gradient(circle at 50% 82%, rgba(24, 88, 207, .13), transparent 36%),
        linear-gradient(180deg, #060914 0%, #090f20 46%, #050813 100%) !important;
}

body.home.reevox-visual-pro .main-page-wrapper::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    pointer-events: none;
    opacity: .24;
    background-image:
        linear-gradient(rgba(128, 162, 224, .12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(128, 162, 224, .12) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: linear-gradient(to bottom, #000, transparent 82%);
    mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

body.home.reevox-visual-pro .wd-content-layout,
body.home.reevox-visual-pro .site-content {
    position: relative;
    z-index: 1;
}

body.home.reevox-visual-pro .elementor-element-5d057ee {
    padding: 24px !important;
    border: 1px solid rgba(128, 162, 224, .16);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(16, 27, 52, .78), rgba(8, 14, 29, .66));
    box-shadow: 0 24px 65px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

body.home.reevox-visual-pro .elementor-widget-wd_image_or_svg img {
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 20px !important;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .32);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

body.home.reevox-visual-pro .title-wrapper .woodmart-title-container,
body.home.reevox-visual-pro .title-wrapper .title {
    color: var(--rx-text) !important;
    text-shadow: 0 0 24px rgba(139, 92, 246, .28);
}

body.home.reevox-visual-pro .title-wrapper.wd-title-style-bordered .liner-continer::before,
body.home.reevox-visual-pro .title-wrapper.wd-title-style-bordered .liner-continer::after {
    opacity: .8;
    background: linear-gradient(90deg, transparent, rgba(96, 208, 255, .55), rgba(208, 68, 238, .55), transparent) !important;
}

body.home.reevox-visual-pro .wd-product .wd-product-wrapper {
    height: 100%;
    padding: 10px;
    overflow: hidden;
    border: 1px solid rgba(128, 162, 224, .16);
    border-radius: 18px;
    background: linear-gradient(155deg, rgba(18, 30, 56, .9), rgba(8, 14, 28, .94));
    box-shadow: 0 14px 34px rgba(0, 0, 0, .25);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

body.home.reevox-visual-pro .wd-product .product-element-top,
body.home.reevox-visual-pro .wd-product .product-image-link,
body.home.reevox-visual-pro .wd-product .product-image-link img {
    overflow: hidden;
    border-radius: 13px;
}

body.home.reevox-visual-pro .wd-product .product-element-bottom {
    padding: 11px 4px 3px;
}

body.home.reevox-visual-pro .wd-product .wd-entities-title a {
    color: #edf4ff !important;
}

body.home.reevox-visual-pro .wd-product .wd-entities-title a:hover {
    color: var(--rx-cyan) !important;
}

body.home.reevox-visual-pro .wd-product .price,
body.home.reevox-visual-pro .wd-product .price ins,
body.home.reevox-visual-pro .wd-product .price .amount {
    color: #7fe7ff !important;
}

body.home.reevox-visual-pro .wd-product .price del,
body.home.reevox-visual-pro .wd-product .price del .amount {
    color: #7f8da5 !important;
}

body.home.reevox-visual-pro .wd-product .product-label.onsale {
    border: 1px solid rgba(255, 255, 255, .18);
    background: linear-gradient(135deg, #7c3aed, #e11d88) !important;
    box-shadow: 0 6px 16px rgba(190, 24, 142, .3);
}

body.home.reevox-visual-pro .wd-product .product-label.featured {
    color: #08111e !important;
    background: linear-gradient(135deg, #67e8f9, #22d3ee) !important;
}

body.home.reevox-visual-pro .elementor-widget-image-box .elementor-image-box-wrapper {
    height: 100%;
    padding: 14px;
    border: 1px solid rgba(128, 162, 224, .14);
    border-radius: 18px;
    background: rgba(11, 20, 39, .76);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
}

body.home.reevox-visual-pro .elementor-image-box-title,
body.home.reevox-visual-pro .elementor-image-box-title a {
    color: #edf4ff !important;
}

body.home.reevox-visual-pro .elementor-image-box-description {
    color: var(--rx-muted) !important;
}

/* Footer continuity */
body.reevox-visual-pro .footer-container {
    color: #aebbd2;
    border-top: 1px solid rgba(128, 162, 224, .15);
    background: linear-gradient(180deg, #080d1b, #04060d) !important;
}

body.reevox-visual-pro .footer-container .widget-title,
body.reevox-visual-pro .footer-container h1,
body.reevox-visual-pro .footer-container h2,
body.reevox-visual-pro .footer-container h3,
body.reevox-visual-pro .footer-container h4,
body.reevox-visual-pro .footer-container h5,
body.reevox-visual-pro .footer-container a:hover {
    color: #fff !important;
}

body.reevox-visual-pro .copyrights-wrapper {
    color: #8795ad;
    border-color: rgba(128, 162, 224, .12) !important;
    background: #04060d !important;
}

@media (hover: hover) and (pointer: fine) {
    body.home.reevox-visual-pro .elementor-widget-wd_image_or_svg a:hover img {
        border-color: rgba(74, 222, 255, .42);
        box-shadow: 0 20px 44px rgba(0, 0, 0, .4), 0 0 28px rgba(77, 142, 255, .12);
        transform: translateY(-4px) scale(1.012);
    }

    body.home.reevox-visual-pro .wd-product:hover .wd-product-wrapper {
        border-color: rgba(74, 222, 255, .34);
        box-shadow: 0 20px 48px rgba(0, 0, 0, .36), 0 0 26px rgba(93, 90, 246, .11);
        transform: translateY(-5px);
    }
}

@keyframes rx-header-gradient {
    0%, 100% { background-position: 0 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes rx-header-shine {
    0%, 58% { transform: translateX(-105%); }
    76%, 100% { transform: translateX(105%); }
}

@media (max-width: 1024px) {
    body.reevox-visual-pro .whb-top-bar-inner::before {
        content: "REEVOX  //  GAMING MARKET";
        font-size: 10px;
        letter-spacing: 1.2px;
    }

    body.reevox-visual-pro .whb-general-header {
        border-bottom: 1px solid rgba(128, 162, 224, .16) !important;
        background: rgba(6, 11, 25, .98) !important;
    }

    body.reevox-visual-pro .whb-general-header-inner {
        padding-right: 12px;
        padding-left: 12px;
    }

    body.reevox-visual-pro .whb-general-header .wd-header-mobile-nav > a,
    body.reevox-visual-pro .whb-general-header .wd-header-cart > a {
        min-width: 48px;
        min-height: 48px;
        justify-content: center;
        padding: 7px;
        color: #f4f8ff !important;
        border-color: rgba(139, 173, 255, .2);
        background: rgba(255, 255, 255, .045);
    }

    body.reevox-visual-pro .whb-general-header .wd-button-wrapper .btn {
        min-height: 43px;
        padding: 10px 15px;
        font-size: 12px;
        line-height: 1.5;
    }

    body.home.reevox-visual-pro .site-content {
        padding-top: 24px;
    }

    body.home.reevox-visual-pro .elementor-element-5d057ee {
        padding: 14px !important;
        border-radius: 20px;
    }

    body.home.reevox-visual-pro .elementor-widget-wd_image_or_svg img {
        border-radius: 16px !important;
    }
}

@media (max-width: 767px) {
    body.home.reevox-visual-pro .main-page-wrapper {
        background-image:
            radial-gradient(circle at 12% 8%, rgba(38, 197, 255, .12), transparent 30%),
            radial-gradient(circle at 92% 34%, rgba(178, 58, 255, .14), transparent 34%),
            linear-gradient(180deg, #060914 0%, #090f20 52%, #050813 100%) !important;
    }

    body.home.reevox-visual-pro .main-page-wrapper::before {
        opacity: .13;
        background-size: 34px 34px;
    }

    body.home.reevox-visual-pro .wd-content-layout {
        padding-right: 12px;
        padding-left: 12px;
    }

    body.home.reevox-visual-pro .site-content {
        padding-top: 18px;
    }

    body.home.reevox-visual-pro .elementor-element-5d057ee {
        padding: 10px !important;
        border-radius: 18px;
        box-shadow: 0 16px 38px rgba(0, 0, 0, .26);
    }

    body.home.reevox-visual-pro .wd-product .wd-product-wrapper {
        padding: 7px;
        border-radius: 15px;
    }

    body.home.reevox-visual-pro .wd-product .product-element-top,
    body.home.reevox-visual-pro .wd-product .product-image-link,
    body.home.reevox-visual-pro .wd-product .product-image-link img {
        border-radius: 11px;
    }

    body.home.reevox-visual-pro .wd-product .product-element-bottom {
        padding: 9px 2px 2px;
    }

    body.home.reevox-visual-pro .wd-product .wd-entities-title {
        font-size: 12px;
        line-height: 1.8;
    }
}

/* --------------------------------------------------------------------------
 * v1.1 — Full storefront skin
 * ----------------------------------------------------------------------- */

body.reevox-visual-pro {
    color: var(--rx-muted);
    background: var(--rx-night) !important;
}

body.reevox-visual-pro .website-wrapper {
    color: var(--rx-muted);
    background: #050713 !important;
}

body.reevox-visual-pro .main-page-wrapper {
    position: relative;
    isolation: isolate;
    min-height: 62vh;
    overflow: hidden;
    color: var(--rx-muted);
    background-color: transparent !important;
    background-image:
        radial-gradient(circle at 7% 8%, rgba(38, 197, 255, .14), transparent 29%),
        radial-gradient(circle at 94% 22%, rgba(178, 58, 255, .17), transparent 32%),
        radial-gradient(circle at 52% 86%, rgba(24, 88, 207, .13), transparent 36%),
        linear-gradient(180deg, #060914 0%, #090f20 48%, #050813 100%) !important;
}

body.reevox-visual-pro .main-page-wrapper::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    pointer-events: none;
    opacity: .21;
    background-image:
        linear-gradient(rgba(128, 162, 224, .12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(128, 162, 224, .12) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, .8) 62%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, .8) 62%, transparent 100%);
}

body.reevox-visual-pro .main-page-wrapper::after {
    position: absolute;
    z-index: -1;
    top: 10%;
    left: 50%;
    width: min(760px, 72vw);
    height: min(760px, 72vw);
    content: "";
    pointer-events: none;
    opacity: .32;
    border: 1px solid rgba(68, 205, 255, .12);
    border-radius: 50%;
    box-shadow:
        0 0 0 90px rgba(123, 77, 255, .025),
        0 0 0 180px rgba(45, 226, 230, .018);
    transform: translateX(-50%);
}

body.reevox-visual-pro .wd-content-layout,
body.reevox-visual-pro .site-content,
body.reevox-visual-pro .page-title {
    position: relative;
    z-index: 1;
}

body.reevox-visual-pro .main-page-wrapper h1,
body.reevox-visual-pro .main-page-wrapper h2,
body.reevox-visual-pro .main-page-wrapper h3,
body.reevox-visual-pro .main-page-wrapper h4,
body.reevox-visual-pro .main-page-wrapper h5,
body.reevox-visual-pro .main-page-wrapper h6 {
    color: var(--rx-text);
}

body.reevox-visual-pro .main-page-wrapper hr,
body.reevox-visual-pro .main-page-wrapper .elementor-divider-separator {
    border-color: rgba(128, 162, 224, .18) !important;
}

/* Page title and breadcrumb */
body.reevox-visual-pro .wd-page-title {
    overflow: hidden;
    color: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(104, 219, 255, .2) !important;
    background-color: #090f20 !important;
    background-image:
        radial-gradient(circle at 18% 50%, rgba(45, 226, 230, .18), transparent 31%),
        radial-gradient(circle at 84% 35%, rgba(203, 62, 238, .21), transparent 34%),
        linear-gradient(110deg, #071021, #14113a 52%, #081323) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .26);
}

body.reevox-visual-pro .wd-page-title::after {
    position: absolute;
    right: 8%;
    bottom: 0;
    left: 8%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, var(--rx-cyan), var(--rx-violet), transparent);
    box-shadow: 0 0 18px rgba(45, 226, 230, .46);
}

body.reevox-visual-pro .wd-page-title .title,
body.reevox-visual-pro .wd-page-title h1,
body.reevox-visual-pro .wd-page-title a,
body.reevox-visual-pro .wd-page-title .wd-back-btn {
    color: #fff !important;
}

body.reevox-visual-pro .wd-page-title .title {
    text-shadow: 0 0 24px rgba(139, 92, 246, .38);
}

body.reevox-visual-pro .wd-breadcrumbs,
body.reevox-visual-pro .woocommerce-breadcrumb,
body.reevox-visual-pro .wd-breadcrumbs a {
    color: #aebbd2 !important;
}

body.reevox-visual-pro .wd-breadcrumbs a:hover {
    color: var(--rx-cyan) !important;
}

/* Shop toolbar */
body.reevox-visual-pro .shop-loop-head {
    gap: 12px;
    margin-bottom: 24px;
    padding: 13px 17px;
    border: 1px solid rgba(128, 162, 224, .17);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(17, 29, 54, .88), rgba(8, 15, 30, .92));
    box-shadow: 0 14px 36px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .035);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

body.reevox-visual-pro .shop-loop-head .wd-shop-tools {
    gap: 10px;
    color: #bac8de;
}

body.reevox-visual-pro .shop-loop-head .wd-products-per-page,
body.reevox-visual-pro .shop-loop-head .wd-products-shop-view,
body.reevox-visual-pro .shop-loop-head .woocommerce-ordering {
    min-height: 40px;
    padding: 7px 11px;
    border: 1px solid rgba(128, 162, 224, .13);
    border-radius: 11px;
    background: rgba(255, 255, 255, .035);
}

body.reevox-visual-pro .shop-loop-head .wd-products-per-page a,
body.reevox-visual-pro .shop-loop-head .wd-products-shop-view a,
body.reevox-visual-pro .shop-loop-head .woocommerce-ordering select,
body.reevox-visual-pro .shop-loop-head .woocommerce-ordering::after {
    color: #cbd8eb !important;
}

body.reevox-visual-pro .shop-loop-head .wd-products-per-page a:hover,
body.reevox-visual-pro .shop-loop-head .wd-products-per-page a.current-variation,
body.reevox-visual-pro .shop-loop-head .wd-products-shop-view a:hover,
body.reevox-visual-pro .shop-loop-head .wd-products-shop-view a.current-variation {
    color: var(--rx-cyan) !important;
}

body.reevox-visual-pro .shop-loop-head select,
body.reevox-visual-pro .shop-loop-head option {
    color: #eaf2ff !important;
    background-color: #0b1428 !important;
}

/* Product grids and cards on every page */
body.reevox-visual-pro .products,
body.reevox-visual-pro .wd-products,
body.reevox-visual-pro .products-bordered-grid {
    background: transparent !important;
}

body.reevox-visual-pro .products-bordered-grid .wd-product,
body.reevox-visual-pro .wd-product {
    border-color: transparent !important;
    background: transparent !important;
}

body.reevox-visual-pro .wd-product .wd-product-wrapper {
    height: 100%;
    padding: 10px;
    overflow: hidden;
    border: 1px solid rgba(128, 162, 224, .17);
    border-radius: 18px;
    background: linear-gradient(155deg, rgba(18, 30, 56, .93), rgba(8, 14, 28, .96));
    box-shadow: 0 14px 34px rgba(0, 0, 0, .27), inset 0 1px 0 rgba(255, 255, 255, .035);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

body.reevox-visual-pro .wd-product .product-element-top,
body.reevox-visual-pro .wd-product .product-image-link,
body.reevox-visual-pro .wd-product .product-image-link img {
    overflow: hidden;
    border-radius: 13px;
}

body.reevox-visual-pro .wd-product .product-element-top {
    background: #0b1222;
}

body.reevox-visual-pro .wd-product .product-element-bottom {
    padding: 12px 4px 4px;
}

body.reevox-visual-pro .wd-product .wd-entities-title,
body.reevox-visual-pro .wd-product .wd-entities-title a,
body.reevox-visual-pro .wd-product .wd-product-sku {
    color: #edf4ff !important;
}

body.reevox-visual-pro .wd-product .wd-entities-title a:hover {
    color: var(--rx-cyan) !important;
}

body.reevox-visual-pro .wd-product .price,
body.reevox-visual-pro .wd-product .price ins,
body.reevox-visual-pro .wd-product .price .amount,
body.reevox-visual-pro .wd-product .price ins .amount {
    color: #7fe7ff !important;
}

body.reevox-visual-pro .wd-product .price del,
body.reevox-visual-pro .wd-product .price del .amount {
    color: #7f8da5 !important;
}

body.reevox-visual-pro .wd-product .star-rating {
    color: #ffc857 !important;
}

body.reevox-visual-pro .wd-product .wd-buttons {
    border: 1px solid rgba(139, 173, 255, .18) !important;
    background: rgba(7, 13, 28, .94) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .32) !important;
}

body.reevox-visual-pro .wd-product .wd-buttons a {
    color: #eaf2ff !important;
}

body.reevox-visual-pro .wd-product .wd-buttons a:hover {
    color: var(--rx-cyan) !important;
    background: rgba(45, 226, 230, .08) !important;
}

body.reevox-visual-pro .wd-product .wd-add-btn .button,
body.reevox-visual-pro .wd-product .wd-buy-now-btn {
    color: #fff !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #5b6ff5, #a83fe5) !important;
    box-shadow: 0 8px 20px rgba(98, 75, 226, .24);
}

body.reevox-visual-pro .wd-product .product-label {
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
}

body.reevox-visual-pro .wd-product .product-label.onsale {
    background: linear-gradient(135deg, #7c3aed, #e11d88) !important;
}

body.reevox-visual-pro .wd-product .product-label.featured,
body.reevox-visual-pro .wd-product .product-label.new {
    color: #07111d !important;
    background: linear-gradient(135deg, #67e8f9, #22d3ee) !important;
}

body.reevox-visual-pro .wd-product .product-label.out-of-stock {
    color: #fff !important;
    background: rgba(12, 19, 34, .92) !important;
}

body.reevox-visual-pro .wd-loop-footer .btn,
body.reevox-visual-pro .woocommerce-pagination a,
body.reevox-visual-pro .woocommerce-pagination span {
    color: #eaf2ff !important;
    border-color: rgba(128, 162, 224, .2) !important;
    border-radius: 11px !important;
    background: rgba(13, 23, 44, .9) !important;
}

body.reevox-visual-pro .woocommerce-pagination .current,
body.reevox-visual-pro .woocommerce-pagination a:hover {
    color: #07111d !important;
    background: var(--rx-cyan) !important;
}

/* Shop sidebar and common cards */
body.reevox-visual-pro .sidebar-container .widget,
body.reevox-visual-pro .wd-sidebar .widget,
body.reevox-visual-pro .wd-filter-buttons,
body.reevox-visual-pro .wd-active-filters {
    padding: 17px;
    color: var(--rx-muted);
    border: 1px solid rgba(128, 162, 224, .16);
    border-radius: 16px;
    background: rgba(10, 19, 37, .88) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
}

body.reevox-visual-pro .sidebar-container .widget-title,
body.reevox-visual-pro .wd-sidebar .widget-title {
    color: #f5f8ff !important;
}

body.reevox-visual-pro .sidebar-container a,
body.reevox-visual-pro .wd-sidebar a {
    color: #bdcbe0 !important;
}

body.reevox-visual-pro .sidebar-container a:hover,
body.reevox-visual-pro .wd-sidebar a:hover {
    color: var(--rx-cyan) !important;
}

/* Single product */
body.single-product.reevox-visual-pro .product-image-summary-wrap {
    margin-top: 28px;
    margin-bottom: 30px;
    padding: clamp(16px, 2.3vw, 30px);
    border: 1px solid rgba(128, 162, 224, .17);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(17, 29, 54, .9), rgba(8, 15, 30, .93));
    box-shadow: 0 24px 60px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .04);
}

body.single-product.reevox-visual-pro .woocommerce-product-gallery,
body.single-product.reevox-visual-pro .woocommerce-product-gallery__image,
body.single-product.reevox-visual-pro .woocommerce-product-gallery__image img {
    overflow: hidden;
    border-radius: 17px;
}

body.single-product.reevox-visual-pro .summary {
    padding: clamp(15px, 2vw, 25px);
    border: 1px solid rgba(128, 162, 224, .13);
    border-radius: 18px;
    background: rgba(5, 11, 24, .58);
}

body.single-product.reevox-visual-pro .summary .product_title,
body.single-product.reevox-visual-pro .summary label,
body.single-product.reevox-visual-pro .summary .woocommerce-variation-description,
body.single-product.reevox-visual-pro .summary .product_meta,
body.single-product.reevox-visual-pro .summary .product_meta a {
    color: #edf4ff !important;
}

body.single-product.reevox-visual-pro .summary .price,
body.single-product.reevox-visual-pro .summary .price .amount,
body.single-product.reevox-visual-pro .woocommerce-variation-price .amount {
    color: #72e7ff !important;
}

body.single-product.reevox-visual-pro .variations tr,
body.single-product.reevox-visual-pro .variations td,
body.single-product.reevox-visual-pro .variations th {
    border-color: rgba(128, 162, 224, .13) !important;
}

body.single-product.reevox-visual-pro .variable-item {
    color: #eaf2ff !important;
    border-color: rgba(128, 162, 224, .2) !important;
    background: #0d192e !important;
    box-shadow: none !important;
}

body.single-product.reevox-visual-pro .variable-item:hover,
body.single-product.reevox-visual-pro .variable-item.selected {
    color: #fff !important;
    border-color: var(--rx-cyan) !important;
    background: rgba(45, 226, 230, .11) !important;
    box-shadow: 0 0 0 3px rgba(45, 226, 230, .08) !important;
}

body.single-product.reevox-visual-pro .single_add_to_cart_button,
body.single-product.reevox-visual-pro .wd-buy-now-btn {
    color: #fff !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #6258f4, #cf35de) !important;
    box-shadow: 0 10px 25px rgba(151, 63, 224, .3) !important;
}

body.single-product.reevox-visual-pro .product-tabs-wrapper,
body.single-product.reevox-visual-pro .woocommerce-tabs,
body.single-product.reevox-visual-pro .wd-accordion {
    margin-bottom: 28px;
    padding: clamp(17px, 2.4vw, 30px);
    color: var(--rx-muted);
    border: 1px solid rgba(128, 162, 224, .16);
    border-radius: 22px;
    background: rgba(8, 16, 32, .91) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .25);
}

body.single-product.reevox-visual-pro .wc-tabs li a,
body.single-product.reevox-visual-pro .wd-accordion-title {
    color: #dce8fa !important;
}

body.single-product.reevox-visual-pro .wc-tabs li.active a,
body.single-product.reevox-visual-pro .wc-tabs li a:hover,
body.single-product.reevox-visual-pro .wd-accordion-title.wd-active {
    color: var(--rx-cyan) !important;
}

/* WooCommerce forms, cart, checkout and account */
body.reevox-visual-pro .woocommerce-message,
body.reevox-visual-pro .woocommerce-info,
body.reevox-visual-pro .woocommerce-error {
    color: #e8f0ff !important;
    border-color: rgba(45, 226, 230, .28) !important;
    border-radius: 14px;
    background: rgba(10, 23, 41, .94) !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .2);
}

body.reevox-visual-pro .woocommerce-message a,
body.reevox-visual-pro .woocommerce-info a,
body.reevox-visual-pro .woocommerce-error a {
    color: var(--rx-cyan) !important;
}

body.reevox-visual-pro .woocommerce-cart-form,
body.reevox-visual-pro .cart_totals,
body.reevox-visual-pro .checkout-order-review,
body.reevox-visual-pro .woocommerce-checkout-review-order,
body.reevox-visual-pro .woocommerce-billing-fields,
body.reevox-visual-pro .woocommerce-shipping-fields,
body.reevox-visual-pro .woocommerce-additional-fields,
body.reevox-visual-pro .woocommerce-form-login,
body.reevox-visual-pro .woocommerce-form-register,
body.reevox-visual-pro .woocommerce-MyAccount-navigation,
body.reevox-visual-pro .woocommerce-MyAccount-content,
body.reevox-visual-pro .wd-my-account-sidebar {
    padding: clamp(16px, 2vw, 26px);
    color: var(--rx-muted);
    border: 1px solid rgba(128, 162, 224, .16);
    border-radius: 18px;
    background: rgba(9, 17, 34, .91) !important;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .24);
}

body.reevox-visual-pro table.shop_table,
body.reevox-visual-pro table.shop_table th,
body.reevox-visual-pro table.shop_table td,
body.reevox-visual-pro .woocommerce-checkout-review-order-table,
body.reevox-visual-pro .woocommerce-checkout-review-order-table th,
body.reevox-visual-pro .woocommerce-checkout-review-order-table td {
    color: #dbe7f8 !important;
    border-color: rgba(128, 162, 224, .14) !important;
    background: transparent !important;
}

body.reevox-visual-pro input[type="text"],
body.reevox-visual-pro input[type="email"],
body.reevox-visual-pro input[type="tel"],
body.reevox-visual-pro input[type="password"],
body.reevox-visual-pro input[type="number"],
body.reevox-visual-pro input[type="search"],
body.reevox-visual-pro textarea,
body.reevox-visual-pro select,
body.reevox-visual-pro .select2-container--default .select2-selection--single,
body.reevox-visual-pro .select2-container--default .select2-selection--multiple {
    color: #edf4ff !important;
    border-color: rgba(128, 162, 224, .22) !important;
    border-radius: 11px !important;
    background-color: #0b162b !important;
}

body.reevox-visual-pro input::placeholder,
body.reevox-visual-pro textarea::placeholder,
body.reevox-visual-pro .select2-selection__placeholder {
    color: #8392aa !important;
}

body.reevox-visual-pro input:focus,
body.reevox-visual-pro textarea:focus,
body.reevox-visual-pro select:focus {
    border-color: var(--rx-cyan) !important;
    box-shadow: 0 0 0 3px rgba(45, 226, 230, .09) !important;
}

body.reevox-visual-pro .main-page-wrapper .button,
body.reevox-visual-pro .main-page-wrapper button[type="submit"],
body.reevox-visual-pro .main-page-wrapper input[type="submit"] {
    color: #fff !important;
    border-color: transparent !important;
    border-radius: 11px !important;
    background: linear-gradient(135deg, #5c65ee, #b83fe3) !important;
    box-shadow: 0 8px 22px rgba(111, 71, 224, .24);
}

body.reevox-visual-pro .woocommerce-MyAccount-navigation li,
body.reevox-visual-pro .woocommerce-MyAccount-navigation a {
    color: #cbd8eb !important;
    border-color: rgba(128, 162, 224, .13) !important;
}

body.reevox-visual-pro .woocommerce-MyAccount-navigation li.is-active a,
body.reevox-visual-pro .woocommerce-MyAccount-navigation a:hover {
    color: var(--rx-cyan) !important;
    background: rgba(45, 226, 230, .07) !important;
}

/* Blog/search content cards */
body.reevox-visual-pro .article-inner,
body.reevox-visual-pro .wd-post,
body.reevox-visual-pro .search-results-wrapper .product,
body.reevox-visual-pro .wd-empty-page {
    color: var(--rx-muted);
    border: 1px solid rgba(128, 162, 224, .15);
    border-radius: 18px;
    background: rgba(10, 19, 37, .88) !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}

/* Gaming Elementor footer used by reevox.shop */
body.reevox-visual-pro .wd-prefooter,
body.reevox-visual-pro .footer-container {
    position: relative;
    overflow: hidden;
    color: #aebbd2 !important;
    border-top: 0 !important;
    background-color: #040711 !important;
    background-image:
        radial-gradient(circle at 10% 12%, rgba(37, 199, 235, .16), transparent 30%),
        radial-gradient(circle at 90% 28%, rgba(190, 50, 235, .17), transparent 31%),
        linear-gradient(rgba(92, 120, 184, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(92, 120, 184, .06) 1px, transparent 1px),
        linear-gradient(180deg, #080e1d 0%, #050813 55%, #03050b 100%) !important;
    background-size: auto, auto, 42px 42px, 42px 42px, auto !important;
}

body.reevox-visual-pro .wd-prefooter {
    padding-top: 48px;
}

body.reevox-visual-pro .wd-prefooter::before,
body.reevox-visual-pro .footer-container::before {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, transparent 2%, #23d9e7 24%, #745cf5 52%, #e83ce9 78%, transparent 98%);
    box-shadow: 0 0 22px rgba(80, 192, 255, .55);
}

body.reevox-visual-pro .wd-prefooter > .container,
body.reevox-visual-pro .wd-prefooter .elementor-52 {
    position: relative;
    z-index: 1;
}

body.reevox-visual-pro .wd-prefooter .elementor-52::before {
    display: block;
    margin: 0 auto 24px;
    content: "REEVOX  //  GAMING MARKET";
    color: #f6f8ff;
    font-size: clamp(17px, 2.1vw, 27px);
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 1.5;
    text-align: center;
    text-shadow: 0 0 24px rgba(45, 226, 230, .34), 0 0 36px rgba(191, 55, 230, .2);
    direction: ltr;
}

body.reevox-visual-pro .wd-prefooter .elementor-section,
body.reevox-visual-pro .wd-prefooter .elementor-column,
body.reevox-visual-pro .wd-prefooter .elementor-widget-wrap {
    background-color: transparent !important;
    background-image: none !important;
}

body.reevox-visual-pro .wd-prefooter .elementor-element-9c80b85,
body.reevox-visual-pro .wd-prefooter .elementor-element-c0314bc,
body.reevox-visual-pro .wd-prefooter .elementor-element-04c0e59 {
    opacity: .7;
}

body.reevox-visual-pro .wd-prefooter .elementor-divider-separator {
    border-color: transparent !important;
    background: linear-gradient(90deg, transparent, rgba(45, 226, 230, .55), rgba(139, 92, 246, .62), transparent);
    box-shadow: 0 0 15px rgba(70, 163, 255, .24);
}

body.reevox-visual-pro .wd-prefooter .elementor-element-548d90c {
    margin-bottom: 25px;
    padding: 0 4px;
}

body.reevox-visual-pro .wd-prefooter .elementor-element-548d90c .elementor-inner-column > .elementor-widget-wrap {
    min-height: 118px;
    margin: 7px;
    padding: 20px 14px !important;
    overflow: hidden;
    border: 1px solid rgba(128, 162, 224, .17);
    border-radius: 17px;
    background: linear-gradient(145deg, rgba(18, 31, 58, .84), rgba(8, 15, 30, .9)) !important;
    box-shadow: 0 13px 32px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .035);
    transition: border-color .24s ease, transform .24s ease, box-shadow .24s ease;
}

body.reevox-visual-pro .wd-prefooter .elementor-icon-box-wrapper {
    align-items: center;
}

body.reevox-visual-pro .wd-prefooter .elementor-element-548d90c .elementor-icon {
    color: var(--rx-cyan) !important;
    filter: drop-shadow(0 0 10px rgba(45, 226, 230, .35));
}

body.reevox-visual-pro .wd-prefooter .elementor-icon-box-title,
body.reevox-visual-pro .wd-prefooter .elementor-icon-box-title span {
    color: #f5f8ff !important;
    font-weight: 900 !important;
}

body.reevox-visual-pro .wd-prefooter .elementor-icon-box-description {
    color: #9fb0c9 !important;
}

body.reevox-visual-pro .wd-prefooter .elementor-element-c94e120 > .elementor-container > .elementor-column > .elementor-widget-wrap {
    min-height: 100%;
    margin: 7px;
    padding: 25px 22px !important;
    border: 1px solid rgba(128, 162, 224, .16);
    border-radius: 19px;
    background: rgba(8, 16, 32, .8) !important;
    box-shadow: 0 15px 38px rgba(0, 0, 0, .23), inset 0 1px 0 rgba(255, 255, 255, .03);
}

body.reevox-visual-pro .wd-prefooter .title-wrapper .woodmart-title-container,
body.reevox-visual-pro .wd-prefooter .title-wrapper .title,
body.reevox-visual-pro .wd-prefooter .widget-title {
    color: #f6f8ff !important;
    font-weight: 900;
    text-shadow: 0 0 18px rgba(139, 92, 246, .25);
}

body.reevox-visual-pro .wd-prefooter .title-wrapper.wd-title-style-bordered .liner-continer::before,
body.reevox-visual-pro .wd-prefooter .title-wrapper.wd-title-style-bordered .liner-continer::after {
    background: linear-gradient(90deg, transparent, rgba(45, 226, 230, .65), rgba(190, 55, 231, .55), transparent) !important;
}

body.reevox-visual-pro .wd-prefooter p,
body.reevox-visual-pro .wd-prefooter li,
body.reevox-visual-pro .wd-prefooter .wd-list-content,
body.reevox-visual-pro .wd-prefooter .wd-text-block {
    color: #aebbd2 !important;
}

body.reevox-visual-pro .wd-prefooter a {
    color: #dbe7f8 !important;
    transition: color .2s ease, text-shadow .2s ease;
}

body.reevox-visual-pro .wd-prefooter a:hover {
    color: var(--rx-cyan) !important;
    text-shadow: 0 0 12px rgba(45, 226, 230, .32);
}

body.reevox-visual-pro .wd-prefooter .elementor-element-a73f34e > .elementor-widget-wrap {
    min-height: 240px;
}

body.reevox-visual-pro .wd-prefooter .elementor-widget-image img,
body.reevox-visual-pro .wd-prefooter .elementor-widget-html img {
    padding: 8px;
    border: 1px solid rgba(128, 162, 224, .17);
    border-radius: 13px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 9px 22px rgba(0, 0, 0, .25);
}

body.reevox-visual-pro .wd-prefooter .elementor-element-37687a8 {
    margin-top: 30px;
    padding: 20px 0 18px;
    border-top: 1px solid rgba(128, 162, 224, .13);
    background: rgba(2, 5, 12, .62) !important;
}

body.reevox-visual-pro .wd-prefooter .elementor-element-37687a8 p,
body.reevox-visual-pro .wd-prefooter .elementor-element-37687a8 .wd-text-block {
    margin: 0;
    color: #8798b1 !important;
    text-align: center !important;
}

body.reevox-visual-pro .wd-prefooter .elementor-element-37687a8::after {
    display: block;
    margin-top: 7px;
    content: "PLAY  •  PAY  •  WIN";
    color: #5dddec;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    text-align: center;
    direction: ltr;
    opacity: .78;
}

body.reevox-visual-pro .copyrights-wrapper {
    color: #8798b1 !important;
    border-color: rgba(128, 162, 224, .12) !important;
    background: #03050b !important;
}

@media (hover: hover) and (pointer: fine) {
    body.reevox-visual-pro .wd-product:hover .wd-product-wrapper {
        border-color: rgba(74, 222, 255, .36);
        box-shadow: 0 20px 48px rgba(0, 0, 0, .38), 0 0 28px rgba(93, 90, 246, .12);
        transform: translateY(-5px);
    }

    body.reevox-visual-pro .wd-prefooter .elementor-element-548d90c .elementor-inner-column > .elementor-widget-wrap:hover {
        border-color: rgba(45, 226, 230, .32);
        box-shadow: 0 17px 38px rgba(0, 0, 0, .3), 0 0 24px rgba(45, 226, 230, .07);
        transform: translateY(-4px);
    }
}

@media (max-width: 1024px) {
    body.reevox-visual-pro .site-content {
        padding-top: 24px;
    }

    body.reevox-visual-pro .shop-loop-head {
        padding: 12px;
    }

    body.reevox-visual-pro .wd-prefooter {
        padding-top: 40px;
    }

    body.reevox-visual-pro .wd-prefooter .elementor-element-c94e120 > .elementor-container > .elementor-column > .elementor-widget-wrap {
        padding: 21px 18px !important;
    }
}

@media (max-width: 767px) {
    body.reevox-visual-pro .main-page-wrapper {
        background-image:
            radial-gradient(circle at 12% 8%, rgba(38, 197, 255, .12), transparent 30%),
            radial-gradient(circle at 92% 34%, rgba(178, 58, 255, .14), transparent 34%),
            linear-gradient(180deg, #060914 0%, #090f20 52%, #050813 100%) !important;
    }

    body.reevox-visual-pro .main-page-wrapper::before {
        opacity: .13;
        background-size: 34px 34px;
    }

    body.reevox-visual-pro .main-page-wrapper::after {
        opacity: .2;
    }

    body.reevox-visual-pro .wd-content-layout {
        padding-right: 12px;
        padding-left: 12px;
    }

    body.reevox-visual-pro .site-content {
        padding-top: 18px;
    }

    body.reevox-visual-pro .wd-page-title {
        min-height: 82px;
    }

    body.reevox-visual-pro .shop-loop-head {
        margin-bottom: 18px;
        padding: 10px;
        border-radius: 15px;
    }

    body.reevox-visual-pro .shop-loop-head .wd-products-per-page,
    body.reevox-visual-pro .shop-loop-head .wd-products-shop-view,
    body.reevox-visual-pro .shop-loop-head .woocommerce-ordering {
        min-height: 38px;
        padding: 6px 8px;
    }

    body.reevox-visual-pro .wd-product .wd-product-wrapper {
        padding: 7px;
        border-radius: 15px;
    }

    body.reevox-visual-pro .wd-product .product-element-top,
    body.reevox-visual-pro .wd-product .product-image-link,
    body.reevox-visual-pro .wd-product .product-image-link img {
        border-radius: 11px;
    }

    body.reevox-visual-pro .wd-product .product-element-bottom {
        padding: 9px 2px 2px;
    }

    body.reevox-visual-pro .wd-product .wd-entities-title {
        font-size: 12px;
        line-height: 1.75;
    }

    body.single-product.reevox-visual-pro .product-image-summary-wrap,
    body.single-product.reevox-visual-pro .product-tabs-wrapper,
    body.single-product.reevox-visual-pro .woocommerce-tabs,
    body.single-product.reevox-visual-pro .wd-accordion {
        padding: 13px;
        border-radius: 17px;
    }

    body.reevox-visual-pro .woocommerce-cart-form,
    body.reevox-visual-pro .cart_totals,
    body.reevox-visual-pro .checkout-order-review,
    body.reevox-visual-pro .woocommerce-checkout-review-order,
    body.reevox-visual-pro .woocommerce-billing-fields,
    body.reevox-visual-pro .woocommerce-shipping-fields,
    body.reevox-visual-pro .woocommerce-additional-fields,
    body.reevox-visual-pro .woocommerce-form-login,
    body.reevox-visual-pro .woocommerce-form-register,
    body.reevox-visual-pro .woocommerce-MyAccount-navigation,
    body.reevox-visual-pro .woocommerce-MyAccount-content,
    body.reevox-visual-pro .wd-my-account-sidebar {
        padding: 13px;
        border-radius: 15px;
    }

    body.reevox-visual-pro .wd-prefooter {
        padding-top: 34px;
    }

    body.reevox-visual-pro .wd-prefooter .elementor-52::before {
        margin-bottom: 18px;
        font-size: 16px;
        letter-spacing: 1.7px;
    }

    body.reevox-visual-pro .wd-prefooter .elementor-element-548d90c .elementor-inner-column {
        width: 50% !important;
    }

    body.reevox-visual-pro .wd-prefooter .elementor-element-548d90c .elementor-inner-column > .elementor-widget-wrap {
        min-height: 105px;
        margin: 5px;
        padding: 15px 8px !important;
        border-radius: 14px;
    }

    body.reevox-visual-pro .wd-prefooter .elementor-element-c94e120 > .elementor-container > .elementor-column {
        width: 100% !important;
    }

    body.reevox-visual-pro .wd-prefooter .elementor-element-c94e120 > .elementor-container > .elementor-column > .elementor-widget-wrap {
        min-height: 0;
        margin: 6px 0;
        padding: 20px 16px !important;
        border-radius: 16px;
    }

    body.reevox-visual-pro .wd-prefooter .elementor-element-a73f34e > .elementor-widget-wrap {
        min-height: 220px;
    }

    body.reevox-visual-pro .wd-prefooter .elementor-element-37687a8 {
        margin-top: 20px;
        padding: 17px 12px 15px;
    }
}

/* --------------------------------------------------------------------------
 * v1.2 — White-surface cleanup and mobile trust marks
 * ----------------------------------------------------------------------- */

/* Product summary: Woodmart paints this inner layer white. */
body.single-product.reevox-visual-pro .summary {
    padding: 0;
    border: 0;
    background: transparent !important;
    box-shadow: none;
}

body.single-product.reevox-visual-pro .summary .summary-inner {
    box-sizing: border-box;
    min-height: 100%;
    padding: clamp(19px, 2.5vw, 32px);
    color: var(--rx-muted) !important;
    border: 1px solid rgba(128, 162, 224, .17);
    border-radius: 19px;
    background-color: #091326 !important;
    background-image:
        radial-gradient(circle at 90% 8%, rgba(139, 92, 246, .13), transparent 30%),
        linear-gradient(145deg, rgba(15, 27, 52, .98), rgba(7, 14, 29, .98)) !important;
    box-shadow: 0 16px 42px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .035);
}

body.single-product.reevox-visual-pro .summary .summary-inner p,
body.single-product.reevox-visual-pro .summary .summary-inner .woocommerce-product-details__short-description,
body.single-product.reevox-visual-pro .summary .summary-inner .product_meta,
body.single-product.reevox-visual-pro .summary .summary-inner .wd-wtl-content,
body.single-product.reevox-visual-pro .summary .summary-inner .wd-compare-btn {
    color: #afbdd2 !important;
}

body.single-product.reevox-visual-pro .summary .summary-inner strong,
body.single-product.reevox-visual-pro .summary .summary-inner label,
body.single-product.reevox-visual-pro .summary .summary-inner .product_title,
body.single-product.reevox-visual-pro .summary .summary-inner .wd-action-text {
    color: #eef4ff !important;
}

body.single-product.reevox-visual-pro .woodmart-show-product-gallery {
    color: #fff !important;
    border: 1px solid rgba(45, 226, 230, .26) !important;
    background: rgba(8, 17, 34, .92) !important;
    box-shadow: 0 9px 25px rgba(0, 0, 0, .3), 0 0 18px rgba(45, 226, 230, .1) !important;
}

body.single-product.reevox-visual-pro .woocommerce-product-gallery .flex-control-thumbs img {
    border: 1px solid rgba(128, 162, 224, .16);
    border-radius: 10px;
    background: #0b1426;
}

body.single-product.reevox-visual-pro .summary select option,
body.reevox-visual-pro .select2-container--default .select2-results__option {
    color: #eaf2ff !important;
    background: #0b162b !important;
}

/* Side drawers: cart, login and mobile navigation. */
body.reevox-visual-pro .cart-widget-side,
body.reevox-visual-pro .login-form-side,
body.reevox-visual-pro .mobile-nav.wd-side-hidden,
body.reevox-visual-pro .wd-side-hidden.wd-my-account-sidebar {
    color: #afbdd2 !important;
    border-color: rgba(128, 162, 224, .18) !important;
    background-color: #07101f !important;
    background-image:
        radial-gradient(circle at 88% 8%, rgba(139, 92, 246, .15), transparent 29%),
        linear-gradient(180deg, #0a1428 0%, #060c19 100%) !important;
    box-shadow: 18px 0 60px rgba(0, 0, 0, .52) !important;
}

body.reevox-visual-pro .wd-close-side {
    background: rgba(1, 4, 11, .72) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

body.reevox-visual-pro .cart-widget-side .wd-heading,
body.reevox-visual-pro .login-form-side .wd-heading,
body.reevox-visual-pro .mobile-nav .wd-heading {
    min-height: 66px;
    color: #f5f8ff !important;
    border-bottom: 1px solid rgba(128, 162, 224, .16) !important;
    background: rgba(12, 24, 46, .9) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

body.reevox-visual-pro .cart-widget-side .wd-heading .title,
body.reevox-visual-pro .login-form-side .wd-heading .title,
body.reevox-visual-pro .mobile-nav .wd-heading .title,
body.reevox-visual-pro .cart-widget-side .wd-heading a,
body.reevox-visual-pro .login-form-side .wd-heading a,
body.reevox-visual-pro .mobile-nav .wd-heading a {
    color: #f5f8ff !important;
}

body.reevox-visual-pro .cart-widget-side .widget_shopping_cart,
body.reevox-visual-pro .cart-widget-side .widget_shopping_cart_content,
body.reevox-visual-pro .cart-widget-side .wd-scroll-content,
body.reevox-visual-pro .cart-widget-side .shopping-cart-widget-body {
    color: #afbdd2 !important;
    background: transparent !important;
}

body.reevox-visual-pro .cart-widget-side .elementor-menu-cart__products,
body.reevox-visual-pro .cart-widget-side .woocommerce-mini-cart {
    padding: 12px !important;
    background: transparent !important;
}

body.reevox-visual-pro .cart-widget-side .elementor-menu-cart__product,
body.reevox-visual-pro .cart-widget-side .mini_cart_item {
    margin-bottom: 10px;
    padding: 12px !important;
    color: #afbdd2 !important;
    border: 1px solid rgba(128, 162, 224, .16) !important;
    border-radius: 14px;
    background: rgba(12, 24, 46, .86) !important;
    box-shadow: 0 9px 24px rgba(0, 0, 0, .2);
}

body.reevox-visual-pro .cart-widget-side .product-thumbnail img,
body.reevox-visual-pro .cart-widget-side .mini_cart_item img {
    border: 1px solid rgba(128, 162, 224, .18);
    border-radius: 11px;
    background: #0b1426;
}

body.reevox-visual-pro .cart-widget-side .product-name a,
body.reevox-visual-pro .cart-widget-side .mini_cart_item > a,
body.reevox-visual-pro .cart-widget-side .item-variation-value,
body.reevox-visual-pro .cart-widget-side .item-variation-value p {
    color: #eef4ff !important;
}

body.reevox-visual-pro .cart-widget-side .variation,
body.reevox-visual-pro .cart-widget-side .item-variation-name,
body.reevox-visual-pro .cart-widget-side .quantity {
    color: #91a3bf !important;
}

body.reevox-visual-pro .cart-widget-side .amount,
body.reevox-visual-pro .cart-widget-side .woocommerce-Price-amount {
    color: #6fe7f4 !important;
    font-weight: 800;
}

body.reevox-visual-pro .cart-widget-side .elementor_remove_from_cart_button,
body.reevox-visual-pro .cart-widget-side .remove_from_cart_button,
body.reevox-visual-pro .cart-widget-side .remove {
    color: #fff !important;
    border: 1px solid rgba(255, 94, 136, .28) !important;
    border-radius: 50%;
    background: rgba(225, 29, 92, .82) !important;
}

body.reevox-visual-pro .cart-widget-side .elementor-menu-cart__subtotal,
body.reevox-visual-pro .cart-widget-side .woocommerce-mini-cart__total,
body.reevox-visual-pro .cart-widget-side .shopping-cart-widget-footer {
    margin: 0;
    padding: 17px 15px !important;
    color: #cbd8eb !important;
    border-top: 1px solid rgba(128, 162, 224, .16) !important;
    background: rgba(5, 12, 25, .94) !important;
}

body.reevox-visual-pro .cart-widget-side .elementor-menu-cart__subtotal strong,
body.reevox-visual-pro .cart-widget-side .woocommerce-mini-cart__total strong {
    color: #f3f7ff !important;
}

body.reevox-visual-pro .cart-widget-side .elementor-menu-cart__footer-buttons,
body.reevox-visual-pro .cart-widget-side .woocommerce-mini-cart__buttons {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 13px 12px 16px !important;
    background: rgba(5, 12, 25, .94) !important;
}

body.reevox-visual-pro .cart-widget-side .elementor-menu-cart__footer-buttons .elementor-button,
body.reevox-visual-pro .cart-widget-side .woocommerce-mini-cart__buttons .button {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 10px 8px !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 11px !important;
    background: linear-gradient(135deg, #536cf3, #873de0) !important;
    box-shadow: 0 9px 22px rgba(90, 71, 224, .23);
    font-size: 13px;
    text-align: center;
}

body.reevox-visual-pro .cart-widget-side .elementor-menu-cart__footer-buttons .elementor-button--checkout,
body.reevox-visual-pro .cart-widget-side .woocommerce-mini-cart__buttons .checkout {
    background: linear-gradient(135deg, #0aaec1, #4a72ed) !important;
}

body.reevox-visual-pro .cart-widget-side .woocommerce-mini-cart__empty-message,
body.reevox-visual-pro .cart-widget-side .wd-empty-mini-cart {
    color: #aebbd2 !important;
}

body.reevox-visual-pro .mobile-nav .searchform,
body.reevox-visual-pro .login-form-side form {
    border-color: rgba(128, 162, 224, .18) !important;
    background: rgba(7, 15, 31, .76) !important;
}

body.reevox-visual-pro .mobile-nav .wd-nav-mobile > li > a,
body.reevox-visual-pro .mobile-nav .wd-nav-opener,
body.reevox-visual-pro .login-form-side label,
body.reevox-visual-pro .login-form-side p,
body.reevox-visual-pro .login-form-side a {
    color: #dce7f8 !important;
    border-color: rgba(128, 162, 224, .12) !important;
}

body.reevox-visual-pro .mobile-nav .wd-nav-mobile > li > a:hover,
body.reevox-visual-pro .login-form-side a:hover {
    color: var(--rx-cyan) !important;
}

/* Checkout, reward and coupon notices. */
body.woocommerce-checkout.reevox-visual-pro .woocommerce-notices-wrapper > *,
body.woocommerce-checkout.reevox-visual-pro .woocommerce-form-coupon-toggle,
body.woocommerce-checkout.reevox-visual-pro .woocommerce-form-login-toggle,
body.woocommerce-checkout.reevox-visual-pro .woocommerce-form-coupon-toggle .woocommerce-info,
body.woocommerce-checkout.reevox-visual-pro .woocommerce-form-login-toggle .woocommerce-info,
body.woocommerce-checkout.reevox-visual-pro .woocommerce-info,
body.woocommerce-checkout.reevox-visual-pro .woocommerce-message,
body.woocommerce-checkout.reevox-visual-pro .woocommerce-error,
body.woocommerce-checkout.reevox-visual-pro [class*="points-rewards"]:is(div, p),
body.woocommerce-checkout.reevox-visual-pro [class*="wc-points"]:is(div, p),
body.woocommerce-checkout.reevox-visual-pro [class*="ywpar"]:is(div, p) {
    box-sizing: border-box;
    color: #dfe9f8 !important;
    border: 1px solid rgba(93, 215, 244, .21) !important;
    border-radius: 15px !important;
    background-color: #0b172d !important;
    background-image: linear-gradient(135deg, rgba(15, 31, 57, .98), rgba(9, 17, 35, .98)) !important;
    box-shadow: 0 11px 30px rgba(0, 0, 0, .23), inset 0 1px 0 rgba(255, 255, 255, .035) !important;
}

body.woocommerce-checkout.reevox-visual-pro .woocommerce-form-coupon-toggle,
body.woocommerce-checkout.reevox-visual-pro .woocommerce-form-login-toggle {
    margin-bottom: 16px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.woocommerce-checkout.reevox-visual-pro .woocommerce-info a,
body.woocommerce-checkout.reevox-visual-pro .woocommerce-message a,
body.woocommerce-checkout.reevox-visual-pro [class*="points-rewards"] a,
body.woocommerce-checkout.reevox-visual-pro [class*="wc-points"] a,
body.woocommerce-checkout.reevox-visual-pro [class*="ywpar"] a {
    color: #74e9f5 !important;
    font-weight: 800;
}

body.woocommerce-checkout.reevox-visual-pro form.checkout_coupon,
body.woocommerce-checkout.reevox-visual-pro form.woocommerce-form-login {
    margin-bottom: 18px;
    padding: 18px !important;
    border: 1px solid rgba(128, 162, 224, .16) !important;
    border-radius: 15px;
    background: rgba(9, 18, 36, .94) !important;
}

body.woocommerce-checkout.reevox-visual-pro .checkout-order-review,
body.woocommerce-checkout.reevox-visual-pro .woocommerce-checkout-review-order {
    color: #c7d4e7 !important;
    border-color: rgba(128, 162, 224, .17) !important;
    background: linear-gradient(145deg, rgba(14, 26, 49, .96), rgba(7, 14, 29, .97)) !important;
}

body.woocommerce-checkout.reevox-visual-pro table.woocommerce-checkout-review-order-table,
body.woocommerce-checkout.reevox-visual-pro table.woocommerce-checkout-review-order-table thead,
body.woocommerce-checkout.reevox-visual-pro table.woocommerce-checkout-review-order-table tbody,
body.woocommerce-checkout.reevox-visual-pro table.woocommerce-checkout-review-order-table tfoot,
body.woocommerce-checkout.reevox-visual-pro table.woocommerce-checkout-review-order-table tr,
body.woocommerce-checkout.reevox-visual-pro table.woocommerce-checkout-review-order-table th,
body.woocommerce-checkout.reevox-visual-pro table.woocommerce-checkout-review-order-table td {
    color: #dbe6f6 !important;
    border-color: rgba(128, 162, 224, .14) !important;
    background: #0a1529 !important;
}

body.woocommerce-checkout.reevox-visual-pro table.woocommerce-checkout-review-order-table {
    overflow: hidden;
    border: 1px solid rgba(128, 162, 224, .14) !important;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .2);
}

body.woocommerce-checkout.reevox-visual-pro .woocommerce-checkout-payment,
body.woocommerce-checkout.reevox-visual-pro #payment,
body.woocommerce-checkout.reevox-visual-pro #payment .payment_methods,
body.woocommerce-checkout.reevox-visual-pro #payment .wc_payment_method,
body.woocommerce-checkout.reevox-visual-pro #payment .payment_box,
body.woocommerce-checkout.reevox-visual-pro #payment .place-order {
    color: #c7d4e7 !important;
    border-color: rgba(128, 162, 224, .14) !important;
    background: #091428 !important;
}

body.woocommerce-checkout.reevox-visual-pro #payment .wc_payment_method {
    margin-bottom: 9px;
    padding: 12px !important;
    border: 1px solid rgba(128, 162, 224, .14) !important;
    border-radius: 12px;
}

body.woocommerce-checkout.reevox-visual-pro #payment .payment_box::before {
    border-bottom-color: #091428 !important;
}

body.woocommerce-checkout.reevox-visual-pro label,
body.woocommerce-checkout.reevox-visual-pro .woocommerce-billing-fields label,
body.woocommerce-checkout.reevox-visual-pro .woocommerce-additional-fields label,
body.woocommerce-checkout.reevox-visual-pro .woocommerce-shipping-fields label,
body.woocommerce-checkout.reevox-visual-pro .form-row label,
body.woocommerce-checkout.reevox-visual-pro .required {
    color: #dce7f8 !important;
}

body.woocommerce-checkout.reevox-visual-pro .required {
    color: #ff6f9d !important;
}

body.woocommerce-checkout.reevox-visual-pro .select2-container--default .select2-selection__rendered,
body.woocommerce-checkout.reevox-visual-pro .select2-container--default .select2-selection__arrow {
    color: #e7effc !important;
}

body.reevox-visual-pro .select2-dropdown,
body.reevox-visual-pro .select2-search--dropdown,
body.reevox-visual-pro .select2-results,
body.reevox-visual-pro .select2-results__options {
    color: #e6eefb !important;
    border-color: rgba(128, 162, 224, .2) !important;
    background: #081328 !important;
}

body.reevox-visual-pro .select2-container--default .select2-results__option--highlighted[aria-selected],
body.reevox-visual-pro .select2-container--default .select2-results__option[aria-selected="true"] {
    color: #07111e !important;
    background: #64e3ee !important;
}

/* Order confirmation, account tables, wishlist and quick view. */
body.reevox-visual-pro .woocommerce-order-overview,
body.reevox-visual-pro .woocommerce-order-details,
body.reevox-visual-pro .woocommerce-customer-details,
body.reevox-visual-pro .woocommerce-thankyou-order-received,
body.reevox-visual-pro .order-info,
body.reevox-visual-pro .wishlist-content,
body.reevox-visual-pro .product-quick-view,
body.reevox-visual-pro .wd-popup {
    color: #afbdd2 !important;
    border-color: rgba(128, 162, 224, .16) !important;
    background: #091428 !important;
}

body.reevox-visual-pro .product-quick-view .summary-inner,
body.reevox-visual-pro .wd-popup .summary-inner {
    color: #afbdd2 !important;
    background: linear-gradient(145deg, #0e1b34, #071020) !important;
}

body.reevox-visual-pro .suggestions-wrapper,
body.reevox-visual-pro .wd-dropdown-results,
body.reevox-visual-pro .autocomplete-suggestions {
    color: #cbd8eb !important;
    border-color: rgba(128, 162, 224, .18) !important;
    background: #071225 !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .4) !important;
}

body.reevox-visual-pro .autocomplete-suggestion:hover,
body.reevox-visual-pro .autocomplete-suggestion.autocomplete-selected {
    background: rgba(45, 226, 230, .08) !important;
}

/* Trust marks: constrain desktop sizes and eliminate Elementor absolute offsets. */
body.reevox-visual-pro .wd-prefooter #enamad-placeholder {
    display: flex;
    min-height: 0 !important;
    align-items: center;
    justify-content: center;
}

body.reevox-visual-pro .wd-prefooter #enamad-placeholder > a {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.reevox-visual-pro .wd-prefooter #enamad-placeholder > a:nth-child(n + 2) {
    display: none !important;
}

body.reevox-visual-pro .wd-prefooter .elementor-element-1e984ad img,
body.reevox-visual-pro .wd-prefooter .elementor-element-7af5f43 img {
    display: block;
    width: 96px !important;
    height: 96px !important;
    max-width: 96px !important;
    max-height: 96px !important;
    margin: auto;
    object-fit: contain !important;
}

@media (max-width: 767px) {
    body.single-product.reevox-visual-pro .summary .summary-inner {
        padding: 17px 14px;
        border-radius: 15px;
    }

    body.reevox-visual-pro .cart-widget-side,
    body.reevox-visual-pro .login-form-side,
    body.reevox-visual-pro .mobile-nav.wd-side-hidden {
        width: min(100%, 390px) !important;
        max-width: 100vw !important;
    }

    body.reevox-visual-pro .cart-widget-side .elementor-menu-cart__product,
    body.reevox-visual-pro .cart-widget-side .mini_cart_item {
        padding: 10px !important;
    }

    body.reevox-visual-pro .cart-widget-side .elementor-menu-cart__product-name,
    body.reevox-visual-pro .cart-widget-side .product-name {
        font-size: 12px;
        line-height: 1.65;
    }

    body.woocommerce-checkout.reevox-visual-pro .woocommerce-notices-wrapper > *,
    body.woocommerce-checkout.reevox-visual-pro .woocommerce-form-coupon-toggle,
    body.woocommerce-checkout.reevox-visual-pro .woocommerce-form-login-toggle,
    body.woocommerce-checkout.reevox-visual-pro .woocommerce-info,
    body.woocommerce-checkout.reevox-visual-pro .woocommerce-message,
    body.woocommerce-checkout.reevox-visual-pro .woocommerce-error,
    body.woocommerce-checkout.reevox-visual-pro [class*="points-rewards"]:is(div, p),
    body.woocommerce-checkout.reevox-visual-pro [class*="wc-points"]:is(div, p),
    body.woocommerce-checkout.reevox-visual-pro [class*="ywpar"]:is(div, p) {
        padding: 14px 15px !important;
        border-radius: 13px !important;
        font-size: 12px;
        line-height: 1.8;
    }

    body.woocommerce-checkout.reevox-visual-pro .woocommerce-form-coupon-toggle,
    body.woocommerce-checkout.reevox-visual-pro .woocommerce-form-login-toggle {
        padding: 0 !important;
        border-radius: 0 !important;
    }

    body.woocommerce-checkout.reevox-visual-pro table.woocommerce-checkout-review-order-table th,
    body.woocommerce-checkout.reevox-visual-pro table.woocommerce-checkout-review-order-table td {
        padding: 11px 9px !important;
        font-size: 12px;
    }

    body.reevox-visual-pro .wd-prefooter .elementor-element-a73f34e > .elementor-widget-wrap {
        display: flex !important;
        min-height: 0 !important;
        flex-flow: row wrap;
        align-items: flex-start;
        justify-content: center;
        gap: 12px;
        padding: 18px 12px 20px !important;
    }

    body.reevox-visual-pro .wd-prefooter .elementor-element-a73f34e .elementor-element-cc6e862,
    body.reevox-visual-pro .wd-prefooter .elementor-element-a73f34e .elementor-element-1e984ad,
    body.reevox-visual-pro .wd-prefooter .elementor-element-a73f34e .elementor-element-7af5f43 {
        position: static !important;
        inset: auto !important;
        transform: none !important;
        margin: 0 !important;
    }

    body.reevox-visual-pro .wd-prefooter .elementor-element-a73f34e .elementor-element-cc6e862 {
        order: 0;
        width: 100% !important;
        max-width: none !important;
        flex: 0 0 100%;
    }

    body.reevox-visual-pro .wd-prefooter .elementor-element-a73f34e .elementor-element-1e984ad,
    body.reevox-visual-pro .wd-prefooter .elementor-element-a73f34e .elementor-element-7af5f43 {
        order: 1;
        width: 116px !important;
        max-width: 116px !important;
        flex: 0 0 116px;
    }

    body.reevox-visual-pro .wd-prefooter .elementor-element-a73f34e .elementor-element-1e984ad > .elementor-widget-container,
    body.reevox-visual-pro .wd-prefooter .elementor-element-a73f34e .elementor-element-7af5f43 > .elementor-widget-container {
        display: flex;
        box-sizing: border-box;
        width: 116px !important;
        height: 116px !important;
        min-height: 116px;
        align-items: center;
        justify-content: center;
        padding: 9px;
        overflow: hidden;
        border: 1px solid rgba(128, 162, 224, .18);
        border-radius: 15px;
        background: rgba(255, 255, 255, .94) !important;
        box-shadow: 0 10px 26px rgba(0, 0, 0, .24), 0 0 18px rgba(45, 226, 230, .06);
    }

    body.reevox-visual-pro .wd-prefooter #enamad-placeholder,
    body.reevox-visual-pro .wd-prefooter #enamad-placeholder > a {
        width: 100% !important;
        height: 100% !important;
    }

    body.reevox-visual-pro .wd-prefooter .elementor-element-1e984ad img,
    body.reevox-visual-pro .wd-prefooter .elementor-element-7af5f43 img {
        width: 86px !important;
        height: 86px !important;
        max-width: 86px !important;
        max-height: 86px !important;
        padding: 3px;
        border: 0;
        border-radius: 8px;
        background: transparent !important;
        box-shadow: none;
        object-fit: contain !important;
    }

    body.reevox-visual-pro .wd-prefooter .elementor-element-a73f34e .elementor-element-fd6ba9c,
    body.reevox-visual-pro .wd-prefooter .elementor-element-a73f34e .elementor-element-325387b {
        display: none !important;
    }
}

@media (max-width: 420px) {
    body.reevox-visual-pro .cart-widget-side .elementor-menu-cart__footer-buttons,
    body.reevox-visual-pro .cart-widget-side .woocommerce-mini-cart__buttons {
        grid-template-columns: 1fr;
    }

    body.reevox-visual-pro .wd-prefooter .elementor-element-a73f34e .elementor-element-1e984ad,
    body.reevox-visual-pro .wd-prefooter .elementor-element-a73f34e .elementor-element-7af5f43 {
        width: 104px !important;
        max-width: 104px !important;
        flex-basis: 104px;
    }

    body.reevox-visual-pro .wd-prefooter .elementor-element-a73f34e .elementor-element-1e984ad > .elementor-widget-container,
    body.reevox-visual-pro .wd-prefooter .elementor-element-a73f34e .elementor-element-7af5f43 > .elementor-widget-container {
        width: 104px !important;
        height: 104px !important;
        min-height: 104px;
    }

    body.reevox-visual-pro .wd-prefooter .elementor-element-1e984ad img,
    body.reevox-visual-pro .wd-prefooter .elementor-element-7af5f43 img {
        width: 76px !important;
        height: 76px !important;
        max-width: 76px !important;
        max-height: 76px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.reevox-visual-pro .whb-top-bar,
    body.reevox-visual-pro .whb-top-bar::after,
    body.reevox-visual-pro * {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* DIGITS_LOGIN_STYLES_START */
/*
 * v1.4 — Digits login / registration experience
 * Pure presentation: no Digits markup or authentication behaviour is changed.
 */
.digits_ui .digits-form_page {
    --dprimary: #8b5cf6 !important;
    --daccent: #2de2e6 !important;
    --dtitle: #ffffff !important;
    --dfield_bg: rgba(3, 7, 18, .86) !important;
    --dform_bg: transparent !important;
    --dbutton_text: #ffffff !important;
    position: relative;
    min-height: 100vh;
    background-color: #050713 !important;
    background-image:
        linear-gradient(rgba(5, 7, 19, .2), rgba(5, 7, 19, .4)),
        url("https://reevox.shop/wp-content/uploads/2026/09/ChatGPT-Image-Sep-5-2026-02_23_50-AM.png") !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.digits_ui .digits-form_container {
    min-height: 100vh;
    background: transparent !important;
}

.digits_ui .digits-form_wrapper.digits_modal_box {
    position: relative;
    box-sizing: border-box !important;
    width: min(92vw, 500px) !important;
    max-width: 500px !important;
    padding: clamp(26px, 4vw, 42px) !important;
    border: 1px solid rgba(45, 226, 230, .25) !important;
    border-radius: 26px !important;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .055), transparent 38%),
        rgba(7, 12, 28, .86) !important;
    box-shadow:
        0 28px 80px rgba(0, 0, 0, .58),
        0 0 0 1px rgba(139, 92, 246, .1),
        0 0 42px rgba(45, 226, 230, .1) !important;
    backdrop-filter: blur(18px) saturate(135%);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.digits_ui .digits-form_wrapper.digits_modal_box::before {
    display: block;
    margin: 0 auto 18px;
    content: "REEVOX";
    color: #fff;
    font-size: 14px;
    font-weight: 950;
    line-height: 1;
    text-align: center;
    letter-spacing: 3px;
    text-shadow: 0 0 18px rgba(45, 226, 230, .45), 0 0 28px rgba(139, 92, 246, .32);
}

.digits_ui .digits-form_wrapper.digits_modal_box::after {
    display: block;
    margin: 22px auto 0;
    content: "ورود امن  •  حفظ حریم خصوصی  •  پشتیبانی سریع";
    color: #91a5c4;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
}

.digits_ui .digits-form_heading_text {
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 950 !important;
    text-shadow: 0 0 22px rgba(45, 226, 230, .22);
}

.digits_ui .digits-form_tab-item.digits-tab_active {
    color: #fff !important;
    border-color: #2de2e6 !important;
    text-shadow: 0 0 14px rgba(45, 226, 230, .24);
}

.digits_ui .digits-form_input_row.digits-form_border {
    min-height: 58px !important;
    border: 1px solid rgba(45, 226, 230, .48) !important;
    border-radius: 15px !important;
    background: rgba(3, 7, 18, .86) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.digits_ui .digits-form_input_row.digits-form_border:focus-within {
    border-color: #2de2e6 !important;
    box-shadow: 0 0 0 4px rgba(45, 226, 230, .1), 0 0 28px rgba(45, 226, 230, .1) !important;
}

.digits_ui .digits-form_input input {
    color: #fff !important;
    font-size: 16px !important;
}

.digits_ui .digits-form_button.digits-form_submit {
    min-height: 58px !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: 15px !important;
    background: linear-gradient(110deg, #256ee8, #8b5cf6 52%, #d946ef) !important;
    box-shadow: 0 15px 34px rgba(139, 92, 246, .36), inset 0 1px 0 rgba(255, 255, 255, .2) !important;
    font-weight: 950 !important;
}

.digits_ui .digits-form_button.digits-form_submit:hover {
    filter: brightness(1.1) saturate(1.08);
    transform: translateY(-2px);
}

.digits_ui .dig_login_signup_bar,
.digits_ui .dig_login_signup_bar a {
    color: #d7e4f8 !important;
}

.digits_ui .dig_login_signup_bar a {
    color: #5cecf2 !important;
    font-weight: 900 !important;
}

.digits_ui .digits-form_page_close,
.digits_ui .digits-form_close,
.digits_ui .digits-cancel {
    color: #ff4d91 !important;
}

.digits_ui .digits-cancel {
    top: max(14px, env(safe-area-inset-top)) !important;
    right: max(14px, env(safe-area-inset-right)) !important;
    width: 44px !important;
    height: 44px !important;
    border: 1px solid rgba(255, 77, 145, .28) !important;
    border-radius: 14px !important;
    background-color: rgba(255, 77, 145, .08) !important;
}

.digits_ui .digits_site_footer_box {
    display: none !important;
}

@media (max-width: 600px) {
    html:has(.digits_ui),
    body:has(.digits_ui) {
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden !important;
        background: #050713 !important;
    }

    .digits_ui,
    .digits_ui .digits-form_page {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        min-height: 100dvh !important;
        padding:
            max(62px, calc(env(safe-area-inset-top) + 48px))
            12px
            max(20px, env(safe-area-inset-bottom)) !important;
        background-image:
            linear-gradient(rgba(5, 7, 19, .18), rgba(5, 7, 19, .34)),
            url("login-bg-mobile.png") !important;
        background-position: center center !important;
        background-size: cover !important;
    }

    .digits_ui .digits-form_container {
        box-sizing: border-box !important;
        width: 100% !important;
        min-height: calc(100dvh - 82px) !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .digits_ui .digits-form_wrapper.digits_modal_box {
        box-sizing: border-box !important;
        width: min(100%, 430px) !important;
        max-width: 430px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        max-height: calc(100dvh - 94px) !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        padding: 24px 18px 20px !important;
        border-radius: 22px !important;
        background: rgba(5, 10, 24, .82) !important;
        box-shadow:
            0 22px 55px rgba(0, 0, 0, .55),
            0 0 0 1px rgba(139, 92, 246, .1),
            0 0 32px rgba(45, 226, 230, .08) !important;
        scrollbar-width: none;
    }

    .digits_ui .digits-form_wrapper.digits_modal_box::-webkit-scrollbar {
        display: none;
    }

    .digits_ui .digits-form_wrapper.digits_modal_box::before {
        margin-bottom: 14px;
        font-size: 12px;
        letter-spacing: 2.5px;
    }

    .digits_ui .digits-form_wrapper.digits_modal_box::after {
        margin-top: 17px;
        font-size: 9px;
    }

    .digits_ui .digits-form_heading_text {
        font-size: 23px !important;
    }

    .digits_ui .digits-form_input_row.digits-form_border,
    .digits_ui .digits-form_button.digits-form_submit {
        min-height: 56px !important;
    }

    .digits_ui .digits-form_button.digits-form_submit {
        font-size: 15px !important;
        touch-action: manipulation;
    }

    .digits_ui .dig_login_signup_bar {
        margin-top: 18px !important;
        font-size: 12px !important;
        line-height: 1.8 !important;
    }

}

@media (max-width: 380px), (max-height: 680px) {
    .digits_ui .digits-form_page {
        padding-top: max(52px, calc(env(safe-area-inset-top) + 42px)) !important;
    }

    .digits_ui .digits-form_wrapper.digits_modal_box {
        padding: 19px 15px 16px !important;
        border-radius: 18px !important;
    }

    .digits_ui .digits-form_wrapper.digits_modal_box::before {
        margin-bottom: 10px;
    }

    .digits_ui .digits-form_wrapper.digits_modal_box::after {
        margin-top: 12px;
    }

}

html .digits_login_form,
html #dig-ucr-container {
    --rx-login-cyan: #37e8f2;
    --rx-login-blue: #5577ff;
    --rx-login-violet: #9a5cff;
    --rx-login-pink: #ed43d7;
    --rx-login-panel: rgba(8, 14, 31, .94);
    --rx-login-border: rgba(106, 229, 255, .24);
    color: #f7f9ff !important;
}

html .digits_login_form {
    background:
        radial-gradient(circle at 15% 18%, rgba(55, 232, 242, .14), transparent 29%),
        radial-gradient(circle at 88% 14%, rgba(237, 67, 215, .16), transparent 31%),
        radial-gradient(circle at 52% 104%, rgba(85, 119, 255, .16), transparent 38%),
        linear-gradient(145deg, #040711 0%, #081126 53%, #050817 100%) !important;
}

html .digits_login_form::before,
html .digits_login_form::after {
    position: fixed;
    z-index: 0;
    content: "";
    pointer-events: none;
}

html .digits_login_form::before {
    inset: 0;
    opacity: .3;
    background-image:
        linear-gradient(rgba(82, 167, 255, .1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(82, 167, 255, .1) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 75%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 75%, transparent);
}

html .digits_login_form::after {
    top: 8%;
    left: 50%;
    width: min(72vw, 360px);
    height: min(72vw, 360px);
    border: 1px solid rgba(55, 232, 242, .12);
    border-radius: 42%;
    box-shadow: 0 0 80px rgba(85, 119, 255, .12), inset 0 0 70px rgba(237, 67, 215, .08);
    transform: translateX(-50%) rotate(18deg);
}

html #dig-ucr-container.dig_lrf_box,
html #dig-ucr-container.dig_ma-box,
body.reevox-visual-pro .dig_lrf_box.dig_ma-box {
    background: transparent !important;
}

html #dig-ucr-container .dig-content,
html #dig-ucr-container .dig-modal-con {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: min(92vw, 470px) !important;
    max-width: 470px !important;
    min-height: 0 !important;
    margin: clamp(18px, 7vh, 72px) auto !important;
    padding: clamp(24px, 5vw, 42px) !important;
    border: 1px solid var(--rx-login-border) !important;
    border-radius: 28px !important;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .055), transparent 36%),
        var(--rx-login-panel) !important;
    box-shadow:
        0 28px 80px rgba(0, 0, 0, .52),
        0 0 0 1px rgba(154, 92, 255, .08),
        0 0 46px rgba(55, 232, 242, .08) !important;
    backdrop-filter: blur(22px) saturate(135%);
    -webkit-backdrop-filter: blur(22px) saturate(135%);
}

html #dig-ucr-container .dig-content::before {
    display: block;
    width: 100%;
    margin: 0 0 26px;
    content: "REEVOX\A ورود به دنیای گیمرها";
    color: #fff;
    font-family: inherit;
    font-size: 25px;
    font-weight: 950;
    line-height: 1.7;
    text-align: center;
    white-space: pre;
    letter-spacing: -.4px;
    text-shadow: 0 0 24px rgba(55, 232, 242, .22);
}

html #dig-ucr-container .dig-content::after {
    position: absolute;
    z-index: -1;
    top: -2px;
    right: 18%;
    left: 18%;
    height: 3px;
    content: "";
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--rx-login-cyan), var(--rx-login-violet), var(--rx-login-pink), transparent);
    box-shadow: 0 0 24px rgba(55, 232, 242, .5);
}

html #dig-ucr-container .digits_bx_cred_frm_container,
html #dig-ucr-container .digits_bx_cred_frm,
html #dig-ucr-container .dig_bx_cnt_mdl,
html #dig-ucr-container .dig-log-par {
    width: 100% !important;
    max-width: none !important;
    background: transparent !important;
}

html #dig-ucr-container .digits_bx_head {
    position: static !important;
    margin: 0 0 22px !important;
    text-align: center !important;
}

html #dig-ucr-container .dig-box-login-title,
html #dig-ucr-container .dig-box-register-title,
html #dig-ucr-container .dig-box-forgot-title {
    color: #f8fbff !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1.5 !important;
}

html #dig-ucr-container .dig-cont-close {
    position: absolute !important;
    z-index: 8;
    top: 17px !important;
    right: auto !important;
    left: 17px !important;
    display: grid !important;
    width: 38px !important;
    height: 38px !important;
    place-items: center;
    color: #ff7acb !important;
    border: 1px solid rgba(255, 93, 190, .23);
    border-radius: 12px;
    background: rgba(255, 64, 170, .07);
    font-size: 29px !important;
    line-height: 1 !important;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

html #dig-ucr-container .dig-cont-close:hover {
    background: rgba(255, 64, 170, .16);
    box-shadow: 0 0 24px rgba(237, 67, 215, .2);
    transform: rotate(6deg) scale(1.04);
}

html #dig-ucr-container label,
html #dig-ucr-container .dig_subtitle,
html #dig-ucr-container .dig_login_rembe,
html #dig-ucr-container .dig_opt_mult_con {
    color: #becbe2 !important;
    font-weight: 700 !important;
}

html #dig-ucr-container input:not([type="checkbox"]):not([type="radio"]),
html #dig-ucr-container .dig_input_wrapper,
html #dig-ucr-container .dig-mobmail,
html #dig-ucr-container .digits-input-wrapper {
    min-height: 58px !important;
    color: #f9fbff !important;
    border-color: rgba(106, 229, 255, .44) !important;
    border-radius: 15px !important;
    background: rgba(4, 10, 25, .82) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035) !important;
    font-size: 16px !important;
    font-weight: 700;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

html #dig-ucr-container input:not([type="checkbox"]):not([type="radio"]):focus {
    border-color: var(--rx-login-cyan) !important;
    background: rgba(6, 14, 32, .98) !important;
    box-shadow: 0 0 0 4px rgba(55, 232, 242, .1), 0 0 26px rgba(55, 232, 242, .08) !important;
    outline: 0 !important;
}

html #dig-ucr-container input::placeholder {
    color: #7f8da8 !important;
}

html #dig-ucr-container .dig_c_code,
html #dig-ucr-container .selected-flag,
html #dig-ucr-container .flag-container {
    color: #dce7fb !important;
    border-color: rgba(126, 159, 218, .16) !important;
    background: rgba(255, 255, 255, .025) !important;
}

html #dig-ucr-container input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    accent-color: var(--rx-login-violet);
}

html #dig-ucr-container button,
html #dig-ucr-container input[type="submit"],
html #dig-ucr-container .dig_login_btn,
html #dig-ucr-container .dig_reg_btn,
html #dig-ucr-container .dig_otp_btn,
html #dig-ucr-container .digits-form_button {
    min-height: 58px !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: 15px !important;
    background: linear-gradient(110deg, #286feb 0%, #7458f5 48%, #d93bd2 100%) !important;
    box-shadow: 0 15px 34px rgba(91, 72, 232, .34), inset 0 1px 0 rgba(255, 255, 255, .2) !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    letter-spacing: -.15px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .25);
    transition: transform .2s ease, filter .2s ease, box-shadow .2s ease !important;
}

html #dig-ucr-container button:hover,
html #dig-ucr-container input[type="submit"]:hover,
html #dig-ucr-container .dig_login_btn:hover,
html #dig-ucr-container .dig_reg_btn:hover,
html #dig-ucr-container .dig_otp_btn:hover {
    filter: brightness(1.1) saturate(1.08);
    box-shadow: 0 18px 42px rgba(91, 72, 232, .44), 0 0 25px rgba(55, 232, 242, .1) !important;
    transform: translateY(-2px);
}

html #dig-ucr-container a,
html #dig-ucr-container .dig_resendotp,
html #dig-ucr-container .dig_login_signup_bar span {
    color: #70eaf1 !important;
    font-weight: 800 !important;
}

html #dig-ucr-container .dig_login_signup_bar,
html #dig-ucr-container .digits-form_footer,
html #dig-ucr-container .dig_other_methods {
    margin-top: 24px !important;
    padding-top: 20px !important;
    color: #8998b3 !important;
    border-top: 1px solid rgba(126, 159, 218, .13) !important;
    text-align: center !important;
}

html #dig-ucr-container .dig_error_message,
html #dig-ucr-container .dig_success_message,
html #dig-ucr-container .digits-form_message {
    padding: 11px 13px !important;
    border: 1px solid rgba(255, 100, 156, .23) !important;
    border-radius: 12px !important;
    background: rgba(255, 69, 130, .08) !important;
}

@media (max-width: 600px) {
    html #dig-ucr-container .dig-content,
    html #dig-ucr-container .dig-modal-con {
        width: calc(100vw - 28px) !important;
        margin: 14px auto !important;
        padding: 27px 20px 24px !important;
        border-radius: 23px !important;
    }

    html #dig-ucr-container .dig-content::before {
        margin-bottom: 20px;
        font-size: 21px;
    }

    html #dig-ucr-container .dig-cont-close {
        top: 13px !important;
        left: 13px !important;
        width: 35px !important;
        height: 35px !important;
    }

    html #dig-ucr-container input:not([type="checkbox"]):not([type="radio"]),
    html #dig-ucr-container button,
    html #dig-ucr-container input[type="submit"],
    html #dig-ucr-container .dig_login_btn,
    html #dig-ucr-container .dig_reg_btn,
    html #dig-ucr-container .dig_otp_btn {
        min-height: 54px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html #dig-ucr-container *,
    html .digits_login_form::after {
        transition: none !important;
        transform: none !important;
        animation: none !important;
    }
}

/* --------------------------------------------------------------------------
 * v1.3 — Conversion polish, guided trust and premium gaming details
 * ----------------------------------------------------------------------- */

body.reevox-visual-pro {
    --rx-ice: #8af4ff;
    --rx-gold: #ffc857;
    --rx-success: #51e6a8;
    --rx-card-shadow: 0 18px 44px rgba(0, 0, 0, .3);
}

/* Compact confidence strip beneath the Woodmart header. */
body.reevox-visual-pro .reevox-service-bar {
    position: relative;
    z-index: 5;
    overflow: hidden;
    color: #dce8f8;
    border-bottom: 1px solid rgba(110, 225, 255, .14);
    background:
        radial-gradient(circle at 18% 0, rgba(45, 226, 230, .1), transparent 31%),
        radial-gradient(circle at 82% 100%, rgba(139, 92, 246, .12), transparent 34%),
        #070e1d;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}

body.reevox-visual-pro .reevox-service-bar::after {
    position: absolute;
    right: 15%;
    bottom: 0;
    left: 15%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(45, 226, 230, .72), rgba(139, 92, 246, .72), transparent);
    box-shadow: 0 0 16px rgba(45, 226, 230, .22);
}

body.reevox-visual-pro .reevox-service-bar-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 64px;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

body.reevox-visual-pro .reevox-service-bar-inner > span {
    display: grid;
    grid-template-columns: 34px 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 4px clamp(10px, 2vw, 28px);
    border-left: 1px solid rgba(128, 162, 224, .12);
}

body.reevox-visual-pro .reevox-service-bar-inner > span:last-child {
    border-left: 0;
}

body.reevox-visual-pro .reevox-service-bar i {
    display: inline-flex;
    grid-row: 1 / 3;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    color: #07111e;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--rx-ice), #7c82ff);
    box-shadow: 0 7px 18px rgba(45, 226, 230, .17);
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
}

body.reevox-visual-pro .reevox-service-bar b,
body.reevox-visual-pro .reevox-service-bar small {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body.reevox-visual-pro .reevox-service-bar b {
    color: #f5f8ff;
    font-size: 12px;
}

body.reevox-visual-pro .reevox-service-bar small {
    color: #8496b1;
    font-size: 10px;
}

/* Header gets a cleaner premium frame when sticky as well as at page top. */
body.reevox-visual-pro .whb-main-header,
body.reevox-visual-pro .whb-sticked .whb-general-header {
    box-shadow: 0 15px 40px rgba(0, 0, 0, .25) !important;
}

body.reevox-visual-pro .whb-general-header::after {
    position: absolute;
    z-index: 2;
    right: 7%;
    bottom: 0;
    left: 7%;
    height: 1px;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(45, 226, 230, .38), rgba(139, 92, 246, .42), transparent);
}

body.reevox-visual-pro .whb-general-header {
    position: relative;
}

/* Stronger hierarchy for Elementor/Woodmart section headings. */
body.reevox-visual-pro .main-page-wrapper .title-wrapper .woodmart-title-container,
body.reevox-visual-pro .main-page-wrapper .title-wrapper .title {
    position: relative;
    display: inline-block;
    color: #f7f9ff !important;
    letter-spacing: -.15px;
}

body.reevox-visual-pro .main-page-wrapper .title-wrapper .woodmart-title-container::after,
body.reevox-visual-pro .main-page-wrapper .title-wrapper .title::after {
    display: block;
    width: 44px;
    height: 3px;
    margin: 9px auto 0;
    content: "";
    border-radius: 999px;
    background: linear-gradient(90deg, var(--rx-cyan), var(--rx-violet), var(--rx-pink));
    box-shadow: 0 0 15px rgba(45, 226, 230, .26);
}

/* Homepage artwork reads as one curated gaming showcase. */
body.home.reevox-visual-pro .main-page-wrapper .elementor-widget-wd_image_or_svg,
body.home.reevox-visual-pro .main-page-wrapper .elementor-widget-image {
    isolation: isolate;
}

body.home.reevox-visual-pro .main-page-wrapper .elementor-widget-wd_image_or_svg .wd-image,
body.home.reevox-visual-pro .main-page-wrapper .elementor-widget-image .elementor-widget-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

body.home.reevox-visual-pro .main-page-wrapper .elementor-widget-wd_image_or_svg .wd-image::after,
body.home.reevox-visual-pro .main-page-wrapper .elementor-widget-image .elementor-widget-container::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: inherit;
    background: linear-gradient(125deg, rgba(255, 255, 255, .1), transparent 22%, transparent 74%, rgba(139, 92, 246, .08));
    box-shadow: inset 0 -35px 55px rgba(2, 6, 18, .11);
}

/* Product cards: clearer image, price and purchase action. */
body.reevox-visual-pro .wd-product .wd-product-wrapper {
    position: relative;
    isolation: isolate;
    border-color: rgba(131, 175, 255, .2);
    background:
        radial-gradient(circle at 100% 0, rgba(45, 226, 230, .07), transparent 28%),
        linear-gradient(155deg, rgba(18, 31, 58, .97), rgba(7, 13, 27, .98));
    box-shadow: var(--rx-card-shadow), inset 0 1px 0 rgba(255, 255, 255, .045);
}

body.reevox-visual-pro .wd-product .wd-product-wrapper::before {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 18%;
    left: 18%;
    height: 2px;
    content: "";
    pointer-events: none;
    opacity: .72;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--rx-cyan), var(--rx-violet), transparent);
    box-shadow: 0 0 13px rgba(45, 226, 230, .24);
}

body.reevox-visual-pro .wd-product .product-element-top::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    opacity: .46;
    background: linear-gradient(140deg, rgba(255, 255, 255, .12), transparent 22%, transparent 68%, rgba(5, 9, 21, .2));
    transition: opacity .24s ease;
}

body.reevox-visual-pro .wd-product .product-element-top {
    position: relative;
}

body.reevox-visual-pro .wd-product .product-image-link img {
    transition: transform .34s cubic-bezier(.2, .7, .25, 1), filter .25s ease;
}

body.reevox-visual-pro .wd-product .product-element-bottom {
    display: flex;
    min-height: 132px;
    flex-direction: column;
}

body.reevox-visual-pro .wd-product .wd-entities-title {
    min-height: 3.5em;
    margin-bottom: 8px;
    font-weight: 800;
    line-height: 1.75;
}

body.reevox-visual-pro .wd-product .price {
    display: inline-flex;
    width: fit-content;
    min-height: 32px;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: auto;
    padding: 5px 9px;
    border: 1px solid rgba(45, 226, 230, .13);
    border-radius: 9px;
    background: rgba(45, 226, 230, .055);
    font-weight: 900;
}

body.reevox-visual-pro .wd-product .wd-add-btn .button,
body.reevox-visual-pro .wd-product .wd-buy-now-btn {
    min-height: 42px;
    padding: 9px 13px !important;
    font-weight: 800;
    letter-spacing: -.1px;
}

body.reevox-visual-pro .wd-product .product-label {
    min-width: 43px;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

@media (hover: hover) and (pointer: fine) {
    body.reevox-visual-pro .wd-product:hover .product-image-link img {
        filter: saturate(1.06) contrast(1.02);
        transform: scale(1.045);
    }

    body.reevox-visual-pro .wd-product:hover .product-element-top::after {
        opacity: .22;
    }

    body.reevox-visual-pro .wd-product:hover .wd-product-wrapper {
        border-color: rgba(80, 224, 255, .48);
        box-shadow: 0 24px 56px rgba(0, 0, 0, .42), 0 0 30px rgba(83, 92, 246, .14);
        transform: translateY(-6px);
    }
}

/* Single product purchase area and compact reassurance chips. */
body.single-product.reevox-visual-pro .woocommerce-product-gallery {
    padding: 10px;
    border: 1px solid rgba(128, 162, 224, .14);
    background: linear-gradient(145deg, rgba(11, 22, 42, .92), rgba(5, 11, 23, .94));
    box-shadow: 0 15px 36px rgba(0, 0, 0, .22);
}

body.single-product.reevox-visual-pro .summary .product_title {
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 16px;
    font-weight: 900;
    line-height: 1.55;
}

body.single-product.reevox-visual-pro .summary .product_title::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 64px;
    height: 3px;
    content: "";
    border-radius: 999px;
    background: linear-gradient(90deg, var(--rx-cyan), var(--rx-violet));
    box-shadow: 0 0 13px rgba(45, 226, 230, .22);
}

body.single-product.reevox-visual-pro .single_add_to_cart_button,
body.single-product.reevox-visual-pro .wd-buy-now-btn {
    min-height: 52px;
    padding: 12px 21px !important;
    font-size: 14px;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

body.single-product.reevox-visual-pro .single_add_to_cart_button:hover,
body.single-product.reevox-visual-pro .wd-buy-now-btn:hover {
    filter: brightness(1.09) saturate(1.06);
    box-shadow: 0 14px 32px rgba(151, 63, 224, .4), 0 0 22px rgba(45, 226, 230, .09) !important;
    transform: translateY(-2px);
}

body.single-product.reevox-visual-pro .reevox-purchase-assurance {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 14px;
    padding-top: 13px;
    border-top: 1px solid rgba(128, 162, 224, .14);
}

body.single-product.reevox-visual-pro .reevox-purchase-assurance span {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 7px;
    color: #b8c7dc;
    border: 1px solid rgba(128, 162, 224, .13);
    border-radius: 10px;
    background: rgba(255, 255, 255, .025);
    font-size: 10px;
    line-height: 1.55;
    text-align: center;
}

body.single-product.reevox-visual-pro .reevox-purchase-assurance i {
    display: inline-flex;
    flex: 0 0 19px;
    width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    color: #07111d;
    border-radius: 50%;
    background: var(--rx-success);
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
}

/* Forms feel intentional and consistent across checkout/account pages. */
body.reevox-visual-pro .main-page-wrapper input:not([type="checkbox"]):not([type="radio"]):focus,
body.reevox-visual-pro .main-page-wrapper textarea:focus,
body.reevox-visual-pro .main-page-wrapper select:focus {
    border-color: rgba(45, 226, 230, .68) !important;
    box-shadow: 0 0 0 4px rgba(45, 226, 230, .09) !important;
    outline: 0 !important;
}

/* Footer finishes with a stronger branded, high-end frame. */
body.reevox-visual-pro .wd-prefooter,
body.reevox-visual-pro .footer-container {
    background-image:
        radial-gradient(circle at 12% 10%, rgba(45, 226, 230, .1), transparent 27%),
        radial-gradient(circle at 88% 22%, rgba(139, 92, 246, .13), transparent 29%),
        linear-gradient(180deg, #07101f, #03060d) !important;
}

body.reevox-visual-pro .wd-prefooter .widget-title::after,
body.reevox-visual-pro .footer-container .widget-title::after {
    display: block;
    width: 34px;
    height: 2px;
    margin-top: 8px;
    content: "";
    border-radius: 999px;
    background: linear-gradient(90deg, var(--rx-cyan), var(--rx-violet));
}

body.reevox-visual-pro .wd-prefooter a,
body.reevox-visual-pro .footer-container a {
    transition: color .18s ease, transform .18s ease;
}

body.reevox-visual-pro .wd-prefooter a:hover,
body.reevox-visual-pro .footer-container a:hover {
    color: var(--rx-ice) !important;
}

@media (max-width: 767px) {
    body.reevox-visual-pro .reevox-service-bar-inner {
        min-height: 56px;
        padding-right: 4px;
        padding-left: 4px;
    }

    body.reevox-visual-pro .reevox-service-bar-inner > span {
        grid-template-columns: 28px 1fr;
        column-gap: 6px;
        padding: 3px 7px;
    }

    body.reevox-visual-pro .reevox-service-bar i {
        width: 28px;
        height: 28px;
        border-radius: 9px;
        font-size: 11px;
    }

    body.reevox-visual-pro .reevox-service-bar b {
        font-size: 10px;
    }

    body.reevox-visual-pro .reevox-service-bar small {
        font-size: 8px;
    }

    body.home.reevox-visual-pro .main-page-wrapper .elementor-widget-wd_image_or_svg .wd-image,
    body.home.reevox-visual-pro .main-page-wrapper .elementor-widget-image .elementor-widget-container {
        border-radius: 15px;
    }

    body.reevox-visual-pro .wd-product .product-element-bottom {
        min-height: 118px;
    }

    body.reevox-visual-pro .wd-product .wd-entities-title {
        min-height: 3.35em;
        margin-bottom: 6px;
    }

    body.reevox-visual-pro .wd-product .price {
        min-height: 29px;
        padding: 4px 6px;
        border-radius: 8px;
        font-size: 11px;
    }

    body.single-product.reevox-visual-pro .woocommerce-product-gallery {
        padding: 7px;
    }

    body.single-product.reevox-visual-pro .single_add_to_cart_button,
    body.single-product.reevox-visual-pro .wd-buy-now-btn {
        min-height: 50px;
    }

    body.single-product.reevox-visual-pro .reevox-purchase-assurance {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    body.single-product.reevox-visual-pro .reevox-purchase-assurance span {
        min-height: 37px;
        justify-content: flex-start;
        padding: 7px 10px;
        text-align: right;
    }

    body.reevox-visual-pro .wd-prefooter .widget-title::after,
    body.reevox-visual-pro .footer-container .widget-title::after {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 390px) {
    body.reevox-visual-pro .reevox-service-bar small {
        display: none;
    }

    body.reevox-visual-pro .reevox-service-bar-inner {
        min-height: 48px;
    }

    body.reevox-visual-pro .reevox-service-bar-inner > span {
        display: flex;
        gap: 5px;
        justify-content: center;
        padding: 3px 5px;
    }

    body.reevox-visual-pro .reevox-service-bar i {
        width: 23px;
        height: 23px;
        flex: 0 0 23px;
        border-radius: 7px;
        font-size: 9px;
    }

    body.reevox-visual-pro .reevox-service-bar b {
        font-size: 9px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.reevox-visual-pro .wd-product .product-image-link img,
    body.reevox-visual-pro .wd-product .wd-product-wrapper,
    body.single-product.reevox-visual-pro .single_add_to_cart_button,
    body.single-product.reevox-visual-pro .wd-buy-now-btn {
        transition: none !important;
        transform: none !important;
    }
}
