/*
Theme Name: Obelisk Child
Author: ThemesCamp
Author URI:  http://themeforest.net/user/themescamp
Theme URI: http://themeforest.net/user/themescamp/portfolio
Template: obelisk
Description: This is child theme for Obelisk Theme.
Version: 1.0.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: obelisk-child
Tags: one-column, two-columns, right-sidebar,custom-colors,featured-images
*/

/* ── Home (page-id-150): ocultar chrome del template Obelisk ──
   El template page-template-elementor_theme inyecta entry-title
   "Home" + spacers spc-10/spc-30 antes del contenedor Elementor.
   Como la página tiene hide_title:yes en page settings y la
   primera sección Elementor (vbgensec1) ya define su propio
   padding-top, ocultamos esos elementos solo en home para que
   la banda oscura empiece pegada al header sin gaps fantasma.
─────────────────────────────────────────────────────────────── */
body.page-id-150 .entry-title,
body.page-id-150 article#post-150 > .spc-10,
body.page-id-150 article#post-150 > .spc-30 {
    display: none !important;
}

/* ── Wrapper de contenido: reducir padding global del tema ────
   Obelisk define `.content { padding: 80px 0 }` que separa
   excesivamente el contenido del header. Reducimos a 20px
   global para que cualquier página empiece más compacta.
   Si una página requiere más aire, lo agrega su primera
   sección Elementor con su propio padding-top.
─────────────────────────────────────────────────────────────── */
.content {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
}

/* ── Hero section: general + ILÍVIT titles white text ───────── */
.elementor-element-vb_gen_h .elementor-heading-title,
.elementor-element-6b6b2e25 .elementor-heading-title {
    color: #ffffff !important;
}
.elementor-element-vb_gen_sub p,
.elementor-element-23faa2c0 p {
    color: rgba(255, 255, 255, 0.88) !important;
}

/* ── Trust Signals Band — transparent, white text ─────────────
   Scoped to the section's element ID for higher specificity over
   any cascading Elementor/Obelisk rules. Grid (instead of flex)
   prevents the intermittent left-stack at intermediate widths.
───────────────────────────────────────────────────────────────── */
.elementor-element-vb_trust_w1 .elementor-shortcode > .vb-trust-signals,
.vb-trust-signals {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    justify-items: center;
    gap: 16px 24px;
    padding: 22px 24px;
    max-width: 1200px;
    margin: 0 auto;
    background: transparent;
}

.vb-trust-signals .vb-trust-item {
    display: block;
    text-align: center;
    width: 100%;
}

.vb-trust-signals .vb-trust-text {
    display: inline-block;
    font-size: 13px;
    line-height: 1.25;
    color: #ffffff !important;
    text-align: center;
}

.vb-trust-signals .vb-trust-text strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff !important;
    margin-bottom: 2px;
}

.vb-trust-signals .vb-trust-text small {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.78) !important;
    margin-top: 0;
}

@media (max-width: 992px) {
    .elementor-element-vb_trust_w1 .elementor-shortcode > .vb-trust-signals,
    .vb-trust-signals {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 20px;
    }
}

@media (max-width: 480px) {
    .elementor-element-vb_trust_w1 .elementor-shortcode > .vb-trust-signals,
    .vb-trust-signals {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px 16px;
    }
}

/* ── Footer (Vital Bridge override) ─────────────────────────────
   S14: 3-column nav (Products / Support / Legal) + brand + copyright.
   bottom-footer.php del child theme override del parent.
───────────────────────────────────────────────────────────────── */
.vb-footer .container-fluid {
    padding: 48px 40px 32px;
    max-width: 1100px;
    margin: 0 auto;
}
.vb-footer-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 40px;
    text-align: left;
}
.vb-footer-heading {
    font-family: 'Red Rose', 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.vb-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.vb-footer-col ul li {
    margin-bottom: 10px;
}
.vb-footer-col ul li a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}
.vb-footer-col ul li a:hover {
    color: #ffffff;
}
.vb-footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 28px;
}
.vb-footer-brand-text {
    display: inline-block;
    font-family: 'Montserrat', 'Lato', sans-serif;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 6px;
    line-height: 1.1;
    color: #ffffff;
    text-transform: uppercase;
}
.vb-footer-copyright {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    letter-spacing: 0.4px;
    margin: 10px 0 0;
}

@media (max-width: 768px) {
    .vb-footer .container-fluid {
        padding: 36px 24px 28px;
    }
    .vb-footer-nav {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: center;
    }
    .vb-footer-heading {
        margin-bottom: 12px;
    }
    .vb-footer-brand-text {
        font-size: 26px;
        letter-spacing: 4px;
    }
}
@media (max-width: 480px) {
    .vb-footer-brand-text {
        font-size: 22px;
        letter-spacing: 3px;
    }
}

/* ── EQUILIUM sec 3 (How does it work?) — Nube_1 como fondo en mobile ──
   S8-CP11 (2026-05-15): la image widget a9b5b0a (Nube_1.webp) vivía como
   hijo del column 8b1d752 después del texto principal y del Reminder, lo
   que en mobile post-CP8 (cuando los 3 cards Dopamine/Serotonin/Endorphins
   se apilan verticalmente con inline_size_mobile=100) generaba ~196px de
   flow vertical entre el Reminder y el primer card (Dopamine).

   Fix: position:absolute solo en mobile → la nube sale del flow y queda
   como fondo decorativo del column 8b1d752. Los textos quedan encima con
   z-index:1. Desktop NO se toca (sigue con margins negativos del diseño
   original -400/120/0/-360 + cH=76vh ya removido en CP2).
───────────────────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
    .elementor-180 .elementor-element-8b1d752 > .elementor-element-populated {
        position: relative;
    }
    .elementor-180 .elementor-element-a9b5b0a {
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        width: 100% !important;
        margin: 0 !important;
        z-index: 0;
        pointer-events: none;
    }
    .elementor-180 .elementor-element-a9b5b0a img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain;
    }
    .elementor-180 .elementor-element-8b1d752 > .elementor-element-populated > .elementor-widget:not(.elementor-element-a9b5b0a) {
        position: relative;
        z-index: 1;
    }

    /* CP12 — Nube_2 sec 4 (FAQ) — mismo patrón: la nube 6d0ec5a vivía como
       hermano del heading "Frequently Asked Questions" en col 43f243c con
       margins negativos extremos (-123/101/0/-360 mobile) que generaba flow
       inconsistente. Position absolute como fondo elimina su contribución
       al flow. */
    .elementor-180 .elementor-element-43f243c > .elementor-element-populated {
        position: relative;
    }
    .elementor-180 .elementor-element-6d0ec5a {
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        width: 100% !important;
        margin: 0 !important;
        z-index: 0;
        pointer-events: none;
    }
    .elementor-180 .elementor-element-6d0ec5a img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain;
    }
    .elementor-180 .elementor-element-43f243c > .elementor-element-populated > .elementor-widget:not(.elementor-element-6d0ec5a) {
        position: relative;
        z-index: 1;
    }
}

/* ── Cart icon + side drawer ──────────────────────────────────────────
   S15: floating cart bag icon + slide-in cart drawer. Badge via
   wc-cart-fragments (cache-friendly). Drawer uses WC Store API for
   read/write. Sync with /cart/ page via wc_fragment_refresh.
───────────────────────────────────────────────────────────────────────── */
.vb-cart-icon {
    position: fixed;
    bottom: 90px;
    right: 28px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #0C0F16;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.vb-cart-icon:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.vb-cart-icon svg {
    width: 22px;
    height: 22px;
}
.vb-cart-count {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    background: #ffffff;
    color: #0C0F16;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
}

/* ── Drawer overlay + panel ── */
.vb-drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.vb-drawer-overlay.is-open {
    opacity: 1;
    visibility: visible;
}
.vb-drawer {
    position: fixed;
    top: 0;
    right: -400px;
    width: 380px;
    max-width: 90vw;
    height: 100%;
    z-index: 10001;
    background: #0C0F16;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.vb-drawer.is-open {
    right: 0;
}
.vb-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}
.vb-drawer__title {
    font-family: 'Red Rose', 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.vb-drawer__close {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 0 4px;
    transition: color 0.2s;
}
.vb-drawer__close:hover {
    color: #ffffff;
}

/* ── Drawer body (scrollable items) ── */
.vb-drawer__body {
    flex: 1;
    overflow-y: auto;
    padding: 16px 24px;
}
.vb-drawer__loading {
    text-align: center;
    padding: 40px 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

/* ── Cart item row ── */
.vb-drawer-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: opacity 0.2s;
}
.vb-drawer-item__img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.05);
}
.vb-drawer-item__info {
    flex: 1;
    min-width: 0;
}
.vb-drawer-item__name {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vb-drawer-item__price {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 2px;
}

/* ── Qty controls ── */
.vb-drawer-item__qty {
    display: flex;
    align-items: center;
    gap: 0;
    flex-shrink: 0;
}
.vb-qty-btn {
    width: 28px;
    height: 28px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vb-qty-btn:first-child {
    border-radius: 4px 0 0 4px;
}
.vb-qty-btn:last-child {
    border-radius: 0 4px 4px 0;
}
.vb-qty-btn:hover {
    border-color: rgba(255, 255, 255, 0.5);
}
.vb-qty-val {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.vb-drawer-item__remove {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    padding: 4px;
    flex-shrink: 0;
    transition: color 0.2s;
}
.vb-drawer-item__remove:hover {
    color: #ffffff;
}

/* ── Drawer footer (sticky subtotal + buttons) ── */
.vb-drawer__footer {
    flex-shrink: 0;
    padding: 16px 24px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.vb-drawer__subtotal {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}
.vb-drawer__tax-note {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    margin: 0 0 14px;
}
.vb-drawer__actions {
    display: flex;
    gap: 10px;
}
.vb-drawer__btn {
    flex: 1;
    display: inline-block;
    padding: 11px 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    transition: opacity 0.2s;
    cursor: pointer;
}
.vb-drawer__btn:hover {
    opacity: 0.85;
    text-decoration: none;
}
.vb-drawer__btn--primary {
    background: #ffffff;
    color: #0C0F16;
    border: 1px solid #ffffff;
}
.vb-drawer__btn--secondary {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ── Empty state ── */
.vb-drawer__empty {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 40px 24px;
    text-align: center;
}
.vb-drawer__empty p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    margin: 0;
}
.vb-drawer__empty .vb-drawer__btn {
    width: 200px;
    flex: none;
}

@media (max-width: 480px) {
    .vb-cart-icon {
        width: 46px;
        height: 46px;
        bottom: 80px;
        right: 16px;
    }
    .vb-cart-icon svg {
        width: 20px;
        height: 20px;
    }
}

/* ── Navbar — hamburger visible hasta 1199px (tablet + laptops chicos) ─
   Obelisk usa Bootstrap utility classes y además tiene una regla propia
   que oculta `.header-wrapper` entre 992-1199px (queda en blanco). Para
   evitar pantallas sin navegación en tablets vertical/horizontal y
   laptops <1200px, forzamos el hamburger en todo ese rango (≤1199px,
   breakpoint Bootstrap xl) y ocultamos el mainMenu wrapper.
   El menú principal vuelve a aparecer en desktops grandes (≥1200px).
───────────────────────────────────────────────────────────────────────── */
@media (max-width: 1199px) {
    .mobile-wrapper.d-block.d-md-none,
    .mobile-wrapper {
        display: block !important;
    }
    .header-wrapper.dflex.d-none.d-md-block,
    .header-wrapper.d-none.d-md-block,
    .header-wrapper {
        display: none !important;
    }
    a.hamburger {
        display: block !important;
        width: auto;
        height: auto;
    }
}

/* ── Cart page (`/cart/`) — S16 UX overrides ──────────────────────── */

/* #1 — Proceed to checkout button: prominent, drawer-style */
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button,
.wp-block-woocommerce-proceed-to-checkout-block a.wc-block-components-button {
    background: #ffffff !important;
    color: #0C0F16 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    border: 1px solid #ffffff !important;
    border-radius: 4px !important;
    padding: 14px 24px !important;
    text-decoration: none !important;
    transition: opacity 0.2s !important;
}
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button:hover,
.wp-block-woocommerce-proceed-to-checkout-block a.wc-block-components-button:hover {
    opacity: 0.85 !important;
    color: #0C0F16 !important;
    text-decoration: none !important;
}

/* #3 — Global WC add-to-cart buttons (site-wide: shop, cart, product, blocks).
   WC uses high-specificity selectors (.woocommerce ul.products li.product .button,
   .woocommerce div.product form.cart .button) — match them to guarantee override. */
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce .cart .button,
.add_to_cart_button,
.single_add_to_cart_button,
.wc-block-components-product-button__button {
    background: #ffffff !important;
    color: #0C0F16 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    border: 1px solid #ffffff !important;
    border-radius: 4px !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    transition: opacity 0.2s !important;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce .cart .button:hover,
.add_to_cart_button:hover,
.single_add_to_cart_button:hover,
.wc-block-components-product-button__button:hover {
    opacity: 0.85 !important;
    color: #0C0F16 !important;
    text-decoration: none !important;
    background: #ffffff !important;
}

/* #5 — Coupon apply button */
.wc-block-components-totals-coupon__button {
    background: #ffffff !important;
    color: #0C0F16 !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    border: 1px solid #ffffff !important;
    border-radius: 4px !important;
    transition: opacity 0.2s !important;
}
.wc-block-components-totals-coupon__button:hover {
    opacity: 0.85 !important;
}
.wc-block-components-totals-coupon__button:disabled,
.wc-block-components-totals-coupon__button[disabled] {
    background: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}

/* #2 — Empty cart: default icon + title hidden via cart-empty-override.php,
   custom markup (SVG bag + SHOP NOW) injected inside the block by JS */

/* ══════════════════════════════════════════════════════════════════
   S17 — /shop/ page styling
   ══════════════════════════════════════════════════════════════════ */

/* Page header — breadcrumb, title, result count, ordering */
.woocommerce-shop .woocommerce-breadcrumb {
    color: rgba(255, 255, 255, 0.45) !important;
    font-size: 13px;
    margin-bottom: 8px;
}
.woocommerce-shop .woocommerce-breadcrumb a {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none;
}
.woocommerce-shop .woocommerce-breadcrumb a:hover {
    color: #ffffff !important;
}
.woocommerce-shop .woocommerce-products-header__title {
    font-family: 'Red Rose', 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff !important;
    margin-bottom: 24px;
}
.woocommerce-shop .woocommerce-result-count {
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
}
.woocommerce-shop .woocommerce-ordering select.orderby {
    background: #11141B;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 13px;
}

/* Product grid — CSS Grid replaces WC float layout.
   WC clearfix (::before/::after with display:table) becomes ghost grid
   items — must be suppressed. */
.woocommerce-shop ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px 24px;
    padding: 0;
    list-style: none;
}
.woocommerce-shop ul.products::before,
.woocommerce-shop ul.products::after {
    display: none !important;
    content: none !important;
}
.woocommerce-shop ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
    text-align: center;
}

/* Product card image */
.woocommerce-shop ul.products li.product a img {
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #11141B;
}
.woocommerce-shop ul.products li.product:hover a img {
    transform: scale(1.03);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

/* Product card title */
.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Red Rose', 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff !important;
    margin: 12px 0 4px;
}

/* Product card price */
.woocommerce-shop ul.products li.product .price {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}
.woocommerce-shop ul.products li.product .price .woocommerce-Price-amount {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Product card button — inherits S16 global override, add spacing */
.woocommerce-shop ul.products li.product .button {
    margin-top: 4px;
    display: inline-block;
}

@media (max-width: 600px) {
    .woocommerce-shop ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 16px;
    }
}
@media (max-width: 380px) {
    .woocommerce-shop ul.products {
        grid-template-columns: 1fr;
    }
}

/* ══════════════════════════════════════════════════════════════════
   S17 — /product/ single product page styling
   ══════════════════════════════════════════════════════════════════ */

/* WC alerts — parent theme sets color:#000 which is invisible on dark bg */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 4px !important;
    font-size: 14px;
    line-height: 1.6 !important;
    padding: 14px 20px !important;
}
.woocommerce-message a,
.woocommerce-info a {
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
    opacity: 0.8;
}
.woocommerce-message .button.wc-forward,
.woocommerce-info .button.wc-forward {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    font-size: inherit !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    display: inline !important;
}
.woocommerce-error {
    border-color: rgba(255, 80, 80, 0.4) !important;
}

/* Breadcrumb on product page */
.single-product .woocommerce-breadcrumb {
    color: rgba(255, 255, 255, 0.45) !important;
    font-size: 13px;
    margin-bottom: 16px;
}
.single-product .woocommerce-breadcrumb a {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none;
}
.single-product .woocommerce-breadcrumb a:hover {
    color: #ffffff !important;
}

/* Product title */
.single-product .product_title {
    font-family: 'Red Rose', 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff !important;
    margin-bottom: 8px;
}

/* Price */
.single-product .summary .price {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
}
.single-product .summary .price .woocommerce-Price-amount {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Short description */
.single-product .woocommerce-product-details__short-description {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Quantity selector */
.single-product .quantity {
    display: inline-flex;
    align-items: center;
    margin-right: 12px;
    vertical-align: middle;
}
.single-product .quantity .qty {
    background: #11141B !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    width: 50px;
    height: 42px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    -moz-appearance: textfield;
}
.single-product .quantity .qty::-webkit-inner-spin-button,
.single-product .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.single-product .quantity .quantity-nav {
    display: flex;
    flex-direction: column;
}
.single-product .quantity .quantity-button {
    background: #11141B;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 28px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    transition: border-color 0.2s, color 0.2s;
}
.single-product .quantity .quantity-button:hover {
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}
.single-product .quantity .quantity-up {
    border-radius: 0 4px 0 0;
    border-bottom: none;
}
.single-product .quantity .quantity-down {
    border-radius: 0 0 4px 0;
}

/* Product meta */
.single-product .product_meta {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
}
.single-product .product_meta span {
    display: block;
    margin-bottom: 4px;
}
.single-product .product_meta a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}
.single-product .product_meta a:hover {
    color: #ffffff;
}

/* Tabs — Obelisk uses `.woocommerce .woocommerce-tabs ul.tabs li.active a
   { color: var(--color-main) !important }` (specificity 0,3,3). Must exceed. */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 !important;
    margin: 0 0 24px !important;
    list-style: none;
    display: flex;
    gap: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
    display: none !important;
    content: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block !important;
    padding: 10px 20px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff !important;
    text-decoration: none !important;
    border-bottom: 2px solid transparent !important;
    transition: border-color 0.2s, opacity 0.2s;
    opacity: 0.55;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #ffffff !important;
    border-bottom-color: #ffffff !important;
    border-color: #ffffff !important;
    opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #ffffff !important;
    opacity: 1;
}
.single-product .woocommerce-tabs .wc-tab {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.7;
}
.single-product .woocommerce-tabs .wc-tab h2 {
    font-family: 'Red Rose', 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

/* Reviews tab hidden via PHP (woocommerce_enable_reviews=no).
   CSS kept minimal — only style if re-enabled in the future. */

/* Product gallery — constrain and center */
.single-product .woocommerce-product-gallery {
    max-width: 48% !important;
}
.single-product .woocommerce-product-gallery img {
    border-radius: 8px;
    background: #11141B;
}

/* ══════════════════════════════════════════════════════════════════
   S19 — ILÍVIT landing ADD TO CART buttons (vb19atcfde, vb19atc747)
   Side-by-side with BUY NOW + gradient style matching BUY NOW hover.
   ══════════════════════════════════════════════════════════════════ */

/* Sec4: BUY NOW + ADD TO CART side by side, vertically aligned */
.elementor-191 .elementor-element-76227c7,
.elementor-191 .elementor-element-vb19atcfde {
    display: inline-flex !important;
    width: auto !important;
    vertical-align: top;
    margin-bottom: 0 !important;
}
.elementor-191 .elementor-element-vb19atcfde {
    margin-left: 12px !important;
}

/* ADD TO CART buttons: gradient style (BUY NOW hover as normal state).
   vb19atcfde = sec4 (inserted next to BUY NOW)
   51a2f2c = sec5 (converted from BUY NOW, keeps its Elementor base style) */
.elementor-191 .elementor-element-vb19atcfde .elementor-button,
.elementor-191 .elementor-element-51a2f2c .elementor-button {
    background-color: transparent !important;
    background-image: linear-gradient(180deg, var(--e-global-color-primary, #12c2e9) 0%, #5A9020 100%) !important;
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 0px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: transparent !important;
    border-radius: 25px !important;
    padding: 15px 30px !important;
    text-decoration: none !important;
    transition: opacity 0.2s, box-shadow 0.2s !important;
}
.elementor-191 .elementor-element-vb19atcfde .elementor-button:hover,
.elementor-191 .elementor-element-51a2f2c .elementor-button:hover {
    opacity: 0.88 !important;
    box-shadow: 0 4px 16px rgba(90, 144, 32, 0.35) !important;
}
