/* ==========================================================================
   FNP-Inspired Homepage — Complete Design System
   Homes of India | Senior UI/UX — 15yr Experience
   ========================================================================== */

/* ════════════════════════════════════════════════════════════════
   0. CRITICAL — FLEXSLIDER HEIGHT & OVERLAP FIX
   ════════════════════════════════════════════════════════════════ */

/* Contain the slider so floated items don't collapse height */
.flexslider {
    overflow: hidden !important;
    position: relative !important;
    margin-bottom: 0 !important;
}
.flex-viewport {
    overflow: hidden !important;
    position: relative !important;
    display: block !important;
}
/* Clearfix on the floated <ul class="slides"> */
.flexslider .slides::after {
    content: '' !important;
    display: table !important;
    clear: both !important;
}
/* Each slide <li> must not exceed its width */
.flexslider .slides > li {
    display: block !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    overflow: visible !important;
    vertical-align: top !important;
}

/* Item-info (text area below image) proper padding */
.men-pro-item:has(.info-product-price) .item-info-product {
    padding: 0 12px 14px 12px !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}
.men-pro-item:has(.info-product-price) .item-info-product h4 {
    margin: 0 0 2px 0 !important;
}
.men-pro-item:has(.info-product-price) .item-info-product h4 a {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #111827 !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    height: auto !important;
    min-height: 36px !important;
}
.men-pro-item:has(.info-product-price) .item-info-product h4 a:hover {
    color: #d61c3c !important;
}
.men-pro-item:has(.info-product-price) .info-product-price {
    margin-top: 2px !important;
}
.mrp-price {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    font-size: 12px !important;
    color: #9ca3af !important;
}
.mrp-price strike {
    font-size: 12px !important;
    color: #9ca3af !important;
}
.selling-price {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin: 0 !important;
}
.saved-price {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #d61c3c !important;
    background: #f0faf4 !important;
    border-radius: 4px !important;
    padding: 2px 6px !important;
    display: inline-block !important;
    margin-top: 4px !important;
}
/* Discount ribbon — absolute inside relative .men-pro-item */
.fnp-discount-ribbon {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    background: linear-gradient(135deg, #ff7a00 0%, #ff7a2f 100%) !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 3px 8px !important;
    border-radius: 5px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    letter-spacing: 0.2px !important;
    z-index: 5 !important;
    pointer-events: none !important;
}
/* Section wrapper — prevent child overflow leak */
.fnp-product-section {
    overflow: hidden !important;
    padding-bottom: 32px !important;
}

.fnp-announcement-bar {
    background: linear-gradient(90deg, #b0112c 0%, #d61c3c 50%, #b0112c 100%);
    color: #ffffff;
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 9px 0;
    position: relative;
    overflow: hidden;
    z-index: 100;
}
.fnp-announcement-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 200px,
        rgba(255,255,255,0.04) 200px,
        rgba(255,255,255,0.04) 201px
    );
}
.fnp-announcement-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: relative;
    z-index: 1;
}
.fnp-announcement-icon {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.15);
    padding: 3px 10px;
    border-radius: 99px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,0.2);
    white-space: nowrap;
}
.fnp-announcement-text {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.fnp-announcement-text strong {
    font-weight: 800;
    font-size: 14px;
}

/* ════════════════════════════════════════════════════════════════
   2. PREMIUM HEADER — FNP White Style
   ════════════════════════════════════════════════════════════════ */
.fnp-header {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    position: sticky;
    top: 0;
    z-index: 999;
}
.fnp-header-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
    height: 68px;
}

/* Logo */
.fnp-logo-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.fnp-logo-wrap img.logo-com {
    max-height: 44px !important;
    width: auto !important;
    transition: opacity 0.2s;
}
.fnp-logo-wrap img.logo-com:hover { opacity: 0.85; }

/* Location pill */
.fnp-location-pill {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    min-width: 130px;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 5px 12px;
    transition: border-color 0.2s;
    flex-shrink: 0;
}
.fnp-location-pill:hover { border-color: #d61c3c; }
.fnp-location-pill-label {
    font-size: 10px;
    font-weight: 600;
    color: #6b7280;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.fnp-location-pill-value {
    font-size: 13px;
    font-weight: 600;
    color: #d61c3c;
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.fnp-location-pill-value svg { flex-shrink: 0; }

/* Search bar — center stretch */
.fnp-search-wrap {
    flex: 1;
    max-width: 560px;
}
.fnp-search-bar {
    display: flex;
    align-items: center;
    background: #f9fafb;
    border: 1.5px solid #e5e7eb;
    border-radius: 99px;
    padding: 0 6px 0 18px;
    height: 44px;
    transition: border-color 0.2s, box-shadow 0.2s;
    gap: 8px;
}
.fnp-search-bar:focus-within {
    border-color: #d61c3c;
    box-shadow: 0 0 0 3px rgba(0,133,55,0.1);
    background: #fff;
}
.fnp-search-bar svg.fnp-search-icon {
    color: #9ca3af;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}
.fnp-search-bar .select2-container {
    flex: 1 !important;
    min-width: 0 !important;
}
.fnp-search-bar .select2-container .select2-selection {
    border: none !important;
    background: transparent !important;
    height: auto !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 13.5px !important;
}
.fnp-search-bar .select2-container .select2-selection__rendered {
    color: #374151 !important;
    padding: 0 !important;
    line-height: 44px !important;
}
.fnp-search-bar .select2-container .select2-selection__placeholder {
    color: #9ca3af !important;
    font-size: 13.5px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.fnp-search-btn {
    background: #d61c3c;
    border: none;
    border-radius: 99px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    flex-shrink: 0;
    color: #fff;
}
.fnp-search-btn:hover { background: #006b25; }

/* Right icons */
.fnp-header-actions {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    flex-shrink: 0;
}
.fnp-header-action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 6px 10px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.18s;
    border: none;
    background: transparent;
    min-width: 52px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.fnp-header-action-btn:hover {
    background: #f6eeeb;
    text-decoration: none;
}
.fnp-header-action-btn svg {
    width: 22px;
    height: 22px;
    stroke: #374151;
    stroke-width: 1.8;
    fill: none;
    flex-shrink: 0;
}
.fnp-header-action-btn:hover svg { stroke: #d61c3c; }
.fnp-action-label {
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    white-space: nowrap;
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1;
}
.fnp-header-action-btn:hover .fnp-action-label { color: #d61c3c; }

/* Cart with badge */
.fnp-cart-btn {
    position: relative;
}
a.fnp-cart-btn,
a#fnp-cart-link {
    flex-direction: column !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    padding: 6px 10px !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: background 0.18s !important;
    min-width: 52px !important;
    background: transparent !important;
}
a.fnp-cart-btn:hover,
a#fnp-cart-link:hover {
    background: #f6eeeb !important;
    text-decoration: none !important;
}
a.fnp-cart-btn:hover svg,
a#fnp-cart-link:hover svg {
    stroke: #d61c3c !important;
}
a.fnp-cart-btn:hover .fnp-action-label,
a#fnp-cart-link:hover .fnp-action-label {
    color: #d61c3c !important;
}
    position: absolute;
    top: 0;
    right: 6px;
    background: #ff7a00;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* ════════════════════════════════════════════════════════════════
   3. CATEGORY NAV BAR — FNP Horizontal scrollable
   ════════════════════════════════════════════════════════════════ */
.fnp-category-nav {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    position: sticky;
    top: 68px;
    z-index: 998;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.fnp-category-nav .container {
    padding: 0 !important;
}
.fnp-category-nav-inner {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 0;
    padding: 0 12px;
}
.fnp-category-nav-inner::-webkit-scrollbar { display: none; }
.fnp-nav-item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 12px 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #374151;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2.5px solid transparent;
    transition: color 0.18s, border-color 0.18s;
    cursor: pointer;
    position: relative;
}
.fnp-nav-item:hover {
    color: #d61c3c;
    border-bottom-color: #d61c3c;
    text-decoration: none;
}
.fnp-nav-item.active {
    color: #d61c3c;
    border-bottom-color: #d61c3c;
    font-weight: 600;
}
.fnp-nav-item svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    opacity: 0.7;
}
/* Dropdown on hover */
.fnp-nav-dropdown {
    position: relative;
}
.fnp-nav-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.1);
    padding: 8px;
    z-index: 9999;
    animation: fadeInDown 0.15s ease;
}
.fnp-nav-dropdown:hover .fnp-nav-dropdown-menu { display: block; }
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}
.fnp-nav-dropdown-menu a {
    display: block;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    border-radius: 7px;
    transition: background 0.15s, color 0.15s;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.fnp-nav-dropdown-menu a:hover {
    background: #f0faf4;
    color: #d61c3c;
}

/* ════════════════════════════════════════════════════════════════
   4. HERO BANNER SECTION — FNP Side-by-Side Cards
   ════════════════════════════════════════════════════════════════ */
.fnp-hero-section {
    padding: 16px 0 8px 0;
    background: #f7f7f7;
}
.fnp-hero-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 0 0 4px 0;
    scroll-snap-type: x mandatory;
}
.fnp-hero-grid::-webkit-scrollbar { display: none; }
.fnp-hero-card {
    flex: 0 0 calc(50% - 7px);
    min-width: 380px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    min-height: 280px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    scroll-snap-align: start;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 2px 16px rgba(0,0,0,0.1);
}
.fnp-hero-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.16);
}
.fnp-hero-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 20%,
        rgba(0,0,0,0.55) 100%
    );
    border-radius: 16px;
    pointer-events: none;
}
.fnp-hero-content {
    position: relative;
    z-index: 2;
    padding: 24px;
    color: #fff;
}
.fnp-hero-content h2 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 0 0 8px 0 !important;
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    letter-spacing: -0.3px;
}
.fnp-hero-content p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.9);
    margin: 0 0 16px 0;
    font-weight: 400;
}
.fnp-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 22px;
    border-radius: 99px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}
.fnp-hero-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
    text-decoration: none;
}
.fnp-hero-btn-yellow {
    background: #ffca28;
    color: #1a1a1a;
}
.fnp-hero-btn-yellow:hover { background: #f5bc00; color: #1a1a1a; }
.fnp-hero-btn-green {
    background: #d61c3c;
    color: #fff;
}
.fnp-hero-btn-green:hover { background: #006b25; color: #fff; }

/* 3rd card — smaller peek */
.fnp-hero-card-sm {
    flex: 0 0 calc(33% - 7px);
    min-width: 260px;
}
.fnp-hero-card-sm .fnp-hero-content h2 {
    font-size: 20px !important;
}

/* ════════════════════════════════════════════════════════════════
   5. CATEGORY ICON STRIP (FNP Round Icons Row)
   ════════════════════════════════════════════════════════════════ */
.fnp-cat-strip-section {
    background: #ffffff;
    padding: 20px 0 16px;
    border-bottom: 1px solid #f0f0f0;
}
.fnp-cat-strip {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 4px 8px;
}
.fnp-cat-strip::-webkit-scrollbar { display: none; }
.fnp-cat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 100px;
    padding: 8px 6px;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s;
    flex-shrink: 0;
}
.fnp-cat-item:hover {
    transform: translateY(-3px);
    text-decoration: none;
}
.fnp-cat-img-wrap {
    width: 110px;
    height: 110px;
    border-radius: 16px;
    overflow: hidden;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.fnp-cat-item:hover .fnp-cat-img-wrap {
    border-color: #d61c3c;
    box-shadow: 0 4px 16px rgba(0,133,55,0.18);
}
.fnp-cat-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s;
}
.fnp-cat-item:hover .fnp-cat-img-wrap img { transform: scale(1.08); }
.fnp-cat-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    text-align: center;
    line-height: 1.3;
    max-width: 80px;
}
.fnp-cat-item:hover .fnp-cat-label { color: #d61c3c; }

/* ════════════════════════════════════════════════════════════════
   6. SECTION HEADINGS (Product carousels)
   ════════════════════════════════════════════════════════════════ */
.fnp-section-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 0 16px 0 !important;
    margin: 0 !important;
    border: none !important;
    border-bottom: 2px solid #f3f4f6 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.fnp-section-head-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.fnp-section-head-dot {
    width: 5px;
    height: 28px;
    background: linear-gradient(180deg, #d61c3c 0%, #ff7a00 100%);
    border-radius: 3px;
    flex-shrink: 0;
}
.fnp-section-title {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    letter-spacing: -0.2px;
    margin: 0 !important;
}
.fnp-section-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #9ca3af;
    margin: 0;
}
.fnp-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #d61c3c !important;
    text-decoration: none !important;
    background: #f0faf4 !important;
    border: 1.5px solid #d1fae5 !important;
    padding: 7px 16px !important;
    border-radius: 99px !important;
    transition: all 0.2s !important;
    box-shadow: none !important;
}
.fnp-view-all-btn:hover {
    background: #d61c3c !important;
    color: #fff !important;
    border-color: #d61c3c !important;
    text-decoration: none !important;
}
.fnp-view-all-btn svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    transition: transform 0.2s;
}
.fnp-view-all-btn:hover svg { transform: translateX(3px); }

/* Product section container */
.fnp-product-section {
    background: #ffffff !important;
    padding: 28px 0 83px 0 !important;
    overflow: hidden !important;
    clear: both !important;
    display: flow-root !important;
}

/* ════════════════════════════════════════════════════════════════
   7. PRODUCT CARD ENHANCEMENTS
   ════════════════════════════════════════════════════════════════ */
/* Discount ribbon */
.fnp-discount-ribbon {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #ff7a00 0%, #ff7a2f 100%);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: 0.2px;
    z-index: 5;
}

/* Saved price */
.saved-price {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #d61c3c !important;
    background: #f0faf4 !important;
    border-radius: 4px !important;
    padding: 2px 6px !important;
    display: inline-block !important;
    margin-top: 3px !important;
}

/* ════════════════════════════════════════════════════════════════
   8. TRUST BADGES STRIP
   ════════════════════════════════════════════════════════════════ */
.fnp-trust-strip {
    background: linear-gradient(135deg, #f0faf4 0%, #ffffff 100%);
    border-top: 1px solid #e8f5ee;
    border-bottom: 1px solid #e8f5ee;
    padding: 18px 0;
}
.fnp-trust-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 16px;
}
.fnp-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 160px;
    max-width: 240px;
}
.fnp-trust-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #d61c3c 0%, #ff7a00 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0,133,55,0.25);
}
.fnp-trust-icon svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
    fill: none;
    stroke-width: 1.8;
}
.fnp-trust-text h5 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin: 0 0 1px 0 !important;
}
.fnp-trust-text p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 11.5px;
    color: #6b7280;
    margin: 0;
    line-height: 1.3;
}

/* ════════════════════════════════════════════════════════════════
   9. OVERRIDE OLD HEADER (hide the old one on desktop)
   ════════════════════════════════════════════════════════════════ */
/* The new header replaces .header-bot + .top-utility-bar */
.header-md .header-bot,
.header-md.top-utility-bar {
    display: none !important;
}
#menu_area.header-md {
    display: none !important;
}

/* ════════════════════════════════════════════════════════════════
   10. RESPONSIVE
   ════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
    .fnp-header { display: none !important; }
    .fnp-category-nav { display: none !important; }
    .fnp-hero-card { min-width: 300px; min-height: 220px; }
    .fnp-hero-content h2 { font-size: 18px !important; }
}
@media (max-width: 767px) {
    .fnp-hero-card { flex: 0 0 90%; min-width: 280px; min-height: 200px; }
    .fnp-hero-btn { padding: 8px 16px; font-size: 12px; }
    .fnp-cat-item { min-width: 72px; }
    .fnp-cat-img-wrap { width: 60px; height: 60px; }
    .fnp-trust-item { min-width: 140px; }
    .fnp-announcement-icon { display: none; }
}
@media (max-width: 480px) {
    .fnp-hero-section { padding: 10px 0 4px; }
    .fnp-hero-content h2 { font-size: 16px !important; }
    .fnp-hero-content p { display: none; }
}


