


:root {
    --vip-ink:          #16181c;
    --vip-muted:        #6b7280;
    --vip-border:       #e5e7eb;
    --vip-surface:      #f7f7f8;

    --vip-font-display: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
    --vip-font-body:    'Jost', -apple-system, BlinkMacSystemFont, sans-serif;

    
    --vip-shadow-sm:  0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.04);
    --vip-shadow-md:  0 4px 12px rgba(0,0,0,0.10), 0 2px 4px rgba(0,0,0,0.06);
    --vip-shadow-lg:  0 12px 28px rgba(0,0,0,0.12), 0 4px 8px rgba(0,0,0,0.06);

    
    --vip-radius-sm:  6px;
    --vip-radius-md:  10px;
    --vip-radius-lg:  14px;
    --vip-radius-pill: 999px;
}




html {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    font-family: var(--vip-font-body);
    color: var(--vip-ink);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    max-width: 100%;
}


body {
    animation: vip-page-in 0.4s ease both;
}
@keyframes vip-page-in {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}


::selection {
    background: var(--vip-ink);
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--vip-font-display);
    letter-spacing: -0.01em;
    color: var(--vip-ink);
}

a {
    transition: color 0.18s ease, opacity 0.18s ease;
}


*:focus {
    outline: none;
}
*:focus-visible {
    outline: 2px solid var(--vip-ink);
    outline-offset: 3px;
    border-radius: 3px;
}



#masthead,
.main-header-bar {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
}


.custom-logo-link img {
    max-height: 48px;
    width: auto;
    display: block;
}


.site-branding .site-title,
.ast-site-identity .site-title,
.site-title a {
    font-family: var(--vip-font-display) !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
    color: var(--vip-ink) !important;
    text-decoration: none;
}
.site-branding,
.ast-site-identity {
    margin: 0 !important;
}


.main-header-bar-navigation a {
    font-family: var(--vip-font-body);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--vip-ink) !important;
    padding: 9px 16px !important;
    border-radius: var(--vip-radius-pill);
    transition: color 0.18s ease, background 0.18s ease, opacity 0.18s ease;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
}

.main-header-bar-navigation a:hover {
    opacity: 0.65;
}


.main-header-bar-navigation li.current-menu-item > a {
    opacity: 1;
    font-weight: 700;
}



.nav-home > a::before,
.nav-cards > a::before,
.nav-shop > a::before,
.nav-cart > a::before,
.nav-checkout > a::before,
.menu-item-vip > a::before,
.nav-vip > a::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7;
    transition: opacity 0.18s ease;
}

.main-header-bar-navigation a:hover::before,
.main-header-bar-navigation li.current-menu-item > a::before {
    opacity: 1;
}


.nav-home > a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316181c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E");
}


.nav-cards > a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316181c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='9' height='9' rx='1'/%3E%3Crect x='13' y='2' width='9' height='9' rx='1'/%3E%3Crect x='2' y='13' width='9' height='9' rx='1'/%3E%3Crect x='13' y='13' width='9' height='9' rx='1'/%3E%3C/svg%3E");
}


.nav-shop > a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316181c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E");
}


.nav-cart > a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316181c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2L3 6v14a2 2 0 002 2h14a2 2 0 002-2V6l-3-4z'/%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cpath d='M16 10a4 4 0 01-8 0'/%3E%3C/svg%3E");
}


.nav-checkout > a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316181c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='4' width='22' height='16' rx='2' ry='2'/%3E%3Cline x1='1' y1='10' x2='23' y2='10'/%3E%3C/svg%3E");
}


.menu-item-vip > a::before,
.nav-vip > a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316181c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 2 9 12 22 22 9'/%3E%3C/svg%3E");
}


.menu-item-vip > a .vip-nav-icon { display: none; }



button,
.wp-block-button__link,
input[type="submit"],
a.button {
    font-family: var(--vip-font-body);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease !important;
}

button:hover:not([disabled]),
.wp-block-button__link:hover,
input[type="submit"]:hover:not([disabled]),
a.button:hover {
    transform: translateY(-2px);
    box-shadow: var(--vip-shadow-md);
}

button:active,
.wp-block-button__link:active,
input[type="submit"]:active,
a.button:active {
    transform: translateY(0) !important;
    box-shadow: none !important;
}



.vip-card-grid,
.vip-live-search-grid,
.elementor-widget-container .vip-card-grid,
.elementor-widget-container .vip-live-search-grid,
.entry-content .vip-card-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    column-count: unset !important;
    columns: unset !important;
    float: none !important;
    gap: 22px !important;
    align-items: start !important;
    width: 100% !important;
    box-sizing: border-box !important;
}


.vip-card-grid > *,
.vip-live-search-grid > *,
.elementor-widget-container .vip-card-grid > *,
.elementor-widget-container .vip-live-search-grid > * {
    float: none !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
}

@media (max-width: 800px) {
    .vip-card-grid,
    .vip-live-search-grid,
    .elementor-widget-container .vip-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 480px) {
    .vip-card-grid,
    .vip-live-search-grid,
    .elementor-widget-container .vip-card-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
}



.vip-card,
ul.products li.product {
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.vip-card:hover,
ul.products li.product:hover {
    transform: translateY(-5px) scale(1.015);
    box-shadow: var(--vip-shadow-lg);
}




.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    background: var(--vip-ink) !important;
    color: #fff !important;
    border-radius: var(--vip-radius-sm) !important;
    font-family: var(--vip-font-body) !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    border: none !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background: #000 !important;
    color: #fff !important;
}


.woocommerce .input-text,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="password"],
.woocommerce textarea {
    border-color: var(--vip-border) !important;
    border-radius: var(--vip-radius-sm) !important;
    font-family: var(--vip-font-body) !important;
    color: var(--vip-ink) !important;
    transition: border-color 0.18s ease, box-shadow 0.18s ease !important;
}

.woocommerce .input-text:focus,
.woocommerce input[type="text"]:focus,
.woocommerce input[type="email"]:focus,
.woocommerce input[type="password"]:focus,
.woocommerce textarea:focus {
    border-color: var(--vip-ink) !important;
    box-shadow: 0 0 0 3px rgba(22, 24, 28, 0.08) !important;
    outline: none !important;
}



.vip-footer {
    padding: 36px 20px;
    text-align: center;
    border-top: 1px solid var(--vip-border);
    background: #fff;
}

.vip-footer-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 28px;
    padding: 0;
    margin: 0 0 16px;
}

.vip-footer-links a {
    color: var(--vip-muted);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: color 0.18s ease;
}

.vip-footer-links a:hover {
    color: var(--vip-ink);
}



.vip-reveal {
    opacity: 1;
    transform: none;
}

.vip-reveal.vip-reveal--pending {
    opacity: 0;
    transform: translateY(16px);
}

.vip-reveal.vip-reveal--in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

@media (prefers-reduced-motion: reduce) {
    body {
        animation: none;
    }
    .vip-reveal.vip-reveal--pending {
        opacity: 1;
        transform: none;
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}





.woocommerce-ordering select,
.woocommerce-ordering .orderby {
    padding: 9px 14px;
    border: 1px solid var(--vip-border) !important;
    border-radius: 999px !important;
    font-family: var(--vip-font-body) !important;
    font-size: 14px !important;
    font-weight: 500;
    color: var(--vip-ink) !important;
    background: #fff !important;
    cursor: pointer;
    transition: border-color 0.18s ease;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 16px !important;
}

.woocommerce-ordering select:focus {
    outline: none !important;
    border-color: var(--vip-ink) !important;
    box-shadow: 0 0 0 3px rgba(22,24,28,0.08) !important;
}


.widget_layered_nav,
.widget_layered_nav_filters,
.widget_product_categories,
.widget_price_filter,
.woocommerce-widget-layered-nav {
    margin-bottom: 24px !important;
}


.widget_layered_nav .widget-title,
.widget_product_categories .widget-title,
.widget_price_filter .widget-title,
.woocommerce-widget-layered-nav .widget-title,
.widget-title {
    font-family: var(--vip-font-display) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: var(--vip-muted) !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid var(--vip-border) !important;
    margin-bottom: 12px !important;
}


.widget_layered_nav ul li,
.widget_product_categories ul li,
.woocommerce-widget-layered-nav ul li {
    padding: 5px 0;
    border: none !important;
    font-size: 14px;
}

.widget_layered_nav ul li a,
.widget_product_categories ul li a,
.woocommerce-widget-layered-nav ul li a {
    color: var(--vip-ink) !important;
    text-decoration: none !important;
    font-weight: 500;
    transition: opacity 0.15s ease;
}

.widget_layered_nav ul li a:hover,
.widget_product_categories ul li a:hover,
.woocommerce-widget-layered-nav ul li a:hover {
    opacity: 0.6;
}


.widget_layered_nav ul li.chosen a,
.widget_layered_nav_filters ul li a {
    font-weight: 700 !important;
    text-decoration: underline !important;
}


.widget_layered_nav ul li .count,
.widget_product_categories ul li .count {
    color: var(--vip-muted);
    font-size: 12px;
    margin-left: 4px;
}


.price_slider_wrapper .ui-slider-range {
    background: var(--vip-ink) !important;
}

.price_slider_wrapper .ui-slider-handle {
    background: var(--vip-ink) !important;
    border-color: var(--vip-ink) !important;
}

.woocommerce .price_slider_amount .button {
    background: var(--vip-ink) !important;
    color: #fff !important;
    border-radius: var(--vip-radius-sm) !important;
    font-family: var(--vip-font-body) !important;
    font-weight: 700 !important;
    border: none !important;
}



.woocommerce div.product .woocommerce-product-gallery {
    border-radius: 12px;
    overflow: hidden;
}

.woocommerce div.product .summary {
    padding-left: 28px;
}

.woocommerce div.product .product_title {
    font-size: 26px !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
    color: var(--vip-ink) !important;
    margin-bottom: 10px !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: var(--vip-ink) !important;
    letter-spacing: -0.02em;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    color: var(--vip-muted) !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-left: 8px;
}

.woocommerce div.product .woocommerce-product-details__short-description {
    color: var(--vip-muted) !important;
    font-size: 15px !important;
    line-height: 1.65;
    margin-bottom: 20px;
}


.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
}

.woocommerce div.product form.cart .qty {
    border: 1px solid var(--vip-border) !important;
    border-radius: 8px !important;
    padding: 11px 14px !important;
    font-family: var(--vip-font-body) !important;
    font-size: 15px !important;
    width: 68px !important;
    text-align: center;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
    flex: 1;
    padding: 13px 24px !important;
    font-size: 15px !important;
    border-radius: 9px !important;
    background: var(--vip-ink) !important;
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    border: none !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover {
    background: #000 !important;
}




.vip-pagination .vip-pagination__btn,
a.vip-pagination__btn {
    display: inline-flex !important;
    align-items: center !important;
    padding: 9px 20px !important;
    margin: 0 !important;
    line-height: 1 !important;
    height: auto !important;
    min-height: auto !important;
    min-width: auto !important;
    background: #e8eaf0 !important;
    color: #3d4050 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: inherit !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    vertical-align: baseline !important;
}

.vip-pagination .vip-pagination__btn:hover,
a.vip-pagination__btn:hover {
    background: #d0d2db !important;
    color: #16181c !important;
    text-decoration: none !important;
}




.single-vip_collection .entry-meta,
.single-vip_collection .posted-on,
.single-vip_collection .byline,
.single-vip_collection .ast-post-meta-wrap,
.single-vip_collection .entry-footer {
    display: none !important;
}


.single-vip_collection .post-thumbnail {
    margin-bottom: 24px;
}
.single-vip_collection .post-thumbnail img {
    width: 100%;
    max-width: 560px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    display: block;
}


.vip-unlock-box__icon,
.vip-membership-box__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--vip-surface);
    margin: 0 auto 12px;
    color: var(--vip-ink);
}

.vip-unlock-box__icon svg,
.vip-membership-box__icon svg {
    display: block;
}




.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    margin: 0 !important;
}
@media (max-width: 780px) {
    .woocommerce ul.products { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 480px) {
    .woocommerce ul.products { grid-template-columns: 1fr !important; }
}


.woocommerce ul.products li.product {
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 28px rgba(0,0,0,0.10) !important;
    border-color: #d1d5db !important;
}


.woocommerce ul.products li.product a img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    border-radius: 0 !important;
    margin: 0 !important;
    transition: transform 0.35s ease !important;
}

.woocommerce ul.products li.product:hover a img {
    transform: scale(1.04) !important;
}


.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #16181c !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    padding: 12px 14px 4px !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}


.woocommerce ul.products li.product .price {
    display: block !important;
    padding: 2px 14px 6px !important;
    color: #16181c !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.woocommerce ul.products li.product .price del {
    color: #9ca3af !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-left: 4px !important;
}


.woocommerce ul.products li.product .star-rating {
    margin: 0 14px 8px !important;
    float: none !important;
}


.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button {
    display: block !important;
    width: calc(100% - 28px) !important;
    margin: 0 14px 14px !important;
    background: #16181c !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    padding: 10px 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    transition: background 0.18s ease !important;
    min-height: auto !important;
    height: auto !important;
    line-height: 1 !important;
    box-shadow: none !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover {
    background: #000 !important;
    color: #fff !important;
    transform: none !important;
}



.woocommerce ul.products {
    grid-template-columns: repeat(auto-fill, minmax(200px, 280px)) !important;
    justify-content: center !important;
}

@media (max-width: 600px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        justify-content: stretch !important;
    }
}


.woocommerce ul.products li.product .product-category,
.woocommerce ul.products li.product .woocommerce-product-category,
.woocommerce ul.products li.product .ast-woo-product-category,
.woocommerce ul.products li.product .posted_in {
    display: none !important;
}


.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale,
.vipc-shop-main ul.products li.product .onsale {
    background: linear-gradient(135deg, #7c3aed, #5b3ce8) !important;
    color: #fff !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 5px 11px !important;
    min-height: auto !important;
    min-width: auto !important;
    top: 12px !important;
    left: 12px !important;
    right: auto !important;
    line-height: 1.4 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    border: none !important;
}




.woocommerce-account .woocommerce,
.woocommerce-account .woocommerce-account-wrapper,
.woocommerce-account .woocommerce > form:only-child {
    
}

.woocommerce-account .woocommerce {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 36px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 0 0 200px !important;
    width: 200px !important;
    min-width: 160px !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1 1 280px !important;
    min-width: 0 !important;
}

@media (max-width: 700px) {
    .woocommerce-account .woocommerce {
        flex-direction: column !important;
        gap: 20px !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        flex: 0 0 auto !important;
        width: 100% !important;
    }
}


.woocommerce-MyAccount-navigation {
    background: #f0eeff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px !important;
    padding: 8px !important;
    overflow: hidden !important;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1px !important;
}


.woocommerce-MyAccount-navigation ul li {
    border: none !important;
    border-bottom: none !important;
    border-top: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}


.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--logout {
    margin-top: 6px !important;
    padding-top: 6px !important;
    border-top: 1px solid #e5e7eb !important;
}

.woocommerce-MyAccount-navigation ul li a {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color: #16181c !important;
    text-decoration: none !important;
    transition: background 0.15s ease, color 0.15s ease !important;
    min-height: auto !important;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: #ebebed !important;
    opacity: 1 !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--active a {
    background: #16181c !important;
    color: #fff !important;
    font-weight: 600 !important;
}


.woocommerce-MyAccount-content {
    padding: 0 !important;
}

.woocommerce-MyAccount-content p:first-child {
    color: #6b7280;
    font-size: 14.5px;
    line-height: 1.65;
}

.woocommerce-MyAccount-content a {
    color: #16181c !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
}


.woocommerce-account .entry-header h1,
.woocommerce-account .page-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
    margin-bottom: 28px !important;
    color: #16181c !important;
}




.payment_method_nowpayments img,
.payment_method_nowpayments-gateway img,
.wc_payment_method img[src*="nowpayments"],
#payment .payment_methods img[src*="nowpayments"],
#payment .payment_methods img[src*="now-pay"],
#payment .payment_methods img[alt*="NOW"],
#payment .payment_methods img[alt*="Crypto"] {
    display: none !important;
}


.payment_method_nowpayments iframe,
.payment_method_nowpayments-gateway iframe {
    display: none !important;
}


#payment .payment_methods .payment_method_nowpayments label,
#payment .payment_methods .payment_method_nowpayments-gateway label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #16181c !important;
    cursor: pointer !important;
}


#order_review,
.woocommerce-checkout-review-order {
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px !important;
    padding: 28px !important;
}

#order_review table,
.woocommerce-checkout-review-order table {
    border-collapse: collapse !important;
    width: 100% !important;
}

#order_review table th,
#order_review table td {
    padding: 10px 0 !important;
    border-bottom: 1px solid #f3f4f6 !important;
    font-size: 14px !important;
}


#place_order {
    border-radius: 999px !important;
    font-size: 15px !important;
    padding: 14px 0 !important;
    letter-spacing: 0.03em !important;
}



@media (max-width: 767px) {
    .vip-card-grid,
    .vip-live-search-grid,
    .elementor-widget-container .vip-card-grid,
    .elementor-widget-container .vip-live-search-grid,
    .entry-content .vip-card-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
}




.vip-pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 32px 16px !important;
    flex-wrap: wrap !important;
}


.vip-pagination .vip-pagination__btn,
a.vip-pagination__btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #1a2035 !important;
    color: #94a3b8 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 0 !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    min-width: auto !important;
    min-height: auto !important;
    line-height: 1 !important;
    transition: background 0.18s ease, color 0.18s ease !important;
}

.vip-pagination .vip-pagination__btn:hover,
a.vip-pagination__btn:hover {
    background: #2a3550 !important;
    color: #e2e8f0 !important;
    text-decoration: none !important;
}

.vip-pagination .vip-pagination__btn.active,
.vip-pagination .vip-pagination__btn[aria-current="page"],
.vip-pagination .vip-pagination__btn--active,
.vip-pagination .vip-pagination__btn.current {
    background: #fff !important;
    color: #111 !important;
    box-shadow: 0 0 0 2.5px #555 !important;
}


.vip-pagination .vip-pagination__prev,
.vip-pagination .vip-pagination__next,
a.vip-pagination__prev,
a.vip-pagination__next {
    background: transparent !important;
    color: #1a2035 !important;
    font-size: 20px !important;
    width: 36px !important;
    height: 36px !important;
}


.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    list-style: none !important;
    padding: 32px 0 !important;
    margin: 0 !important;
    flex-wrap: wrap !important;
}

.woocommerce-pagination ul li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    float: none !important;
}

.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #1a2035 !important;
    color: #94a3b8 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: background 0.18s, color 0.18s !important;
    min-height: auto !important;
    min-width: auto !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.woocommerce-pagination ul li span.current {
    background: #fff !important;
    color: #111 !important;
    box-shadow: 0 0 0 2.5px #555 !important;
}

.woocommerce-pagination ul li a:hover {
    background: #2a3550 !important;
    color: #e2e8f0 !important;
}



#vip-bottom-nav {
    display: none;
}

@media (max-width: 900px) {
    #vip-bottom-nav {
        display: flex;
        position: fixed;
        bottom: 16px;
        left: 14px;
        right: 14px;
        align-items: center;
        justify-content: space-around;
        background: #ffffff;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-radius: 28px;
        padding: 8px 6px;
        gap: 2px;
        z-index: 9997;
        box-shadow:
            0 4px 24px rgba(91,60,232,0.12),
            0 2px 8px rgba(0,0,0,0.07);
        border: 1px solid rgba(91,60,232,0.10);
        white-space: nowrap;
        transform: translateY(0);
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                    opacity 0.35s ease;
        will-change: transform;
    }

    #vip-bottom-nav.vip-dock--hidden {
        transform: translateY(calc(100% + 24px));
        opacity: 0;
        pointer-events: none;
    }

    body {
        padding-bottom: 96px;
    }
}

.vip-bnav__item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    padding: 9px 0 !important;
    border-radius: 20px !important;
    color: #9ca3af !important;
    text-decoration: none !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    font-family: var(--vip-font-body) !important;
    letter-spacing: 0.03em !important;
    transition: color 0.2s ease, background 0.2s ease, transform 0.15s ease !important;
    min-height: auto !important;
    min-width: auto !important;
    line-height: 1 !important;
    flex: 1 !important;
    position: relative !important;
}


.vip-bnav__item svg {
    display: block;
    width: 22px;
    height: 22px;
    stroke-width: 1.7;
    transition: transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.vip-bnav__item:active svg {
    transform: scale(0.82);
}

.vip-bnav__item:hover {
    color: #5b3ce8 !important;
    opacity: 1 !important;
}


.vip-bnav__item.vip-bnav--active {
    color: #5b3ce8 !important;
}

.vip-bnav__item.vip-bnav--active svg {
    filter: none;
    color: #5b3ce8 !important;
    stroke: #5b3ce8 !important;
}


.vip-bnav__item.vip-bnav--active::after {
    content: '' !important;
    position: absolute !important;
    bottom: 2px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 4px !important;
    height: 4px !important;
    border-radius: 50% !important;
    background: #5b3ce8 !important;
    opacity: 1 !important;
}

.vip-bnav__cart-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vip-bnav__cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #7c3aed;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    min-width: 16px;
    height: 16px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    box-sizing: border-box;
    border: 2px solid #fff;
}




.vip-pagination .vip-pagination__btn,
a.vip-pagination__btn {
    width: auto !important;
    height: auto !important;
    border-radius: 999px !important;
    background: #f3f4f6 !important;
    color: #16181c !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    box-shadow: none !important;
}

.vip-pagination .vip-pagination__btn:hover,
a.vip-pagination__btn:hover {
    background: #e5e7eb !important;
    color: #16181c !important;
}

.vip-pagination {
    align-items: center !important;
    gap: 12px !important;
}

.vip-pagination__info {
    font-size: 14px !important;
    color: #6b7280 !important;
    font-weight: 500 !important;
}



.vip-benefits-section {
    background: #f0eeff !important;
    border: none !important;
    border-radius: 0 !important;
}

.vip-benefits-bg-svg {
    opacity: 0.04 !important;
    filter: invert(1) !important;
}

.vip-benefits-label {
    color: #6b7280 !important;
}

.vip-benefits-title {
    color: #16181c !important;
}

.vip-benefits-list li {
    color: #4b5563 !important;
}

.vip-benefits-check path {
    stroke: #16181c !important;
}

.vip-benefits-card {
    background: #ffffff !important;
    border-color: #e5e7eb !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
}

.vip-benefits-card__gem {
    color: #16181c !important;
}

.vip-benefits-card__price-now {
    color: #16181c !important;
}

.vip-benefits-card__price-old {
    color: #9ca3af !important;
}

.vip-benefits-card__btn {
    background: #16181c !important;
    color: #fff !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.18) !important;
}

.vip-benefits-card__btn:hover {
    background: #000 !important;
    color: #fff !important;
    box-shadow: 0 8px 28px rgba(0,0,0,0.24) !important;
}

.vip-benefits-card__btn-arrow {
    background: rgba(255,255,255,0.18) !important;
}

.vip-benefits-card__social {
    color: #9ca3af !important;
}

.vip-benefits-card__social svg path {
    stroke: #9ca3af !important;
}



.vipc-wrap {
    background: #f0eeff !important;
    border: none !important;
    border-radius: 0 !important;
}

.vipc-heading {
    color: #16181c !important;
}

.vipc-browse {
    color: #16181c !important;
}

.vipc-browse:hover {
    color: #000 !important;
    opacity: 0.65 !important;
}

.vipc-card__img-wrap {
    background: #e5e7eb !important;
}

.vipc-card__no-img {
    background: linear-gradient(135deg, #eaecef 0%, #d1d5db 100%) !important;
}

.vipc-card__title {
    color: #6b7280 !important;
}

.vipc-card__price {
    color: #16181c !important;
}

.vipc-card__price del,
.vipc-card__price .woocommerce-Price-amount:not(:last-child) {
    color: #9ca3af !important;
}

.vipc-arrow {
    background: rgba(0,0,0,0.05) !important;
    border-color: #e5e7eb !important;
    color: #16181c !important;
}

.vipc-arrow:hover {
    background: rgba(0,0,0,0.10) !important;
}

.vipc-dot {
    background: #d1d5db !important;
}

.vipc-dot.is-active {
    background: #16181c !important;
    transform: scale(1.3) !important;
}



.ast-mobile-popup-inner .nav-home > a::before,
.ast-mobile-popup-inner .nav-cards > a::before,
.ast-mobile-popup-inner .nav-shop > a::before,
.ast-mobile-popup-inner .nav-cart > a::before,
.ast-mobile-popup-inner .nav-checkout > a::before,
.ast-mobile-popup-inner .menu-item-vip > a::before,
.ast-mobile-popup-inner .nav-vip > a::before,
.ast-primary-mobile-nav .nav-home > a::before,
.ast-primary-mobile-nav .nav-cards > a::before,
.ast-primary-mobile-nav .nav-shop > a::before,
.ast-primary-mobile-nav .nav-cart > a::before,
.ast-primary-mobile-nav .nav-checkout > a::before,
.ast-primary-mobile-nav .menu-item-vip > a::before,
.ast-primary-mobile-nav .nav-vip > a::before {
    display: none !important;
    content: none !important;
    background-image: none !important;
}



.vipc-arrow {
    background: #f0f1f4 !important;
    border: 1px solid #d1d5db !important;
    color: #16181c !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08) !important;
    width: 38px !important;
    height: 38px !important;
}

.vipc-arrow:hover {
    background: #e2e4e9 !important;
    color: #000 !important;
}

.vipc-arrow svg {
    stroke: currentColor !important;
}


.ast-plain-container .entry-content,
.ast-page-builder-template .entry-content,
.entry-content {
    padding-top: 0 !important;
}
.ast-article-post .entry-header,
.ast-single-post .entry-header,
.entry-header.ast-no-thumbnail {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#primary > .ast-container,
.ast-article-single .entry-header {
    padding-top: 0 !important;
}



@media (max-width: 900px) {

    
    .main-header-bar {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        min-height: 64px !important;
    }

    
    .main-header-bar .ast-container,
    .main-header-bar .ast-flex,
    .main-header-bar-navigation,
    .ast-mobile-header-wrap,
    .ast-flex.main-header-bar-navigation {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        height: 64px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    
    .ast-mobile-nav-wrap {
        position: absolute !important;
        left: 16px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 10 !important;
    }

    
    .site-branding,
    .ast-site-identity {
        margin: 0 !important;
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
    }

    .custom-logo-link {
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
    }

    
    .custom-logo-link img,
    .site-branding img {
        max-height: 44px !important;
        width: auto !important;
        display: block !important;
    }

    
    .ast-mobile-nav-wrap .menu-toggle,
    button.ast-mobile-menu-trigger-minimal,
    button.ast-mobile-menu-trigger {
        background: #ffffff !important;
        border-radius: 50% !important;
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: 1.5px solid #e5e7eb !important;
        outline: none !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
        padding: 0 !important;
        margin: 0 !important;
        cursor: pointer !important;
        position: relative !important;
        transition: background 0.18s ease, border-color 0.18s ease !important;
    }

    .ast-mobile-nav-wrap .menu-toggle:hover,
    button.ast-mobile-menu-trigger-minimal:hover,
    button.ast-mobile-menu-trigger:hover {
        background: #f5f3ff !important;
        border-color: #5b3ce8 !important;
    }

    
    button.ast-mobile-menu-trigger > *,
    button.ast-mobile-menu-trigger-minimal > *,
    .ast-mobile-nav-wrap .menu-toggle > * {
        display: none !important;
        visibility: hidden !important;
    }

    
    button.ast-mobile-menu-trigger::before,
    button.ast-mobile-menu-trigger-minimal::before,
    .ast-mobile-nav-wrap .menu-toggle::before {
        content: '' !important;
        display: block !important;
        width: 18px !important;
        height: 2px !important;
        background: #111827 !important;
        border-radius: 2px !important;
        box-shadow: 0 6px 0 #111827, 0 12px 0 #111827 !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -7px) !important;
    }

    
    .ast-page-header-wrap,
    .ast-breadcrumbs-wrapper,
    .page-header.ast-page-header {
        display: none !important;
    }
}




.ast-mobile-popup-wrapper,
.ast-popup-drawer,
.ast-builder-popup-1,
.ast-mobile-popup-drawer {
    background: #ffffff !important;
}


.ast-mobile-popup-inner .main-navigation li a,
.ast-primary-mobile-nav li a {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 14px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    border-bottom: none !important;
    min-height: auto !important;
    line-height: 1.3 !important;
    transition: background 0.15s ease, color 0.15s ease !important;
}

.ast-mobile-popup-inner .main-navigation li a:hover,
.ast-primary-mobile-nav li a:hover {
    background: #f5f3ff !important;
    color: #5b3ce8 !important;
    opacity: 1 !important;
}

.ast-mobile-popup-inner .main-navigation li.current-menu-item > a {
    background: #f0ecff !important;
    color: #5b3ce8 !important;
    font-weight: 700 !important;
}


.vip-mob-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    color: #6b7280;
}

.vip-mob-icon svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.75;
}

.ast-mobile-popup-inner .main-navigation li.current-menu-item > a .vip-mob-icon,
.ast-mobile-popup-inner .main-navigation li a:hover .vip-mob-icon {
    color: #5b3ce8 !important;
}


.vip-mob-section-label {
    display: block;
    padding: 22px 24px 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9ca3af;
    pointer-events: none;
    user-select: none;
}


.vip-mob-divider {
    display: block;
    height: 1px;
    background: #f0f1f3;
    margin: 10px 24px;
}





.woocommerce-checkout #page,
.woocommerce-checkout .site-content,
.woocommerce-checkout .entry-content,
.woocommerce-checkout #primary {
    background: #ffffff !important;
}


.woocommerce-checkout form.checkout {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
    max-width: 1100px !important;
    margin: 40px auto !important;
    padding: 0 20px !important;
    align-items: start !important;
}
@media (max-width: 768px) {
    .woocommerce-checkout form.checkout {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        margin: 20px auto !important;
    }
}


.woocommerce-checkout h3,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading {
    font-family: var(--vip-font-display) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: #9ca3af !important;
    margin-bottom: 22px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #e5e7eb !important;
}


.woocommerce-checkout .form-row label {
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: #6b7280 !important;
    margin-bottom: 6px !important;
    display: block !important;
}
.woocommerce-checkout .form-row label .optional,
.woocommerce-checkout .form-row label .required {
    color: #d1d5db !important;
}


.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1.5px solid #e5e7eb !important;
    border-radius: 0 !important;
    color: #111827 !important;
    font-family: var(--vip-font-body) !important;
    font-size: 15px !important;
    padding: 10px 0 8px !important;
    width: 100% !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease !important;
    -webkit-appearance: none !important;
}
.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
    border-bottom-color: #5b3ce8 !important;
    box-shadow: 0 1px 0 #5b3ce8 !important;
    outline: none !important;
}


.woocommerce-checkout .form-row input.input-text:-webkit-autofill,
.woocommerce-checkout .form-row input.input-text:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: #111827 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}


.woocommerce-checkout .select2-container .select2-selection--single {
    background: transparent !important;
    border: none !important;
    border-bottom: 1.5px solid #e5e7eb !important;
    border-radius: 0 !important;
    height: auto !important;
    padding: 10px 28px 8px 0 !important;
}
.woocommerce-checkout .select2-selection__rendered {
    color: #111827 !important;
    font-family: var(--vip-font-body) !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    padding: 0 !important;
}
.woocommerce-checkout .select2-selection__arrow { top: 8px !important; right: 0 !important; }
.woocommerce-checkout .select2-selection__arrow b {
    border-color: #9ca3af transparent transparent transparent !important;
}
.woocommerce-checkout .select2-container--open .select2-selection__arrow b {
    border-color: transparent transparent #9ca3af transparent !important;
}
.select2-dropdown {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12) !important;
    overflow: hidden !important;
}
.select2-results__option {
    color: #374151 !important;
    font-family: var(--vip-font-body) !important;
    font-size: 14px !important;
    padding: 10px 14px !important;
}
.select2-results__option--highlighted {
    background: #f5f3ff !important;
    color: #5b3ce8 !important;
}
.select2-results__option--selected {
    background: #ede9fe !important;
    color: #5b3ce8 !important;
}


#order_review,
.woocommerce-checkout-review-order {
    background: #fafaff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 16px !important;
    padding: 28px !important;
}
.woocommerce-checkout-review-order-table {
    width: 100% !important;
    border-collapse: collapse !important;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    border: none !important;
    border-bottom: 1px solid #f3f4f6 !important;
    padding: 12px 0 !important;
    color: #374151 !important;
    font-family: var(--vip-font-body) !important;
    font-size: 14px !important;
    background: transparent !important;
}
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table tfoot th {
    color: #111827 !important;
    font-weight: 700 !important;
    border-bottom: none !important;
}
.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout-review-order-table .order-total th {
    font-size: 18px !important;
    padding-top: 18px !important;
}


#payment { background: transparent !important; border: none !important; padding: 0 !important; margin-top: 20px !important; }
#payment ul.payment_methods {
    background: transparent !important; border: none !important; padding: 0 !important; margin: 0 0 16px !important; list-style: none !important;
}
#payment ul.payment_methods li {
    background: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    margin-bottom: 8px !important;
    padding: 14px 16px !important;
    color: #374151 !important;
    font-family: var(--vip-font-body) !important;
    transition: border-color 0.2s ease !important;
}
#payment ul.payment_methods li:has(input:checked) {
    border-color: #5b3ce8 !important;
    background: #f5f3ff !important;
}
#payment ul.payment_methods li label {
    color: #374151 !important; font-size: 14px !important; cursor: pointer !important;
}


#place_order,
.woocommerce-checkout #place_order {
    background: linear-gradient(135deg, #7c3aed 0%, #5b3ce8 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 16px 32px !important;
    font-family: var(--vip-font-display) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: opacity 0.2s ease, transform 0.15s ease !important;
    box-shadow: 0 4px 20px rgba(91,60,232,0.25) !important;
}
#place_order:hover { opacity: 0.9 !important; transform: translateY(-1px) !important; }


.woocommerce-checkout .woocommerce-error {
    background: #fef2f2 !important; border-left: 3px solid #ef4444 !important;
    border-radius: 8px !important; color: #b91c1c !important;
    padding: 12px 16px !important; font-size: 14px !important;
    list-style: none !important; margin-bottom: 16px !important;
}
.woocommerce-checkout .woocommerce-message {
    background: #f5f3ff !important; border-left: 3px solid #5b3ce8 !important;
    border-radius: 8px !important; color: #4c1d95 !important;
    padding: 12px 16px !important; font-size: 14px !important; margin-bottom: 16px !important;
}




.ast-mobile-popup-active .ast-mobile-popup-overlay,
.ast-popup-overlay {
    background: rgba(0,0,0,0.4) !important;
}


.ast-mobile-popup-wrapper,
.ast-popup-drawer,
.ast-builder-popup-1,
.ast-mobile-popup-drawer,
.ast-off-canvas-menu-wrap {
    background: #ffffff !important;
    color: #111827 !important;
}


.ast-mobile-popup-close button,
button.ast-mobile-popup-close,
.ast-popup-close-btn,
.ast-close-btn {
    background: #f3f4f6 !important;
    color: #111827 !important;
    border-radius: 50% !important;
}
.ast-mobile-popup-close button:hover,
button.ast-mobile-popup-close:hover {
    background: #ede9fe !important;
    color: #5b3ce8 !important;
}


.ast-mobile-popup-close button span,
.ast-mobile-popup-close button svg {
    color: #111827 !important;
    stroke: #111827 !important;
    fill: none !important;
}


.ast-mobile-popup-inner .main-navigation li,
.ast-primary-mobile-nav li {
    border: none !important;
    background: transparent !important;
}


.ast-mobile-popup-inner .main-navigation .menu-item .ast-menu-toggle,
.ast-primary-mobile-nav .menu-item .ast-menu-toggle {
    color: #9ca3af !important;
    background: transparent !important;
    border: none !important;
}





#vip-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 99990;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#vip-overlay.open {
    display: block;
    opacity: 1;
}


#vip-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 85vw;
    max-width: 320px;
    height: 100dvh;
    background: #ffffff;
    z-index: 99999;
    transform: translateX(-100%);
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    box-shadow: none;
    display: flex;
    flex-direction: column;
}
#vip-sidebar.open {
    transform: translateX(0);
    box-shadow: 6px 0 40px rgba(91, 60, 232, 0.15), 2px 0 12px rgba(0,0,0,0.08);
}


#vip-sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f5;
    min-height: 64px;
}
#vip-sidebar-head .custom-logo-link img {
    max-height: 38px;
    width: auto;
}


#vip-sidebar-close {
    background: #f5f5f8;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #374151;
    padding: 0;
    flex-shrink: 0;
}
#vip-sidebar-close:hover {
    background: #ede9fe;
    color: #5b3ce8;
}


#vip-sidebar-body {
    padding: 8px 0 24px;
    flex: 1;
}

.vip-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0 12px;
}

.vip-nav-menu li a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 14px;
    font-size: 15px;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    border-radius: 12px;
    margin-bottom: 2px;
    transition: background 0.15s ease, color 0.15s ease;
    position: relative;
}

.vip-nav-menu li a:hover {
    background: #f5f3ff;
    color: #5b3ce8;
}


.vip-nav-menu li.vip-nav-active > a {
    background: #ede9fe;
    color: #5b3ce8;
    font-weight: 600;
}


.vip-nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: currentColor;
}
.vip-nav-icon svg {
    width: 20px;
    height: 20px;
}


.vip-nav-label {
    flex: 1;
}


.vip-nav-badge {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #5b3ce8;
    background: #ede9fe;
    border-radius: 999px;
    padding: 2px 7px;
    line-height: 1.6;
    flex-shrink: 0;
}
.vip-nav-menu li.vip-nav-active .vip-nav-badge {
    background: #5b3ce8;
    color: #fff;
}


.ast-mobile-popup-wrapper,
.ast-popup-drawer,
.ast-builder-popup-1,
.ast-mobile-popup-drawer,
.ast-mobile-popup-overlay,
.ast-popup-overlay {
    display: none !important;
}




@media (max-width: 900px) {
    
    #masthead,
    .site-header,
    header.site-header,
    .ast-site-header-wrap {
        height: 0 !important;
        overflow: hidden !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
    }

    
}


#vip-mobile-bar {
    display: none;
}


@media (max-width: 900px) {
    body,
    .ast-page-builder-template,
    #page,
    #content,
    .site,
    .wp-site-blocks {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    
    .ast-above-header-wrap,
    .ast-primary-header-bar,
    .ast-below-header-wrap {
        display: none !important;
    }
}

@media (max-width: 900px) {
    #vip-mobile-bar {
        display: grid !important;
        grid-template-columns: 58px 1fr 58px !important;
        align-items: center !important;
        padding: 0 16px !important;
        min-height: 64px !important;
        background: #ffffff !important;
        border-bottom: 1px solid #f0f0f5 !important;
        width: 100% !important;
        box-sizing: border-box !important;
        position: relative !important;
        z-index: 200 !important;
    }

    
    #vip-ham {
        background: #ffffff !important;
        border-radius: 50% !important;
        width: 42px !important;
        height: 42px !important;
        border: 1.5px solid #e5e7eb !important;
        cursor: pointer !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        padding: 0 !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
        outline: none !important;
        transition: background 0.18s, border-color 0.18s !important;
    }

    #vip-ham:hover {
        background: #f5f3ff !important;
        border-color: #5b3ce8 !important;
    }

    #vip-ham span {
        display: block !important;
        width: 18px !important;
        height: 2px !important;
        background: #111827 !important;
        border-radius: 2px !important;
    }

    
    #vip-mob-logo {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    #vip-mob-logo a,
    #vip-mob-logo img {
        display: flex !important;
        align-items: center !important;
        max-height: 44px !important;
        width: auto !important;
    }
}




.woocommerce,
.woocommerce-page {
    font-family: var(--vip-font-body);
}


.woocommerce-account h1.entry-title,
.woocommerce-cart h1.entry-title,
.woocommerce-checkout h1.entry-title,
.woocommerce-account .entry-title,
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 28px !important;
    font-size: clamp(22px, 5vw, 30px) !important;
    font-weight: 700 !important;
    color: #111827 !important;
    letter-spacing: -0.02em !important;
}




.woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
}

.woocommerce-account .woocommerce > .woocommerce-form-login-toggle,
.woocommerce-account .woocommerce > .woocommerce-form-register,
.woocommerce-account .woocommerce > form.woocommerce-form-login,
.woocommerce-account .woocommerce > form.register,
.woocommerce-account .woocommerce > form.login {
    flex: 1 1 280px;
    min-width: 0;
}


.woocommerce-account form.woocommerce-form-login,
.woocommerce-account form.register,
.woocommerce-account form.login {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 24px !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    margin: 0 !important;
}


.woocommerce-account form.woocommerce-form-login h2,
.woocommerce-account form.register h2,
.woocommerce-account form.login h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin: 0 0 20px !important;
    letter-spacing: -0.01em !important;
}


.woocommerce-account .woocommerce-form__label,
.woocommerce-account form label {
    display: block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #6b7280 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    margin-bottom: 6px !important;
}


.woocommerce-account .woocommerce-Input,
.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"] {
    width: 100% !important;
    height: 46px !important;
    padding: 0 14px !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 10px !important;
    background: #f9fafb !important;
    font-size: 15px !important;
    font-family: var(--vip-font-body) !important;
    color: #111827 !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.15s ease, background 0.15s ease !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
}

.woocommerce-account input[type="text"]:focus,
.woocommerce-account input[type="email"]:focus,
.woocommerce-account input[type="password"]:focus {
    border-color: #5b3ce8 !important;
    background: #fff !important;
}


.woocommerce-account .form-row {
    margin-bottom: 16px !important;
    padding: 0 !important;
}


.woocommerce-account .woocommerce-form__label-for-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #374151 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    cursor: pointer !important;
}

.woocommerce-account input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    border-radius: 4px !important;
    accent-color: #5b3ce8 !important;
    cursor: pointer !important;
}


.woocommerce-account .woocommerce-LostPassword a,
.woocommerce-account .lost_password a {
    font-size: 13px !important;
    color: #5b3ce8 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.woocommerce-account .woocommerce-LostPassword a:hover,
.woocommerce-account .lost_password a:hover {
    text-decoration: underline !important;
}


.woocommerce-account .woocommerce-form-login__submit,
.woocommerce-account .woocommerce-form-register__submit,
.woocommerce-account form.login .button,
.woocommerce-account form.register .button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 48px !important;
    padding: 0 24px !important;
    background: #111827 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    font-family: var(--vip-font-body) !important;
    border: none !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: background 0.18s ease, transform 0.12s ease !important;
    text-decoration: none !important;
    letter-spacing: -0.01em !important;
    margin-top: 4px !important;
    box-shadow: none !important;
}

.woocommerce-account form.login .button:hover,
.woocommerce-account form.register .button:hover {
    background: #1f2937 !important;
    transform: translateY(-1px) !important;
}


.woocommerce-account .woocommerce-privacy-policy-text {
    font-size: 12px !important;
    color: #9ca3af !important;
    margin-top: 12px !important;
    line-height: 1.6 !important;
}


.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info {
    border-radius: 10px !important;
    border-left: 4px solid #5b3ce8 !important;
    background: #f5f3ff !important;
    color: #111827 !important;
    padding: 12px 16px !important;
    margin-bottom: 20px !important;
    font-size: 14px !important;
    list-style: none !important;
}

.woocommerce-account .woocommerce-error {
    border-left-color: #ef4444 !important;
    background: #fef2f2 !important;
}


.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px 8px;
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 11px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
    margin-bottom: 2px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    background: #f5f3ff;
    color: #5b3ce8;
    font-weight: 600;
}




.woocommerce-cart .entry-title,
.woocommerce-cart h1 {
    border-bottom: none !important;
}


.woocommerce-cart p.cart-empty,
.woocommerce-cart .cart-empty {
    display: block !important;
    text-align: center !important;
    padding: 52px 24px 44px !important;
    background: #fff !important;
    border: 1.5px solid #e5e7eb !important;
    border-left: 1.5px solid #e5e7eb !important; 
    border-radius: 16px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #6b7280 !important;
    margin-bottom: 24px !important;
    box-shadow: none !important;
}


.woocommerce-cart p.cart-empty::before,
.woocommerce-cart .cart-empty::before {
    content: none !important;
    display: none !important;
}


.woocommerce-cart .return-to-shop .button,
.woocommerce-cart a.button,
.woocommerce-cart button.button,
.woocommerce-cart input.button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 28px !important;
    background: #111827 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    font-family: var(--vip-font-body) !important;
    border: none !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: background 0.18s ease, transform 0.12s ease !important;
    box-shadow: none !important;
    letter-spacing: -0.01em !important;
    margin-top: 8px !important;
}

.woocommerce-cart a.button:hover,
.woocommerce-cart button.button:hover {
    background: #1f2937 !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
    text-decoration: none !important;
}


.woocommerce-cart .checkout-button {
    background: #5b3ce8 !important;
}

.woocommerce-cart .checkout-button:hover {
    background: #4c31cc !important;
}


.woocommerce-cart table.shop_table {
    border: 1.5px solid #e5e7eb !important;
    border-radius: 14px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden !important;
    font-size: 14px !important;
    width: 100% !important;
}

.woocommerce-cart table.shop_table thead th {
    background: #f9fafb !important;
    color: #6b7280 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.07em !important;
    text-transform: uppercase !important;
    padding: 12px 16px !important;
    border-bottom: 1.5px solid #e5e7eb !important;
}

.woocommerce-cart table.shop_table td {
    padding: 14px 16px !important;
    border-bottom: 1px solid #f3f4f6 !important;
    vertical-align: middle !important;
    color: #111827 !important;
}

.woocommerce-cart table.shop_table tr:last-child td {
    border-bottom: none !important;
}


.woocommerce-cart table.shop_table td.product-thumbnail img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    border: 1px solid #e5e7eb !important;
}


.woocommerce-cart table.shop_table a.remove {
    font-size: 18px !important;
    color: #9ca3af !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    transition: color 0.15s ease !important;
}

.woocommerce-cart table.shop_table a.remove:hover {
    color: #ef4444 !important;
    background: none !important;
}


.woocommerce-cart .quantity input {
    width: 60px !important;
    height: 38px !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 8px !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 0 8px !important;
    color: #111827 !important;
    background: #fff !important;
    -webkit-appearance: none !important;
}


.woocommerce-cart .cart_totals {
    background: #fff !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 14px !important;
    padding: 20px !important;
    margin-top: 20px !important;
}

.woocommerce-cart .cart_totals h2 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin: 0 0 16px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #f3f4f6 !important;
}

.woocommerce-cart .cart_totals table {
    width: 100% !important;
    border: none !important;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
    padding: 10px 0 !important;
    border: none !important;
    font-size: 14px !important;
    border-bottom: 1px solid #f3f4f6 !important;
}

.woocommerce-cart .cart_totals table .order-total th,
.woocommerce-cart .cart_totals table .order-total td {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #111827 !important;
    border-bottom: none !important;
    padding-top: 14px !important;
}


.woocommerce-cart button[name="update_cart"] {
    background: #f3f4f6 !important;
    color: #374151 !important;
    border: 1.5px solid #e5e7eb !important;
}

.woocommerce-cart button[name="update_cart"]:hover {
    background: #e5e7eb !important;
    transform: none !important;
}


.woocommerce-cart .coupon input[type="text"] {
    height: 44px !important;
    padding: 0 14px !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-family: var(--vip-font-body) !important;
    color: #111827 !important;
    background: #f9fafb !important;
    outline: none !important;
    -webkit-appearance: none !important;
}

.woocommerce-cart .coupon input[type="text"]:focus {
    border-color: #5b3ce8 !important;
    background: #fff !important;
}

.woocommerce-cart .coupon button {
    background: #f3f4f6 !important;
    color: #374151 !important;
    border: 1.5px solid #e5e7eb !important;
    margin-top: 0 !important;
}


.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-error {
    border-radius: 10px !important;
    border: 1px solid var(--vip-border) !important;
    border-left: 3px solid #5b3ce8 !important;
    background: var(--vip-surface) !important;
    color: #111827 !important;
    padding: 12px 16px !important;
    margin-bottom: 20px !important;
    font-size: 14px !important;
}

.woocommerce-cart .woocommerce-error {
    border-left-color: #ef4444 !important;
    background: #fef2f2 !important;
}





.woocommerce-account .vip-dash-layout {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.vip-orders-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 52px 24px;
    background: var(--vip-surface);
    border: 1px solid var(--vip-border);
    border-radius: var(--vip-radius-lg);
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.vip-empty-icon-wrap {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(109, 78, 207, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7b5dd6;
}
.vip-orders-empty h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--vip-ink);
    margin: 0;
}
.vip-orders-empty p {
    font-size: 13.5px;
    color: var(--vip-muted);
    margin: 0;
}
.vip-empty-btn {
    display: inline-block;
    background: var(--vip-ink);
    color: #fff !important;
    text-decoration: none !important;
    padding: 11px 22px;
    border-radius: var(--vip-radius-pill);
    font-size: 13.5px;
    font-weight: 600;
    margin-top: 4px;
    transition: opacity 0.15s ease;
}
.vip-empty-btn:hover {
    opacity: 0.8;
}

.woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.woocommerce-orders-table th {
    text-align: left;
    padding: 12px 16px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--vip-muted);
    border-bottom: 1px solid var(--vip-border);
}
.woocommerce-orders-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--vip-border);
    color: var(--vip-ink);
}
.woocommerce-orders-table tr:last-child td {
    border-bottom: none;
}
.vip-order-status {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: var(--vip-surface);
    color: var(--vip-muted);
}
.vip-order-status--completed { background: #f0fdf4; color: #16a34a; }
.vip-order-status--pending   { background: #fefce8; color: #ca8a04; }
.vip-order-status--processing { background: #eff6ff; color: #2563eb; }
.vip-order-status--cancelled { background: #fef2f2; color: #dc2626; }
.vip-orders-btn {
    display: inline-block;
    padding: 6px 14px;
    border-radius: var(--vip-radius-pill);
    border: 1.5px solid var(--vip-border);
    font-size: 12px;
    font-weight: 600;
    color: var(--vip-ink) !important;
    text-decoration: none !important;
    transition: border-color 0.15s ease, background 0.15s ease;
}
.vip-orders-btn:hover {
    border-color: var(--vip-ink);
    background: var(--vip-surface);
}


.vip-dash-sidebar {
    width: 240px !important;
    flex-shrink: 0 !important;
    background: #130f2a !important;
    border-radius: 20px !important;
    padding: 24px 16px !important;
    position: sticky !important;
    top: 100px !important;
}


.vip-dash-user {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 0 8px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    margin-bottom: 16px !important;
}

.vip-dash-avatar {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    flex-shrink: 0 !important;
    border: 2px solid rgba(91,60,232,0.5) !important;
}

.vip-dash-user-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    overflow: hidden !important;
}

.vip-dash-user-name {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #fff !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.vip-dash-user-role {
    font-size: 11px !important;
    color: rgba(255,255,255,0.45) !important;
    letter-spacing: 0.03em !important;
}


.vip-dash-coins-pill {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    background: rgba(91,60,232,0.18) !important;
    color: #a78bfa !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 7px 12px !important;
    border-radius: 10px !important;
    margin: 0 0 20px !important;
    border: 1px solid rgba(91,60,232,0.25) !important;
}


.vip-dash-nav {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

.vip-dash-nav-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 12px !important;
    border-radius: 10px !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color: rgba(255,255,255,0.6) !important;
    text-decoration: none !important;
    transition: background 0.15s ease, color 0.15s ease !important;
}

.vip-dash-nav-item:hover {
    background: rgba(255,255,255,0.07) !important;
    color: #fff !important;
    text-decoration: none !important;
}

.vip-dash-nav-item.is-active {
    background: rgba(91,60,232,0.22) !important;
    color: #c4b5fd !important;
}

.vip-dash-nav-item.is-danger {
    color: rgba(248,113,113,0.7) !important;
}

.vip-dash-nav-item.is-danger:hover {
    background: rgba(239,68,68,0.12) !important;
    color: #f87171 !important;
}

.vip-dash-nav-icon {
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.vip-dash-nav-icon svg {
    width: 16px !important;
    height: 16px !important;
}


.vip-dash-main {
    flex: 1 !important;
    min-width: 0 !important;
    min-height: 300px !important;
}

.woocommerce-account .entry-title,
.woocommerce-account .ast-breadcrumbs-wrapper {
    display: none !important;
}

.woocommerce-account .vip-dash-main .woocommerce-message,
.woocommerce-account .vip-dash-main .woocommerce-Message {
    background: var(--vip-surface) !important;
    border: 1px solid var(--vip-border) !important;
    border-radius: var(--vip-radius-lg) !important;
    padding: 32px 24px !important;
    text-align: center !important;
    color: var(--vip-muted) !important;
    font-size: 14px !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.woocommerce-account .vip-dash-main .woocommerce-message::before,
.woocommerce-account .vip-dash-main .woocommerce-Message::before {
    display: none !important;
}

.woocommerce-account .vip-dash-main .woocommerce-message a,
.woocommerce-account .vip-dash-main .woocommerce-Message a {
    color: #7c3aed !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.woocommerce-account .vip-dash-main .woocommerce-message a:hover,
.woocommerce-account .vip-dash-main .woocommerce-Message a:hover {
    text-decoration: underline !important;
}


.vip-dash-welcome {
    margin-bottom: 24px !important;
}

.vip-dash-welcome-text {
    font-size: 26px !important;
    font-weight: 400 !important;
    color: #111827 !important;
    margin: 0 0 6px !important;
    letter-spacing: -0.02em !important;
    line-height: 1.2 !important;
}

.vip-dash-welcome-text strong {
    font-weight: 800 !important;
}

.vip-dash-welcome-sub {
    font-size: 14px !important;
    color: #6b7280 !important;
    margin: 0 !important;
}

.vip-dash-vip-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    background: linear-gradient(135deg, #7c3aed, #5b3ce8) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 4px 10px !important;
    border-radius: 20px !important;
    letter-spacing: 0.02em !important;
}


.vip-dash-tiles {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    margin-bottom: 28px !important;
}

@media (min-width: 960px) {
    .vip-dash-tiles {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

.vip-dash-tile {
    background: #fff !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 16px !important;
    padding: 20px 18px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04) !important;
    transition: box-shadow 0.15s ease, transform 0.15s ease !important;
}

.vip-dash-tile:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08) !important;
    transform: translateY(-2px) !important;
}

.vip-dash-tile-icon {
    width: 36px !important;
    height: 36px !important;
    border-radius: 10px !important;
    background: color-mix(in srgb, hsl(var(--tile-h, 265) 80% 50%) 12%, transparent) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 14px !important;
}


.vip-dash-tile:nth-child(1) .vip-dash-tile-icon { background: rgba(124,58,237,0.12) !important; color: #7c3aed !important; }
.vip-dash-tile:nth-child(2) .vip-dash-tile-icon { background: rgba(8,145,178,0.12) !important; color: #0891b2 !important; }
.vip-dash-tile:nth-child(3) .vip-dash-tile-icon { background: rgba(217,119,6,0.12) !important; color: #d97706 !important; }
.vip-dash-tile:nth-child(4) .vip-dash-tile-icon { background: rgba(5,150,105,0.12) !important; color: #059669 !important; }

.vip-dash-tile-icon svg {
    width: 18px !important;
    height: 18px !important;
    stroke: currentColor !important;
}

.vip-dash-tile-label {
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    color: #9ca3af !important;
    margin-bottom: 6px !important;
}

.vip-dash-tile-value {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #111827 !important;
    letter-spacing: -0.03em !important;
    line-height: 1 !important;
}


.vip-dash-section-title {
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #9ca3af !important;
    margin: 0 0 14px !important;
}

.vip-dash-activity {
    background: #fff !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 16px !important;
    padding: 22px 22px !important;
}

.vip-dash-empty {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 36px 0 !important;
    color: #d1d5db !important;
}

.vip-dash-empty svg {
    width: 40px !important;
    height: 40px !important;
    stroke: currentColor !important;
}

.vip-dash-empty p {
    font-size: 14px !important;
    color: #9ca3af !important;
    margin: 0 !important;
}

.vip-dash-activity-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

.vip-dash-activity-row {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 12px 8px !important;
    border-radius: 10px !important;
    transition: background 0.12s ease !important;
}

.vip-dash-activity-row:hover {
    background: #f9fafb !important;
}

.vip-dash-activity-icon {
    width: 36px !important;
    height: 36px !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.vip-dash-activity-icon--order {
    background: rgba(91,60,232,0.10) !important;
    color: #5b3ce8 !important;
}

.vip-dash-activity-icon--coin {
    background: rgba(217,119,6,0.10) !important;
    color: #d97706 !important;
}

.vip-dash-activity-icon svg {
    width: 16px !important;
    height: 16px !important;
    stroke: currentColor !important;
}

.vip-dash-activity-info {
    flex: 1 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

.vip-dash-activity-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111827 !important;
}

.vip-dash-activity-meta {
    font-size: 12px !important;
    color: #9ca3af !important;
}

.vip-dash-activity-right {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 4px !important;
    flex-shrink: 0 !important;
}

.vip-dash-activity-amount {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111827 !important;
}

.vip-dash-activity-coins {
    font-size: 13px !important;
    font-weight: 700 !important;
}

.vip-dash-activity-coins.is-positive { color: #059669 !important; }
.vip-dash-activity-coins.is-negative { color: #dc2626 !important; }


.vip-dash-status {
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 3px 8px !important;
    border-radius: 20px !important;
    letter-spacing: 0.03em !important;
}

.vip-dash-status--completed  { background: rgba(5,150,105,0.10) !important; color: #059669 !important; }
.vip-dash-status--processing { background: rgba(8,145,178,0.10) !important; color: #0891b2 !important; }
.vip-dash-status--pending    { background: rgba(217,119,6,0.10) !important; color: #d97706 !important; }
.vip-dash-status--cancelled  { background: rgba(107,114,128,0.10) !important; color: #6b7280 !important; }
.vip-dash-status--refunded   { background: rgba(220,38,38,0.10) !important; color: #dc2626 !important; }


@media (max-width: 768px) {
    .woocommerce-account .vip-dash-layout {
        flex-direction: column !important;
        gap: 16px !important;
    }

    .vip-dash-sidebar {
        width: 100% !important;
        position: static !important;
        border-radius: 16px !important;
    }

    .vip-dash-main {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .vip-dash-nav {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 4px !important;
    }

    .vip-dash-welcome-text {
        font-size: 20px !important;
    }

    .vip-dash-tiles {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}


.woocommerce-account .woocommerce-MyAccount-navigation { display: none !important; }


.woocommerce-account .site-primary { max-width: 100% !important; }




.vip-dash-sidebar {
    background: linear-gradient(160deg, #1e1248 0%, #130a30 100%) !important;
    border: 1px solid rgba(124,58,237,0.22) !important;
    box-shadow: 0 8px 32px rgba(19,10,48,0.35), inset 0 1px 0 rgba(255,255,255,0.05) !important;
}

.vip-dash-nav-item.is-active {
    background: rgba(124,58,237,0.30) !important;
    color: #e9d5ff !important;
    border-left: 3px solid #7c3aed !important;
}

.vip-dash-nav-item {
    border-left: 3px solid transparent !important;
}

.vip-dash-coins-pill {
    background: rgba(124,58,237,0.20) !important;
    border-color: rgba(124,58,237,0.35) !important;
    color: #c4b5fd !important;
}


.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message:not(.woocommerce-password-strength) {
    display: none !important;
}



.vip-downloads-wrap {
    max-width: 100% !important;
}

.vip-downloads-heading {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin: 0 0 6px !important;
    letter-spacing: -0.02em !important;
}

.vip-downloads-sub {
    font-size: 13.5px !important;
    color: #9ca3af !important;
    margin: 0 0 24px !important;
}

.vip-downloads-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    gap: 16px !important;
}

.vip-dl-card {
    background: #fff !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    transition: box-shadow 0.15s ease, transform 0.15s ease !important;
}

.vip-dl-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.10) !important;
    transform: translateY(-2px) !important;
}

.vip-dl-card-thumb {
    height: 140px !important;
    background-size: cover !important;
    background-position: center !important;
    background-color: #f3f0ff !important;
}

.vip-dl-card-thumb--empty {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #c4b5fd !important;
}

.vip-dl-card-thumb--empty svg {
    width: 40px !important;
    height: 40px !important;
}

.vip-dl-card-body {
    padding: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.vip-dl-card-name {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    line-height: 1.3 !important;
}

.vip-dl-card-file {
    font-size: 12px !important;
    color: #9ca3af !important;
}

.vip-dl-card-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin: 4px 0 10px !important;
}

.vip-dl-meta-tag {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 3px 8px !important;
    border-radius: 20px !important;
    background: #f3f4f6 !important;
    color: #6b7280 !important;
}

.vip-dl-meta-tag--lifetime {
    background: rgba(5,150,105,0.10) !important;
    color: #059669 !important;
}

.vip-dl-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    width: 100% !important;
    height: 40px !important;
    background: #111827 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    transition: background 0.15s ease, transform 0.12s ease !important;
}

.vip-dl-btn:hover {
    background: #1f2937 !important;
    transform: translateY(-1px) !important;
    color: #fff !important;
    text-decoration: none !important;
}


.vip-downloads-empty {
    background: #fff !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 20px !important;
    padding: 64px 32px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
}

.vip-downloads-empty-icon {
    width: 64px !important;
    height: 64px !important;
    background: #f3f0ff !important;
    border-radius: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #7c3aed !important;
    margin-bottom: 8px !important;
}

.vip-downloads-empty-icon svg {
    width: 32px !important;
    height: 32px !important;
}

.vip-downloads-empty h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin: 0 !important;
}

.vip-downloads-empty p {
    font-size: 14px !important;
    color: #9ca3af !important;
    margin: 0 !important;
    max-width: 280px !important;
}

.vip-dl-browse-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 8px !important;
    padding: 11px 22px !important;
    background: #111827 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    transition: background 0.15s ease, transform 0.12s ease !important;
}

.vip-dl-browse-btn:hover {
    background: #1f2937 !important;
    transform: translateY(-1px) !important;
    color: #fff !important;
    text-decoration: none !important;
}




#wpsc-container .wpsc-header,
#wpsc-container .wpsc-shortcode-container .wpsc-header {
    background: linear-gradient(135deg, #7c3aed 0%, #5b3ce8 100%) !important;
    border-radius: 12px 12px 0 0 !important;
}


#wpsc-container .wpsc-header a,
#wpsc-container .wpsc-header li a,
#wpsc-container .wpsc-header .wpsc-nav-item {
    color: rgba(255,255,255,0.85) !important;
    font-family: 'Jost', sans-serif !important;
    font-weight: 500 !important;
}
#wpsc-container .wpsc-header a:hover,
#wpsc-container .wpsc-header li:hover a {
    color: #fff !important;
    background: rgba(255,255,255,0.15) !important;
}


#wpsc-container {
    border: 1.5px solid #e5e7eb !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07) !important;
    font-family: 'Jost', sans-serif !important;
}


#wpsc-container table thead th,
#wpsc-container table thead td {
    background: #111827 !important;
    color: #fff !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    border: none !important;
    padding: 12px 16px !important;
}
#wpsc-container table thead th a,
#wpsc-container table thead th span {
    color: #fff !important;
}


#wpsc-container table tbody tr {
    border-bottom: 1px solid #f0f0f2 !important;
}
#wpsc-container table tbody tr:hover {
    background: #faf5ff !important;
}
#wpsc-container table tbody td {
    font-family: 'Jost', sans-serif !important;
    color: #16181c !important;
    font-size: 14px !important;
    padding: 12px 16px !important;
    border: none !important;
}


#wpsc-container .wpsc-btn-primary {
    background: linear-gradient(135deg, #7c3aed, #5b3ce8) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-family: 'Jost', sans-serif !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}
#wpsc-container .wpsc-btn-primary:hover { opacity: 0.88 !important; }


#wpsc-container input[type="checkbox"] {
    accent-color: #7c3aed !important;
}


#wpsc-container .wpsc-pagination a {
    color: #7c3aed !important;
}




.vipc-shop-wrap {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 32px 24px 64px;
    box-sizing: border-box;
}


.vipc-shop-main {
    flex: 1;
    min-width: 0;
    position: relative; 
}


.vipc-shop-sidebar {
    width: 240px;
    flex-shrink: 0;
    position: sticky;
    top: 100px;
    order: 2; 
}
.vipc-sidebar-close {
    display: none; 
}


.vipc-filter-group {
    border-bottom: 1px solid #e5e7eb;
    padding: 0;
    margin-bottom: 0;
}
.vipc-filter-group:last-child {
    border-bottom: none;
}


.vipc-filter-group__head,
.vipc-shop-sidebar .vipc-filter-group__head,
button.vipc-filter-group__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 16px 0 !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    color: #374151 !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    line-height: 1 !important;
}
.vipc-filter-group__head:hover,
button.vipc-filter-group__head:hover {
    color: #7c3aed !important;
    background: #fff !important;
    background-color: #fff !important;
}


.vipc-filter-arrow {
    transition: transform 0.22s ease;
}
.vipc-filter-group[data-open="0"] .vipc-filter-arrow {
    transform: rotate(180deg);
}


.vipc-filter-group__body {
    padding-bottom: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.vipc-filter-group[data-open="0"] > .vipc-filter-group__body {
    display: none !important;
}


.vipc-filter-check {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 3px 0;
    user-select: none;
}
.vipc-filter-check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}
.vipc-filter-check__box {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 5px;
    border: 1.5px solid #d1d5db;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.15s, background 0.15s;
    flex-shrink: 0;
}
.vipc-filter-check.is-active .vipc-filter-check__box,
.vipc-filter-check:hover .vipc-filter-check__box {
    border-color: #7c3aed;
}
.vipc-filter-check.is-active .vipc-filter-check__box {
    background: #7c3aed;
}
.vipc-filter-check.is-active .vipc-filter-check__box::after {
    content: '';
    width: 5px;
    height: 9px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    display: block;
    margin-top: -2px;
}
.vipc-filter-check__label {
    font-size: 14px;
    color: #374151;
    flex: 1;
    transition: color 0.15s;
}
.vipc-filter-check.is-active .vipc-filter-check__label {
    color: #7c3aed;
    font-weight: 600;
}
.vipc-filter-check__count {
    font-size: 12px;
    color: #9ca3af;
    font-variant-numeric: tabular-nums;
}


.vipc-shop-spinner {
    display: none;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.vipc-shop-spinner.is-visible {
    display: flex;
    align-items: center;
    justify-content: center;
}
.vipc-shop-spinner__ring {
    width: 36px;
    height: 36px;
    border: 3px solid #e5e7eb;
    border-top-color: #7c3aed;
    border-radius: 50%;
    animation: vipc-spin 0.7s linear infinite;
}
@keyframes vipc-spin {
    to { transform: rotate(360deg); }
}
#vipc-products-region {
    transition: opacity 0.2s ease;
}


.vipc-shop-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1.5px solid #f0eeff;
    gap: 16px;
}
.vipc-shop-topbar__left {
    display: flex;
    align-items: center;
    gap: 14px;
}
.vipc-shop-topbar__right {
    display: flex;
    align-items: center;
    gap: 12px;
}


.vipc-shop-count {
    font-family: 'Jost', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.02em;
    line-height: 1;
}
.vipc-shop-count__num {
    color: #5b3ce8;
}


.vipc-sort-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
}
.vipc-sort-select {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 9px 32px 9px 14px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
    transition: border-color 0.15s, box-shadow 0.15s;
}
.vipc-sort-select:focus {
    outline: none;
    border-color: #5b3ce8;
    box-shadow: 0 0 0 3px rgba(91,60,232,0.08);
}
.vipc-sort-select:hover {
    border-color: #c4b5fd;
}


.vipc-filter-toggle {
    display: none;
    align-items: center;
    gap: 7px;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 9px 16px;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
}
.vipc-filter-toggle:hover {
    border-color: #5b3ce8;
    color: #5b3ce8;
    background: #f5f3ff;
}


.vipc-active-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.vipc-active-filters__label {
    font-size: 13px;
    color: #9ca3af;
    font-weight: 500;
}
.vipc-active-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #7c3aed;
    background: #f5f3ff;
    border: 1px solid #ddd6fe;
    border-radius: 999px;
    padding: 4px 10px;
    text-decoration: none;
    transition: background 0.15s;
}
.vipc-active-tag:hover {
    background: #ede9fe;
    color: #5b3ce8;
}
.vipc-active-filters__clear {
    font-size: 13px;
    color: #9ca3af;
    text-decoration: underline;
    text-underline-offset: 2px;
    margin-left: 4px;
}
.vipc-active-filters__clear:hover {
    color: #ef4444;
}


.vipc-shop-main ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}


.vipc-shop-main ul.products li.product {
    background: #fff !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    transition: box-shadow 0.22s, border-color 0.22s, transform 0.22s !important;
    position: relative !important;
    padding: 0 !important;
}
.vipc-shop-main ul.products li.product:hover {
    box-shadow: 0 8px 28px rgba(124,58,237,0.13) !important;
    border-color: #c4b5fd !important;
    transform: translateY(-3px) !important;
}


.vipc-shop-main ul.products li.product a img,
.vipc-shop-main ul.products li.product .woocommerce-loop-product__link img {
    width: 100% !important;
    height: 200px !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    border-radius: 0 !important;
    padding: 12px !important;
}


.vipc-shop-main ul.products li.product .woocommerce-loop-product__link {
    display: block !important;
    text-decoration: none !important;
    color: inherit !important;
}


.vipc-shop-main ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Jost', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    padding: 14px 16px 4px !important;
    margin: 0 !important;
    line-height: 1.35 !important;
}


.vipc-shop-main ul.products li.product .price {
    padding: 0 16px 12px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
}
.vipc-shop-main ul.products li.product .price del {
    color: #9ca3af !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}
.vipc-shop-main ul.products li.product .price ins {
    text-decoration: none !important;
    color: #111827 !important;
}


.vipc-shop-main ul.products li.product .onsale {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    background: linear-gradient(135deg, #7c3aed, #5b3ce8) !important;
    color: #fff !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    padding: 4px 10px !important;
    border-radius: 999px !important;
    z-index: 2 !important;
}


.vipc-shop-main ul.products li.product .button,
.vipc-shop-main ul.products li.product a.button,
.vipc-shop-main ul.products li.product .add_to_cart_button {
    display: block !important;
    margin: auto 16px 16px !important;
    background: #111827 !important;
    color: #fff !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 11px 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: background 0.18s !important;
}
.vipc-shop-main ul.products li.product .button:hover,
.vipc-shop-main ul.products li.product a.button:hover,
.vipc-shop-main ul.products li.product .add_to_cart_button:hover {
    background: #7c3aed !important;
}

.vipc-shop-main ul.products li.product .ast-shop-product-btn,
.vipc-shop-main ul.products li.product .astra-shop-product-btn,
.vipc-shop-main ul.products li.product .ast-woo-quick-view-btn,
.vipc-shop-main ul.products li.product a.add_to_cart_button.ast-button,
ul.products li.product .ast-shop-product-btn {
    background: #fff !important;
    color: #7c3aed !important;
    border: 1.5px solid #ddd6fe !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(124,58,237,0.10) !important;
}
.vipc-shop-main ul.products li.product .ast-shop-product-btn:hover,
.vipc-shop-main ul.products li.product .astra-shop-product-btn:hover,
.vipc-shop-main ul.products li.product .ast-woo-quick-view-btn:hover,
ul.products li.product .ast-shop-product-btn:hover {
    background: #7c3aed !important;
    color: #fff !important;
    border-color: #7c3aed !important;
}
.vipc-shop-main ul.products li.product .ast-shop-product-btn svg,
.vipc-shop-main ul.products li.product .ast-shop-product-btn path,
.vipc-shop-main ul.products li.product .ast-shop-product-btn polyline,
ul.products li.product .ast-shop-product-btn svg,
ul.products li.product .ast-shop-product-btn path {
    stroke: currentColor !important;
    fill: none !important;
}


.vipc-shop-main ul.products li.product .star-rating {
    padding: 0 16px 6px !important;
    font-size: 13px !important;
}


.vipc-shop-main .woocommerce-pagination {
    margin-top: 32px !important;
}
.vipc-shop-main .woocommerce-pagination ul {
    display: flex !important;
    gap: 6px !important;
    list-style: none !important;
    padding: 0 !important;
    justify-content: center !important;
}
.vipc-shop-main .woocommerce-pagination ul li a,
.vipc-shop-main .woocommerce-pagination ul li span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 9px !important;
    border: 1.5px solid #e5e7eb !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #374151 !important;
    text-decoration: none !important;
    background: #fff !important;
    transition: border-color 0.15s, background 0.15s, color 0.15s !important;
}
.vipc-shop-main .woocommerce-pagination ul li a:hover,
.vipc-shop-main .woocommerce-pagination ul li span.current {
    background: #7c3aed !important;
    border-color: #7c3aed !important;
    color: #fff !important;
}


.vipc-shop-empty {
    text-align: center;
    padding: 60px 20px;
    color: #9ca3af;
    font-size: 16px;
}


.vipc-sidebar-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 999;
    backdrop-filter: blur(2px);
}
.vipc-sidebar-overlay.is-visible {
    display: block;
}


@media (max-width: 1024px) {
    .vipc-shop-main ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .vipc-shop-wrap {
        padding: 16px 16px 48px;
        gap: 0;
    }

    
    .vipc-shop-sidebar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        height: 100dvh !important;
        width: 280px !important;
        background: #fff !important;
        z-index: 1000 !important;
        overflow-y: auto !important;
        padding: 20px !important;
        box-shadow: 4px 0 24px rgba(0,0,0,0.15) !important;
        transform: translateX(-100%) !important;
        transition: transform 0.28s ease !important;
        box-sizing: border-box !important;
    }
    .vipc-shop-sidebar.is-open {
        transform: translateX(0) !important;
    }

    .vipc-sidebar-close {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        background: none;
        border: none;
        padding: 0 0 16px;
        cursor: pointer;
        color: #6b7280;
    }
    .vipc-filter-toggle {
        display: flex !important;
    }
    .vipc-shop-count {
        font-size: 18px;
    }

    .vipc-shop-main ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .vipc-shop-main ul.products li.product .woocommerce-loop-product__link img {
        height: 150px !important;
    }
}

@media (max-width: 480px) {
    .vipc-shop-main ul.products {
        grid-template-columns: 1fr !important;
    }
}




.woocommerce-message {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 16px !important;
    list-style: none !important;
}

.woocommerce-message::before {
    display: none !important;
}

.woocommerce-message a.button,
.woocommerce-message .button.wc-forward {
    float: right !important;
    margin: -2px 0 0 12px !important;
}

.woocommerce-message a.button,
.woocommerce-message .button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: right !important;
    margin: 0 0 4px 12px !important;
    padding: 8px 20px !important;
    background: #5b3ce8 !important;
    color: #fff !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    border: none !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: background 0.15s !important;
    box-shadow: none !important;
}
.woocommerce-message a.button:hover,
.woocommerce-message .button:hover {
    background: #4a2fd6 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.woocommerce-message .restore-item {
    margin-left: auto !important;
    font-weight: 600 !important;
    color: #7c3aed !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}
.woocommerce-message .restore-item:hover {
    text-decoration: underline !important;
    color: #5b3ce8 !important;
}

#ast-scroll-top,
.ast-scroll-top {
    display: none !important;
}

.woocommerce-error,
.woocommerce-NoticeGroup .woocommerce-error {
    background: #fef2f2 !important;
    border: 1px solid #fca5a5 !important;
    border-left: 3px solid #ef4444 !important;
    border-radius: 10px !important;
    padding: 14px 18px !important;
    margin: 0 0 20px !important;
    list-style: none !important;
    color: #16181c !important;
}
.woocommerce-error li,
.woocommerce-error li a {
    color: #16181c !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
}
.woocommerce-error li::before {
    display: none !important;
}
.woocommerce-message {
    background: var(--vip-surface) !important;
    border: 1px solid var(--vip-border) !important;
    border-left: 3px solid #5b3ce8 !important;
    border-radius: 10px !important;
    color: #16181c !important;
}
.woocommerce-info {
    background: #f0f9ff !important;
    border: 1px solid #7dd3fc !important;
    border-left: 3px solid #0ea5e9 !important;
    border-radius: 10px !important;
    color: #16181c !important;
}

.vip-404-wrap {
    min-height: 62vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}
.vip-404-inner {
    text-align: center;
    max-width: 420px;
}
.vip-404-code {
    font-family: var(--vip-font-display);
    font-size: clamp(80px, 18vw, 128px);
    font-weight: 800;
    color: var(--vip-ink);
    line-height: 1;
    letter-spacing: -0.04em;
}
.vip-404-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: var(--vip-ink) !important;
    margin: 12px 0 10px !important;
    letter-spacing: -0.01em !important;
}
.vip-404-msg {
    font-size: 15px !important;
    color: var(--vip-muted) !important;
    margin: 0 0 28px !important;
    line-height: 1.6 !important;
}
.vip-404-btn {
    display: inline-block;
    background: var(--vip-ink);
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px 26px;
    border-radius: var(--vip-radius-pill);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: opacity 0.15s ease;
}
.vip-404-btn:hover {
    opacity: 0.82;
}

.vip-thankyou-check {
    display: flex;
    justify-content: center;
    margin: 32px 0 8px;
}
.vip-thankyou-check svg {
    width: 64px;
    height: 64px;
}
.vip-check-circle {
    stroke-dasharray: 160;
    stroke-dashoffset: 160;
    animation: vipCheckCircle 0.5s cubic-bezier(0.4,0,0.2,1) 0.1s forwards;
}
.vip-check-tick {
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    animation: vipCheckTick 0.35s ease 0.55s forwards;
}
@keyframes vipCheckCircle {
    to { stroke-dashoffset: 0; }
}
@keyframes vipCheckTick {
    to { stroke-dashoffset: 0; }
}
.woocommerce-order-received .woocommerce-thankyou-order-received {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: var(--vip-ink) !important;
    text-align: center;
    margin-top: 12px !important;
}
.woocommerce-order-received .woocommerce-order-overview {
    background: var(--vip-surface) !important;
    border: 1px solid var(--vip-border) !important;
    border-radius: var(--vip-radius-lg) !important;
    padding: 20px 24px !important;
    margin: 24px 0 !important;
}
.woocommerce-order-received .woocommerce-order-overview li {
    border-right-color: var(--vip-border) !important;
    font-size: 13px !important;
    color: var(--vip-muted) !important;
}
.woocommerce-order-received .woocommerce-order-overview li strong {
    display: block;
    font-size: 15px !important;
    color: var(--vip-ink) !important;
    font-weight: 700 !important;
    margin-top: 3px;
}

.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
    transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
}
.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
    border-color: #16181c !important;
    box-shadow: 0 0 0 3px rgba(22,24,28,0.08) !important;
    outline: none !important;
}

.woocommerce-additional-fields {
    display: none !important;
}

.woocommerce-form-coupon-toggle,
.woocommerce-form-coupon {
    display: none !important;
}

#customer_details,
.woocommerce-billing-fields__field-wrapper {
    display: none !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
    max-width: 600px !important;
}

.woocommerce-checkout #order_review_heading {
    display: none !important;
}

.woocommerce-checkout #order_review {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
}

.woocommerce-checkout form.woocommerce-checkout {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.woocommerce-checkout #order_review .shop_table {
    border: 1px solid var(--vip-border) !important;
    border-radius: var(--vip-radius-lg) !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
}

.woocommerce-checkout #order_review .shop_table th,
.woocommerce-checkout #order_review .shop_table td {
    padding: 14px 18px !important;
    font-size: 14px !important;
    color: var(--vip-ink) !important;
    border-bottom: 1px solid var(--vip-border) !important;
}

.woocommerce-checkout #order_review .shop_table tfoot tr:last-child td,
.woocommerce-checkout #order_review .shop_table tfoot tr:last-child th {
    font-weight: 700 !important;
    font-size: 15px !important;
    border-bottom: none !important;
}

.woocommerce-checkout #payment {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.woocommerce-checkout #payment .payment_methods {
    border: 1px solid var(--vip-border) !important;
    border-radius: var(--vip-radius-lg) !important;
    overflow: hidden !important;
    margin-bottom: 16px !important;
    padding: 0 !important;
}

.woocommerce-checkout #payment .payment_methods li {
    padding: 14px 18px !important;
    border-bottom: 1px solid var(--vip-border) !important;
}

.woocommerce-checkout #payment .payment_methods li:last-child {
    border-bottom: none !important;
}

.woocommerce-checkout #payment .payment_methods li label,
.woocommerce-checkout #payment .payment_methods li input[type="radio"],
.woocommerce-checkout #payment .payment_methods li img,
.woocommerce-checkout #payment .payment_box p {
    display: none !important;
}

.woocommerce-checkout #payment .payment_box {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-checkout #payment .payment_box::before {
    display: none !important;
}

.woocommerce-checkout #payment .payment_methods {
    padding: 0 !important;
}

.woocommerce-checkout #payment .payment_methods li {
    padding: 0 !important;
    border: none !important;
}

.woocommerce-checkout #payment .place-order {
    padding: 0 !important;
    margin-top: 16px !important;
}

.woocommerce-checkout #place_order {
    width: 100% !important;
    padding: 15px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: var(--vip-radius-pill) !important;
    letter-spacing: 0.01em !important;
}
