:root {

    --primary: #0f766e;
    --secondary: #f59e0b;
    --dark: #111827;
    --gray: #6b7280;
    --light: #f8fafc;
    --white: #ffffff;

}

body {

    font-family: 'Inter', sans-serif;
    background: #f8fafc;
    color: #111827;

}

a {
    text-decoration: none;
}

.top-bar {

    background: #0f766e;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;

}

.top-bar a {

    color: #fff;

}

.navbar-brand {

    font-size: 30px;
    font-weight: 800;

}

.search-box {
    width: 100%;
    max-width: 450px;
}

.search-box input {

    height: 50px;
    border-radius: 12px;

}

.icon-btn {

    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f3f4f6;
    color: #111827;

}

.btn-theme {

    background: #0f766e;
    color: white;
    border-radius: 10px;
    padding: 10px 20px;

}

.btn-theme:hover {

    background: #115e59;
    color: white;

}

.footer-section {

    background: #111827;
    color: white;
    padding: 80px 0;

}

.footer-section h5 {

    margin-bottom: 20px;

}

.footer-section ul {

    list-style: none;
    padding: 0;

}

.footer-section li {

    margin-bottom: 10px;

}

.footer-section a {

    color: #d1d5db;

}

.hero-section {
    padding: 100px 0;
    background: #ffffff;
}

/* .hero-badge {
    background: #ecfdf5;
    color: #0f766e;
    padding: 10px 18px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
} */

.hero-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
}

.hero-description {
    color: #6b7280;
    font-size: 18px;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
}

.btn-outline-theme {
    border: 1px solid #0f766e;
    color: #0f766e;
    padding: 12px 25px;
    border-radius: 10px;
}

.hero-banner img {
    width: 100%;
}

.category-section {
    padding: 80px 0;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h2 {
    font-size: 38px;
    font-weight: 800;
}

.category-card {
    background: white;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    text-align: center;
    padding: 25px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
    transition: .3s;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #0f766e;
}

.category-card:hover {
    transform: translateY(-8px);
}

.category-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
}

.product-section {
    padding: 80px 0;
}

.product-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
    transition: .3s;
}

.product-card:hover {
    transform: translateY(-8px);
}

.product-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.product-body {
    padding: 20px;
}

.product-body h5 {
    font-size: 16px;
    min-height: 48px;
}

.price-area {
    margin: 15px 0;
}

.sale-price {
    color: #0f766e;
    font-size: 20px;
    font-weight: 700;
}

.old-price {
    color: #9ca3af;
    text-decoration: line-through;
    margin-left: 10px;
}

.bg-light-custom {
    background: #f8fafc;
}

/* WHY US */

.why-us-section {
    padding: 90px 0;
    background: #ffffff;
}

.feature-card {
    background: #fff;
    text-align: center;
    padding: 35px 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    height: 100%;
    transition: .3s;
}

.feature-card:hover {
    transform: translateY(-10px);
}

.feature-card i {
    font-size: 45px;
    color: #0f766e;
    margin-bottom: 15px;
}

/* BRANDS */

.brands-section {
    padding: 90px 0;
    background: #f8fafc;
}

.brand-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.brand-card img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

/* TESTIMONIAL */

.testimonial-section {
    padding: 90px 0;
}

.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
    height: 100%;
}

.testimonial-card p {
    color: #6b7280;
    margin-bottom: 20px;
}

.testimonial-card h6 {
    font-weight: 700;
}

/* NEWSLETTER */

.newsletter-section {
    padding: 90px 0;
}

.newsletter-box {
    background: #0f766e;
    color: #fff;
    border-radius: 30px;
    padding: 60px;
    text-align: center;
}

.newsletter-input {
    height: 55px;
    border: none;
    border-radius: 12px;
}

/* FOOTER IMPROVEMENT */

.footer-section {
    margin-top: 0;
}

.footer-section ul li a {
    transition: .3s;
}

.footer-section ul li a:hover {
    color: #ffffff;
    padding-left: 5px;
}

.empty-data {
    background: #fff;
    border: 2px dashed #d1d5db;
    border-radius: 16px;
    padding: 50px;
    text-align: center;
    color: #6b7280;
    font-size: 18px;
}

/* .hero-slider-section {
    background: #f8fafc;
} */

/* .hero-slide {
    padding: 80px 0;
} */

/* .hero-slide-image {
    border-radius: 25px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
} */

/* .carousel-control-prev,
.carousel-control-next {
    width: 5%;
} */

/* .carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #0f766e;
    border-radius: 50%;
    padding: 20px;
} */

.floating-whatsapp {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 9999;
}

.floating-cart {
    position: fixed;
    right: 25px;
    bottom: 95px;
    width: 60px;
    height: 60px;
    background: #0f766e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    z-index: 9999;
}

/* //hero slider section */

.hero-slider-section {
    position: relative;
}

.hero-slide {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, .75) 0%,
            rgba(0, 0, 0, .55) 40%,
            rgba(0, 0, 0, .20) 100%);
}

.hero-content {
    position: relative;
    z-index: 5;

    max-width: 650px;

    padding-top: 180px;

    color: #fff;
}

.hero-content .hero-title {
    color: #fff;
    font-size: 68px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero-content .hero-description {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.hero-badge {
    background: rgba(255, 255, 255, .15);
    color: #fff;
    backdrop-filter: blur(10px);
}

.carousel-control-prev,
.carousel-control-next {
    width: 7%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #0f766e;
    border-radius: 50%;
    padding: 20px;
}

.mega-dropdown {
    position: static;
}

.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 30px;
    border: none;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.mega-menu h6 {
    font-weight: 700;
    margin-bottom: 15px;
}

.mega-menu a {
    display: block;
    padding: 8px 0;
    color: #6b7280;
}

.wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
}

.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ef4444;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
}

.product-image {
    position: relative;
    overflow: hidden;
}

.product-image img {
    transition: .4s;
}

.product-card:hover img {
    transform: scale(1.08);
}

.quick-view-btn {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #0f766e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    transition: .3s;
}

.product-card:hover .quick-view-btn {
    bottom: 15px;
}

/* STICKY BOTTOM MOBILE NAVIGATION & FLOATING ACTIONS */

.mobile-nav {
    display: none;
}

@media(max-width:768px) {
    body {
        padding-bottom: 75px; /* Prevent content from being hidden behind sticky bar */
    }

    .mobile-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 8px 0;
        box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.08);
        z-index: 1040;
    }

    .mobile-nav a {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #6b7280;
        font-size: 11px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.2s ease;
    }

    .mobile-nav a i {
        font-size: 22px;
        margin-bottom: 2px;
        transition: transform 0.2s ease;
    }

    .mobile-nav a.active {
        color: #0f766e;
    }

    .mobile-nav a.active i {
        transform: translateY(-2px);
    }

    /* Shift floating action buttons upwards to avoid overlaying mobile sticky navbar */
    .floating-whatsapp {
        bottom: 85px !important;
        width: 50px !important;
        height: 50px !important;
        font-size: 24px !important;
    }

    .floating-cart {
        bottom: 145px !important;
        width: 50px !important;
        height: 50px !important;
        font-size: 20px !important;
    }
}

/* OUTLINE THEMED BUTTON */
.btn-outline-theme {
    border: 1.5px solid #0f766e;
    color: #0f766e;
    background: transparent;
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-outline-theme:hover {
    background: #0f766e;
    color: #ffffff;
}

/* SEARCH SUGGESTION DROPDOWN */
.search-container {
    position: relative;
}

.search-suggestions-dropdown {
    top: 100%;
    z-index: 1050;
    max-height: 450px;
    overflow-y: auto;
    border: 1px solid rgba(0,0,0,0.08);
}

.search-suggestions-dropdown::-webkit-scrollbar {
    width: 6px;
}
.search-suggestions-dropdown::-webkit-scrollbar-thumb {
    background-color: #e5e7eb;
    border-radius: 4px;
}

.suggestion-group-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9ca3af;
    padding-bottom: 6px;
    margin-bottom: 8px;
    border-bottom: 1px solid #f3f4f6;
}

.suggestion-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    color: #374151;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.suggestion-item:hover {
    background-color: #f3f4f6;
    color: #0f766e;
}

.suggestion-item i {
    font-size: 16px;
    color: #9ca3af;
}

.suggestion-item img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 4px;
}

/* FLASH SALE TIMER & LAYOUTS */
.countdown-wrapper .countdown-item {
    min-width: 44px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.countdown-wrapper .countdown-item span {
    font-size: 15px;
    font-variant-numeric: tabular-nums;
}

.countdown-wrapper .countdown-item small {
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: rgba(255,255,255,0.7);
}

.product-horizontal-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f1f5f9;
}

.product-horizontal-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07) !important;
}

.product-horizontal-card img {
    transition: transform 0.4s ease;
}

.product-horizontal-card:hover img {
    transform: scale(1.05);
}

.animate-pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* CATEGORY SWIPER INITIALIZATIONS */
.categories-prev, .categories-next {
    color: #0f766e !important;
    transition: all 0.2s ease;
}

.categories-prev::after, .categories-next::after {
    font-size: 16px !important;
    font-weight: bold;
}

.categories-prev:hover, .categories-next:hover {
    background-color: #0f766e !important;
    color: #ffffff !important;
}

/* TOP DEALS BANNER */
.offer-banner {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.offer-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.92) 0%, rgba(17, 94, 89, 0.96) 100%);
    z-index: -1;
}

/* PRODUCT TAB NAVIGATION PILLS */
#productCollectionsTab .nav-link {
    background-color: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    transition: all 0.25s ease;
}

#productCollectionsTab .nav-link:hover {
    color: #0f766e;
    border-color: #0f766e;
}

#productCollectionsTab .nav-link.active {
    background-color: #0f766e !important;
    color: #ffffff !important;
    border-color: #0f766e !important;
}

/* AMAZON-STYLE PRODUCT GRID CARD */
.amazon-style-card {
    border: 1px solid #f1f5f9;
}

.amazon-style-card .rating-stars i {
    margin-right: 2px;
}

/* PREMIUM EMPTY STATES */
.empty-state-section {
    background-color: #ffffff;
    border: 2px dashed #e2e8f0 !important;
    border-radius: 20px;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease;
}

.empty-state-section:hover {
    border-color: #cbd5e1 !important;
}

.empty-state-section .empty-icon {
    width: 70px;
    height: 70px;
    background: #f8fafc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.empty-state-section .empty-icon i {
    font-size: 32px;
    color: #64748b;
}

.empty-state-section h5 {
    color: #1e293b;
    font-weight: 700;
    margin-bottom: 8px;
}

.empty-state-section p {
    color: #64748b;
    font-size: 14px;
}

/* Hello Eagle frontend theme overrides */
:root {
    --primary: #d99a16;
    --secondary: #ffd56a;
    --dark: #17120b;
    --gray: #6f6250;
    --light: #fff8e7;
    --white: #ffffff;
    --he-gold: #d99a16;
    --he-gold-light: #ffd56a;
    --he-gold-dark: #8c5207;
    --he-ink: #17120b;
    --he-cream: #fffaf0;
    --he-border: #eadbb8;
}

body {
    background:
        linear-gradient(180deg, #fffaf0 0%, #f8f2e5 100%);
    color: var(--he-ink);
}

.top-bar {
    background: linear-gradient(90deg, #090704 0%, #251707 58%, #8c5207 100%);
    color: #fff8e7;
}

.top-bar a {
    color: #fff8e7;
}

.navbar {
    border-bottom: 1px solid rgba(217, 154, 22, 0.24);
}

.navbar-brand img {
    height: 66px !important;
    width: auto !important;
    max-width: 190px;
    object-fit: contain;
    filter: drop-shadow(0 8px 14px rgba(217, 154, 22, 0.18));
}

.navbar {
    min-height: 82px;
}

.navbar .nav-link {
    color: #3a2506;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--he-gold-dark) !important;
}

.dropdown-menu,
.mega-menu {
    border: 1px solid rgba(217, 154, 22, 0.22) !important;
    background: #fffdf8;
}

.icon-btn {
    background: #fff3c8;
    color: var(--he-ink);
    border: 1px solid rgba(217, 154, 22, 0.2);
}

.icon-btn:hover {
    background: linear-gradient(135deg, var(--he-gold-light), var(--he-gold));
    color: #211306;
}

.btn-theme,
.quick-view-btn,
.floating-cart {
    background: linear-gradient(135deg, var(--he-gold-light), var(--he-gold)) !important;
    border-color: var(--he-gold) !important;
    color: #211306 !important;
    font-weight: 700;
}

.btn-theme:hover,
.quick-view-btn:hover {
    background: linear-gradient(135deg, #ffe89a, #c8840d) !important;
    color: #160d04 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--he-gold) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 52% 52%;
    box-shadow: 0 12px 26px rgba(31, 20, 5, 0.22);
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23211306'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23211306'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.btn-outline-theme,
.btn-outline-primary {
    border-color: var(--he-gold) !important;
    color: var(--he-gold-dark) !important;
    background: transparent;
}

.btn-outline-theme:hover,
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: linear-gradient(135deg, var(--he-gold-light), var(--he-gold)) !important;
    color: #211306 !important;
    border-color: var(--he-gold) !important;
}

.text-primary,
a.text-primary,
.text-teal,
.feature-card i,
.sale-price,
.suggestion-item:hover,
.categories-prev,
.categories-next {
    color: var(--he-gold-dark) !important;
}

.bg-primary,
.badge.bg-primary,
.progress-bar.bg-primary {
    background: linear-gradient(135deg, var(--he-gold-light), var(--he-gold)) !important;
    color: #211306 !important;
}

.hero-section,
.why-us-section,
.testimonial-section {
    background: #fffaf0;
}

.bg-light-custom,
.brands-section {
    background: #f8f2e5;
}

.hero-overlay {
    background:
        linear-gradient(90deg,
            rgba(8, 6, 4, .84) 0%,
            rgba(31, 20, 5, .62) 42%,
            rgba(31, 20, 5, .24) 100%);
}

.hero-badge {
    background: rgba(255, 213, 106, .16);
    border: 1px solid rgba(255, 213, 106, .28);
    color: #ffe7a8;
}

.hero-content .hero-title,
.hero-content .hero-description {
    color: #fff8e7;
}

.hero-title,
.section-heading h2 {
    color: var(--he-ink);
}

.hero-description,
.section-heading p,
.testimonial-card p {
    color: var(--gray);
}

.category-card,
.product-card,
.feature-card,
.brand-card,
.testimonial-card,
.product-horizontal-card,
.amazon-style-card,
.empty-data,
.empty-state-section,
.shop .card,
.card {
    border-color: rgba(217, 154, 22, 0.22) !important;
}

.category-card,
.product-card,
.feature-card,
.brand-card,
.testimonial-card,
.product-horizontal-card,
.amazon-style-card {
    background: linear-gradient(180deg, #fffdf8, #fff8e7);
    box-shadow: 0 12px 28px rgba(31, 20, 5, 0.08);
}

.category-card::before {
    background: linear-gradient(90deg, #17120b, var(--he-gold), var(--he-gold-light), var(--he-gold-dark));
}

.category-card:hover,
.product-card:hover,
.feature-card:hover,
.product-horizontal-card:hover,
.amazon-style-card:hover {
    border-color: rgba(217, 154, 22, 0.58) !important;
    box-shadow: 0 20px 46px rgba(31, 20, 5, 0.14) !important;
}

.newsletter-box,
.offer-banner::before {
    background:
        linear-gradient(135deg, rgba(8, 6, 4, 0.94) 0%, rgba(58, 37, 6, 0.94) 48%, rgba(217, 154, 22, 0.92) 100%) !important;
}

.footer-section {
    background: linear-gradient(180deg, #0a0704 0%, #1b1208 100%);
    color: #fff8e7;
}

.footer-section a {
    color: #e7d7b4;
}

.footer-section a:hover {
    color: var(--he-gold-light);
}

.floating-cart {
    box-shadow: 0 14px 30px rgba(217, 154, 22, 0.26);
}

.wishlist-btn {
    background: #fffaf0;
    color: var(--he-gold-dark);
    border: 1px solid rgba(217, 154, 22, 0.24);
}

.product-badge,
.discount-badge {
    background: linear-gradient(135deg, #17120b, var(--he-gold-dark)) !important;
}

.search-box input,
.form-control,
.form-select,
.newsletter-input {
    border-color: rgba(217, 154, 22, 0.26);
}

.search-box input:focus,
.form-control:focus,
.form-select:focus,
.newsletter-input:focus {
    border-color: var(--he-gold);
    box-shadow: 0 0 0 4px rgba(217, 154, 22, 0.12);
}

.search-suggestions-dropdown {
    border-color: rgba(217, 154, 22, 0.22);
    background: #fffdf8;
}

.suggestion-item:hover {
    background-color: #fff2c4;
}

.categories-prev:hover,
.categories-next:hover,
#productCollectionsTab .nav-link.active {
    background: linear-gradient(135deg, var(--he-gold-light), var(--he-gold)) !important;
    border-color: var(--he-gold) !important;
    color: #211306 !important;
}

#productCollectionsTab .nav-link:hover {
    color: var(--he-gold-dark);
    border-color: var(--he-gold);
}

.mobile-nav {
    background: #fffdf8;
    border-top-color: rgba(217, 154, 22, 0.28) !important;
}

.mobile-nav a.active,
.mobile-nav a:hover {
    color: var(--he-gold-dark);
}

@media (max-width: 991.98px) {
    .navbar .navbar-collapse {
        background: #fffdf8;
        border: 1px solid rgba(217, 154, 22, 0.2);
        border-radius: 16px;
        margin-top: 14px;
        padding: 14px;
        box-shadow: 0 18px 38px rgba(31, 20, 5, 0.10);
    }

    .hero-slide {
        height: 560px;
    }

    .hero-content {
        padding-top: 120px;
        max-width: 100%;
    }

    .hero-content .hero-title {
        font-size: 46px;
    }
}

@media (max-width: 768px) {
    body {
        padding-bottom: 75px;
    }

    .hero-slide {
        height: 500px;
    }

    .hero-content {
        padding-top: 100px;
    }

    .hero-content .hero-title,
    .hero-title {
        font-size: 36px;
        line-height: 1.15;
    }

    .hero-content .hero-description,
    .hero-description {
        font-size: 15px;
    }

    .category-section,
    .product-section,
    .why-us-section,
    .brands-section,
    .testimonial-section,
    .newsletter-section {
        padding: 54px 0;
    }

    .section-heading {
        margin-bottom: 32px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .newsletter-box {
        padding: 34px 18px;
        border-radius: 20px;
    }

    .footer-section {
        padding: 50px 0 90px;
    }
}

@media (max-width: 575.98px) {
    .top-bar {
        font-size: 12px;
    }

    .navbar-brand img {
        height: 52px !important;
        max-width: 150px;
    }

    .hero-slide {
        height: 450px;
    }

    .hero-content {
        padding-top: 86px;
    }

    .hero-content .hero-title,
    .hero-title {
        font-size: 30px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons .btn,
    .hero-buttons a {
        width: 100%;
        text-align: center;
    }

    .product-image img {
        height: 220px;
    }

    .category-card,
    .product-card,
    .feature-card,
    .testimonial-card {
        border-radius: 16px;
    }

    .mobile-nav a {
        color: #6f6250;
    }
}

/* ============================================================
   PREMIUM FOOTER REDESIGN (Black + Gold)
   ============================================================ */

.premium-footer {
    padding: 70px 0 30px;
}

.pf-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(70px);
    opacity: .35;
    animation: pfGlowPulse 9s ease-in-out infinite alternate;
}

.pf-glow-a {
    width: 420px;
    height: 420px;
    top: -180px;
    left: -120px;
    background: radial-gradient(circle, rgba(217, 154, 22, .55) 0%, rgba(217, 154, 22, 0) 70%);
}

.pf-glow-b {
    width: 480px;
    height: 480px;
    bottom: -220px;
    right: -140px;
    background: radial-gradient(circle, rgba(255, 213, 106, .4) 0%, rgba(255, 213, 106, 0) 70%);
    animation-delay: 3s;
}

@keyframes pfGlowPulse {
    from {
        opacity: .22;
        transform: scale(1);
    }

    to {
        opacity: .42;
        transform: scale(1.08);
    }
}

.pf-brand-logo {
    height: 42px;
    width: auto;
    object-fit: contain;
}

.pf-brand-name {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .3px;
    background: linear-gradient(135deg, var(--he-gold-light), var(--he-gold));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pf-about {
    color: #cbb98a;
    font-size: .92rem;
    line-height: 1.75;
    max-width: 320px;
    margin-bottom: 18px;
}

.pf-meta {
    margin: 0;
}

.pf-meta li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: .82rem;
    line-height: 1.6;
    color: #e7d7b4;
    margin-bottom: 12px;
}

.pf-meta li i {
    color: var(--he-gold-light);
    font-size: .95rem;
    margin-top: 2px;
}

.pf-meta li a {
    color: #e7d7b4;
    transition: color .3s;
}

.pf-meta li a:hover {
    color: var(--he-gold-light);
}

.pf-meta-sub {
    color: #a8987a;
    font-size: .76rem;
}

.pf-col-title {
    position: relative;
    color: var(--he-gold-light);
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: .4px;
    margin-bottom: 22px;
    padding-bottom: 12px;
}

.pf-col-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    background: linear-gradient(90deg, var(--he-gold), transparent);
}

.pf-links li {
    margin-bottom: 12px;
}

.pf-links a {
    position: relative;
    color: #e7d7b4;
    font-size: .875rem;
    text-decoration: none;
    transition: color .3s, padding-left .3s;
}

.pf-links a:hover {
    color: var(--he-gold-light);
    padding-left: 6px;
}

.pf-support-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    padding: 9px 20px;
    border-radius: 50px;
    font-size: .82rem;
    font-weight: 600;
    color: #211306;
    background: linear-gradient(135deg, var(--he-gold-light), var(--he-gold));
    text-decoration: none;
    transition: transform .3s, box-shadow .3s;
}

.pf-support-btn:hover {
    color: #211306;
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(217, 154, 22, .32);
}

.pf-badge-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.pf-badge {
    text-align: center;
    padding: 16px 8px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(217, 154, 22, .22);
    backdrop-filter: blur(6px);
    transition: transform .3s, border-color .3s, box-shadow .3s;
}

.pf-badge i {
    display: block;
    font-size: 1.25rem;
    color: var(--he-gold-light);
    margin-bottom: 6px;
}

.pf-badge span {
    display: block;
    font-size: .7rem;
    font-weight: 500;
    color: #e7d7b4;
    letter-spacing: .2px;
}

.pf-badge:hover {
    transform: translateY(-4px);
    border-color: rgba(217, 154, 22, .55);
    box-shadow: 0 14px 28px rgba(31, 20, 5, .35);
}

.pf-ribbon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 32px;
    margin-top: 46px;
    padding: 16px 20px;
    border-top: 1px solid rgba(217, 154, 22, .18);
    border-bottom: 1px solid rgba(217, 154, 22, .18);
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: .2px;
    color: #e7d7b4;
}

.pf-ribbon span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.pf-ribbon i {
    color: var(--he-gold-light);
}

.pf-divider {
    height: 1px;
    margin: 26px 0 20px;
    background: linear-gradient(90deg, transparent, rgba(217, 154, 22, .5), transparent);
}

.pf-bottom {
    padding-top: 6px;
    font-size: .82rem;
    color: #cbb98a;
}

.pf-bottom-links a {
    color: #cbb98a;
    text-decoration: none;
    position: relative;
    transition: color .3s;
}

.pf-bottom-links a:hover {
    color: var(--he-gold-light);
}

.pf-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(217, 154, 22, .32);
    color: var(--he-gold-light);
    text-decoration: none;
    transition: all .3s;
}

.pf-social a:hover {
    color: #211306;
    background: linear-gradient(135deg, var(--he-gold-light), var(--he-gold));
    border-color: var(--he-gold);
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(217, 154, 22, .35);
}

@media (max-width: 991.98px) {
    .pf-about {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .premium-footer {
        padding: 50px 0 100px;
    }

    .pf-ribbon {
        gap: 10px 20px;
        margin-top: 34px;
    }

    .pf-bottom {
        justify-content: center !important;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .pf-badge-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


/* ============================================================
   FRONTEND MOBILE RESPONSIVENESS SAFETY NET
   ============================================================ */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
video,
canvas,
iframe {
    max-width: 100%;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .navbar {
        min-height: 72px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .navbar .container {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .navbar .navbar-collapse {
        max-height: calc(100vh - 96px);
        overflow-y: auto;
    }

    .navbar .navbar-nav {
        align-items: stretch !important;
        gap: 4px !important;
    }

    .navbar .nav-link,
    .navbar .dropdown-item {
        min-height: 42px;
        display: flex;
        align-items: center;
        border-radius: 12px;
    }

    .navbar .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100%;
        margin-top: 6px;
        box-shadow: none !important;
    }

    .navbar .icon-btn {
        width: 42px;
        height: 42px;
    }

    .navbar .nav-item.ms-lg-2 {
        display: inline-flex;
        margin-top: 8px;
        margin-right: 10px;
    }

    .navbar .nav-item.ms-lg-3.d-flex {
        flex-direction: column;
    }

    .navbar .nav-item.ms-lg-3.d-flex .btn,
    .navbar .nav-item.ms-lg-3.d-flex a,
    .navbar .nav-item.ms-lg-3.d-flex button {
        width: 100% !important;
    }
}

@media (max-width: 767.98px) {
    .container,
    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        --bs-gutter-x: 1rem;
    }

    section.py-5,
    .category-section,
    .product-section,
    .why-us-section,
    .brands-section,
    .testimonial-section,
    .newsletter-section {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }

    .section-heading {
        text-align: center !important;
        margin-bottom: 26px !important;
    }

    .section-heading h2,
    .section-heading h3,
    h2.fw-bold,
    h3.fw-bold {
        font-size: clamp(24px, 7vw, 32px);
        line-height: 1.18;
    }

    .product-card .product-image img,
    .product-card .card-img-top {
        height: 170px !important;
    }

    .product-card .card-body {
        padding: 12px !important;
    }

    .product-card .card-title {
        font-size: 13px !important;
        min-height: 36px !important;
    }

    .product-card .price-area {
        display: flex;
        flex-wrap: wrap;
        gap: 2px 6px;
        margin-bottom: 12px !important;
    }

    .product-card .sale-price {
        font-size: 16px !important;
    }

    .product-card .old-price {
        margin-left: 0 !important;
    }

    .product-card .btn {
        min-height: 38px;
        padding-left: 6px !important;
        padding-right: 6px !important;
        font-size: 11px !important;
        white-space: normal;
    }

    .product-horizontal-card .row {
        min-height: 170px;
    }

    .product-horizontal-card .card-body {
        padding: 12px !important;
    }

    .offer-banner,
    .flash-sale-banner,
    .newsletter-box,
    .empty-state-section {
        border-radius: 18px !important;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }

    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .btn {
        white-space: normal;
    }
}

@media (max-width: 575.98px) {
    body {
        padding-bottom: 78px;
    }

    .navbar-brand img {
        height: 46px !important;
        max-width: 138px;
    }

    .row-cols-2 > * {
        padding-left: 6px;
        padding-right: 6px;
    }

    .row-cols-2 {
        --bs-gutter-x: .75rem;
        --bs-gutter-y: .9rem;
    }

    .product-card .product-image img,
    .product-card .card-img-top {
        height: 145px !important;
    }

    .product-badge,
    .discount-badge,
    .badge {
        max-width: 92%;
        white-space: normal;
    }

    .countdown-wrapper {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .pf-badge-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pf-ribbon {
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 380px) {
    .product-card .product-image img,
    .product-card .card-img-top {
        height: 130px !important;
    }

    .product-card .d-flex.gap-2 {
        gap: 6px !important;
    }

    .navbar-brand img {
        max-width: 120px;
    }
}
