/*
Theme Name:  Emiraa Child
Theme URI:   https://emiraa.com
Description: Sephora-inspired beauty store — Kadence child theme
Author:      Emiraa
Template:    kadence
Version:     2.0.0
*/

/* ============================================================
   TOKENS
   ============================================================ */
:root {
    --em-brand:   #803171;
    --em-dark:    #1a1a1a;
    --em-text:    #333;
    --em-sub:     #666;
    --em-muted:   #999;
    --em-border:  #e8e8e8;
    --em-bg:      #fff;
    --em-bg2:     #f7f7f7;
    --em-red:     #d0021b;
    --em-green:   #25d366;
    --em-radius:  6px;
    --em-hh:      96px; /* mobile header height */
}

*,*::before,*::after { box-sizing: border-box; }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--em-text);
    background: var(--em-bg);
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

/* ============================================================
   HIDE KADENCE HEADER ON MOBILE
   ============================================================ */
@media (max-width: 768px) {
    #masthead,
    .site-header,
    .kadence-sticky-header { display: none !important; }
    body { padding-top: var(--em-hh) !important; padding-bottom: 62px !important; }
}

/* Hide tagline everywhere */
.site-description,
[class*="site-description"],
.header-site-description { display: none !important; }

/* Desktop Kadence header tweaks */
@media (min-width: 769px) {
    .em-header { display: none !important; }
    .site-header { background: #fff !important; border-bottom: 1px solid var(--em-border) !important; }
    .site-branding .site-title a { color: var(--em-dark) !important; font-weight: 500 !important; letter-spacing: 1px !important; }
    .main-navigation a, .kadence-navigation a { font-size: 13px !important; font-weight: 500 !important; color: var(--em-dark) !important; text-transform: uppercase !important; letter-spacing: .5px !important; }
    .main-navigation a:hover, .main-navigation .current-menu-item > a { color: var(--em-brand) !important; }
    .cart-count, .header-cart-count { background: var(--em-dark) !important; color: #fff !important; }
}

/* ============================================================
   CUSTOM MOBILE HEADER — Sephora layout
   ============================================================ */
.em-header {
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 9990; background: #fff;
    border-bottom: 1px solid var(--em-border);
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.em-header-row {
    display: flex; align-items: center;
    justify-content: space-between;
    padding: 10px 14px 6px;
}

.em-logo { text-decoration: none; display: flex; align-items: center; }
.em-logo img { max-height: 32px; width: auto; }
.em-logo-text { font-size: 24px; font-weight: 700; letter-spacing: 1px; color: var(--em-dark); }
.em-logo-text b { color: var(--em-brand); font-weight: 700; }

.em-header-actions { display: flex; align-items: center; gap: 4px; }

.em-icon-btn {
    width: 38px; height: 38px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--em-dark); text-decoration: none; position: relative;
    transition: background .15s;
}
.em-icon-btn:hover { background: var(--em-bg2); }
.em-icon-btn svg { width: 21px; height: 21px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.em-cart-count {
    position: absolute; top: 3px; right: 3px;
    background: var(--em-dark); color: #fff;
    font-size: 9px; font-weight: 700;
    width: 15px; height: 15px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}

/* Search — Sephora style */
.em-search-form {
    display: flex; align-items: center;
    margin: 0 12px 10px;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
}

.em-search-form input[type="search"] {
    flex: 1; border: none !important; background: transparent !important;
    padding: 10px 14px !important; font-size: 14px !important;
    color: var(--em-text) !important; outline: none !important;
    -webkit-appearance: none; box-shadow: none !important;
}

.em-search-form input[type="search"]::placeholder { color: var(--em-muted); font-size: 13px; }

.em-search-form button {
    background: var(--em-dark); border: none; cursor: pointer;
    padding: 10px 14px; display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.em-search-form button svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ============================================================
   LAYOUT
   ============================================================ */
.em-main { overflow-x: hidden; }
.em-container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.em-section { padding: 28px 0; }
.em-section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.em-section-title { font-size: 20px; font-weight: 700; color: var(--em-dark); margin: 0; font-family: Georgia, serif; }
.em-see-all { font-size: 13px; color: var(--em-brand); font-weight: 500; }

/* ============================================================
   HERO SLIDER
   ============================================================ */
.em-slider { position: relative; width: 100%; overflow: hidden; background: var(--em-bg2); }

.em-slider-track { position: relative; width: 100%; }

.em-slide {
    display: none;
    width: 100%;
}
.em-slide.active { display: block; }

.em-slide-link { display: block; }

.em-slide img {
    width: 100%;
    display: block;
    object-fit: cover;
}

@media (max-width: 768px) { .em-slide img { max-height: 280px; } }
@media (min-width: 769px) { .em-slide img { max-height: 520px; } }

.em-slider-dots {
    position: absolute; bottom: 12px; left: 0; right: 0;
    display: flex; justify-content: center; gap: 6px;
    z-index: 2;
}

.em-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: rgba(255,255,255,0.6); border: none; cursor: pointer;
    padding: 0; transition: all .2s;
}
.em-dot.active { width: 20px; border-radius: 4px; background: #fff; }

/* Fallback hero */
.em-hero-fallback {
    background: #f9f0f6; min-height: 200px;
    display: flex; align-items: center; padding: 32px 20px;
}
.em-hero-tag {
    display: inline-block; font-size: 12px; font-weight: 500;
    color: var(--em-brand); background: rgba(128,49,113,0.1);
    border: 1px solid rgba(128,49,113,0.2); padding: 3px 12px;
    border-radius: 20px; margin-bottom: 10px;
}
.em-hero-title { font-size: 28px; font-weight: 700; color: var(--em-dark); margin: 0 0 8px; font-family: Georgia, serif; }
.em-hero-sub   { font-size: 14px; color: var(--em-sub); margin-bottom: 20px; }

/* ============================================================
   BUTTONS
   ============================================================ */
.em-btn-primary {
    display: inline-block;
    background: var(--em-dark); color: #fff;
    padding: 12px 28px; font-size: 14px; font-weight: 600;
    letter-spacing: .5px; border: none; cursor: pointer;
    text-decoration: none !important; transition: background .2s;
}
.em-btn-primary:hover { background: var(--em-brand); color: #fff; }

/* ============================================================
   CATEGORY GRID — Sephora style (image + uppercase label)
   ============================================================ */
.em-cats-section { background: var(--em-bg2); }

.em-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

@media (min-width: 600px)  { .em-cat-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 900px)  { .em-cat-grid { grid-template-columns: repeat(6, 1fr); gap: 16px; } }
@media (min-width: 1100px) { .em-cat-grid { grid-template-columns: repeat(8, 1fr); } }

.em-cat-item { display: flex; flex-direction: column; gap: 8px; text-decoration: none !important; }

.em-cat-img {
    width: 100%; aspect-ratio: 1/1;
    overflow: hidden; background: var(--em-bg);
    border: 1px solid var(--em-border);
}

.em-cat-img img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    transition: transform .3s ease;
}

.em-cat-item:hover .em-cat-img img { transform: scale(1.04); }

.em-cat-placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    background: var(--em-bg2); color: var(--em-muted);
}
.em-cat-placeholder svg { width: 32px; height: 32px; }

.em-cat-name {
    font-size: 11px; font-weight: 700;
    color: var(--em-dark); text-align: center;
    letter-spacing: .5px; line-height: 1.2;
}

/* ============================================================
   PRODUCT SCROLL — horizontal carousel (homepage)
   ============================================================ */
.em-products-section .em-container { padding-bottom: 0; }

.em-product-scroll-wrap { overflow: hidden; }

.em-product-scroll {
    display: flex; gap: 10px;
    overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
    padding: 4px 16px 16px;
}
.em-product-scroll::-webkit-scrollbar { display: none; }

/* Product card in scroll */
.em-pcard {
    flex-shrink: 0; width: 155px;
    scroll-snap-align: start;
    display: flex; flex-direction: column;
    background: var(--em-bg); border: 1px solid var(--em-border);
    transition: box-shadow .2s;
}

@media (min-width: 600px)  { .em-pcard { width: 185px; } }
@media (min-width: 1024px) { .em-pcard { width: 220px; } }

.em-pcard:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.08); }

.em-pcard-link { display: block; text-decoration: none !important; flex: 1; }

.em-pcard-img {
    position: relative; width: 100%;
    aspect-ratio: 1/1; overflow: hidden;
    background: var(--em-bg2);
}

.em-pcard-img img {
    width: 100% !important; height: 100% !important;
    object-fit: cover !important; display: block !important;
    transition: transform .3s !important;
}

.em-pcard:hover .em-pcard-img img { transform: scale(1.04) !important; }

.em-pcard-body { padding: 8px 10px 6px; }

.em-pcard-cat {
    display: block; font-size: 9px; font-weight: 700;
    color: var(--em-brand); letter-spacing: .6px;
    margin-bottom: 3px; text-transform: uppercase;
}

.em-pcard-title {
    font-size: 12px !important; font-weight: 400 !important;
    color: var(--em-dark) !important; line-height: 1.4 !important;
    margin: 0 0 6px !important; padding: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.em-pcard-price {
    font-size: 13px; font-weight: 600; color: var(--em-dark);
    margin: 0; padding: 0; line-height: 1.4;
}

.em-pcard-price del { font-size: 11px; color: var(--em-muted); font-weight: 400; opacity: 1; margin-left: 3px; }
.em-pcard-price ins { text-decoration: none !important; font-weight: 600; }
.em-pcard-price .woocommerce-Price-amount { display: inline !important; }

/* ATC button */
.em-atc-btn {
    display: block !important; width: 100% !important;
    background: var(--em-dark) !important; color: #fff !important;
    padding: 9px 10px !important; font-size: 11px !important;
    font-weight: 600 !important; text-align: center !important;
    border: none !important; cursor: pointer !important;
    text-transform: uppercase !important; letter-spacing: .5px !important;
    text-decoration: none !important; transition: background .2s !important;
    border-radius: 0 !important;
}

.em-atc-btn:hover { background: var(--em-brand) !important; color: #fff !important; }

/* Sale badge */
.em-sale-badge {
    position: absolute; top: 8px; left: 8px;
    background: var(--em-dark); color: #fff;
    font-size: 10px; font-weight: 700;
    padding: 2px 6px; z-index: 2;
    letter-spacing: .3px; text-transform: uppercase;
}

/* ============================================================
   WOOCOMMERCE SHOP/ARCHIVE GRID
   Override WC defaults completely
   ============================================================ */
.woocommerce ul.products,
.woocommerce-page ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1px !important;
    margin: 0 !important; padding: 0 !important;
    list-style: none !important;
    background: var(--em-border) !important;
}

@media (min-width: 600px)  { .woocommerce ul.products { grid-template-columns: repeat(3, 1fr) !important; } }
@media (min-width: 1024px) { .woocommerce ul.products { grid-template-columns: repeat(4, 1fr) !important; } }

.woocommerce ul.products li.product,
.woocommerce ul.products li.em-pcard-li {
    list-style: none !important; list-style-type: none !important;
    background: var(--em-bg) !important;
    border: none !important; border-radius: 0 !important;
    margin: 0 !important; padding: 0 !important;
    float: none !important; width: auto !important;
    display: flex !important; flex-direction: column !important;
}

.woocommerce ul.products li.product:hover { box-shadow: none !important; }

/* Override WC image in grid */
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.em-pcard-li .em-pcard-img img {
    width: 100% !important; height: auto !important;
    aspect-ratio: 1/1 !important; object-fit: cover !important;
    border-radius: 0 !important; display: block !important;
}

/* WC default elements reset */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
    font-size: 12px !important; font-weight: 400 !important;
    color: var(--em-text) !important; margin: 0 0 4px !important;
    padding: 8px 10px 0 !important; line-height: 1.4 !important;
    text-transform: none !important; letter-spacing: 0 !important;
    display: -webkit-box !important; -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important; overflow: hidden !important;
}

.woocommerce ul.products li.product .price {
    font-size: 13px !important; font-weight: 600 !important;
    color: var(--em-dark) !important; padding: 4px 10px 6px !important;
    margin: 0 !important; display: block !important;
}
.woocommerce ul.products li.product .price del { font-size: 11px !important; color: var(--em-muted) !important; opacity: 1 !important; }
.woocommerce ul.products li.product .price ins { text-decoration: none !important; }

.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .button {
    display: block !important; width: 100% !important;
    margin: auto 0 0 !important; padding: 10px !important;
    background: var(--em-dark) !important; color: #fff !important;
    font-size: 11px !important; font-weight: 700 !important;
    text-align: center !important; text-transform: uppercase !important;
    letter-spacing: .5px !important; border: none !important;
    border-radius: 0 !important; cursor: pointer !important;
    transition: background .2s !important;
}
.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product .button:hover {
    background: var(--em-brand) !important; color: #fff !important;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale { display: none !important; }

/* ============================================================
   ARCHIVE / SHOP PAGE HEADER
   ============================================================ */
.woocommerce-products-header__title,
.woocommerce-products-header h1 {
    font-size: 22px !important; font-weight: 700 !important;
    color: var(--em-dark) !important; font-family: Georgia, serif !important;
}

.woocommerce .woocommerce-result-count {
    font-size: 13px !important; color: var(--em-muted) !important;
}

.woocommerce-ordering select {
    border: 1px solid var(--em-border) !important;
    padding: 7px 12px !important; font-size: 13px !important;
    border-radius: var(--em-radius) !important;
    background: #fff !important; color: var(--em-text) !important;
}

/* ============================================================
   SINGLE PRODUCT PAGE
   ============================================================ */
.woocommerce div.product .product_title,
.woocommerce div.product h1.product_title {
    font-size: 20px !important; font-weight: 700 !important;
    color: var(--em-dark) !important; line-height: 1.3 !important;
    font-family: Georgia, serif !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 22px !important; font-weight: 700 !important; color: var(--em-dark) !important;
}

.woocommerce div.product p.price del { font-size: 15px !important; color: var(--em-muted) !important; }
.woocommerce div.product p.price ins { text-decoration: none !important; }

.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
    font-size: 13px !important; color: var(--em-sub) !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
    background: var(--em-dark) !important; color: #fff !important;
    border: none !important; border-radius: 0 !important;
    font-size: 14px !important; font-weight: 700 !important;
    padding: 14px 32px !important; letter-spacing: .5px !important;
    text-transform: uppercase !important; width: 100% !important;
    transition: background .2s !important;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover { background: var(--em-brand) !important; }

.woocommerce div.product form.cart .quantity .qty {
    border: 1px solid var(--em-border) !important; border-radius: 0 !important;
    font-size: 16px !important; padding: 10px 14px !important;
    width: 72px !important; text-align: center !important;
}

/* Product tabs — Sephora style */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 2px solid var(--em-dark) !important; padding: 0 !important; margin-bottom: 20px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: transparent !important; border: none !important; border-radius: 0 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-size: 13px !important; font-weight: 700 !important; color: var(--em-muted) !important; padding: 10px 20px !important; text-transform: uppercase !important; letter-spacing: .5px !important; display: block !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom: 2px solid var(--em-dark) !important; margin-bottom: -2px !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--em-dark) !important; }

/* Single product sale badge */
.woocommerce div.product .onsale,
.woocommerce span.onsale {
    background: var(--em-dark) !important; color: #fff !important;
    border-radius: 0 !important; font-size: 11px !important;
    font-weight: 700 !important; padding: 3px 8px !important;
    text-transform: uppercase !important; letter-spacing: .3px !important;
    min-width: auto !important; min-height: auto !important;
    top: 8px !important; left: 8px !important; right: auto !important;
    line-height: 1.6 !important;
}

/* ============================================================
   CART
   ============================================================ */
.woocommerce table.shop_table {
    border: 1px solid var(--em-border) !important; border-collapse: collapse !important; border-radius: 0 !important;
}
.woocommerce table.shop_table th { background: var(--em-bg2) !important; font-size: 12px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: .5px !important; padding: 12px 16px !important; color: var(--em-text) !important; }
.woocommerce table.shop_table td { padding: 14px 16px !important; border-top: 1px solid var(--em-border) !important; vertical-align: middle !important; }
.woocommerce .cart-collaterals .cart_totals { border: 1px solid var(--em-border) !important; padding: 20px !important; border-radius: 0 !important; }
.woocommerce .wc-proceed-to-checkout .checkout-button {
    background: var(--em-dark) !important; color: #fff !important; width: 100% !important;
    font-size: 14px !important; font-weight: 700 !important; padding: 14px !important;
    border-radius: 0 !important; text-align: center !important; text-transform: uppercase !important;
    letter-spacing: .5px !important; display: block !important; border: none !important;
}
.woocommerce .wc-proceed-to-checkout .checkout-button:hover { background: var(--em-brand) !important; }

/* ============================================================
   CHECKOUT
   ============================================================ */
.woocommerce-checkout label { font-size: 13px !important; font-weight: 600 !important; color: var(--em-text) !important; display: block !important; margin-bottom: 4px !important; }
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    border: 1px solid var(--em-border) !important; border-radius: 0 !important;
    padding: 11px 14px !important; font-size: 14px !important;
    width: 100% !important; color: var(--em-text) !important; background: #fff !important;
}
.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus { border-color: var(--em-dark) !important; outline: none !important; box-shadow: none !important; }
#place_order {
    background: var(--em-dark) !important; color: #fff !important; width: 100% !important;
    font-size: 14px !important; font-weight: 700 !important; padding: 16px !important;
    border-radius: 0 !important; text-transform: uppercase !important; letter-spacing: .5px !important;
    border: none !important;
}
#place_order:hover { background: var(--em-brand) !important; }

/* ============================================================
   BREADCRUMBS
   ============================================================ */
.woocommerce .woocommerce-breadcrumb { font-size: 12px !important; color: var(--em-muted) !important; padding: 10px 0 !important; margin-bottom: 20px !important; }
.woocommerce .woocommerce-breadcrumb a { color: var(--em-muted) !important; }
.woocommerce .woocommerce-breadcrumb a:hover { color: var(--em-dark) !important; text-decoration: underline !important; }

/* ============================================================
   PAGINATION
   ============================================================ */
.woocommerce nav.woocommerce-pagination ul { border: none !important; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { border: 1px solid var(--em-border) !important; border-radius: 0 !important; font-size: 13px !important; margin: 0 2px !important; color: var(--em-text) !important; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--em-dark) !important; color: #fff !important; border-color: var(--em-dark) !important; }

/* ============================================================
   NOTICES
   ============================================================ */
.woocommerce-message, .woocommerce-info { border-top-color: var(--em-dark) !important; }
.woocommerce-message { background: #f0f7f0 !important; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--em-dark) !important; color: #bbb !important; margin-top: 60px !important; }
.site-footer a { color: #bbb !important; }
.site-footer a:hover { color: #fff !important; }
.site-footer .widget-title, .site-footer h2, .site-footer h3 { color: #fff !important; font-size: 12px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 1px !important; margin-bottom: 14px !important; }
.site-footer .widget ul li { font-size: 13px !important; padding: 4px 0 !important; border: none !important; list-style: none !important; color: #bbb !important; }

/* ============================================================
   WHATSAPP
   ============================================================ */
.em-whatsapp {
    position: fixed; bottom: 22px; right: 16px; z-index: 9997;
    background: var(--em-green); color: #fff; width: 50px; height: 50px;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 14px rgba(37,211,102,0.4); text-decoration: none;
    transition: transform .2s;
}
.em-whatsapp:hover { transform: scale(1.08); color: #fff; }
.em-whatsapp svg { width: 26px; height: 26px; fill: #fff; }
@media (max-width: 768px) { .em-whatsapp { bottom: 72px; right: 14px; } }

/* ============================================================
   BOTTOM NAV
   ============================================================ */
.em-bottom-nav { display: none; }

@media (max-width: 768px) {
    .em-bottom-nav {
        display: flex; justify-content: space-around;
        position: fixed; bottom: 0; left: 0; right: 0;
        background: #fff; border-top: 1px solid var(--em-border);
        z-index: 9988; padding: 6px 0 env(safe-area-inset-bottom, 6px);
    }
}

.em-bnav-item {
    display: flex; flex-direction: column; align-items: center; gap: 2px;
    padding: 5px 10px; text-decoration: none; color: #aaa;
    font-size: 10px; font-weight: 500; min-width: 50px;
    transition: color .15s;
}
.em-bnav-item svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.em-bnav-item.active, .em-bnav-item:hover { color: var(--em-brand); }

/* ============================================================
   STICKY ATC
   ============================================================ */
.em-sticky-atc {
    display: none; position: fixed; bottom: 60px; left: 0; right: 0;
    background: #fff; border-top: 1px solid var(--em-border);
    padding: 10px 16px; z-index: 9986;
    box-shadow: 0 -4px 14px rgba(0,0,0,0.08);
    align-items: center; justify-content: space-between; gap: 12px;
}
.em-sticky-info { flex: 1; min-width: 0; overflow: hidden; }
.em-sticky-name { display: block; font-size: 11px; color: var(--em-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.em-sticky-price { display: block; font-size: 15px; font-weight: 700; color: var(--em-dark); }
.em-sticky-btn { flex-shrink: 0; padding: 10px 22px; background: var(--em-dark); color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; border: none; cursor: pointer; text-decoration: none; white-space: nowrap; transition: background .2s; }
.em-sticky-btn:hover { background: var(--em-brand); color: #fff; }

/* ============================================================
   UTILS
   ============================================================ */
@media (max-width: 768px) { .em-main { padding: 0; } }
