/* Manali Kitchen Theme Styles */
/* Kitchen Equipment E-commerce Theme */

:root {
    --theme-primary-color: #dc3545;
    --theme-secondary-color: #6c757d;
    --theme-accent-color: #ffc107;
    --theme-dark: #212529;
    --theme-light: #f8f9fa;
    --theme-white: #ffffff;
    --theme-border: #dee2e6;
}

/* Global Styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Header Styles */
.ecommerce-header {
    background: var(--theme-white);
    box-shadow: none;
}

/* Top Bar */
.top-bar {
    background: var(--theme-white);
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 0;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.top-bar .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 768px) {
    .top-bar .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.top-bar-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.official-store-text {
    color: #4a4a4a;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.top-bar-logo {
    max-height: 26px;
    width: auto;
}

.top-bar-brand {
    display: flex;
    align-items: center;
    gap: 3px;
}

.top-bar-brand-t {
    font-size: 22px;
    font-weight: 900;
    color: #0066cc;
    line-height: 1;
    font-family: Arial, sans-serif;
}

.top-bar-brand-name {
    color: #0066cc;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

.top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}

.top-bar-link {
    color: #4a4a4a;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    transition: color 0.2s ease;
    letter-spacing: 0.1px;
}

.top-bar-link:hover {
    color: #333;
}

/* Main Header */
.main-header {
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
    background: var(--theme-white);
}

.main-header .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 768px) {
    .main-header .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.main-logo {
    display: inline-block;
    text-decoration: none;
    color: var(--theme-dark);
}

.main-logo-image {
    max-height: 65px;
    width: auto;
}

.main-logo-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
}

.logo-letter {
    font-size: 58px;
    font-weight: 900;
    color: #000;
    line-height: 0.9;
    font-family: Arial, sans-serif;
    letter-spacing: -2px;
    display: block;
}

.logo-text-below {
    font-size: 12px;
    font-weight: 400;
    color: #4a4a4a;
    margin-top: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    text-transform: lowercase;
    letter-spacing: 0.5px;
    display: block;
}

.search-section {
    padding: 0 25px;
}

.header-search {
    max-width: 100%;
}

.header-search form {
    display: flex;
    width: 100%;
    position: relative;
}

.search-input-header {
    border-radius: 25px;
    border: 1px solid #d0d0d0;
    padding: 11px 45px 11px 18px;
    font-size: 14px;
    width: 100%;
    background: #fff;
    transition: border-color 0.2s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #4a4a4a;
}

.search-input-header::placeholder {
    color: #999;
    font-weight: 400;
}

.search-input-header:focus {
    border-color: #999;
    box-shadow: none;
    outline: none;
}

.search-btn-header {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: #666;
    border: none;
    padding: 7px 10px;
    border-radius: 50%;
    transition: all 0.2s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn-header:hover {
    background: #f5f5f5;
    color: #333;
}

.search-btn-header i {
    font-size: 15px;
}

.user-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}

.user-action-link {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #4a4a4a;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    transition: color 0.2s ease;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.user-action-link:hover {
    color: #333;
}

.user-action-link i {
    font-size: 18px;
    color: #4a4a4a;
    width: 18px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.user-action-link i.fa-user,
.user-action-link i.fas.fa-user {
    font-size: 18px;
    width: 18px;
}

.user-action-link i.fa-shopping-cart,
.user-action-link i.fas.fa-shopping-cart {
    font-size: 18px;
    width: 18px;
}

.user-action-text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1px;
}

.cart-count-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--theme-primary-color);
    color: white;
    border-radius: 50%;
    padding: 1px 5px;
    font-size: 10px;
    font-weight: 600;
    min-width: 16px;
    height: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Category Navigation Bar */
.category-navbar {
    background: var(--theme-white);
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
}

.category-navbar .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 768px) {
    .category-navbar .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.category-navbar .navbar-toggler {
    width: 100%;
    border: none;
    padding: 12px 15px;
    background: var(--theme-light);
    color: var(--theme-dark);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-navbar .navbar-toggler:focus {
    box-shadow: none;
}

.category-nav-menu {
    display: flex !important;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.category-navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    width: 100%;
}

.category-navbar .navbar-collapse.show {
    display: flex !important;
}

@media (min-width: 768px) {
    .category-navbar .navbar-collapse {
        display: flex !important;
    }
    
    .category-navbar .navbar-toggler {
        display: none;
    }
}

.category-nav-item {
    margin: 0;
    flex-shrink: 0;
}

.category-nav-link {
    display: block;
    padding: 14px 16px;
    color: #4a4a4a;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    transition: color 0.2s ease;
    border-bottom: none;
    white-space: nowrap;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 0.1px;
}

.category-nav-link:hover {
    color: #333;
    background: transparent;
}

/* Promotional Banner Carousel */
.promo-banner-carousel {
    background: #f5f5f5;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.promo-banner-carousel .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 768px) {
    .promo-banner-carousel .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.promo-carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
}

.promo-carousel-content {
    flex: 1;
    overflow: hidden;
    margin: 0 40px;
}

.promo-carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    will-change: transform;
}

.promo-carousel-slide {
    min-width: 100%;
    flex-shrink: 0;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.promo-text {
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 0.1px;
}

.promo-carousel-btn {
    background: transparent;
    border: none;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    padding: 4px 6px;
    transition: color 0.2s ease;
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.promo-carousel-btn:hover {
    color: #333;
}

.promo-carousel-btn i {
    font-size: 12px;
}

.promo-carousel-prev {
    left: 5px;
}

.promo-carousel-next {
    right: 5px;
}

/* Hero Banner */
.hero-banner {
    margin-top: 0;
}

.hero-slide {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

/* Section Titles */
.section-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--theme-dark);
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--theme-primary-color);
}

/* Buttons */
.btn-primary {
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #c82333;
    border-color: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}

/* Footer */
.mansa-footer {
    background: #1a1a1a;
    color: #fff;
    margin-top: 50px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.footer-main {
    padding: 50px 0 40px;
    background: #1a1a1a;
}

.footer-main .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

.footer-column {
    margin-bottom: 30px;
}

.footer-heading {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}

.footer-heading-social {
    margin-top: 30px;
}

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

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

.footer-link {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.2s ease;
    display: inline-block;
}

.footer-link:hover {
    color: #fff;
}

.footer-text {
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}

.footer-social-icons {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.footer-social-icon {
    width: 36px;
    height: 36px;
    background: #2a2a2a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 16px;
}

.footer-social-icon:hover {
    background: #3a3a3a;
    color: #fff;
    transform: translateY(-2px);
}

/* Footer Bottom Bar */
.footer-bottom {
    background: #1a1a1a;
    border-top: 1px solid #2a2a2a;
    padding: 20px 0;
}

.footer-bottom .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

.footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.footer-copyright-text {
    color: #e0e0e0;
    font-size: 13px;
    font-weight: 400;
}

.footer-gift-icon {
    position: relative;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
}

.gift-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #dc3545;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
}

.footer-bottom-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-payment-icons {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.footer-payment-icon {
    font-size: 28px;
    color: #fff;
    opacity: 0.8;
    transition: opacity 0.2s ease;
    width: 40px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-payment-icon:hover {
    opacity: 1;
}

/* Custom payment icon text */
.payment-google-pay,
.payment-shop-pay,
.payment-unionpay {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    opacity: 0.8;
    transition: opacity 0.2s ease;
    width: 40px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
}

.payment-google-pay:hover,
.payment-shop-pay:hover,
.payment-unionpay:hover {
    opacity: 1;
}

.footer-whatsapp-icon {
    width: 50px;
    height: 50px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
}

.footer-whatsapp-icon:hover {
    background: #20BA5A;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}

/* Responsive Footer */
@media (max-width: 992px) {
    .footer-main .container-fluid,
    .footer-bottom .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .footer-bottom-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .footer-bottom-right {
        justify-content: flex-start;
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .footer-main {
        padding: 40px 0 30px;
    }
    
    .footer-main .container-fluid,
    .footer-bottom .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .footer-column {
        margin-bottom: 35px;
    }
    
    .footer-heading {
        font-size: 15px;
        margin-bottom: 15px;
    }
    
    .footer-link,
    .footer-text {
        font-size: 13px;
    }
    
    .footer-social-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .footer-bottom {
        padding: 15px 0;
    }
    
    .footer-copyright-text {
        font-size: 12px;
    }
    
    .footer-payment-icon {
        font-size: 24px;
    }
    
    .footer-whatsapp-icon {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
}
