.ast-left-sidebar #primary,
.ast-left-sidebar #secondary {
    border: none !important;
}

/* Default: icon hidden */
.vappax-guide .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    display: none;
}

/* Active state */
.vappax-guide .elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-icon {
    display: inline-flex;
    align-items: center;
}

/* Hover state */
.vappax-guide .elementor-widget-n-tabs .e-n-tab-title:hover .e-n-tab-icon {
    display: inline-flex;
    align-items: center;
}

/* ===============================
   PRODUCT GRID FIX (Equal Height)
================================= */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 24px;
}

.woocommerce-pagination .page-numbers {
    display: flex !important;
}

.woocommerce ul.products .ast-article-post {
    margin-bottom: 0 !important;
}

.fp-latest ul.products li.product {
    margin-bottom: 0 !important;
}

.fp-latest .astra-shop-summary-wrap {
    background-color: #fff;
}

.custom-vape-pen ul.products li.product {
    background: #0F172A !important;
    border: 1px solid #e2e8f033 !important;
    box-shadow: 0 2px 4px 0 rgba(20, 184, 166, 0.1) !important;
}

.custom-vape-pen .astra-shop-summary-wrap {
    background-color: #0F172A !important;
}

.custom-vape-pen ul.products li.product .woocommerce-loop-product__title {
    color: #ffffff !important;
}

.widget_nav_menu li {
    margin-block: 1rem !important;
}

.woocommerce ul.products li.product {
    background: #f3f4f6;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    position: relative;
}

/* Hover Card */
.woocommerce ul.products li.product:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

/* ===============================
   IMAGE SECTION
================================= */
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
    background: #f8fafc;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.woocommerce ul.products li.product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.woocommerce ul.products li.product:hover img {
    transform: scale(1.08);
}

/* ===============================
   CONTENT SECTION
================================= */
.woocommerce ul.products li.product .astra-shop-summary-wrap {
    text-align: center;
    padding: 16px 14px 14px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Product Title */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 17px;
    font-weight: 700;
    color: #475569;
    margin-bottom: 8px;
    transition: 0.3s;
    text-transform: capitalize;
    flex-grow: 1;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
    color: #15803d;
}

/* Price */
.woocommerce ul.products li.product .price {
    color: #00CBC7;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
}

/* ===============================
   ADD TO CART BUTTON ANIMATION
================================= */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .ast-on-card-button {
    background: #15803d;
    color: #fff !important;
    border-radius: 6px;
    padding: 10px 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    transform: translateY(0);
    opacity: 0.95;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .ast-on-card-button:hover {
    background: #166534;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    opacity: 1;
}

/* ===============================
   ENTIRE CARD CLICKABLE
================================= */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .ast-on-card-button {
    position: relative;
    z-index: 2;
}


/* Desktop: 4 columns */
.woocommerce ul.products.columns-4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Tablet: 2 columns */
@media (max-width: 992px) {
    .woocommerce ul.products.columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile: 1 column */
@media (max-width: 600px) {
    .woocommerce ul.products.columns-4 {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Remove float system (important for some themes) */
.woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
}



@media (max-width: 544px) {

    .ast-container .woocommerce ul.products:not(.elementor-grid),
    .woocommerce-page ul.products:not(.elementor-grid),
    .woocommerce.mobile-columns-2 ul.products:not(.elementor-grid),
    .woocommerce-page.mobile-columns-2 ul.products:not(.elementor-grid) {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/* Search Form Styles  */




.vappax-search-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

/* INPUT */
.vappax-search-form input {
    width: 100%;
    height: 48px;
    padding-left: 18px;
    padding-right: 55px;
    border-radius: 6px;
    border: 1px solid #E2E8F0;
    background-color: #F8FAFC;
    font-size: 14px;
    transition: all 0.3s ease;
    outline: none;
    -webkit-appearance: none;
}

/* Focus */
.vappax-search-form input:focus {
    background-color: #ffffff;
    border-color: #14B8A6;
    box-shadow: 0 0 0 2px rgba(20, 184, 166, 0.25);
}

/* BUTTON */
.vappax-search-form button {
    position: absolute;
    right: 0;
    height: 48px;
    padding: 0 22px;
    background-color: var(--ast-global-color-0);
    color: #ffffff;
    border: none;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    min-width: 48px;
}

/* Hover */
.vappax-search-form button:hover {
    background-color: #1D4ED8;
}

/* SVG icon */
.vappax-search-form svg {
    width: 24px;
    height: 24px;
}

/* =====================================
   TABLET
===================================== */

/* ===============================
   MOBILE RESPONSIVE POLISH
================================= */
@media (max-width: 768px) {

    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .woocommerce ul.products li.product {
        border-radius: 6px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 15px;
    }

    .woocommerce ul.products li.product .price {
        font-size: 16px;
    }

    .woocommerce ul.products li.product .button,
    .woocommerce ul.products li.product .ast-on-card-button {
        padding: 8px 10px;
        font-size: 14px;
    }
}

/* Extra Small Devices */
@media (max-width: 480px) {

    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .vappax-search-form input {
        height: 42px;
        font-size: 13px;
    }

    .vappax-search-form button {
        height: 42px;
    }
}


/* Override Astra center column */
@media (min-width: 922px) {

    .ast-builder-grid-row.ast-grid-center-col-layout {
        grid-template-columns: 1fr 4fr 1fr;
    }

    .site-header-primary-section-center {
        width: 100%;
    }

    .ast-left-sidebar #primary {
        width: 80% !important;
        padding-left: 30px !important;
    }

    .ast-left-sidebar #secondary {
        width: 20% !important;
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .site-header-primary-section-center .header-widget-area {
        width: 100%;
    }

    .vappax-search-form {
        width: 100%;
    }

    .vappax-search-form input[type="search"] {
        width: 100%;
        flex: 1;
    }

    .vappax-search-form {
        width: 90%;
        margin: 0 auto;
    }

    .vappax-search-form input {
        height: 60px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 50px;
    }

    .vappax-search-form button {
        height: 60px;
        padding: 0 14px;
        min-width: 44px;
    }
}

@media (max-width: 1024px) {

    .vappax-search-form input {
        height: 46px;
        font-size: 14px;
    }

    .vappax-search-form button {
        height: 46px;
    }
}


/**
Contact Widget 

*/

/* ═══════════════════════════════════════════════
   Vappax Contact Info Widget — Front-end styles
   Colors & font-size are injected as inline CSS
   per-instance; only layout lives here.
═══════════════════════════════════════════════ */

.vcw-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: inherit;
    line-height: 1.6;
}

/* ── Logo ──────────────────────────────────── */
.vcw-logo a {
    display: inline-block;
}

.vcw-logo img {
    height: auto;
    display: block;
    max-width: 100%;
}

/* ── Info rows ─────────────────────────────── */
.vcw-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vcw-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.vcw-icon {
    font-size: 1.1em;
    flex-shrink: 0;
    margin-top: 2px;
    /* optical alignment with first text line */
    width: 1.25em;
    text-align: center;
}

.vcw-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.vcw-text a {
    transition: color 0.2s ease;
}

.vcw-sub {
    font-size: 0.8em;
}

/* ── Social buttons ────────────────────────── */
.vcw-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vcw-social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 1rem;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease;
    flex-shrink: 0;
}

/* ── Responsive ────────────────────────────── */
@media (max-width: 480px) {
    .vcw-social-btn {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .vcw-wrap {
        gap: 16px;
    }

    .vcw-logo img {
        max-width: 130px;
    }

    .vcw-info {
        gap: 12px;
    }

    .vcw-social-btn {
        width: 38px;
        height: 38px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .vcw-wrap {
        gap: 14px;
    }

    .vcw-logo img {
        max-width: 110px;
    }

    .vcw-row {
        gap: 10px;
    }

    .vcw-icon {
        font-size: 1em;
    }

    .vcw-text {
        font-size: 0.9em;
    }

    .vcw-sub {
        font-size: 0.78em;
    }

    .vcw-socials {
        gap: 8px;
    }

    .vcw-social-btn {
        width: 34px;
        height: 34px;
        font-size: 0.85rem;
        border-radius: 6px;
    }
}

/* ===============================
   CTA SECTION
================================ */

.vappax-cta-section {
    padding: clamp(60px, 8vw, 120px) 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.vappax-cta-inner {
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Title */
.vappax-cta-inner h2 {
    font-size: clamp(22px, 4vw, 36px);
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff !important;
}

/* Description */
.vappax-desc {
    font-size: clamp(14px, 2.5vw, 18px);
    opacity: 0.85;
    margin-bottom: clamp(25px, 5vw, 45px);
    line-height: 1.6;
    color: #fff !important;
}

/* ===============================
   BUTTON AREA
================================ */

.vappax-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(12px, 3vw, 22px);
}

/* Base Button */
.vappax-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: clamp(8px, 2vw, 12px) clamp(18px, 4vw, 28px);
    border-radius: 999px;
    font-size: clamp(14px, 2.5vw, 16px);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
}

/* Perfect Circle Icon */
.vappax-btn span {
    width: clamp(30px, 6vw, 38px);
    height: clamp(30px, 6vw, 38px);
    min-width: clamp(30px, 6vw, 38px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
}

/* Icon */
.vappax-btn span i {
    font-size: clamp(14px, 3vw, 16px);
}

/* Brand Colors */
.vappax-btn.whatsapp {
    background: #25D366;
    color: #ffffff;
}

.vappax-btn.whatsapp span i {
    color: #25D366;
}

.vappax-btn.telegram {
    background: #24A1DE;
    color: #ffffff;
}

.vappax-btn.telegram span i {
    color: #24A1DE;
}

.vappax-btn.email {
    background: #1f2937;
    color: #ffffff;
}

.vappax-btn.email span i {
    color: #1f2937;
}

/* Hover */
.vappax-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

/* ===============================
   FOOTER NOTE
================================ */

.vappax-note {
    margin-top: clamp(25px, 6vw, 45px);
    font-size: clamp(12px, 2.5vw, 14px);
    opacity: 0.7;
}

/* ===============================
   RESPONSIVE CONTROL
================================ */

/* Mobile */
@media (max-width: 480px) {

    .vappax-buttons {
        flex-direction: column;
        align-items: center;
        /* NOT stretch */
    }

    .vappax-btn {
        width: auto;
        /* Important: not full width */
        max-width: 90%;
    }

    .product-wrapper form.cart {
        flex-direction: column;
    }

    .product-wrapper form.cart .quantity input {
        width: 100% !important;
    }
}

/* Tablet */
@media (min-width: 481px) and (max-width: 991px) {

    .vappax-buttons {
        justify-content: center;
    }
}

/* Vappax Contact Form and Sidebar  */

/* =====================================
   VAPPAX CONTACT FORM – FORCE VERSION
===================================== */

.vappax-contact-form .wpforms-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
}

/* Remove default spacing */
.vappax-contact-form .wpforms-field {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

/* Labels */
.vappax-contact-form .wpforms-field-label {
    font-weight: 700 !important;
    color: #374151 !important;
    margin-block: 15px !important;
}

/* Inputs */
.vappax-contact-form input[type="text"],
.vappax-contact-form input[type="email"] {
    width: 100% !important;
    height: 48px !important;
    padding: 0 20px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

/* Textarea styling */
.vappax-contact-form textarea {
    padding: 16px 20px !important;
    border-radius: 20px !important;
    resize: none !important;
}

/* Focus effect */
.vappax-contact-form input[type="text"]:focus,
.vappax-contact-form input[type="email"]:focus,
.vappax-contact-form textarea:focus {
    border-color: #f97316 !important;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15) !important;
    outline: none !important;
}

/* Submit Button */
.vappax-contact-form button.wpforms-submit {
    background: #19D0CC !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 16px 40px !important;
    border-radius: 999px !important;
    border: none !important;
    transition: all 0.3s ease !important;
    width: fit-content !important;
    height: auto !important;
}

/* Hover */
.vappax-contact-form button.wpforms-submit:hover {
    opacity: 0.9 !important;
    transform: scale(1.02) !important;
}

/* Active */
.vappax-contact-form button.wpforms-submit:active {
    transform: scale(0.98) !important;
}

/* ==============================
   LAYERED NAV → CHECKBOX STYLE
================================ */

/* Remove default list styling */
.woocommerce-widget-layered-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ast-woo-sidebar-widget h2.widget-title {
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

/* Each item */
.woocommerce-widget-layered-nav-list__item {
    margin-bottom: 0 !important;
}

/* Make link behave like label */
.woocommerce-widget-layered-nav-list__item a {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    color: #334155;
    position: relative;
    transition: all 0.2s ease;
}

/* Left side content wrapper */
.woocommerce-widget-layered-nav-list__item a::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #cbd5e1;
    border-radius: 4px;
    margin-right: 10px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

/* Add spacing between checkbox and text */
.woocommerce-widget-layered-nav-list__item a {
    gap: 8px;
}

/* Count styling */
.woocommerce-widget-layered-nav-list__item .count {
    display: none !important;
}

/* Hover effect */
.woocommerce-widget-layered-nav-list__item a:hover {
    background: rgba(0, 0, 0, 0.04);
}

/* ACTIVE (Selected Filter) */
.woocommerce-widget-layered-nav-list__item.chosen a::before {
    background: #0ea5a4;
    border-color: #0ea5a4;
}

/* Checkmark */
.woocommerce-widget-layered-nav-list__item.chosen a::after {
    content: "✓";
    position: absolute;
    left: 13px;
    font-size: 12px;
    color: #ffffff;
}

/* Active text */
.woocommerce-widget-layered-nav-list__item.chosen a {
    font-weight: 600;
}


/* Single Product Page  */
.product-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 600px;
}

.stock-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.badge {
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 50px;
    text-transform: uppercase;
}

.badge-success {
    background: #dcfce7;
    color: #15803d;
}

.badge-min {
    background: #eef2ff;
    color: #4338ca;
}

.product_title {
    font-size: 1.875rem !important;
    font-weight: 800;
    margin-bottom: 0 !important;
}

.product-wrapper .sku-row {
    color: #64748b;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0 !important;
}

.pricing-box {
    background: #E8F5F5;
    padding: 24px;
    border-radius: 16px;
}

.unit-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 16px;
}

.unit-price {
    font-size: 28px;
    font-weight: 800;
}

.per-unit {
    color: #64748b;
    font-weight: 600;
}

.tier-box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}


.tier-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    border-width: 0;
    margin: 0;
    border: none;
}

.tier-table tr:nth-child(even) {
    background-color: #F2FCFC;
}

.tier-table th {
    background: #E5FAF9;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px;
    text-align: left;
    border: none;
}

.tier-table td {
    padding: 12px;
    border: none;
}


.alt-row {
    background: #f8fafc;
}

.highlight {
    font-weight: 700;
    color: #00CBC7;
}

.quantity-section label,
.remarks-section label {
    font-size: 18px;
    font-weight: 700;
}

.remarks-section textarea {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 2px solid #e2e8f0;
    min-height: 100px;
    resize: vertical;
    margin-top: 10px;
}

.product-wrapper form.variations_form.cart {
    display: block;
}

.product-wrapper form.cart::before {
    display: none !important;
}



.product-wrapper form.cart .quantity input {
    border: 2px solid #e2e8f0 !important;
    text-align: center;
    border: none;
    font-weight: 700;
    font-size: 16px;
    float: none !important;
    width: 100px;
}

.product-wrapper form.cart .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    display: flex;
    gap: 20px;
}

.product-wrapper form.cart button {
    color: #fff !important;
    font-weight: 700;
}

.product-wrapper form.cart button:hover {
    background-color: #0F172A !important;
}

form.cart .btn-dark {
    padding: 10px 20px !important;
    background: #0f172a;
    color: #fff;
    border: none;
    font-weight: 700;
    margin-left: 20px !important;
}

form.cart .btn-dark:hover {
    background-color: #00CBC7 !important;
}


.total-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0F172A;
}

.total-value {
    font-size: 18px;
    font-weight: 800;
    color: #4338ca;
}


.action-grid {
    display: flex;
    align-items: center;
    gap: 20px;
}



/* ===============================
   FOOTER ACTION LINKS
   (Quote, Wishlist, Compare, Share)
================================= */

.footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    padding-top: 4px;
}

.footer-action-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #475569;
    text-decoration: none !important;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.15s ease;
    line-height: 1;
}

.footer-action-link i {
    font-size: 1rem;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.footer-action-link span {
    white-space: nowrap;
}

/* Hover */
.footer-action-link:hover {
    color: #00CBC7;
    text-decoration: none !important;
}

.footer-action-link:hover i {
    transform: scale(1.15);
}

/* Active / selected state (wishlist in list, compare in list) */
.footer-action-link.is-active {
    color: #00CBC7;
}

.footer-action-link.is-active i {
    color: #00CBC7;
}

/* Quote link — subtle teal accent */
.footer-action-link.btn-request-quote:hover {
    color: #0ea5a4;
}

/* Wishlist — heart turns red when active */
.footer-action-link.btn-wishlist.is-active i {
    color: #ef4444;
}

.footer-action-link.btn-wishlist.is-active {
    color: #ef4444;
}

/* Compare — check turns teal when active */
.footer-action-link.btn-compare.is-active i,
.footer-action-link.btn-compare.is-active {
    color: #00CBC7;
}

/* Share — uses default teal hover, no special state */

/* YITH plugin wrapper alignment */
.yith-wcwl-wrapper,
.yith-compare-wrapper {
    display: inline-flex;
    align-items: center;
}

/* Force YITH links to inherit our styling */
.yith-wcwl-wrapper a,
.yith-compare-wrapper a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #475569 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.yith-wcwl-wrapper a:hover,
.yith-compare-wrapper a:hover {
    color: #00CBC7 !important;
}

/* ── Responsive ── */

@media (max-width: 480px) {
    .footer-actions {
        gap: 16px;
    }

    .footer-action-link span {
        display: none;
        /* icon only on very small screens */
    }

    .footer-action-link i {
        font-size: 1.1rem;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .footer-actions {
        gap: 18px;
    }

    .footer-action-link {
        font-size: 0.8125rem;
    }
}

/* ===========================
   Responsive
=========================== */

@media (max-width: 768px) {

    .product-title {
        font-size: 24px;
    }

    .unit-price {
        font-size: 24px;
    }

    .quantity-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .total-box {
        margin-left: 0;
        text-align: left;
    }

    .action-grid {
        grid-template-columns: 1fr;
    }

}


/* ── Vappax Currency Switcher ─────────────────────── */

.vappax-currency-switcher {
    position: relative;
    display: inline-flex;
    align-items: center;
}

/* Trigger button */
.vappax-cs-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    padding: 4px 15px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 700;
    color: inherit;
    line-height: 1.125;
    transition: background 0.2s, border-color 0.2s;
    white-space: nowrap;
}

.vappax-cs-trigger:hover,
.vappax-cs-trigger[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: #00cbc7 !important;
}

.vappax-cs-flag {
    font-size: 1rem;
    line-height: 1;
}

.vappax-cs-chevron {
    opacity: 0.7;
    transition: transform 0.2s;
    flex-shrink: 0;
}

.vappax-cs-trigger[aria-expanded="true"] .vappax-cs-chevron {
    transform: rotate(180deg);
}

/* Dropdown */
.vappax-cs-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 130px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0;
    padding: 5px;
    z-index: 9999;
}

.vappax-cs-dropdown.is-open {
    display: block;
    animation: vappaxFxFade 0.15s ease;
}

.vappax-cs-option {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    transition: background 0.15s, color 0.15s;
}

.vappax-cs-option:hover {
    background: #f0fafa;
    color: #0ea5a4;
}

.vappax-cs-option.is-active {
    background: #e6fafa;
    color: #0ea5a4;
}

/* Light topbar override */
.topbar-light .vappax-cs-trigger {
    border-color: rgba(0, 0, 0, 0.15);
    color: #334155;
}

.topbar-light .vappax-cs-trigger:hover {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.25);
}

/* Mobile */
@media (max-width: 480px) {
    .vappax-cs-dropdown {
        right: auto;
        left: 0;
    }
}

@keyframes vappaxFxFade {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}