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

html {
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #212529;
}

/* TOP HEADER */
/* TOP HEADER */
.top-header {
    background: #ffffff;
    padding: 15px 0;
    border-bottom: 1px solid #f1f5f9;
}

.find-store {
    color: #e53935;
    font-weight: 500;
    text-decoration: none;
}

.top-links a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.order-btn {
    border-radius: 30px;
    padding: 8px 18px;
}

.top-header a.signin {
    font-size: 18px;
    color: #020002;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.top-header a.signin:hover {
    color: #e53935;
}

.pagination-wrap a {
    color: #000;
}

.pagination-wrap a:hover {
    color: #000;
}

/* DESKTOP MENU */
.main-menu {
    background: #333;
    border-bottom: 1px solid #333;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.menu-level-1 {
    display: flex;
    justify-content: space-around;
    gap: 28px;
    list-style: none;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0;
}

.menu-level-1>li {
    position: relative;
}

.menu-level-1 a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    line-height: 60px;
    font-size: 14px;
    display: block;
    padding: 0 15px;
    text-transform: capitalize;
}

.menu-level-1 a:hover {
    background: #e53935;
    color: #fff !important;
}

/* DROPDOWNS */
.menu-level-2,
.menu-level-3 {
    position: absolute;
    background: #fff;
    list-style: none;
    padding: 0;
    min-width: 220px;
    display: none;
    z-index: 99;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.menu-level-2 {
    top: 100%;
    left: 0;
}

.menu-level-3 {
    top: 0;
    left: 100%;
}

/* SMART POSITIONING: Open left for last menu items to prevent screen overflow */
.menu-level-1>li:nth-last-child(-n + 3) .menu-level-3 {
    left: auto;
    right: 100%;
}

.menu-level-2 li,
.menu-level-3 li {
    position: relative;
}

.menu-level-2 a,
.menu-level-3 a {
    display: block;
    padding: 12px 16px;
    color: #333;
    line-height: 1.4;
    font-size: 14px;
}

.menu-level-1 li:hover>.menu-level-2,
.menu-level-2 li:hover>.menu-level-3 {
    display: block;
}

/* MOBILE */
.mobile-menu {
    list-style: none;
    padding: 0;
}

.mobile-menu li {
    list-style: none;
}

.mobile-menu a {
    display: block;
    padding: 10px 0;
    color: #212529;
    font-weight: 600;
    border-bottom: 1px solid #2125291a;
    text-decoration: none;
}

/* Mobile menu toggle (dropdown trigger) */
.mobile-menu-toggle {
    cursor: pointer;
}

.mobile-menu-toggle .mobile-menu-arrow {
    font-size: 13px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    color: #e53935;
}

/* Rotate arrow when dropdown is open */
.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-arrow {
    transform: rotate(180deg);
}

/* Submenu (nested ul inside collapse) */
.mobile-submenu {
    list-style: none;
    padding: 0 0 0 12px;
    border-left: 3px solid #e53935;
    margin: 4px 0 6px;
}

.mobile-submenu li a {
    font-size: 13px;
    font-weight: 500;
    padding: 8px 0;
    border-bottom: 1px dashed #e2e8f0;
    color: #444;
}

.mobile-submenu li a:last-child {
    border-bottom: none;
}

/* "All Category" link at top of submenu */
.mobile-submenu-parent-link {
    color: #e53935 !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* MOBILE MENU ENHANCEMENT */
@media (max-width: 991px) {
    #mobileMenu.offcanvas {
        width: 100% !important;
        background-color: #fff !important;
    }

    .hero-content {
        padding-top: 154px !important;
        align-items: center !important;
    }
}

/* ===== MOBILE MENU HEADER ===== */
.mobile-menu-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    min-height: 65px;
}

/* Wishlist icon in header */
.mobile-header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #212529;
    padding: 6px;
    border-radius: 50%;
    transition: color 0.2s ease;
}

.mobile-header-icon:hover {
    color: #e53935;
}

.mobile-header-icon .icon-wrap {
    font-size: 20px;
}

/* Custom close button */
.mobile-menu-close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #f1f5f9;
    border: none;
    border-radius: 50%;
    color: #212529;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.mobile-menu-close-btn:hover {
    background: #e53935;
    color: #fff;
}

/* ===== MOBILE MENU SOCIAL FOOTER ===== */
.mobile-menu-social {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 16px 0 20px;
    margin-top: 10px;
}

.mobile-menu-social-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8;
    margin-bottom: 12px;
}

.mobile-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.mobile-social-icon:hover {
    background: #e53935;
    color: #fff;
    transform: translateY(-2px);
}



/* ===== MOBILE SHOP TOOLBAR ===== */
/* Search Bar */
.mobile-shop-search {
    padding: 0 2px;
}

.mobile-search-wrap {
    display: flex;
    align-items: center;
    background: #f1f5f9;
    border-radius: 50px;
    padding: 10px 18px;
    gap: 10px;
    border: 1px solid #e2e8f0;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mobile-search-wrap:focus-within {
    border-color: #e53935;
    box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.1);
    background: #fff;
}

.mobile-search-icon {
    color: #94a3b8;
    font-size: 15px;
    flex-shrink: 0;
}

.mobile-search-input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    color: #212529;
    width: 100%;
}

.mobile-search-input::placeholder {
    color: #94a3b8;
}

/* Filter Bar Row */
.mobile-filter-bar {
    padding: 0 2px;
}

/* Filters Button */
.mobile-toolbar-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 700;
    color: #212529;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.mobile-toolbar-btn:hover,
.mobile-toolbar-btn:active {
    background: #e53935;
    border-color: #e53935;
    color: #fff;
}

/* Sort Select */
.mobile-sort-wrap {
    position: relative;
}

.mobile-sort-select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    background: #f1f5f9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23212529' d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") no-repeat right 14px center;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 9px 36px 9px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #212529;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-sort-select:focus {
    outline: none;
    border-color: #e53935;
    box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.1);
}

/* Clear Filters Button */
.mobile-clear-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-radius: 50px;
    padding: 9px 14px;
    font-size: 12px;
    font-weight: 700;
    color: #e53935;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.mobile-clear-btn:hover {
    background: #e53935;
    border-color: #e53935;
    color: #fff;
}



/* Top Bar Start */
.top-bar {
    background: #e53935;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 19.5px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px 0;
}

.top-bar a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 15px;
}

.top-bar a:hover {
    text-decoration: underline;
}

.vip-btn {
    background: #c8a24a;
    color: #000 !important;
    padding: 2px 10px;
    border-radius: 2px;
    font-weight: 500;
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}

.vip-btn:hover {
    background: #b08d3f;
    text-decoration: none;
}

/* Top Bar End */
/* LOGO SEARCH Start  */

.search-box-modern {
    max-width: 550px;
    width: 100%;
    background-color: #f1f5f9 !important;
    border: 1px solid transparent;
    height: 50px;
    border-radius: 25px !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-box-modern:focus-within {
    background-color: #ffffff !important;
    border-color: #e2e8f0;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
}

/* HEADER TRANSPARENCY & OVERLAP */
.header-main-wrapper.header-transparent {
    position: absolute;
    /* Overlaps hero */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background: transparent;
}

/* top-bar is SOLID RED */
.header-main-wrapper.header-transparent .top-bar {
    background: #e53935 !important;
    position: relative;
    z-index: 1031;
}

/* top-header is TRANSPARENT (shows hero behind) */
.header-main-wrapper.header-transparent .top-header {
    background: transparent !important;
    border-bottom: none !important;
}

/* Navbar: Transparent initially with white borders */
.header-main-wrapper.header-transparent .main-menu {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: none !important;
    transition:
        background 0.3s ease,
        position 0.3s ease;
}

/* Sticky Class for Main Menu */
.main-menu.is-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #333 !important;
    z-index: 2000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: none !important;
}

/* Ensure navbar links are white */
.header-main-wrapper.header-transparent .main-menu .menu-level-1>li>a,
.main-menu.is-sticky .menu-level-1>li>a {
    color: #fff !important;
    font-weight: 600;
}

/* Icons in top-header white on transparent */
.header-main-wrapper.header-transparent .header-icon-link,
.header-main-wrapper.header-transparent .top-bar span,
.header-main-wrapper.header-transparent .top-bar a {
    color: #fff !important;
}

/* Search Box refinement for transparency */
.header-main-wrapper.header-transparent .search-box-modern {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.header-main-wrapper.header-transparent .search-input-main {
    color: #fff !important;
}

/* Sticky navbar behavior: the whole wrapper is fixed on homepage */
/* but ensuring it sticks even when not on the homepage? */
/* User specifically said homepage header transparency. */

/* Ensure navbar links are visible white */
.header-main-wrapper.header-transparent .main-menu .menu-level-1>li>a {
    color: #fff !important;
    font-weight: 600;
}

/* Icons in top-header white on transparent */
.header-main-wrapper.header-transparent .header-icon-link,
.header-main-wrapper.header-transparent .top-bar span,
.header-main-wrapper.header-transparent .top-bar a {
    color: #fff !important;
}

/* Search Box refinement for dark background overlay */
.header-main-wrapper.header-transparent .search-box-modern {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.header-main-wrapper.header-transparent .search-input-main {
    color: #fff !important;
}

.header-main-wrapper.header-transparent .search-input-main::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.header-main-wrapper.header-solid {
    position: relative;
    z-index: 1030;
    background: #fff;
}

.search-category-select {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    border: none;
    background: transparent;
    padding: 0 15px;
    width: auto;
    cursor: pointer;
}

.search-input-main {
    font-size: 14px;
    color: #334155;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.search-input-main:focus {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.search-input-main::placeholder {
    color: #94a3b8;
}

.btn-search-trigger {
    color: #fff !important;
    font-size: 18px;
    padding: 0 15px;
    background: transparent;
    border: none;
    transition: transform 0.2s ease;
}

.btn-search-trigger:hover {
    transform: scale(1.1);
}

.header-icon-link {
    text-decoration: none;
    color: #475569;
    transition: all 0.2s ease;
    padding: 8px;
    border-radius: 50%;
}

.header-icon-link:hover {
    /* background-color: #fff1f2; */
    color: #e53935 !important;
}

.icon-wrap {
    position: relative;
    font-size: 22px;
}

.badge-count {
    position: absolute;
    top: -5px;
    right: -8px;
    background: #e53935;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.icon-label {
    font-size: 12px;
    font-weight: 600;
    margin-top: 2px;
}

.logo-link {
    display: inline-block;
    transition: transform 0.3s ease;
}

.logo-link:hover {
    transform: scale(1.05);
}

.header-icon-link {
    text-decoration: none;
    color: #334155;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.header-icon-link:hover {
    color: #e53935;
}

.icon-wrap {
    position: relative;
    font-size: 24px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.badge-count {
    position: absolute;
    top: -6px;
    right: -12px;
    background: #e53935;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.icon-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.header-icon {
    color: #334155;
    transition: color 0.2s ease;
}

.header-icon:hover {
    color: #e53935;
}

/* LOGO SEARCH End    */

/* HERO Start*/
.hero-slider {
    height: 100vh;
    overflow: hidden;
}

.hero-slide {
    height: 100vh;
}

.hero-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: flex-end;
    /* center-bottom */
    justify-content: center;
    padding-bottom: 150px;
    /* some gap from bottom/navbar areas */
    padding-top: 540px;
    /* push away from fixed header */
    text-align: center;
    color: #fff;
}

.hero-content>div {
    width: 100%;
}

.hero-content h6 {
    color: #e53935;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 24px;
}

.hero-content h1 {
    font-size: 6rem;
    font-weight: bolder;
    margin: 10px 0;
}

.hero-content p {
    max-width: 750px;
    margin: 0 auto 25px;
    font-size: 18px;
    line-height: 34px;
    opacity: 0.9;
    color: #fff;
}

.hero-btn {
    background: #e53935;
    color: #fff;
    padding: 14px 40px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.text-primary {
    color: #e53935 !important;
}

.form-check-input:checked {
    background-color: #e53935 !important;
    border-color: #e53935 !important;
    box-shadow: none !important;
}

.hero-btn:hover {
    background: #ffffff;
    color: #e53935;
}

/* SECTION CATEGORY CARD*/
.product_categories {
    padding: 100px 0;
}

.section-title {
    text-align: center;
    font-weight: 700;
    margin: 0 0 40px;
    letter-spacing: 1px;
}

.product_categories .category-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.product_categories .category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product_categories .category-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.85),
            rgba(0, 0, 0, 0.25));
    opacity: 0.7;
    transition: opacity 0.4s ease;
}

.product_categories .category-content {
    position: absolute;
    bottom: -6px;
    left: 15px;
    right: 15px;
    color: #fff;
    transform: translateY(15px);
    opacity: 0.85;
    transition: all 0.4s ease;
}

.product_categories .category-content h5 {
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.product_categories .category-content p {
    font-size: 13px;
    margin: 0;
    color: #fff;
}

.product_categories .h-lg {
    height: 520px;
}

.product_categories .h-sm {
    height: 250px;
}

.product_categories .category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.product_categories .category-card:hover img {
    transform: scale(1.12);
    cursor: pointer;
}

.product_categories .category-card:hover .category-overlay {
    opacity: 1;
}

.product_categories .category-card:hover .category-content {
    transform: translateY(-44px);
    opacity: 1;
}

.product_categories .category-card img {
    transition: 0.5s;
}

/* SECTION */
.trending-section {
    background-image: url(../img/hero-banner.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

/* Slick Slider Overflow Fix */
.slick-slider {
    overflow: hidden;
}

.slick-list {
    overflow: hidden;
}

.trending-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.product-card {
    background: #fff;
    margin: 0 12px;
    overflow: hidden;
    transition: 0.4s ease;
    position: relative;
}

/* Wishlist Icon */
.wishlist-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ff4d4d;
    font-size: 18px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.wishlist-icon:hover {
    background: #ff4d4d;
    color: #fff;
    transform: scale(1.1);
}

.product-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.product-body {
    padding: 18px;
}

.product-body h6 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}

.shop-btn {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.product-card:hover .product-body {
    background: #e53935;
}

.product-card:hover .product-body h6 {
    color: #fff;
}

.product-card:hover .product-body p {
    color: #fff;
}

.product-card:hover .product-body .shop-btn {
    color: #fff;
}

.story-section {
    padding: 100px 0;
}

.story-section .col-lg-6 {
    margin: 0;
    padding: 0;
}

.story-box {
    margin-bottom: 0px;
}

.story-title {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.story-img {
    height: 420px;
    overflow: hidden;
}

.story-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.flex-lg-row-reverse .story-title {
    padding: 0px 60px;
}

.flex-lg-row-reverse .story-text {
    padding: 0px 60px;
}

/* Why Section SECTION Start*/
.why-section {
    background: linear-gradient(90deg, #c62828, #e53935);
    padding: 80px 0;
    overflow: hidden;
}

.why-title {
    color: #fff;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.why-card {
    background: #fff;
    padding: 40px 25px;
    text-align: center;
    height: 100%;
    transition: 0.4s ease;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.why-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.why-card h6 {
    font-weight: 700;
    margin-bottom: 10px;
}

/* Why Section SECTION End*/

/* SECTION START */
.delivery-section {
    background: url("../img/hero-banner.webp") center/cover no-repeat;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    color: #fff;
}

.delivery-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

.delivery-content {
    position: relative;
    z-index: 2;
}

.delivery-title {
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.delivery-head {
    background: #d32f2f;
    text-align: center;
    font-weight: 700;
    padding: 15px 0;
    text-transform: uppercase;
}

.delivery-row {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.delivery-row:last-child {
    border: none;
}

.delivery-cell {
    text-align: center;
    font-size: 14px;
}

.delivery-foot {
    background: #d32f2f;
    text-align: center;
    font-weight: 700;
    padding: 15px;
    margin-top: 30px;
}

.delivery-note {
    text-align: center;
    font-size: 13px;
    opacity: 0.9;
    margin-top: 25px;
    line-height: 1.6;
}

/* TESTIMONIAL SECTION START*/
.testimonial-section {
    padding: 100px 0;
    overflow: hidden;
}

.testimonial-left {
    color: #d32f2f;
}

.testimonial-left .quote {
    font-size: 60px;
    line-height: 1;
    font-size: 3rem;
}

.testimonial-left h3 {
    font-weight: 600;
    line-height: 1.3;
    font-size: 3rem;
}

.custom-arrows {
    margin-top: 30px;
}

.custom-arrows button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    margin-right: 10px;
    font-size: 20px;
    background: #d32f2f;
    color: #fff;
}

.testimonial-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin: 12px;
    padding: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.testimonial-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.testimonial-body {
    padding: 20px;
}

.testimonial-body h6 {
    font-weight: 700;
    margin-bottom: 8px;
}

.testimonial-body p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* FAQ SECTION START*/
.faq-section {
    padding: 90px 0;
    overflow: hidden;
}

.faq-image {
    position: relative;
}

.faq-image img.main-img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.faq-title {
    font-weight: 700;
    margin-bottom: 30px;
}

/* ACCORDION SECTION START*/
.accordion-item {
    border: none;
    margin-bottom: 12px;
}

.accordion-button {
    font-weight: 600;
    font-size: 14px;
    padding: 18px 20px;
}

.accordion-button:not(.collapsed) {
    background: #d32f2f;
    color: #fff;
}

.accordion-button::after {
    filter: invert(1);
}

.accordion-body {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

/* CONTACT SECTION START*/
.contact-section {
    padding: 90px 0;
    overflow: hidden;
}

.contact-title {
    font-weight: 700;
    margin-bottom: 30px;
}

.form-control,
.form-select {
    border-radius: 0;
    padding: 14px 16px;
    font-size: 14px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #d32f2f;
}

.btn-send {
    background: #d32f2f;
    color: #fff;
    font-weight: 600;
    padding: 0px 14px;
    line-height: 40px;
    width: 100%;
    border: none;
}

.btn-send:hover {
    background: #b71c1c;
}

.contact-image {
    position: relative;
    max-width: 100%;
}

.contact-image img {
    width: 100%;
}

/* FOLLOW SECTION START*/
.follow-section {
    background: #0f0f0f;
    padding: 100px 0;
    overflow: hidden;
    background-image: url(../img/hero-banner.webp);
    background-repeat: repeat-x;
    background-size: cover;
}

.follow-title {
    color: #fff;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.follow-slider .slide {
    padding: 0 10px;
}

.follow-item {
    position: relative;
    overflow: hidden;
}

.follow-item img {
    width: 100%;
    height: 300px;
    min-height: 300px;
    object-fit: cover;
    transition: transform 0.6s ease;
    cursor: pointer;
}

.follow-overlay {
    position: absolute;
    inset: 0;
    background: rgba(211, 47, 47, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.follow-overlay i {
    font-size: 48px;
    color: #fff;
    transform: scale(0.7);
    transition: transform 0.4s ease;
}

.follow-item:hover img {
    transform: scale(1.08);
}

.follow-item:hover .follow-overlay {
    opacity: 1;
}

.follow-item:hover .follow-overlay i {
    transform: scale(1);
}

/* SEARCH OVERLAY - Moved to search.css */

.footer {
    padding: 100px 0;
}

.footer {
    padding: 100px 0;
}

.footer-heading {
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #999;
}

.footer a {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #212529;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.footer a:hover {
    color: #d32f2f;
    transform: translateX(4px);
}

.footer-bottom {
    background: linear-gradient(90deg, #1b1b1b, #2a2a2a);
    padding: 18px 0;
    font-family: "Montserrat", sans-serif;
    background-image: url(../img/hero-banner.webp);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: cover;
}

.footer-text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.pay-icon {
    height: 32px;
    margin-left: 12px;
    filter: brightness(1.1);
}

/* Mobile search styles moved to search.css */

body {
    font-family: Montserrat, sans-serif;
}

.filter-sidebar {
    border-right: 1px solid #eee;
    padding-right: 20px;
}

.filter-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.filter-list {
    list-style: none;
    padding: 0;
    font-size: 14px;
}

.category-item-wrapper {
    width: 100%;
    margin-bottom: 15px;
}

.category-header {
    width: 100%;
}

.category-header .custom-check {
    margin-bottom: 0;
}

.subcat-trigger {
    text-decoration: none;
    transition: transform 0.3s ease;
    display: inline-block;
    width: 20px;
}

.subcat-trigger i {
    transition: transform 0.3s ease;
    display: inline-block;
}

.subcat-trigger.collapsed i {
    transform: rotate(-90deg);
}

.sub-category-wrapper {
    width: 100%;
}

.sub-category-list {
    border-left: 1px solid #ddd;
    margin-left: 8px;
    list-style: none;
    padding-left: 15px;
}

.sub-category-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.product-card {
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sub-category-list .custom-check span {
    width: 14px;
    height: 14px;
}

.sub-category-list .custom-check span:after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
}

.product-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 12px;
}

.product-card h6 {
    font-weight: 700;
    font-size: 14px;
}

.product-card p {
    font-size: 13px;
    color: #666;
    flex-grow: 1;
}

.product-card .btn {
    margin-top: 10px;
    font-weight: 600;
}

.pagination-wrap a,
.pagination-wrap span {
    margin: 0 6px;
    text-decoration: none;
    font-size: 14px;
}

.pagination-wrap .active {
    color: #d32f2f;
    font-weight: 700;
}

.sub-banner {
    position: relative;
    padding: 260px 0 80px 0;
    background: url("../img/hero-banner.webp") center/cover no-repeat;
}

.sub-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.sub-banner .container {
    position: relative;
    z-index: 2;
}

.page-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.breadcrumb {
    background: none;
    margin: 0;
}

.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-item.active {
    color: #d32f2f;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.custom-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}

.custom-check input {
    display: none;
}

.custom-check span {
    width: 18px;
    height: 18px;
    border: 2px solid #d32f2f;
    border-radius: 3px;
    position: relative;
}

.custom-check input:checked+span {
    background: #d32f2f;
}

.custom-check input:checked+span::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.product-image {
    border: 2px solid #d32f2f;
    padding: 20px;
}

.product-image img {
    width: 100%;
    height: auto;
}

.product-title {
    font-weight: 700;
    color: #d32f2f;
}

.rating i {
    color: #f39c12;
}

.rating span {
    color: #777;
    font-size: 14px;
}

.price {
    font-size: 28px;
    font-weight: 700;
}

.desc {
    font-size: 14px;
    color: #555;
}

.size-options button {
    border: 1px solid #ddd;
    padding: 10px 18px;
    margin-right: 8px;
    background: #fff;
    font-weight: 600;
}

.size-options .active {
    background: #d32f2f;
    color: #fff;
    border-color: #d32f2f;
}

.qty-box {
    display: flex;
    border: 1px solid #ddd;
}

.qty-box button {
    width: 40px;
    background: #fff;
    border: none;
}

.qty-box input {
    width: 50px;
    border: none;
    text-align: center;
}

.btn-cart {
    background: #d32f2f;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
    border: none;
    border-radius: 30px;
}

.fbt {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.fbt-items {
    display: flex;
    align-items: center;
    gap: 15px;
}

.fbt-items img {
    width: 80px;
}

.fbt-check label {
    display: block;
    font-size: 14px;
    margin-top: 6px;
}

.feature-icon {
    width: 64px;
    height: 64px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    font-size: 22px;
}

.feature-icon:hover {
    background: #000;
    color: #fff;
}

.stars i {
    color: #e53935;
}

.stars span {
    font-size: 14px;
    color: #555;
}

.rating-bars {
    max-width: 420px;
    margin: 0 auto;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 14px;
}

.rating-row .bar {
    flex: 1;
    background: #eee;
    height: 10px;
}

.rating-row .bar span {
    display: block;
    height: 100%;
    background: #e53935;
}

.btn-review {
    background: #e53935;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
}

.review-item {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.review-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.review-head i {
    font-size: 22px;
    margin-right: 6px;
}

.review-item p {
    font-size: 14px;
    color: #555;
}

.tab-btn {
    border-radius: 50px;
    padding: 10px 26px;
    font-weight: 600;
    background: #e6e6e6;
    color: #333;
    border: none;
}

.tab-btn.active {
    background: #d32f2f;
    color: #fff;
}

.tab-btn:hover {
    background: #d32f2f;
    color: #fff;
}

.info-section {
    padding: 60px 0;
    text-align: center;
}

.info-section h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.info-section p {
    max-width: 720px;
    margin: 0 auto 45px;
    font-size: 14px;
    color: #666;
}

.price-filter {
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    font-family: Montserrat, sans-serif;
}

.price-filter h6 {
    font-weight: 600;
    margin-bottom: 12px;
}

.price-values {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 8px;
}

.range-slider {
    position: relative;
    height: 30px;
}

.range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    appearance: none;
    height: 4px;
    background: #ddd;
    border-radius: 5px;
}

.range-slider input::-webkit-slider-thumb {
    pointer-events: auto;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #d32f2f;
    cursor: pointer;
}

.price-label {
    margin-top: 10px;
    font-size: 13px;
    color: #555;
}

/* AUTHENTICATION PAGES - OPEN SPLIT DESIGN */
.auth-wrapper {
    min-height: 100vh;
    display: flex;
    background-color: #ffffff;
    overflow-x: hidden;
}

.auth-form-side {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    background-color: #ffffff;
    z-index: 2;
}

.auth-form-container {
    max-width: 440px;
    width: 100%;
    animation: fadeInUp 0.8s ease;
}

.auth-image-side {
    flex: 1.2;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
}

.auth-image-side::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(211, 47, 47, 0.2),
            rgba(0, 0, 0, 0.4));
    z-index: 1;
}

.auth-image-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    max-width: 500px;
}

.auth-image-content h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.auth-image-content p {
    font-size: 18px;
    opacity: 0.9;
    line-height: 1.6;
}

.auth-form-container h3 {
    font-size: 36px;
    font-weight: 800;
    color: #111;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.auth-form-container p.subtitle {
    color: #666;
    margin-bottom: 40px;
    font-size: 16px;
}

.auth-form-container .form-label {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.auth-form-container .form-control {
    height: 60px;
    border-radius: 16px;
    padding: 0 25px;
    background-color: #f8fafc;
    border: 2px solid #f1f5f9;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.auth-form-container .form-control:focus {
    background-color: #fff;
    border-color: #d32f2f;
    box-shadow: 0 0 0 5px rgba(211, 47, 47, 0.1);
}

.auth-form-container .btn-send {
    height: 60px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 18px;
    background: #d32f2f !important;
    border: none !important;
    box-shadow: 0 10px 20px rgba(211, 47, 47, 0.15);
    transition: all 0.3s ease;
    margin-top: 10px;
}

.auth-form-container .btn-send:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(211, 47, 47, 0.25);
}

.auth-form-container .form-check-input {
    width: 1.3em;
    height: 1.3em;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid #e2e8f0;
}

.auth-form-container .form-check-input:checked {
    background-color: #d32f2f;
    border-color: #d32f2f;
}

.divider {
    display: flex;
    align-items: center;
    margin: 40px 0;
    color: #cbd5e1;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: #f1f5f9;
}

.divider::before {
    margin-right: 20px;
}

.divider::after {
    margin-left: 20px;
}

.social-btn {
    height: 58px;
    border-radius: 16px;
    border: 2px solid #f1f5f9;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    color: #475569;
}

.social-btn i {
    font-size: 20px;
}

.social-btn:hover {
    background-color: #f8fafc;
    border-color: #e2e8f0;
    transform: translateY(-2px);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .auth-image-side {
        display: none;
    }

    .header-main-wrapper.header-transparent .header-icon-link,
    .header-main-wrapper.header-transparent .top-bar span,
    .header-main-wrapper.header-transparent .top-bar a {
        color: #000 !important;
    }

    .auth-form-side {
        padding: 60px 25px;
    }
}

/* TABLE */
.cart-head {
    font-size: 13px;
    letter-spacing: 2px;
    color: #777;
    border-bottom: 1px solid #ddd;
}

.cart-row {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.wishlist-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.wishlist-section {
    min-height: 60vh;
}

.wishlist-container {
    transition: all 0.3s ease;
}

.wishlist-table th {
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 700;
}

.wishlist-item {
    transition: background-color 0.2s ease;
}

.wishlist-item:hover {
    background-color: #f8fafc;
}

.product-thumb {
    transition: transform 0.3s ease;
}

.wishlist-item:hover .product-thumb {
    transform: scale(1.05);
}

.remove-btn-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    transition: all 0.2s ease;
    cursor: pointer;
}

.remove-btn-circle:hover {
    background-color: #ef4444;
    border-color: #ef4444;
    color: #fff;
    transform: rotate(90deg);
}

.btn-cart {
    transition: all 0.3s ease;
}

.btn-cart:hover {
    background-color: #e53935 !important;
    border-color: #e53935 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(229, 57, 53, 0.2);
}

i.bi.bi-list.fs-1.mobile-toggle-icon {
    color: #222222;
}

.is-scrolled i.bi.bi-list.fs-1.mobile-toggle-icon {
    color: #222222;
}

/* RESPONSIVE TABLE FOR WISHLIST & CART */
@media (max-width: 991px) {
    .wishlist-table thead {
        display: none;
    }

    .wishlist-item {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
        position: relative;
    }

    .wishlist-item td {
        display: block;
        width: 100%;
        padding: 8px 0 !important;
        text-align: left !important;
    }

    .wishlist-item td:first-child {
        position: absolute;
        top: 15px;
        right: 0;
        width: auto;
        z-index: 5;
    }

    .wishlist-item td[class*="text-end"] {
        text-align: left !important;
    }
}

@media (max-width: 768px) {
    .cart-head {
        display: none;
    }

    .cart-row {
        border: 1px solid #eee;
        margin-bottom: 20px;
        padding: 15px;
    }

    .rating-bars {
        max-width: 100%;
    }

    .size-options button {
        margin-bottom: 8px;
    }

    .btn-cart {
        width: 100%;
    }

    .sub-banner {
        padding: 160px 0 60px 0;
    }

    .page-title {
        font-size: 26px;
    }

    #sticky-header-container {
        top: 0 !important;
        zoom: 0.8;
    }

    .filter-sidebar {
        border: none;
        margin-bottom: 30px;
    }

    .modal-backdrop {
        width: 100%;
        height: 100%;
    }
}

/* MOBILE */
@media (max-width: 991px) {
    .auth-form {
        padding: 40px 25px;
    }

    .auth-image {
        height: 300px;
    }
}

/* MOBILE Responsive*/
@media (max-width: 1150px) {
    .menu-level-1 a {
        padding: 0 !important;
    }
}

@media (max-width: 991px) {
    .main-header {
        padding: 15px 0;
    }

    .logo {
        justify-content: center;
        margin-bottom: 15px;
        text-align: center;
    }

    .header-icons {
        justify-content: center;
        margin-top: 15px;
    }

    .product_categories .h-lg {
        height: 280px;
    }

    .product_categories .h-sm {
        height: 280px;
    }

    .story-box {
        margin-bottom: 50px;
    }

    .faq-image {
        margin-bottom: 40px;
        text-align: center;
    }

    .faq-image::before {
        display: none;
    }

    .testimonial-left {
        margin-bottom: 40px;
        text-align: center;
    }

    .custom-arrows {
        justify-content: center;
    }

    .contact-image {
        margin: 50px auto 0;
    }

    .contact-image::before {
        display: none;
    }

    .story-section .col-lg-6 {
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .flex-lg-row-reverse .story-title {
        padding: 0px;
    }

    .flex-lg-row-reverse .story-text {
        padding: 0px;
    }
}

@media (max-width: 768px) {

    /* Equalize container gaps on both sides */
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    section {
        overflow-x: hidden;
    }

    .hero-slider,
    .hero-slide {
        height: 100vh;
    }

    .hero-content h1 {
        font-size: 42px;
    }

    .hero-content p {
        font-size: 13px;
        padding: 0 15px;
    }

    .product_categories .category-card:hover {
        transform: none;
        box-shadow: none;
    }

    .why-section {
        padding: 60px 0;
    }

    .delivery-head {
        font-size: 13px;
    }

    .delivery-cell {
        font-size: 13px;
        padding: 6px 0;
    }

    .follow-item img {
        height: 200px;
    }

    /* body {
        padding: 0 15px;
    } */
}

@media (max-width: 576px) {
    body {
        zoom: 0.8;
    }

    /* Equalize container gaps on both sides */
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .story-img {
        height: 240px;
    }

    .pay-icon {
        height: 28px;
        margin: 0 6px;
    }

    /* Fix gaps on index page mobile */
    .product_categories {
        padding: 50px 0;
    }

    .product_categories .row.g-3 {
        --bs-gutter-x: 0.75rem;
        --bs-gutter-y: 0.75rem;
    }

    .trending-section {
        padding: 50px 0;
    }

    .story-section {
        padding: 50px 0;
    }

    .testimonial-section {
        padding: 50px 0;
    }

    .delivery-section {
        padding: 50px 0;
    }

    .faq-section {
        padding: 50px 0;
    }

    .contact-section {
        padding: 50px 0;
    }

    /* Text alignment center on mobile */
    .section-title,
    .story-title,
    .trending-title,
    .why-title,
    .delivery-title,
    .faq-title,
    .contact-title {
        text-align: center;
    }

    .story-section .col-lg-6 {
        text-align: center;
    }

    .story-text {
        text-align: center;
    }

    .hero-content {
        padding-bottom: 80px;
        padding-top: 154px;
        align-items: center !important;
    }

    .hero-content h6 {
        font-size: 16px;
    }

    .hero-content p {
        font-size: 14px;
        line-height: 24px;
    }

    /* Category cards mobile text center */
    .product_categories .category-content {
        text-align: center;
        left: 10px;
        right: 10px;
    }

    /* Why section cards text center */
    .why-card {
        text-align: center;
    }

    /* Delivery table mobile improvements */
    .delivery-head>div,
    .delivery-cell {
        text-align: center;
        padding: 10px 5px;
        font-size: 12px;
    }

    .delivery-foot,
    .delivery-note {
        text-align: center;
        font-size: 11px;
        padding: 12px 10px;
    }

    /* Contact form on mobile */
    .contact-section .col-lg-6 {
        text-align: center;
    }

    .contact-section .form-control,
    .contact-section .form-select {
        text-align: left;
    }

    .btn-send {
        margin-top: 10px;
    }

    /* FAQ section mobile */
    .faq-section .col-lg-6 {
        text-align: center;
    }

    .accordion-button {
        text-align: left;
    }

    .accordion-body {
        text-align: left;
    }

    /* Testimonial section mobile center */
    .testimonial-left h3 {
        font-size: 2rem;
    }

    .testimonial-left .quote {
        font-size: 2.5rem;
    }
}

/* ==========================================================================
   PREMIUM FOOTER & SECTIONS
   ========================================================================== */

/* INSTAGRAM SECTION */
.instagram-section {
    padding: 60px 0;
    background-color: #fff;
}

.insta-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.insta-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.insta-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}

.insta-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.insta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(211, 47, 47, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #fff;
    font-size: 1.5rem;
}

.insta-item:hover img {
    transform: scale(1.1);
}

.insta-item:hover .insta-overlay {
    opacity: 1;
}

/* NEWSLETTER SECTION */
.newsletter-section {
    background-color: #f8f9fa;
    padding: 40px 0;
    border-top: 1px solid #eee;
    border-bottom: 5px solid #d32f2f;
}

.newsletter-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.newsletter-content p {
    color: #666;
    margin-bottom: 0;
}

.subscribe-form .form-control {
    height: 55px;
    border-radius: 30px 0 0 30px;
    padding-left: 25px;
    border: 1px solid #ddd;
}

.subscribe-form .btn {
    height: 55px;
    border-radius: 0 30px 30px 0;
    padding: 0 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* MAIN FOOTER */
.footer {
    background-color: #111;
    color: #999;
    padding: 80px 0 50px;
}

.footer-news .text-muted {
    color: #999 !important;
}

.footer-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.footer-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 2px;
    background-color: #d32f2f;
}

.footer-brand p {
    line-height: 1.8;
    margin-bottom: 25px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background-color: #d32f2f;
    color: #fff;
    transform: translateY(-3px);
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #999;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-links a::before {
    content: "\F285";
    /* bi-chevron-right */
    font-family: "bootstrap-icons";
    font-size: 10px;
    margin-right: 10px;
    color: #d32f2f;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-links a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 15px;
}

.contact-info i {
    color: #d32f2f;
    font-size: 1.2rem;
    margin-top: 3px;
}

.contact-info span,
.contact-info a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: #fff;
}

/* FOOTER BOTTOM */
.footer-bottom {
    background-color: #0b0b0b;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.copyright-text {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}

.payment-icons img {
    height: 26px;
    margin-left: 15px;
    background: rgba(255, 255, 255, 0.95);
    padding: 4px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    object-fit: contain;
}

.payment-icons img:hover {
    transform: translateY(-3px);
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
    .insta-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer {
        padding: 60px 0 30px;
    }
}

@media (max-width: 575px) {
    .insta-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .newsletter-content {
        text-align: center;
        margin-bottom: 30px;
    }

    .subscribe-form .form-control {
        border-radius: 30px;
        margin-bottom: 15px;
    }

    .subscribe-form .btn {
        padding: 0 10px;
    }
}

/* PREMIUM CART STYLES */
.cart-table-wrapper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 30px;
}

.cart-head {
    background: #f8f9fa;
    padding: 20px;
    font-weight: 700;
    color: #333;
    border-bottom: 2px solid #eee;
}

.section-padding {
    padding: 60px 0;
}

@media (min-width: 992px) {
    .section-padding {
        padding: 80px 0;
    }
}

.cart-row {
    transition: background 0.3s ease;
}

.cart-row td {
    padding: 25px 0;
    border-bottom: 1px solid #f0f0f0;
}

.cart-row:hover {
    background: #fafafa;
}

.cart-row:last-child td {
    border-bottom: none;
}

.cart-row img {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.cart-row span {
    font-weight: 600;
    color: #333;
}

.table thead th {
    padding-bottom: 15px !important;
    color: #212529;
    font-size: 13px;
    letter-spacing: 1px;
    border-bottom: 2px solid #f0f0f0 !important;
}

.remove {
    width: 30px;
    height: 30px;
    background: #fff0f0;
    color: #d32f2f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s ease;
}

.remove:hover {
    background: #d32f2f;
    color: #fff;
    transform: rotate(90deg);
}

.qty-box {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 25px;
    overflow: hidden;
    width: fit-content;
}

.qty-box button {
    background: none;
    border: none;
    padding: 5px 15px;
    font-size: 18px;
    color: #666;
    transition: background 0.3s ease;
}

.qty-box button:hover {
    background: #f0f0f0;
    color: #d32f2f;
}

.qty-input {
    width: 40px;
    text-align: center;
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-weight: 600;
}

.cart-totals {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.cart-totals h5 {
    border-bottom: 2px solid #d32f2f;
    display: inline-block;
    padding-bottom: 5px;
}

.cart-totals .btn-send {
    border-radius: 30px;
    padding: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
}

.coupon-input .form-control {
    border-radius: 25px;
    padding: 10px 20px;
}

.btn-outline-dark {
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 600;
}

/* Dashboard Styling */
.dashboard-section {
    min-height: 80vh;
}

.custom-dashboard-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    transition: all 0.2s ease;
}

.custom-dashboard-nav .nav-link:hover {
    background: #f8fafc;
    color: #e53935;
    transform: translateX(5px);
}

.custom-dashboard-nav .nav-link.active {
    background: #e53935 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(229, 57, 53, 0.2);
}

.hover-up {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.hover-up:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.bg-danger-soft {
    background: rgba(229, 57, 53, 0.1);
}

.bg-warning-soft {
    background: rgba(255, 193, 7, 0.1);
}

.bg-success-soft {
    background: rgba(25, 135, 84, 0.1);
}

.table thead th {
    font-weight: 700;
    letter-spacing: 0.5px;
}

.avatar-circle {
    box-shadow: 0 4px 10px rgba(229, 57, 53, 0.2);
    border: 3px solid #fff;
}

.account-dropdown {
    min-width: 220px;
    border-radius: 10px;
    padding: 0;
    border: none;
}

.account-dropdown .dropdown-item {
    font-size: 14px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.account-dropdown .dropdown-item i {
    font-size: 16px;
}

.account-dropdown .dropdown-item:hover {
    background: #f5f5f5;
    padding-left: 20px;
}

/* Additional Dashboard & Functional Classes from Reference Project */
.profile-card,
.reservation-card,
.notification-card,
.orders-card,
.order-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: none;
    margin-bottom: 25px;
}

.profile-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #e53935;
    margin-bottom: 20px;
    border: 3px solid #fff;
    box-shadow: 0 5px 15px rgba(229, 57, 53, 0.15);
}

.btn-save,
.btn-reserve {
    background: #e53935;
    color: #fff;
    border-radius: 30px;
    padding: 12px 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    transition: all 0.3s ease;
}

.btn-save:hover,
.btn-reserve:hover {
    background: #c62828;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(229, 57, 53, 0.3);
    color: #fff;
}

.badge-status {
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.notification-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.notification-item:hover {
    background: #f8fafc;
    border-color: #e2e8f0;
    transform: translateX(5px);
}

.notification-item.unread {
    background: rgba(229, 57, 53, 0.03);
    border-color: rgba(229, 57, 53, 0.1);
}

.notification-icon {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #e53935;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.notification-time {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 600;
}

.mark-read {
    font-size: 13px;
    color: #e53935;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.2s ease;
}

.mark-read:hover {
    text-decoration: underline;
    opacity: 0.8;
}

/* Ensure form controls are premium consistent */
.form-control:focus,
.form-select:focus {
    border-color: #e53935;
    box-shadow: 0 0 0 4px rgba(229, 57, 53, 0.1);
}

/* Make Header Transparent Initially */
.top-header {
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
}

.main-menu {
    background: #333;
    border-bottom: 1px solid #333;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

*:focus,
*:active,
*:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* MOBILE STICKY HEADER */
@media (max-width: 991px) {
    #mobile-sticky-header {
        position: sticky;
        top: 0;
        z-index: 1020;
        background: #fff;
        border-bottom: 1px solid #f1f5f9;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }
}

/* PRICE RANGE SLIDER (jQuery UI) */
#price-slider-range {
    height: 4px;
    background: #e9ecef;
    border: none;
    border-radius: 2px;
    margin-top: 10px;
}

#price-slider-range .ui-slider-range {
    background: #000;
}

#price-slider-range .ui-slider-handle {
    background: #000;
    border: 2px solid #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: -7px;
    cursor: grab;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

#price-slider-range .ui-slider-handle:hover,
#price-slider-range .ui-slider-handle:active {
    transform: scale(1.15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    cursor: grabbing;
}

/* ==========================================================================
   SHOP PAGE - INTELLIGENT PRODUCT CARDS
   ========================================================================== */

.product-section .product-card {
    border-radius: 8px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    overflow: hidden;
}

.product-section .product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.product-section .product-card .product-image-wrapper img {
    height: 200px;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.product-section .product-card .product-image-wrapper .badge {
    z-index: 3;
}

.product-section .product-card:hover .product-image-wrapper img {
    transform: scale(1.05);
}

.product-section .product-card:hover .wishlist-icon,
.product-section .product-card:hover .badge,
.product-section .product-card:hover .variant-badge,
.product-section .product-card:hover .bundle-badge {
    z-index: 10;
}

.product-section .product-info h6 {
    font-size: 13px;
    line-height: 1.4;
    min-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-section .card-price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.price-from-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 2px;
}

.price-unit {
    font-size: 13px;
    font-weight: 500;
}

/* Variant badge on image */
.variant-badge {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
    z-index: 2;
}

/* Bundle badge on image */
.bundle-badge {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: #2e7d32;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 3px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.bundle-badge i {
    font-size: 10px;
}

/* Points earnable label */
.points-earnable {
    color: #2e7d32;
    font-size: 11px;
    font-weight: 600;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.points-earnable i {
    font-size: 9px;
    color: #f9a825;
}

/* Wishlist active state */
.wishlist-icon.active {
    background: #ff4d4d;
    color: #fff;
}

/* Card-level quantity selector */
.card-qty-box {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 8px;
    height: 36px;
}

.card-qty-minus,
.card-qty-plus {
    width: 36px;
    height: 100%;
    border: none;
    background: #f8f9fa;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        background 0.2s ease,
        color 0.2s ease;
    padding: 0;
    line-height: 1;
    -webkit-user-select: none;
    user-select: none;
}

.card-qty-minus:hover,
.card-qty-plus:hover {
    background: #d32f2f;
    color: #fff;
}

.card-qty-minus:active,
.card-qty-plus:active {
    transform: scale(0.92);
}

.card-qty-input {
    flex: 1;
    border: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    height: 100%;
    background: #fff;
    color: #333;
    min-width: 0;
    padding: 0;
}

/* Add to Cart button */
.btn-add-cart {
    background: #d32f2f;
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.btn-add-cart:hover {
    background: #b71c1c;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(211, 47, 47, 0.3);
}

.btn-add-cart:active {
    transform: translateY(0);
}

.btn-add-cart:disabled {
    opacity: 0.8;
    cursor: wait;
}

.btn-add-cart.btn-added {
    background: #2e7d32;
    color: #fff;
}

/* Select Options button (variant products) */
.btn-select-options {
    background: #333;
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 10px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
}

.btn-select-options:hover {
    background: #d32f2f;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(211, 47, 47, 0.25);
}

/* Mobile: product cards at col-6 */
@media (max-width: 767px) {
    .product-section .product-card {
        padding: 8px;
    }

    .product-section .product-card .product-image-wrapper img {
        height: 150px;
    }

    .product-section .product-info {
        padding: 8px !important;
    }

    .product-section .product-info h6 {
        font-size: 11px;
        min-height: 30px;
    }

    .product-section .product-info small {
        font-size: 10px;
    }

    .product-section .card-price {
        font-size: 15px;
    }

    .product-section .product-footer {
        padding: 8px !important;
    }

    .card-qty-box {
        height: 32px;
        margin-bottom: 6px;
    }

    .card-qty-minus,
    .card-qty-plus {
        width: 32px;
        font-size: 14px;
    }

    .card-qty-input {
        font-size: 12px;
    }

    .btn-add-cart,
    .btn-select-options {
        font-size: 10px;
        padding: 7px 8px;
        letter-spacing: 0;
    }

    .btn-add-cart i,
    .btn-select-options i {
        font-size: 12px;
    }

    .variant-badge {
        font-size: 9px;
        padding: 2px 7px;
    }

    .price-from-label {
        font-size: 9px;
    }

    .bundle-badge {
        font-size: 8px;
        padding: 2px 6px;
        bottom: 6px;
        right: 6px;
    }

    .points-earnable {
        font-size: 9px;
    }
}

/* ==========================================================================
   PRODUCT DETAIL - ENTERPRISE REDESIGN
   ========================================================================== */

.product-detail-header {
    margin-bottom: 2rem;
}

.product-badges {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
}

.trust-badge {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.badge-fresh {
    background: #e8f5e9;
    color: #2e7d32;
}

.badge-popular {
    background: #fff3e0;
    color: #ef6c00;
}

.badge-loyalty {
    background: #f3e5f5;
    color: #7b1fa2;
}

/* Pricing Section */
.detail-price-box {
    padding: 20px;
    background: #f8fbff;
    border: 1px solid #e3f2fd;
    border-radius: 12px;
    margin-bottom: 25px;
}

.detail-main-price {
    font-size: 32px;
    font-weight: 800;
    color: #333;
    line-height: 1;
}

.detail-original-price {
    font-size: 18px;
    text-decoration: line-through;
    color: #999;
}

.price-per-kg {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

/* Variant Tiles */
.variant-selector-wrapper {
    transition: all 0.3s ease;
    padding: 10px;
    border-radius: 8px;
}

.variant-tile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 12px;
    margin-top: 10px;
}

.variant-option {
    border: 2px solid #eee;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    position: relative;
    user-select: none;
}

.variant-option:hover {
    border-color: #a0021e;
}

.variant-option.active {
    border-color: #a0021e;
    background: #fff9f9;
}

.variant-option .variant-weight {
    display: block;
    font-weight: 700;
    font-size: 15px;
}

.variant-option .variant-price-sm {
    display: block;
    font-size: 13px;
    color: #666;
}

.variant-option.active .variant-price-sm {
    color: #a0021e;
}

/* Loyalty Points Mini-Card */
.loyalty-highlight-card {
    background: linear-gradient(135deg, #7b1fa2 0%, #4a148c 100%);
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 15px rgba(123, 31, 162, 0.2);
}

.loyalty-highlight-card .points-icon {
    font-size: 24px;
    color: #ffd700;
}

/* Frequently Bought Together (FBT) */
.fbt-section {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px;
    margin-top: 40px;
}

.fbt-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
}

/* Sticky Add to Cart (Mobile Driven) */
.sticky-add-to-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
    z-index: 1050;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sticky-add-to-cart.visible {
    transform: translateY(0);
}

/* Animations */
@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-5px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(5px);
    }
}

.shake {
    animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@media (max-width: 767px) {
    .detail-price-box {
        padding: 15px;
    }

    .detail-main-price {
        font-size: 26px;
    }

    .variant-tile-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-detail-info {
        padding-bottom: 80px;
    }

    /* Space for sticky bar */
}

/* ===================== PRODUCT DETAIL PAGE ===================== */
.pd-title {
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    line-height: 1.2;
    margin-bottom: 10px;
}

.pd-badge {
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    letter-spacing: 1px;
    display: inline-block;
}

.pd-badge-halal {
    background: #d32f2f;
    color: #fff;
}

.pd-badge-discount {
    background: #333;
    color: #fff;
}

.pd-badge-low {
    background: #f9a825;
    color: #333;
}

.pd-badge-out {
    background: #999;
    color: #fff;
}

.pd-rating-star {
    color: #e53935;
    font-size: 14px;
}

.pd-rating-link {
    font-size: 13px;
    color: #d32f2f;
    text-decoration: none;
}

.pd-rating-link:hover {
    text-decoration: underline;
}

.pd-rating-meta {
    font-size: 13px;
    color: #777;
}

.pd-divider {
    height: 2px;
    background: #d32f2f;
    width: 50px;
    margin-bottom: 20px;
}

.pd-price-label {
    font-size: 13px;
    color: #777;
    margin-bottom: 2px;
}

.pd-main-price {
    font-size: 2rem;
    font-weight: 800;
    color: #d32f2f;
    line-height: 1;
}

.pd-original-price {
    font-size: 1.1rem;
    color: #bbb;
    margin-left: 8px;
}

.pd-loyalty-box {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: #fff8e1;
    border-left: 3px solid #f9a825;
    margin-bottom: 16px;
}

.pd-loyalty-icon {
    color: #f9a825;
}

.pd-loyalty-text {
    font-size: 13px;
    font-weight: 600;
}

.pd-short-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 24px;
}

.pd-variant-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #333;
}

/* Variant tile buttons */
.variant-btn {
    padding: 8px 16px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    min-width: 80px;
    text-align: center;
    transition: all 0.2s;
}

.variant-btn:hover {
    border-color: #d32f2f;
    color: #d32f2f;
}

.variant-btn.active {
    background: #d32f2f;
    color: #fff;
    border-color: #d32f2f;
}

.pd-cart-btn {
    flex: 1;
    min-width: 180px;
    padding: 13px 20px;
    font-size: 14px;
    letter-spacing: 1px;
}

.pd-trust {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.pd-trust-icon {
    font-size: 22px;
    color: #d32f2f;
}

.pd-trust-label {
    font-size: 11px;
    font-weight: 700;
    margin-top: 4px;
    text-transform: uppercase;
}

/* Image gallery & Sliders */
.pd-gallery-main {
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    position: relative;
}

.pd-gallery-main img {
    width: 100%;
    height: 460px;
    object-fit: contain;
    background: #f8f8f8;
    display: block;
}

/* Hover arrows for main slider */
.product-main-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #eee;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-main-slider:hover .slick-arrow {
    opacity: 1;
}

.product-main-slider .slick-prev {
    left: 15px;
}

.product-main-slider .slick-next {
    right: 15px;
}

.product-main-slider .slick-arrow:hover {
    background: #d32f2f;
    color: #fff;
    border-color: #d32f2f;
}

/* Thumbnail Slider */
.product-thumb-slider {
    margin: 0 -4px;
}

.pd-thumb-slide {
    padding: 0 4px;
}

.pd-thumb {
    width: 100%;
    height: 80px;
    border: 2px solid transparent;
    cursor: pointer;
    background: #fff;
    padding: 2px;
    transition: border-color 0.2s;
    border-radius: 4px;
}

.pd-thumb.slick-current .pd-thumb,
.pd-thumb:hover,
.pd-thumb.active {
    border-color: #d32f2f;
}

.pd-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f8f8f8;
}

/* Tab strip */
.pd-tabs {
    border-bottom: 2px solid #eee;
    display: flex;
}

.pd-tab-btn {
    border: none;
    background: none;
    padding: 12px 28px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    color: #777;
    text-transform: uppercase;
    transition: color 0.2s;
}

.pd-tab-btn.active {
    color: #d32f2f;
    border-bottom-color: #d32f2f;
}

.pd-tab-panel {
    padding: 24px 0;
}

.pd-desc-body {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    max-width: 820px;
}

/* Review form */
.pd-review-msg {
    display: none;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.pd-review-msg.success {
    background: #f0f8f0;
    border-left: 4px solid #4caf50;
    color: #2e7d32;
}

.pd-review-msg.error {
    background: #fff0f0;
    border-left: 4px solid #d32f2f;
    color: #c62828;
}

.pd-review-err {
    color: #d32f2f;
    font-size: 12px;
    display: none;
    margin-top: 4px;
}

.pd-review-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 6px;
}

.pd-star {
    font-size: 28px;
    cursor: pointer;
    color: #ddd;
    transition: color 0.15s;
}

.pd-star.active {
    color: #e53935;
}

/* Guest review lock */
.pd-review-lock {
    background: #f8f8f8;
    border: 1px dashed #ddd;
    text-align: center;
    padding: 24px;
}

.pd-review-lock i {
    font-size: 2rem;
    color: #aaa;
    display: block;
    margin-bottom: 8px;
}

.pd-review-lock p {
    color: #777;
    margin-bottom: 12px;
}

/* Rating summary box */
.pd-rating-box {
    border: 1px solid #eee;
    padding: 24px;
    text-align: center;
}

.pd-rating-avg {
    font-size: 3rem;
    font-weight: 800;
    color: #d32f2f;
    line-height: 1;
}

/* Sticky mobile bar */
.sticky-add-to-cart {
    display: none;
}

@media (max-width: 991px) {
    .sticky-add-to-cart {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px 16px;
        box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.1);
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        z-index: 999;
    }

    .sticky-add-to-cart .btn-cart {
        padding: 10px 20px;
        font-size: 13px;
    }

    /* Trending Products Custom Card Design */
    .trending-product-card {
        background: #fff;
        margin: 0 10px;
        padding-bottom: 30px;
        height: 100%;
    }

    .trending-product-card img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        display: block;
        margin-bottom: 25px;
    }

    .trending-product-body {
        text-align: center;
        padding: 0 15px;
    }

    .trending-product-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .trending-product-title a {
        color: #222;
        text-decoration: none;
        transition: color 0.2s;
    }

    .trending-product-title a:hover {
        color: #e53935;
    }

    .trending-product-cat {
        font-size: 15px;
        color: #777;
        margin-bottom: 25px;
    }

    .trending-product-price {
        font-size: 26px;
        font-weight: 700;
        color: #e53935;
        margin-bottom: 30px;
    }

    .trending-shop-btn {
        font-size: 15px;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        transition: color 0.2s;
        display: inline-block;
    }

    .trending-shop-btn:hover {
        color: #e53935;
    }
}

/* BUNDLES SECTION */
.bundle-card {
    transition: all 0.3s ease;
    border: 1px solid #f1f5f9;
}

.bundle-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.bundle-img-wrap {
    overflow: hidden;
}

.bundle-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
}

.bundle-grid-item {
    width: 226px;
    height: 269px;
    overflow: hidden;
}

.bundle-small-img {
    width: 226px;
    height: 269px;
    object-fit: cover;
    display: block;
}

.bundle-grid-item.placeholder .bundle-small-img {
    opacity: 0.5;
    filter: grayscale(1);
}

#filterSidebar {
    margin: 0;
    border-radius: 0;
}

@media (max-width: 767px) {
    .bundle-image-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .bundle-grid-item,
    .bundle-small-img {
        width: 100%;
        height: auto;
        aspect-ratio: 226/269;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    .bundle-grid-item,
    .bundle-small-img {
        width: 100%;
        height: auto;
        aspect-ratio: 226/269;
    }
}

/* COUPONS SECTION */
.coupon-card {
    border: 2px dashed #dc3545 !important;
    background: #fff;
    transition: all 0.3s ease;
}

.coupon-card:hover {
    background: #fffcfc;
    transform: translateY(-5px);
}

.coupon-value {
    letter-spacing: -1px;
}

.coupon-code-wrap {
    background: #f8fafc !important;
    border: 1px dashed #cbd5e1 !important;
}

.coupon-code {
    letter-spacing: 2px;
    color: #334155;
}

/* FILTER SIDEBAR ENHANCEMENT */
.filter-sidebar {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.filter-title {
    font-weight: 700;
    font-size: 16px;
    color: #212529;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e53935;
    display: inline-block;
}

.filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-list li {
    margin-bottom: 8px;
}

.filter-list a {
    color: #495057;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 15px;
}

.filter-list a:hover {
    color: #e53935;
}

.price-filter .price-label {
    font-weight: 600;
    font-size: 14px;
    color: #495057;
}

@media (max-width: 991px) {
    #filterSidebar.offcanvas-lg {
        padding: 0;
        border: none;
    }

    #filterSidebar .offcanvas-body {
        padding: 25px;
    }

    .filter-sidebar {
        box-shadow: none;
    }
}

/* Shop Toolbar Adjustments */
.shop-toolbar .form-select-sm {
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 30px;
}

.shop-toolbar .btn-outline-dark {
    border-radius: 20px;
    font-weight: 600;
    padding: 6px 15px;
}

.bundle-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

@media (min-width: 768px) {
    .bundle-card {
        height: 100% !important;
        min-height: 260px;
    }

    .bundle-card .col-md-5>a.d-block {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.bundle-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
    border-color: #d32f2f !important;
}

.bundle-main-img {
    height: 100% !important;
    min-height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

@media (max-width: 767px) {
    .bundle-main-img {
        min-height: 200px !important;
        height: 200px !important;
    }
}

.bundle-card:hover .bundle-main-img {
    transform: scale(1.05);
}

.bundle-badge-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}