/* Custom Design System for Riva Mart E-Commerce */
:root {
    --primary-red: #ff2a00;
    --primary-red-hover: #e02500;
    --text-dark: #1e293b;
    --text-muted: #64748b;
    --bg-light: #f8fafc;
    --border-color: #e2e8f0;
    --card-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    --hover-shadow: 0 10px 25px rgba(255, 42, 0, 0.12);
}
.text-danger { color:rgb(229 39 29) !important;}
/* Local Offline Inter Font Definitions */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/inter-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/inter-500.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/inter-600.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/inter-700.ttf') format('truetype');
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
    color: var(--text-dark);
    background-color: #ffffff;
    overflow-x: clip;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
    letter-spacing: normal;
}

/* Font Size Helpers */
.fs-12 { font-size: 0.75rem; }
.fs-13 { font-size: 15px ; }
.fs-14 { font-size: 0.875rem; }
.fs-16 { font-size: 1rem; }

/* ULTRA-MODERN HEADER STYLING */
.top-announcement-bar {
    font-size: 13px;
    letter-spacing: 0.2px;
}

.top-util-link {
    transition: all 0.2s ease;
	    color: #ccc !important;
}

.top-util-link:hover {
    color: #ffffff !important;
}

.header-search-form {
    transition: all 0.25s ease;
	    margin: 20px 0;
}

.header-search-form:focus-within {
    box-shadow: 0 4px 16px rgba(255, 42, 0, 0.18) !important;
}

.btn-search-submit {
    background: linear-gradient(135deg, #ff2a00, #dc2626) !important;
    border: none !important;
    transition: all 0.25s ease;
	    margin: 0 !important;
}

.btn-search-submit:hover {
    background: linear-gradient(135deg, #dc2626, #b91c1c) !important;
    transform: scale(1.03);
}

.action-icon-circle {
    transition: all 0.25s ease;
}

.header-action-item:hover .action-icon-circle {
    background-color: #ffe4e6 !important;
    color: var(--primary-red) !important;
    transform: translateY(-2px);
}

.btn-cart-pill {
    background: linear-gradient(135deg, #ff2a00, #dc2626) !important;
    border: none !important;
    transition: all 0.25s ease;
}

.btn-cart-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255, 42, 0, 0.35) !important;
}

.btn-all-categories {
    background: linear-gradient(135deg, #ff2a00, #dc2626) !important;
    border: none !important;
    transition: all 0.25s ease;
}

.btn-all-categories:hover {
    background: linear-gradient(135deg, #dc2626, #b91c1c) !important;
    box-shadow: 0 4px 14px rgba(255, 42, 0, 0.3) !important;
}

.nav-link-item {
    transition: all 0.2s ease;
    padding: 6px 4px;
    position: relative;
}

.nav-link-item:hover {
    color: var(--primary-red) !important;
}

.btn-b2b-pill {
    transition: all 0.25s ease;
}

.btn-b2b-pill:hover {
    background-color: var(--primary-red) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(255, 42, 0, 0.25);
}

.top-bar-link {
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease;
}

.top-bar-link:hover {
    color: var(--primary-red);
}

/* Main Header */
.search-form {
    border-color: #cbd5e1 !important;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.search-form .form-control:focus {
    box-shadow: none;
}

.btn-search {
    background-color: var(--primary-red);
    color: #ffffff;
    border: none;
    transition: background-color 0.2s ease;
}

.btn-search:hover {
    background-color: var(--primary-red-hover);
    color: #ffffff;
}

.header-action-btn {
    transition: transform 0.2s ease, color 0.2s ease;
}

.header-action-btn:hover {
    color: var(--primary-red) !important;
    transform: translateY(-2px);
}

/* Navbar */
.main-navbar {
    background: #efefef !important;
    padding: 0;
}

.btn-all-categories {
    background-color: var(--primary-red);
    border: none;
    color: #ffffff;
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: background-color 0.2s ease;
}

.btn-all-categories:hover, 
.btn-all-categories:focus {
    background-color: var(--primary-red-hover);
    color: #ffffff;
}

.nav-menu .nav-link {
    padding: 1rem 0;
    font-weight: 500;
    transition: color 0.2s ease;
}

.nav-menu .nav-link:hover,
.nav-menu .nav-link.active {
    color: var(--primary-red) !important;
}

.category-nav-dropdown .dropdown-menu {
    min-width: 250px;
    border-top: 3px solid var(--primary-red) !important;
}

.category-nav-dropdown .dropdown-item:hover {
    background-color: #fff1f0;
    color: var(--primary-red);
}

/* Mega Menu Hover Dropdown */
.mega-menu-item {
    position: relative;
}

.mega-menu-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(15px);
    width: 980px;
    max-width: 92vw;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
    border-top: 3px solid var(--primary-red) !important;
}

/* Invisible bridge so cursor doesn't lose hover */
.mega-menu-item::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 15px;
}

.mega-menu-item:hover .mega-menu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.mega-menu-links li {
    margin-bottom: 8px;
}

.mega-menu-links li a {
    color: #475569;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.mega-menu-links li a:hover {
    color: var(--primary-red);
    transform: translateX(4px);
}

/* HERO CAROUSEL SECTION */
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}

.hero-slide {
    padding: 0;
    overflow: hidden;
}

.hero-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hero-tagline {
    color: var(--primary-red);
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 1.5px;
    text-uppercase: uppercase;
}

.hero-title {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
}

.hero-title .highlight {
    color: var(--primary-red);
}

.hero-subtitle {
    font-size: 1.05rem;
    color: #475569;
    max-width: 540px;
    line-height: 1.6;
}

.btn-shop-now {
    background-color: var(--primary-red);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.85rem 2.2rem;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(255, 42, 0, 0.3);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.btn-shop-now:hover {
    background-color: var(--primary-red-hover);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(255, 42, 0, 0.4);
}

/* Hero Feature Badges */
.feature-badge-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px stroke #fecaca;
    color: var(--primary-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    box-shadow: 0 4px 10px rgba(255, 42, 0, 0.08);
}

/* Hero Image Container */
.hero-image-container img {
    max-height: 450px;
    object-fit: contain;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.08));
}

/* Slick Custom Arrows */
.slick-custom-prev,
.slick-custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    color: #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
}

.slick-custom-prev { left: 20px; }
.slick-custom-next { right: 20px; }

.slick-custom-prev:hover,
.slick-custom-next:hover {
    background-color: var(--primary-red);
    color: #ffffff;
    border-color: var(--primary-red);
}

.hero-slider .slick-dots {
    bottom: 20px;
}

.hero-slider .slick-dots li button:before {
    font-size: 10px;
    color: #cbd5e1;
    opacity: 1;
}

.hero-slider .slick-dots li.slick-active button:before {
    color: var(--primary-red);
}

/* FEATURED CATEGORIES SECTION STYLING */
.section-heading {
    color: #1e293b;
    font-size: 1.6rem;
    letter-spacing: -0.3px;
}

.btn-slider-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.btn-slider-arrow:hover {
    background-color: #e2e8f0;
    color: #0f172a;
    transform: scale(1.05);
}

.featured-cat-card {
    display: block;
    padding: 1.75rem 1rem 1.25rem 1rem;
    text-align: center;
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
}

.featured-cat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.07);
}

.cat-img-box {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.cat-img-box img {
    max-height: 85px;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.featured-cat-card:hover .cat-img-box img {
    transform: scale(1.1);
}

.cat-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1e2a38;
    margin-bottom: 0.2rem;
    line-height: 1.35;
}

.cat-items {
    font-size: 0.8125rem;
    color: #64748b;
    font-weight: 400;
    display: block;
}

/* Exact Pastel Background Colors */
.card-bg-mint { background-color: #ebfbee; }
.card-bg-peach { background-color: #fde8e5; }
.card-bg-cream { background-color: #fdf4ea; }
.card-bg-lavender { background-color: #fae8ff; }
.card-bg-lime { background-color: #f3fbe7; }
.card-bg-pink { background-color: #fde2e4; }
.card-bg-sage { background-color: #c8ecce; }
.card-bg-lightmint { background-color: #f4fae8; }
.card-bg-orangecream { background-color: #ffedd5; }

/* POPULAR PRODUCTS SECTION STYLING */
.popular-section-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 2.2rem;
    font-weight: 800;
    color: #111827;
}

.title-accent-left,
.title-accent-right {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.title-accent-left::before {
    content: '';
    width: 32px;
    height: 2px;
    background-color: var(--primary-red);
}

.title-accent-left::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--primary-red);
}

.title-accent-right::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--primary-red);
}

.title-accent-right::after {
    content: '';
    width: 32px;
    height: 2px;
    background-color: var(--primary-red);
}

.product-card {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-color: #e2e8f0 !important;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08) !important;
    border-color: #cbd5e1 !important;
}

.btn-wishlist {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.btn-wishlist:hover {
    background-color: #fee2e2 !important;
}

.btn-wishlist:hover i {
    color: var(--primary-red) !important;
}

.product-img-wrapper {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-img-wrapper img {
    transform: scale(1.06);
}

.btn-add-cart {
    background-color: #ffffff;
    color: var(--primary-red);
    border: 1px solid var(--primary-red);
    transition: all 0.2s ease;
}

.btn-add-cart:hover {
    background-color: var(--primary-red);
    color: #ffffff;
    border-color: var(--primary-red);
}

.btn-view-all-products {
    background-color: var(--primary-red);
    color: #ffffff;
    padding: 0.85rem 2.5rem;
    box-shadow: 0 8px 20px rgba(255, 42, 0, 0.3);
    transition: all 0.3s ease;
}

.btn-view-all-products:hover {
    background-color: var(--primary-red-hover);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(255, 42, 0, 0.4);
}

/* Trust / Features Bar Styling */
.trust-features-bar {
    background-color: #ffece8;
    border: 1px solid #f5e0dc;
}

@media (min-width: 992px) {
    .border-end-lg {
        border-right: 1px solid #f5e0dc;
    }
}

/* DAILY BEST SELLS SECTION STYLING */
.deals-countdown-box {
    border-color: #fecdd3 !important;
    background-color: #fff1f2;
}

.countdown-unit-box {
    background-color: var(--primary-red);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.8125rem;
    padding: 2px 7px;
    border-radius: 4px;
    min-width: 24px;
    display: inline-block;
    text-align: center;
}

.stock-progress-wrapper .progress {
    background-color: #fee2e2;
}

.hover-link {
    transition: transform 0.2s ease;
}

.hover-link:hover {
    transform: translateX(4px);
    color: var(--primary-red-hover) !important;
}

/* Slick Custom Floating Prev / Next Arrow Buttons */
.slick-custom-prev,
.slick-custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    color: #1e293b;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    cursor: pointer;
    transition: all 0.25s ease;
}

.slick-custom-prev {
    left: 20px;
}

.slick-custom-next {
    right: 20px;
}

.slick-custom-prev:hover,
.slick-custom-next:hover {
    background-color: #ffffff;
    color: var(--primary-red);
    box-shadow: 0 6px 18px rgba(255, 42, 0, 0.2);
    transform: translateY(-50%) scale(1.08);
}

/* WATCH & SHOP VIDEO SECTION STYLING */
.video-accent-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--primary-red);
    letter-spacing: 1px;
}

.badge-line-left,
.badge-line-right {
    width: 25px;
    height: 2px;
    background-color: #fecdd3;
    display: inline-block;
}

.video-thumb-container {
    height: 320px;
    background-color: #0f172a;
    overflow: hidden;
}

.video-element {
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.video-card:hover .video-element {
    transform: scale(1.05);
}

.view-count-badge {
    background-color: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(4px);
}

.btn-video-play {
    width: 52px;
    height: 52px;
    background-color: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-video-play i {
    margin-left: 3px;
    transition: color 0.2s ease;
}

.video-card:hover .btn-video-play {
    transform: scale(1.15);
    background-color: var(--primary-red);
}

.video-card:hover .btn-video-play i {
    color: #ffffff !important;
}

.btn-view-all-videos {
    border-color: var(--primary-red);
    color: var(--primary-red);
    transition: all 0.2s ease;
}

.btn-view-all-videos:hover {
    background-color: var(--primary-red);
    color: #ffffff;
}

/* Slick Dots Styling for Watch & Shop Slider */
.watch-shop-slider .slick-dots {
    bottom: -35px;
}

.watch-shop-slider .slick-dots li {
    margin: 0 3px;
}

.watch-shop-slider .slick-dots li button:before {
    font-size: 10px;
    color: #cbd5e1;
    opacity: 0.8;
}

.watch-shop-slider .slick-dots li.slick-active button:before {
    color: var(--primary-red);
    opacity: 1;
    font-size: 12px;
}

/* REELS / VIDEO STORY MODAL STYLING (MATCHING SCREENSHOT #2) */
.reels-story-modal .modal-dialog {
    max-width: 400px;
}

.reels-card-wrapper {
    width: 100%;
    height: 640px;
    max-height: 85vh;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: #000000;
}

.btn-close-story {
    top: -40px !important;
    right: 0 !important;
    cursor: pointer;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.btn-close-story:hover {
    opacity: 1;
}

.btn-sound-toggle {
    width: 38px;
    height: 38px;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.btn-sound-toggle:hover {
    transform: scale(1.1);
    background-color: rgba(0, 0, 0, 0.75);
}

.btn-story-like {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.btn-story-like:hover {
    transform: scale(1.2);
}

.reels-story-modal + .modal-backdrop.show,
.modal-backdrop.show {
    opacity: 0.88 !important;
    background-color: #050b14 !important;
}

.btn-shop-now {
    background-color: var(--primary-red) !important;
    border-color: var(--primary-red) !important;
    color: #ffffff !important;
    transition: all 0.25s ease;
}

.btn-shop-now:hover {
    background-color: var(--primary-red-hover) !important;
    border-color: var(--primary-red-hover) !important;
}

.cursor-pointer {
    cursor: pointer;
}

/* Story Modal Nav Floating Arrows */
.btn-story-nav {
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    color: #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
}

.btn-story-prev {
    left: -70px !important;
}

.btn-story-next {
    right: -70px !important;
}

.btn-story-nav:hover {
    background-color: #ffffff;
    color: var(--primary-red);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

@media (max-width: 576px) {
    .btn-story-prev {
        left: 10px !important;
    }
    .btn-story-next {
        right: 10px !important;
    }
	.product-img-wrapper { height:134px;}
	.product-img-wrapper img { max-height:134px;}
}

/* TRENDING PRODUCTS ADD TO CART BUTTON STYLING */
.btn-add-cart {
    border-color: var(--primary-red);
    color: var(--primary-red);
    transition: all 0.25s ease;
}

.btn-add-cart:hover {
    background-color: var(--primary-red);
    border-color: var(--primary-red);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 42, 0, 0.25);
}

/* B2B WHOLESALE SECTION STYLING */
.avatar-img {
    width: 34px;
    height: 34px;
    object-fit: cover;
}

.b2b-headline-row {
    width: 100%;
}

@media (min-width: 992px) {
    .b2b-headline-row {
        width: auto;
    }
}

.ms-n2 {
    margin-left: -10px !important;
}

.divider-cols > .col:not(:last-child) {
    border-right: 1px solid #e2e8f0;
}

@media (max-width: 991.98px) {
    .divider-cols > .col:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 0.75rem;
    }
}

.btn-register-b2b {
    background-color: var(--primary-red);
    border-color: var(--primary-red);
    transition: all 0.25s ease;
}

.btn-register-b2b:hover {
    background-color: var(--primary-red-hover);
    border-color: var(--primary-red-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 42, 0, 0.3) !important;
}

/* HAPPY CUSTOMERS REVIEWS STYLING */
.review-product-box {
    background-color: #fdf8f5 !important;
    border-color: #fcece3 !important;
}

/* Slick Dots Styling for Testimonials */
.happy-customers-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}

.happy-customers-slider .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #cbd5e1;
    border: none;
    border-radius: 50%;
    transition: all 0.3s ease;
    padding: 0;
}

.happy-customers-slider .slick-dots li.slick-active button {
    background-color: var(--primary-red);
    width: 24px;
    border-radius: 12px;
}

/* TOP BRANDS SECTION STYLING */
.brand-card {
    transition: all 0.3s ease;
    border-color: #e2e8f0 !important;
}

.brand-card:hover {
    transform: translateY(-4px);
    border-color: var(--primary-red) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

/* Slick Dots Styling for Brands */
.top-brands-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}

.top-brands-slider .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #cbd5e1;
    border: none;
    border-radius: 50%;
    transition: all 0.3s ease;
    padding: 0;
}

.top-brands-slider .slick-dots li.slick-active button {
    background-color: var(--primary-red);
    width: 24px;
    border-radius: 12px;
}

/* MAIN DARK FOOTER STYLING */
.btn-footer-social {
    width: 36px;
    height: 36px;
    background-color: #1e293b;
    border: 1px solid #334155;
    transition: all 0.25s ease;
}

.btn-footer-social:hover {
    background-color: var(--primary-red);
    border-color: var(--primary-red);
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(255, 42, 0, 0.3);
}

.footer-nav-links a {
    transition: all 0.2s ease;
}

.footer-nav-links a:hover {
    color: #ffffff !important;
    transform: translateX(4px);
}

.footer-nav-links a:hover i {
    color: var(--primary-red) !important;
}

.btn-app-store {
    transition: all 0.25s ease;
    background-color: #1e293b !important;
}

.btn-app-store:hover {
    background-color: #334155 !important;
    border-color: var(--primary-red) !important;
    transform: translateY(-2px);
}

.badge-payment {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.badge-payment:hover {
    transform: scale(1.05);
}

/* FOOTER EXACT HIGH-CONTRAST & PIXEL-PERFECT STYLING */
.footer-dark-section {
    background-color: #0b111c !important;
    color: #94a3b8 !important;
}

.footer-col-title {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
}

.footer-desc-text {
    color: #94a3b8 !important;
    font-size: 13.5px !important;
    line-height: 1.6 !important;
}

.social-icon-btn {
    width: 36px;
    height: 36px;
    background-color: #1e293b;
    border: 1px solid #334155;
    transition: all 0.25s ease;
}

.social-icon-btn:hover {
    background-color: var(--primary-red) !important;
    border-color: var(--primary-red) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 42, 0, 0.3);
}

.footer-links-list li a {
    color: #94a3b8 !important;
    font-size: 13.5px !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

.footer-links-list li a:hover {
    color: #ffffff !important;
    transform: translateX(4px);
}

.footer-links-list li a i {
    color: #64748b !important;
    font-size: 10px;
    transition: all 0.2s ease;
}

.footer-links-list li a:hover i {
    color: var(--primary-red) !important;
}

.red-circle-badge {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #240a0d !important;
    border: 1px solid rgba(255, 42, 0, 0.4) !important;
    color: var(--primary-red) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.red-solid-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--primary-red) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-get-touch-btn {
    border: 1px solid var(--primary-red) !important;
    color: var(--primary-red) !important;
    background-color: transparent !important;
    transition: all 0.25s ease;
}

.btn-get-touch-btn:hover {
    background-color: var(--primary-red) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(255, 42, 0, 0.3);
}

.footer-dashed-line {
    border-top: 1px dashed #334155 !important;
}

.footer-divider-line {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.red-underline-accent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: var(--primary-red);
    border-radius: 2px;
}

.payment-badge-card {
    background-color: #ffffff;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.payment-badge-card:hover {
    transform: scale(1.05);
}

.app-store-btn {
    background-color: #1e293b !important;
    border: 1px solid #334155 !important;
    transition: all 0.25s ease;
}

.app-store-btn:hover {
    background-color: #334155 !important;
    border-color: var(--primary-red) !important;
    transform: translateY(-2px);
}

.footer-bottom-link {
    color: #94a3b8 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.footer-bottom-link:hover {
    color: #ffffff !important;
}

/* MOBILE RESPONSIVE PERFECTION FIXES */
html, body {
    max-width: 100vw !important;
    overflow-x: hidden !important;
}

@media (max-width: 991.98px) {
    .main-header {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .logo-img {
        max-height: 40px !important;
    }

    .action-icon-circle {
        width: 36px !important;
        height: 36px !important;
    }

    .action-icon-circle i {
        font-size: 1rem !important;
    }

    .hero-slider-item {
        padding: 24px 16px !important;
        min-height: 220px !important;
    }

    .hero-title {
        font-size: 1.5rem !important;
    }

    .section-title-wrap h2, .section-title-wrap h3 {
        font-size: 1.35rem !important;
    }

    .b2b-wholesale-card {
        padding: 20px 16px !important;
    }

    .b2b-wholesale-card h2 {
        font-size: 1.35rem !important;
    }

    .stats-item h3 {
        font-size: 1.5rem !important;
    }

    .footer-dark-section {
        padding-top: 35px !important;
    }
}

@media (max-width: 767.98px) {
    /* Slick carousel arrows overlay position to prevent horizontal overflow */
    .slick-prev, .slick-next {
        z-index: 5 !important;
        width: 32px !important;
        height: 32px !important;
    }
    
    .slick-prev {
        left: 4px !important;
    }
    
    .slick-next {
        right: 4px !important;
    }

    .slick-prev::before, .slick-next::before {
        font-size: 16px !important;
    }

    /* Product Cards padding for mobile */
    .trending-products-section .row > div,
    .popular-products-section .row > div {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .product-card {
        padding: 10px !important;
    }

    .product-card-title {
        font-size: 12px !important;
    }

    .product-price {
        font-size: 14px !important;
    }

    .btn-add-cart {
        padding: 6px 10px !important;
        font-size: 11px !important;
    }
}

/* CART DRAWER & CENTER TOAST STYLING */
.hover-text-danger:hover {
    color: var(--primary-red) !important;
}

.toast-container {
    z-index: 9999 !important;
}

#cartSuccessToast {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
    animation: toastPop 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes toastPop {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.btn-checkout-drawer {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 50%, #b91c1c 100%) !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.35) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.btn-checkout-drawer:hover {
    transform: translateY(-2px) scale(1.01) !important;
    box-shadow: 0 12px 28px rgba(220, 38, 38, 0.55) !important;
}

.btn-checkout-drawer:hover .arrow-slide {
    transform: translateX(4px);
    transition: transform 0.2s ease;
}

.btn-qty {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.btn-qty:hover {
    background-color: #e2e8f0;
    color: #0f172a !important;
}

/* PRE-INITIALIZATION SLICK SLIDER FOUC FLASH FIX */
.hero-slider:not(.slick-initialized),
.featured-category-slider:not(.slick-initialized),
.popular-products-slider:not(.slick-initialized),
.daily-best-sells-slider:not(.slick-initialized),
.watch-shop-slider:not(.slick-initialized),
.new-arrivals-slider:not(.slick-initialized),
.happy-customers-slider:not(.slick-initialized),
.top-brands-slider:not(.slick-initialized) {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    visibility: visible !important;
}

.popular-products-slider:not(.slick-initialized) > div,
.daily-best-sells-slider:not(.slick-initialized) > div,
.watch-shop-slider:not(.slick-initialized) > div,
.new-arrivals-slider:not(.slick-initialized) > div,
.happy-customers-slider:not(.slick-initialized) > div {
    flex: 0 0 20% !important;
    max-width: 20% !important;
    box-sizing: border-box !important;
}

.featured-category-slider:not(.slick-initialized) > div,
.top-brands-slider:not(.slick-initialized) > div {
    flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
    box-sizing: border-box !important;
}

.hero-slider:not(.slick-initialized) > div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

@media (max-width: 991.98px) {
    .popular-products-slider:not(.slick-initialized) > div,
    .daily-best-sells-slider:not(.slick-initialized) > div,
    .watch-shop-slider:not(.slick-initialized) > div,
    .new-arrivals-slider:not(.slick-initialized) > div,
    .happy-customers-slider:not(.slick-initialized) > div {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
    }
}

@media (max-width: 575.98px) {
    .popular-products-slider:not(.slick-initialized) > div,
    .daily-best-sells-slider:not(.slick-initialized) > div,
    .watch-shop-slider:not(.slick-initialized) > div,
    .new-arrivals-slider:not(.slick-initialized) > div,
    .happy-customers-slider:not(.slick-initialized) > div {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .featured-category-slider:not(.slick-initialized) > div,
    .top-brands-slider:not(.slick-initialized) > div {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
    }
}

/* CATEGORY PAGE STYLING */
.subcat-card {
    transition: all 0.25s ease;
}

.subcat-card:hover .subcat-img-box {
    border-color: var(--primary-red) !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(220, 38, 38, 0.2) !important;
}

.subcat-card:hover .subcat-name {
    color: var(--primary-red) !important;
}

.subcat-img-box {
    transition: all 0.25s ease;
}

.hover-bg-light:hover {
    background-color: #f8fafc !important;
}

.custom-range-slider {
    accent-color: var(--primary-red) !important;
}

.form-check-input:checked {
    background-color: var(--primary-red) !important;
    border-color: var(--primary-red) !important;
}

/* DUAL THUMB RANGE SLIDER (MIN & MAX) */
.dual-range-wrapper {
    height: 10px;
    width: 100%;
}

.dual-range-track-bg {
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #fee2e2;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.dual-range-track-fill {
    position: absolute;
    height: 6px;
    background-color: var(--primary-red);
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.dual-range-input {
    position: absolute;
    width: 100%;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    z-index: 3;
    margin: 0;
    outline: none;
}

.dual-range-input::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: var(--primary-red);
    pointer-events: auto;
    -webkit-appearance: none;
    cursor: pointer;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 6px rgba(220, 38, 38, 0.4);
    transition: transform 0.15s ease;
}

.dual-range-input::-webkit-slider-thumb:hover {
    transform: scale(1.15);
}

.dual-range-input::-moz-range-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: var(--primary-red);
    pointer-events: auto;
    cursor: pointer;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 6px rgba(220, 38, 38, 0.4);
}

.form-check-input {
    border-color: #cbd5e1 !important;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

/* BRAND TITLE TAG ON PRODUCT CARD */
.brand-name-tag {
    font-size: 11px;
    font-weight: 500;
    color: #64748b;
    margin-bottom: 2px;
}

.subcat-slider:not(.slick-initialized) {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
}

.subcat-slider:not(.slick-initialized) > div {
    flex: 0 0 16.666% !important;
    max-width: 16.666% !important;
}

/* ACCORDION FILTER CHEVRON ANIMATION */
.cursor-pointer {
    cursor: pointer !important;
}

.filter-chevron {
    transition: transform 0.25s ease !important;
}

.filter-header.collapsed .filter-chevron {
    transform: rotate(-90deg) !important;
}

/* STICKY FILTER SIDEBAR STYLING */
@media (min-width: 992px) {
    .filter-sidebar {
        position: sticky !important;
        top: 20px !important;
        z-index: 10 !important;
        max-height: calc(100vh - 40px) !important;
        overflow-y: auto !important;
        padding-right: 4px !important;
    }

    /* Slim scrollbar for sticky filter sidebar */
    .filter-sidebar::-webkit-scrollbar {
        width: 4px;
    }

    .filter-sidebar::-webkit-scrollbar-track {
        background: #f1f5f9;
        border-radius: 4px;
    }

    .filter-sidebar::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 4px;
    }

    .filter-sidebar::-webkit-scrollbar-thumb:hover {
        background: #94a3b8;
    }
}

/* CLEAN UTILITY CLASSES (REPLACING INLINE STYLES) */
.subcat-list-thumb {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.sort-by-select {
    width: auto;
    min-width: 140px;
}

.subcat-prev-btn,
.subcat-next-btn {
    width: 28px;
    height: 28px;
}

.subcat-img-box {
    width: 80px;
    height: 80px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06) !important;
}

.subcat-img-box img {
    width: 60px;
    height: 60px;
}

.category-promo-box {
    background: linear-gradient(135deg, #fdf6ed 0%, #ffffff 100%);
}

.category-promo-img {
    object-fit: cover;
}

/* NATIVE MOBILE APP BOTTOM SHEET OFFCANVAS FILTER & SORT STYLING */
.mobile-filter-bar {
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08) !important;
}

.offcanvas-bottom.mobile-filter-offcanvas {
    height: 85vh !important;
    max-height: 85vh !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
}

.offcanvas-drag-indicator {
    width: 44px;
    height: 5px;
    background-color: #cbd5e1;
    border-radius: 10px;
    margin: 8px auto 0 auto;
}

@media (max-width: 991.98px) {
    body {
        padding-bottom: 70px !important;
    }
}

/* PRODUCT DETAIL PAGE & HOVER MAGNIFIER ZOOM STYLING */
.zoom-magnifier-lens {
    width: 140px;
    height: 140px;
    background-color: rgba(220, 38, 38, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    z-index: 5;
    cursor: crosshair;
}

.main-img-box {
    min-height: 350px;
}

.thumb-item {
    transition: all 0.2s ease;
}

.thumb-item:hover,
.thumb-item.active {
    border-color: var(--primary-red) !important;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.2);
    transform: translateY(-2px);
}

.related-products-slider:not(.slick-initialized) {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
}

.related-products-slider:not(.slick-initialized) > div {
    flex: 0 0 25% !important;
    max-width: 25% !important;
}

@media (max-width: 767.98px) {
    .related-products-slider:not(.slick-initialized) > div {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

.btn-outline-danger.hover-white:hover {
    background-color: var(--primary-red) !important;
    color: #ffffff !important;
    border-color: var(--primary-red) !important;
}

/* PREMIUM PRODUCT ACTION BAR STYLING */
.shadow-danger {
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.35) !important;
}

.btn-add-cart-action {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
    border: none !important;
}

.btn-add-cart-action:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.45) !important;
}

.hover-lift {
    transition: all 0.2s ease !important;
}

.hover-lift:hover {
    transform: translateY(-3px) !important;
    background-color: var(--primary-red) !important;
    border-color: var(--primary-red) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.3) !important;
}

.hover-lift:hover i {
    color: #ffffff !important;
}

.quantity-pill-container {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.hover-bg-danger-subtle:hover {
    background-color: #fee2e2 !important;
    color: var(--primary-red) !important;
}

/* FEATURE TRUST BAR STYLING */
@media (min-width: 992px) {
    .border-end-lg {
        border-right: 1px solid rgba(220, 38, 38, 0.15) !important;
    }
}

.hover-trust-card {
    transition: all 0.25s ease !important;
}

.hover-trust-card:hover {
    background-color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(220, 38, 38, 0.12) !important;
    transform: translateY(-2px);
}

.hover-trust-card:hover .feature-icon-box {
    transform: scale(1.08);
}

.feature-icon-box {
    transition: transform 0.25s ease !important;
    background: linear-gradient(135deg, #ffe0e0 0%, #ffe7e7 100%) !important;
}

/* COUPON TICKET CUTOUT NOTCHES & SWIPABLE CAROUSEL STYLING */
.scrollbar-none::-webkit-scrollbar {
    display: none;
}
.scrollbar-none {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.border-dashed {
    border-right-style: dashed !important;
}

.coupon-ticket::before,
.coupon-ticket::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border-radius: 50%;
}

.coupon-ticket::before {
    left: -7px;
}

.coupon-ticket::after {
    right: -7px;
}

.hover-underline:hover span {
    text-decoration: underline;
}

.coupon-badge {
    transition: all 0.2s ease !important;
    user-select: none;
}

.coupon-badge:hover {
    transform: scale(1.05);
    background-color: #f8fafc !important;
}

/* DESKTOP STICKY PRODUCT GALLERY STYLING */
@media (min-width: 992px) {
    .product-gallery-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 95px !important;
        z-index: 5;
    }
}

.hover-scale {
    transition: transform 0.2s ease !important;
}
.hover-scale:hover {
    transform: scale(1.15) !important;
}

/* ULTRA PREMIUM SOCIAL SHARE POPOVER STYLING */
.social-icon-box {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.share-icon-link:hover .social-icon-box {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18) !important;
}

.share-popover:not(.d-none) {
    animation: popoverFadeIn 0.22s ease-out forwards;
}

@keyframes popoverFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* CUSTOMER REVIEWS SECTION STYLING */
@media (min-width: 768px) {
    .border-end-md {
        border-right: 1px solid #f1f5f9 !important;
    }
}

.hover-border-danger {
    transition: all 0.2s ease !important;
}

.hover-border-danger:hover {
    border-color: #dc2626 !important;
    background-color: #fdf2f2 !important;
}

.hover-border-danger:hover i {
    color: #dc2626 !important;
}

.interactive-stars i {
    transition: color 0.15s ease, transform 0.15s ease;
}

.interactive-stars i:hover {
    transform: scale(1.2);
}

/* CHECKOUT PAGE STYLING & UTILITIES */
.border-dashed {
    border-style: dashed !important;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hover-underline:hover {
    text-decoration: underline !important;
}

/* CHECKOUT ORDER SUMMARY PIXEL-PERFECT STYLING */
.checkout-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
}

.item-thumb-box {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 4px;
    position: relative;
    background: #ffffff;
    flex-shrink: 0;
}

.qty-badge-top-right {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 22px;
    height: 22px;
    background-color: #64748b !important;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bold-dashed-line {
    border-top: 2.5px dashed #0f172a !important;
    margin: 18px 0 !important;
    opacity: 0.85;
}

.savings-green-banner {
    background-color: #d1fae5 !important;
    border: 1px solid #a7f3d0 !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    color: #047857 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* SHOPIFY STYLE CHECKOUT CUSTOM THEME STYLING */
.selected-theme-box {
    border-color: #dc2626 !important;
    background-color: #fff5f5 !important;
}

.theme-radio:checked,
.theme-checkbox:checked {
    background-color: #dc2626 !important;
    border-color: #dc2626 !important;
}

.active-charity-btn {
    border-color: #dc2626 !important;
    color: #dc2626 !important;
    background-color: #fff5f5 !important;
}

/* CHECKOUT RIGHT SIDEBAR STICKY PINNED PANEL & FULL SPLIT BACKGROUND */
.checkout-shopify-container {
    background: linear-gradient(to right, #ffffff 58%, #fff5f5 58%);
    overflow: visible !important;
}

@media (max-width: 991.98px) {
    .checkout-shopify-container {
        background: #ffffff !important;
    }
}

@media (min-width: 992px) {
    .checkout-right-sticky {
        position: sticky !important;
        top: 105px !important;
        align-self: flex-start !important;
        z-index: 10 !important;
        min-height: calc(100vh - 105px);
    }
}

/* ULTRA-PREMIUM CHECKOUT FORM INPUT STYLING */
.checkout-input-wrapper {
    position: relative;
    margin-bottom: 14px;
}

.checkout-input-label {
    display: block !important;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #475569;
    margin-bottom: 6px;
}

.checkout-form-control,
.checkout-form-select {
    width: 100%;
    height: 48px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #0f172a;
    background-color: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.checkout-form-control::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.checkout-form-control:hover,
.checkout-form-select:hover {
    background-color: #ffffff;
    border-color: #cbd5e1;
}

.checkout-form-control:focus,
.checkout-form-select:focus {
    background-color: #ffffff !important;
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.1) !important;
    color: #0f172a !important;
}

.checkout-form-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%3c475569' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px 10px;
    padding-right: 38px;
    cursor: pointer;
}

/* ULTRA-PREMIUM FLOATING STICKY BOTTOM CART BAR */
.sticky-bottom-cart-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(226, 232, 240, 0.9) !important;
    box-shadow: 0 -10px 35px rgba(15, 23, 42, 0.12) !important;
    transform: translateY(115%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.sticky-bottom-cart-bar.active-sticky {
    transform: translateY(0);
}

.sticky-cart-thumb {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    border: 1.5px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.btn-sticky-cart {
    height: 44px;
    border-radius: 10px;
    border: 1.5px solid #dc2626;
    color: #ffffff;
    font-weight: 700;
    background: #dc2626;
    padding: 0 20px;
    transition: all 0.2s ease;
}

.btn-sticky-cart:hover {
    background: #b91c1c;
    color: #ffffff;
    border-color: #b91c1c;
}

.btn-sticky-buy {
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
    color: #ffffff !important;
    font-weight: 700;
    padding: 0 24px;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.35);
    border: none;
    transition: all 0.2s ease;
}

.btn-sticky-buy:hover {
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.5);
    transform: translateY(-1px);
}

/* RESPONSIVE SHARE POPOVER MENU */
.share-popover {
    width: 280px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18) !important;
}

@media (max-width: 575.98px) {
    .share-popover {
        position: absolute !important;
        bottom: 100% !important;
        left: -12px !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        width: 270px !important;
        margin-bottom: 10px !important;
        z-index: 1050 !important;
    }
    .share-popover .popover-arrow {
        display: block !important;
        left: 28px !important;
        right: auto !important;
    }
}

/* OUTLINE DANGER BUTTON WHITE HOVER STATE */
.btn-outline-danger {
    color: #dc2626;
    border-color: #dc2626;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.hover-white:hover {
    background-color: #dc2626 !important;
    border-color: #dc2626 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.35) !important;
}

/* ACCOUNT SIDEBAR NAVIGATION STYLES */
.active-nav-item {
    background-color: #fff5f5 !important;
    color: #dc2626 !important;
    border-left: 4px solid #dc2626 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.account-nav-item {
    transition: all 0.2s ease;
}

.account-nav-item:hover {
    color: #dc2626 !important;
    background-color: #fff8f8;
}

/* ULTRA-PREMIUM DASHBOARD STAT CARDS */
.dash-stat-card {
    border-radius: 18px;
    padding: 20px 22px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.dash-stat-card:hover {
    transform: translateY(-3px);
}

.dash-stat-card.card-orders {
    background: linear-gradient(135deg, #ffffff 0%, #fff5f5 100%);
    border: 1.5px solid #fecdd3 !important;
}
.dash-stat-card.card-orders:hover {
    box-shadow: 0 12px 30px rgba(225, 29, 72, 0.12) !important;
}

.dash-stat-card.card-delivered {
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
    border: 1.5px solid #bae6fd !important;
}
.dash-stat-card.card-delivered:hover {
    box-shadow: 0 12px 30px rgba(2, 132, 199, 0.12) !important;
}

.dash-stat-card.card-returned {
    background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
    border: 1.5px solid #bbf7d0 !important;
}
.dash-stat-card.card-returned:hover {
    box-shadow: 0 12px 30px rgba(22, 163, 74, 0.12) !important;
}

.dash-stat-card.card-coupons {
    background: linear-gradient(135deg, #ffffff 0%, #fff7ed 100%);
    border: 1.5px solid #fed7aa !important;
}
.dash-stat-card.card-coupons:hover {
    box-shadow: 0 12px 30px rgba(234, 88, 12, 0.12) !important;
}

.dash-stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.dash-stat-card .arrow-link {
    font-size: 13px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.dash-stat-card:hover .arrow-link i {
    transform: translateX(4px);
}

/* ULTRA-PREMIUM ACCOUNT SIDEBAR STYLES */
.account-sidebar-card {
    border-radius: 20px !important;
    background: #ffffff;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04) !important;
}

.user-avatar-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fee2e2 0%, #fecdd3 100%) !important;
    color: #dc2626 !important;
    border: 2.5px solid #ffffff;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.18) !important;
}

.sidebar-nav-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none !important;
    color: #475569;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.sidebar-nav-icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background-color: #f8fafc;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.sidebar-nav-item:hover {
    color: #0f172a !important;
    background-color: #f8fafc;
    transform: translateX(3px);
}

.sidebar-nav-item:hover .sidebar-nav-icon {
    background-color: #fee2e2;
    color: #dc2626;
}

/* Active Nav Item State */
.sidebar-nav-item.active-sidebar-item {
    background: linear-gradient(90deg, #fff1f1 0%, #ffffff 100%) !important;
    color: #dc2626 !important;
    font-weight: 700 !important;
}

.sidebar-nav-item.active-sidebar-item .sidebar-nav-icon {
    background-color: #dc2626 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.25);
}

.sidebar-nav-item.active-sidebar-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background-color: #dc2626;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* ULTRA-PREMIUM RECENT ORDERS & ACCOUNT SUMMARY CARDS */
.recent-order-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 16px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none !important;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recent-order-card:hover {
    border-color: #fecdd3 !important;
    background-color: #fffafb;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 38, 38, 0.08) !important;
}

.recent-order-card .order-thumb {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid #e2e8f0;
}

.recent-order-card .circle-arrow-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f8fafc;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    transition: all 0.2s ease;
}

.recent-order-card:hover .circle-arrow-btn {
    background-color: #dc2626;
    color: #ffffff;
}

/* ACCOUNT SUMMARY TILES */
.summary-tile-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    text-decoration: none !important;
    color: #1e293b;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    margin-bottom: 8px;
}

.summary-tile-item:last-child {
    margin-bottom: 0;
}

.summary-tile-item:hover {
    background: #fff5f5;
    border-color: #fecdd3;
    transform: translateX(3px);
    color: #dc2626;
}

.summary-tile-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: #ffffff;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
}

.summary-tile-item:hover .summary-tile-icon {
    background: #dc2626;
    color: #ffffff;
}

.summary-tile-item .circle-arrow {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transition: all 0.2s ease;
}

.summary-tile-item:hover .circle-arrow {
    color: #dc2626;
    transform: translateX(2px);
}

/* ULTRA-PREMIUM BOTTOM QUICK ACTION BANNERS */
.quick-action-card {
    border-radius: 18px;
    padding: 18px 20px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 16px;
}

.quick-action-card:hover {
    transform: translateY(-3px);
}

.quick-action-card.banner-offers {
    background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
    border: 1.5px solid #bbf7d0 !important;
}
.quick-action-card.banner-offers:hover {
    box-shadow: 0 12px 30px rgba(22, 163, 74, 0.12) !important;
}

.quick-action-card.banner-track {
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
    border: 1.5px solid #bae6fd !important;
}
.quick-action-card.banner-track:hover {
    box-shadow: 0 12px 30px rgba(2, 132, 199, 0.12) !important;
}

.quick-action-card.banner-support {
    background: linear-gradient(135deg, #ffffff 0%, #fff7ed 100%);
    border: 1.5px solid #fed7aa !important;
}
.quick-action-card.banner-support:hover {
    box-shadow: 0 12px 30px rgba(234, 88, 12, 0.12) !important;
}

.quick-action-card .banner-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.quick-action-card .banner-link {
    font-size: 12px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.quick-action-card:hover .banner-link i {
    transform: translateX(4px);
}

/* MY ORDERS PAGE STYLES */
.order-item-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
}

.order-item-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.order-header-bar {
    background-color: #f8fafc;
    border-bottom: 1px solid #f1f5f9;
    padding: 14px 20px;
}

.order-body-content {
    padding: 20px;
}

.order-footer-bar {
    border-top: 1px solid #f1f5f9;
    padding: 14px 20px;
    background-color: #ffffff;
}

.order-status-tab {
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
    text-decoration: none !important;
}

.order-status-tab:hover,
.order-status-tab.active {
    background-color: #dc2626 !important;
    color: #ffffff !important;
    border-color: #dc2626 !important;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.2);
}

/* REVIEW MODAL STAR RATING */
.star-rating-box {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 26px;
    color: #cbd5e1;
    cursor: pointer;
}

.star-rating-box i {
    transition: color 0.15s ease, transform 0.15s ease;
}

.star-rating-box i.active,
.star-rating-box i:hover {
    color: #f59e0b;
    transform: scale(1.15);
}

/* TRACK ORDER MODAL TIMELINE STEPPER */
.track-timeline {
    position: relative;
    padding-left: 28px;
}

.track-timeline::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 14px;
    bottom: 14px;
    width: 2px;
    background-color: #e2e8f0;
}

.track-step {
    position: relative;
    padding-bottom: 24px;
}

.track-step:last-child {
    padding-bottom: 0;
}

.track-step-node {
    position: absolute;
    left: -28px;
    top: 2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #cbd5e1;
    z-index: 2;
}

.track-step.completed .track-step-node {
    background-color: #16a34a;
    border-color: #16a34a;
    color: #ffffff;
    box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.15);
}

.track-step.active .track-step-node {
    background-color: #0284c7;
    border-color: #0284c7;
    color: #ffffff;
    box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.15);
}

/* REVIEW IMAGE PREVIEW STYLES */
.review-preview-thumb {
    position: relative;
    width: 62px;
    height: 62px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.review-preview-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-preview-thumb .remove-img-btn {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgba(220, 38, 38, 0.9);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.review-preview-thumb .remove-img-btn:hover {
    background-color: #b91c1c;
    transform: scale(1.1);
}

.summary-tile-item div {
	gap: 10px;
}
.recent-order-card {
	margin-bottom:4px;
}

/* INVOICE PRINT MODAL & PRINT STYLES */
.invoice-paper {
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    color: #0f172a;
}

@media print {
    body * {
        visibility: hidden !important;
    }
    #invoicePrintModal, 
    #invoicePrintModal * {
        visibility: visible !important;
    }
    #invoicePrintModal {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    #invoicePrintModal .modal-dialog {
        max-width: 100% !important;
        margin: 0 !important;
    }
    #invoicePrintModal .modal-content {
        border: none !important;
        box-shadow: none !important;
    }
    #invoicePrintModal .modal-footer, 
    #invoicePrintModal .modal-header .btn-close {
        display: none !important;
    }
}

/* WISHLIST PAGE STYLES */
.wishlist-item-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
}

.wishlist-item-card:hover {
    border-color: #cbd5e1;
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.wishlist-img-box {
    position: relative;
    padding-top: 80%;
    overflow: hidden;
    background-color: #f8fafc;
}

.wishlist-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.wishlist-item-card:hover .wishlist-img-box img {
    transform: scale(1.06);
}

.wishlist-remove-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #e2e8f0;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    z-index: 5;
    transition: all 0.2s ease;
    backdrop-filter: blur(4px);
}

.wishlist-remove-btn:hover {
    background-color: #dc2626;
    border-color: #dc2626;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.25);
    transform: scale(1.1);
}

/* SAVED ADDRESSES PAGE STYLES */
.address-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
    position: relative;
}

.address-card:hover {
    border-color: #cbd5e1;
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.address-card.is-default {
    border-color: #dc2626;
    background: linear-gradient(180deg, #ffffff 0%, #fffbfb 100%);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.08);
}

.add-address-card-dashed {
    border: 2px dashed #cbd5e1;
    background: #f8fafc;
    border-radius: 18px;
    padding: 30px 20px;
    height: 100%;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.add-address-card-dashed:hover {
    border-color: #dc2626;
    background: #fff5f5;
    transform: translateY(-3px);
}

.add-address-card-dashed .plus-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fee2e2;
    color: #dc2626;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 12px;
    transition: transform 0.3s ease;
}

.add-address-card-dashed:hover .plus-icon-box {
    transform: scale(1.1) rotate(90deg);
    background-color: #dc2626;
    color: #ffffff;
}

/* ACCOUNT PROFILE DETAILS PAGE STYLES */
.profile-avatar-upload-box {
    position: relative;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
}

.profile-avatar-upload-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.15);
}

.avatar-upload-btn {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #dc2626;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.avatar-upload-btn:hover {
    background-color: #b91c1c;
    transform: scale(1.1);
}

/* ACCOUNT NOTIFICATIONS PAGE STYLES */
.notification-item-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 18px 20px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.02);
    position: relative;
}

.notification-item-card:hover {
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.notification-item-card.is-unread {
    background: linear-gradient(90deg, #f0f9ff 0%, #ffffff 100%);
    border-color: #bae6fd;
}

.notify-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.notify-icon-blue { background-color: #e0f2fe; color: #0284c7; }
.notify-icon-green { background-color: #dcfce7; color: #16a34a; }
.notify-icon-orange { background-color: #ffedd5; color: #ea580c; }
.notify-icon-purple { background-color: #f3e8ff; color: #9333ea; }

.unread-dot-badge {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #0284c7;
    display: inline-block;
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.2);
}

/* HEADER ACCOUNT HOVER DROPDOWN */
.header-account-dropdown {
    position: relative;
}

.header-account-dropdown:hover .account-hover-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.account-hover-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    min-width: 220px;
    padding: 12px 0;
    margin-top: 4px !important;
    right: 0;
    left: auto;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12) !important;
    border-radius: 14px !important;
}

.account-hover-menu .dropdown-item {
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    transition: all 0.15s ease;
}

.account-hover-menu .dropdown-item:hover {
    background-color: #fff1f1;
    color: #dc2626;
    padding-left: 22px;
}

/* POLICY PAGES STYLES */
.policy-content-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
    color: #334155;
    line-height: 1.7;
}

.policy-content-card h4 {
    color: #0f172a;
    font-weight: 800;
    font-size: 18px;
    margin-top: 28px;
    margin-bottom: 14px;
}

.policy-content-card p {
    font-size: 14px;
    margin-bottom: 14px;
}

.policy-content-card ul {
    font-size: 14px;
    margin-bottom: 16px;
    padding-left: 20px;
}

.policy-content-card ul li {
    margin-bottom: 8px;
}

.policy-alert-box {
    background-color: #f8fafc;
    border-left: 4px solid #dc2626;
    padding: 16px 20px;
    border-radius: 0 12px 12px 0;
    margin: 20px 0;
}

/* CONTACT US PAGE STYLES */
.contact-info-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.03);
}

.contact-info-card:hover {
    border-color: #cbd5e1;
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.contact-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.contact-form-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 6px 25px rgba(15, 23, 42, 0.04);
}

.map-embed-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(15, 23, 42, 0.04);
}

.pulse-dot-green {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #16a34a;
    display: inline-block;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.2);
    animation: pulseDot 1.8s infinite;
}

@keyframes pulseDot {
    0% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.4); }
    70% { box-shadow: 0 0 0 8px rgba(22, 163, 74, 0); }
    100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

/* CUSTOM ULTRA-PREMIUM FAQ ACCORDION */
.custom-faq-accordion .accordion-item {
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    overflow: hidden;
    margin-bottom: 12px;
    background: #ffffff;
    transition: all 0.25s ease;
}

.custom-faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.custom-faq-accordion .accordion-button {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a !important;
    background-color: #ffffff;
    padding: 16px 18px;
    box-shadow: none !important;
    transition: all 0.25s ease;
}

.custom-faq-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #fff1f1 0%, #ffffff 100%) !important;
    color: #dc2626 !important;
    box-shadow: none !important;
    border-left: 4px solid #dc2626;
}

.custom-faq-accordion .accordion-button::after {
    background-size: 14px;
    transition: transform 0.25s ease;
}

.custom-faq-accordion .accordion-body {
    padding: 16px 18px;
    background-color: #ffffff;
    font-size: 13px;
    color: #475569;
    line-height: 1.6;
    border-top: 1px solid #f1f5f9;
}

/* TRACK ORDER PAGE STYLES */
.track-lookup-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
}

.track-result-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 6px 25px rgba(15, 23, 42, 0.04);
}

.track-stepper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 35px 0;
}

.track-stepper::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 10%;
    right: 10%;
    height: 3px;
    background-color: #e2e8f0;
    z-index: 1;
}

.track-stepper-progress {
    position: absolute;
    top: 22px;
    left: 10%;
    width: 66%;
    height: 3px;
    background: linear-gradient(90deg, #dc2626 0%, #ea580c 100%);
    z-index: 2;
    transition: width 0.4s ease;
}

.track-step-item {
    position: relative;
    z-index: 3;
    text-align: center;
    flex: 1;
}

.track-step-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #cbd5e1;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px auto;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.track-step-item.is-completed .track-step-circle {
    background-color: #dc2626;
    border-color: #dc2626;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.3);
}

.track-step-item.is-active .track-step-circle {
    background-color: #ffffff;
    border-color: #dc2626;
    color: #dc2626;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.15);
}

.track-activity-timeline {
    border-left: 2px solid #e2e8f0;
    padding-left: 22px;
    margin-left: 10px;
}

.track-timeline-node {
    position: relative;
    padding-bottom: 22px;
}

.track-timeline-node:last-child {
    padding-bottom: 0;
}

.track-timeline-node::before {
    content: '';
    position: absolute;
    left: -29px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #cbd5e1;
    border: 2px solid #ffffff;
}

.track-timeline-node.is-latest::before {
    background-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.2);
}

/* PREMIUM TRACKING DETAILS STYLES */
.track-details-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.03);
}

.timeline-event-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px 18px;
    margin-bottom: 16px;
    position: relative;
    transition: all 0.25s ease;
}

.timeline-event-card.is-latest {
    background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
    border-color: #fca5a5;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.06);
}

.timeline-node-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
    position: absolute;
    left: -44px;
    top: 14px;
    z-index: 2;
}

.timeline-node-icon.icon-red {
    background-color: #dc2626;
    color: #ffffff;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.2);
}

.timeline-node-icon.icon-blue {
    background-color: #0284c7;
    color: #ffffff;
    box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.15);
}

.timeline-node-icon.icon-purple {
    background-color: #9333ea;
    color: #ffffff;
    box-shadow: 0 0 0 4px rgba(147, 51, 234, 0.15);
}

.timeline-node-icon.icon-green {
    background-color: #16a34a;
    color: #ffffff;
    box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.15);
}

.track-timeline-wrapper {
    position: relative;
    padding-left: 44px;
    margin-top: 15px;
}

.track-timeline-wrapper::before {
    content: '';
    position: absolute;
    left: 17px;
    top: 20px;
    bottom: 30px;
    width: 2px;
    background: #cbd5e1;
}

/* ABOUT US PAGE STYLES */
.about-hero-img-box {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
}

.about-floating-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 16px;
    padding: 14px 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.about-value-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 20px;
    transition: all 0.25s ease;
}

.about-value-card:hover {
    border-color: #cbd5e1;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.about-feature-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 24px;
    text-align: center;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.03);
}

.about-feature-box:hover {
    border-color: #fca5a5;
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(220, 38, 38, 0.08);
}

/* MOBILE OFFCANVAS ACCORDION STYLES */
.mobile-cat-accordion .accordion-item {
    border: none;
    background: transparent;
    border-bottom: 1px dashed #e2e8f0;
}

.mobile-cat-accordion .accordion-item:last-child {
    border-bottom: none;
}

.mobile-cat-accordion .accordion-button {
    background: transparent;
    padding: 10px 6px;
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    box-shadow: none !important;
    border-radius: 8px;
}

.mobile-cat-accordion .accordion-button:not(.collapsed) {
    background-color: #fff1f1;
    color: #dc2626;
}

.mobile-cat-header-row.accordion-button::after {
    display: none;
}

.mobile-cat-toggle-btn i {
    transition: transform 0.2s ease;
}

.mobile-cat-toggle-btn[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.mobile-cat-header-row:has(.mobile-cat-toggle-btn[aria-expanded="true"]) {
    background-color: #fff1f1;
}

.mobile-cat-header-row:has(.mobile-cat-toggle-btn[aria-expanded="true"]) .mobile-cat-name-link {
    color: #dc2626;
}

.mobile-cat-sublist {
    list-style: none;
    padding-left: 26px;
    margin: 4px 0 8px 0;
}

.mobile-cat-sublist li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    font-size: 12.5px;
    color: #475569;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.mobile-cat-sublist li a:hover {
    background-color: #f8fafc;
    color: #dc2626;
}

/* FLOATING PRODUCT VIDEO REEL WIDGET (RIGHT SIDE) */
.floating-video-widget {
    position: fixed;
    right: 20px;
    top: 55%;
    transform: translateY(-50%);
    z-index: 1040;
    width: 115px;
    height: 170px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28);
    border: 3px solid #ffffff;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    background: #0f172a;
}

.floating-video-widget:hover {
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 18px 45px rgba(220, 38, 38, 0.35);
    border-color: #dc2626;
}

/* FLOATING WHATSAPP CHAT BUTTON (ALL PAGES) */
.whatsapp-float-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    background-color: #25d366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    z-index: 1050;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float-btn:hover {
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.45);
}

@media (max-width: 767.98px) {
    .whatsapp-float-btn {
        right: 14px;
        bottom: 14px;
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
}

.floating-video-widget video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floating-video-widget .video-overlay-badge {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 12px;
    white-space: nowrap;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.floating-video-widget .play-icon-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    background: rgba(220, 38, 38, 0.9);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.7);
    animation: playPulse 1.8s infinite;
}

@keyframes playPulse {
    0% { transform: translate(-50%, -50%) scale(0.95); box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.8); }
    70% { transform: translate(-50%, -50%) scale(1.05); box-shadow: 0 0 0 12px rgba(220, 38, 38, 0); }
    100% { transform: translate(-50%, -50%) scale(0.95); box-shadow: 0 0 0 0 rgba(220, 38, 38, 0); }
}

.floating-video-widget .btn-dismiss-video {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    background: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    z-index: 10;
    transition: all 0.2s ease;
}

.floating-video-widget .btn-dismiss-video:hover {
    background: #dc2626;
}

/* REEL VIDEO MODAL */
.reel-video-modal .modal-dialog {
    max-width: 420px;
    margin: 1.75rem auto;
}

.reel-video-modal .modal-content {
    background: #0f172a;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
}

.reel-video-container {
    position: relative;
    width: 100%;
    height: 75vh;
    max-height: 680px;
    background: #000;
}

.reel-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reel-modal-header {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reel-modal-header .btn-close-reel {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    backdrop-filter: blur(5px);
}

/* REEL BOTTOM FLOATING PRODUCT CARD */
.reel-bottom-card {
    position: absolute;
    bottom: 16px;
    left: 14px;
    right: 14px;
    z-index: 20;
    background: rgba(15, 23, 42, 0.82);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    padding: 12px 14px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

.reel-prod-img-box {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: #ffffff;
    border-radius: 12px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.reel-prod-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.reel-prod-info {
    flex-grow: 1;
    overflow: hidden;
}

.reel-prod-title {
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 700;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.reel-price-current {
    color: #ef4444;
    font-size: 15px;
    font-weight: 800;
}

.reel-price-old {
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    text-decoration: line-through;
}

.reel-discount-badge {
    background: #10b981;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 6px;
    letter-spacing: 0.3px;
}

.reel-add-btn {
    flex-shrink: 0;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: #ffffff !important;
    font-size: 12.5px;
    font-weight: 700;
    padding: 9px 18px;
    border-radius: 50px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.4);
    transition: all 0.25s ease;
}

.reel-add-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(220, 38, 38, 0.6);
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}