/* ═══════════════════════════════════════════════════════
   POLASHTOLI MART — GLOBAL STYLES
   File: assets/css/global.css
═══════════════════════════════════════════════════════ */

/* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Syne:wght@600;700;800&display=swap');

/* ═══════════════════════════════════════════════════════
   TOP INFO BAR
═══════════════════════════════════════════════════════ */
.top-bar-section {
    background: #0f0f1a !important;
    padding: 8px 0 !important;
}
.top-bar-section .container-fluid > .container { max-width: var(--pm-max-width); margin: 0 auto; }
.top-bar-section .widget,
.top-bar-section p { color: #94a3b8 !important; font-size: 12px !important; font-family: var(--pm-font) !important; margin: 0 !important; }
.top-bar-section a { color: #818cf8 !important; }
.top-bar-section a:hover { color: #fff !important; }

/* ═══════════════════════════════════════════════════════
   HEADER — TITLE BAR (Logo + Search + Icons)
═══════════════════════════════════════════════════════ */
.site-header.title-header {
    background: #fff !important;
    padding: 0 !important;
    border-bottom: 1px solid var(--pm-border-light) !important;
    box-shadow: 0 1px 8px rgba(0,0,0,0.05) !important;
}
.site-header.title-header .container { max-width: var(--pm-max-width) !important; }
.site-header.title-header .heading-row {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    padding: 14px 0 !important;
    min-height: 76px !important;
    flex-wrap: nowrap !important;
}

/* Logo */
.site-heading {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    gap: 10px !important;
    float: none !important;
    width: auto !important;
    padding: 0 !important;
}
.site-branding-logo img, .custom-logo { max-height: 54px !important; width: auto !important; }
.site-branding-text .site-title {
    font-family: var(--pm-font-display) !important;
    font-size: 1.25rem !important; font-weight: 800 !important;
    color: var(--pm-text-dark) !important; margin: 0 !important; line-height: 1.2 !important;
}
.site-branding-text .site-title a { color: var(--pm-text-dark) !important; }
.site-branding-text .site-description { font-size: 11px !important; color: var(--pm-text-light) !important; margin: 2px 0 0 !important; }

/* Search */
.header-widget-area {
    flex: 1 1 auto !important; float: none !important;
    display: flex !important; align-items: center !important;
    max-width: 560px !important; margin: 0 auto !important;
    padding: 0 !important; width: auto !important;
}
.site-heading-sidebar { display: none !important; }
.menu-search-widget, .header-search-form { width: 100% !important; }

.header-search-form form {
    display: flex !important; align-items: center !important;
    height: 46px !important; width: 100% !important;
    border: 2px solid var(--pm-border) !important;
    border-radius: 10px !important; overflow: hidden !important;
    background: #f9fafb !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
}
.header-search-form form:focus-within {
    border-color: var(--pm-primary) !important;
    box-shadow: 0 0 0 3px rgba(79,70,229,0.1) !important;
    background: #fff !important;
}
.header-search-input {
    flex: 1 !important; height: 100% !important;
    padding: 0 14px !important; border: none !important;
    background: transparent !important; outline: none !important;
    font-family: var(--pm-font) !important; font-size: 0.88rem !important;
    color: var(--pm-text-dark) !important;
}
.header-search-input::placeholder { color: var(--pm-text-light) !important; }
.header-search-select {
    height: 100% !important; padding: 0 10px !important;
    border: none !important; border-left: 1px solid var(--pm-border) !important;
    background: #fff !important; font-size: 0.78rem !important;
    font-family: var(--pm-font) !important; color: var(--pm-text-mid) !important;
    cursor: pointer !important; outline: none !important; max-width: 120px !important;
}
.header-search-button {
    height: 100% !important; padding: 0 20px !important;
    background: linear-gradient(135deg, var(--pm-primary), var(--pm-accent)) !important;
    color: #fff !important; border: none !important; cursor: pointer !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    gap: 6px !important; font-family: var(--pm-font) !important;
    font-size: 0.85rem !important; font-weight: 600 !important;
    transition: opacity 0.2s !important; flex-shrink: 0 !important;
}
.header-search-button:hover { opacity: 0.88 !important; }
.header-search-button svg, .header-search-button i { width: 17px !important; height: 17px !important; }

/* Hide ghost duplicate button */
.header-search-form form button[type="submit"]:not(.header-search-button),
.header-search-form form input[type="submit"],
.menu-search-widget button[type="submit"]:not(.header-search-button) {
    display: none !important;
}

/* Header Right Icons */
.header-right {
    display: flex !important; align-items: center !important;
    gap: 6px !important; flex-shrink: 0 !important;
    float: none !important; width: auto !important;
    padding: 0 !important; margin-left: auto !important;
}
.header-cart, .header-wishlist, .header-my-account, .header-compare {
    visibility: visible !important; opacity: 1 !important; position: relative !important;
}
.header-cart > a, .header-wishlist > a,
.header-my-account > a, .header-compare > a {
    display: flex !important; align-items: center !important; justify-content: center !important;
    width: 44px !important; height: 44px !important;
    border-radius: 10px !important; background: #f9fafb !important;
    border: 1.5px solid var(--pm-border) !important;
    color: var(--pm-text-dark) !important; text-decoration: none !important;
    transition: all 0.2s !important; position: relative !important;
}
.header-cart > a:hover, .header-wishlist > a:hover,
.header-my-account > a:hover, .header-compare > a:hover {
    background: var(--pm-primary) !important; border-color: var(--pm-primary) !important;
    color: #fff !important; transform: translateY(-2px) !important;
    box-shadow: 0 4px 14px rgba(79,70,229,0.28) !important;
}
.header-right svg, .header-right .envo-icon { width: 19px !important; height: 19px !important; }
.header-cart .count, .cart-contents .count {
    position: absolute !important; top: -5px !important; right: -5px !important;
    background: var(--pm-sale) !important; color: #fff !important;
    font-size: 9px !important; font-weight: 800 !important;
    width: 17px !important; height: 17px !important; border-radius: 50% !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    border: 2px solid #fff !important; line-height: 1 !important;
}
.header-cart a .woocommerce-Price-amount { display: none !important; }

/* ═══════════════════════════════════════════════════════
   NAVIGATION BAR
═══════════════════════════════════════════════════════ */
.site-header.menu-header { background: transparent !important; padding: 0 !important; border: none !important; box-shadow: none !important; }
.menu-heading {
    background: linear-gradient(90deg, #1a1a2e 0%, #2d2b55 55%, #1a1a2e 100%) !important;
    padding: 0 !important; box-shadow: 0 3px 12px rgba(10,10,26,0.25) !important;
}
.menu-heading .navbar { background: transparent !important; border: none !important; border-radius: 0 !important; margin: 0 !important; min-height: unset !important; }
.menu-heading .navbar-default { background: transparent !important; border: none !important; }
.menu-heading .navbar-collapse { padding: 0 !important; border: none !important; box-shadow: none !important; }
.menu-heading .nav.navbar-nav > li > a {
    color: rgba(255,255,255,0.88) !important;
    font-family: var(--pm-font) !important;
    font-size: 0.875rem !important; font-weight: 600 !important;
    padding: 13px 16px !important; letter-spacing: 0.01em !important;
    border-bottom: 3px solid transparent !important;
    transition: all 0.2s !important; background: transparent !important;
    white-space: nowrap !important;
}
.menu-heading .nav.navbar-nav > li > a:hover,
.menu-heading .nav.navbar-nav > li.current-menu-item > a,
.menu-heading .nav > li.open > a {
    color: #fff !important; background: rgba(79,70,229,0.28) !important;
    border-bottom-color: #818cf8 !important;
}
.menu-heading .caret { border-top-color: rgba(255,255,255,0.5) !important; }
.menu-heading .dropdown-menu {
    background: #fff !important; border: none !important;
    border-top: 3px solid var(--pm-primary) !important;
    border-radius: 0 0 12px 12px !important;
    box-shadow: 0 14px 40px rgba(0,0,0,0.13) !important;
    padding: 6px 0 !important; min-width: 200px !important; margin-top: 0 !important;
}
.menu-heading .dropdown-menu > li > a {
    color: var(--pm-text-dark) !important; font-size: 0.85rem !important;
    font-weight: 500 !important; font-family: var(--pm-font) !important;
    padding: 9px 18px !important; background: transparent !important; border: none !important;
    transition: all 0.18s !important;
}
.menu-heading .dropdown-menu > li > a:hover {
    background: var(--pm-primary-light) !important; color: var(--pm-primary) !important; padding-left: 24px !important;
}
.navbar-brand { display: none !important; }

/* ═══════════════════════════════════════════════════════
   SECTION TITLES (reusable)
═══════════════════════════════════════════════════════ */
.pm-section { padding: 48px 0; }
.pm-section-title {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 28px; padding-bottom: 14px;
    border-bottom: 2px solid var(--pm-border-light);
}
.pm-section-title h2 {
    font-family: var(--pm-font-display) !important;
    font-size: 1.35rem; font-weight: 700;
    color: var(--pm-text-dark);
    display: flex; align-items: center; gap: 10px;
}
.pm-section-title h2::before {
    content: ''; display: block;
    width: 4px; height: 22px;
    background: linear-gradient(180deg, var(--pm-primary), var(--pm-accent));
    border-radius: 3px;
}
.pm-section-title a {
    font-size: 0.85rem; font-weight: 600; color: var(--pm-primary);
    display: flex; align-items: center; gap: 4px;
}
.pm-section-title a:hover { color: var(--pm-primary-dark); }

/* ═══════════════════════════════════════════════════════
   PRODUCT CARDS (global — used everywhere)
═══════════════════════════════════════════════════════ */
.pm-product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
@media (max-width: 1200px) { .pm-product-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 900px)  { .pm-product-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px)  { .pm-product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

.pm-product-card {
    background: #fff;
    border: 1px solid var(--pm-border);
    border-radius: var(--pm-radius-md);
    overflow: hidden;
    transition: box-shadow var(--pm-transition), transform var(--pm-transition);
    position: relative;
    display: flex; flex-direction: column;
}
.pm-product-card:hover {
    box-shadow: var(--pm-shadow-md);
    transform: translateY(-3px);
    border-color: transparent;
}
.pm-product-card .pm-card-img {
    position: relative; overflow: hidden;
    aspect-ratio: 1; background: #f9fafb;
}
.pm-product-card .pm-card-img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.4s ease;
}
.pm-product-card:hover .pm-card-img img { transform: scale(1.05); }

/* Sale badge */
.pm-product-card .pm-badge-sale {
    position: absolute; top: 10px; left: 10px;
    background: var(--pm-sale); color: #fff;
    font-size: 10px; font-weight: 800;
    padding: 3px 8px; border-radius: 4px;
    text-transform: uppercase; letter-spacing: 0.05em; z-index: 2;
}
.pm-product-card .pm-badge-new {
    position: absolute; top: 10px; left: 10px;
    background: var(--pm-primary); color: #fff;
    font-size: 10px; font-weight: 800;
    padding: 3px 8px; border-radius: 4px;
    text-transform: uppercase; z-index: 2;
}

/* Quick action buttons on hover */
.pm-product-card .pm-card-actions {
    position: absolute; top: 10px; right: 10px;
    display: flex; flex-direction: column; gap: 6px;
    opacity: 0; transform: translateX(8px);
    transition: all 0.2s; z-index: 3;
}
.pm-product-card:hover .pm-card-actions { opacity: 1; transform: translateX(0); }
.pm-card-action-btn {
    width: 34px; height: 34px; border-radius: 8px;
    background: #fff; border: 1px solid var(--pm-border);
    display: flex; align-items: center; justify-content: center;
    color: var(--pm-text-mid); cursor: pointer; font-size: 14px;
    transition: all 0.2s; box-shadow: var(--pm-shadow-sm);
    text-decoration: none;
}
.pm-card-action-btn:hover { background: var(--pm-primary); color: #fff; border-color: var(--pm-primary); }
.pm-card-action-btn svg { width: 15px; height: 15px; }

.pm-product-card .pm-card-body { padding: 14px; flex: 1; display: flex; flex-direction: column; }
.pm-product-card .pm-card-cat {
    font-size: 10px; font-weight: 600; color: var(--pm-primary);
    text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 5px;
}
.pm-product-card .pm-card-title {
    font-size: 0.88rem; font-weight: 600; color: var(--pm-text-dark);
    line-height: 1.4; margin-bottom: 8px; flex: 1;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.pm-product-card .pm-card-title a { color: inherit; }
.pm-product-card .pm-card-title a:hover { color: var(--pm-primary); }

.pm-product-card .pm-card-rating {
    display: flex; align-items: center; gap: 5px; margin-bottom: 8px;
}
.pm-card-stars { color: #f59e0b; font-size: 12px; }
.pm-card-review-count { font-size: 11px; color: var(--pm-text-light); }

.pm-product-card .pm-card-price {
    display: flex; align-items: center; gap: 8px; margin-bottom: 12px; flex-wrap: wrap;
}
.pm-price-current { font-size: 1.05rem; font-weight: 800; color: var(--pm-primary); }
.pm-price-old     { font-size: 0.82rem; color: var(--pm-text-light); text-decoration: line-through; }
.pm-price-discount{ font-size: 0.75rem; font-weight: 700; color: var(--pm-sale); background: #fef2f2; padding: 2px 6px; border-radius: 4px; }

.pm-product-card .pm-card-footer { padding: 0 14px 14px; }
.pm-add-to-cart {
    width: 100%; height: 38px; border-radius: var(--pm-radius-sm);
    background: var(--pm-primary); color: #fff; border: none;
    font-family: var(--pm-font) !important; font-size: 0.82rem; font-weight: 700;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    gap: 6px; transition: all 0.2s; text-decoration: none;
    letter-spacing: 0.01em;
}
.pm-add-to-cart:hover { background: var(--pm-primary-dark); color: #fff; box-shadow: 0 4px 12px rgba(79,70,229,0.3); }
.pm-add-to-cart svg { width: 15px; height: 15px; }

/* ═══════════════════════════════════════════════════════
   WOOCOMMERCE PRODUCT CARDS OVERRIDE
   Makes WC default loop look like pm-product-card
═══════════════════════════════════════════════════════ */
.woocommerce ul.products { 
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 18px !important;
    margin: 0 !important; padding: 0 !important;
    list-style: none !important;
}
@media (max-width: 900px) { .woocommerce ul.products { grid-template-columns: repeat(3,1fr) !important; } }
@media (max-width: 600px) { .woocommerce ul.products { grid-template-columns: repeat(2,1fr) !important; gap: 10px !important; } }

.woocommerce ul.products li.product {
    background: #fff !important; border: 1px solid var(--pm-border) !important;
    border-radius: var(--pm-radius-md) !important; overflow: hidden !important;
    transition: box-shadow var(--pm-transition), transform var(--pm-transition) !important;
    position: relative !important; margin: 0 !important; padding: 0 !important;
    float: none !important; width: auto !important;
}
.woocommerce ul.products li.product:hover {
    box-shadow: var(--pm-shadow-md) !important; transform: translateY(-3px) !important; border-color: transparent !important;
}
.woocommerce ul.products li.product a img {
    width: 100% !important; aspect-ratio: 1 !important; object-fit: cover !important;
    margin: 0 !important; display: block !important; transition: transform 0.4s !important;
}
.woocommerce ul.products li.product:hover a img { transform: scale(1.05) !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: var(--pm-font) !important; font-size: 0.88rem !important;
    font-weight: 600 !important; color: var(--pm-text-dark) !important;
    padding: 12px 14px 4px !important; line-height: 1.4 !important;
}
.woocommerce ul.products li.product .price {
    font-family: var(--pm-font) !important; font-size: 1rem !important;
    font-weight: 800 !important; color: var(--pm-primary) !important;
    padding: 0 14px 8px !important; display: block !important;
}
.woocommerce ul.products li.product .price del { color: var(--pm-text-light) !important; font-size: 0.82rem !important; font-weight: 400 !important; }
.woocommerce ul.products li.product .price ins { text-decoration: none !important; }
.woocommerce ul.products li.product .button {
    margin: 0 14px 14px !important; width: calc(100% - 28px) !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    background: var(--pm-primary) !important; color: #fff !important;
    border: none !important; border-radius: var(--pm-radius-sm) !important;
    font-family: var(--pm-font) !important; font-size: 0.82rem !important; font-weight: 700 !important;
    padding: 9px 16px !important; transition: all 0.2s !important; cursor: pointer !important;
}
.woocommerce ul.products li.product .button:hover { background: var(--pm-primary-dark) !important; color: #fff !important; }
.woocommerce span.onsale {
    background: var(--pm-sale) !important; color: #fff !important;
    font-size: 10px !important; font-weight: 800 !important;
    min-width: unset !important; min-height: unset !important;
    padding: 3px 8px !important; border-radius: 4px !important;
    top: 10px !important; left: 10px !important; right: auto !important;
    line-height: 1.4 !important; font-family: var(--pm-font) !important;
}

/* ═══════════════════════════════════════════════════════
   BUTTONS (global WooCommerce)
═══════════════════════════════════════════════════════ */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button {
    background: var(--pm-primary) !important; color: #fff !important;
    font-family: var(--pm-font) !important; font-size: 0.88rem !important;
    font-weight: 700 !important; border: none !important;
    border-radius: var(--pm-radius-sm) !important; padding: 11px 24px !important;
    cursor: pointer !important; transition: all 0.2s !important;
    display: inline-flex !important; align-items: center !important; gap: 6px !important;
    line-height: 1.5 !important; letter-spacing: 0.01em !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce .button:hover {
    background: var(--pm-primary-dark) !important; color: #fff !important;
    box-shadow: 0 4px 14px rgba(79,70,229,0.3) !important; transform: translateY(-1px) !important;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt { background: var(--pm-accent) !important; }

/* ═══════════════════════════════════════════════════════
   FORM INPUTS (global)
═══════════════════════════════════════════════════════ */
.woocommerce form input[type="text"],
.woocommerce form input[type="email"],
.woocommerce form input[type="password"],
.woocommerce form input[type="tel"],
.woocommerce form input[type="number"],
.woocommerce form select,
.woocommerce form textarea {
    font-family: var(--pm-font) !important; font-size: 0.9rem !important;
    color: var(--pm-text-dark) !important; background: #fff !important;
    border: 1.5px solid var(--pm-border) !important;
    border-radius: var(--pm-radius-sm) !important;
    padding: 10px 14px !important; width: 100% !important; outline: none !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
}
.woocommerce form input:focus,
.woocommerce form select:focus,
.woocommerce form textarea:focus {
    border-color: var(--pm-primary) !important;
    box-shadow: 0 0 0 3px rgba(79,70,229,0.1) !important;
}
.woocommerce form label {
    font-family: var(--pm-font) !important; font-size: 0.85rem !important;
    font-weight: 600 !important; color: var(--pm-text-dark) !important;
    display: block !important; margin-bottom: 5px !important;
}

/* ═══════════════════════════════════════════════════════
   NOTICES
═══════════════════════════════════════════════════════ */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
    font-family: var(--pm-font) !important; border-radius: var(--pm-radius-sm) !important;
    padding: 14px 18px !important; margin-bottom: 20px !important; font-size: 0.9rem !important;
}
.woocommerce-message { background: var(--pm-success-bg) !important; border-left: 4px solid var(--pm-success) !important; color: var(--pm-success) !important; }
.woocommerce-error   { background: var(--pm-danger-bg) !important; border-left: 4px solid var(--pm-danger) !important; color: var(--pm-danger) !important; }
.woocommerce-info    { background: var(--pm-primary-light) !important; border-left: 4px solid var(--pm-primary) !important; color: var(--pm-primary) !important; }

/* ═══════════════════════════════════════════════════════
   BREADCRUMB
═══════════════════════════════════════════════════════ */
.woocommerce-breadcrumb {
    font-family: var(--pm-font) !important; font-size: 0.82rem !important;
    color: var(--pm-text-light) !important; padding: 12px 0 !important;
    margin-bottom: 0 !important;
}
.woocommerce-breadcrumb a { color: var(--pm-text-mid) !important; }
.woocommerce-breadcrumb a:hover { color: var(--pm-primary) !important; }

/* ═══════════════════════════════════════════════════════
   PAGINATION
═══════════════════════════════════════════════════════ */
.woocommerce-pagination ul { display: flex !important; gap: 6px !important; list-style: none !important; padding: 0 !important; flex-wrap: wrap !important; }
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
    display: inline-flex !important; align-items: center !important; justify-content: center !important;
    width: 38px !important; height: 38px !important; border-radius: var(--pm-radius-sm) !important;
    border: 1.5px solid var(--pm-border) !important; font-size: 0.88rem !important;
    color: var(--pm-text-mid) !important; font-family: var(--pm-font) !important; font-weight: 600 !important;
    transition: all 0.2s !important; text-decoration: none !important;
}
.woocommerce-pagination ul li a:hover { background: var(--pm-primary-light) !important; border-color: var(--pm-primary) !important; color: var(--pm-primary) !important; }
.woocommerce-pagination ul li span.current { background: var(--pm-primary) !important; color: #fff !important; border-color: var(--pm-primary) !important; }

/* ═══════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════ */
.footer-credits.custom-footer-credits {
    background: #0f0f1a !important; padding: 0 !important;
}
.footer-credits.custom-footer-credits p {
    color: #64748b !important; font-family: var(--pm-font) !important;
    font-size: 13px !important; padding: 18px 0 !important;
}
.footer-credits.custom-footer-credits strong { color: #94a3b8 !important; }
.footer-credits.custom-footer-credits a { color: #f87171 !important; }
.footer-credits.custom-footer-credits a:hover { color: #fca5a5 !important; }

/* Widget footer */
.envo-one-footer-area {
    background: #111827 !important; padding: 52px 0 28px !important;
    border-top: 1px solid #1f2937 !important;
}
.envo-one-footer-area .widget-title h3 {
    font-family: var(--pm-font-display) !important;
    font-size: 0.95rem !important; font-weight: 700 !important;
    color: #f9fafb !important; text-transform: uppercase !important;
    letter-spacing: 0.06em !important; margin-bottom: 18px !important;
    padding-bottom: 10px !important; border-bottom: 2px solid var(--pm-primary) !important;
}
.envo-one-footer-area .widget,
.envo-one-footer-area .widget p,
.envo-one-footer-area .widget li { color: #9ca3af !important; font-size: 0.88rem !important; line-height: 1.8 !important; }
.envo-one-footer-area .widget a { color: #9ca3af !important; transition: color 0.2s !important; }
.envo-one-footer-area .widget a:hover { color: #818cf8 !important; }
.envo-one-footer-area .widget ul { list-style: none !important; padding: 0 !important; }
.envo-one-footer-area .widget ul li { border-bottom: 1px solid #1f2937 !important; padding: 7px 0 !important; }

/* ═══════════════════════════════════════════════════════
   MOBILE
═══════════════════════════════════════════════════════ */
@media (max-width: 991px) {
    .site-header.title-header .heading-row { flex-wrap: wrap !important; padding: 10px 0 !important; gap: 12px !important; }
    .header-widget-area { order: 3 !important; max-width: 100% !important; width: 100% !important; flex: 0 0 100% !important; }
    .header-right { margin-left: 0 !important; }
}
@media (max-width: 767px) {
    .menu-heading .navbar-toggle { background: rgba(255,255,255,0.1) !important; border-color: rgba(255,255,255,0.2) !important; margin: 8px 0 !important; }
    .menu-heading .navbar-toggle .icon-bar { background: #fff !important; }
    .menu-heading .navbar-collapse { background: #1a1a2e !important; border: none !important; }
    .menu-heading .nav.navbar-nav > li > a { padding: 11px 16px !important; }
    .header-search-select { display: none !important; }
    .pm-section { padding: 32px 0; }
}
