/* Zeha Textiles - Custom Styles */

:root {
    --primary-color: #6f42c1;
    --secondary-color: #6c757d;
    --success-color: #198754;
    --danger-color: #dc3545;
    --warning-color: #ffc107;
    --info-color: #0dcaf0;
    --light-color: #f8f9fa;
    --dark-color: #212529;
    --font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

body {
    font-family: var(--font-family);
    line-height: 1.6;
    color: var(--dark-color);
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/* Navigation */
.navbar {
    position: relative;
    z-index: 1050 !important;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
}

.navbar-nav .nav-link {
    font-weight: 500;
    padding: 0.75rem 1rem;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}

/* Zeha Navigation Styles */
.zeha-navbar-dark {
    background-color: #1a1a1a !important;
    background: #1a1a1a !important;
    padding: 5px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1050 !important;
}

.zeha-logo-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit !important;
}

.zeha-logo-image {
    height: 100px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    display: block;
}

.zeha-logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.zeha-logo-box {
    width: 50px;
    height: 50px;
    background-color: #8B4513;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.zeha-logo-monogram {
    color: #FFD700;
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-family: 'Georgia', 'Times New Roman', serif;
}

.zeha-logo-text {
    color: #FFD700;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.zeha-nav-links {
    margin-left: 2rem;
    gap: 0.5rem;
}

.zeha-nav-link {
    color: rgba(255,255,255,0.9) !important;
    font-weight: 400;
    font-size: 0.95rem;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.zeha-nav-link:hover {
    color: #FFD700 !important;
}

.zeha-nav-link.active {
    color: #FFD700 !important;
}

.zeha-search-wrapper {
    margin: 0 2rem;
    flex: 1;
    max-width: 400px;
}

.zeha-search-form {
    position: relative;
    display: flex;
    align-items: center;
}

.zeha-search-icon {
    position: absolute;
    left: 15px;
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
    pointer-events: none;
    z-index: 1;
}

.zeha-search-input {
    width: 100%;
    padding: 0.6rem 1rem 0.6rem 2.5rem;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 25px;
    color: rgba(255,255,255,0.9);
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.zeha-search-input::placeholder {
    color: rgba(255,255,255,0.5);
}

.zeha-search-input:focus {
    outline: none;
    border-color: rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.05);
}

.zeha-utility-icons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
}

.zeha-icon-link {
    color: rgba(255,255,255,0.8) !important;
    font-size: 1.1rem;
    padding: 0.5rem 0.75rem !important;
    position: relative;
    transition: color 0.3s ease;
}

.zeha-icon-link:hover {
    color: #FFD700 !important;
}

.zeha-icon-link.active {
    color: #FFD700 !important;
}

.zeha-cart-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFD700;
    color: #1a1a1a;
    font-size: 0.65rem;
    padding: 0.15em 0.4em;
    border-radius: 10px;
    font-weight: 600;
    min-width: 18px;
    text-align: center;
}

.zeha-dropdown-menu {
    background-color: #2a2a2a;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}

.zeha-dropdown-menu .dropdown-item {
    color: rgba(255,255,255,0.9);
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

.zeha-dropdown-menu .dropdown-item:hover {
    background-color: rgba(255,215,0,0.1);
    color: #FFD700;
}

.zeha-dropdown-menu .dropdown-divider {
    border-color: rgba(255,255,255,0.1);
    margin: 0.5rem 0;
}

.zeha-navbar-toggler {
    border-color: rgba(255,255,255,0.3);
}

.zeha-navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero Section */
.hero-section {
    background: #3b002a;
    background-color: #3b002a;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.hero-section h1 {
    font-weight: 700;
    line-height: 1.2;
}

.hero-section .btn {
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.hero-section .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Full Width Responsive Hero Section */
.hero-fullwidth-section {
    position: relative;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
    max-width: 100%;
    box-sizing: border-box;
}

.hero-fullwidth-section * {
    box-sizing: border-box;
}

.hero-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
    margin: 0;
    padding: 0;
    display: block;
}

.hero-responsive-image {
    width: 100%;
    height: 100%;
    min-height: 600px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
    padding: 0;
}

.hero-fallback-bg {
    width: 100%;
    height: 100%;
    min-height: 600px;
    background: linear-gradient(135deg, #2d1810 0%, #1a0f0a 50%, #0f0805 100%);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.hero-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    color: white;
}

.hero-decorative-element {
    width: 60px;
    height: 2px;
    background: white;
    margin-bottom: 1.5rem;
    position: relative;
}

.hero-decorative-element::after {
    content: '';
    position: absolute;
    right: -10px;
    top: -3px;
    width: 8px;
    height: 8px;
    border: 2px solid white;
    border-radius: 50%;
    background: transparent;
}

.hero-heading {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    letter-spacing: 0.5px;
}

.hero-description {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1.3rem;
    font-weight: 300;
    color: rgba(255,255,255,0.95);
    margin-bottom: 2rem;
    line-height: 1.5;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.hero-cta-button {
    background-color: #FF8C42;
    background: #FF8C42;
    color: white;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    align-self: flex-start;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(255,140,66,0.4);
}

.hero-cta-button:hover {
    background-color: #FF7A2E;
    background: #FF7A2E;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,140,66,0.5);
}

/* Cards */
.card {
    border-radius: 15px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.product-card {
    position: relative;
}

/* Disable hover effects for products grid container */
.products-grid .product-card:hover {
    transform: none;
    box-shadow: none;
}

.products-grid .product-card:hover .card-img-top {
    transform: none;
}

.products-grid .product-card:hover .product-overlay {
    opacity: 0;
}

.product-card .card-img-top {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.product-card:hover .card-img-top {
    transform: scale(1.05);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-overlay .btn {
    margin: 0 5px;
    border-radius: 25px;
    padding: 0.5rem 1rem;
}

/* Category Cards */
.category-card {
    text-align: center;
    padding: 2rem 1rem;
    transition: all 0.3s ease;
}

.category-card:hover {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.category-icon {
    color: var(--primary-color);
}

/* Buttons */
.btn {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #3b002a;
    background-color: #3b002a;
    border: none;
}

.btn-primary:hover {
    background: #2d001f;
    background-color: #2d001f;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(60, 0, 42, 0.3);
}

.btn-outline-primary {
    border-color: #3b002a;
    color: #3b002a;
}

.btn-outline-primary:hover {
    background-color: #3b002a;
    border-color: #3b002a;
    color: #d5b162;
    transform: translateY(-2px);
}

/* Badges */
.badge {
    border-radius: 50px;
    padding: 0.5em 0.75em;
    font-weight: 500;
}

.badge.bg-primary {
    background-color: #3b002a !important;
    color: #d5b162 !important;
}

/* Forms */
.form-control {
    border-radius: 8px;
    border: 2px solid #e9ecef;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.25);
}

.form-label {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
}

/* Tables */
.table {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.table thead th {
    background: #3b002a;
    background-color: #3b002a;
    color: white;
    border: none;
    font-weight: 600;
    padding: 1rem;
}

.table tbody tr {
    transition: background-color 0.3s ease;
}

.table tbody tr:hover {
    background-color: rgba(111, 66, 193, 0.05);
}

/* Alerts */
.alert {
    border-radius: 10px;
    border: none;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
}

.alert-success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
}

.alert-danger {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    color: #721c24;
}

.alert-warning {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    color: #856404;
}

.alert-info {
    background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
    color: #0c5460;
}

/* Pagination */
.pagination .page-link {
    border-radius: 8px;
    margin: 0 2px;
    border: 2px solid #e9ecef;
    color: var(--primary-color);
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination .page-link:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* Footer */
footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
}

footer a {
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--primary-color) !important;
}

.social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--primary-color);
    transform: translateY(-3px);
}

/* Zeha Footer - Premium Design */
.zeha-footer {
    position: relative;
    background-color: #1a1a1a;
    padding: 4rem 0 2rem;
    margin-top: 0;
    overflow: hidden;
}

/* Fallback if image doesn't exist - use gradient with texture */
.zeha-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1a0f0a 0%, #2d1810 25%, #1a0f0a 50%, #0f0805 75%, #1a0f0a 100%);
    opacity: 0.3;
    z-index: 0;
}

.zeha-footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.zeha-footer .container {
    position: relative;
    z-index: 2;
}

.zeha-footer-content {
    margin-bottom: 2rem;
}

.zeha-footer-logo-wrapper {
    display: flex;
    align-items: center;
}

.zeha-footer-logo-link {
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.zeha-footer-logo-link:hover {
    opacity: 0.9;
}

.zeha-footer-logo-image {
    height: 80px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    display: block;
}

.zeha-footer-brand {
    color: #D2691E;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.zeha-footer-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.zeha-social-icons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.zeha-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 215, 0, 0.2);
    color: #FFD700;
    border-radius: 50%;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.zeha-social-link:hover {
    background-color: #FFD700;
    color: #1a1a1a;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}

.zeha-footer-heading {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

.zeha-footer-links li {
    margin-bottom: 0.75rem;
}

.zeha-footer-links a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

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

.zeha-footer-separator {
    height: 2px;
    background: linear-gradient(90deg, transparent, #FFD700, transparent);
    margin: 2rem 0;
    width: 100%;
}

.zeha-footer-bottom {
    align-items: center;
    padding-top: 1rem;
}

.zeha-footer-copyright {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    margin: 0;
}

.zeha-payment-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.zeha-payment-icon {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    filter: grayscale(0);
}

.zeha-payment-icon:hover {
    color: #FFD700;
    transform: scale(1.1);
    filter: grayscale(0);
}

.zeha-footer-policies {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.zeha-policy-link {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.zeha-policy-link:hover {
    color: #FFD700;
}

.zeha-policy-separator {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
}

/* Footer Responsive Styles */
@media (max-width: 768px) {
    .zeha-footer {
        padding: 3rem 0 1.5rem;
    }
    
    .zeha-footer-logo-image {
        height: 60px;
        max-width: 150px;
    }
    
    .zeha-footer-brand {
        font-size: 1.5rem;
    }
    
    .zeha-footer-description {
        font-size: 0.9rem;
    }
    
    .zeha-social-link {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .zeha-footer-heading {
        font-size: 1rem;
        margin-top: 1.5rem;
    }
    
    .zeha-payment-icons {
        justify-content: flex-start;
        margin-top: 1rem;
    }
    
    .zeha-footer-policies {
        justify-content: flex-start;
        margin-top: 0.75rem;
    }
    
    .zeha-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .zeha-footer-bottom .col-md-6 {
        width: 100%;
    }
    
    .zeha-footer-bottom .text-md-end {
        text-align: left !important;
    }
}

@media (max-width: 480px) {
    .zeha-footer {
        padding: 2.5rem 0 1rem;
    }
    
    .zeha-footer-logo-image {
        height: 50px;
        max-width: 120px;
    }
    
    .zeha-footer-brand {
        font-size: 1.25rem;
    }
    
    .zeha-payment-icon {
        font-size: 1.5rem;
    }
    
    .zeha-footer-policies {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
}

/* Slider Styles - Premium Design */
.zeha-slider-section {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #000000;
    z-index: 1;
}

.zeha-slider-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0;
}

.zeha-slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    margin: 0;
    padding: 0;
}

.zeha-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
    z-index: 1;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

.zeha-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    pointer-events: auto;
}

@keyframes slideFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.zeha-slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.zeha-slide-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
    pointer-events: none;
}

.zeha-slide-image img {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    object-fit: cover;
    object-position: center top;
    min-width: 100%;
    min-height: 100vh;
    display: block;
    transition: transform 8s ease-out;
    margin: 0;
    padding: 0;
    transform: scale(1);
}

.zeha-slide.active .zeha-slide-image img {
    transform: scale(1.05);
}

.zeha-slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.2) 70%, transparent 100%);
    margin: 0;
    padding: 0;
}

/* Even-numbered slides - text on right side */
.zeha-slide:nth-child(even) .zeha-slide-content {
    justify-content: flex-end;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.2) 70%, transparent 100%);
}

.zeha-slide:nth-child(even) .zeha-slide-content .container {
    justify-content: flex-end;
    padding-left: 2rem;
    padding-right: 8.5rem;
}

.zeha-slide:nth-child(even) .zeha-slide-text {
    text-align: right;
    margin-left: 0;
    margin-right: 0;
}

.zeha-slide-content .container {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 8.5rem;
    padding-right: 2rem;
    position: relative;
    z-index: 1;
}

.zeha-slide-text {
    max-width: 650px;
    padding: 3rem;
    color: #FFFFFF !important;
    text-align: left;
    margin-left: 0;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-in-out 0.2s, transform 0.8s ease-in-out 0.2s;
}

.zeha-slide.active .zeha-slide-text {
    opacity: 1;
    transform: translateY(0);
}

@keyframes textFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.zeha-slide-title {
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif !important;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.15;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
    color: #F5F5F0 !important; /* Off-white color */
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6), 0 2px 8px rgba(0, 0, 0, 0.4);
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.6)) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 0.3s;
}

.zeha-slide.active .zeha-slide-title {
    opacity: 1;
    transform: translateY(0);
}

/* Ensure highlight spans don't inherit the title color */
.zeha-slide-title > .highlight,
.zeha-slide-title > span.highlight,
.zeha-slide-title > .highlight-gold,
.zeha-slide-title > span.highlight-gold {
    color: #d5b162 !important;
}

/* Direct targeting for highlight-gold class - Maximum specificity */
span.highlight-gold,
.highlight-gold,
.zeha-slide-text .highlight-gold,
.zeha-slide-text span.highlight-gold,
h2.zeha-slide-title .highlight-gold,
h2.zeha-slide-title span.highlight-gold,
.zeha-slide-title .highlight-gold,
.zeha-slide-title span.highlight-gold {
    color: #d5b162 !important;
    background-color: transparent !important;
    -webkit-text-fill-color: #d5b162 !important;
}

@keyframes titleFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.zeha-slide-title .highlight,
.zeha-slide-title span.highlight,
.zeha-slide-title .highlight-gold,
.zeha-slide-title span.highlight-gold,
h2.zeha-slide-title .highlight,
h2.zeha-slide-title span.highlight,
h2.zeha-slide-title .highlight-gold,
h2.zeha-slide-title span.highlight-gold {
    color: #d5b162 !important; /* Gold color for highlighted text like "Every Thread" */
    font-weight: 700 !important;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 20px rgba(213, 177, 98, 0.6), 0 2px 8px rgba(0, 0, 0, 0.4) !important;
    filter: drop-shadow(0 0 15px rgba(213, 177, 98, 0.5)) !important;
    animation: goldShimmer 3s ease-in-out infinite;
}

/* Ensure all text inside highlight spans is gold */
.zeha-slide-title .highlight *,
.zeha-slide-title span.highlight *,
.zeha-slide-title .highlight-gold *,
.zeha-slide-title span.highlight-gold * {
    color: #d5b162 !important;
}

@keyframes goldShimmer {
    0%, 100% {
        filter: drop-shadow(0 0 20px rgba(213, 177, 98, 0.6)) drop-shadow(0 0 10px rgba(213, 177, 98, 0.4));
    }
    50% {
        filter: drop-shadow(0 0 30px rgba(213, 177, 98, 0.8)) drop-shadow(0 0 15px rgba(213, 177, 98, 0.6));
    }
}

.zeha-slide-title .highlight::after,
.zeha-slide-title span.highlight::after,
.zeha-slide-title .highlight-gold::after,
.zeha-slide-title span.highlight-gold::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #d5b162, #f0d47a, #d5b162, transparent);
    opacity: 0.7;
    border-radius: 2px;
    animation: underlineGlow 2s ease-in-out infinite;
    z-index: -1;
}

@keyframes underlineGlow {
    0%, 100% {
        opacity: 0.7;
        transform: scaleX(1);
    }
    50% {
        opacity: 1;
        transform: scaleX(1.05);
    }
}

.zeha-slide-description {
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif !important;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 2rem;
    line-height: 1.7;
    letter-spacing: 0.3px;
    position: relative;
    color: #F5F5F0 !important; /* Off-white color */
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 0 1px 5px rgba(0, 0, 0, 0.3);
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.5)) drop-shadow(0 1px 5px rgba(0, 0, 0, 0.3));
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.8s ease-in-out 0.5s, transform 0.8s ease-in-out 0.5s;
}

.zeha-slide.active .zeha-slide-description {
    opacity: 1;
    transform: translateY(0);
}

@keyframes descFadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.zeha-slide-buttons {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.8s ease-in-out 0.7s, transform 0.8s ease-in-out 0.7s;
}

.zeha-slide.active .zeha-slide-buttons {
    opacity: 1;
    transform: translateY(0);
}

@keyframes buttonsFadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.zeha-slide-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #D2691E;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(210, 105, 30, 0.4);
    border: 2px solid transparent;
}

.zeha-slide-button:hover {
    background-color: #CD853F;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(210, 105, 30, 0.6);
}

.zeha-slide-button-primary {
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif !important;
    background: linear-gradient(135deg, #C89F3C 0%, #D4AF37 100%) !important;
    color: #FFFFFF !important;
    box-shadow: 0 8px 25px rgba(200, 159, 60, 0.4), 0 4px 10px rgba(0, 0, 0, 0.2);
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    padding: 1.1rem 2.75rem !important;
    border-radius: 8px !important;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.zeha-slide-button-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.zeha-slide-button-primary:hover {
    background: linear-gradient(135deg, #D4AF37 0%, #C89F3C 100%) !important;
    color: #FFFFFF !important;
    box-shadow: 0 12px 35px rgba(200, 159, 60, 0.5), 0 6px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.zeha-slide-button-primary:hover::before {
    left: 100%;
}

.zeha-slide-button-secondary {
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif !important;
    background-color: rgba(200, 159, 60, 0.1) !important;
    backdrop-filter: blur(10px);
    color: #C89F3C !important;
    border: 2px solid rgba(200, 159, 60, 0.6) !important;
    box-shadow: 0 8px 25px rgba(200, 159, 60, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    padding: 1.1rem 2.75rem !important;
    border-radius: 8px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.zeha-slide-button-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(200, 159, 60, 0.15);
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.zeha-slide-button-secondary:hover {
    background-color: rgba(200, 159, 60, 0.2) !important;
    color: #D4AF37 !important;
    border-color: #D4AF37 !important;
    box-shadow: 0 12px 35px rgba(200, 159, 60, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.zeha-slide-button-secondary:hover::before {
    width: 100%;
}

.zeha-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(59, 0, 42, 0.9);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(213, 177, 98, 0.3);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.3rem;
    color: #d5b162;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(213, 177, 98, 0.4);
}

.zeha-slider-nav:hover {
    background: rgba(59, 0, 42, 1);
    color: #f0d47a;
    border-color: rgba(213, 177, 98, 0.6);
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 12px 35px rgba(59, 0, 42, 0.5), 0 0 20px rgba(213, 177, 98, 0.3);
}

.zeha-slider-nav:active {
    transform: translateY(-50%) scale(1.05);
}

.zeha-slider-prev {
    left: 20px;
}

.zeha-slider-next {
    right: 20px;
}

.zeha-slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
        display: none;
    gap: 10px;
    z-index: 10;
}

.zeha-slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid white;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    display: none;
}

.zeha-slider-dot.active,
.zeha-slider-dot:hover {
    background: white;
    transform: scale(1.2);
    display: none;
}

/* Large Monitors (32-inch and above) */
@media (min-width: 1920px) {
    .zeha-slider-section {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slider-container {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slider-wrapper {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slide {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slide-image {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slide-image img {
        width: 100%;
        height: 100vh;
        min-width: 100%;
        min-height: 100vh;
        object-fit: cover;
        object-position: center top;
    }
    
    .zeha-slide-content {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slide-content .container {
        padding-left: 9.5rem;
        padding-right: 3rem;
    }
    
    /* Even slides - right side */
    .zeha-slide:nth-child(even) .zeha-slide-content .container {
        padding-left: 3rem;
        padding-right: 9.5rem;
    }
    
    .zeha-slide-text {
        max-width: 750px;
        padding: 3.5rem;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }
    
    .zeha-slide-title {
        font-size: 3.5rem;
    }
    
    .zeha-slide-description {
        font-size: 1.5rem;
    }
    
    .zeha-slider-nav {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .zeha-slider-prev {
        left: 30px;
    }
    
    .zeha-slider-next {
        right: 30px;
    }
}

/* Large Desktop (1440px - 1919px) */
@media (min-width: 1440px) and (max-width: 1919px) {
    .zeha-slider-section {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slider-container {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slide-image img {
        width: 100%;
        height: 100vh;
        min-width: 100%;
        min-height: 100vh;
    }
    
    .zeha-slide-content {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slide-content .container {
        padding-left: 9rem;
        padding-right: 2.5rem;
    }
    
    /* Even slides - right side */
    .zeha-slide:nth-child(even) .zeha-slide-content .container {
        padding-left: 2.5rem;
        padding-right: 9rem;
    }
    
    .zeha-slide-text {
        max-width: 700px;
        padding: 3rem;
        backdrop-filter: blur(11px);
        -webkit-backdrop-filter: blur(11px);
    }
}

/* Standard Desktop (1024px - 1439px) */
@media (min-width: 1024px) and (max-width: 1439px) {
    .zeha-slider-section {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slider-container {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slide-image img {
        width: 100%;
        height: 100vh;
        min-width: 100%;
        min-height: 100vh;
    }
    
    .zeha-slide-content {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slide-content .container {
        padding-left: 7.5rem;
        padding-right: 2rem;
    }
    
    /* Even slides - right side */
    .zeha-slide:nth-child(even) .zeha-slide-content .container {
        padding-left: 2rem;
        padding-right: 7.5rem;
    }
    
    .zeha-slide-text {
        max-width: 600px;
        padding: 2.5rem;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
}

/* Tablet and Smaller Desktop */
@media (max-width: 1023px) {
    .zeha-slider-section {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slider-container {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slide-image img {
        width: 100%;
        height: 100vh;
        min-width: 100%;
        min-height: 100vh;
    }
    
    .zeha-slide-content {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slide-content .container {
        padding-left: 6rem;
        padding-right: 1.5rem;
    }
    
    /* Even slides - right side */
    .zeha-slide:nth-child(even) .zeha-slide-content .container {
        padding-left: 1.5rem;
        padding-right: 6rem;
    }
    
    .zeha-slide-text {
        max-width: 100%;
        padding: 2.5rem;
        width: auto;
    }
    
    .zeha-slide-title {
        font-size: 2.5rem;
    }
    
    .zeha-slide-description {
        font-size: 1.1rem;
    }
    
    /* Responsive glassmorphism on tablets and below */
    .zeha-slide-text {
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }
    
    .zeha-slide-button-secondary {
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }
    
    .zeha-slider-nav {
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }
}

/* Responsive Slider - Tablet */
@media (max-width: 768px) {
    .zeha-slider-section {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slider-container {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slide-image img {
        width: 100%;
        height: 100vh;
        min-width: 100%;
        min-height: 100vh;
    }
    
    .zeha-slide-content {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slide-title {
        font-size: 2rem;
    }
    
    .zeha-slide-description {
        font-size: 1rem;
    }
    
    .zeha-slide-buttons {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .zeha-slide-button {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
        width: 100%;
        text-align: center;
    }
    
    .zeha-slide-button-secondary {
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }
    
    .zeha-slider-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        background: rgba(59, 0, 42, 0.9);
        color: #d5b162;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }
    
    .zeha-slider-nav:hover {
        background: #2d001f;
        color: #d5b162;
    }
    
    .zeha-slider-prev {
        left: 10px;
    }
    
    .zeha-slider-next {
        right: 10px;
    }
    
    .zeha-slide-content .container {
        padding-left: 4rem;
        padding-right: 1.5rem;
        justify-content: flex-start;
    }
    
    .zeha-slide-text {
        padding: 2rem;
        max-width: 100%;
        width: calc(100% - 2rem);
        text-align: left;
        margin-left: 0;
        border-radius: 15px;
        background: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        box-sizing: border-box;
    }
    
    .zeha-slide-image img {
        object-position: center center;
    }
}

/* Mobile Devices */
@media (max-width: 480px) {
    .zeha-slider-section {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slider-container {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slide-image img {
        width: 100%;
        height: 100vh;
        min-width: 100%;
        min-height: 100vh;
    }
    
    .zeha-slide-content {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slide-title {
        font-size: 1.5rem;
    }
    
    .zeha-slide-description {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .zeha-slide-buttons {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .zeha-slide-button {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
        width: 100%;
        text-align: center;
    }
    
    .zeha-slide-button-secondary {
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
    
    .zeha-slider-nav {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
        background: rgba(59, 0, 42, 0.9);
        color: #d5b162;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
    
    .zeha-slider-nav:hover {
        background: #2d001f;
        color: #d5b162;
    }
    
    .zeha-slider-prev {
        left: 5px;
    }
    
    .zeha-slider-next {
        right: 5px;
    }
    
    .zeha-slide-content {
        justify-content: flex-start;
        background: linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
    }
    
    .zeha-slide-content .container {
        padding-left: 4.5rem;
        padding-right: 1rem;
        justify-content: flex-start;
    }
    
    .zeha-slide-text {
        padding: 1.5rem;
        text-align: left;
        margin-left: 0;
        max-width: calc(100% - 1rem);
        width: calc(100% - 1rem);
        border-radius: 15px;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        box-sizing: border-box;
    }
    
    .zeha-slide-image img {
        object-position: center center;
    }
}

/* Very Small Mobile Devices */
@media (max-width: 360px) {
    .zeha-slider-section {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slider-container {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slide-image img {
        width: 100%;
        height: 100vh;
        min-width: 100%;
        min-height: 100vh;
    }
    
    .zeha-slide-content {
        width: 100%;
        height: 100vh;
    }
    
    .zeha-slide-content .container {
        padding-left: 4rem;
        padding-right: 0.75rem;
    }
    
    .zeha-slide-text {
        padding: 1rem;
        max-width: calc(100% - 0.5rem);
        width: calc(100% - 0.5rem);
        box-sizing: border-box;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }
    
    .zeha-slide-button-secondary {
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }
    
    .zeha-slider-nav {
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        background: rgba(59, 0, 42, 0.9);
    }
    
    .zeha-slide-title {
        font-size: 1.25rem;
    }
    
    .zeha-slide-description {
        font-size: 0.85rem;
    }
    
    .zeha-slide-button {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }
    
    .zeha-slider-nav {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }
}

.zeha-policy-separator {
    display: none;
}

/* Mobile Menu Button */
.mobile-menu-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.mobile-menu-btn .btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    font-size: 1.2rem;
}

@media (max-width: 576px) {
    .mobile-menu-btn {
        display: none !important;
    }
}

/* Tablet and Smaller Desktop */
@media (max-width: 1024px) {
    .hero-fullwidth-section {
        min-height: 500px;
    }
    
    .hero-image-container {
        min-height: 500px;
    }
    
    .hero-responsive-image {
        min-height: 500px;
    }
    
    .hero-fallback-bg {
        min-height: 500px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero-section {
        min-height: 400px;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-section .btn {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
    
    /* Tablet Hero Section */
    .hero-fullwidth-section {
        min-height: 450px;
    }
    
    .hero-image-container {
        min-height: 450px;
    }
    
    .hero-responsive-image {
        min-height: 450px;
    }
    
    .hero-fallback-bg {
        min-height: 450px;
    }
    
    .product-card .card-img-top {
        height: 200px;
    }
    
    .category-card {
        padding: 1.5rem 1rem;
    }
    
    .table-responsive {
        border-radius: 10px;
    }
    
    .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    .btn-group .btn {
        width: auto;
        margin-bottom: 0;
    }
    
    /* Mobile Navigation */
    .zeha-navbar-dark {
        padding: 5px 0;
    }
    
    .zeha-nav-links {
        margin-left: 0;
        margin-top: 1rem;
        width: 100%;
    }
    
    .zeha-search-wrapper {
        margin: 1rem 0;
        max-width: 100%;
        width: 100%;
        order: 3;
    }
    
    .zeha-search-input {
        font-size: 16px; /* Prevents iOS zoom */
        padding: 0.75rem 1rem 0.75rem 2.5rem;
    }
    
    .zeha-utility-icons {
        margin-left: 0;
        margin-top: 0.5rem;
        width: 100%;
        justify-content: flex-start;
        gap: 1rem;
        order: 2;
    }
    
    .zeha-icon-link {
        padding: 0.75rem !important;
        font-size: 1.2rem !important;
        min-width: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .zeha-cart-badge {
        top: 5px;
        right: 5px;
        font-size: 0.7rem;
        padding: 0.2em 0.4em;
        min-width: 18px;
    }
    
    .zeha-logo-image {
        height: 60px;
        max-width: 120px;
    }
    
    .zeha-logo-box {
        width: 40px;
        height: 40px;
    }
    
    .zeha-logo-monogram {
        font-size: 1.1rem;
    }
    
    .zeha-logo-text {
        font-size: 0.8rem;
    }
    
    .zeha-nav-link {
        padding: 0.75rem 1rem !important;
        font-size: 1rem;
        min-height: 44px;
        display: flex;
        align-items: center;
    }
    
    .zeha-dropdown-menu {
        background-color: #2a2a2a;
        margin-top: 0.25rem;
        width: 100%;
    }
    
    #navbarNav {
        flex-direction: column;
        align-items: stretch;
    }
    
    .zeha-navbar-dark .navbar-collapse {
        padding-top: 1rem;
    }
    
    .zeha-navbar-dark .navbar-collapse .navbar-nav {
        flex-direction: column;
    }
    
    .zeha-navbar-dark .navbar-collapse .zeha-nav-links {
        order: 1;
    }
    
    .zeha-navbar-dark .navbar-collapse .zeha-utility-icons {
        order: 2;
        flex-direction: row;
        justify-content: flex-start;
    }
    
    .zeha-navbar-dark .navbar-collapse .zeha-search-wrapper {
        order: 3;
    }
}

@media (max-width: 480px) {
    .hero-section h1 {
        font-size: 1.75rem;
    }
    
    .hero-section p {
        font-size: 1rem;
    }
    
    /* Small Mobile Navigation */
    .zeha-logo-image {
        height: 50px;
        max-width: 100px;
    }
    
    .zeha-icon-link {
        font-size: 1.1rem !important;
        padding: 0.65rem !important;
    }
    
    .zeha-nav-link {
        padding: 0.65rem 0.75rem !important;
        font-size: 0.95rem;
    }
    
    .zeha-search-input {
        font-size: 16px;
        padding: 0.65rem 0.85rem 0.65rem 2.3rem;
    }
    
    /* Mobile Hero Section */
    .hero-fullwidth-section {
        min-height: 400px;
    }
    
    .hero-image-container {
        min-height: 400px;
    }
    
    .hero-responsive-image {
        min-height: 400px;
        object-position: center center;
    }
    
    .hero-fallback-bg {
        min-height: 400px;
    }
    
    .card-body {
        padding: 1rem;
    }
    
    .btn {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
}

/* Loading Spinner */
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #5a32a3;
}

/* Animation Classes */
.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.slide-in-left {
    animation: slideInLeft 0.5s ease-out;
}

@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-50px); }
    to { opacity: 1; transform: translateX(0); }
}

.slide-in-right {
    animation: slideInRight 0.5s ease-out;
}

@keyframes slideInRight {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Utility Classes */
.text-gradient {
    background: linear-gradient(135deg, var(--primary-color) 0%, #3b002a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bg-gradient-primary {
    background: #3b002a;
    background-color: #3b002a;
}

.shadow-soft {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.border-soft {
    border: 1px solid rgba(0,0,0,0.05);
}

/* Admin Panel Styles */
.admin-sidebar {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    min-height: 100vh;
}

.admin-sidebar .nav-link {
    color: rgba(255,255,255,0.8);
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    margin: 0.25rem 0;
    transition: all 0.3s ease;
}

.admin-sidebar .nav-link:hover,
.admin-sidebar .nav-link.active {
    background: rgba(255,255,255,0.1);
    color: white;
    transform: translateX(5px);
}

.admin-content {
    background: #f8f9fa;
    min-height: 100vh;
}

.stats-card {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.stats-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.stats-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}

/* Account Page Template Styles */
.account-page-wrapper {
    min-height: calc(100vh - 200px);
    background: #ffffff;
}

.account-sidebar {
    background: #f5f5f5;
    min-height: calc(100vh - 200px);
    padding: 0;
}

.account-sidebar-content {
    padding: 2.5rem 2rem;
}

.account-page-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #212529;
    margin: 0;
    letter-spacing: -0.5px;
}

.welcome-section {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 1.5rem;
}

.welcome-text {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
    font-weight: 400;
}

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

.account-nav-item {
    display: flex;
    align-items: center;
    padding: 0.875rem 1rem;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 0.25rem;
    transition: all 0.2s ease;
    font-size: 0.95rem;
    font-weight: 400;
}

.account-nav-item:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #333;
    text-decoration: none;
}

.account-nav-item.active {
    background: #e8e8e8;
    color: #333;
    font-weight: 500;
}

.account-nav-item i.fa-chevron-right {
    font-size: 0.75rem;
    opacity: 0.5;
    margin-left: auto;
}

.account-content {
    background: #ffffff;
    padding: 2.5rem 3rem;
    min-height: calc(100vh - 200px);
}

.account-content-inner {
    max-width: 100%;
}

.account-content-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
    letter-spacing: -0.3px;
}

.account-form-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

/* Orders List */
.orders-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.order-card {
    display: flex;
    align-items: flex-start;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e0e0e0;
    gap: 1.5rem;
}

.order-card:last-child {
    border-bottom: none;
}

.order-images {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.order-product-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    background: #f8f9fa;
}

.order-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.order-info-row {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

.order-label {
    color: #666;
    font-weight: 400;
    min-width: 120px;
}

.order-value {
    color: #212529;
    font-weight: 400;
}

.order-status {
    font-weight: 500;
}

.order-status.status-delivered {
    color: #28a745;
}

.order-status.status-shipped {
    color: #ff9800;
}

.order-status.status-processing {
    color: #9e9e9e;
}

.order-status.status-default {
    color: #666;
}

.order-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
    flex-shrink: 0;
    min-width: 140px;
}

.btn-order-outline {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border: 1px solid #212529;
    color: #212529;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    text-align: center;
    width: 100%;
    background: transparent;
    cursor: pointer;
}

.btn-order-outline:hover {
    background: #212529;
    color: #ffffff;
    text-decoration: none;
}

.order-link {
    font-size: 0.85rem;
    color: #666;
    text-decoration: none;
    transition: color 0.2s ease;
    text-align: center;
    width: 100%;
}

.order-link:hover {
    color: #212529;
    text-decoration: underline;
}

.order-link.cancel-link {
    color: #dc3545;
}

.order-link.cancel-link:hover {
    color: #c82333;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .account-content {
        padding: 2rem;
    }
    
    .account-sidebar-content {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .account-page-wrapper {
        min-height: auto;
    }
    
    .account-sidebar {
        min-height: auto;
        background: #ffffff;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .account-sidebar-content {
        padding: 1.5rem 1rem;
    }
    
    .account-content {
        padding: 1.5rem 1rem;
        min-height: auto;
    }
    
    .account-nav-item {
        padding: 1rem;
        font-size: 1rem;
    }
    
    .order-card {
        flex-direction: column;
        padding: 1.5rem 0;
        gap: 1rem;
    }
    
    .order-images {
        flex-wrap: wrap;
    }
    
    .order-product-image {
        width: 50px;
        height: 50px;
    }
    
    .order-info-row {
        flex-direction: column;
        gap: 0.25rem;
    }
    
    .order-label {
        min-width: auto;
    }
    
    .order-actions {
        width: 100%;
        align-items: stretch;
    }
    
    .btn-order-outline {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .account-sidebar-content {
        padding: 1rem;
    }
    
    .account-content {
        padding: 1rem;
    }
    
    .account-page-title {
        font-size: 1.5rem;
    }
    
    .account-content-title {
        font-size: 1.25rem;
    }
    
    .order-card {
        padding: 1rem 0;
    }
    
    .order-product-image {
        width: 45px;
        height: 45px;
    }
    
    .account-form-card {
        padding: 1.5rem;
    }
}

/* Wishlist Section Styles */
.wishlist-section {
    background: #ffffff;
}

.wishlist-section table {
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.wishlist-section thead th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #e0e0e0;
    font-weight: 600;
    padding: 15px;
    color: #333;
}

.wishlist-section tbody td {
    padding: 20px 15px;
    border-bottom: 1px solid #e9ecef;
    vertical-align: middle;
}

.wishlist-section tbody tr:last-child td {
    border-bottom: none;
}

.wishlist-section tbody tr:hover {
    background-color: #f8f9fa;
}

.wishlist-section .remove-from-wishlist:hover {
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.wishlist-section .add-to-cart:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .wishlist-section {
        font-size: 14px;
    }
    
    .wishlist-section thead th,
    .wishlist-section tbody td {
        padding: 12px 8px;
    }
    
    .wishlist-section tbody td img {
        width: 60px !important;
        height: 60px !important;
    }
    
    .wishlist-section .add-to-cart {
        padding: 5px 12px !important;
        font-size: 12px;
    }
}

/* Featured Categories Section */
.zeha-featured-categories-section {
    background-color: #000000;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.zeha-promo-banner {
    background-color: #000000;
    padding: 20px 0;
    text-align: center;
    border-bottom: none;
}

.zeha-promo-text {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
}

.zeha-categories-container {
    position: relative;
    padding: 60px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.zeha-decorative-gold {
    position: absolute;
    background-color: #d5b162;
    opacity: 0.4;
    z-index: 1;
    border-radius: 2px;
}

.zeha-gold-top-right {
    width: 80px;
    height: 80px;
    top: 40px;
    right: 40px;
    transform: rotate(15deg);
}

.zeha-gold-bottom-left {
    width: 100px;
    height: 100px;
    bottom: 40px;
    left: 40px;
    transform: rotate(-15deg);
}

.zeha-categories-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.zeha-category-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.zeha-category-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 500px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zeha-category-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
    max-width: 100%;
    max-height: 100%;
}

/* No red borders on images */
.zeha-category-left .zeha-category-image,
.zeha-category-right .zeha-category-image {
    border: none;
}

/* Gold L-shaped corner brackets on all four corners */
.zeha-category-image-wrapper::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 25px;
    height: 25px;
    border-top: 2px solid #d5b162;
    border-left: 2px solid #d5b162;
    z-index: 10;
    pointer-events: none;
}

.zeha-category-image-wrapper::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    width: 25px;
    height: 25px;
    border-top: 2px solid #d5b162;
    border-right: 2px solid #d5b162;
    z-index: 10;
    pointer-events: none;
}

.zeha-category-image-wrapper .corner-bottom-left,
.zeha-category-image-wrapper .corner-bottom-right {
    position: absolute;
    width: 25px;
    height: 25px;
    border: 2px solid #d5b162;
    z-index: 10;
    pointer-events: none;
}

.zeha-category-image-wrapper .corner-bottom-left {
    bottom: -2px;
    left: -2px;
    border-top: none;
    border-right: none;
}

.zeha-category-image-wrapper .corner-bottom-right {
    bottom: -2px;
    right: -2px;
    border-top: none;
    border-left: none;
}

.zeha-category-content {
    padding: 0;
}

.zeha-category-title {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}

.zeha-title-line {
    width: 3px;
    height: 35px;
    background-color: #dc3545;
    display: inline-block;
    flex-shrink: 0;
}

.zeha-category-description {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
    text-align: left;
}

.zeha-category-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    text-align: left;
}

.zeha-category-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.zeha-category-link::after {
    content: '→';
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.zeha-category-link:hover::after {
    transform: translateX(5px);
}

/* Responsive Design for Featured Categories */
@media (max-width: 1024px) {
    .zeha-categories-container {
        padding: 50px 30px;
    }
    
    .zeha-categories-grid {
        gap: 30px;
    }
    
    .zeha-category-title {
        font-size: 1.75rem;
    }
    
    .zeha-category-image-wrapper {
        height: 450px;
    }
    
    .zeha-gold-top-right {
        width: 100px;
        height: 100px;
    }
    
    .zeha-gold-bottom-left {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .zeha-categories-container {
        padding: 40px 20px;
    }
    
    .zeha-categories-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .zeha-category-block {
        gap: 25px;
    }
    
    .zeha-category-title {
        font-size: 1.5rem;
    }
    
    .zeha-category-description {
        font-size: 0.95rem;
    }
    
    .zeha-category-image-wrapper {
        height: 400px;
    }
    
    .zeha-promo-text {
        font-size: 0.95rem;
        padding: 15px 20px;
    }
    
    .zeha-gold-top-right,
    .zeha-gold-bottom-left {
        display: none;
    }
}

@media (max-width: 480px) {
    .zeha-categories-container {
        padding: 30px 15px;
    }
    
    .zeha-category-title {
        font-size: 1.25rem;
    }
    
    .zeha-title-line {
        height: 30px;
        width: 3px;
    }
    
    .zeha-category-description {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    
    .zeha-category-image-wrapper {
        height: 300px;
    }
    
    .zeha-promo-text {
        font-size: 0.85rem;
        letter-spacing: 0.5px;
    }
}

/* Exquisite Craftsmanship Section */
.zeha-craftsmanship-section {
    background-color: #000000;
    background-image: url('../images/img-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 40px;
    position: relative;
    overflow: hidden;
}

.zeha-craftsmanship-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

.zeha-craftsmanship-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to top, #2a2a2a 0%, rgba(42, 42, 42, 0.98) 10%, rgba(42, 42, 42, 0.9) 20%, rgba(42, 42, 42, 0.75) 35%, rgba(42, 42, 42, 0.5) 55%, rgba(42, 42, 42, 0.25) 75%, rgba(0, 0, 0, 0.1) 90%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

.zeha-craftsmanship-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.zeha-craftsmanship-title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
}

.zeha-craftsmanship-description {
    color: #ffffff;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
    opacity: 0.9;
}

.zeha-craftsmanship-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
    z-index: 2;
}

.zeha-craftsmanship-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.zeha-craftsmanship-image-wrapper {
    width: 100%;
    height: 300px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    border-radius: 0;
}

.zeha-craftsmanship-image-wrapper:has(img[src*="placeholder"]),
.zeha-craftsmanship-image-wrapper img[src*="placeholder"] {
    display: none;
}

.zeha-craftsmanship-image-wrapper:empty {
    display: none;
}

.zeha-craftsmanship-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.zeha-craftsmanship-block:hover .zeha-craftsmanship-image {
    transform: scale(1.05);
}

.zeha-craftsmanship-block-title {
    color: #d5b162;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.zeha-craftsmanship-block-description {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.6;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
    opacity: 0.9;
}

/* Responsive Design for Craftsmanship Section */
@media (max-width: 1024px) {
    .zeha-craftsmanship-section {
        padding: 60px 30px;
    }
    
    .zeha-craftsmanship-title {
        font-size: 2rem;
    }
    
    .zeha-craftsmanship-description {
        font-size: 1rem;
        margin-bottom: 50px;
    }
    
    .zeha-craftsmanship-grid {
        gap: 30px;
    }
    
    .zeha-craftsmanship-image-wrapper {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .zeha-craftsmanship-section {
        padding: 50px 20px;
    }
    
    .zeha-craftsmanship-title {
        font-size: 1.75rem;
        letter-spacing: 1px;
    }
    
    .zeha-craftsmanship-description {
        font-size: 0.95rem;
        margin-bottom: 40px;
    }
    
    .zeha-craftsmanship-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .zeha-craftsmanship-image-wrapper {
        height: 280px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .zeha-craftsmanship-block-title {
        font-size: 1.25rem;
    }
    
    .zeha-craftsmanship-block-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .zeha-craftsmanship-section {
        padding: 40px 15px;
    }
    
    .zeha-craftsmanship-title {
        font-size: 1.5rem;
    }
    
    .zeha-craftsmanship-description {
        font-size: 0.9rem;
        margin-bottom: 35px;
    }
    
    .zeha-craftsmanship-image-wrapper {
        height: 250px;
    }
    
    .zeha-craftsmanship-block-title {
        font-size: 1.1rem;
    }
    
    .zeha-craftsmanship-block-description {
        font-size: 0.9rem;
    }
}

/* Featured Products Section */
.zeha-featured-products-section {
    background-color: #2a2a2a;
    padding: 80px 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.zeha-featured-products-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.98) 10%, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0.5) 55%, rgba(42, 42, 42, 0.25) 75%, rgba(42, 42, 42, 0.1) 90%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

.zeha-featured-products-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.zeha-featured-products-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
    gap: 30px;
}

.zeha-featured-products-header-left {
    flex: 1;
}

.zeha-featured-products-label {
    color: #C8A03F;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
}

.zeha-featured-products-title {
    color: #FFFFFF;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
}

.zeha-featured-products-description {
    color: #CCCCCC;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
}

.zeha-featured-products-header-right {
    display: flex;
    align-items: center;
}

.zeha-featured-products-view-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border: none;
    background-color: #C8A03F;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
    transition: all 0.3s ease;
    border-radius: 4px;
    text-transform: uppercase;
}

.zeha-featured-products-view-all:hover {
    background-color: #b8902f;
    color: #FFFFFF;
}

.zeha-featured-products-view-all i {
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

.zeha-featured-products-view-all:hover i {
    transform: translateX(5px);
}

.zeha-featured-products-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.zeha-featured-products-carousel {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.zeha-featured-products-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
    will-change: transform;
}

.zeha-featured-product-card {
    flex: 0 0 calc((100% - 90px) / 4);
    max-width: calc((100% - 90px) / 4);
    min-width: 260px;
    height: 550px;
    background-color: #000000;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    box-shadow: 0 4px 15px rgba(200, 160, 63, 0.3);
    display: flex;
    flex-direction: column;
}

.zeha-featured-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(200, 160, 63, 0.5);
}

.zeha-featured-product-image-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    background-color: #1a1a1a;
}

.zeha-featured-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.zeha-featured-product-card:hover .zeha-featured-product-image {
    transform: scale(1.05);
}

.zeha-featured-product-badge {
    position: absolute;
    top: 15px;
    padding: 6px 12px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
    z-index: 10;
    border-radius: 4px;
}

.zeha-featured-product-badge-sale {
    left: 15px;
    background-color: #C0392B;
    color: #FFFFFF;
}

.zeha-featured-product-badge-new {
    right: 15px;
    background-color: #C8A03F;
    color: #000000;
}

.zeha-featured-product-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: #000000;
    min-height: 200px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.zeha-featured-product-name-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.zeha-featured-product-name {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 400;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
    flex: 1;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.8em;
    max-height: 2.8em;
}

.zeha-featured-product-wishlist {
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    padding: 0;
    margin-top: 2px;
}

.zeha-featured-product-wishlist:hover {
    transform: scale(1.1);
}

.zeha-featured-product-wishlist i.far {
    color: #C8A03F;
}

.zeha-featured-product-wishlist.active i,
.zeha-featured-product-wishlist i.fas {
    color: #E74C3C;
}

.zeha-featured-product-name a {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.zeha-featured-product-name a:hover {
    color: #C8A03F;
}

.zeha-featured-product-price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.zeha-featured-product-price.price-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.zeha-featured-product-price .regular-price {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 400;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
}

.zeha-featured-product-price .regular-price.strike {
    text-decoration: line-through;
    text-decoration-color: #999999;
    text-decoration-thickness: 2px;
}

.zeha-featured-product-price .cost-price {
    font-size: 1.25rem;
    color: #C8A03F;
    font-weight: 600;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
}

.zeha-featured-product-price .compare-price {
    font-size: 0.95rem;
    color: #999999;
    font-weight: 400;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
}

.zeha-featured-product-actions {
    display: flex !important;
    gap: 8px;
    margin-top: auto;
    width: 100%;
    box-sizing: border-box;
}

.zeha-featured-product-card .zeha-featured-product-actions {
    display: flex !important;
    visibility: visible !important;
}

.zeha-featured-product-btn {
    flex: 1;
    min-width: 120px;
    padding: 10px 8px;
    border: none;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    height: 40px;
    white-space: nowrap;
    overflow: visible;
    box-sizing: border-box;
}

.zeha-featured-product-btn-buy {
    background-color: #C8A03F;
    color: #FFFFFF;
}

.zeha-featured-product-btn-buy:hover {
    background-color: #b8902f;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(200, 160, 63, 0.4);
}

.zeha-featured-product-btn-cart {
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #C8A03F;
}

.zeha-featured-product-btn-cart i {
    color: #C8A03F;
}

.zeha-featured-product-btn-cart:hover {
    background-color: rgba(200, 160, 63, 0.1);
    border-color: #C8A03F;
    transform: translateY(-2px);
}

.zeha-featured-products-nav {
    width: 50px;
    height: 50px;
    background-color: #C8A03F;
    border: none;
    border-radius: 50%;
    color: #000000;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    z-index: 10;
    position: relative;
}

.zeha-featured-products-nav:hover {
    background-color: #b8902f;
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(200, 160, 63, 0.4);
}

.zeha-featured-products-nav:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.zeha-featured-products-prev {
    left: -25px;
}

.zeha-featured-products-next {
    right: -25px;
}

/* Responsive Design for Featured Products */
@media (max-width: 1024px) {
    .zeha-featured-products-section {
        padding: 60px 0;
    }
    
    .zeha-featured-products-container {
        padding: 0 30px;
    }
    
    .zeha-featured-products-header {
        flex-direction: column;
        gap: 20px;
    }
    
    .zeha-featured-products-title {
        font-size: 2rem;
    }
    
    .zeha-featured-product-card {
        flex: 0 0 calc((100% - 60px) / 3);
        max-width: calc((100% - 60px) / 3);
        min-width: 230px;
        height: 520px;
    }
    
    .zeha-featured-product-image-wrapper {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .zeha-featured-products-section {
        padding: 50px 0;
    }
    
    .zeha-featured-products-container {
        padding: 0 20px;
    }
    
    .zeha-featured-products-title {
        font-size: 1.75rem;
    }
    
    .zeha-featured-products-description {
        font-size: 0.95rem;
    }
    
    .zeha-featured-product-card {
        flex: 0 0 calc((100% - 30px) / 2);
        max-width: calc((100% - 30px) / 2);
        min-width: 210px;
        height: 500px;
    }
    
    .zeha-featured-product-image-wrapper {
        height: 280px;
    }
    
    .zeha-featured-products-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .zeha-featured-products-prev {
        left: -20px;
    }
    
    .zeha-featured-products-next {
        right: -20px;
    }
}

@media (max-width: 480px) {
    .zeha-featured-products-section {
        padding: 40px 0;
    }
    
    .zeha-featured-products-container {
        padding: 0 15px;
    }
    
    .zeha-featured-products-title {
        font-size: 1.5rem;
    }
    
    .zeha-featured-product-card {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 0;
        height: 480px;
    }
    
    .zeha-featured-product-image-wrapper {
        height: 250px;
    }
    
    .zeha-featured-product-actions {
        flex-direction: column;
    }
    
    .zeha-featured-products-nav {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
}

/* Promotional Blocks Section */
.zeha-promotional-blocks-section {
    background-color: #000000;
    padding: 80px 40px 0 40px;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.zeha-promotional-blocks-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(42, 42, 42, 0.8) 0%, rgba(42, 42, 42, 0.4) 50%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

.zeha-promotional-blocks-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, #1a1a1a 0%, rgba(26, 26, 26, 0.95) 15%, rgba(26, 26, 26, 0.7) 40%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.2) 90%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

.zeha-promotional-blocks-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
}

.zeha-promotional-blocks-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.zeha-promotional-block {
    position: relative;
    border: 1px solid #d5b162;
    border-radius: 0;
    overflow: hidden;
    min-height: 400px;
}

.zeha-promotional-block-left {
    background-color: #000000;
    position: relative;
    overflow: hidden;
}

.zeha-promotional-background-image-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.zeha-promotional-bg-img-left {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    filter: none;
    opacity: 1;
}

.zeha-promotional-overlay-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 35%, rgba(0, 0, 0, 0.1) 60%, transparent 85%);
    z-index: 2;
}

.zeha-promotional-block-right {
    position: relative;
    overflow: hidden;
}

.zeha-promotional-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.zeha-promotional-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(1px);
    transform: scale(1.02);
    opacity: 0.95;
}

.zeha-promotional-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.zeha-promotional-content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 50px 80px 50px;
    height: 100%;
    min-height: 400px;
}

.zeha-promotional-block-left .zeha-promotional-content {
    justify-content: flex-start;
}

.zeha-promotional-block-right .zeha-promotional-content {
    justify-content: flex-start;
}

.zeha-promotional-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.zeha-promotional-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d5b162;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
    margin-bottom: 10px;
}

.zeha-promotional-label-red {
    background-color: #dc3545;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 2px;
    display: inline-block;
    width: fit-content;
}

.zeha-promotional-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
}

.zeha-promotional-description {
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
    opacity: 0.9;
}

.zeha-promotional-button {
    display: inline-block;
    padding: 14px 32px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
    margin-top: 10px;
    width: fit-content;
}

.zeha-promotional-button-primary {
    background-color: #d5b162;
    color: #000000;
    border: none;
}

.zeha-promotional-button-primary:hover {
    background-color: #c8a03f;
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(213, 177, 98, 0.4);
}

.zeha-promotional-button-secondary {
    background-color: transparent;
    color: #d5b162;
    border: 2px solid #d5b162;
}

.zeha-promotional-button-secondary:hover {
    background-color: rgba(213, 177, 98, 0.1);
    color: #d5b162;
    border-color: #d5b162;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(213, 177, 98, 0.3);
}


/* Responsive Design for Promotional Blocks */
@media (max-width: 1024px) {
    .zeha-promotional-blocks-section {
        padding: 60px 30px;
    }
    
    .zeha-promotional-blocks-grid {
        gap: 30px;
    }
    
    .zeha-promotional-content {
        padding: 50px 40px;
    }
    
    .zeha-promotional-title {
        font-size: 2rem;
    }
    
    .zeha-promotional-description {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .zeha-promotional-blocks-section {
        padding: 40px 20px;
    }
    
    .zeha-promotional-blocks-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .zeha-promotional-content {
        flex-direction: column;
        padding: 40px 30px;
        min-height: auto;
    }
    
    .zeha-promotional-block-left .zeha-promotional-content {
        justify-content: flex-start;
    }
    
    .zeha-promotional-title {
        font-size: 1.75rem;
    }
    
    .zeha-promotional-description {
        font-size: 0.95rem;
    }
    
    .zeha-promotional-button {
        padding: 12px 28px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .zeha-promotional-blocks-section {
        padding: 30px 15px;
    }
    
    .zeha-promotional-content {
        padding: 30px 20px;
    }
    
    .zeha-promotional-title {
        font-size: 1.5rem;
    }
    
    .zeha-promotional-description {
        font-size: 0.9rem;
    }
    
    .zeha-promotional-button {
        padding: 10px 24px;
        font-size: 0.8rem;
    }
}

/* Back to Top Button */
.zeha-back-to-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d5b162, #b78a2a);
    color: #1a1a1a;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(213, 177, 98, 0.35);
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    pointer-events: none;
    z-index: 1200;
}

.zeha-back-to-top.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.zeha-back-to-top:hover,
.zeha-back-to-top:focus {
    box-shadow: 0 15px 35px rgba(213, 177, 98, 0.45);
    outline: none;
}

.zeha-back-to-top i {
    font-size: 1.2rem;
}

.zeha-back-to-top .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 576px) {
    .zeha-back-to-top {
        bottom: 80px;
        right: 20px;
        width: 46px;
        height: 46px;
    }

    .zeha-back-to-top i {
        font-size: 1rem;
    }
}


/* Print Styles */
@media print {
    .no-print {
        display: none !important;
    }
    
    .print-break {
        page-break-before: always;
    }
    
    /* Force gold color for highlight-gold - Final override */
    .highlight-gold,
    span.highlight-gold,
    .zeha-slide-title .highlight-gold,
    .zeha-slide-title span.highlight-gold {
        color: #d5b162 !important;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.4;
    }
    
    .container {
        width: 100% !important;
        max-width: none !important;
    }
}
