/* Custom CSS for IzqysKitchen - Elegant Edition */

:root {
    --primary-color: #e83e8c;
    --primary-gradient: linear-gradient(135deg, #e83e8c, #ff99cc);
    --secondary-color: #f38db3;
    --accent-color: #FFFFFF;
    --dark-color: #212121;
    --light-color: #F9F5F9;
    --text-color: #333333;
    --gold-color: #d3a676;
    --gold-dark: #8b5a2b;
    --transition-speed: 0.3s;
    --luxury-shadow: 0 10px 30px rgba(232, 62, 140, 0.15);
}

/* Dark Mode Variables */
[data-theme="dark"] {
    --light-color: #121212;
    --text-color: #e0e0e0;
    --dark-color: #ffffff;
    --accent-color: #1e1e1e;
    --luxury-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

[data-theme="dark"] body {
    background-color: #121212;
    color: #e0e0e0;
}

/* Global Dark Mode Fixes for Bootstrap & Standard Classes */
[data-theme="dark"] .bg-white { background-color: #1e1e1e !important; }
[data-theme="dark"] .bg-light { background-color: #1a1a1a !important; }
[data-theme="dark"] .text-dark { color: #f8f9fa !important; }
[data-theme="dark"] .text-muted { color: #aaa !important; }
[data-theme="dark"] .card { background-color: #1e1e1e; border-color: rgba(255,255,255,0.1); }
[data-theme="dark"] .img-thumbnail { background-color: #2d2d2d; border-color: rgba(255,255,255,0.1); }
[data-theme="dark"] .list-group-item { background-color: #1e1e1e; color: #f8f9fa; border-color: rgba(255,255,255,0.1); }
[data-theme="dark"] .modal-content { background-color: #1e1e1e; color: #f8f9fa; }
[data-theme="dark"] .accordion-item { background-color: #1e1e1e; border-color: rgba(255,255,255,0.1); }
[data-theme="dark"] .accordion-button { background-color: #2d2d2d; color: #f8f9fa; }
[data-theme="dark"] .accordion-button:not(.collapsed) { background-color: rgba(232, 62, 140, 0.15); color: #e83e8c; }
[data-theme="dark"] .accordion-button::after { filter: invert(1) grayscale(100%) brightness(200%); }


[data-theme="dark"] .navbar-custom,
[data-theme="dark"] .card,
[data-theme="dark"] .product-card,
[data-theme="dark"] .dropdown-menu,
[data-theme="dark"] .modal-content,
[data-theme="dark"] .google-reviews-section .bg-white {
    background-color: #1e1e1e !important;
    color: #e0e0e0 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .navbar-custom .nav-link,
[data-theme="dark"] .navbar-custom .navbar-brand,
[data-theme="dark"] .card-title,
[data-theme="dark"] .form-label,
[data-theme="dark"] .dropdown-item,
[data-theme="dark"] .section-title,
[data-theme="dark"] .product-title,
[data-theme="dark"] h1, [data-theme="dark"] h2, [data-theme="dark"] h3, [data-theme="dark"] h4, [data-theme="dark"] h5, [data-theme="dark"] h6 {
    color: #f8f9fa !important;
}

[data-theme="dark"] .form-control {
    background-color: #2d2d2d !important;
    border-color: #444 !important;
    color: #fff !important;
}

[data-theme="dark"] .bg-light,
[data-theme="dark"] .google-reviews-section,
[data-theme="dark"] .product-header,
[data-theme="dark"] .google-review-card,
[data-theme="dark"] .about-icon-container {
    background-color: #1a1a1a !important;
}

[data-theme="dark"] .text-muted,
[data-theme="dark"] .card-text,
[data-theme="dark"] .google-reviews-section .text-muted {
    color: #aaa !important;
}

[data-theme="dark"] .brand-highlight {
    color: var(--secondary-color) !important;
}

[data-theme="dark"] hr {
    border-color: rgba(255, 255, 255, 0.1) !important;
    opacity: 0.2;
}

[data-theme="dark"] .google-review-card {
    border: 1px solid rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .btn-outline-gradient-pink {
    border-color: var(--secondary-color) !important;
    color: var(--secondary-color) !important;
}

[data-theme="dark"] .btn-outline-gradient-pink:hover {
    color: #fff !important;
}

[data-theme="dark"] .pagination .page-link {
    background-color: #2d2d2d !important;
    border-color: #444 !important;
    color: #eee !important;
}

[data-theme="dark"] .product-not-found {
    background-color: #1a1a1a !important;
    border-color: #444 !important;
    color: #888 !important;
}

[data-theme="dark"] .social-icon {
    color: #f8f9fa !important;
}

[data-theme="dark"] .google-reviews-section span[style*="color:#222"] {
    color: #f8f9fa !important;
}

[data-theme="dark"] .about-tagline {
    color: #ccc !important;
}

[data-theme="dark"] .bg-white,
[data-theme="dark"] .table-light,
[data-theme="dark"] .list-group-item {
    background-color: #1e1e1e !important;
    color: #f8f9fa !important;
}

[data-theme="dark"] .border,
[data-theme="dark"] .border-top,
[data-theme="dark"] .border-bottom,
[data-theme="dark"] .border-start,
[data-theme="dark"] .border-end,
[data-theme="dark"] .img-thumbnail {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,0.5) !important;
}

[data-theme="dark"] .table {
    color: #e0e0e0 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .table thead th {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

[data-theme="dark"] .form-select {
    background-color: #2d2d2d !important;
    border-color: #444 !important;
    color: #fff !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

[data-theme="dark"] .alert-warning {
    background-color: rgba(255, 193, 7, 0.1) !important;
    color: #ffc107 !important;
    border: 1px solid rgba(255, 193, 7, 0.2) !important;
}

[data-theme="dark"] .alert-success {
    background-color: rgba(40, 167, 69, 0.1) !important;
    color: #2ecc71 !important;
    border: 1px solid rgba(40, 167, 69, 0.2) !important;
}

[data-theme="dark"] .alert-danger {
    background-color: rgba(220, 53, 69, 0.1) !important;
    color: #ff7979 !important;
    border: 1px solid rgba(220, 53, 69, 0.2) !important;
}

/* Global Form Label Fix */
.form-label {
    color: var(--dark-color);
}

[data-theme="dark"] .form-label {
    color: #f8f9fa !important;
}

[data-theme="dark"] .list-group-item-action {
    color: #e0e0e0;
}

.list-group-item-action:not(.active) {
    color: #555 !important; /* Better contrast for light mode */
}

[data-theme="dark"] .list-group-item-action:not(.active) {
    color: #aaa !important;
}


[data-theme="dark"] .section-padding,
[data-theme="dark"] .featured-products,
[data-theme="dark"] .instagram-gallery,
[data-theme="dark"] .container.mt-5.mb-5 {
    background-color: #121212 !important;
}

[data-theme="dark"] .product-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
}

[data-theme="dark"] .product-card:hover {
    box-shadow: 0 15px 45px rgba(232, 62, 140, 0.15) !important;
}

[data-theme="dark"] ::placeholder,
[data-theme="dark"] .form-control::placeholder {
    color: #bbb !important;
    opacity: 0.8;
}

[data-theme="dark"] .empty-cart {
    background-color: #1e1e1e !important;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 3rem !important;
}

[data-theme="dark"] .empty-cart i {
    color: #444 !important;
}

[data-theme="dark"] .product-search {
    background-color: #1e1e1e !important;
    border-radius: 50px;
    padding: 2px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .product-search .form-control {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
}

[data-theme="dark"] .product-search .btn {
    background: transparent !important;
    border: none !important;
    color: #e83e8c !important;
}

[data-theme="dark"] .product-search .btn:hover {
    color: #f38db3 !important;
}

[data-theme="dark"] footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #000 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] footer .text-dark {
    color: #f8f9fa !important;
}

[data-theme="dark"] footer .bg-white {
    background: var(--primary-gradient) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(232, 62, 140, 0.3) !important;
}

[data-theme="dark"] footer .border-white {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .btn-cart {
    background-color: #f8f9fa !important;
    color: #121212 !important;
}

[data-theme="dark"] .btn-cart:hover {
    background: var(--primary-gradient) !important;
    color: #fff !important;
}

[data-theme="dark"] .dropdown-menu {
    background-color: #1e1e1e !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

[data-theme="dark"] .dropdown-item {
    color: #e0e0e0 !important;
}

[data-theme="dark"] .dropdown-item:hover,
[data-theme="dark"] .dropdown-item:focus {
    background-color: rgba(232, 62, 140, 0.15) !important;
    color: #e83e8c !important;
}

[data-theme="dark"] .dropdown-divider {
    border-top-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .dropdown-item.disabled {
    color: #888 !important;
}

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

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--light-color);
    color: var(--text-color);
}

/* Gold text selection for luxury feel */
::selection {
    background: var(--gold-color);
    color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

/* Navbar Styling - Enhanced Elegant Version */
.navbar-custom {
    background-color: #FFFFFF;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 1.2rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-scrolled {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 0.8rem 0;
}

.navbar-custom .navbar-brand {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--dark-color);
    letter-spacing: 0.5px;
    position: relative;
    cursor: default;
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-custom .navbar-brand .brand-icon {
    color: var(--primary-color);
    font-size: 2.2rem;
    margin-right: 5px;
    display: inline-block;
}

.navbar-custom .navbar-brand .brand-highlight {
    color: var(--secondary-color);
    position: relative;
    display: inline-block;
}

/* Menghapus semua efek hover pada brand/logo */
.navbar-brand:hover .brand-icon {
    transform: none;
}

.brand-highlight::after {
    display: none;
}

.navbar-brand:hover .brand-highlight::after {
    display: none;
}

.navbar-custom .nav-link {
    font-weight: 500;
    color: var(--dark-color);
    margin: 0 0.5rem;
    padding: 0.5rem 0.75rem;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    white-space: nowrap;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
    color: var(--primary-color);
}

.navbar-custom .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: var(--primary-gradient);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.navbar-custom .nav-link:hover::after,
.navbar-custom .nav-link.active::after {
    width: 100%;
}

/* Updated cart button to match Michelle's style */
.btn-cart {
    background-color: var(--dark-color);
    color: white;
    border: none;
    border-radius: 0;
    padding: 0.6rem 1.2rem;
    transition: all 0.3s ease;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: visible;
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
}

.btn-cart:hover,
.btn-cart:focus {
    background: var(--primary-gradient);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(232, 62, 140, 0.2);
}

.btn-cart .cart-badge {
    right: 15px !important;
    top: 0 !important;
    transform: translate(50%, -40%) !important;
}

/* Content Wrapper for Fixed Navbar */
.content-wrapper {
    padding-top: 110px;
    /* Adjust based on navbar height */
}

/* Custom Button Styling */
.btn {
    border-radius: 0;
    /* Square buttons like Michelle's style */
    padding: 0.6rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary {
    background: var(--primary-gradient);
    border: none;
    box-shadow: 0 8px 18px rgba(232, 62, 140, 0.2);
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--primary-gradient);
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(232, 62, 140, 0.25);
}

.btn-secondary {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
    color: white;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* New Shop Now Button Style */
.btn-shop-now {
    background: var(--primary-gradient);
    color: white;
    font-size: 1rem;
    padding: 0.7rem 1.8rem;
    transition: all 0.3s ease;
    border: none;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    /* Bayangan lebih kecil */
    font-weight: 500;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    white-space: nowrap;
    vertical-align: middle;
}

.btn-shop-now:hover {
    color: white;
    background-color: var(--gold-dark);
    /* Warna solid saat hover */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-shop-now:active {
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Card Styling */
.card {
    border: none;
    border-radius: 0;
    /* Square cards matching Michelle's design aesthetic */
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
}

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

.card-img-top {
    height: 200px;
    object-fit: cover;
    transition: all 0.8s;
}

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

.card-title {
    font-family: 'Playfair Display', serif;
    color: var(--dark-color);
}

/* Footer Styling */
.footer-custom {
    background-color: var(--dark-color);
    position: relative;
}

.footer-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--primary-gradient);
}

/* Hero Section - New Style */
.hero-section {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    font-weight: 300;
}

/* Featured Products Section */
.featured-products {
    padding: 5rem 0;
    background-color: white;
}

.section-title {
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
}

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

/* Shop Online Banner */
.shop-online-banner {
    background-color: var(--dark-color);
    color: white;
    padding: 3rem 0;
    text-align: center;
    margin: 3rem 0;
}

.banner-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

/* Responsive Adjustments */
/* ============ DESKTOP (>= 992px) ============ */
@media (min-width: 992px) {
    /* Ensure toggler is completely hidden on desktop */
    .navbar-toggler.custom-toggler {
        display: none !important;
    }

    /* Navbar actions alignment on desktop */
    .navbar-actions {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    /* Theme toggle in its proper spot on desktop */
    .theme-toggle-btn {
        width: 38px;
        height: 38px;
    }
}

/* ============ TABLET & MOBILE (<= 991.98px) ============ */
@media (max-width: 991.98px) {
    .navbar-custom {
        background-color: var(--accent-color);
        padding: 0.75rem 0;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .navbar-collapse {
        background-color: var(--accent-color);
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 10px 30px var(--luxury-shadow);
        margin-top: 10px;
        max-height: 80vh;
        overflow-y: auto;
    }

    [data-theme="dark"] .navbar-collapse {
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .navbar-custom .nav-link {
        padding: 0.8rem 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        text-align: center;
        width: 100%;
        justify-content: center;
    }

    [data-theme="dark"] .navbar-custom .nav-link {
        border-bottom-color: rgba(255, 255, 255, 0.05);
    }

    .navbar-custom .nav-link::after {
        display: none;
    }

    /* Buttons inside collapsed nav */
    .navbar-collapse .btn-cart,
    .navbar-collapse .btn-shop-now {
        margin-top: 15px;
        display: flex !important;
        text-align: center;
        justify-content: center;
        width: 100%;
    }

    .content-wrapper {
        padding-top: 85px;
    }

    /* Navbar toggler styling */
    .custom-toggler {
        border: none;
        color: var(--primary-color) !important;
        font-size: 1.6rem;
        padding: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        flex-shrink: 0;
    }

    [data-theme="dark"] .custom-toggler {
        color: var(--secondary-color) !important;
    }

    /* Theme toggle on mobile/tablet - precise sizing */
    .theme-toggle-btn {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        font-size: 0.95rem;
        flex-shrink: 0;
    }

    /* Navbar right actions alignment for mobile/tablet */
    .navbar-actions {
        display: flex;
        align-items: center;
        gap: 0.35rem;
    }

    .form-label {
        margin-bottom: 0.5rem;
        display: block;
    }

    /* Better Tablet Grid */
    .featured-products .row>[class*='col-'] {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* ============ TABLET SPECIFIC (768px) ============ */
@media (max-width: 768px) {
    .featured-products .row>[class*='col-'] {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* ============ PHONE (<= 767.98px) ============ */
@media (max-width: 767.98px) {
    .featured-products .row>[class*='col-'] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .instagram-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-section {
        height: auto !important;
        min-height: 60vh;
        padding: 4rem 0;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .footer-custom .col-md-4 {
        margin-bottom: 30px;
    }

    .section-padding {
        padding: 3rem 0;
    }

    .section-title {
        font-size: 1.75rem;
    }
}

/* ============ SMALL PHONE (<= 575.98px) ============ */

/* Customer Testimonials */
.testimonials-section {
    background-color: var(--light-color);
    padding: 5rem 0;
}

.testimonial-card {
    background-color: white;
    padding: 2rem;
    border-left: 5px solid var(--primary-color);
    margin-bottom: 2rem;
    position: relative;
}

/* Instagram Gallery */
.instagram-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 2rem 0;
}

@media (max-width: 575.98px) {
    .instagram-gallery {
        grid-template-columns: 1fr;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
}

.instagram-item {
    overflow: hidden;
    position: relative;
    height: 250px;
}

.instagram-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.instagram-item:hover img {
    transform: scale(1.1);
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated-element {
    animation: fadeIn 1s ease forwards;
}

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

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

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

::-webkit-scrollbar-thumb:hover {
    background: var(--dark-color);
}

/* Luxury dividers */
.luxury-divider {
    height: 2px;
    background: linear-gradient(90deg, rgba(211, 166, 118, 0) 0%, rgba(211, 166, 118, 1) 50%, rgba(211, 166, 118, 0) 100%);
    width: 80%;
    margin: 2rem auto;
    position: relative;
}

.luxury-divider::before {
    content: '✦';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--light-color);
    color: var(--gold-color);
    padding: 0 1rem;
    font-size: 1rem;
}

/* Animated gradient borders */
.gradient-border {
    position: relative;
}

.gradient-border::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, var(--gold-color), var(--primary-color), var(--gold-color));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.5s ease-out;
}

.gradient-border:hover::after {
    transform: scaleX(1);
}

/* Products Page Styling */
.product-header {
    background-color: var(--light-color);
    padding: 3rem 0 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.product-header h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: var(--dark-color);
}

.product-search {
    position: relative;
    max-width: 450px;
    margin-left: auto;
}

.product-search .form-control {
    border-radius: 50px;
    padding: 0.7rem 4rem 0.7rem 1.5rem;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.product-search .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 4px 15px rgba(232, 62, 140, 0.15);
}

.product-search .btn {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border-radius: 50px;
    padding: 0 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-filter {
    display: none !important;
}

.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    /* Lebih cepat */
    border-radius: 8px;
    /* Lebih sederhana */
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Simple border color on hover */
.product-card:hover {
    border-color: var(--primary-color);
}

.product-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

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

.product-card .card-img-container {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.product-card .price-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-gradient);
    color: white;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    border-radius: 25px;
    box-shadow: 0 5px 15px rgba(232, 62, 140, 0.2);
    letter-spacing: 0.5px;
}

.product-card .card-img-top {
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
}

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

.product-card .card-body {
    flex: 1;
    padding: 1.5rem;
}

.product-card .category-badge {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    background-color: #f5f5f5;
    color: var(--dark-color);
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
}

.product-card .card-title {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}

.product-card .card-text {
    color: #666;
    margin-bottom: 1.2rem;
}

.product-card .card-footer {
    background-color: transparent;
    padding: 1rem 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.product-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.product-actions .btn {
    padding: 0.6rem 0;
    font-size: 0.85rem;
}

.product-not-found {
    text-align: center;
    padding: 4rem 2rem;
    background-color: white;
    border: 1px dashed #ddd;
    margin: 2rem 0;
}

.product-not-found i {
    font-size: 3rem;
    color: #ddd;
    margin-bottom: 1rem;
}

/* Pagination Styling */
.pagination {
    margin-top: 3rem;
    justify-content: center;
}

.pagination .page-link {
    padding: 0.6rem 1rem;
    color: var(--dark-color);
    border-color: #ddd;
    margin: 0 3px;
}

.pagination .page-item.active .page-link {
    background: var(--primary-gradient);
    border: none;
    box-shadow: 0 4px 12px rgba(232, 62, 140, 0.2);
}

.logo-maskot-navbar {
    height: 40px;
    width: auto;
    margin-left: 14px;
    vertical-align: middle;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 2px 12px rgba(232, 62, 140, 0.10), 0 0 0 2px var(--gold-color);
    padding: 4px;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s;
    border: none;
    outline: none;
    object-fit: contain;
}

.logo-maskot-navbar:hover {
    transform: scale(1.08) rotate(-3deg);
    box-shadow: 0 4px 20px rgba(232, 62, 140, 0.18), 0 0 0 3px var(--primary-color);
}

.brand-highlight,
.brand-highlight * {
    color: var(--primary-color) !important;
}

.brand-highlight {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Cart Badge Styling */
.cart-badge {
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(232, 62, 140, 0.12);
    border: 2px solid #fff;
    top: 8px !important;
    right: 8px !important;
    left: auto !important;
    transform: translate(0, 0) !important;
    background: var(--primary-gradient) !important;
    color: #fff !important;
    z-index: 10;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .cart-badge {
        top: 4px !important;
        right: 4px !important;
        min-width: 20px;
        height: 20px;
        font-size: 0.85rem;
    }
}

/* Pink Gradient Utilities */
.text-gradient-pink {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.btn-gradient-pink {
    background: var(--primary-gradient);
    border: none;
    color: white !important;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.btn-gradient-pink:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(232, 62, 140, 0.3);
    color: white !important;
}

.btn-outline-gradient-pink {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    transition: all 0.3s ease;
    border-radius: 50px;
}

.btn-outline-gradient-pink:hover {
    background: var(--primary-gradient);
    border-color: transparent;
    color: white !important;
    transform: translateY(-3px);
}

.bg-gradient-pink {
    background: var(--primary-gradient) !important;
}