* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Primary Colors - Teal/Green (HızlıÇiçek theme) */
    --primary: #00897b;
    --primary-dark: #00695c;
    --primary-light: #e0f2f1;
    --primary-glow: rgba(0, 137, 123, 0.25);
    --primary-hover: #00796b;
    
    /* Secondary Colors - Deep Teal */
    --secondary: #004d40;
    --secondary-dark: #00332c;
    --secondary-light: #e0f2f1;
    --secondary-glow: rgba(0, 77, 64, 0.25);
    
    /* Accent Colors - Orange */
    --accent: #FF5722;
    --accent-light: #FBE9E7;
    --accent-glow: rgba(255, 87, 34, 0.35);
    --coral: #FF7043;
    --rose: #FF5252;
    
    /* Warm Tones */
    --gold: #FFC107;
    --gold-light: #FFF8E1;
    --orange: #FF5722;
    --teal: #00897b;
    --teal-dark: #00695c;
    
    /* Success/Green */
    --success: #16a34a;
    --success-light: #dcfce7;
    
    /* Neutrals - Clean Scale */
    --text: #212121;
    --text-light: #616161;
    --text-muted: #9e9e9e;
    --bg: #ffffff;
    --bg-light: #fafafa;
    --bg-soft: #f5f5f5;
    --bg-dark: #00695c;
    --bg-glass: rgba(255, 255, 255, 0.98);
    --bg-glass-dark: rgba(0, 105, 92, 0.95);
    
    /* Surface Elevations */
    --surface-1: #ffffff;
    --surface-2: #f8f9fc;
    --surface-3: #eef1f6;
    
    /* Borders */
    --border: #e2e8f0;
    --border-light: #f1f5f9;
    --border-focus: var(--primary);
    
    /* Shadows - Subtle Depth */
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.04);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
    --shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.12);
    --shadow-xl: 0 24px 56px rgba(0, 0, 0, 0.14);
    --shadow-glow: 0 0 30px var(--primary-glow);
    --shadow-glow-gold: 0 0 30px var(--accent-glow);
    --shadow-colored: 0 8px 24px rgba(0, 137, 123, 0.15);
    
    /* Border Radius */
    --radius-sm: 6px;
    --radius: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-2xl: 24px;
    --radius-full: 9999px;
    
    /* Transitions */
    --transition-fast: 0.15s ease;
    --transition: 0.2s ease;
    --transition-smooth: 0.3s ease;
    --transition-bounce: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --transition-spring: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    
    /* Gradients - HızlıÇiçek Style */
    --gradient-primary: linear-gradient(135deg, #00897b 0%, #00695c 100%);
    --gradient-primary-hover: linear-gradient(135deg, #00695c 0%, #004d40 100%);
    --gradient-accent: linear-gradient(135deg, #FF5722 0%, #FF7043 100%);
    --gradient-success: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
    --gradient-purple: linear-gradient(135deg, #00695c 0%, #00897b 100%);
    --gradient-hero: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
    --gradient-dark: linear-gradient(180deg, #00695c 0%, #004d40 100%);
    --gradient-gold: linear-gradient(135deg, #FFC107 0%, #FFCA28 100%);
    --gradient-rose: linear-gradient(135deg, #FF5722 0%, #FF7043 100%);
    --gradient-glass: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 100%);
    --gradient-shimmer: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.4) 50%, transparent 100%);
    --gradient-sale: linear-gradient(135deg, #FF5722 0%, #FF7043 100%);
    
    /* Safe Area */
    --safe-area-bottom: env(safe-area-inset-bottom, 0px);
}

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

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

@keyframes scaleIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.03); }
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes petals {
    0% { transform: translateY(-10vh) rotate(0deg); opacity: 0; }
    10% { opacity: 0.7; }
    90% { opacity: 0.7; }
    100% { transform: translateY(110vh) rotate(360deg); opacity: 0; }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@keyframes slideUp {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes notificationSlide {
    0% { transform: translateX(-100%); opacity: 0; }
    10% { transform: translateX(0); opacity: 1; }
    90% { transform: translateX(0); opacity: 1; }
    100% { transform: translateX(-100%); opacity: 0; }
}

@keyframes countdownPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text);
    line-height: 1.6;
    background: var(--bg-light);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    max-width: 100vw;
    width: 100%;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6,
.section-title,
.hero-title,
.product-title,
.category-card h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.3;
    color: var(--text);
}

/* Global Mobile Fix */
@media (max-width: 768px) {
    html, body {
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    .container {
        padding: 0 12px;
        max-width: 100%;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
    -webkit-tap-highlight-color: transparent;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.top-bar {
    background: var(--primary);
    color: #fff;
    padding: 8px 0;
    font-size: 12px;
    font-weight: 400;
}

.top-bar .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    text-align: center;
}

.top-bar-left {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.top-bar-left span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
}

.top-bar-right {
    display: none;
}

.header-main {
    padding: 12px 0;
    background: var(--bg);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border);
}

.header-main .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.logo {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    text-decoration: none;
}

.logo i {
    font-size: 24px;
    color: var(--primary);
}

.logo span:first-child {
    color: var(--primary);
    font-weight: 700;
}

.search-box {
    display: none;
}

.mobile-search-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-light);
    border-radius: var(--radius);
    color: var(--text);
    font-size: 18px;
}

.cart-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: var(--primary-light);
    border-radius: var(--radius);
    position: relative;
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
}

.cart-btn i {
    font-size: 20px;
    color: var(--primary);
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    background: var(--gradient-accent);
    color: #fff;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    border: 2px solid var(--bg);
}

.cart-info {
    display: none;
}

.main-nav {
    display: none;
}

.category-slider {
    background: var(--bg);
    padding: 12px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border-bottom: 1px solid var(--border);
}

.category-slider::-webkit-scrollbar {
    display: none;
}

.category-slider .container {
    display: flex;
    gap: 8px;
    padding: 0 16px;
    overflow-x: auto;
}

.category-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: var(--bg-light);
    border-radius: var(--radius-full);
    font-size: 13px;
    font-weight: 500;
    color: var(--text);
    white-space: nowrap;
    transition: var(--transition);
    border: 1px solid var(--border);
    flex-shrink: 0;
}

.category-pill:active {
    transform: scale(0.95);
    background: var(--primary-light);
}

.category-pill img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}

.hero-slider {
    position: relative;
    background: var(--gradient-hero);
    padding: 32px 0 40px;
    overflow: hidden;
}

.floating-petals {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.petal {
    position: absolute;
    width: 16px;
    height: 16px;
    background: var(--primary-light);
    border-radius: 50% 0 50% 50%;
    opacity: 0.5;
    animation: petals 12s linear infinite;
}

.petal:nth-child(1) { left: 10%; animation-delay: 0s; }
.petal:nth-child(2) { left: 25%; animation-delay: 2s; width: 12px; height: 12px; }
.petal:nth-child(3) { left: 40%; animation-delay: 4s; }
.petal:nth-child(4) { left: 55%; animation-delay: 1s; width: 20px; height: 20px; }
.petal:nth-child(5) { left: 70%; animation-delay: 3s; }
.petal:nth-child(6) { left: 85%; animation-delay: 5s; width: 14px; height: 14px; }
.petal:nth-child(7) { left: 15%; animation-delay: 6s; }
.petal:nth-child(8) { left: 95%; animation-delay: 2.5s; width: 10px; height: 10px; }

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-text {
    text-align: center;
    animation: fadeInUp 0.6s ease;
}

.hero-countdown {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold-light);
    padding: 10px 16px;
    border-radius: var(--radius-full);
    margin-bottom: 16px;
    border: 1px solid var(--gold);
}

.hero-countdown i {
    color: var(--gold);
    font-size: 18px;
    animation: bounce 1s ease infinite;
}

.hero-countdown .countdown-text {
    font-size: 13px;
    color: var(--text);
}

.hero-countdown .countdown-text strong {
    color: var(--accent);
    font-weight: 700;
    animation: countdownPulse 1s ease infinite;
}

.hero-text h1 {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 16px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.hero-text h1 span:first-child {
    display: block;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 36px;
}

.hero-text h1 span:last-child {
    display: block;
    color: var(--text);
    font-weight: 600;
    font-size: 24px;
}

.hero-text p {
    font-size: 15px;
    color: var(--text-light);
    margin-bottom: 24px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 20px;
}

.hero-image {
    text-align: center;
    animation: fadeIn 0.8s ease 0.2s both;
}

.hero-image img {
    max-height: 280px;
    margin: 0 auto;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    animation: float 6s ease-in-out infinite;
}

.hero-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
    margin-top: 24px;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
}

.trust-item i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
}

.trust-item span {
    font-size: 11px;
    font-weight: 600;
    color: var(--text);
    line-height: 1.3;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: var(--radius);
    font-weight: 500;
    font-size: 14px;
    transition: all var(--transition);
    cursor: pointer;
    border: none;
    min-height: 44px;
    width: 100%;
}

.btn:active {
    transform: scale(0.98);
}

.btn-primary {
    background: var(--primary);
    color: #fff;
}

.btn-primary:hover {
    background: var(--primary-hover);
}

.btn-secondary {
    background: var(--surface-2);
    color: var(--text);
    border: 1px solid var(--border);
}

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

.btn-success {
    background: var(--success);
    color: #fff;
}

.btn-success:hover {
    background: #15803d;
}

.btn-outline {
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
}

.btn-outline:hover {
    background: var(--primary);
    color: #fff;
}

.btn-accent {
    background: var(--gold);
    color: var(--text);
}

.btn-accent:hover {
    background: #e6b03e;
}

.btn-ghost {
    background: transparent;
    color: var(--text-light);
}

.btn-ghost:hover {
    background: var(--bg-light);
    color: var(--primary);
}

.promo-banner {
    background: var(--gradient-accent);
    color: #fff;
    padding: 14px 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.promo-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: shimmer 2s infinite;
    background-size: 200% 100%;
}

.promo-banner .container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.promo-banner strong {
    font-size: 13px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.promo-code {
    background: var(--bg);
    color: var(--accent);
    padding: 8px 20px;
    border-radius: var(--radius);
    font-weight: 700;
    font-size: 14px;
}

.trust-strip {
    padding: 32px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
}

.trust-strip-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.trust-strip-item {
    text-align: center;
    padding: 16px 12px;
    background: var(--bg-light);
    border-radius: var(--radius);
}

.trust-strip-item i {
    font-size: 24px;
    color: var(--primary);
    margin-bottom: 8px;
    display: block;
}

.trust-strip-item strong {
    display: block;
    font-size: 18px;
    color: var(--text);
    margin-bottom: 4px;
}

.trust-strip-item span {
    font-size: 11px;
    color: var(--text-light);
}

.feature-banners {
    padding: 24px 0;
    background: var(--bg);
}

.feature-banners-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.feature-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 24px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-banner:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.feature-banner-content {
    display: flex;
    align-items: center;
}

.feature-banner img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius);
}

.feature-banner.fresh {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
}

.feature-banner.delivery {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
}

.feature-banner.delivery img {
    filter: brightness(0) invert(1);
}

.feature-banner.payment {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

@media (max-width: 768px) {
    .feature-banners-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .feature-banner {
        padding: 12px;
    }
    
    .feature-banner img {
        max-height: 60px;
    }
}

.categories-section {
    padding: 48px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 32px;
}

.section-title h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-title p {
    color: var(--text-light);
    font-size: 14px;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.category-card {
    text-align: center;
    padding: 20px 12px;
    background: var(--bg);
    border-radius: var(--radius-lg);
    transition: var(--transition);
    border: 1px solid var(--border);
}

.category-card:active {
    transform: scale(0.97);
    background: var(--primary-light);
}

.category-card img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 12px;
    border: 3px solid var(--bg-light);
}

.category-card h3 {
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
}

.products-section {
    padding: 48px 0;
    background: var(--bg-light);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.product-card {
    background: var(--surface-1);
    border-radius: var(--radius);
    overflow: hidden;
    transition: all var(--transition);
    border: 1px solid var(--border);
    position: relative;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

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

.product-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: var(--primary);
    color: #fff;
    padding: 4px 8px;
    border-radius: var(--radius-full);
    font-size: 10px;
    font-weight: 600;
    z-index: 10;
}

.product-badge.sale { background: var(--primary); }
.product-badge.popular { background: var(--success); }
.product-badge.limited { background: var(--gold); color: var(--text); }
.product-badge.free-delivery { 
    background: var(--success); 
    top: 8px; 
    left: 8px; 
    right: auto;
    font-size: 9px;
    padding: 3px 6px;
}

.product-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--bg-light);
}

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

.product-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    display: flex;
    justify-content: center;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s ease;
}

.product-card:hover .product-actions {
    opacity: 1;
    transform: translateY(0);
}

.product-actions button,
.product-actions .add-cart-btn {
    padding: 8px 16px;
    border-radius: var(--radius);
    border: none;
    background: #fff;
    color: var(--text);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.product-actions button:hover,
.product-actions .add-cart-btn:hover {
    background: var(--bg-light);
}

.product-overlay { display: none; }

.product-info {
    padding: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-title {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--text);
    line-height: 1.4;
    min-height: 36px;
}

.product-rating {
    margin-bottom: 8px;
    display: none;
}

.product-price {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-price-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.current-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
}

.old-price {
    font-size: 12px;
    color: var(--text-muted);
    text-decoration: line-through;
}

.discount-badge,
.discount-tag {
    background: var(--accent);
    color: #fff;
    padding: 4px 8px;
    border-radius: var(--radius-sm);
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
}

.product-badge.hot {
    background: var(--accent);
}

.product-delivery {
    margin-top: 8px;
    font-size: 10px;
    color: var(--success);
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
}

.product-delivery i {
    font-size: 14px;
}

.testimonials-section {
    padding: 48px 0;
    background: var(--gradient-dark);
    color: #fff;
}

.testimonials-section .section-title h2 {
    background: none;
    -webkit-text-fill-color: #fff;
}

.testimonials-section .section-title p {
    color: rgba(255,255,255,0.7);
}

.testimonials-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.testimonial-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-lg);
    padding: 24px;
    border: 1px solid rgba(255,255,255,0.1);
}

.testimonial-stars {
    color: var(--gold);
    margin-bottom: 14px;
    font-size: 14px;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.9);
    margin-bottom: 18px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-author img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--primary);
}

.testimonial-author-info strong {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}

.testimonial-author-info span {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
}

.features-section {
    padding: 48px 0;
    background: var(--bg);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.feature-card {
    text-align: center;
    padding: 24px 16px;
    background: var(--bg-light);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
}

.feature-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon i {
    font-size: 22px;
    color: #fff;
}

.feature-card h3 {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
}

.feature-card p {
    color: var(--text-light);
    font-size: 12px;
    line-height: 1.5;
}

.live-notification {
    position: fixed;
    bottom: calc(20px + var(--safe-area-bottom));
    left: 16px;
    right: 16px;
    background: var(--bg);
    padding: 14px;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 1000;
    animation: slideUp 0.4s ease;
    border-left: 4px solid var(--secondary);
}

.live-notification img {
    width: 50px;
    height: 50px;
    border-radius: var(--radius);
    object-fit: cover;
}

.live-notification-content {
    flex: 1;
    min-width: 0;
}

.live-notification-content strong {
    display: block;
    font-size: 12px;
    color: var(--text);
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.live-notification-content span {
    font-size: 11px;
    color: var(--text-muted);
}

.live-notification-content .time {
    color: var(--secondary);
    font-weight: 600;
}

.main-footer {
    background: var(--gradient-dark);
    color: #fff;
    padding-bottom: var(--safe-area-bottom);
}

.footer-top {
    padding: 48px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
}

.footer-col h4 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-col p {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    line-height: 1.7;
}

.footer-col ul {
    list-style: none;
}

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

.footer-col ul a {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
}

.social-links {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    justify-content: center;
}

.social-links a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    color: rgba(255,255,255,0.5);
    font-size: 12px;
}

.payment-methods {
    display: none;
}

.footer-bottom-content {
    display: block;
}

.category-page {
    padding: 24px 0;
}

.page-header {
    margin-bottom: 24px;
}

.page-header h1 {
    font-size: 24px;
    font-weight: 700;
}

.breadcrumb {
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: var(--text-light);
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.breadcrumb a {
    color: var(--primary);
}

.category-layout {
    display: block;
}

.sidebar {
    display: none;
}

.sort-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding: 12px;
    background: var(--bg);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    font-size: 12px;
}

.sort-bar select {
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 12px;
    background: var(--bg);
}

.product-detail {
    padding: 24px 0;
}

.product-detail-grid {
    display: block;
}

.product-gallery {
    margin-bottom: 24px;
}

.main-image {
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-bottom: 12px;
}

.thumbnail-images {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.thumbnail-images img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: var(--radius);
    opacity: 0.6;
    border: 2px solid transparent;
    flex-shrink: 0;
}

.thumbnail-images img.active {
    opacity: 1;
    border-color: var(--primary);
}

.product-detail-info h1 {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 700;
}

.product-detail-price {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding: 16px;
    background: var(--bg-light);
    border-radius: var(--radius);
}

.product-detail-price .current-price {
    font-size: 28px;
}

.delivery-box {
    background: var(--secondary-light);
    padding: 20px;
    border-radius: var(--radius);
    margin-bottom: 20px;
}

.delivery-box h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--secondary);
    margin-bottom: 16px;
    font-size: 15px;
}

.delivery-slots {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.delivery-slot {
    padding: 14px;
    background: var(--bg);
    border-radius: var(--radius);
    text-align: center;
    border: 2px solid transparent;
}

.delivery-slot.selected {
    border-color: var(--secondary);
}

.delivery-slot span {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.delivery-slot small {
    font-size: 12px;
    color: var(--secondary);
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.quantity-selector button {
    width: 48px;
    height: 48px;
    border: 1px solid var(--border);
    background: var(--bg);
    border-radius: var(--radius);
    font-size: 20px;
}

.quantity-selector input {
    width: 60px;
    text-align: center;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 16px;
    font-weight: 600;
}

.add-to-cart-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cart-page {
    padding: 24px 0;
}

.cart-table {
    display: none;
}

.mobile-cart {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mobile-cart-item {
    display: flex;
    gap: 12px;
    padding: 16px;
    background: var(--bg);
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

.mobile-cart-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: var(--radius);
}

.cart-summary {
    background: var(--bg);
    padding: 20px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    margin-top: 20px;
    position: sticky;
    bottom: calc(20px + var(--safe-area-bottom));
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
}

.cart-summary-row.total {
    border-bottom: none;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
}

@media (min-width: 480px) {
    .container { padding: 0 20px; }
    .hero-text h1 { font-size: 36px; }
    .hero-text h1 span:first-child { font-size: 42px; }
    .hero-text h1 span:last-child { font-size: 28px; }
    .products-grid { gap: 16px; }
    .categories-grid { gap: 16px; }
}

@media (min-width: 640px) {
    .hero-buttons { flex-direction: row; justify-content: center; padding: 0; }
    .btn { width: auto; }
    .products-grid { grid-template-columns: repeat(3, 1fr); }
    .categories-grid { grid-template-columns: repeat(3, 1fr); }
    .trust-strip-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 768px) {
    .container { padding: 0 24px; }
    
    .top-bar .container { justify-content: space-between; }
    .top-bar-left span { font-size: 12px; }
    .top-bar-right { display: flex; gap: 20px; }
    .top-bar-right a { font-size: 12px; display: flex; align-items: center; gap: 6px; }
    
    .header-main { padding: 16px 0; }
    .logo { font-size: 28px; }
    
    .search-box {
        display: block;
        flex: 1;
        max-width: 400px;
        margin: 0 24px;
    }
    .search-box form {
        display: flex;
        background: var(--bg-light);
        border-radius: var(--radius-full);
        padding: 4px;
        border: 2px solid transparent;
        transition: var(--transition);
    }
    .search-box form:focus-within {
        border-color: var(--primary);
        background: var(--bg);
    }
    .search-box input {
        flex: 1;
        padding: 12px 20px;
        border: none;
        outline: none;
        font-size: 14px;
        background: transparent;
    }
    .search-box button {
        background: var(--gradient-primary);
        color: #fff;
        border: none;
        padding: 12px 24px;
        border-radius: var(--radius-full);
        cursor: pointer;
        font-size: 16px;
    }
    .mobile-search-btn { display: none; }
    
    .cart-btn { padding: 12px 20px; gap: 12px; }
    .cart-info { display: block; text-align: left; }
    .cart-info small { font-size: 11px; color: var(--text-muted); }
    .cart-info strong { font-size: 14px; }
    
    .main-nav {
        display: block;
        background: var(--bg-glass);
        border-bottom: 1px solid var(--border);
        backdrop-filter: blur(20px);
    }
    .nav-menu {
        display: flex;
        list-style: none;
        justify-content: center;
        gap: 4px;
        padding: 8px 0;
    }
    .nav-item a {
        display: block;
        padding: 10px 18px;
        font-weight: 500;
        font-size: 14px;
        border-radius: var(--radius);
    }
    .nav-item a:hover {
        color: var(--primary);
        background: var(--primary-light);
    }
    
    .hero-slider { padding: 60px 0; }
    .hero-content { flex-direction: row; align-items: center; gap: 48px; }
    .hero-text { text-align: left; flex: 1; }
    .hero-text h1 { font-size: 48px; }
    .hero-text h1 span:first-child { font-size: 56px; }
    .hero-text h1 span:last-child { font-size: 36px; }
    .hero-text p { margin-left: 0; font-size: 17px; }
    .hero-buttons { justify-content: flex-start; }
    .hero-image { flex: 1; }
    .hero-image img { max-height: 400px; }
    .hero-trust { justify-content: flex-start; gap: 32px; }
    .trust-item { flex-direction: row; text-align: left; }
    .trust-item i { width: 48px; height: 48px; font-size: 18px; }
    .trust-item span { font-size: 13px; }
    
    .section-title h2 { font-size: 32px; }
    .section-title p { font-size: 16px; }
    
    .categories-section { padding: 80px 0; }
    .categories-grid { grid-template-columns: repeat(5, 1fr); gap: 20px; }
    .category-card { padding: 28px 16px; }
    .category-card img { width: 80px; height: 80px; }
    .category-card h3 { font-size: 14px; }
    
    .products-section { padding: 80px 0; }
    .products-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .product-info { padding: 20px; }
    .product-title { font-size: 15px; min-height: 42px; }
    .current-price { font-size: 22px; }
    
    .testimonials-section { padding: 80px 0; }
    .testimonials-grid { flex-direction: row; gap: 24px; }
    .testimonial-card { flex: 1; }
    
    .trust-strip { padding: 48px 0; }
    .trust-strip-grid { grid-template-columns: repeat(5, 1fr); }
    .trust-strip-item { padding: 24px; }
    .trust-strip-item i { font-size: 32px; }
    .trust-strip-item strong { font-size: 24px; }
    .trust-strip-item span { font-size: 13px; }
    
    .features-section { padding: 80px 0; }
    .features-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .feature-icon { width: 72px; height: 72px; }
    .feature-icon i { font-size: 28px; }
    .feature-card h3 { font-size: 16px; }
    .feature-card p { font-size: 13px; }
    
    .footer-top { padding: 80px 0; }
    .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; text-align: left; gap: 48px; }
    .social-links { justify-content: flex-start; }
    .footer-bottom-content { display: flex; justify-content: space-between; align-items: center; }
    .payment-methods { display: flex; gap: 16px; }
    .payment-methods img { height: 32px; opacity: 0.7; }
    
    .category-layout { display: grid; grid-template-columns: 280px 1fr; gap: 32px; }
    .sidebar {
        display: block;
        background: var(--bg);
        border-radius: var(--radius-lg);
        padding: 24px;
        box-shadow: var(--shadow);
        height: fit-content;
        position: sticky;
        top: 100px;
        border: 1px solid var(--border);
    }
    .filter-section { margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
    .filter-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
    .filter-section h4 { font-size: 15px; margin-bottom: 16px; }
    .filter-list { list-style: none; }
    .filter-list li { margin-bottom: 8px; }
    .filter-list li a { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: var(--radius); font-size: 14px; }
    .filter-list li a:hover, .filter-list li a.active { background: var(--primary-light); color: var(--primary); }
    
    .product-detail { padding: 48px 0; }
    .product-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
    .product-gallery { position: sticky; top: 100px; margin-bottom: 0; }
    .thumbnail-images img { width: 80px; height: 80px; }
    .product-detail-info h1 { font-size: 32px; }
    .product-detail-price .current-price { font-size: 36px; }
    .delivery-slots { grid-template-columns: repeat(3, 1fr); }
    .add-to-cart-section { flex-direction: row; }
    .add-to-cart-section .btn { flex: 1; }
    
    .cart-table { display: table; width: 100%; border-collapse: collapse; background: var(--bg); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
    .cart-table th, .cart-table td { padding: 20px; text-align: left; border-bottom: 1px solid var(--border); }
    .cart-table th { background: var(--bg-light); font-weight: 600; font-size: 13px; text-transform: uppercase; }
    .cart-product { display: flex; align-items: center; gap: 16px; }
    .cart-product img { width: 80px; height: 80px; object-fit: cover; border-radius: var(--radius); }
    .mobile-cart { display: none; }
    .cart-summary { position: static; margin-top: 32px; padding: 28px; }
}

@media (min-width: 1024px) {
    .header-main .container { gap: 32px; }
    .search-box { max-width: 500px; }
    
    .hero-slider { padding: 80px 0; min-height: 600px; display: flex; align-items: center; }
    .hero-content { gap: 80px; }
    .hero-text h1 { font-size: 56px; }
    .hero-text h1 span:first-child { font-size: 64px; }
    .hero-text h1 span:last-child { font-size: 42px; }
    .hero-image img { max-height: 480px; }
    
    .products-grid { grid-template-columns: repeat(4, 1fr); gap: 28px; }
    
    .live-notification { left: 24px; right: auto; max-width: 360px; }
}

@media (min-width: 1280px) {
    .container { max-width: 1280px; }
    .hero-text h1 { font-size: 64px; }
    .hero-text h1 span:first-child { font-size: 72px; }
    .hero-text h1 span:last-child { font-size: 48px; }
    .products-grid { gap: 32px; }
    .category-layout { grid-template-columns: 320px 1fr; gap: 48px; }
    .product-detail-grid { gap: 64px; }
}

@media (hover: hover) {
    .category-pill:hover {
        background: var(--primary-light);
        border-color: var(--primary);
        transform: translateY(-2px);
    }
    
    .category-card:hover {
        transform: translateY(-8px);
        box-shadow: var(--shadow-lg);
    }
    
    .category-card:hover img {
        transform: scale(1.1);
    }
    
    .product-card:hover {
        transform: translateY(-8px);
        box-shadow: var(--shadow-lg);
    }
    
    .product-card:hover .product-image img {
        transform: scale(1.08);
    }
    
    .product-actions button:hover {
        background: var(--primary);
        color: #fff;
        transform: scale(1.1);
    }
    
    .btn-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px var(--primary-glow);
    }
    
    .btn-secondary:hover {
        border-color: var(--primary);
        background: var(--primary-light);
    }
    
    .social-links a:hover {
        background: var(--gradient-primary);
        transform: translateY(-4px);
    }
    
    .testimonial-card:hover {
        transform: translateY(-6px);
        background: rgba(255,255,255,0.12);
    }
    
    .feature-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow);
    }
    
    .feature-card:hover .feature-icon {
        transform: scale(1.1);
    }
    
    .trust-strip-item:hover {
        transform: scale(1.05);
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

.mobile-bottom-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--bg-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 6px 8px;
    padding-bottom: calc(6px + var(--safe-area-bottom));
    z-index: 1000;
    box-shadow: 0 -8px 32px rgba(26,26,46,0.1);
}

.bottom-bar-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: 10px 4px;
    color: var(--text-muted);
    font-size: 10px;
    font-weight: 500;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    transition: all var(--transition);
    border-radius: var(--radius);
}

.bottom-bar-item i {
    font-size: 22px;
    transition: all var(--transition);
}

.bottom-bar-item:hover {
    color: var(--primary);
    background: var(--primary-light);
}

.bottom-bar-item.active {
    color: var(--primary);
}

.bottom-bar-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
}

.bottom-bar-item.active i {
    transform: scale(1.15);
}

.bottom-bar-item .cart-badge {
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: 8px;
    background: var(--gradient-accent);
    color: #fff;
    min-width: 20px;
    height: 20px;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    box-shadow: 0 2px 8px var(--accent-glow);
    animation: pulse 2s infinite;
}

.mobile-menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1001;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.open {
    display: block;
    opacity: 1;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 360px;
    height: 100%;
    background: var(--bg);
    z-index: 1002;
    overflow-y: auto;
    transition: right 0.3s ease;
    padding-bottom: calc(80px + var(--safe-area-bottom));
}

.mobile-menu.open {
    right: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border);
}

.mobile-menu-header .logo {
    font-size: 22px;
}

.close-menu {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-light);
    border: none;
    border-radius: 50%;
    font-size: 18px;
    color: var(--text);
    cursor: pointer;
}

.mobile-menu-user {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
    background: var(--primary-light);
}

.user-avatar {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}

.user-info strong {
    display: block;
    font-size: 15px;
    color: var(--text);
}

.user-info span {
    font-size: 12px;
    color: var(--text-light);
}

.mobile-menu-auth {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-bottom: 1px solid var(--border);
}

.mobile-menu-nav {
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
}

.mobile-menu-nav h4 {
    padding: 0 20px 12px;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--text-muted);
    letter-spacing: 0.5px;
}

.mobile-menu-nav a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    color: var(--text);
    font-size: 15px;
    transition: var(--transition);
}

.mobile-menu-nav a:active {
    background: var(--bg-light);
}

.mobile-menu-nav a img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.mobile-menu-nav a i:first-child {
    width: 32px;
    text-align: center;
    color: var(--primary);
}

.mobile-menu-nav a span {
    flex: 1;
}

.mobile-menu-nav a i:last-child {
    color: var(--text-muted);
    font-size: 12px;
}

.mobile-menu-nav a.logout-link {
    color: var(--accent);
}

.mobile-menu-nav a.logout-link i:first-child {
    color: var(--accent);
}

.auth-page {
    padding: 32px 0 100px;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.auth-container {
    max-width: 440px;
    margin: 0 auto;
    width: 100%;
}

.auth-card {
    background: var(--bg);
    border-radius: var(--radius-lg);
    padding: 32px 24px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
}

.auth-header {
    text-align: center;
    margin-bottom: 28px;
}

.auth-header h1 {
    font-size: 28px;
    margin-bottom: 8px;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.auth-header p {
    color: var(--text-light);
    font-size: 14px;
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
}

.form-group input,
.form-group textarea,
.form-group select {
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 15px;
    background: var(--bg);
    transition: var(--transition);
    width: 100%;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-light);
}

.form-group input:disabled {
    background: var(--bg-light);
    color: var(--text-muted);
}

.form-group small {
    font-size: 12px;
    color: var(--text-muted);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.password-input {
    position: relative;
}

.password-input input {
    padding-right: 50px;
}

.toggle-password {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    padding: 4px;
}

.checkbox-group {
    flex-direction: row;
    align-items: flex-start;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 13px;
    color: var(--text-light);
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--primary);
}

.checkbox-label a {
    color: var(--primary);
    text-decoration: underline;
}

.form-actions {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.forgot-link {
    font-size: 13px;
    color: var(--primary);
}

.btn-block {
    width: 100%;
}

.auth-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
    color: var(--text-muted);
    font-size: 13px;
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border);
}

.social-login {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-social {
    background: var(--bg);
    color: var(--text);
    border: 1px solid var(--border);
    padding: 14px 20px;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
}

.btn-social:active {
    background: var(--bg-light);
}

.btn-google i { color: #db4437; }

.auth-footer {
    text-align: center;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
    font-size: 14px;
    color: var(--text-light);
}

.auth-footer a {
    color: var(--primary);
    font-weight: 600;
}

.alert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    border-radius: var(--radius);
    font-size: 14px;
    margin-bottom: 20px;
}

.alert i {
    font-size: 18px;
    margin-top: 1px;
}

.alert-error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.alert-success {
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #bbf7d0;
}

.account-page {
    padding: 24px 0 100px;
}

.account-page .page-header {
    margin-bottom: 24px;
}

.account-page .page-header h1 {
    font-size: 28px;
    margin-bottom: 4px;
}

.account-page .page-header p {
    color: var(--text-light);
    font-size: 15px;
}

.account-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.account-sidebar {
    display: none;
}

.account-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.account-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: var(--radius);
    color: var(--text);
    font-size: 15px;
    transition: var(--transition);
}

.account-nav a:hover,
.account-nav a.active {
    background: var(--primary-light);
    color: var(--primary);
}

.account-nav a i {
    width: 20px;
    text-align: center;
}

.account-nav .logout-link {
    color: var(--accent);
    margin-top: 12px;
    border-top: 1px solid var(--border);
    padding-top: 16px;
}

.account-card {
    background: var(--bg);
    border-radius: var(--radius-lg);
    padding: 24px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
}

.account-card h2 {
    font-size: 20px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
}

.account-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.empty-state {
    text-align: center;
    padding: 48px 24px;
}

.empty-state i {
    font-size: 48px;
    color: var(--text-muted);
    margin-bottom: 16px;
}

.empty-state p {
    color: var(--text-light);
    margin-bottom: 24px;
}

.orders-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.order-item {
    padding: 18px;
    background: var(--bg-light);
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

.order-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.order-header strong {
    font-size: 15px;
    display: block;
    margin-bottom: 4px;
}

.order-date {
    font-size: 12px;
    color: var(--text-muted);
}

.order-status {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: var(--radius-full);
    font-weight: 600;
}

.status-pending { background: #fef3c7; color: #92400e; }
.status-confirmed { background: #dbeafe; color: #1e40af; }
.status-preparing { background: #e0e7ff; color: #3730a3; }
.status-shipped { background: #d1fae5; color: #065f46; }
.status-delivered { background: #d1fae5; color: #065f46; }
.status-cancelled { background: #fee2e2; color: #991b1b; }

.order-details {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: var(--text-light);
}

.order-total {
    font-weight: 700;
    color: var(--primary);
}

@media (min-width: 768px) {
    .mobile-bottom-bar { display: none; }
    .mobile-menu-overlay { display: none !important; }
    .mobile-menu { display: none !important; }
    
    .main-footer { padding-bottom: 0; }
    .main-content { padding-bottom: 0; }
    
    .auth-card { padding: 40px; }
    .auth-header h1 { font-size: 32px; }
    
    .account-layout {
        flex-direction: row;
        gap: 32px;
    }
    
    .account-sidebar {
        display: block;
        width: 280px;
        flex-shrink: 0;
    }
    
    .account-sidebar .account-nav {
        background: var(--bg);
        border-radius: var(--radius-lg);
        padding: 16px;
        box-shadow: var(--shadow);
        border: 1px solid var(--border);
        position: sticky;
        top: 100px;
    }
    
    .account-content {
        flex: 1;
    }
    
    .account-card {
        padding: 32px;
    }
}

.main-content {
    padding-bottom: calc(70px + var(--safe-area-bottom));
}

@media (min-width: 768px) {
    .main-content {
        padding-bottom: 0;
    }
}

.static-page {
    padding: 24px 0 100px;
}

.static-page .page-header {
    text-align: center;
    margin-bottom: 32px;
}

.static-page .page-header h1 {
    font-size: 28px;
    margin-bottom: 8px;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.static-page .page-header p {
    color: var(--text-light);
    font-size: 15px;
}

.static-content {
    max-width: 800px;
    margin: 0 auto;
}

.content-section {
    background: var(--bg);
    border-radius: var(--radius-lg);
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
}

.content-section h2 {
    font-size: 20px;
    margin-bottom: 16px;
    color: var(--text);
    display: flex;
    align-items: center;
    gap: 10px;
}

.content-section h2 i {
    color: var(--primary);
}

.content-section h3 {
    font-size: 16px;
    margin: 20px 0 12px;
    color: var(--text);
}

.content-section p {
    line-height: 1.7;
    color: var(--text-light);
    margin-bottom: 12px;
}

.content-section ul,
.content-section ol {
    padding-left: 24px;
    margin-bottom: 16px;
}

.content-section li {
    line-height: 1.7;
    color: var(--text-light);
    margin-bottom: 8px;
}

.highlight-box {
    background: var(--primary-light);
    border-color: var(--primary);
}

.highlight-box h2 {
    color: var(--primary);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 24px 0;
}

.stat-item {
    background: var(--bg);
    border-radius: var(--radius);
    padding: 24px 16px;
    text-align: center;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
}

.stat-item i {
    font-size: 32px;
    color: var(--primary);
    margin-bottom: 12px;
}

.stat-item strong {
    display: block;
    font-size: 28px;
    color: var(--text);
    margin-bottom: 4px;
}

.stat-item span {
    font-size: 13px;
    color: var(--text-muted);
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list li i {
    color: var(--secondary);
    font-size: 18px;
}

.contact-layout {
    max-width: 1000px;
    margin: 0 auto;
}

.contact-info-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}

.contact-card {
    background: var(--bg);
    border-radius: var(--radius-lg);
    padding: 24px;
    text-align: center;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
}

.contact-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-light);
    border-radius: 50%;
    margin: 0 auto 16px;
}

.contact-icon i {
    font-size: 24px;
    color: var(--primary);
}

.contact-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

.contact-card p {
    font-size: 15px;
    color: var(--text);
    margin-bottom: 4px;
}

.contact-card p a {
    color: var(--primary);
}

.contact-card span {
    font-size: 12px;
    color: var(--text-muted);
}

.faq-category {
    margin-bottom: 32px;
}

.faq-category h2 {
    font-size: 18px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text);
}

.faq-category h2 i {
    color: var(--primary);
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: var(--bg);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: none;
    border: none;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: var(--text);
    cursor: pointer;
    gap: 12px;
}

.faq-question i {
    color: var(--text-muted);
    transition: var(--transition);
    flex-shrink: 0;
}

.faq-item.open .faq-question {
    background: var(--primary-light);
    color: var(--primary);
}

.faq-item.open .faq-question i {
    transform: rotate(180deg);
    color: var(--primary);
}

.faq-answer {
    display: none;
    padding: 0 20px 20px;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-answer p {
    line-height: 1.7;
    color: var(--text-light);
}

.faq-cta {
    margin-top: 48px;
    text-align: center;
}

.faq-cta h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.faq-cta p {
    color: var(--text-light);
    margin-bottom: 20px;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (min-width: 640px) {
    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .cta-buttons {
        flex-direction: row;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .static-page {
        padding: 48px 0 80px;
    }
    
    .static-page .page-header h1 {
        font-size: 36px;
    }
    
    .content-section {
        padding: 32px;
    }
    
    .contact-info-cards {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .contact-layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        align-items: start;
    }
    
    .contact-info-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ========================================
   TAZECICEK STYLE - NEW HOMEPAGE
======================================== */

.hero-section {
    padding: 20px 0;
    background: #fff;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.hero-main-slider {
    background: linear-gradient(135deg, #f87171 0%, #fb7185 50%, #f472b6 100%);
    border-radius: 16px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 350px;
    position: relative;
    overflow: hidden;
}

.slider-content {
    flex: 1;
    color: #fff;
    z-index: 2;
}

.promo-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.2);
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 13px;
    margin-bottom: 15px;
}

.promo-tag strong {
    background: var(--gold);
    color: var(--text);
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 12px;
}

.hero-main-slider h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #fff;
}

.hero-main-slider p {
    font-size: 15px;
    opacity: 0.95;
    margin-bottom: 25px;
}

.slider-btn {
    display: inline-block;
    background: #fff;
    color: var(--primary);
    padding: 12px 28px;
    border-radius: var(--radius);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

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

.slider-image {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 300px;
    height: 300px;
    z-index: 1;
}

.slider-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-side-banners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.side-banner {
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    min-height: 170px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.2s;
}

.side-banner:hover {
    transform: translateY(-3px);
}

.side-banner.blue {
    background: linear-gradient(135deg, #38bdf8, #0ea5e9);
}

.banner-content {
    color: #fff;
    z-index: 2;
}

.banner-tag {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    margin-bottom: 8px;
}

.side-banner h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
}

.side-banner p {
    font-size: 12px;
    opacity: 0.9;
    margin-bottom: 10px;
}

.banner-btn {
    display: inline-block;
    background: #fff;
    color: #059669;
    padding: 8px 16px;
    border-radius: var(--radius);
    font-size: 12px;
    font-weight: 600;
}

.side-banner.blue .banner-btn {
    color: #0ea5e9;
}

.side-banner img {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 120px;
    height: 120px;
    object-fit: contain;
    z-index: 1;
}

/* Quick Order Section */
.quick-order-section {
    padding: 40px 0;
    background: #fff;
}

.section-header {
    text-align: center;
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--text);
}

.quick-order-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.quick-order-sidebar {
    display: none;
}

.sidebar-item {
    display: flex;
    gap: 12px;
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 12px;
    position: relative;
}

.sidebar-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

.item-badge {
    position: absolute;
    top: -8px;
    left: 10px;
    background: var(--primary);
    color: #fff;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 10px;
}

.item-badge.green { background: #10b981; }
.item-badge.blue { background: #3b82f6; }
.item-badge.purple { background: #8b5cf6; }

.sidebar-item-info h4 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
}

.sidebar-item-info .stars {
    color: #f59e0b;
    font-size: 11px;
    margin-bottom: 5px;
}

.sidebar-item-info .price {
    margin-bottom: 3px;
}

.sidebar-item-info .price .old {
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
    margin-right: 5px;
}

.sidebar-item-info .price .current {
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
}

.sidebar-item-info .price .current small {
    font-size: 12px;
    font-weight: 400;
}

.sidebar-item-info .delivery {
    font-size: 11px;
    color: #10b981;
}

.sidebar-delivery-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #10b981;
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    margin-top: 15px;
}

.products-main-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.products-main-grid .product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: all 0.3s;
}

.products-main-grid .product-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.products-main-grid .product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--gradient-sale);
    color: #fff;
    font-size: 10px;
    padding: 4px 10px;
    border-radius: 15px;
    z-index: 2;
}

.products-main-grid .product-badge.hot {
    background: var(--primary);
}

.products-main-grid .product-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
}

.products-main-grid .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.products-main-grid .product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    padding: 15px;
    opacity: 0;
    transition: opacity 0.3s;
}

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

.quick-add {
    width: 100%;
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.products-main-grid .product-info {
    padding: 12px;
}

.products-main-grid .product-info h3 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.products-main-grid .product-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
}

.products-main-grid .product-rating .stars {
    color: #f59e0b;
    font-size: 11px;
}

.products-main-grid .product-rating .count {
    font-size: 11px;
    color: #999;
}

.products-main-grid .product-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 8px;
}

.products-main-grid .product-price .discount-tag {
    background: var(--primary);
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
}

.products-main-grid .product-price .old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
}

.products-main-grid .product-price .current-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
}

.products-main-grid .product-price .current-price small {
    font-size: 12px;
    font-weight: 400;
}

.products-main-grid .product-delivery {
    font-size: 11px;
    color: #10b981;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Promo Banners */
.promo-banners-section {
    padding: 40px 0;
    background: #f8fafc;
}

.promo-banners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.promo-banner-card {
    background: linear-gradient(135deg, #14b8a6, #0d9488);
    border-radius: 16px;
    padding: 20px;
    min-height: 180px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform 0.3s;
}

.promo-banner-card:hover {
    transform: translateY(-5px);
}

.promo-banner-card.blue { background: linear-gradient(135deg, #3b82f6, #2563eb); }
.promo-banner-card.pink { background: linear-gradient(135deg, #ec4899, #db2777); }
.promo-banner-card.green { background: linear-gradient(135deg, #22c55e, #16a34a); }
.promo-banner-card.yellow { background: linear-gradient(135deg, #f59e0b, #d97706); }
.promo-banner-card.teal { background: linear-gradient(135deg, #14b8a6, #0d9488); }

.promo-banner-text {
    color: #fff;
    z-index: 2;
}

.promo-tag {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    margin-bottom: 8px;
}

.promo-banner-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.promo-banner-card p {
    font-size: 12px;
    opacity: 0.9;
    margin-bottom: 12px;
}

.promo-btn {
    display: inline-block;
    background: #fff;
    color: #0d9488;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

.promo-banner-card.blue .promo-btn { color: #2563eb; }
.promo-banner-card.pink .promo-btn { color: #db2777; }
.promo-banner-card.green .promo-btn { color: #16a34a; }
.promo-banner-card.yellow .promo-btn { color: #d97706; }

.promo-banner-card img {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 100px;
    height: 100px;
    object-fit: contain;
    z-index: 1;
}

/* Trust Section */
.trust-section {
    padding: 30px 0;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.trust-section .trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.trust-section .trust-item i {
    width: 40px;
    height: 40px;
    background: var(--primary-light);
    color: var(--primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.trust-section .trust-item strong {
    display: block;
    font-size: 13px;
    color: var(--text);
}

.trust-section .trust-item span {
    font-size: 11px;
    color: var(--text-muted);
}

/* Testimonials */
.testimonials-section {
    padding: 50px 0;
    background: #f8fafc;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.testimonial-stars {
    color: #f59e0b;
    font-size: 14px;
    margin-bottom: 12px;
}

.testimonial-card p {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 15px;
    line-height: 1.6;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-author img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-author strong {
    display: block;
    font-size: 14px;
    color: var(--text);
}

.testimonial-author span {
    font-size: 12px;
    color: var(--text-muted);
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: block;
    background: none;
    border: none;
    font-size: 24px;
    color: var(--text);
    cursor: pointer;
    padding: 5px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-action-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--text);
    text-decoration: none;
    font-size: 14px;
}

.header-action-btn span {
    display: none;
}

.header-action-btn i {
    font-size: 20px;
}

.mobile-only {
    display: flex;
}

/* Responsive */
@media (min-width: 768px) {
    .hero-grid {
        grid-template-columns: 2fr 1fr;
    }
    
    .hero-main-slider {
        min-height: 400px;
    }
    
    .hero-main-slider h1 {
        font-size: 38px;
    }
    
    .hero-side-banners {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .side-banner {
        min-height: 190px;
    }
    
    .products-main-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .promo-banners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .trust-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .mobile-menu-btn {
        display: none;
    }
    
    .header-action-btn span {
        display: inline;
    }
    
    .mobile-only {
        display: none;
    }
}

@media (min-width: 1024px) {
    .quick-order-grid {
        grid-template-columns: 280px 1fr;
    }
    
    .quick-order-sidebar {
        display: block;
    }
    
    .products-main-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .promo-banners-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    
    .slider-image {
        width: 380px;
        height: 380px;
    }
}

/* Nav Highlight */
.nav-item.highlight a {
    background: var(--gold);
    color: var(--text) !important;
    padding: 8px 16px;
    border-radius: var(--radius);
    font-weight: 500;
}

.nav-item.highlight a:hover {
    background: var(--gold-dark);
}

/* ========================================
   ADDRESS POPUP
======================================== */

.address-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.address-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.address-popup {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    overflow: hidden;
    transform: translateY(20px);
    transition: transform 0.3s;
}

.address-popup-overlay.active .address-popup {
    transform: translateY(0);
}

.popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
}

.popup-header h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
}

.popup-header h3 i {
    color: var(--primary);
}

.popup-close {
    width: 36px;
    height: 36px;
    border: none;
    background: #f1f5f9;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--text-muted);
    transition: all 0.3s;
}

.popup-close:hover {
    background: #e2e8f0;
    color: var(--text);
}

.popup-body {
    padding: 25px;
}

.address-search-box {
    position: relative;
    margin-bottom: 20px;
}

.address-search-box i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 16px;
}

.address-search-box input {
    width: 100%;
    padding: 15px 15px 15px 48px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s;
}

.address-search-box input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.1);
}

.address-results {
    min-height: 150px;
    max-height: 250px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.address-hint {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    color: var(--text-light);
    font-size: 14px;
}

.address-hint i {
    color: var(--primary);
}

.no-results {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 30px;
    color: var(--text-muted);
    font-size: 14px;
}

.address-result-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s;
}

.address-result-item:hover {
    background: #f1f5f9;
}

.address-result-item i {
    color: var(--primary);
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.address-result-item span {
    font-size: 14px;
    color: var(--text);
}

.popular-cities {
    margin-bottom: 20px;
}

.popular-cities h4 {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.city-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.city-tag {
    padding: 8px 14px;
    background: #f1f5f9;
    border: none;
    border-radius: 20px;
    font-size: 13px;
    color: var(--text);
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
}

.city-tag:hover {
    background: var(--primary);
    color: #fff;
}

.delivery-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
}

.delivery-info i {
    font-size: 18px;
}

/* Address Selector Button */
.address-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    color: var(--text);
    transition: all 0.3s;
}

.address-selector:hover {
    background: #e2e8f0;
    border-color: var(--primary);
}

.address-selector i {
    color: var(--primary);
}

.address-selector .selected-address-text {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .address-popup {
        max-height: 85vh;
        border-radius: 20px 20px 0 0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: none;
        transform: translateY(100%);
    }
    
    .address-popup-overlay.active .address-popup {
        transform: translateY(0);
    }
}

/* ========================================
   PRODUCT DETAIL PAGE - TAZECICEK STYLE
======================================== */

.product-detail-page {
    padding: 20px 0 60px;
    background: #fff;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.product-gallery .main-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #f8fafc;
}

.product-gallery .main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.image-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.gallery-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.gallery-features .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 12px;
    background: #f8fafc;
    border-radius: 10px;
    text-align: center;
}

.gallery-features .feature-item i {
    font-size: 18px;
    color: var(--primary);
}

.gallery-features .feature-item span {
    font-size: 11px;
    color: var(--text-light);
}

.product-detail-info h1 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 15px;
    line-height: 1.3;
}

.product-rating-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.product-rating-box .stars {
    color: #f59e0b;
    font-size: 16px;
}

.product-rating-box .rating-count {
    color: var(--text-muted);
    font-size: 13px;
}

.product-rating-box .rating-text {
    background: #dcfce7;
    color: #16a34a;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.product-price-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.product-price-box .old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
}

.product-price-box .discount-tag {
    background: var(--primary);
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

.product-price-box .current-price {
    font-size: 28px;
    font-weight: 700;
    color: var(--text);
}

.product-price-box .current-price small {
    font-size: 16px;
    font-weight: 400;
}

.product-viewers-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.08), rgba(30, 58, 95, 0.04));
    border: 1px solid rgba(30, 58, 95, 0.2);
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--primary);
}

.product-viewers-box .live-dot {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    animation: pulse-dot 1.5s ease-in-out infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

.product-viewers-box i {
    color: var(--primary);
}

.product-viewers-box strong {
    font-weight: 700;
}

.box-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-weight: 600;
    color: var(--text);
    font-size: 14px;
}

.box-header i {
    color: var(--primary);
}

.address-selection-box {
    margin-bottom: 20px;
}

.address-select-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    font-size: 14px;
    color: var(--text);
    transition: all 0.3s;
}

.address-select-btn:hover {
    border-color: var(--primary);
    background: #fff;
}

.address-select-btn i {
    color: var(--text-muted);
}

.delivery-date-box {
    margin-bottom: 20px;
}

.date-slider {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
}

.date-option {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 16px;
    background: #f8fafc;
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    min-width: 70px;
    transition: all 0.3s;
    position: relative;
}

.date-option:hover {
    background: #fff;
    border-color: #e2e8f0;
}

.date-option.selected {
    background: var(--primary-light);
    border-color: var(--primary);
}

.date-option .date-day {
    font-size: 22px;
    font-weight: 700;
    color: var(--text);
}

.date-option .date-weekday {
    font-size: 11px;
    color: var(--text-muted);
    margin-top: 2px;
}

.date-option .date-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #10b981;
    color: #fff;
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 8px;
}

.date-option.today .date-day {
    color: #10b981;
}

.delivery-time-box {
    margin-bottom: 25px;
}

.time-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.time-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    background: #f8fafc;
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
}

.time-option:hover {
    background: #fff;
    border-color: #e2e8f0;
}

.time-option.selected {
    background: var(--primary-light);
    border-color: var(--primary);
}

.time-option i {
    font-size: 20px;
    color: var(--primary);
    width: 24px;
    text-align: center;
}

.time-option .time-info {
    flex: 1;
}

.time-option .time-range {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
}

.time-option .time-label {
    display: block;
    font-size: 11px;
    color: var(--text-muted);
}

.time-option .time-price {
    font-size: 12px;
    font-weight: 600;
    color: #10b981;
}

.add-to-cart-box {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

.quantity-control {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border-radius: 10px;
    overflow: hidden;
}

.quantity-control .qty-btn {
    width: 40px;
    height: 48px;
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    color: var(--text);
}

.quantity-control input {
    width: 45px;
    height: 48px;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
}

.add-cart-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 24px;
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.add-cart-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(139, 92, 246, 0.3);
}

.favorite-btn {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 20px;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.3s;
}

.favorite-btn:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.trust-badges .badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: #f8fafc;
    border-radius: 20px;
    font-size: 12px;
    color: var(--text-light);
}

.trust-badges .badge i {
    color: #10b981;
}

.product-tabs {
    margin-bottom: 50px;
}

.tabs-header {
    display: flex;
    gap: 5px;
    border-bottom: 2px solid #eee;
    margin-bottom: 25px;
    overflow-x: auto;
}

.tab-btn {
    padding: 14px 20px;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    transition: color 0.3s;
}

.tab-btn::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--primary);
    transform: scaleX(0);
    transition: transform 0.3s;
}

.tab-btn.active {
    color: var(--primary);
}

.tab-btn.active::after {
    transform: scaleX(1);
}

.tab-panel {
    display: none;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
}

.tab-panel.active {
    display: block;
}

.tab-panel p {
    line-height: 1.8;
    color: var(--text-light);
}

.tab-panel h4 {
    margin-bottom: 15px;
    color: var(--text);
}

.tab-panel ul {
    list-style: none;
}

.tab-panel ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: var(--text-light);
}

.tab-panel ul li i {
    color: #10b981;
}

.product-desc-rich {
    line-height: 1.8;
    color: var(--text-light);
}

.product-desc-rich h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    margin: 20px 0 10px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-desc-rich h4:first-child {
    margin-top: 0;
}

.product-desc-rich p {
    margin-bottom: 15px;
    color: var(--text-light);
}

.product-desc-rich ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.product-desc-rich ul li {
    padding: 6px 0;
    padding-left: 20px;
    position: relative;
    color: var(--text-light);
}

.product-desc-rich ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--secondary);
    font-weight: bold;
}

.review-summary {
    display: flex;
    align-items: center;
    gap: 20px;
}

.review-summary .rating-big {
    font-size: 48px;
    font-weight: 700;
    color: var(--text);
}

.review-summary .stars {
    color: #f59e0b;
    font-size: 18px;
    margin-bottom: 5px;
}

.review-summary .rating-info span {
    font-size: 13px;
    color: var(--text-muted);
}

.related-products {
    margin-top: 50px;
}

.related-products .section-header h2 {
    font-size: 22px;
    margin-bottom: 25px;
}

.toast {
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: #10b981;
    color: #fff;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 9999;
    opacity: 0;
    transition: all 0.3s;
}

.toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

@media (min-width: 768px) {
    .product-detail-grid {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
    
    .product-detail-info h1 {
        font-size: 28px;
    }
    
    .time-options {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1024px) {
    .product-detail-grid {
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }
}

.search-loading {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary);
}

.address-search-box {
    position: relative;
}

.step-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 15px;
}

.step-breadcrumb button {
    background: none;
    border: none;
    color: var(--primary);
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.step-breadcrumb button:hover {
    text-decoration: underline;
}

.breadcrumb-separator {
    color: #999;
}

.step-title {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    padding-left: 5px;
}

.result-arrow {
    margin-left: auto;
    color: #ccc;
    font-size: 12px;
}

.address-result-item:hover .result-arrow {
    color: var(--primary);
}

.cart-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.cart-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    align-items: center;
}

.cart-item-image {
    flex-shrink: 0;
}

.cart-item-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.cart-item-details {
    flex: 1;
    min-width: 0;
}

.cart-item-details h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #333;
}

.cart-item-price {
    font-size: 14px;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 10px;
}

.cart-item-controls {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.cart-item-controls .quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.cart-item-controls .qty-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: #f5f5f5;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-item-controls .qty-btn:hover {
    background: #e0e0e0;
}

.cart-item-controls .qty-input {
    width: 40px;
    height: 36px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
}

.cart-item-remove {
    background: none;
    border: none;
    color: var(--primary);
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    border-radius: 6px;
    transition: background 0.2s;
}

.cart-item-remove:hover {
    background: rgba(30, 58, 95, 0.08);
}

.cart-item-total {
    flex-shrink: 0;
    text-align: right;
}

.item-total-price {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.cart-summary {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.cart-summary-row.total {
    border-bottom: none;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 2px solid #e0e0e0;
}

.cart-shipping {
    color: #4caf50;
    font-weight: 600;
}

.checkout-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .cart-item {
        flex-wrap: wrap;
    }
    
    .cart-item-image img {
        width: 60px;
        height: 60px;
    }
    
    .cart-item-total {
        width: 100%;
        text-align: left;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #f0f0f0;
    }
}

.product-action-buttons {
    display: flex;
    gap: 12px;
    flex: 1;
    margin-top: 15px;
}

.quick-buy-btn {
    background: linear-gradient(135deg, #26a69a 0%, #00897b 100%);
    color: #fff;
    border: none;
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1;
    transition: all 0.3s;
}

.quick-buy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(38, 166, 154, 0.4);
}

.product-action-buttons .add-cart-btn {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1;
    transition: all 0.2s;
}

.product-action-buttons .add-cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(30, 58, 95, 0.3);
}

.add-to-cart-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
}

.add-to-cart-box .quantity-control {
    align-self: flex-start;
}

@media (max-width: 480px) {
    .product-action-buttons {
        flex-direction: column;
    }
}

/* Adres seçildiğinde buton stili */
.address-select-btn.has-address {
    border-color: #10b981;
    background: #f0fdf4;
}

.address-select-btn.has-address .selected-address-text {
    color: #059669;
    font-weight: 600;
}

/* Ürün Detay Sayfası Mobil Fix */
@media (max-width: 768px) {
    .product-detail-page {
        padding: 15px 0 80px;
    }
    
    .product-detail-page .container {
        padding: 0 10px;
    }
    
    .product-detail-grid {
        display: block !important;
        grid-template-columns: 1fr !important;
    }
    
    .product-gallery {
        margin-bottom: 20px;
    }
    
    .product-detail-info h1 {
        font-size: 20px !important;
        line-height: 1.3;
    }
    
    .delivery-options-box {
        padding: 15px;
    }
    
    .date-options {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 5px;
        -webkit-overflow-scrolling: touch;
    }
    
    .date-option {
        min-width: 65px;
        flex-shrink: 0;
        padding: 8px 6px;
    }
    
    .date-option .day-name {
        font-size: 10px;
    }
    
    .date-option .day-num {
        font-size: 18px;
    }
    
    .time-options {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px;
    }
    
    .time-option {
        padding: 10px 8px;
        font-size: 12px;
    }
    
    .address-select-btn {
        padding: 12px;
        font-size: 13px;
    }
    
    .product-action-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .quick-buy-btn,
    .product-action-buttons .add-cart-btn {
        padding: 14px 16px;
        font-size: 14px;
        width: 100%;
    }
    
    .product-tabs {
        margin-top: 30px;
    }
    
    .tab-buttons {
        gap: 5px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 5px;
    }
    
    .tab-btn {
        padding: 10px 15px;
        font-size: 13px;
        white-space: nowrap;
    }
    
    .gallery-features {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }
    
    .gallery-features .feature-item {
        padding: 8px 4px;
        font-size: 10px;
    }
    
    .gallery-features .feature-item i {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .product-detail-info h1 {
        font-size: 18px !important;
    }
    
    .price-box .current-price {
        font-size: 24px;
    }
    
    .time-options {
        grid-template-columns: 1fr 1fr !important;
    }
}

/* ========================================
   MODERN MOBILE BOTTOM NAVIGATION
======================================== */
.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(0,0,0,0.06);
    padding: 8px 0;
    padding-bottom: calc(8px + var(--safe-area-bottom));
    z-index: 1000;
    box-shadow: 0 -4px 30px rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
    .mobile-bottom-nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
        min-height: 56px;
        padding: 6px 0 max(6px, env(safe-area-inset-bottom));
    }
    
    .mobile-bottom-nav .nav-item {
        min-height: 48px;
        min-width: 56px;
        padding: 4px 8px;
    }
    
    .mobile-bottom-nav .nav-item .nav-icon {
        width: 44px;
        height: 36px;
    }
}

.mobile-bottom-nav .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    color: var(--text-muted);
    text-decoration: none;
    transition: all 0.2s ease;
    border-radius: 12px;
    position: relative;
}

.mobile-bottom-nav .nav-item .nav-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.2s ease;
    position: relative;
}

.mobile-bottom-nav .nav-item .nav-icon i {
    font-size: 20px;
    transition: all 0.2s ease;
}

.mobile-bottom-nav .nav-item span {
    font-size: 10px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.mobile-bottom-nav .nav-item.active .nav-icon {
    background: var(--primary-light);
}

.mobile-bottom-nav .nav-item.active .nav-icon i {
    color: var(--primary);
}

.mobile-bottom-nav .nav-item.active span {
    color: var(--primary);
    font-weight: 600;
}

.mobile-bottom-nav .nav-item:active .nav-icon {
    transform: scale(0.92);
}

.mobile-bottom-nav .cart-icon {
    position: relative;
}

.mobile-bottom-nav .cart-count-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    background: var(--primary);
    color: white;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    box-shadow: 0 2px 8px rgba(30, 58, 95, 0.3);
}

/* ========================================
   STICKY PRODUCT ORDER BAR
======================================== */
.sticky-order-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 12px 16px;
    padding-bottom: calc(12px + var(--safe-area-bottom));
    box-shadow: 0 -4px 30px rgba(0,0,0,0.12);
    z-index: 999;
    border-top: 1px solid var(--border);
}

@media (max-width: 768px) {
    .sticky-order-bar {
        display: block;
    }
    
    .mobile-bottom-nav {
        display: none !important;
    }
    
    body.product-page .mobile-bottom-nav {
        display: none !important;
    }
}

.sticky-order-bar .order-bar-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sticky-order-bar .price-info {
    flex: 1;
}

.sticky-order-bar .price-info .current-price {
    font-size: 22px;
    font-weight: 700;
    color: var(--text);
}

.sticky-order-bar .price-info .current-price small {
    font-size: 14px;
    font-weight: 500;
}

.sticky-order-bar .price-info .stock-status {
    font-size: 12px;
    color: var(--secondary);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.sticky-order-bar .order-btn {
    background: var(--primary);
    color: white;
    border: none;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 15px rgba(30, 58, 95, 0.3);
}

.sticky-order-bar .order-btn:active {
    transform: scale(0.97);
}

/* Hide regular buttons on product page mobile */
@media (max-width: 768px) {
    body.product-page .product-action-buttons {
        display: none !important;
    }
    
    body.product-page .add-to-cart-box {
        display: none !important;
    }
    
    body.product-page {
        padding-bottom: 100px;
    }
}

/* Hide old mobile-bottom-bar */
.mobile-bottom-bar {
    display: none !important;
}

/* ==================== PAGE LOADER ==================== */
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 50%, #f0fff4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.page-loader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader-content {
    text-align: center;
}

.loader-flower {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 20px;
}

.loader-flower .petal {
    font-size: 32px;
    animation: petalBounce 1.4s ease-in-out infinite;
    display: inline-block;
}

.loader-flower .petal:nth-child(1) { animation-delay: 0s; }
.loader-flower .petal:nth-child(2) { animation-delay: 0.1s; }
.loader-flower .petal:nth-child(3) { animation-delay: 0.2s; }
.loader-flower .petal:nth-child(4) { animation-delay: 0.3s; }
.loader-flower .petal:nth-child(5) { animation-delay: 0.4s; }

@keyframes petalBounce {
    0%, 80%, 100% {
        transform: translateY(0) scale(1);
    }
    40% {
        transform: translateY(-20px) scale(1.2);
    }
}

.loader-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: var(--primary);
    font-weight: 500;
    animation: textPulse 1.5s ease-in-out infinite;
}

@keyframes textPulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* Page transition effect */
.page-transition {
    animation: pageEnter 0.4s ease-out;
}

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

/* ==================== SALES BOOST STYLES ==================== */

/* Social Proof Notification */
.social-proof-notification {
    position: fixed;
    bottom: 100px;
    left: 20px;
    background: var(--surface-1);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 320px;
    z-index: 9999;
    transform: translateX(-120%);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border: 1px solid var(--border-light);
}

.social-proof-notification.show {
    transform: translateX(0);
}

.spn-icon {
    width: 48px;
    height: 48px;
    background: var(--gradient-success);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

.spn-content {
    flex: 1;
    font-size: 13px;
    color: var(--text-light);
    line-height: 1.5;
}

.spn-content strong {
    color: var(--text);
}

.spn-product {
    color: var(--primary);
    font-weight: 600;
}

.spn-time {
    font-size: 11px;
    color: var(--text-muted);
    margin-top: 4px;
}

.spn-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    padding: 4px;
    font-size: 12px;
}

/* Sales Popup */
.sales-popup {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: var(--surface-1);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    width: 280px;
    z-index: 9998;
    transform: translateX(120%);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    overflow: hidden;
    border: 1px solid var(--border-light);
}

.sales-popup.show {
    transform: translateX(0);
}

.sp-header {
    background: var(--gradient-primary);
    color: #fff;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sp-live-dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    animation: livePulse 1s infinite;
}

@keyframes livePulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
}

.sp-close {
    margin-left: auto;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 4px;
}

.sp-body {
    display: flex;
    padding: 16px;
    gap: 12px;
}

.sp-body img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: var(--radius);
}

.sp-info {
    flex: 1;
}

.sp-name {
    font-weight: 600;
    color: var(--text);
    margin-bottom: 4px;
}

.sp-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 6px;
}

.sp-stock {
    font-size: 11px;
    color: var(--accent);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.sp-stock i {
    animation: firePulse 0.5s infinite alternate;
}

@keyframes firePulse {
    from { transform: scale(1); }
    to { transform: scale(1.2); }
}

/* Exit Intent Popup */
.exit-intent-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(4px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 20px;
}

.exit-intent-overlay.show {
    opacity: 1;
    visibility: visible;
}

.exit-intent-popup {
    background: var(--surface-1);
    border-radius: var(--radius-xl);
    padding: 40px 32px;
    text-align: center;
    max-width: 420px;
    width: 100%;
    position: relative;
    animation: popupBounce 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes popupBounce {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.eip-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--bg-light);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    color: var(--text-muted);
    transition: all var(--transition);
}

.eip-close:hover {
    background: var(--primary-light);
    color: var(--primary);
}

.eip-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 32px;
    color: #fff;
    animation: float 3s ease-in-out infinite;
}

.exit-intent-popup h2 {
    font-size: 24px;
    color: var(--text);
    margin-bottom: 12px;
}

.exit-intent-popup p {
    color: var(--text-light);
    margin-bottom: 24px;
    line-height: 1.6;
}

.exit-intent-popup p strong {
    color: var(--primary);
    font-size: 18px;
}

.eip-code {
    background: var(--bg-light);
    border: 2px dashed var(--primary);
    border-radius: var(--radius);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}

.eip-code span {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 2px;
}

.eip-code button {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: var(--radius);
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all var(--transition);
}

.eip-code button:hover {
    background: var(--primary-dark);
}

.eip-btn {
    display: inline-block;
    background: var(--gradient-primary);
    color: #fff;
    padding: 16px 40px;
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: 16px;
    transition: all var(--transition);
    box-shadow: 0 4px 20px var(--primary-glow);
}

.eip-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 28px var(--primary-glow);
}

.eip-note {
    margin-top: 16px;
    font-size: 12px;
    color: var(--text-muted);
}

/* Sticky Add Bar */
.sticky-add-bar {
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    background: var(--bg-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
    transition: bottom 0.3s ease;
    border-top: 1px solid var(--border-light);
}

.sticky-add-bar.show {
    bottom: 0;
}

@media (min-width: 769px) {
    .sticky-add-bar {
        display: none;
    }
}

.sab-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sab-title {
    font-size: 13px;
    color: var(--text);
    font-weight: 500;
}

.sab-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
}

.sab-btn {
    background: var(--gradient-primary);
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 4px 15px var(--primary-glow);
}

/* Urgency Badge */
.urgency-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: var(--gradient-accent);
    color: #fff;
    padding: 6px 10px;
    border-radius: var(--radius-full);
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 5;
    animation: urgencyPulse 2s infinite;
}

@keyframes urgencyPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Stock Warning */
.stock-warning {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: var(--secondary);
    margin-top: 8px;
    font-weight: 500;
}

.stock-warning i {
    animation: eyeBlink 2s infinite;
}

@keyframes eyeBlink {
    0%, 90%, 100% { opacity: 1; }
    95% { opacity: 0.3; }
}

/* Countdown Timer */
.countdown-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-value {
    background: var(--gradient-primary);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 12px 16px;
    border-radius: var(--radius);
    min-width: 60px;
    text-align: center;
    box-shadow: 0 4px 15px var(--primary-glow);
}

.countdown-label {
    font-size: 11px;
    color: var(--text-muted);
    margin-top: 6px;
    font-weight: 500;
}

.countdown-separator {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary);
    margin-top: -20px;
}

.countdown-expired {
    color: var(--accent);
    font-weight: 600;
}

@media (max-width: 768px) {
    .social-proof-notification {
        left: 10px;
        right: 10px;
        bottom: 80px;
        max-width: none;
    }
    
    .sales-popup {
        right: 10px;
        left: 10px;
        bottom: 80px;
        width: auto;
    }
    
    .exit-intent-popup {
        padding: 32px 24px;
    }
    
    .exit-intent-popup h2 {
        font-size: 20px;
    }
    
    .eip-code {
        flex-direction: column;
        gap: 12px;
    }
    
    .eip-code span {
        font-size: 20px;
    }
    
    .countdown-value {
        font-size: 18px;
        padding: 10px 12px;
        min-width: 48px;
    }
    
    .countdown-separator {
        font-size: 20px;
    }
}

/* ================================
   HIZLICICEK.COM BIREBIR KLON STILLERI
   ================================ */

/* Hero Slider */
.hz-hero-slider {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    max-height: 400px;
}

.hz-slider-container {
    position: relative;
    width: 100%;
    height: clamp(200px, 35vw, 400px);
    overflow: hidden;
}

.hz-slider-track {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
    width: 100%;
}

.hz-slide {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}

.hz-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .hz-slider-container {
        height: clamp(150px, 45vw, 250px);
    }
    .hz-hero-slider {
        max-height: 250px;
    }
}

.hz-slider-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.hz-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hz-dot.active {
    background: #fff;
    width: 24px;
    border-radius: 5px;
}

/* Section Title */
.hz-section-title {
    padding: 24px 0 16px;
    background: #fff;
}

.hz-section-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin: 0;
}

/* Categories Carousel */
.hz-categories {
    background: #fff;
    padding: 0 0 20px;
    overflow: hidden;
}

.hz-categories-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 0 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.hz-categories-scroll::-webkit-scrollbar {
    display: none;
}

.hz-category-item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    scroll-snap-align: start;
}

.hz-category-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e0e0e0;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.hz-category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hz-category-item:hover .hz-category-img {
    border-color: var(--primary);
    transform: scale(1.05);
}

.hz-category-item span {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    text-align: center;
    max-width: 80px;
    line-height: 1.3;
}

/* 3 Feature Banners */
.hz-features {
    background: #fff;
    padding: 16px 0;
}

.hz-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.hz-feature-item {
    border-radius: 12px;
    overflow: hidden;
    display: block;
}

.hz-feature-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* Products Section */
.hz-products-section {
    background: #fff;
    padding: 24px 0;
}

.hz-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding: 0 16px;
}

.hz-section-header h2 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.hz-see-all {
    font-size: 14px;
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.hz-see-all i {
    font-size: 12px;
}

/* Products Grid */
.hz-products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 12px;
}

@media (min-width: 768px) {
    .hz-products-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        padding: 0 16px;
    }
}

@media (min-width: 1024px) {
    .hz-products-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* Product Card */
.hz-product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.hz-product-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.hz-product-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f8f8f8;
}

.hz-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.hz-discount-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 50px;
    height: auto;
}

.hz-discount-badge img {
    width: 100%;
    height: auto;
}

.hz-product-info {
    padding: 12px;
}

.hz-product-info h3 {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin: 0 0 6px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 34px;
}

.hz-discount-percent {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.hz-prices {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hz-old-price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}

.hz-current-price {
    font-size: 15px;
    font-weight: 700;
    color: var(--primary);
}

/* Promo Banner */
.hz-promo-banner {
    background: #fff;
    padding: 24px 0;
}

.hz-promo-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 12px;
    padding: 0 16px;
}

.hz-promo-left,
.hz-promo-right {
    border-radius: 12px;
    overflow: hidden;
    display: block;
    position: relative;
}

.hz-promo-left img,
.hz-promo-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hz-promo-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 16px;
    color: #fff;
}

.hz-promo-name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.hz-promo-old {
    font-size: 12px;
    text-decoration: line-through;
    opacity: 0.7;
    margin-right: 8px;
}

.hz-promo-price {
    font-size: 16px;
    font-weight: 700;
}

/* WhatsApp CTA */
.hz-whatsapp-cta {
    position: fixed;
    bottom: 80px;
    right: 16px;
    z-index: 100;
}

.hz-whatsapp-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 4px 15px rgba(37,211,102,0.4);
    transition: all 0.3s ease;
}

.hz-whatsapp-cta a:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37,211,102,0.5);
}

@media (min-width: 769px) {
    .hz-whatsapp-cta {
        bottom: 24px;
    }
}

/* Order Tracking Modal */
.order-tracking-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    border-radius: 16px;
    width: 90%;
    max-width: 400px;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.order-tracking-modal.open {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.order-tracking-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.order-tracking-overlay.open {
    opacity: 1;
    visibility: visible;
}

.order-tracking-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}

.order-tracking-header h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.order-tracking-header h3 i {
    color: var(--primary);
}

.order-tracking-header .close-modal {
    background: none;
    border: none;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    padding: 4px;
}

.order-tracking-body {
    padding: 20px;
}

.order-tracking-body p {
    font-size: 14px;
    color: #666;
    margin: 0 0 16px;
    line-height: 1.5;
}

.order-tracking-body .form-group {
    margin-bottom: 16px;
}

.order-tracking-body label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
}

.order-tracking-body input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.order-tracking-body input:focus {
    outline: none;
    border-color: var(--primary);
}

.tracking-result {
    margin-top: 16px;
    padding: 12px;
    border-radius: 8px;
    display: none;
}

.tracking-result.show {
    display: block;
}

.tracking-result.success {
    background: #e8f5e9;
    color: #2e7d32;
}

.tracking-result.error {
    background: #ffebee;
    color: #c62828;
}

/* Mobile Features Grid - 3 Icon Banners */
@media (max-width: 767px) {
    .hz-features {
        padding: 12px 0;
        overflow: hidden;
    }
    
    .hz-features-grid {
        display: flex !important;
        grid-template-columns: unset !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 8px;
        padding: 0 12px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .hz-features-grid::-webkit-scrollbar {
        display: none;
    }
    
    .hz-feature-item {
        flex: 0 0 140px !important;
        width: 140px !important;
        min-width: 140px !important;
        max-width: 140px !important;
        scroll-snap-align: start;
        border-radius: 10px;
    }
    
    .hz-feature-item img {
        width: 100% !important;
        height: auto !important;
        max-width: 140px;
        border-radius: 10px;
    }
    
    .hz-promo-grid {
        grid-template-columns: 1fr;
    }
    
    .hz-section-header {
        padding: 0 12px;
    }
    
    /* Hero slider mobil */
    .hz-hero-section {
        padding-top: 0;
    }
    
    .hz-hero-slider {
        max-height: 300px;
    }
    
    .hz-slide {
        max-height: 300px;
    }
    
    .hz-slide img {
        max-height: 300px;
        object-fit: cover;
    }
    
    /* Sidebar products mobil scroll */
    .hz-sidebar-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 10px;
        padding: 0 12px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    
    .hz-sidebar-grid::-webkit-scrollbar {
        display: none;
    }
    
    .hz-sidebar-card {
        flex: 0 0 auto;
        width: 150px;
        min-width: 150px;
        scroll-snap-align: start;
    }
    
    /* Promo cards mobil scroll */
    .hz-promo-cards-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 10px;
        padding: 0 12px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    
    .hz-promo-cards-grid::-webkit-scrollbar {
        display: none;
    }
    
    .hz-promo-card {
        flex: 0 0 auto;
        width: 200px;
        min-width: 200px;
        scroll-snap-align: start;
    }
    
    /* Category circles mobil */
    .hz-categories-scroll {
        gap: 12px;
        padding: 0 12px;
    }
    
    .hz-category-img {
        width: 60px;
        height: 60px;
    }
    
    .hz-category-item span {
        font-size: 11px;
        max-width: 70px;
    }
}

/* ================================
   HIZLICICEK MOBILE MENU STYLES
   ================================ */

.hz-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 320px;
    height: 100%;
    background: #fff;
    z-index: 10001;
    transition: right 0.3s ease;
    overflow-y: auto;
    box-shadow: -4px 0 20px rgba(0,0,0,0.15);
}

.hz-mobile-menu.open {
    right: 0;
}

.hz-mm-header {
    display: flex;
    justify-content: flex-end;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}

.hz-mm-close {
    background: #f5f5f5;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hz-mm-quick-actions {
    padding: 16px;
    background: #f9f9f9;
}

.hz-mm-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.hz-mm-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 6px;
}

.hz-mm-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.hz-mm-action span {
    font-size: 11px;
    color: #333;
    text-align: center;
    font-weight: 500;
}

.hz-mm-categories {
    padding: 16px;
}

.hz-mm-categories h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px;
}

.hz-mm-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.hz-mm-cat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 6px;
}

.hz-mm-cat-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e0e0e0;
}

.hz-mm-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hz-mm-cat-item span {
    font-size: 11px;
    color: #333;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    max-width: 70px;
}

.hz-mm-links {
    padding: 16px;
    border-top: 1px solid #eee;
}

.hz-mm-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.hz-mm-links a i {
    width: 20px;
    color: var(--primary);
}

.hz-mm-links a.logout {
    color: #e53935;
}

.hz-mm-links a.logout i {
    color: #e53935;
}

.hz-mm-footer {
    padding: 16px;
    border-top: 1px solid #eee;
}

.hz-mm-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #25D366;
    color: #fff;
    padding: 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.hz-mm-whatsapp i {
    font-size: 20px;
}

/* ================================
   SEARCH DROPDOWN STYLES
   ================================ */

.hz-search-box {
    position: relative;
}

.hz-search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    z-index: 1000;
    display: none;
    max-height: 400px;
    overflow-y: auto;
}

.hz-search-dropdown.show {
    display: block;
}

.hz-search-section {
    padding: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.hz-search-section:last-child {
    border-bottom: none;
}

.hz-search-section h5 {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    margin: 0 0 8px;
    padding: 0 4px;
}

.hz-search-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    text-decoration: none;
    color: #333;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.hz-search-item:hover {
    background: #f5f5f5;
}

.hz-search-item-img {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.hz-search-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hz-search-item-info {
    flex: 1;
    min-width: 0;
}

.hz-search-item-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hz-search-item-price {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary);
}

.hz-search-item-old {
    font-size: 11px;
    color: #999;
    text-decoration: line-through;
    margin-right: 6px;
}

.hz-search-cat-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 20px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    margin: 4px;
}

.hz-search-cat-item:hover {
    background: var(--primary);
    color: #fff;
}

.hz-search-cat-item img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.hz-search-empty {
    padding: 24px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.hz-search-loading {
    padding: 24px;
    text-align: center;
    color: var(--primary);
}

/* ================================
   HIZLICICEK PRODUCT DETAIL STYLES
   ================================ */

.product-detail-page {
    background: #f8f9fa;
    padding: 20px 0 60px;
}

.product-detail-page .breadcrumb {
    padding: 12px 0;
    font-size: 13px;
    color: #666;
}

.product-detail-page .breadcrumb a {
    color: var(--primary);
    text-decoration: none;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
    .product-detail-grid {
        grid-template-columns: 1fr;
        padding: 16px;
        gap: 20px;
    }
}

.product-gallery .main-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5;
}

.product-gallery .main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.product-gallery .image-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--accent);
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

.gallery-features {
    display: flex;
    justify-content: space-around;
    margin-top: 16px;
    padding: 16px;
    background: #f9f9f9;
    border-radius: 12px;
}

.gallery-features .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #666;
}

.gallery-features .feature-item i {
    font-size: 20px;
    color: var(--primary);
}

.product-detail-info h1 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px;
    line-height: 1.3;
}

.product-rating-box {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.product-rating-box .stars {
    color: #ffc107;
    font-size: 14px;
}

.product-rating-box .rating-count {
    font-size: 13px;
    color: #666;
}

.product-rating-box .rating-text {
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 500;
}

.product-price-box {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 16px;
    padding: 16px;
    background: linear-gradient(135deg, #fff5f5, #fff);
    border-radius: 12px;
    border: 1px solid #fee;
}

.product-price-box .old-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}

.product-price-box .discount-tag {
    background: var(--accent);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.product-price-box .current-price {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary);
}

.product-price-box .current-price small {
    font-size: 16px;
}

.product-viewers-box {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #fff3e0;
    border-radius: 8px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #e65100;
}

.product-viewers-box .live-dot {
    width: 8px;
    height: 8px;
    background: #f44336;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.address-selection-box,
.delivery-date-box,
.delivery-time-box {
    margin-bottom: 16px;
}

.box-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.box-header i {
    color: var(--primary);
}

.address-select-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border: 2px dashed #ddd;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
}

.address-select-btn:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.date-slider {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.date-option {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 16px;
    border: 2px solid #eee;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 70px;
}

.date-option.selected {
    border-color: var(--primary);
    background: linear-gradient(135deg, var(--primary), #26a69a);
    color: #fff;
}

.date-option .date-day {
    font-size: 18px;
    font-weight: 700;
}

.date-option .date-weekday {
    font-size: 11px;
}

.date-option .date-badge {
    font-size: 9px;
    background: var(--accent);
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    margin-top: 4px;
}

.time-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

@media (max-width: 480px) {
    .time-options {
        grid-template-columns: 1fr;
    }
}

.time-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 2px solid #eee;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.time-option.selected {
    border-color: var(--primary);
    background: #e8f5e9;
}

.time-option i {
    font-size: 18px;
    color: var(--primary);
}

.time-info {
    flex: 1;
}

.time-range {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.time-label {
    font-size: 11px;
    color: #666;
}

.time-price {
    font-size: 12px;
    font-weight: 600;
    color: var(--primary);
}

.add-to-cart-box {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.quantity-control {
    display: flex;
    align-items: center;
    border: 2px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}

.quantity-control .qty-btn {
    width: 40px;
    height: 44px;
    border: none;
    background: #f5f5f5;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s;
}

.quantity-control .qty-btn:hover {
    background: #e0e0e0;
}

.quantity-control input {
    width: 50px;
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

.product-action-buttons {
    flex: 1;
    display: flex;
    gap: 10px;
}

.quick-buy-btn,
.add-cart-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quick-buy-btn {
    background: #fff;
    border: 2px solid var(--primary);
    color: var(--primary);
}

.quick-buy-btn:hover {
    background: var(--primary);
    color: #fff;
}

.add-cart-btn {
    background: linear-gradient(135deg, var(--primary), #26a69a);
    color: #fff;
}

.add-cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,137,123,0.3);
}

.trust-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.trust-badges .badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 8px;
    font-size: 12px;
    color: #666;
}

.trust-badges .badge i {
    color: var(--primary);
}

/* ================================
   HIZLICICEK CART & CHECKOUT STYLES
   ================================ */

.cart-page {
    background: #f8f9fa;
    padding: 20px 0 80px;
    min-height: 60vh;
}

.cart-page h1 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 24px;
}

.cart-items {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.cart-item {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-image {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cart-item-details h4 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.3;
}

.cart-item-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
}

.cart-item-controls {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.quantity-selector .qty-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: #f5f5f5;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
}

.quantity-selector .qty-btn:hover {
    background: #e0e0e0;
}

.quantity-selector .qty-input {
    width: 40px;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 600;
}

.cart-item-remove {
    background: none;
    border: none;
    color: #e53935;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}

.cart-item-total {
    display: flex;
    align-items: center;
}

.item-total-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
}

.cart-summary {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.cart-summary-row.total {
    border-bottom: none;
    padding-top: 16px;
    font-size: 18px;
    font-weight: 700;
}

.cart-summary-row.total span:last-child {
    color: var(--primary);
    font-size: 22px;
}

.cart-shipping {
    color: #4caf50;
    font-weight: 600;
}

.checkout-section {
    margin-top: 20px;
}

.checkout-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, var(--primary), #26a69a);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.checkout-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,137,123,0.3);
    color: #fff;
}

@media (max-width: 768px) {
    .cart-item {
        flex-wrap: wrap;
    }
    
    .cart-item-total {
        width: 100%;
        justify-content: flex-end;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px dashed #eee;
    }
}

/* Checkout Page */
.checkout-page {
    background: #f8f9fa;
    padding: 20px 0 80px;
}

.checkout-page h1 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 24px;
}

.checkout-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 24px;
}

@media (max-width: 992px) {
    .checkout-grid {
        grid-template-columns: 1fr;
    }
}

.checkout-form {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.checkout-form h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkout-form h3 i {
    color: var(--primary);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

@media (max-width: 576px) {
    .form-row {
        grid-template-columns: 1fr;
    }
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.checkout-summary {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    position: sticky;
    top: 20px;
}

.checkout-summary h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px;
}

.summary-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.summary-item-img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
}

.summary-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.summary-item-info {
    flex: 1;
}

.summary-item-name {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin-bottom: 4px;
}

.summary-item-qty {
    font-size: 12px;
    color: #666;
}

.summary-item-price {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
}

.summary-totals {
    padding-top: 16px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
}

.summary-row.total {
    padding-top: 12px;
    margin-top: 8px;
    border-top: 2px solid #f0f0f0;
    font-size: 18px;
    font-weight: 700;
}

.summary-row.total span:last-child {
    color: var(--primary);
}

.submit-order-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, var(--primary), #26a69a);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.submit-order-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,137,123,0.3);
}

.payment-options {
    display: grid;
    gap: 12px;
}

.payment-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
}

.payment-option:hover,
.payment-option.selected {
    border-color: var(--primary);
    background: #e8f5e9;
}

.payment-option input {
    display: none;
}

.payment-option i {
    font-size: 24px;
    color: var(--primary);
}

.payment-option-info {
    flex: 1;
}

.payment-option-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.payment-option-desc {
    font-size: 12px;
    color: #666;
}

/* Hero Slide Overlay */
.hz-slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #fff;
    text-align: left;
}

.hz-slide-overlay h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hz-slide-overlay p {
    font-size: 16px;
    margin-bottom: 12px;
    opacity: 0.9;
}

.hz-discount-code {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

.hz-slide-btn {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .hz-slide-overlay {
        padding: 15px;
    }
    .hz-slide-overlay h2 {
        font-size: 18px;
    }
    .hz-slide-overlay p {
        font-size: 13px;
    }
}

/* ================================
   SIDEBAR PRODUCTS & PROMO CARDS
   ================================ */

.hz-sidebar-products {
    padding: 30px 0;
    background: #f8f9fa;
}

.hz-sidebar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 992px) {
    .hz-sidebar-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .hz-sidebar-grid {
        display: flex !important;
        grid-template-columns: unset !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 12px;
        padding: 0 12px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    
    .hz-sidebar-card {
        flex: 0 0 160px !important;
        min-width: 160px !important;
        scroll-snap-align: start;
    }
}

.hz-sidebar-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}

.hz-sidebar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.hz-sidebar-img {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.hz-sidebar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hz-sidebar-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--accent);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
}

.hz-sidebar-info {
    padding: 15px;
}

.hz-sidebar-info h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px;
    line-height: 1.3;
}

.hz-sidebar-prices {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hz-sidebar-prices .hz-old {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

.hz-sidebar-prices .hz-current {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
}

/* Promo Cards */
.hz-promo-cards {
    padding: 30px 0;
}

.hz-promo-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 992px) {
    .hz-promo-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .hz-promo-cards-grid {
        display: flex !important;
        grid-template-columns: unset !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 12px;
        padding: 0 12px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    
    .hz-promo-card {
        flex: 0 0 220px !important;
        min-width: 220px !important;
        scroll-snap-align: start;
    }
}

.hz-promo-card {
    display: flex;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-decoration: none;
}

.hz-promo-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.hz-promo-card-img {
    width: 100px;
    flex-shrink: 0;
}

.hz-promo-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hz-promo-card-info {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hz-promo-card-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
    margin-bottom: 6px;
    width: fit-content;
}

.hz-promo-teal .hz-promo-card-badge {
    background: rgba(0,137,123,0.1);
    color: var(--primary);
}

.hz-promo-orange .hz-promo-card-badge {
    background: rgba(255,87,34,0.1);
    color: var(--accent);
}

.hz-promo-pink .hz-promo-card-badge {
    background: rgba(233,30,99,0.1);
    color: #e91e63;
}

.hz-promo-blue .hz-promo-card-badge {
    background: rgba(33,150,243,0.1);
    color: #2196f3;
}

.hz-promo-card-info h3 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0 0 4px;
}

.hz-promo-card-info p {
    font-size: 12px;
    color: #666;
    margin: 0;
}
