/* =============================================
   PET GALAXY THEME OVERRIDES
   ============================================= */

/* ----- Global Dark Theme ----- */
:root {
    --skinColor: #7B2FFF;          /* Purple accent instead of red */
    --whiteColor: #FFF;
    --blackColor: #0a0a1a;         /* Deep space black */
    --secondaryColor: #c8c8e0;     /* Light lavender for body text */
    --lightColor: #12122a;         /* Dark panels */
    --galaxyGradient: linear-gradient(180deg, #0a0a1a 0%, #1a1040 50%, #0d0d2b 100%);
    --cardBg: rgba(255, 255, 255, 0.05);
    --cardBorder: rgba(255, 255, 255, 0.08);
}

body {
    background: var(--galaxyGradient) !important;
    background-attachment: fixed !important;
    color: var(--secondaryColor) !important;
}

/* ----- Banner Section (Hero) ----- */
.banner-section {
    background: url('../images/petgalaxy-bg-hero.png') no-repeat center center / cover !important;
    position: relative;
}
.banner-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 26, 0.35);
    z-index: 0;
}
.banner-section .container {
    position: relative;
    z-index: 1;
}

/* ----- Hero Banner Height ----- */
.banner-area-main {
    padding-top: 180px !important;
    padding-bottom: 190px !important;
}

.banner-title,
.banner-title span {
    color: #FFFFFF !important;
}
.banner-subtitle {
    color: rgba(255, 255, 255, 0.85) !important;
}
.ptb2-btn-skin {
    background: rgba(123, 47, 255, 0.4) !important;
    color: #fff !important;
    border: 1.5px solid rgba(179, 128, 255, 0.5) !important;
}
.ptb2-btn-skin:hover {
    background: rgba(123, 47, 255, 0.7) !important;
}
.iconText-btn {
    color: #fff !important;
}
.iconText-btn svg path {
    stroke: #fff !important;
}
.bs-customer-amount,
.bs-customer-subtitle {
    color: #fff !important;
}


/* ----- Vendor Button (outline white) ----- */
.btn-vendor-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 100px;
    background: transparent !important;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF !important;
    font-family: 'Staatliches';
    font-size: 26px;
    font-weight: 400;
    transition: all 0.3s ease;
}
.btn-vendor-outline:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #FFFFFF !important;
    border-color: #b380ff !important;
}

/* ----- Section Titles (all sections) ----- */
.section-title {
    color: #FFFFFF !important;
}
.section-subtitle {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* ----- Explore Handpicked Essentials (Categories) ----- */
.project-card1,
.project-card2,
.project-card3,
.project-card4 {
    background: var(--cardBg) !important;
    border: 1px solid var(--cardBorder) !important;
    backdrop-filter: blur(10px);
}
.project-card-title,
.project-card-title2 {
    color: #FFFFFF !important;
}
.project-card-subtitle {
    color: rgba(255, 255, 255, 0.7) !important;
}
.ptb3-btn-skin {
    background: var(--skinColor) !important;
    color: #fff !important;
}

/* ----- Top Picks Section ----- */
.top-picks-product-section {
    background: url('../images/galaxy-bg-2.png') no-repeat center center / cover !important;
    position: relative;
}
.top-picks-product-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 26, 0.7);
    z-index: 0;
}
.top-picks-product-section .container {
    position: relative;
    z-index: 1;
}
.top-picks-product-area::after {
    display: none !important; /* Remove the yellow sun shape */
}
.tp-area-title {
    color: #FFFFFF !important;
}

/* ----- Product Cards (used in multiple sections) ----- */
.product-card {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 23.659px;
    backdrop-filter: blur(8px);
}
.card-product-slider-area {
    background: rgba(255, 255, 255, 0.08) !important;
}
.product-card-title {
    color: #FFFFFF !important;
}
.product-card-title:hover {
    color: #b380ff !important;
}
.product-card-subtitle {
    color: rgba(255, 255, 255, 0.6) !important;
}
.product-card-rating {
    color: #FFFFFF !important;
}
.card-product-price {
    color: #FFFFFF !important;
}
.product-card-bookmark {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
.ptb4-btn-skin {
    background: var(--skinColor) !important;
    color: #fff !important;
}
.ptb4-btn-skin:hover {
    background: #9B4FFF !important;
}

/* ----- Expert Pet Care Tips ----- */
.tips-blog-card {
    background: var(--cardBg) !important;
    border: 1px solid var(--cardBorder) !important;
    backdrop-filter: blur(10px);
}
.tb-card-title {
    color: #FFFFFF !important;
}
.tb-card-subtitle {
    color: rgba(255, 255, 255, 0.7) !important;
}
.tb-card-category {
    color: #b380ff !important;
}

/* ----- Latest Essentials Section ----- */
.latest-essential-section {
    background: rgba(15, 15, 40, 0.9) !important;
}
.le-area-title {
    color: #FFFFFF !important;
}
.product-filter-btn {
    background: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}
.product-filter-btn:hover,
.product-filter-btn.mixitup-control-active {
    background: var(--skinColor) !important;
    color: #fff !important;
    border-color: var(--skinColor) !important;
}

/* ----- Bundle & Save Section ----- */
.product-bundle-card {
    background: var(--cardBg) !important;
    border: 1px solid var(--cardBorder) !important;
    backdrop-filter: blur(10px);
}
.product-bundle-card1 {
    background: rgba(123, 47, 255, 0.08) !important;
    border: 1px solid rgba(123, 47, 255, 0.2) !important;
}
.product-bundle-card2 {
    background: rgba(60, 180, 255, 0.08) !important;
    border: 1px solid rgba(60, 180, 255, 0.2) !important;
}
.product-bundle-title {
    color: #FFFFFF !important;
}
.product-bundle-subtitle {
    color: rgba(255, 255, 255, 0.7) !important;
}
.product-bundle1-badge,
.product-bundle2-badge {
    color: #b380ff !important;
    border-color: #b380ff !important;
}

/* ----- Instagram Gallery Section ----- */
.insta-gallery-title {
    color: #FFFFFF !important;
}
.pt-text-skin {
    color: #b380ff !important;
}

/* ----- Blog Section ----- */
.pt-blog-card {
    background: var(--cardBg) !important;
    border: 1px solid var(--cardBorder) !important;
    backdrop-filter: blur(10px);
    border-radius: 14px;
    padding: 15px;
}
.blog-card-title {
    color: #FFFFFF !important;
}
.blog-card-title:hover {
    color: #b380ff !important;
}
.blog-card-subtitle {
    color: rgba(255, 255, 255, 0.7) !important;
}
.blog-card-category {
    color: #b380ff !important;
}
.blog-iconText .text {
    color: rgba(255, 255, 255, 0.6) !important;
}
.blog-iconText svg path {
    stroke: rgba(255, 255, 255, 0.6) !important;
}
.ptb5-btn-skin {
    background: var(--skinColor) !important;
    color: #fff !important;
}

/* ----- Main Action Buttons ----- */
.pt-btn-skin {
    background: var(--skinColor) !important;
    color: #fff !important;
}
.pt-btn-skin:hover {
    background: #9B4FFF !important;
}

/* ----- Footer Overrides ----- */
.footer-section {
    background-color: #080818 !important;
}

/* ----- Swiper Pagination ----- */
.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.3) !important;
}
.swiper-pagination-bullet-active {
    background: var(--skinColor) !important;
}

/* ----- Scroll to Top ----- */
.scroll-progress-wrap {
    background: var(--skinColor) !important;
}



/* =============================================
   HEADER / NAVBAR - Galaxy Theme
   ============================================= */

/* Header bar background */
.logo-header-section {
    background: rgba(10, 10, 26, 0.85) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Navigation links */
.header-menuitem-a {
    color: rgba(255, 255, 255, 0.75) !important;
}
.header-menuitem-a.active,
.header-menuitem-a:hover {
    color: #FFFFFF !important;
}
.header-menuitem-a::after {
    background: #FFFFFF !important;
}
.header-menuitem-a.active::after,
.header-menuitem-a:hover::after {
    background: #FFFFFF !important;
}

/* Categories dropdown arrow */
.pt-mega-menu-link svg path {
    stroke: rgba(255, 255, 255, 0.75) !important;
}

/* Header icon buttons (search, cart, wishlist, profile) */
.access-nav-item {
    background-color: rgba(123, 47, 255, 0.15) !important;
    border: 1.5px solid rgba(123, 47, 255, 0.4) !important;
    transition: all 0.3s ease;
}
.access-nav-item:hover {
    background-color: rgba(123, 47, 255, 0.35) !important;
    border-color: rgba(179, 128, 255, 0.6) !important;
}

/* Icon colors - make them white */
.access-nav-inner svg {
    display: block;
    width: 22px !important;
    height: 22px !important;
}
.access-nav-inner path[fill] {
    fill: #FFFFFF !important;
}
.access-nav-inner path[stroke] {
    stroke: #FFFFFF !important;
}
.access-nav-item:hover .access-nav-inner path[fill] {
    fill: #d4b8ff !important;
}
.access-nav-item:hover .access-nav-inner path[stroke] {
    stroke: #d4b8ff !important;
}

/* Remove black fills from cart/wishlist icons */
.access-nav-inner path[fill="black"],
.access-nav-inner path[fill="#000000"],
.access-nav-inner path[fill="#25314C"],
.access-nav-inner path[fill="#0D0E10"] {
    fill: #FFFFFF !important;
}
.access-nav-inner path[stroke="black"] {
    stroke: #FFFFFF !important;
}

/* User profile dropdown button */
.pt-user-dropdown-btn {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 50%;
}
.pt-user-dropdown-btn:hover {
    background-color: rgba(123, 47, 255, 0.25) !important;
    border-color: rgba(123, 47, 255, 0.4) !important;
}

/* Mega menu dropdown */
.pt-mega-menu-wrap {
    background: rgba(15, 15, 40, 0.97) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}
.mega-nav-title {
    color: #FFFFFF !important;
}
.mega-nav-link {
    color: rgba(255, 255, 255, 0.7) !important;
}
.mega-nav-link:hover {
    color: #b380ff !important;
}
.mega-category {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.mega-category-title {
    color: #FFFFFF !important;
}

/* User dropdown menu */
.pt-user-dropdown-menu {
    background: rgba(15, 15, 40, 0.97) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(12px);
}
.pt-user-dropdown-name {
    color: #FFFFFF !important;
}
.pt-user-dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.75) !important;
}
.pt-user-dropdown-menu .dropdown-item:hover,
.pt-user-dropdown-menu .dropdown-item.active {
    color: #b380ff !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}

/* Search modal */
.header-search-modal .modal-content {
    background: rgba(15, 15, 40, 0.97) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.modal-search-label {
    color: #FFFFFF !important;
}
.modal-search-input {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #FFFFFF !important;
}
.modal-search-input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}
.modal-search-btn svg path {
    fill: #FFFFFF !important;
}


/* ----- Logo Size ----- */
.header-logo {
    max-width: 180px !important;
}
.header-logo .logo {
    max-height: 70px !important;
    width: auto !important;
    object-fit: contain;
}

/* ----- Mega Menu Fix ----- */
.pt-mega-menu-wrap {
    background: rgba(15, 15, 40, 0.97) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(12px);
    max-height: 80vh !important;
    overflow-y: auto !important;
}
.mega-nav-main {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    column-gap: 60px !important;
    row-gap: 0 !important;
}
.mega-nav-title {
    color: #FFFFFF !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.mega-nav-link {
    color: rgba(255, 255, 255, 0.7) !important;
}
.mega-nav-link:hover,
.mage-nav-sublink:hover {
    color: #b380ff !important;
}
.mage-nav-sublink {
    color: rgba(255, 255, 255, 0.6) !important;
}
.mega-category {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px;
    overflow: hidden;
}
.mega-category-title {
    color: #FFFFFF !important;
}
.mega-categories-wrap {
    max-height: 60vh !important;
    overflow-y: auto !important;
}


/* ----- Mega Menu Visibility Fix ----- */
.logo-header-section {
    position: relative;
    overflow: visible !important;
    z-index: 1040;
}
.logo-header-wrap {
    overflow: visible !important;
}
.pt-mega-menu-wrap {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: rgba(15, 15, 40, 0.97) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(15px);
    padding: 30px 0 !important;
    overflow: visible !important;
}
.pt-mega-menu-btn:hover .pt-mega-menu-wrap {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    margin-top: 0px !important;
}


/* ----- Mega Menu Subcategory Dropdowns ----- */
.mega-nav-link-have-sub {
    color: rgba(255, 255, 255, 0.8) !important;
    cursor: pointer;
    padding: 6px 18px 6px 0 !important;
    border-radius: 6px;
    transition: all 0.3s ease;
    width: fit-content !important;
}
.mega-nav-link-have-sub:hover {
    color: #b380ff !important;
    background: rgba(123, 47, 255, 0.08);
}

/* Arrow icon - replace SVG background with CSS arrow */
.mega-nav-link-have-sub::after {
    content: '' !important;
    position: absolute !important;
    right: 0px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 6px solid rgba(255, 255, 255, 0.6) !important;
    background-image: none !important;
    background: none !important;
    transition: transform 0.3s ease, border-color 0.3s ease !important;
}
.mega-nav-link-have-sub:hover::after {
    border-top-color: #b380ff !important;
    background-image: none !important;
    background: none !important;
}

/* When dropdown is open */
.active-mega-nav-sub .mega-nav-link-have-sub::after {
    transform: translateY(-50%) rotate(180deg) !important;
    border-top-color: #b380ff !important;
    background-image: none !important;
    background: none !important;
}
.active-mega-nav-sub .mega-nav-link-have-sub {
    color: #b380ff !important;
}

/* Dropdown list */
.mega-nav-dropdown {
    padding: 8px 0 8px 16px !important;
    border-left: 2px solid rgba(123, 47, 255, 0.3);
    margin-left: 8px;
    margin-top: 4px;
}
.mage-nav-sublink {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 15px !important;
    padding: 5px 10px !important;
    border-radius: 4px;
    display: block;
}
.mage-nav-sublink:hover {
    color: #b380ff !important;
    background: rgba(123, 47, 255, 0.08);
}

/* Category titles in mega menu */
.mega-nav-title {
    color: #FFFFFF !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding-bottom: 10px !important;
    margin-bottom: 12px !important;
    font-size: 18px !important;
}
.mega-nav-title:hover {
    color: #b380ff !important;
}

/* Category image cards in mega menu */
.mega-category,
.mg-sml-category {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    overflow: hidden;
    transition: all 0.3s ease;
}
.mega-category:hover {
    border-color: rgba(123, 47, 255, 0.4) !important;
    background: rgba(123, 47, 255, 0.08) !important;
}
.mega-category-title {
    color: #FFFFFF !important;
}



/* =============================================
   GALAXY CATEGORY CARDS (5 equal cards)
   ============================================= */
.galaxy-category-card {
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
    position: relative;
}
.galaxy-category-card:hover {
    border-color: rgba(123, 47, 255, 0.5);
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(123, 47, 255, 0.2);
}

/* Image area */
.galaxy-category-banner {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}
.galaxy-category-banner .banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.galaxy-category-card:hover .galaxy-category-banner .banner {
    transform: scale(1.08);
}
.galaxy-category-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(10, 10, 26, 0.8) 100%);
    pointer-events: none;
}

/* Text area */
.galaxy-category-body {
    padding: 20px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    flex-grow: 1;
}
.galaxy-category-title {
    color: #FFFFFF !important;
    font-family: 'Staatliches';
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
}
.galaxy-category-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 100px;
    background: #7B2FFF !important;
    color: #FFFFFF !important;
    font-family: 'Staatliches';
    font-size: 16px;
    font-weight: 400;
    border: none;
    transition: all 0.3s ease;
}
.galaxy-category-btn:hover {
    background: #9B4FFF !important;
    color: #FFFFFF !important;
    transform: scale(1.05);
}
.galaxy-category-btn svg path {
    stroke: #FFFFFF;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    .galaxy-category-card {
        margin-bottom: 0;
    }
    .galaxy-category-title {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .galaxy-category-banner {
        aspect-ratio: 4 / 3;
    }
}
@media (max-width: 767px) {
    .galaxy-category-title {
        font-size: 18px;
    }
    .galaxy-category-btn {
        font-size: 14px;
        padding: 8px 16px;
    }
}



/* =============================================
   PRODUCTS PAGE - Galaxy Theme
   ============================================= */

/* Page title banner */
.page-title-section,
.breadcrumb-area {
    background: rgba(15, 15, 40, 0.9) !important;
}
.page-title-section h1,
.page-title-section h2,
.page-title-section h3 {
    color: #FFFFFF !important;
}

/* Sidebar - Categories, Filters */
.gray-card-sidebar,
.product-additional-info {
    background: rgba(15, 15, 40, 0.6) !important;
}
.gray-card-sidebar h4,
.gray-card-sidebar h5,
.gray-card-sidebar h6,
.gray-card-sidebar p,
.gray-card-sidebar a,
.gray-card-sidebar span,
.gray-card-sidebar label,
.gray-card-sidebar .al-title-18px,
.gray-card-sidebar .al-title-16px,
.gray-card-sidebar .al-title-14px {
    color: #FFFFFF !important;
}
.gray-card-sidebar a:hover {
    color: #b380ff !important;
}

/* Sort dropdown */
.fsh-md-select,
.fsh-form-control {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

/* No results text */
.no-result-found h3,
.no-result-found h4,
.no-result-found h5,
.no-result-found p {
    color: #FFFFFF !important;
}

/* Grid view icons */
.product-view-btn svg path,
.product-view-btn svg rect,
.product-view-btn svg circle {
    fill: rgba(255, 255, 255, 0.5) !important;
    stroke: rgba(255, 255, 255, 0.5) !important;
}
.product-view-btn.active svg path,
.product-view-btn.active svg rect,
.product-view-btn.active svg circle {
    fill: #FFFFFF !important;
    stroke: #FFFFFF !important;
}

/* General white text for all inner pages */
.fsh-text-gray,
.al-subtitle-14px,
.al-subtitle2-14px,
.al-title-18px,
.al-title-16px,
.al-title-14px {
    color: rgba(255, 255, 255, 0.8) !important;
}


/* ----- Force white text on all inner pages ----- */
body,
body p,
body a,
body span,
body label,
body h1, body h2, body h3, body h4, body h5, body h6,
body li,
body td,
body th,
body div {
    color: inherit;
}

/* Sidebar filter area - force everything white */
.filter-sidebar a,
.filter-sidebar span,
.filter-sidebar p,
.filter-sidebar label,
.filter-sidebar h1,
.filter-sidebar h2,
.filter-sidebar h3,
.filter-sidebar h4,
.filter-sidebar h5,
.filter-sidebar h6,
.sidebar a,
.sidebar span,
.sidebar p,
.sidebar label,
.category-filter a,
.category-filter span {
    color: rgba(255, 255, 255, 0.85) !important;
}

/* Catch-all for dark text on dark background */
[style*="color: #000"],
[style*="color: black"],
[style*="color:#000"] {
    color: #FFFFFF !important;
}

/* Product count numbers */
.badge,
.count,
.category-count {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Filter button */
.filter-btn,
.filter-badge {
    color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

/* No products found text */
.no-product-found,
.no-product-found p,
.no-product-found h1,
.no-product-found h2,
.no-product-found h3,
.no-product-found h4,
.no-product-found h5 {
    color: #FFFFFF !important;
}

/* Checkbox labels */
.form-check-label {
    color: rgba(255, 255, 255, 0.85) !important;
}

/* Price range labels */
.ui-slider-handle {
    background: #7B2FFF !important;
    border-color: #7B2FFF !important;
}


/* ----- Mega Menu: Categories in one line ----- */
.mega-nav-main {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    column-gap: 30px !important;
    row-gap: 0 !important;
}
.mega-nav-wrap {
    flex: 1 1 0 !important;
    text-align: center;
}
.mega-nav-title {
    white-space: nowrap;
}


/* ----- Mega Menu: Prevent layout shift on dropdown ----- */
.mega-nav-wrap {
    flex: 1 1 0 !important;
    text-align: center;
    position: relative;
    min-width: 0;
}
.pt-mega-nav.mega-navbar-nav {
    position: absolute !important;
    top: 100%;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: rgba(20, 20, 50, 0.95) !important;
    border: 1px solid rgba(123, 47, 255, 0.3);
    border-radius: 10px;
    padding: 12px 16px !important;
    min-width: 200px;
    z-index: 100;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    text-align: center;
}


/* ----- Page Title White ----- */
.page-title-section *,
.breadcrumb-area *,
.page-title h1,
.page-title h2,
.page-title h3,
.page-title p,
.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item.active {
    color: #FFFFFF !important;
}

/* Hide category image cards in mega menu (no images uploaded yet) */
.mega-categories-wrap {
    display: none !important;
}

/* Remove all category image cards and their borders in mega menu */
.mega-categories-wrap,
.mega-two-categories,
.mega-category,
.mg-sml-category,
.pt-mega-menu-wrap .col-lg-6:last-child {
    display: none !important;
}


/* Nuclear option: hide the entire right column of mega menu */
.pt-mega-menu-wrap .row > .col-md-10.col-lg-6:nth-child(2) {
    display: none !important;
}

/* Also force full width on the left column */
.pt-mega-menu-wrap .row > .col-md-10.col-lg-6:first-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.mega-nav-link,
.mega-nav-link-have-sub {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
}
.mega-nav-link-have-sub {
    width: fit-content !important;
    margin: 0 auto !important;
}

/* ----- Mobile Menu Button (Hamburger) ----- */
.navbar-toggler,
.mobile-menu-btn,
.offcanvas-toggle-btn,
.header-toggle-btn {
    border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
    background: rgba(123, 47, 255, 0.15) !important;
    padding: 6px 8px !important;
}
.navbar-toggler svg path,
.navbar-toggler svg line,
.navbar-toggler svg rect,
.mobile-menu-btn svg path,
.mobile-menu-btn svg line,
.header-toggle-btn svg path,
.header-toggle-btn svg line {
    stroke: #FFFFFF !important;
    fill: #FFFFFF !important;
}
/* Hamburger icon lines */
.navbar-toggler-icon,
.toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Mobile bottom nav bar */
.smallDeviceShow {
    background: rgba(10, 10, 26, 0.95) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(12px);
}
.smallDeviceShow li a {
    color: rgba(255, 255, 255, 0.7) !important;
}
.smallDeviceShow li a:hover,
.smallDeviceShow li a.active {
    color: #b380ff !important;
}
.smallDeviceShow li a i {
    color: rgba(255, 255, 255, 0.7) !important;
}


/* ----- Mobile Hamburger Button ----- */
.pt-menu-button {
    background: rgba(123, 47, 255, 0.2) !important;
    border: 1.5px solid rgba(123, 47, 255, 0.5) !important;
    border-radius: 8px !important;
    padding: 8px !important;
}
.pt-menu-button svg path {
    fill: #FFFFFF !important;
}

/* ----- Mobile Offcanvas Menu ----- */
.menuoffcanvas {
    background: rgba(10, 10, 26, 0.98) !important;
}
.menuoffcanvas-header .btn-close {
    filter: invert(1) !important;
}
.mobile-menuitem-a {
    color: rgba(255, 255, 255, 0.85) !important;
}
.mobile-menuitem-a .text {
    color: rgba(255, 255, 255, 0.85) !important;
}
.mobile-menuitem-a svg path {
    fill: rgba(255, 255, 255, 0.6) !important;
}
.mobile-menuitem-a-have-sub .arrow svg path,
.mobile-dropitem-a-have-sub .arrow svg path {
    fill: rgba(255, 255, 255, 0.5) !important;
}
.mobile-dropdown-menu,
.mobile-subdrop-menu {
    border-left: 2px solid rgba(123, 47, 255, 0.3) !important;
    margin-left: 12px !important;
    padding-left: 12px !important;
}
.search-form-control {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #FFFFFF !important;
}
.search-form-control::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* ----- Fix: Make sub-subcategories clickable ----- */
.mobile-dropitem-have-sub .mobile-dropitem-a-have-sub {
    cursor: pointer;
}
.mobile-subdrop-menu {
    display: none;
}
.mobile-dropitem-have-sub.active-mobile-subdrop .mobile-subdrop-menu {
    display: block !important;
}

/* ----- Instagram Section - Dark text on light background ----- */
.insta-gallery-section {
    background: #FEEEDD !important;
}
.insta-gallery-section .section-title,
.insta-gallery-section .insta-gallery-title {
    color: #000000 !important;
}
.insta-gallery-section .section-subtitle {
    color: #373737 !important;
}
.insta-gallery-section .pt-text-skin {
    color: #7B2FFF !important;
}


/* =============================================
   BECOME A VENDOR SECTION
   ============================================= */
.vendor-cta-section {
    padding: 100px 0;
    background: linear-gradient(180deg, rgba(123, 47, 255, 0.08) 0%, rgba(10, 10, 26, 0) 100%);
    border-top: 1px solid rgba(123, 47, 255, 0.15);
    border-bottom: 1px solid rgba(123, 47, 255, 0.15);
}

/* Badge */
.vendor-cta-badge {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 100px;
    background: rgba(123, 47, 255, 0.15);
    border: 1px solid rgba(123, 47, 255, 0.3);
    color: #b380ff !important;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Title */
.vendor-cta-title {
    color: #FFFFFF !important;
    font-size: 52px !important;
    max-width: 750px;
    margin: 0 auto 16px auto;
    line-height: 1.15 !important;
}
.vendor-cta-subtitle {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 50px auto;
    line-height: 1.7;
}

/* Benefit Cards */
.vendor-benefit-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    height: 100%;
    transition: all 0.4s ease;
}
.vendor-benefit-card:hover {
    background: rgba(123, 47, 255, 0.1);
    border-color: rgba(123, 47, 255, 0.3);
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(123, 47, 255, 0.15);
}
.vendor-benefit-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(123, 47, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    transition: all 0.3s ease;
}
.vendor-benefit-card:hover .vendor-benefit-icon {
    background: rgba(123, 47, 255, 0.25);
    transform: scale(1.1);
}
.vendor-benefit-title {
    color: #FFFFFF !important;
    font-family: 'Staatliches';
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 12px;
}
.vendor-benefit-desc {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 15px;
    line-height: 1.7;
}

/* CTA Button */
.vendor-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 40px;
    border-radius: 100px;
    background: linear-gradient(135deg, #7B2FFF 0%, #9B4FFF 100%) !important;
    color: #FFFFFF !important;
    font-family: 'Staatliches';
    font-size: 24px;
    font-weight: 400;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(123, 47, 255, 0.35);
}
.vendor-cta-btn:hover {
    background: linear-gradient(135deg, #9B4FFF 0%, #b380ff 100%) !important;
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(123, 47, 255, 0.5);
    color: #FFFFFF !important;
}

/* Note */
.vendor-cta-note {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 15px;
}
.vendor-cta-login {
    color: #b380ff !important;
    text-decoration: underline !important;
}
.vendor-cta-login:hover {
    color: #FFFFFF !important;
}

/* Responsive */
@media (max-width: 767px) {
    .vendor-cta-title {
        font-size: 36px !important;
    }
    .vendor-cta-section {
        padding: 60px 0;
    }
    .vendor-cta-btn {
        font-size: 20px;
        padding: 14px 30px;
    }
}

/* ----- Vendor Section Title - Normal Case ----- */
.vendor-cta-title {
    text-transform: none !important;
}

.vendor-cta-title {
    font-family: 'Inter', sans-serif !important;
    text-transform: none !important;
    font-weight: 700 !important;
}

/* =============================================
   COMMUNITY SECTION
   ============================================= */
.community-section {
    padding: 100px 0;
    background: radial-gradient(ellipse at center, rgba(123, 47, 255, 0.06) 0%, transparent 70%);
}

.community-badge {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 100px;
    background: rgba(123, 47, 255, 0.12);
    border: 1px solid rgba(123, 47, 255, 0.25);
    color: #b380ff !important;
    font-size: 16px;
    margin-bottom: 20px;
}
.community-title {
    color: #FFFFFF !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 48px !important;
    max-width: 650px;
    margin: 0 auto 16px auto;
    text-transform: none !important;
}
.community-subtitle {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 18px;
    max-width: 550px;
    margin: 0 auto 50px auto;
    line-height: 1.7;
}

/* Stat Cards */
.community-stat-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    transition: all 0.4s ease;
}
.community-stat-card:hover {
    background: rgba(123, 47, 255, 0.08);
    border-color: rgba(123, 47, 255, 0.25);
    transform: translateY(-4px);
}
.community-stat-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgba(123, 47, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}
.community-stat-number {
    color: #FFFFFF !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 48px !important;
    font-weight: 800 !important;
    margin-bottom: 4px;
    background: linear-gradient(135deg, #FFFFFF 0%, #b380ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.community-stat-label {
    color: rgba(255, 255, 255, 0.9) !important;
    font-family: 'Staatliches';
    font-size: 20px;
    margin-bottom: 8px;
}
.community-stat-desc {
    color: rgba(255, 255, 255, 0.45) !important;
    font-size: 14px;
    line-height: 1.5;
}

/* Testimonial Cards */
.community-testimonial-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 32px 28px;
    height: 100%;
    transition: all 0.4s ease;
}
.community-testimonial-card:hover {
    background: rgba(123, 47, 255, 0.06);
    border-color: rgba(123, 47, 255, 0.2);
    transform: translateY(-4px);
}
.community-stars {
    color: #FFD33E;
    font-size: 20px;
    margin-bottom: 16px;
    letter-spacing: 3px;
}
.community-testimonial-text {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 16px;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 24px;
}
.community-testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
}
.community-author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(123, 47, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.community-author-name {
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}
.community-author-role {
    color: rgba(255, 255, 255, 0.45) !important;
    font-size: 13px;
}

/* Responsive */
@media (max-width: 767px) {
    .community-title {
        font-size: 32px !important;
    }
    .community-section {
        padding: 60px 0;
    }
    .community-stat-number {
        font-size: 36px !important;
    }
}


/* =============================================
   FOOTER - Galaxy Theme
   ============================================= */

/* Footer background */
.footer-section {
    background: linear-gradient(180deg, rgba(10, 10, 26, 0.95) 0%, #050510 100%) !important;
    background-image: url('../images/petgalaxy-bg-hero.png') !important;
    background-size: cover !important;
    background-position: top center !important;
    position: relative;
}
.footer-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 26, 0.92) 0%, rgba(5, 5, 16, 0.98) 100%);
    z-index: 0;
}
.footer-section .container {
    position: relative;
    z-index: 1;
}
.footer-section-main,
.footer-section-inner {
    background: transparent !important;
}

/* Footer text */
.footer-logo-subtitle {
    color: rgba(255, 255, 255, 0.6) !important;
}
.ft-contact-link {
    color: rgba(255, 255, 255, 0.7) !important;
}
.ft-contact-link:hover {
    color: #b380ff !important;
}
.ft-contact-link svg path {
    stroke: rgba(255, 255, 255, 0.6) !important;
}
.ft-contact-link:hover svg path {
    stroke: #b380ff !important;
}

/* Footer nav links */
.footer-nav-link {
    color: rgba(255, 255, 255, 0.6) !important;
}
.footer-nav-link:hover,
.footer-nav-link.active {
    color: #b380ff !important;
    border-color: #b380ff !important;
}
.al-title-18px.text-white {
    color: #FFFFFF !important;
}

/* Social icons - purple style like header */
.ft-social-link {
    border-color: rgba(123, 47, 255, 0.4) !important;
    background: rgba(123, 47, 255, 0.15) !important;
    transition: all 0.3s ease;
}
.ft-social-link:hover {
    background: rgba(123, 47, 255, 0.35) !important;
    border-color: rgba(179, 128, 255, 0.6) !important;
}
.ft-social-link svg path {
    fill: #b380ff !important;
    transition: all 0.3s ease;
}
.ft-social-link:hover svg path {
    fill: #FFFFFF !important;
}

/* Footer bottom */
.footer-bottom-section {
    border-top-color: rgba(255, 255, 255, 0.08) !important;
    position: relative;
    z-index: 1;
}
.ft-copyright-text {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* Newsletter input */
.ft-newsletter-input {
    background: rgba(123, 47, 255, 0.15) !important;
    border-color: rgba(123, 47, 255, 0.3) !important;
    color: #FFFFFF !important;
}
.ft-newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}
.ft-newsletter-input:hover,
.ft-newsletter-input:focus {
    border-color: rgba(123, 47, 255, 0.6) !important;
    background: rgba(123, 47, 255, 0.2) !important;
    color: #FFFFFF !important;
}
.ft-newsletter-btn {
    background: #7B2FFF !important;
    color: #FFFFFF !important;
}
.ft-newsletter-btn:hover {
    background: #9B4FFF !important;
    color: #FFFFFF !important;
}
.ft-newsletter-title {
    color: #FFFFFF !important;
}
.ft-newsletter-subtitle {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Scroll to top button */
.scroll-progress-wrap {
    background: rgba(123, 47, 255, 0.8) !important;
}
.scroll-progress-wrap:hover {
    background: #7B2FFF !important;
}


/* ----- Footer reduce height ----- */
.footer-section {
    padding-top: 60px !important;
}
.footer-to-wrap {
    padding-bottom: 20px !important;
}
.footer-bottom-area {
    padding: 12px 0 !important;
}


/* =============================================
   FORCE HIDE unwanted sections + fix colors
   ============================================= */

/* Hide Bundle & Save section */
.bundle-save-section,
.product-bundle-section {
    display: none !important;
}

/* Hide Latest Essentials section */
.latest-essential-section {
    display: none !important;
}

/* Hide Top Picks section */
.top-picks-product-section {
    display: none !important;
}

/* Hide Expert Pet Care / Tips section */
.tips-blog-section,
.blog-section {
    display: none !important;
}

/* Force-hide removed sections */
.top-picks-product-section,
.latest-essential-section,
.blog-section,
.tips-blog-card {
    display: none !important;
}

/* Hide original banner slider/products display */
.banner-slider-area {
    display: none !important;
}

/* Hide bone shape icon */
.banner-title-shape {
    display: none !important;
}


/* =============================================
   GALAXY CATEGORY CARDS - Responsive Fix
   ============================================= */
@media (max-width: 1199px) {
    .galaxy-category-card .galaxy-category-body {
        padding: 16px 12px;
    }
    .galaxy-category-title {
        font-size: 18px;
    }
    .galaxy-category-btn {
        font-size: 14px;
        padding: 8px 16px;
    }
}
@media (max-width: 991px) {
    .galaxy-category-card .galaxy-category-banner {
        aspect-ratio: 4 / 3;
    }
    .section-mb .row.g-20px .col-lg {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}
@media (max-width: 767px) {
    .section-mb .row.g-20px .col-lg {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .galaxy-category-title {
        font-size: 17px;
    }
    .galaxy-category-btn {
        font-size: 13px;
        padding: 7px 14px;
    }
}
@media (max-width: 480px) {
    .section-mb .row.g-20px .col-lg {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .galaxy-category-card {
        max-width: 300px;
        margin: 0 auto;
    }
}


/* =============================================
   MOBILE RESPONSIVE FIXES
   ============================================= */

/* ----- Hero Section Mobile ----- */
@media (max-width: 575px) {
    .banner-area-main {
        padding-top: 100px !important;
        padding-bottom: 80px !important;
    }
    .banner-title {
        font-size: 36px !important;
        line-height: 1.2 !important;
        margin-bottom: 20px !important;
    }
    .banner-subtitle {
        font-size: 15px !important;
        line-height: 1.6 !important;
        margin-bottom: 30px !important;
    }
    .ptb2-btn-skin {
        padding: 12px 24px !important;
        font-size: 18px !important;
    }
    .btn-vendor-outline {
        padding: 10px 22px !important;
        font-size: 18px !important;
    }
    .banner-btn-wrap {
        column-gap: 16px !important;
        row-gap: 14px !important;
    }
    .bs-customer-amount {
        font-size: 36px !important;
    }
    .banner-setisfied-customer-wrap {
        margin-top: 30px !important;
        text-align: center;
    }
}

/* ----- Vendor CTA Section Mobile ----- */
@media (max-width: 575px) {
    .vendor-cta-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
    .vendor-cta-subtitle {
        font-size: 14px !important;
    }
    .vendor-cta-section {
        padding: 50px 0 !important;
    }
    .vendor-cta-btn {
        font-size: 18px !important;
        padding: 12px 28px !important;
    }
}

/* ----- Community Section Mobile ----- */
@media (max-width: 575px) {
    .community-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
    .community-subtitle {
        font-size: 14px !important;
    }
    .community-section {
        padding: 50px 0 !important;
    }
    .community-stat-number {
        font-size: 32px !important;
    }
    .community-stat-card {
        padding: 28px 20px !important;
    }
}

/* ----- Footer Mobile ----- */
@media (max-width: 575px) {
    .footer-section {
        padding-top: 40px !important;
    }
    .footer-logo .logo {
        max-height: 60px !important;
    }
    .footer-middle-area {
        gap: 30px;
    }
}

/* ----- Fix empty space / hidden sections gap ----- */
.top-picks-product-section,
.latest-essential-section,
.blog-section {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* ----- Section title responsive ----- */
@media (max-width: 575px) {
    .section-title {
        font-size: 32px !important;
    }
    .section-subtitle {
        font-size: 15px !important;
    }
    .section-mb {
        margin-bottom: 60px !important;
    }
}

/* ----- Category section title responsive ----- */
@media (max-width: 575px) {
    .category-section-title {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }
}


/* =============================================
   HERO BANNER - All Breakpoints Fix
   ============================================= */

/* Desktop Large (1400px+) */
.banner-title {
    font-size: 62px !important;
    line-height: 1.15 !important;
}
.banner-title-area {
    max-width: 620px !important;
}
.banner-subtitle {
    font-size: 18px !important;
    margin-bottom: 40px !important;
}
.ptb2-btn-skin {
    padding: 16px 36px !important;
    font-size: 24px !important;
}
.btn-vendor-outline {
    padding: 14px 32px !important;
    font-size: 24px !important;
}

/* Desktop Medium */
@media (max-width: 1399px) {
    .banner-title {
        font-size: 56px !important;
    }
    .banner-title-area {
        max-width: 560px !important;
    }
    .ptb2-btn-skin {
        padding: 14px 32px !important;
        font-size: 22px !important;
    }
    .btn-vendor-outline {
        padding: 12px 28px !important;
        font-size: 22px !important;
    }
}

/* Desktop Small / Tablet Landscape */
@media (max-width: 1199px) {
    .banner-title {
        font-size: 48px !important;
    }
    .banner-title-area {
        max-width: 480px !important;
    }
    .banner-subtitle {
        font-size: 16px !important;
        margin-bottom: 32px !important;
    }
    .ptb2-btn-skin {
        padding: 12px 28px !important;
        font-size: 20px !important;
    }
    .btn-vendor-outline {
        padding: 10px 24px !important;
        font-size: 20px !important;
    }
}

/* Tablet Portrait */
@media (max-width: 991px) {
    .banner-area-main {
        padding-top: 120px !important;
        padding-bottom: 100px !important;
    }
    .banner-title {
        font-size: 44px !important;
    }
    .banner-title-area {
        max-width: 100% !important;
    }
    .banner-subtitle {
        font-size: 16px !important;
        margin-bottom: 28px !important;
    }
    .ptb2-btn-skin {
        padding: 12px 26px !important;
        font-size: 19px !important;
    }
    .btn-vendor-outline {
        padding: 10px 22px !important;
        font-size: 19px !important;
    }
    .banner-setisfied-customer-wrap {
        margin-top: 30px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Mobile Landscape */
@media (max-width: 767px) {
    .banner-area-main {
        padding-top: 100px !important;
        padding-bottom: 80px !important;
    }
    .banner-title {
        font-size: 38px !important;
    }
    .banner-subtitle {
        font-size: 15px !important;
        margin-bottom: 24px !important;
    }
    .ptb2-btn-skin {
        padding: 11px 24px !important;
        font-size: 18px !important;
    }
    .btn-vendor-outline {
        padding: 9px 20px !important;
        font-size: 18px !important;
    }
}

/* Mobile Portrait */
@media (max-width: 575px) {
    .banner-area-main {
        padding-top: 80px !important;
        padding-bottom: 60px !important;
    }
    .banner-title {
        font-size: 32px !important;
        margin-bottom: 16px !important;
    }
    .banner-subtitle {
        font-size: 14px !important;
        margin-bottom: 20px !important;
    }
    .ptb2-btn-skin {
        padding: 10px 20px !important;
        font-size: 16px !important;
    }
    .btn-vendor-outline {
        padding: 8px 18px !important;
        font-size: 16px !important;
    }
    .banner-btn-wrap {
        column-gap: 12px !important;
        row-gap: 12px !important;
    }
    .bs-customer-amount {
        font-size: 32px !important;
    }
}

/* =============================================
   ALL SECTIONS - RESPONSIVE (All Breakpoints)
   ============================================= */

/* ----- Category Section ----- */
.category-section-title {
    font-size: 52px !important;
}
.category-section-subtitle {
    font-size: 17px !important;
}
.category-title-area {
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .category-section-title {
        font-size: 44px !important;
    }
}
@media (max-width: 991px) {
    .category-section-title {
        font-size: 38px !important;
    }
    .category-title-area {
        margin-bottom: 36px;
    }
}
@media (max-width: 767px) {
    .category-section-title {
        font-size: 32px !important;
    }
    .category-section-subtitle {
        font-size: 15px !important;
    }
}
@media (max-width: 575px) {
    .category-section-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
    .category-section-subtitle {
        font-size: 14px !important;
    }
    .category-title-area {
        margin-bottom: 28px;
    }
}

/* ----- Vendor CTA Section ----- */
.vendor-cta-title {
    font-size: 44px !important;
    line-height: 1.15 !important;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.vendor-cta-subtitle {
    font-size: 17px !important;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.vendor-cta-section {
    padding: 80px 0 !important;
}
.vendor-benefit-card {
    padding: 30px 20px !important;
}
.vendor-benefit-title {
    font-size: 20px !important;
}
.vendor-benefit-desc {
    font-size: 14px !important;
}

@media (max-width: 1199px) {
    .vendor-cta-title {
        font-size: 38px !important;
    }
}
@media (max-width: 991px) {
    .vendor-cta-title {
        font-size: 34px !important;
    }
    .vendor-cta-subtitle {
        font-size: 15px !important;
    }
    .vendor-cta-section {
        padding: 60px 0 !important;
    }
}
@media (max-width: 767px) {
    .vendor-cta-title {
        font-size: 30px !important;
    }
    .vendor-benefit-card {
        padding: 24px 16px !important;
    }
    .vendor-cta-btn {
        font-size: 18px !important;
        padding: 12px 28px !important;
    }
}
@media (max-width: 575px) {
    .vendor-cta-title {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }
    .vendor-cta-subtitle {
        font-size: 14px !important;
    }
    .vendor-cta-section {
        padding: 50px 0 !important;
    }
    .vendor-cta-btn {
        font-size: 16px !important;
        padding: 10px 24px !important;
    }
    .vendor-benefit-title {
        font-size: 18px !important;
    }
    .vendor-benefit-desc {
        font-size: 13px !important;
    }
}

/* ----- Community Section ----- */
.community-title {
    font-size: 44px !important;
    line-height: 1.15 !important;
    max-width: 700px;
}
.community-subtitle {
    font-size: 17px !important;
}
.community-section {
    padding: 80px 0 !important;
}
.community-stat-number {
    font-size: 44px !important;
}
.community-stat-label {
    font-size: 18px !important;
}
.community-stat-desc {
    font-size: 13px !important;
}

@media (max-width: 1199px) {
    .community-title {
        font-size: 38px !important;
    }
}
@media (max-width: 991px) {
    .community-title {
        font-size: 34px !important;
    }
    .community-subtitle {
        font-size: 15px !important;
    }
    .community-section {
        padding: 60px 0 !important;
    }
}
@media (max-width: 767px) {
    .community-title {
        font-size: 30px !important;
    }
    .community-stat-number {
        font-size: 36px !important;
    }
    .community-stat-card {
        padding: 28px 20px !important;
    }
}
@media (max-width: 575px) {
    .community-title {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }
    .community-subtitle {
        font-size: 14px !important;
        margin-bottom: 30px !important;
    }
    .community-section {
        padding: 50px 0 !important;
    }
    .community-stat-number {
        font-size: 32px !important;
    }
    .community-stat-label {
        font-size: 16px !important;
    }
}

/* ----- Footer ----- */
.footer-to-wrap {
    gap: 40px;
}
.footer-middle-area {
    gap: 40px;
}

@media (max-width: 991px) {
    .footer-to-wrap {
        flex-direction: column !important;
    }
    .footer-logo-area {
        text-align: center;
    }
    .footer-logo-area .d-flex {
        justify-content: center;
    }
    .footer-middle-area {
        justify-content: center !important;
        text-align: center;
        gap: 30px;
    }
}
@media (max-width: 575px) {
    .footer-section {
        padding-top: 40px !important;
    }
    .footer-logo .logo {
        max-height: 55px !important;
    }
    .footer-middle-area {
        flex-direction: column !important;
        align-items: center;
    }
}

/* ----- Remove empty gaps from hidden sections ----- */
.top-picks-product-section,
.latest-essential-section,
.blog-section {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0 !important;
    border: none !important;
}

/* ----- Global section spacing fix ----- */
@media (max-width: 575px) {
    .section-mb {
        margin-bottom: 50px !important;
    }
}
@media (max-width: 767px) {
    .section-mb {
        margin-bottom: 60px !important;
    }
}

/* =============================================
   MOBILE MENU - Arrow Fixes
   ============================================= */

/* HIDE all SVG arrows */
.mobile-menu-ul span.arrow svg {
    display: none !important;
}

/* Arrow spans base style */
.mobile-menu-ul span.arrow {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 20px !important;
    color: rgba(255, 255, 255, 0.5) !important;
    transition: color 0.3s ease !important;
}

/* DEFAULT: all arrows show ❯ (right) */
.mobile-menu-ul span.arrow::after {
    content: '\203A' !important;
    display: block !important;
    font-size: 22px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    width: auto !important;
    height: auto !important;
    color: inherit !important;
    transform: none !important;
}

/* Level 1 OPEN (Κατηγορίες): show ‹ (left) */
.active-mobile-submenu > .mobile-menuitem-a-have-sub span.arrow {
    color: #b380ff !important;
}
.active-mobile-submenu > .mobile-menuitem-a-have-sub span.arrow::after {
    content: '\2039' !important;
    font-size: 22px !important;
    font-weight: bold !important;
    color: #b380ff !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
    display: block !important;
    line-height: 1 !important;
}

/* Level 2 OPEN (Γάτα, Σκύλος κλπ): show ‹ (left) */
.active-mobile-sub-submenu > .mobile-dropitem-a-have-sub span.arrow {
    color: #b380ff !important;
}
.active-mobile-sub-submenu > .mobile-dropitem-a-have-sub span.arrow::after {
    content: '\2039' !important;
    font-size: 22px !important;
    font-weight: bold !important;
    color: #b380ff !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
    display: block !important;
    line-height: 1 !important;
}

/* Level 3: Αξεσουάρ, Τροφές */
.mobile-subdrop-menu .mobile-dropitem-have-sub > a {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
.mobile-subdrop-menu .mobile-dropitem-have-sub > a::after {
    content: '\203A' !important;
    display: inline-block !important;
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    color: rgba(255, 255, 255, 0.4) !important;
    margin-left: 10px !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
}
.mobile-subdrop-menu .active-mobile-sub-submenu > a::after {
    content: '\2039' !important;
    color: #b380ff !important;
    font-size: 20px !important;
    font-weight: bold !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    transform: none !important;
}

/* Hide duplicate ::after */
.mobile-dropitem-have-sub > a:has(.arrow)::after {
    display: none !important;
}

/* ----- Login Page ----- */
.fsh-form-control::placeholder,
.fsh-form-control,
.fsh-form-label,
label {
    color: rgba(255, 255, 255, 0.85) !important;
}


/* ----- Login Modal ----- */
.header-login-modal .modal-body {
    background: rgba(15, 15, 40, 0.97) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
}
.header-login-modal .modal-body h1,
.header-login-modal .modal-body h2,
.header-login-modal .modal-body h3,
.header-login-modal .modal-body h4,
.header-login-modal .modal-body h5 {
    color: #FFFFFF !important;
}
.header-login-modal .modal-body label {
    color: rgba(255, 255, 255, 0.85) !important;
}
.header-login-modal .modal-body input,
.header-login-modal .modal-body .fsh-form-control {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #FFFFFF !important;
}
.header-login-modal .modal-body input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}
.header-login-modal .modal-body .btn-close {
    filter: invert(1) !important;
}
.header-login-modal .modal-body a {
    color: #b380ff !important;
}
.header-login-modal .modal-body a:hover {
    color: #FFFFFF !important;
}
.header-login-modal .modal-body p,
.header-login-modal .modal-body span,
.header-login-modal .modal-body .form-check-label {
    color: rgba(255, 255, 255, 0.7) !important;
}
.header-login-modal .modal-body .ec-btn-success,
.header-login-modal .modal-body .btn-primary,
.header-login-modal .modal-body button[type="submit"] {
    background: #7B2FFF !important;
    border: none !important;
    color: #FFFFFF !important;
}
.header-login-modal .modal-body .ec-btn-success:hover,
.header-login-modal .modal-body button[type="submit"]:hover {
    background: #9B4FFF !important;
}

/* ----- Reduce gap above Community section ----- */
.vendor-cta-section {
    margin-bottom: 0 !important;
}
.community-section {
    margin-top: 0 !important;
}

.community-section.section-mb {
    margin-bottom: 40px !important;
}

/* ----- Login Page Button ----- */
.ec-btn-success,
button[type="submit"].ec-btn-success {
    background: #7B2FFF !important;
    border: none !important;
    color: #FFFFFF !important;
}
.ec-btn-success:hover,
button[type="submit"].ec-btn-success:hover {
    background: #9B4FFF !important;
}

/* ----- All Login/Register Buttons Purple ----- */
.ec-btn-success,
.ec2-btn-success,
button[type="submit"],
input[type="submit"],
.mi-btn-dark,
.mib2-btn-dark {
    background: #7B2FFF !important;
    border: none !important;
    color: #FFFFFF !important;
}
.ec-btn-success:hover,
.ec2-btn-success:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.mi-btn-dark:hover,
.mib2-btn-dark:hover {
    background: #9B4FFF !important;
    color: #FFFFFF !important;
}

/* =============================================
   CUSTOMER DASHBOARD - All Fixes
   ============================================= */

/* Page titles */
.in-title-16px,
h1.in-title-16px,
.in-title-16px.text-white-color {
    color: #FFFFFF !important;
}

/* Breadcrumb */
.breadcrumb-item a,
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.8) !important;
}
.breadcrumb-item a:hover {
    color: #FFFFFF !important;
}

/* Sidebar title */
.up-sidebar-title,
h3.in-title-14px.up-sidebar-title {
    color: #333333 !important;
}

/* Sidebar links - default (dark text on light card) */
.sidebar-nav-ul .sidebar-nav-link,
.sidebar-nav-ul .sidebar-nav-link span,
.sidebar-nav-ul .sidebar-nav-link .mt-2px {
    color: #555555 !important;
}

/* Sidebar links - hover */
.sidebar-nav-ul .sidebar-nav-link:hover,
.sidebar-nav-ul .sidebar-nav-link:hover span,
.sidebar-nav-ul .sidebar-nav-link:hover .mt-2px {
    color: #ffffff !important;
}

/* Sidebar links - active (white text on dark highlight) */
.sidebar-nav-ul .sidebar-nav-item.active .sidebar-nav-link,
.sidebar-nav-ul .sidebar-nav-item.active .sidebar-nav-link span,
.sidebar-nav-ul .sidebar-nav-item.active .sidebar-nav-link .mt-2px {
    color: #FFFFFF !important;
    font-weight: 600 !important;
}

/* Sidebar icons - default */
.sidebar-nav-ul .sidebar-nav-link svg path {
    stroke: #555555 !important;
}

/* Sidebar icons - hover */
.sidebar-nav-ul .sidebar-nav-link:hover svg path {
    stroke: #ffffff !important;
}

/* Sidebar icons - active */
.sidebar-nav-ul .sidebar-nav-item.active .sidebar-nav-link svg path {
    stroke: #FFFFFF !important;
    stroke-width: 2 !important;
}

/* Customer name & email */
.up-sidebar-card .name,
.up-sidebar-card .email,
.up-sidebar-card p {
    color: #333333 !important;
}

/* =============================================
   STORE PAGE - Purple Buttons
   ============================================= */

/* Store visit buttons */
.ec-btn-dark,
.ec-sm2-btn-dark,
.ca-btn-skin,
.fsh-sm-btn-dark,
.fsh-btn-dark,
a[href*="/store/"] .btn,
.store-card .btn,
.vendor-card .btn,
.btn-skin,
.btn.bg-danger,
.btn.btn-danger,
.ec-btn-success {
    background: linear-gradient(135deg, #7B2FFF 0%, #9B4FFF 100%) !important;
    border: none !important;
    color: #FFFFFF !important;
}

.ec-btn-dark:hover,
.ec-sm2-btn-dark:hover,
.ca-btn-skin:hover,
.fsh-sm-btn-dark:hover,
.fsh-btn-dark:hover,
.store-card .btn:hover,
.vendor-card .btn:hover,
.btn-skin:hover,
.btn.bg-danger:hover,
.btn.btn-danger:hover,
.ec-btn-success:hover {
    background: linear-gradient(135deg, #9B4FFF 0%, #b380ff 100%) !important;
    color: #FFFFFF !important;
}

/* =============================================
   STORE DETAIL PAGE - White Text
   ============================================= */

/* Store detail - all text white */
section h1, section h2, section h3,
section h4, section h5, section h6,
section p, section span, section label,
section a:not(.btn),
.al-title-18px,
.al-title-16px,
.al-title-14px,
.al-title-22px,
.al-title-24px,
.al-title-28px,
.al-title-42px,
.al-subtitle-14px,
.al-subtitle2-14px {
    color: #FFFFFF !important;
}

/* Links should have hover effect */
section a:not(.btn):hover {
    color: #b380ff !important;
}

/* =============================================
   BREADCRUMBS & SOCIAL ICONS - Global Fix
   ============================================= */

/* All breadcrumbs - white everywhere */
.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before,
.fsh-breadcrumb .breadcrumb-item,
.fsh-breadcrumb .breadcrumb-item a,
.fsh-breadcrumb .breadcrumb-item.active {
    color: #FFFFFF !important;
    opacity: 1 !important;
}
.breadcrumb-item a:hover,
.fsh-breadcrumb .breadcrumb-item a:hover {
    color: #b380ff !important;
}

/* Social media icons - white and visible */
.social-media a,
.social-media svg,
.social-media i,
.social-icon a,
.social-icon svg,
.social-icon i,
section a svg,
section a i.fa,
section a i.fab,
section a i.fas {
    color: rgba(255, 255, 255, 0.6) !important;
    fill: rgba(255, 255, 255, 0.6) !important;
}
.social-media a:hover,
.social-media a:hover svg,
.social-media a:hover i,
.social-icon a:hover,
.social-icon a:hover svg,
section a:hover svg,
section a:hover i.fa,
section a:hover i.fab,
section a:hover i.fas {
    color: #b380ff !important;
    fill: #b380ff !important;
}

/* Social media icons - visible on dark background */
.svg-link svg path,
.svg-link svg {
    fill: rgba(255, 255, 255, 0.7) !important;
    transition: fill 0.3s ease;
}
.svg-link:hover svg path,
.svg-link:hover svg {
    fill: #b380ff !important;
}

/* =============================================
   POLICY PAGES - Hide Sidebar
   ============================================= */

/* Hide left sidebar on policy pages */
.policy-page .col-md-3 {
    display: none !important;
}

/* Make content full width */
.policy-page .col-md-9 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* =============================================
   CUSTOM PAGES - Hide duplicate title & center breadcrumbs
   ============================================= */

/* Hide the large page title */
.policy-page .page-title-section,
section .page-title-header,
section .location-path-area + .page-title-section {
    display: none !important;
}

/* Center breadcrumbs on custom pages */
.location-path-area {
    text-align: center !important;
}
.location-path-area .location {
    justify-content: center !important;
}

/* Also hide duplicate title in about section */
.about-banner-section h1,
.about-banner-section h2 {
    display: none !important;
}
