/*Custom Css*/

/* Fix for React version - prevent white background from showing through */
html,
body {
    background-color: transparent !important;
    overflow-x: hidden;
}

#root {
    background-color: transparent !important;
}

/* Ensure slider extends full width */
.slider,
.rev_slider_wrapper {
    width: 100% !important;
}

/* ============================================
   ACCESSIBILITY THEME SWITCHER STYLES
   ============================================ */

/* Default Light Theme - no changes needed as it's the default */
body.theme-light {
    background-color: #ffffff;
    color: #000000;
}

body.theme-light .dropdown-item {
    color: #000000 !important;
    background-color: transparent !important;
}

body.theme-light .dropdown-item:hover,
body.theme-light .dropdown-item:hover *,
body.theme-light .dropdown-item.theme-option:hover {
    background-color: #f8f9fa !important;
    color: #000000 !important;
}

body.theme-light .dropdown-menu {
    background-color: #ffffff !important;
}

body.theme-light .nav-link:hover,
body.theme-light .navbar-nav .nav-link:hover,
body.theme-light .navbar-nav .nav-item:hover .nav-link,
body.theme-light .nav-mega .navbar-nav .nav-link:hover,
body.theme-light .nav-mega .navbar-nav .nav-item:hover .nav-link,
body.theme-light .nav-mega .nav-item:hover a.dropdown-toggle::after {
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    -webkit-background-clip: border-box !important;
    background: transparent !important;
}

/* Dark Theme */
body.theme-dark {
    background-color: #000000 !important;
    color: #ffffff !important;
}

body.theme-dark .header-area {
    background-color: #000000 !important;
    border-bottom: 1px solid #333333;
}

body.theme-dark .navbar,
body.theme-dark .navbar-nav,
body.theme-dark nav {
    background-color: #000000 !important;
}

body.theme-dark .nav-link,
body.theme-dark .navbar-brand {
    color: #ffffff !important;
}

body.theme-dark .dropdown-menu,
body.theme-dark .megamenu {
    background-color: #1a1a1a !important;
    border: 1px solid #333333 !important;
}

body.theme-dark .dropdown-item {
    color: #ffffff !important;
    background-color: transparent !important;
}

body.theme-dark .dropdown-item:hover,
body.theme-dark .dropdown-item:hover *,
body.theme-dark .dropdown-item.theme-option:hover {
    background-color: #333333 !important;
    color: #ffffff !important;
}

body.theme-dark .nav-link:hover,
body.theme-dark .navbar-nav .nav-link:hover,
body.theme-dark .navbar-nav .nav-item:hover .nav-link,
body.theme-dark .nav-mega .navbar-nav .nav-link:hover,
body.theme-dark .nav-mega .navbar-nav .nav-item:hover .nav-link,
body.theme-dark .nav-mega .nav-item:hover a.dropdown-toggle::after {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    -webkit-background-clip: border-box !important;
    background: transparent !important;
}

body.theme-dark .footer-area,
body.theme-dark footer,
body.theme-dark .footer,
body.theme-dark .footer .container {
    background-color: #0d0d0d !important;
}

body.theme-dark .footer h4,
body.theme-dark .footer .high-lighted-heading {
    color: #ffffff !important;
}

body.theme-dark .footer p {
    color: #cccccc !important;
}

body.theme-dark .footer a {
    color: #ffffff !important;
}

body.theme-dark .footer a:hover {
    color: #cccccc !important;
}

body.theme-dark .footer ul li a {
    color: #ffffff !important;
}

body.theme-dark .footer_notes p {
    color: #cccccc !important;
}

body.theme-dark .footer .social-icons-simple i {
    color: #ffffff !important;
}

body.theme-dark .footer input[type="text"] {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #333333 !important;
}

body.theme-dark .scroll-top-arrow {
    background-color: #ffffff !important;
}

body.theme-dark .scroll-top-arrow i {
    color: #000000 !important;
}

body.theme-dark .card,
body.theme-dark .product-card,
body.theme-dark .mini-cart-body,
body.theme-dark .shopping-cart {
    background-color: #1a1a1a !important;
    border-color: #333333 !important;
}

body.theme-dark input,
body.theme-dark textarea,
body.theme-dark select {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border-color: #333333 !important;
}

body.theme-dark .btn {
    border-color: #ffffff !important;
}

body.theme-dark h1, body.theme-dark h2, body.theme-dark h3,
body.theme-dark h4, body.theme-dark h5, body.theme-dark h6 {
    color: #ffffff !important;
}

body.theme-dark p, body.theme-dark span {
    color: #ffffff !important;
}

/* Fix FAQ text in dark mode - ensure dark text on white/light backgrounds */
body.theme-dark .faq-answer p,
body.theme-dark .faq-answer span {
    color: #333 !important;
}

/* Only apply dark text to collapsed FAQ questions (on light background) */
body.theme-dark .faq-question:not(.faq-question-expanded) h3,
body.theme-dark .faq-question:not(.faq-question-expanded) h6,
body.theme-dark .faq-question:not(.faq-question-expanded) .h6 {
    color: #333 !important;
}

/* Apply white text to expanded FAQ questions (on dark background) */
body.theme-dark .faq-question-expanded h3,
body.theme-dark .faq-question-expanded h6,
body.theme-dark .faq-question-expanded .h6 {
    color: #ffffff !important;
}

body.theme-dark .faq-question i {
    color: #03a9f5 !important;
}

body.theme-dark a:not(.dropdown-item):not(.nav-link) {
    color: #ffffff !important;
}

/* Yellow/Bright Theme */
body.theme-yellow {
    background-color: #FFD700 !important;
    color: #000000 !important;
}

body.theme-yellow .header-area {
    background-color: #FFD700 !important;
    border-bottom: 2px solid #000000;
}

body.theme-yellow .navbar,
body.theme-yellow .navbar-nav,
body.theme-yellow nav {
    background-color: #FFD700 !important;
}

body.theme-yellow .nav-link,
body.theme-yellow .navbar-brand {
    color: #000000 !important;
    font-weight: 600;
}

body.theme-yellow .dropdown-menu,
body.theme-yellow .megamenu {
    background-color: #FFED4E !important;
    border: 2px solid #000000 !important;
}

body.theme-yellow .dropdown-item {
    color: #000000 !important;
    font-weight: 600;
    background-color: transparent !important;
}

body.theme-yellow .dropdown-item:hover,
body.theme-yellow .dropdown-item:hover *,
body.theme-yellow .dropdown-item.theme-option:hover {
    background-color: #FFC700 !important;
    color: #000000 !important;
}

body.theme-yellow .nav-link:hover,
body.theme-yellow .navbar-nav .nav-link:hover,
body.theme-yellow .navbar-nav .nav-item:hover .nav-link,
body.theme-yellow .nav-mega .navbar-nav .nav-link:hover,
body.theme-yellow .nav-mega .navbar-nav .nav-item:hover .nav-link,
body.theme-yellow .nav-mega .nav-item:hover a.dropdown-toggle::after {
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    -webkit-background-clip: border-box !important;
    background: transparent !important;
}

body.theme-yellow .footer-area,
body.theme-yellow footer,
body.theme-yellow .footer,
body.theme-yellow .footer .container {
    background-color: #E6C200 !important;
}

body.theme-yellow .footer h4,
body.theme-yellow .footer .high-lighted-heading {
    color: #000000 !important;
}

body.theme-yellow .footer p {
    color: #000000 !important;
}

body.theme-yellow .footer a {
    color: #000000 !important;
    font-weight: 600;
}

body.theme-yellow .footer a:hover {
    color: #333333 !important;
}

body.theme-yellow .footer ul li a {
    color: #000000 !important;
}

body.theme-yellow .footer_notes p {
    color: #000000 !important;
}

body.theme-yellow .footer .social-icons-simple i {
    color: #000000 !important;
}

body.theme-yellow .footer input[type="text"] {
    background-color: #FFED4E !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
}

body.theme-yellow .scroll-top-arrow {
    background-color: #000000 !important;
}

body.theme-yellow .scroll-top-arrow i {
    color: #FFD700 !important;
}

/* Cookie consent banner in yellow mode - text should be yellow on dark background */
body.theme-yellow .cookie-consent-banner p,
body.theme-yellow .cookie-consent-banner span,
body.theme-yellow .cookie-consent-banner strong {
    color: #FFD700 !important;
}

body.theme-yellow .cookie-consent-banner a {
    color: #00bcd4 !important;
}

body.theme-yellow .card,
body.theme-yellow .product-card,
body.theme-yellow .mini-cart-body,
body.theme-yellow .shopping-cart {
    background-color: #FFED4E !important;
    border: 2px solid #000000 !important;
}

body.theme-yellow input,
body.theme-yellow textarea,
body.theme-yellow select {
    background-color: #FFED4E !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
}

body.theme-yellow .btn {
    background-color: #000000 !important;
    color: #FFD700 !important;
    border: 2px solid #000000 !important;
}

body.theme-yellow .btn:hover {
    background-color: #333333 !important;
    color: #FFD700 !important;
}

/* Shopping cart buttons (View Cart, Checkout) - Yellow Mode fix */
/* Ensure yellow text in both normal and hover states */
body.theme-yellow .pink-gradient-btn-into-transparent,
body.theme-yellow .btn.pink-gradient-btn-into-transparent,
body.theme-yellow a.btn.pink-gradient-btn-into-transparent,
body.theme-yellow .mini-cart-footer .btn.pink-gradient-btn-into-transparent,
body.theme-yellow .mini-cart-footer a.btn.pink-gradient-btn-into-transparent,
body.theme-yellow .mini-cart-footer .btn,
body.theme-yellow .mini-cart-footer a.btn {
    color: #FFD700 !important;              /* Yellow/golden text */
    background-color: #000000 !important;   /* Black background */
    border-color: #FFD700 !important;       /* Yellow border for consistency */
}

/* Override the :after pseudo-element - ensure it stays hidden in normal state */
body.theme-yellow .pink-gradient-btn-into-transparent:after,
body.theme-yellow .btn.pink-gradient-btn-into-transparent:after,
body.theme-yellow a.btn.pink-gradient-btn-into-transparent:after,
body.theme-yellow .mini-cart-footer .btn.pink-gradient-btn-into-transparent:after,
body.theme-yellow .mini-cart-footer a.btn.pink-gradient-btn-into-transparent:after {
    opacity: 0 !important;                  /* Keep :after hidden in normal state */
    background-color: #000000 !important;   /* Black background when visible */
    border-color: #FFD700 !important;       /* Yellow border */
}

/* Hover state - make :after visible and maintain yellow text */
body.theme-yellow .pink-gradient-btn-into-transparent:hover:after,
body.theme-yellow .btn.pink-gradient-btn-into-transparent:hover:after,
body.theme-yellow a.btn.pink-gradient-btn-into-transparent:hover:after,
body.theme-yellow .mini-cart-footer .btn.pink-gradient-btn-into-transparent:hover:after,
body.theme-yellow .mini-cart-footer a.btn.pink-gradient-btn-into-transparent:hover:after {
    opacity: 1 !important;                  /* Show :after on hover */
}

/* Hover state - explicitly maintain yellow text on button */
body.theme-yellow .pink-gradient-btn-into-transparent:hover,
body.theme-yellow .btn.pink-gradient-btn-into-transparent:hover,
body.theme-yellow a.btn.pink-gradient-btn-into-transparent:hover,
body.theme-yellow .mini-cart-footer .btn.pink-gradient-btn-into-transparent:hover,
body.theme-yellow .mini-cart-footer a.btn.pink-gradient-btn-into-transparent:hover {
    color: #FFD700 !important;              /* Maintain yellow text on hover */
}

/* Fix for specific button classes that have black text - BUY ART button */
body.theme-yellow .trans-pink-color-gradient-btn,
body.theme-yellow .btn.trans-pink-color-gradient-btn,
body.theme-yellow a.btn.trans-pink-color-gradient-btn,
body.theme-yellow .slider-btn.trans-pink-color-gradient-btn,
body.theme-yellow a.btn.trans-pink-color-gradient-btn.slider-btn,
body.theme-yellow .megamenu .trans-pink-color-gradient-btn {
    color: #FFD700 !important;
    background-color: #000000 !important;
    border-color: #FFD700 !important;
}

body.theme-yellow .trans-pink-color-gradient-btn:hover,
body.theme-yellow .btn.trans-pink-color-gradient-btn:hover,
body.theme-yellow a.btn.trans-pink-color-gradient-btn:hover,
body.theme-yellow a.btn.trans-pink-color-gradient-btn.slider-btn:hover {
    color: #000000 !important;
    background-color: #FFD700 !important;
    border-color: #FFD700 !important;
}

/* Continue Shopping / View All Products button - Yellow Mode */
body.theme-yellow .pink-gradient-btn-into-black,
body.theme-yellow .btn.pink-gradient-btn-into-black,
body.theme-yellow a.pink-gradient-btn-into-black,
body.theme-yellow a.btn.pink-gradient-btn-into-black,
body.theme-yellow .pink-gradient-btn-into-black:link,
body.theme-yellow .pink-gradient-btn-into-black:visited {
    color: #FFD700 !important;
    background-color: #000000 !important;
    border-color: #FFD700 !important;
    position: relative;
    z-index: 2;
}

body.theme-yellow .pink-gradient-btn-into-black:after,
body.theme-yellow .btn.pink-gradient-btn-into-black:after,
body.theme-yellow a.pink-gradient-btn-into-black:after,
body.theme-yellow a.btn.pink-gradient-btn-into-black:after {
    background-color: #000000 !important;
    border-color: #FFD700 !important;
    color: #FFD700 !important;
}

body.theme-yellow .pink-gradient-btn-into-black:hover,
body.theme-yellow .btn.pink-gradient-btn-into-black:hover,
body.theme-yellow a.pink-gradient-btn-into-black:hover,
body.theme-yellow a.btn.pink-gradient-btn-into-black:hover,
body.theme-yellow .pink-gradient-btn-into-black:hover:after {
    color: #FFD700 !important;
    border-color: #FFD700 !important;
}

/* Megamenu BUY ART button - keep same style on hover (yellow text on black bg) */
body.theme-yellow .megamenu .trans-pink-color-gradient-btn:hover,
body.theme-yellow .megamenu a.btn.trans-pink-color-gradient-btn:hover {
    color: #FFD700 !important;
    background-color: #000000 !important;
    border-color: #FFD700 !important;
}

body.theme-yellow h1, body.theme-yellow h2, body.theme-yellow h3,
body.theme-yellow h4, body.theme-yellow h5, body.theme-yellow h6 {
    color: #000000 !important;
}

body.theme-yellow p, body.theme-yellow span {
    color: #000000 !important;
}

body.theme-yellow a:not(.dropdown-item):not(.nav-link):not(.pink-gradient-btn-into-black) {
    color: #000000 !important;
}

body.theme-yellow .search-sidebar input {
    background-color: #000000 !important;
    color: #FFD700 !important;
}

/* Fix profile menu (user-utiliity) visibility in yellow mode */
body.theme-yellow .user-utiliity {
    background: #FFED4E !important;
    border: 2px solid #000000 !important;
}

body.theme-yellow .user-utiliity-title {
    color: #000000 !important;
}

body.theme-yellow .user-utiliity ul li a {
    color: #000000 !important;
    font-weight: 600;
}

body.theme-yellow .user-utiliity ul li:hover a {
    color: #000000 !important;
    background-color: #FFC700 !important;
}

body.theme-yellow .sideNavPages i.user-utiliity-caret {
    color: #000000 !important;
}

/* Fix shopping cart dropdown in yellow mode */
body.theme-yellow .sideNavPages.shopping-cart {
    background: #FFED4E !important;
    border: 2px solid #000000 !important;
}

body.theme-yellow .sideNavPages i.mini-cart-caret {
    color: #000000 !important;
}

body.theme-yellow .mini-cart-header,
body.theme-yellow .mini-cart-footer,
body.theme-yellow .mini-cart-body .inner-card {
    background: #FFED4E !important;
}

/* Fix horizontal bars in shopping cart - make them black for contrast */
body.theme-yellow .mini-cart-header {
    box-shadow: 0px 1px 10px #000000 !important;  /* Black line below header */
}

body.theme-yellow .mini-cart-footer {
    box-shadow: 0px -1px 10px #000000 !important;  /* Black line above footer */
}

/* Override the gray border above Total in mini-cart-footer */
body.theme-yellow .mini-cart-footer h5 {
    border-top-color: #000000 !important;  /* Black border instead of gray */
}

/* Fix search icon and other utility icons hover in yellow mode */
body.theme-yellow .manage-icons li a:hover .search-sidebar-hover {
    color: #000000 !important;
}

body.theme-yellow .manage-icons li:hover a.nav-link {
    color: #000000 !important;
}

body.theme-yellow .manage-icons li a:hover i {
    color: #000000 !important;
}

body.theme-yellow .manage-icons i {
    color: #000000 !important;
}

/* Fix search sidebar in yellow mode */
body.theme-yellow .search-box-overlay {
    background-color: #FFED4E !important;
    border-left: 2px solid #000000;
}

body.theme-yellow .search-box-overlay .cross-sign {
    color: #000000 !important;
}

body.theme-yellow .search-box-form input[type=text] {
    background-color: #FFED4E !important;
    color: #000000 !important;
    border-color: #000000 !important;
}

body.theme-yellow .search-box-form .input-group-text {
    border-color: #000000 !important;
}

body.theme-yellow .search-box-form #basic-addon1 {
    background-color: #000000 !important;
    color: #FFED4E !important;
}

body.theme-yellow .search-listing h4 {
    color: #000000 !important;
}

body.theme-yellow .search-listing .media .name,
body.theme-yellow .search-listing .media .name a {
    color: #000000 !important;
    font-weight: 600;
}

body.theme-yellow .search-listing .media:hover .name,
body.theme-yellow .search-listing .media:hover .name a {
    color: #000000 !important;
}

body.theme-yellow .search-listing .media .category {
    color: #000000 !important;
}

body.theme-yellow .search-listing .media:hover .category {
    color: #000000 !important;
}

/* Theme Switcher Button Styles */
.theme-switcher-menu {
    position: relative;
}

.theme-option {
    cursor: pointer;
    padding: 8px 15px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

body.theme-light .theme-option:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

body.theme-yellow .theme-option:hover {
    background-color: #FFC700 !important;
}

body.theme-dark .theme-option:hover {
    background-color: #333333 !important;
}

.theme-option.active {
    font-weight: bold;
}

.theme-option.active::before {
    content: "✓ ";
    margin-right: 5px;
}

/* Ensure icons and child elements inherit dropdown item colors */
body.theme-light .dropdown-item i,
body.theme-dark .dropdown-item i,
body.theme-yellow .dropdown-item i {
    color: inherit !important;
}

/* Ensure hover state maintains correct colors for all child elements */
body.theme-dark .dropdown-item:hover i,
body.theme-dark .dropdown-item:hover .right-arrow {
    color: #ffffff !important;
}

body.theme-light .dropdown-item:hover i,
body.theme-light .dropdown-item:hover .right-arrow {
    color: #000000 !important;
}

body.theme-yellow .dropdown-item:hover i,
body.theme-yellow .dropdown-item:hover .right-arrow {
    color: #000000 !important;
}

/* CRITICAL: Force dropdown text colors on hover - highest specificity */
body.theme-dark .dropdown-menu .dropdown-item.theme-option:hover,
body.theme-dark .dropdown-menu .dropdown-item:hover,
body.theme-dark .theme-switcher-menu .dropdown-item:hover,
body.theme-dark .dropdown-menu a.dropdown-item:hover,
body.theme-dark .dropdown-menu a.theme-option:hover,
body.theme-dark a.dropdown-item.theme-option:hover {
    color: #ffffff !important;
    background-color: #333333 !important;
}

body.theme-dark .dropdown-menu .dropdown-item.theme-option:hover a,
body.theme-dark .dropdown-menu .dropdown-item:hover a,
body.theme-dark .dropdown-item.theme-option:hover span,
body.theme-dark .dropdown-item:hover span,
body.theme-dark .dropdown-item.theme-option:hover i,
body.theme-dark .dropdown-item:hover i {
    color: #ffffff !important;
}

/* Override any link color styles in dark mode */
body.theme-dark a.dropdown-item:link,
body.theme-dark a.dropdown-item:visited,
body.theme-dark a.dropdown-item:active,
body.theme-dark a.dropdown-item:hover {
    color: #ffffff !important;
}

body.theme-dark a.theme-option:link,
body.theme-dark a.theme-option:visited,
body.theme-dark a.theme-option:active,
body.theme-dark a.theme-option:hover {
    color: #ffffff !important;
}

/* Fix profile menu (user-utiliity) visibility in dark mode */
body.theme-dark .user-utiliity {
    background: #1a1a1a !important;
    border-color: #333333 !important;
}

body.theme-dark .user-utiliity-title {
    color: #ffffff !important;
}

body.theme-dark .user-utiliity ul li a {
    color: #ffffff !important;
}

body.theme-dark .user-utiliity ul li:hover a {
    color: #ffffff !important;
    background-color: #333333 !important;
}

body.theme-dark .sideNavPages i.user-utiliity-caret {
    color: #ffffff !important;
}

/* Fix shopping cart dropdown in dark mode */
body.theme-dark .sideNavPages.shopping-cart {
    background: #1a1a1a !important;
    border-color: #333333 !important;
}

body.theme-dark .sideNavPages i.mini-cart-caret {
    color: #ffffff !important;
}

/* Fix search icon and other utility icons hover in dark mode */
body.theme-dark .manage-icons li a:hover .search-sidebar-hover {
    color: #ffffff !important;
}

body.theme-dark .manage-icons li:hover a.nav-link {
    color: #ffffff !important;
}

body.theme-dark .manage-icons li a:hover i {
    color: #ffffff !important;
}

body.theme-dark .manage-icons i {
    color: #ffffff !important;
}

/* Fix search sidebar in dark mode */
body.theme-dark .search-box-overlay {
    background-color: #1a1a1a !important;
}

body.theme-dark .search-box-overlay .cross-sign {
    color: #ffffff !important;
}

body.theme-dark .search-box-form input[type=text] {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

body.theme-dark .search-box-form .input-group-text {
    border-color: #ffffff !important;
}

body.theme-dark .search-box-form #basic-addon1 {
    background-color: #ffffff !important;
    color: #000000 !important;
}

body.theme-dark .search-listing h4 {
    color: #ffffff !important;
}

body.theme-dark .search-listing .media .name,
body.theme-dark .search-listing .media .name a {
    color: #ffffff !important;
}

body.theme-dark .search-listing .media:hover .name,
body.theme-dark .search-listing .media:hover .name a {
    color: #ffffff !important;
}

body.theme-dark .search-listing .media .category {
    color: #cccccc !important;
}

body.theme-dark .search-listing .media:hover .category {
    color: #ffffff !important;
}

body.theme-light .dropdown-menu .dropdown-item.theme-option:hover,
body.theme-light .dropdown-menu .dropdown-item:hover,
body.theme-light .nav-mega .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #f8f9fa !important;
    background: #f8f9fa !important;
    -webkit-text-fill-color: #000000 !important;
    -webkit-background-clip: border-box !important;
}

body.theme-yellow .dropdown-menu .dropdown-item.theme-option:hover,
body.theme-yellow .dropdown-menu .dropdown-item:hover,
body.theme-yellow .nav-mega .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #FFC700 !important;
    background: #FFC700 !important;
    -webkit-text-fill-color: #000000 !important;
    -webkit-background-clip: border-box !important;
}

/* NUCLEAR OPTION: Maximum specificity for dark mode hover */
body.theme-dark .nav-item.dropdown.theme-switcher-menu .dropdown-menu ul li a.dropdown-item.theme-option:hover,
body.theme-dark li.nav-item.dropdown .dropdown-menu ul li a.dropdown-item:hover,
body.theme-dark .theme-switcher-menu .dropdown-menu a:hover {
    color: #ffffff !important;
    background-color: #333333 !important;
    text-decoration: none !important;
}

/* Override print and megamenu styles for dropdown items */
body.theme-dark .dropdown-menu a.dropdown-item,
body.theme-dark .dropdown-menu .dropdown-item {
    color: #ffffff !important;
}

body.theme-dark .dropdown-menu a.dropdown-item:hover,
body.theme-dark .dropdown-menu .dropdown-item:hover,
body.theme-dark .nav-mega .dropdown-menu .dropdown-item:hover {
    color: #ffffff !important;
    background-color: #333333 !important;
    background: #333333 !important;
    -webkit-text-fill-color: #ffffff !important;
    -webkit-background-clip: border-box !important;
    font-weight: normal !important;
}

/* ============================================
   IMAGE GRID ALIGNMENT FIXES
   ============================================ */

/* Fix gallery card height inconsistency - Latest Arrivals */
.lastest_arrivals .lastest_arrival_items {
    display: flex;
    height: auto;
}

.lastest_arrivals .lastest_arrival_items .card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.lastest_arrivals .lastest_arrival_items .card .image-holder {
    flex-shrink: 0;
    height: 280px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    background-image: url('/assets/img/placeholder.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lastest_arrivals .lastest_arrival_items .card .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Show background placeholder while image is loading */
    background-color: #f0f0f0;
    background-image: url('/assets/img/placeholder.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lastest_arrivals .lastest_arrival_items .card .card-body {
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.lastest_arrivals .lastest_arrival_items .card .card-body h5 {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Fix Hall of Fame / Portfolio grid alignment */
.portfolio-section .cbp-item {
    display: flex;
    flex-direction: column;
}

.portfolio-section .cbp-item .cbp-caption-defaultWrap {
    height: 320px;
    overflow: hidden;
    background-color: #f0f0f0;
    background-image: url('/assets/img/placeholder.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.portfolio-section .cbp-item .cbp-caption-defaultWrap .owl-stage-outer,
.portfolio-section .cbp-item .cbp-caption-defaultWrap .owl-stage,
.portfolio-section .cbp-item .cbp-caption-defaultWrap .owl-item {
    height: 100%;
}

.portfolio-section .cbp-item .cbp-caption-defaultWrap .item {
    height: 100%;
}

.portfolio-section .cbp-item .cbp-caption-defaultWrap .item a {
    display: block;
    height: 100%;
}

.portfolio-section .cbp-item .cbp-caption-defaultWrap .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    /* Show background placeholder while image is loading */
    background-color: #f0f0f0;
    background-image: url('/assets/img/placeholder.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Ensure consistent text area below images */
.portfolio-section .cbp-item > .row {
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.portfolio-section .cbp-item .portfolio-title {
    min-height: 24px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.portfolio-section .cbp-item .portfolio-des {
    min-height: 20px;
}

/* Fix Product Listing page alignment */
.product-listing-products .product-list .product-item {
    display: flex;
    flex-direction: column;
}

.product-listing-products .product-list .product-item .p-item-img {
    flex-shrink: 0;
    height: 320px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    background-image: url('/assets/img/placeholder.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product-listing-products .product-list .product-item .p-item-img a {
    display: block;
    width: 100%;
    height: 100%;
    align-self: stretch;
}

.product-listing-products .product-list .product-item .p-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    /* Show background placeholder while image is loading */
    background-color: #f0f0f0;
    background-image: url('/assets/img/placeholder.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Ensure consistent text area below product images */
.product-listing-products .product-list .p-item-detail {
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 15px;
}

.product-listing-products .product-list .p-item-detail .p-item-name {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 8px;
}

.product-listing-products .product-list .p-item-detail .p-item-price {
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Match home page font styling - Override style.css for product listing only */
.product-listing-products .product-list .p-item-detail .p-item-name {
    font-size: 20px !important;
}

.product-listing-products .product-list .p-item-detail .p-item-price {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #717171 !important;
}

/* Fix category filter styling after removing anchor tags for accessibility */
.product-listing .product-filter-nav .product-category ul li span {
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    opacity: .8;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.product-listing .product-filter-nav .product-category ul li:hover span {
    color: #03a9f5;
}

/* ============================================
   AUTHENTICATION PAGE STYLES
   ============================================ */

/* Google Sign-In Button Container */
.google-auth-section {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

/* Auth Divider with "or" text */
.auth-divider {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ddd;
}

.auth-divider span {
    padding: 0 16px;
    color: #888;
    font-size: 14px;
    white-space: nowrap;
}

/* Theme-specific auth divider styles */
body.theme-dark .auth-divider::before,
body.theme-dark .auth-divider::after {
    border-bottom-color: #444;
}

body.theme-dark .auth-divider span {
    color: #aaa;
}

body.theme-yellow .auth-divider::before,
body.theme-yellow .auth-divider::after {
    border-bottom-color: #000;
}

body.theme-yellow .auth-divider span {
    color: #000;
}

/* Forgot Password Link */
.forgot-password-link {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.forgot-password-link:hover {
    color: #333;
    text-decoration: underline;
}

body.theme-dark .forgot-password-link {
    color: #aaa;
}

body.theme-dark .forgot-password-link:hover {
    color: #fff;
}

body.theme-yellow .forgot-password-link {
    color: #000;
}

body.theme-yellow .forgot-password-link:hover {
    color: #333;
}

/* ============================================
   CAROUSEL & BANNER BUTTON FIXES FOR THEMES
   ============================================ */

/*
 * Issue 1 & 2: "Coming Soon" button in carousel
 * - Dark mode: white font on white background (needs black font on white bg)
 * - Yellow mode: black font on black background (needs yellow font)
 */

/* Dark Mode: Carousel buttons should have black text on white background */
body.theme-dark .slider .btn.white-trans-btn-with-white-border,
body.theme-dark .slider .btn.pink-color-gradient-btn,
body.theme-dark .slider a.btn.white-trans-btn-with-white-border,
body.theme-dark .slider a.btn.pink-color-gradient-btn,
body.theme-dark .tp-caption .btn.white-trans-btn-with-white-border,
body.theme-dark .tp-caption .btn.pink-color-gradient-btn,
body.theme-dark .tp-caption a.btn.white-trans-btn-with-white-border,
body.theme-dark .tp-caption a.btn.pink-color-gradient-btn {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
}

body.theme-dark .slider .btn.white-trans-btn-with-white-border:hover,
body.theme-dark .slider .btn.pink-color-gradient-btn:hover,
body.theme-dark .slider a.btn.white-trans-btn-with-white-border:hover,
body.theme-dark .slider a.btn.pink-color-gradient-btn:hover,
body.theme-dark .tp-caption .btn.white-trans-btn-with-white-border:hover,
body.theme-dark .tp-caption .btn.pink-color-gradient-btn:hover,
body.theme-dark .tp-caption a.btn.white-trans-btn-with-white-border:hover,
body.theme-dark .tp-caption a.btn.pink-color-gradient-btn:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

/* Yellow Mode: Carousel buttons should have yellow background with black text */
body.theme-yellow .slider .btn.white-trans-btn-with-white-border,
body.theme-yellow .slider .btn.pink-color-gradient-btn,
body.theme-yellow .slider a.btn.white-trans-btn-with-white-border,
body.theme-yellow .slider a.btn.pink-color-gradient-btn,
body.theme-yellow .tp-caption .btn.white-trans-btn-with-white-border,
body.theme-yellow .tp-caption .btn.pink-color-gradient-btn,
body.theme-yellow .tp-caption a.btn.white-trans-btn-with-white-border,
body.theme-yellow .tp-caption a.btn.pink-color-gradient-btn {
    background-color: #FFD700 !important;
    color: #000000 !important;
    border-color: #FFD700 !important;
}

body.theme-yellow .slider .btn.white-trans-btn-with-white-border:hover,
body.theme-yellow .slider .btn.pink-color-gradient-btn:hover,
body.theme-yellow .slider a.btn.white-trans-btn-with-white-border:hover,
body.theme-yellow .slider a.btn.pink-color-gradient-btn:hover,
body.theme-yellow .tp-caption .btn.white-trans-btn-with-white-border:hover,
body.theme-yellow .tp-caption .btn.pink-color-gradient-btn:hover,
body.theme-yellow .tp-caption a.btn.white-trans-btn-with-white-border:hover,
body.theme-yellow .tp-caption a.btn.pink-color-gradient-btn:hover {
    background-color: #000000 !important;
    color: #FFD700 !important;
    border-color: #000000 !important;
}

/*
 * Issue 3, 4, 5: "2026 World Cup Collection" banner section
 * - Yellow mode: black text on dark background (needs yellow text)
 */

/* Yellow Mode: Banner text should be yellow for contrast on dark image background */
body.theme-yellow .banner-section .banner-content-wrapper h1 {
    color: #FFD700 !important;
}

body.theme-yellow .banner-section .banner-content-wrapper p {
    color: #FFD700 !important;
}

/* Dark Mode: Banner buttons - match carousel style (solid white bg, black text) */
body.theme-dark .banner-section .banner-content-wrapper .btn,
body.theme-dark .banner-section .banner-content-wrapper button.btn,
body.theme-dark .banner-section .banner-content-wrapper a.btn {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
}

body.theme-dark .banner-section .banner-content-wrapper .btn:hover,
body.theme-dark .banner-section .banner-content-wrapper button.btn:hover,
body.theme-dark .banner-section .banner-content-wrapper a.btn:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

/* Yellow Mode: Banner buttons - match carousel style (solid yellow bg, black text) */
body.theme-yellow .banner-section .banner-content-wrapper .btn,
body.theme-yellow .banner-section .banner-content-wrapper button.btn,
body.theme-yellow .banner-section .banner-content-wrapper a.btn {
    background-color: #FFD700 !important;
    color: #000000 !important;
    border-color: #FFD700 !important;
}

body.theme-yellow .banner-section .banner-content-wrapper .btn:hover,
body.theme-yellow .banner-section .banner-content-wrapper button.btn:hover,
body.theme-yellow .banner-section .banner-content-wrapper a.btn:hover {
    background-color: #000000 !important;
    color: #FFD700 !important;
    border-color: #000000 !important;
}

/* Read More Content Styling */
.read-more-content {
    color: #fff;
    text-align: left;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    max-width: 600px;
    margin: 20px auto;
}

.read-more-content p {
    margin-bottom: 10px;
    line-height: 1.6;
}

.read-more-content ul,
.read-more-content ol {
    padding-left: 20px;
    margin-bottom: 10px;
}

/* Yellow Mode: Read More Content should have yellow text */
body.theme-yellow .read-more-content,
body.theme-yellow .read-more-content p,
body.theme-yellow .read-more-content span,
body.theme-yellow .read-more-content li {
    color: #FFD700 !important;
}

/* Slider container needs relative positioning for read more overlay */
.slider {
    position: relative;
}

/* Carousel Read More - inline style similar to page background read more */
.carousel-read-more-overlay {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%;
    z-index: 9999;
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
    cursor: pointer;
}

.carousel-read-more-container {
    width: 100%;
}

.carousel-read-more-content {
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 5px;
    text-align: center;
}

/*
 * Issue: "READ MORE" button (white-btn class) in carousel
 * - Dark mode: white font on white background (needs black font on white bg)
 * - Yellow mode: black font on black background (needs yellow font on black bg)
 */

/* Default Mode: Reset button to normal state after click (focus/active) */
.slider .btn.white-btn:focus,
.slider .btn.white-btn:active,
.slider button.btn.white-btn:focus,
.slider button.btn.white-btn:active,
.tp-caption .btn.white-btn:focus,
.tp-caption .btn.white-btn:active,
.tp-caption button.btn.white-btn:focus,
.tp-caption button.btn.white-btn:active {
    background-color: white !important;
    color: #000000 !important;
    border-color: white !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Dark Mode: "READ MORE" button should have black text on white background */
body.theme-dark .slider .btn.white-btn,
body.theme-dark .slider a.btn.white-btn,
body.theme-dark .slider button.btn.white-btn,
body.theme-dark .tp-caption .btn.white-btn,
body.theme-dark .tp-caption a.btn.white-btn,
body.theme-dark .tp-caption button.btn.white-btn {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
}

body.theme-dark .slider .btn.white-btn:hover,
body.theme-dark .slider a.btn.white-btn:hover,
body.theme-dark .slider button.btn.white-btn:hover,
body.theme-dark .tp-caption .btn.white-btn:hover,
body.theme-dark .tp-caption a.btn.white-btn:hover,
body.theme-dark .tp-caption button.btn.white-btn:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

body.theme-dark .slider .btn.white-btn:focus,
body.theme-dark .slider .btn.white-btn:active,
body.theme-dark .slider button.btn.white-btn:focus,
body.theme-dark .slider button.btn.white-btn:active,
body.theme-dark .tp-caption .btn.white-btn:focus,
body.theme-dark .tp-caption .btn.white-btn:active,
body.theme-dark .tp-caption button.btn.white-btn:focus,
body.theme-dark .tp-caption button.btn.white-btn:active {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Yellow Mode: "READ MORE" button should have yellow background with black text */
body.theme-yellow .slider .btn.white-btn,
body.theme-yellow .slider a.btn.white-btn,
body.theme-yellow .slider button.btn.white-btn,
body.theme-yellow .tp-caption .btn.white-btn,
body.theme-yellow .tp-caption a.btn.white-btn,
body.theme-yellow .tp-caption button.btn.white-btn {
    background-color: #FFD700 !important;
    color: #000000 !important;
    border-color: #FFD700 !important;
}

body.theme-yellow .slider .btn.white-btn:hover,
body.theme-yellow .slider a.btn.white-btn:hover,
body.theme-yellow .slider button.btn.white-btn:hover,
body.theme-yellow .tp-caption .btn.white-btn:hover,
body.theme-yellow .tp-caption a.btn.white-btn:hover,
body.theme-yellow .tp-caption button.btn.white-btn:hover {
    background-color: #000000 !important;
    color: #FFD700 !important;
    border-color: #000000 !important;
}

body.theme-yellow .slider .btn.white-btn:focus,
body.theme-yellow .slider .btn.white-btn:active,
body.theme-yellow .slider button.btn.white-btn:focus,
body.theme-yellow .slider button.btn.white-btn:active,
body.theme-yellow .tp-caption .btn.white-btn:focus,
body.theme-yellow .tp-caption .btn.white-btn:active,
body.theme-yellow .tp-caption button.btn.white-btn:focus,
body.theme-yellow .tp-caption button.btn.white-btn:active {
    background-color: #FFD700 !important;
    color: #000000 !important;
    border-color: #FFD700 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* ============================================
   STOCK STATUS DISPLAY STYLES
   ============================================ */

/* Stock status on Product Detail page */
.stock-status {
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 4px;
    display: inline-block;
}

.stock-status.in-stock {
    color: #28a745;
    background-color: rgba(40, 167, 69, 0.1);
}

.stock-status.low-stock {
    color: #fd7e14;
    background-color: rgba(253, 126, 20, 0.1);
}

.stock-status.out-of-stock {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
}

/* Stock badge on Product Listing and Cards */
.stock-badge {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 3px;
    z-index: 10;
}

.stock-badge.out-of-stock {
    background-color: #dc3545 !important;
    color: #ffffff !important;
}

.stock-badge.low-stock {
    background-color: #fd7e14 !important;
    color: #ffffff !important;
}

/* Product type badge styles for Gallery Carousel */
.product-type.out-of-stock {
    background-color: #dc3545 !important;
    color: #ffffff !important;
}

.product-type.low-stock {
    background-color: #fd7e14 !important;
    color: #ffffff !important;
}

/* Dark theme adjustments for stock status */
body.theme-dark .stock-status.in-stock {
    color: #5cb85c;
    background-color: rgba(92, 184, 92, 0.2);
}

body.theme-dark .stock-status.low-stock {
    color: #f0ad4e;
    background-color: rgba(240, 173, 78, 0.2);
}

body.theme-dark .stock-status.out-of-stock {
    color: #d9534f;
    background-color: rgba(217, 83, 79, 0.2);
}

/* Yellow theme adjustments for stock status */
body.theme-yellow .stock-status {
    border: 2px solid #000000;
}

body.theme-yellow .stock-status.in-stock {
    color: #000000;
    background-color: #90EE90;
}

body.theme-yellow .stock-status.low-stock {
    color: #000000;
    background-color: #FFD700;
}

body.theme-yellow .stock-status.out-of-stock {
    color: #000000;
    background-color: #FFB6C1;
}

/* ============================================
   CHECKOUT PAGE STYLES
   ============================================ */

/* Step Indicator */
.step-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.step-indicator.active .step-number {
    background-color: #007bff;
    color: white;
}

.step-label {
    font-size: 14px;
    color: #666;
    transition: color 0.3s ease;
}

.step-indicator.active .step-label {
    color: #007bff;
    font-weight: 600;
}

.step-line {
    width: 100px;
    height: 2px;
    background-color: #e0e0e0;
    margin: 0 20px;
    margin-bottom: 30px;
    transition: background-color 0.3s ease;
}

.step-line.active {
    background-color: #007bff;
}

/* Checkout form styles */
.checkout-step {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.checkout-step .form-control {
    border-radius: 4px;
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.checkout-step .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.checkout-step .form-control.is-invalid {
    border-color: #dc3545;
}

.checkout-step .invalid-feedback {
    display: block;
    font-size: 14px;
    color: #dc3545;
    margin-top: 5px;
}

.payment-method {
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.payment-method:hover {
    border-color: #007bff;
    background-color: #f8f9fa;
}

.payment-method input[type="radio"] {
    margin-right: 10px;
}

.payment-method input[type="radio"]:checked + label {
    color: #007bff;
    font-weight: 600;
}

/* Dark theme checkout styles */
body.theme-dark .checkout-step {
    background-color: #1a1a1a;
}

body.theme-dark .step-number {
    background-color: #333;
    color: #999;
}

body.theme-dark .step-indicator.active .step-number {
    background-color: #007bff;
    color: white;
}

body.theme-dark .step-label {
    color: #999;
}

body.theme-dark .step-indicator.active .step-label {
    color: #007bff;
}

body.theme-dark .step-line {
    background-color: #333;
}

body.theme-dark .payment-method {
    border-color: #333;
}

body.theme-dark .payment-method:hover {
    border-color: #007bff;
    background-color: #222;
}

/* Yellow theme checkout styles */
body.theme-yellow .checkout-step {
    background-color: #FFED4E;
    border: 2px solid #000;
}

body.theme-yellow .step-number {
    background-color: #FFC700;
    color: #000;
    border: 2px solid #000;
}

body.theme-yellow .step-indicator.active .step-number {
    background-color: #000;
    color: #FFD700;
}

body.theme-yellow .step-label {
    color: #000;
}

body.theme-yellow .step-indicator.active .step-label {
    color: #000;
    font-weight: bold;
}

body.theme-yellow .step-line {
    background-color: #000;
}

body.theme-yellow .payment-method {
    border-color: #000;
    background-color: #FFED4E;
}

body.theme-yellow .payment-method:hover {
    border-color: #000;
    background-color: #FFC700;
}

/* ============================================
   CONTACT PAGE - NO MAP LAYOUT
   ============================================ */

/* Add proper top spacing when map is removed */
.contact-sec-no-map {
    padding-top: 120px !important;
    margin-top: 60px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .contact-sec-no-map {
        padding-top: 80px !important;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .contact-sec-no-map {
        padding-top: 60px !important;
        margin-top: 30px;
    }

    .contact-sec-no-map .contact-description {
        margin-bottom: 40px;
    }
}

/* ============================================
   GIFT ORDER SECTION STYLES
   ============================================ */

/* Gift Order Section */
.gift-order-section {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.gift-order-section .section-heading {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

.gift-message-container {
    transition: all 0.3s ease;
}

.gift-message-container textarea {
    resize: vertical;
    min-height: 100px;
    max-height: 200px;
}

.gift-order-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    background: #e8f5e9;
    border: 1px solid #4caf50;
    border-radius: 4px;
    color: #2e7d32;
    font-weight: 500;
    margin-top: 10px;
}

.gift-order-badge i {
    color: #4caf50;
}

.animate-fadeIn {
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Character counter */
.form-label .text-muted {
    float: right;
    font-weight: normal;
}

/* Gift card in review step */
.card.border-success {
    border-color: #28a745 !important;
    border-width: 2px;
}

/* ============================================
   WISHLIST COMPONENTS STYLES
   ============================================ */

/* Wishlist Button */
.wishlist-button {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
    position: relative;
}

.wishlist-button:hover {
    transform: scale(1.1);
}

.wishlist-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.wishlist-button i {
    color: #999;
    transition: color 0.2s ease;
}

.wishlist-button:hover i {
    color: #e91e63;
}

.wishlist-button.active i {
    color: #e91e63;
    animation: heartBeat 0.3s ease;
}

@keyframes heartBeat {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

/* Wishlist button on product cards */
.product-card-wishlist-btn {
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.product-card-wishlist-btn:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Wishlist button on product detail */
.product-detail-wishlist-btn {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px 20px;
    min-width: 60px;
}

.product-detail-wishlist-btn:hover {
    background: #e91e63;
    border-color: #e91e63;
}

.product-detail-wishlist-btn:hover i {
    color: white !important;
}

/* Wishlist Icon in Header */
.wishlist-icon-link {
    position: relative;
    display: inline-block;
    padding: 8px 12px;
    color: inherit;
    text-decoration: none;
}

.wishlist-icon-container {
    position: relative;
    display: inline-block;
}

.wishlist-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #e91e63;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
    line-height: 1.4;
}

.wishlist-icon-link:hover i {
    color: #e91e63;
    transform: scale(1.1);
    transition: all 0.2s ease;
}

/* Home page wishlist button (portfolio style) */
.portfolio-circle-wishlist {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 11 !important;
}

.portfolio-circle-wishlist .wishlist-button {
    background: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}

.portfolio-circle-wishlist .wishlist-button:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
    transform: scale(1.15);
}

.home-wishlist-btn {
    background: white !important;
}
/* ============================================
   Wishlist Page Styles
   ============================================ */

/* Page Container */
.wishlist-page {
    padding: 60px 0;
    min-height: 60vh;
}

.wishlist-page-heading {
    margin-bottom: 40px;
}

.wishlist-page-heading .heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.wishlist-page-heading .para_text {
    font-size: 1.1rem;
    color: #666;
}

/* Empty State */
.wishlist-empty {
    padding: 80px 20px;
}

.wishlist-empty .empty-icon {
    margin-bottom: 30px;
}

.wishlist-empty h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.wishlist-empty .text-muted {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

/* Wishlist Items Grid */
.wishlist-items {
    margin-top: 40px;
}

/* Wishlist Item Card */
.wishlist-item-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.wishlist-item-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    transform: translateY(-4px);
}

/* Product Image Container */
.wishlist-item-image {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    overflow: hidden;
    background: #f8f9fa;
}

.wishlist-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.wishlist-item-card:hover .wishlist-item-image img {
    transform: scale(1.05);
}

.wishlist-item-image a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Stock Badge on Wishlist Item */
.wishlist-item-image .stock-badge {
    top: 10px;
    right: 10px;
    z-index: 5;
}

/* Remove Button */
.wishlist-item-remove-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.wishlist-item-remove-btn i {
    color: #666;
    font-size: 16px;
    transition: all 0.2s ease;
}

.wishlist-item-remove-btn:hover {
    background: #e91e63;
    transform: scale(1.1);
}

.wishlist-item-remove-btn:hover i {
    color: white;
}

/* Product Details */
.wishlist-item-details {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.wishlist-item-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

.wishlist-item-name a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.wishlist-item-name a:hover {
    color: #e91e63;
}

/* Price */
.wishlist-item-price {
    margin-bottom: 15px;
}

.wishlist-item-price .current-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #e91e63;
}

.wishlist-item-price .compare-price {
    font-size: 1rem;
    text-decoration: line-through;
}

/* Category and Date */
.wishlist-item-category,
.wishlist-item-date {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 8px;
}

.wishlist-item-category i,
.wishlist-item-date i {
    margin-right: 6px;
    opacity: 0.7;
}

/* Action Buttons */
.wishlist-item-actions {
    margin-top: auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.wishlist-item-actions .btn {
    flex: 1;
    min-width: 120px;
    padding: 10px 16px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.wishlist-item-actions .btn-primary {
    background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
    border: none;
}

.wishlist-item-actions .btn-primary:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(233, 30, 99, 0.3);
}

.wishlist-item-actions .btn-primary:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.wishlist-item-actions .btn-outline-secondary {
    color: #666;
    border-color: #ddd;
}

.wishlist-item-actions .btn-outline-secondary:hover {
    background: #f8f9fa;
    border-color: #999;
    color: #333;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .wishlist-page {
        padding: 40px 0;
    }

    .wishlist-page-heading .heading {
        font-size: 2rem;
    }

    .wishlist-item-card {
        margin-bottom: 20px;
    }

    .wishlist-item-actions {
        flex-direction: column;
    }

    .wishlist-item-actions .btn {
        width: 100%;
        min-width: auto;
    }

    .wishlist-empty {
        padding: 60px 20px;
    }

    .wishlist-empty .empty-icon i {
        font-size: 60px !important;
    }

    .wishlist-empty h3 {
        font-size: 1.5rem;
    }
}

/* Small Devices */
@media (max-width: 576px) {
    .wishlist-page-heading .heading {
        font-size: 1.75rem;
    }

    .wishlist-item-price .current-price {
        font-size: 1.1rem;
    }

    .wishlist-item-name {
        font-size: 1rem;
    }
}

/* Animation for items */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wishlist-item-card {
    animation: fadeInUp 0.4s ease forwards;
}

.wishlist-item-card:nth-child(1) { animation-delay: 0.1s; }
.wishlist-item-card:nth-child(2) { animation-delay: 0.2s; }
.wishlist-item-card:nth-child(3) { animation-delay: 0.3s; }
.wishlist-item-card:nth-child(4) { animation-delay: 0.4s; }
.wishlist-item-card:nth-child(5) { animation-delay: 0.5s; }
.wishlist-item-card:nth-child(6) { animation-delay: 0.6s; }

/* ===================================
   Search Modal Styles
   =================================== */

/* Modal Overlay */
.search-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 9999;
  padding: 100px 20px 20px;
  overflow-y: auto;
  animation: fadeIn 0.2s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Modal Content */
.search-modal-content {
  background: white;
  border-radius: 12px;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Close Button */
.search-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.search-modal-close:hover {
  background: #f5f5f5;
  color: #333;
  transform: rotate(90deg);
}

/* Modal Title */
.search-modal-title {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

/* Input Wrapper */
.search-modal-input-wrapper {
  position: relative;
  margin-bottom: 10px;
}

.search-modal-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 18px;
  pointer-events: none;
}

/* Search Input */
.search-modal-input {
  width: 100%;
  padding: 15px 15px 15px 50px;
  font-size: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.2s ease;
  outline: none;
}

.search-modal-input:focus {
  border-color: #e91e63;
  box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.1);
}

.search-modal-input.error {
  border-color: #dc3545;
}

.search-modal-input::placeholder {
  color: #999;
}

/* Error Message */
.search-modal-error {
  color: #dc3545;
  font-size: 14px;
  margin: 8px 0 15px 0;
  display: flex;
  align-items: center;
}

/* Submit Button */
.search-modal-submit {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Search Tips */
.search-modal-tips {
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}

.search-modal-tips p {
  display: flex;
  align-items: center;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .search-modal-overlay {
    padding: 60px 15px 15px;
  }

  .search-modal-content {
    padding: 25px 20px;
  }

  .search-modal-title {
    font-size: 20px;
    margin-bottom: 15px;
    padding-right: 30px; /* Space for close button */
  }

  .search-modal-input {
    font-size: 16px; /* Prevent zoom on iOS */
    padding: 12px 12px 12px 45px;
  }

  .search-modal-submit {
    padding: 12px;
  }

  .search-modal-tips {
    display: none; /* Hide tips on mobile to save space */
  }
}

@media (max-width: 480px) {
  .search-modal-close {
    top: 10px;
    right: 10px;
    font-size: 20px;
    width: 32px;
    height: 32px;
  }
}

/* Search Icon Button in Header */
.search-icon-button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
  font-size: inherit;
  transition: transform 0.2s ease;
}

.search-icon-button:hover {
  transform: scale(1.1);
}

.search-icon-button:focus {
  outline: 2px solid #e91e63;
  outline-offset: 2px;
  border-radius: 4px;
}

/* ===================================
   Search Indicator Styles
   =================================== */

.search-indicator {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
}

.search-indicator-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.search-indicator-content strong {
  font-weight: 600;
}

.search-results-count {
  opacity: 0.9;
  font-size: 14px;
}

/* Clear search button in indicator */
.search-indicator .btn-outline-secondary {
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
}

.search-indicator .btn-outline-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: white;
  color: white;
}

/* Empty search results */
.empty-search-results {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 60px 20px;
}

.empty-search-results .empty-icon i {
  opacity: 0.3;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .search-indicator {
    padding: 15px;
  }

  .search-indicator-content {
    font-size: 14px;
  }

  .search-results-count {
    font-size: 13px;
  }
}

/* ============================================
   FILTER TAGS STYLES
   ============================================ */

.filter-tags-container {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.filter-tags-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.filter-tags-label {
  color: white;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.filter-clear-all {
  color: white !important;
  text-decoration: none;
  padding: 4px 12px;
  font-size: 13px;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.filter-clear-all:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.filter-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-tag {
  display: inline-flex;
  align-items: center;
  background: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  gap: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.filter-tag i:first-child {
  color: #667eea;
  font-size: 12px;
}

.filter-tag-label {
  color: #666;
  font-weight: 500;
  margin-right: 2px;
}

.filter-tag-value {
  color: #333;
  font-weight: 600;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter-tag-remove {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 0 0 0 6px;
  margin-left: 4px;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
  font-size: 12px;
}

.filter-tag-remove:hover {
  color: #e74c3c;
}

.filter-tag-remove:focus {
  outline: 2px solid #667eea;
  outline-offset: 2px;
  border-radius: 2px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .filter-tags-container {
    padding: 12px 15px;
  }

  .filter-tags-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .filter-clear-all {
    align-self: flex-end;
    font-size: 12px;
    padding: 3px 10px;
  }

  .filter-tag {
    font-size: 12px;
    padding: 5px 10px;
  }

  .filter-tag-value {
    max-width: 120px;
  }
}

/* ============================================
   MOBILE FIX: Account Dropdown (user-utiliity)
   ============================================ */
@media (max-width: 576px) {
  /* Reposition dropdown to stay within viewport */
  .user-utiliity {
    left: auto !important;
    right: 10px !important;
    width: auto !important;
    min-width: 180px !important;
    max-width: calc(100vw - 20px) !important;
  }

  /* Adjust caret position */
  .sideNavPages i.user-utiliity-caret {
    left: auto !important;
    right: 20px !important;
  }

  /* Ensure text doesn't wrap awkwardly */
  .user-utiliity ul li {
    white-space: nowrap;
  }

  .user-utiliity .user-greeting,
  .user-utiliity ul li a {
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .user-utiliity {
    right: 5px !important;
    min-width: 160px !important;
    padding: 15px !important;
  }

  .user-utiliity-title {
    font-size: 12px !important;
  }

  .user-utiliity .user-greeting,
  .user-utiliity ul li a {
    font-size: 12px !important;
  }
}

/* ============================================
   SHOPPING CART DROPDOWN FIXES
   ============================================ */

/* Fix 1: Add spacing between View Cart and Checkout buttons */
.mini-cart-footer .btn:first-of-type {
    margin-right: 8px;
}

/* Fix 2: Prevent cart item text from being cut off on narrow screens */
.shopping-cart .media {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
}

.shopping-cart .media-body {
    flex: 1;
    min-width: 0; /* Allow text to shrink */
    overflow: hidden;
}

.shopping-cart .media-body h5.name,
.shopping-cart .media-body p.category,
.shopping-cart .media-body p.price {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

/* Ensure trash icon stays visible */
.shopping-cart .media-body p.price {
    display: flex;
    align-items: center;
    gap: 8px;
}

.shopping-cart .media-body p.price button {
    flex-shrink: 0; /* Prevent icon from shrinking */
}

/* ============================================
   CUSTOM LOADING SPINNERS - TOUCHLINE MEMORIES LOGO
   ============================================ */

/* Override Bootstrap spinner-border to use logo */
.spinner-border {
    display: inline-block !important;
    width: 100px !important;
    height: 40px !important;
    vertical-align: text-bottom;
    border: none !important;
    border-radius: 0 !important;
    background-image: url('/assets/img/logo.jpg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    animation: logo-pulse 1.2s ease-in-out infinite !important;
}

/* Override Font Awesome spinner to use logo */
.fa-spinner.fa-spin {
    display: inline-block !important;
    width: 100px !important;
    height: 40px !important;
    background-image: url('/assets/img/logo.jpg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    animation: logo-pulse 1.2s ease-in-out infinite !important;
}

/* Hide the font awesome icon content */
.fa-spinner.fa-spin::before {
    content: '' !important;
    display: none !important;
}

/* Logo pulse animation */
@keyframes logo-pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(0.95);
    }
}

@-webkit-keyframes logo-pulse {
    0%, 100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

/* ============================================
   PRODUCT DETAIL PAGE - TAB STYLING FIXES
   ============================================ */

/* Yellow Mode - Nav Tabs */
body.theme-yellow .nav-tabs {
    background-color: #FFD700 !important;
    border: none !important;
}

/* Yellow Mode - Active Tab: Yellow font, Black background */
body.theme-yellow .nav-tabs .nav-link.active,
body.theme-yellow .nav-tabs .nav-item.show .nav-link,
body.theme-yellow .nav-tabs .nav-link.active:hover,
body.theme-yellow .nav-tabs .nav-link.active:focus,
body.theme-yellow .product-all-details .nav-tabs .nav-link.active,
body.theme-yellow .product-all-details .nav-tabs .nav-link.active:hover,
body.theme-yellow .product-all-details .nav-tabs .nav-link.active:focus {
    color: #FFD700 !important;
    -webkit-text-fill-color: #FFD700 !important;
    background-color: #000000 !important;
    background: #000000 !important;
    border: none !important;
}

/* Yellow Mode - Inactive Tabs: Black font, Yellow background, Black borders */
body.theme-yellow .nav-tabs .nav-link:not(.active),
body.theme-yellow .nav-tabs .nav-link:not(.active):hover,
body.theme-yellow .nav-tabs .nav-link:not(.active):focus,
body.theme-yellow .product-all-details .nav-tabs .nav-link:not(.active),
body.theme-yellow .product-all-details .nav-tabs .nav-link:not(.active):hover,
body.theme-yellow .product-all-details .nav-tabs .nav-link:not(.active):focus {
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    background-color: #FFD700 !important;
    background: #FFD700 !important;
    border: 2px solid #000000 !important;
}

/* Yellow Mode - Tab Content */
body.theme-yellow .tab-content {
    background-color: #FFED4E !important;
    border: 2px solid #000000 !important;
    border-top: none !important;
}

/* Dark Mode - Nav Tabs */
body.theme-dark .nav-tabs {
    background-color: #ffffff !important;
    border: none !important;
}

/* Dark Mode - Active Tab: White font, Black background */
body.theme-dark .nav-tabs .nav-link.active,
body.theme-dark .nav-tabs .nav-item.show .nav-link,
body.theme-dark .nav-tabs .nav-link.active:hover,
body.theme-dark .nav-tabs .nav-link.active:focus,
body.theme-dark .product-all-details .nav-tabs .nav-link.active,
body.theme-dark .product-all-details .nav-tabs .nav-link.active:hover,
body.theme-dark .product-all-details .nav-tabs .nav-link.active:focus {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background-color: #000000 !important;
    background: #000000 !important;
    border: none !important;
}

/* Dark Mode - Inactive Tabs: Black font, White background, Black borders */
body.theme-dark .nav-tabs .nav-link:not(.active),
body.theme-dark .nav-tabs .nav-link:not(.active):hover,
body.theme-dark .nav-tabs .nav-link:not(.active):focus,
body.theme-dark .product-all-details .nav-tabs .nav-link:not(.active),
body.theme-dark .product-all-details .nav-tabs .nav-link:not(.active):hover,
body.theme-dark .product-all-details .nav-tabs .nav-link:not(.active):focus {
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    background-color: #ffffff !important;
    background: #ffffff !important;
    border: 2px solid #000000 !important;
}

/* Dark Mode - Tab Content */
body.theme-dark .tab-content {
    background-color: #1a1a1a !important;
    border: 2px solid #333333 !important;
    border-top: none !important;
}

body.theme-dark .tab-content p,
body.theme-dark .tab-content .product-tab-description {
    color: #ffffff !important;
}

/* ============================================
   PRODUCT DETAIL PAGE - ADD TO CART BUTTON
   ============================================ */

/* Shorten Add to Cart button */
.product-quantity .pink-gradient-btn-into-black {
    max-width: 200px !important;
    padding: 12px 20px !important;
}

/* ============================================
   PRODUCT DETAIL PAGE - HEART/WISHLIST ICON
   ============================================ */

/* Yellow Mode - Heart Icon: Yellow border, Black background */
body.theme-yellow .product-detail-wishlist-btn,
body.theme-yellow .product-detail-wishlist-btn:hover,
body.theme-yellow .product-detail-wishlist-btn:focus {
    background-color: #000000 !important;
    border: 2px solid #FFD700 !important;
}

body.theme-yellow .product-detail-wishlist-btn i,
body.theme-yellow .product-detail-wishlist-btn:hover i {
    color: #FFD700 !important;
}

/* ============================================
   PRODUCT DETAIL PAGE - QUANTITY +/- BUTTONS
   ============================================ */

/* Yellow Mode - Plus/Minus buttons: Yellow color */
body.theme-yellow .input_plus_mins .qty .plus,
body.theme-yellow .input_plus_mins .qty .minus,
body.theme-yellow .input_plus_mins .qty .plus:hover,
body.theme-yellow .input_plus_mins .qty .minus:hover {
    background-color: #000000 !important;
    border: 2px solid #FFD700 !important;
}

body.theme-yellow .input_plus_mins .qty .plus i,
body.theme-yellow .input_plus_mins .qty .minus i,
body.theme-yellow .input_plus_mins .qty .plus:hover i,
body.theme-yellow .input_plus_mins .qty .minus:hover i {
    color: #FFD700 !important;
}

/* Override bg-dark class in yellow mode for quantity buttons */
body.theme-yellow .input_plus_mins .qty .bg-dark {
    background-color: #000000 !important;
}

/* ============================================
   CATEGORY PAGE - BANNER & HEADER SPACING FIX
   ============================================ */

/* Add spacing between parallax banner and product listing content */
.product-listing {
    margin-top: 60px;
}

/* Category header styling */
.category-header {
    padding-top: 20px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .product-listing {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .product-listing {
        margin-top: 30px;
    }

    .category-header {
        padding-top: 15px;
    }
}

/* ============================================
   MODAL COMPONENT - Read More Content
   ============================================ */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn 0.2s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-content {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    max-width: 700px;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 32px;
    line-height: 1;
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    transition: color 0.2s;
    padding: 0;
    width: 32px;
    height: 32px;
}

.modal-close:hover {
    color: #000;
}

.modal-body {
    color: #333;
    line-height: 1.6;
}

.modal-body h2 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
    font-size: 24px;
}

.modal-body h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000;
    font-size: 20px;
}

.modal-body p {
    margin-bottom: 15px;
}

.modal-body ul,
.modal-body ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

.modal-body img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 15px 0;
}

/* Dark Mode: Modal should stay light (readable) */
body.theme-dark .modal-content {
    background: #ffffff !important;
    color: #000000 !important;
}

body.theme-dark .modal-body,
body.theme-dark .modal-body p,
body.theme-dark .modal-body h2,
body.theme-dark .modal-body h3,
body.theme-dark .modal-body li {
    color: #000000 !important;
}

/* Yellow Mode: Modal should stay light (readable) */
body.theme-yellow .modal-content {
    background: #ffffff !important;
    color: #000000 !important;
}

body.theme-yellow .modal-body,
body.theme-yellow .modal-body p,
body.theme-yellow .modal-body h2,
body.theme-yellow .modal-body h3,
body.theme-yellow .modal-body li {
    color: #000000 !important;
}
