/* ============================================
   ADVANCED TEMPLATE LAYOUTS
   Each template has unique layout and design
   ============================================ */

/* ===================
   MODERN TEMPLATE - Grid Masonry Layout
   =================== */
body.page-storefront.template-modern .container {
    max-width: 1400px;
}

body.page-storefront.template-modern .hero-main {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 0 !important;
    position: relative;
    overflow: hidden;
}

body.page-storefront.template-modern .hero-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
    opacity: 0.5;
}

body.page-storefront.template-modern .hero-title {
    font-size: 64px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    text-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

body.page-storefront.template-modern .categories-nav {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-radius: 16px;
    margin: 20px auto;
    max-width: 1200px;
}

body.page-storefront.template-modern .category-nav-item {
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

body.page-storefront.template-modern .category-nav-item:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 24px rgba(102, 126, 234, 0.3);
}

body.page-storefront.template-modern .menu-item-card {
    border-radius: 20px !important;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

body.page-storefront.template-modern .menu-item-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

body.page-storefront.template-modern .menu-item-card:hover::before {
    transform: scaleX(1);
}

body.page-storefront.template-modern .menu-item-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
}

/* ===================
   CLASSIC TEMPLATE - Elegant Traditional
   =================== */
body.page-storefront.template-classic {
    font-family: 'Georgia', 'Palatino', serif !important;
}

body.page-storefront.template-classic .hero-main {
    background: #f8f5f0;
    border-bottom: 3px double #2c3e50;
    padding: 100px 0 60px !important;
}

body.page-storefront.template-classic .hero-title {
    font-family: 'Georgia', serif !important;
    font-size: 56px !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
    color: #2c3e50 !important;
    border-bottom: 2px solid #2c3e50;
    display: inline-block;
    padding-bottom: 20px;
}

body.page-storefront.template-classic .categories-nav {
    background: #2c3e50;
    border-radius: 0;
}

body.page-storefront.template-classic .category-nav-item {
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

body.page-storefront.template-classic .category-nav-item:hover,
body.page-storefront.template-classic .category-nav-item.active {
    background: #34495e !important;
    border-color: #ecf0f1 !important;
}

body.page-storefront.template-classic .menu-item-card {
    border: 2px solid #2c3e50 !important;
    border-radius: 0 !important;
    background: #fff !important;
}

body.page-storefront.template-classic .menu-item-card h3 {
    font-family: 'Georgia', serif !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #ecf0f1;
    padding-bottom: 12px;
}

/* ===================
   MINIMAL TEMPLATE - Clean Modern
   =================== */
body.page-storefront.template-minimal {
    background: #ffffff;
}

body.page-storefront.template-minimal .hero-main {
    background: #ffffff;
    padding: 40px 0 !important;
    border-bottom: 1px solid #e0e0e0;
}

body.page-storefront.template-minimal .hero-title {
    font-size: 48px !important;
    font-weight: 300 !important;
    color: #333 !important;
    letter-spacing: -1px;
}

body.page-storefront.template-minimal .categories-nav {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 0;
}

body.page-storefront.template-minimal .category-nav-item {
    border-radius: 0 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    padding: 16px 24px;
}

body.page-storefront.template-minimal .category-nav-item:hover,
body.page-storefront.template-minimal .category-nav-item.active {
    background: #f5f5f5 !important;
    border-bottom-color: #333 !important;
}

body.page-storefront.template-minimal .menu-item-card {
    border-radius: 0 !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: none !important;
    transition: box-shadow 0.3s ease;
}

body.page-storefront.template-minimal .menu-item-card:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    transform: none;
}

/* ===================
   BOLD TEMPLATE - Vibrant & Energetic
   =================== */
body.page-storefront.template-bold .hero-main {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    padding: 100px 0 !important;
    position: relative;
}

body.page-storefront.template-bold .hero-title {
    font-size: 72px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: -2px;
    text-shadow: 4px 4px 0 rgba(0,0,0,0.2);
}

body.page-storefront.template-bold .categories-nav {
    background: #ff6b6b;
}

body.page-storefront.template-bold .category-nav-item {
    background: rgba(255, 255, 255, 0.2) !important;
    border: 3px solid transparent !important;
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px !important;
}

body.page-storefront.template-bold .category-nav-item:hover,
body.page-storefront.template-bold .category-nav-item.active {
    background: #ffffff !important;
    color: #ff6b6b !important;
    border-color: #ffffff !important;
    transform: scale(1.1);
}

body.page-storefront.template-bold .menu-item-card {
    border-radius: 24px !important;
    border: 4px solid #ff6b6b !important;
    transform: rotate(-1deg);
    transition: all 0.3s ease;
}

body.page-storefront.template-bold .menu-item-card:hover {
    transform: rotate(0deg) scale(1.02);
    border-color: #ee5a6f !important;
}

body.page-storefront.template-bold .menu-item-card h3 {
    font-weight: 900 !important;
    text-transform: uppercase;
}

/* ===================
   ELEGANT TEMPLATE - Luxury Design
   =================== */
body.page-storefront.template-elegant {
    font-family: 'Playfair Display', serif;
    background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
}

body.page-storefront.template-elegant .hero-main {
    background: linear-gradient(135deg, #8e44ad 0%, #c0392b 100%);
    padding: 120px 0 !important;
    position: relative;
}

body.page-storefront.template-elegant .hero-main::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, transparent, #fdfbfb);
}

body.page-storefront.template-elegant .hero-title {
    font-size: 64px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    font-style: italic;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

body.page-storefront.template-elegant .categories-nav {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    max-width: 1000px;
    margin: 30px auto;
    box-shadow: 0 8px 32px rgba(142, 68, 173, 0.15);
}

body.page-storefront.template-elegant .category-nav-item {
    border-radius: 40px !important;
    background: transparent !important;
    border: 2px solid transparent !important;
    transition: all 0.4s ease;
}

body.page-storefront.template-elegant .category-nav-item:hover,
body.page-storefront.template-elegant .category-nav-item.active {
    background: linear-gradient(135deg, #8e44ad, #c0392b) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(142, 68, 173, 0.3);
}

body.page-storefront.template-elegant .menu-item-card {
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid rgba(142, 68, 173, 0.1) !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

body.page-storefront.template-elegant .menu-item-card:hover {
    box-shadow: 0 12px 32px rgba(142, 68, 173, 0.2);
    border-color: #8e44ad !important;
}

/* ===================
   FOODIE TEMPLATE - Appetizing Design
   =================== */
body.page-storefront.template-foodie .hero-main {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    padding: 80px 0 !important;
}

body.page-storefront.template-foodie .hero-title {
    font-size: 56px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

body.page-storefront.template-foodie .categories-scroll {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px;
    padding: 20px;
}

body.page-storefront.template-foodie .category-nav-item {
    background: #ffffff !important;
    border-radius: 16px !important;
    border: 3px solid #f39c12 !important;
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
}

body.page-storefront.template-foodie .category-nav-item:hover,
body.page-storefront.template-foodie .category-nav-item.active {
    background: #f39c12 !important;
    color: #ffffff !important;
    transform: scale(1.05);
}

body.page-storefront.template-foodie .menu-item-card {
    border-radius: 16px !important;
    background: #fff !important;
    border: 2px solid #f39c12 !important;
    box-shadow: 4px 4px 0 #e67e22 !important;
    transition: all 0.3s ease;
}

body.page-storefront.template-foodie .menu-item-card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 #e67e22 !important;
}

/* ===================
   FASTFOOD TEMPLATE - Quick & Fun
   =================== */
body.page-storefront.template-fastfood .hero-main {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    padding: 60px 0 !important;
}

body.page-storefront.template-fastfood .hero-title {
    font-size: 60px !important;
    font-weight: 900 !important;
    color: #fff700 !important;
    text-transform: uppercase;
    text-shadow: 
        3px 3px 0 #000,
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
    letter-spacing: 2px;
}

body.page-storefront.template-fastfood .categories-nav {
    background: #fff700;
    border-top: 5px solid #e74c3c;
    border-bottom: 5px solid #e74c3c;
}

body.page-storefront.template-fastfood .category-nav-item {
    background: #e74c3c !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    border: 3px solid#000 !important;
    font-weight: 800;
    text-transform: uppercase;
}

body.page-storefront.template-fastfood .category-nav-item:hover,
body.page-storefront.template-fastfood .category-nav-item.active {
    background: #fff700 !important;
    color: #000 !important;
}

body.page-storefront.template-fastfood .menu-item-card {
    border-radius: 12px !important;
    border: 4px solid #000 !important;
    background: #ffffff !important;
    box-shadow: 6px 6px 0 #e74c3c !important;
}

body.page-storefront.template-fastfood .menu-item-card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 8px 8px 0 #e74c3c !important;
}

/* ===================
   CAFE TEMPLATE - Cozy & Warm
   =================== */
body.page-storefront.template-cafe {
    background: #f5f1e8;
}

body.page-storefront.template-cafe .hero-main {
    background: #6f4e37;
    padding: 80px 0 !important;
    position: relative;
}

body.page-storefront.template-cafe .hero-main::before {
    content: '☕';
    position: absolute;
    font-size: 180px;
    opacity: 0.1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.page-storefront.template-cafe .hero-title {
    font-size: 52px !important;
    font-weight: 600 !important;
    color: #f5deb3 !important;
    font-family: 'Brush Script MT', cursive;
}

body.page-storefront.template-cafe .categories-nav {
    background: #8b6f47;
    border-radius: 8px;
}

body.page-storefront.template-cafe .category-nav-item {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 20px !important;
    color: #f5deb3 !important;
}

body.page-storefront.template-cafe .category-nav-item:hover,
body.page-storefront.template-cafe .category-nav-item.active {
    background: #f5deb3 !important;
    color: #6f4e37 !important;
    border-color: #f5deb3 !important;
}

body.page-storefront.template-cafe .menu-item-card {
    background: #fff !important;
    border-radius: 12px !important;
    border: 2px solid #8b6f47 !important;
    box-shadow: 0 4px 8px rgba(111, 78, 55, 0.15);
}

body.page-storefront.template-cafe .menu-item-card:hover {
    box-shadow: 0 8px 16px rgba(111, 78, 55, 0.25);
    border-color: #6f4e37 !important;
}

/* ===================
   SEAFOOD TEMPLATE - Ocean Fresh
   =================== */
body.page-storefront.template-seafood {
    background: linear-gradient(to bottom, #e3f2fd, #ffffff);
}

body.page-storefront.template-seafood .hero-main {
    background: linear-gradient(135deg, #006994 0%, #0288d1 100%);
    padding: 90px 0 !important;
    position: relative;
}

body.page-storefront.template-seafood .hero-main::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" fill="%23e3f2fd"/><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" fill="%23e3f2fd"/><path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" fill="%23e3f2fd"/></svg>') no-repeat;
    background-size: cover;
}

body.page-storefront.template-seafood .hero-title {
    font-size: 58px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

body.page-storefront.template-seafood .categories-nav {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 2px solid #0288d1;
}

body.page-storefront.template-seafood .category-nav-item {
    background: linear-gradient(135deg, #e3f2fd, #bbdefb) !important;
    border: 2px solid #0288d1 !important;
    border-radius: 16px !important;
}

body.page-storefront.template-seafood .category-nav-item:hover,
body.page-storefront.template-seafood .category-nav-item.active {
    background: linear-gradient(135deg, #0288d1, #006994) !important;
    color: #ffffff !important;
}

body.page-storefront.template-seafood .menu-item-card {
    background: rgba(255, 255, 255, 0.98) !important;
    border: 2px solid #0288d1 !important;
    border-radius: 20px !important;
    position: relative;
    overflow: hidden;
}

body.page-storefront.template-seafood .menu-item-card::before {
    content: '🐟';
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 100px;
    opacity: 0.05;
    transform: rotate(-15deg);
}

body.page-storefront.template-seafood .menu-item-card:hover {
    box-shadow: 0 12px 24px rgba(2, 136, 209, 0.3);
    transform: translateY(-4px);
}

/* ===================
   PIZZA TEMPLATE - Italian Style
   =================== */
body.page-storefront.template-pizza {
    background: #fff8dc;
}

body.page-storefront.template-pizza .hero-main {
    background: linear-gradient(135deg, #228b22 0%, #006400 100%);
    padding: 80px 0 !important;
    border-top: 8px solid #8b0000;
    border-bottom: 8px solid #8b0000;
}

body.page-storefront.template-pizza .hero-title {
    font-size: 64px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    font-family: 'Arial Black', sans-serif;
    font-style: italic;
    text-shadow: 3px 3px 0 #8b0000;
}

body.page-storefront.template-pizza .categories-nav {
    background: #8b0000;
    border-top: 4px solid #228b22;
    border-bottom: 4px solid #228b22;
}

body.page-storefront.template-pizza .category-nav-item {
    background: #ffffff !important;
    color: #8b0000 !important;
    border: 3px solid #228b22 !important;
    border-radius: 50% !important;
    width: 100px;
    height: 100px;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700;
}

body.page-storefront.template-pizza .category-nav-item:hover,
body.page-storefront.template-pizza .category-nav-item.active {
    background: #228b22 !important;
    color: #ffffff !important;
    transform: rotate(360deg);
    transition: transform 0.6s ease;
}

body.page-storefront.template-pizza .menu-item-card {
    background: #ffffff !important;
    border: 4px solid #228b22 !important;
    border-radius: 50% !important;
    padding: 30px !important;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.page-storefront.template-pizza .menu-item-card:hover {
    border-color: #8b0000 !important;
    transform: rotate(-5deg) scale(1.05);
}

/* ===================
   ASIAN TEMPLATE - Oriental Design
   =================== */
body.page-storefront.template-asian {
    background: linear-gradient(to bottom, #fffaf0, #ffffff);
}

body.page-storefront.template-asian .hero-main {
    background: linear-gradient(135deg, #8b0000 0%, #dc143c 100%);
    padding: 100px 0 !important;
    position: relative;
}

body.page-storefront.template-asian .hero-main::before {
    content: '🏮';
    position: absolute;
    font-size: 200px;
    opacity: 0.1;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
}

body.page-storefront.template-asian .hero-main::after {
    content: '🏮';
    position: absolute;
    font-size: 200px;
    opacity: 0.1;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
}

body.page-storefront.template-asian .hero-title {
    font-size: 56px !important;
    font-weight: 700 !important;
    color: #ffd700 !important;
    font-family: 'KaiTi', serif;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

body.page-storefront.template-asian .categories-nav {
    background: #ffd700;
    border-top: 3px solid #8b0000;
    border-bottom: 3px solid #8b0000;
}

body.page-storefront.template-asian .category-nav-item {
    background: #8b0000 !important;
    color: #ffd700 !important;
    border: 2px solid #ffd700 !important;
    border-radius: 0 !important;
    clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
    padding: 16px 24px !important;
}

body.page-storefront.template-asian .category-nav-item:hover,
body.page-storefront.template-asian .category-nav-item.active {
    background: #ffd700 !important;
    color: #8b0000 !important;
    transform: scale(1.1);
}

body.page-storefront.template-asian .menu-item-card {
    background: #ffffff !important;
    border: 3px solid #8b0000 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 0 #ffd700, 0 8px 0 #8b0000;
}

body.page-storefront.template-asian .menu-item-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 0 #ffd700, 0 12px 0 #8b0000;
}

/* ===================
   DESSERT TEMPLATE - Sweet & Colorful
   =================== */
body.page-storefront.template-dessert {
    background: linear-gradient(135deg, #fff0f5 0%, #ffe4e1 100%);
}

body.page-storefront.template-dessert .hero-main {
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
    padding: 80px 0 !important;
    position: relative;
    overflow: hidden;
}

body.page-storefront.template-dessert .hero-main::before {
    content: '🍰🧁🍩🍪🍦';
    position: absolute;
    font-size: 40px;
    opacity: 0.2;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
    letter-spacing: 40px;
}

body.page-storefront.template-dessert .hero-title {
    font-size: 58px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    font-family: 'Comic Sans MS', cursive;
    text-shadow: 3px 3px 0 rgba(0,0,0,0.2);
}

body.page-storefront.template-dessert .categories-nav {
    background: linear-gradient(135deg, #ffc0cb, #ffb6c1);
    border-radius: 30px;
    padding: 10px;
}

body.page-storefront.template-dessert .category-nav-item {
    background: #ffffff !important;
    border: 3px solid #ff69b4 !important;
    border-radius: 30px !important;
    color: #ff1493 !important;
    font-weight: 700;
}

body.page-storefront.template-dessert .category-nav-item:hover,
body.page-storefront.template-dessert .category-nav-item.active {
    background: linear-gradient(135deg, #ff69b4, #ff1493) !important;
    color: #ffffff !important;
    transform: scale(1.08) rotate(2deg);
}

body.page-storefront.template-dessert .menu-item-card {
    background: linear-gradient(135deg, #ffffff, #fff0f5) !important;
    border: 3px dashed #ff69b4 !important;
    border-radius: 20px !important;
    position: relative;
}

body.page-storefront.template-dessert .menu-item-card::after {
    content: '✨';
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.page-storefront.template-dessert .menu-item-card:hover::after {
    opacity: 1;
}

body.page-storefront.template-dessert .menu-item-card:hover {
    transform: scale(1.05) rotate(-2deg);
    box-shadow: 0 12px 24px rgba(255, 105, 180, 0.3);
}

/* ===================
   HEALTHY TEMPLATE - Fresh & Natural
   =================== */
body.page-storefront.template-healthy {
    background: linear-gradient(to bottom, #f0f8f4, #ffffff);
}

body.page-storefront.template-healthy .hero-main {
    background: linear-gradient(135deg, #27ae60 0%, #1abc9c 100%);
    padding: 90px 0 !important;
}

body.page-storefront.template-healthy .hero-title {
    font-size: 54px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

body.page-storefront.template-healthy .categories-nav {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #27ae60;
    border-radius: 16px;
}

body.page-storefront.template-healthy .category-nav-item {
    background: linear-gradient(135deg, #e8f8f5, #d5f4e6) !important;
    border: 2px solid #27ae60 !important;
    border-radius: 12px !important;
}

body.page-storefront.template-healthy .category-nav-item:hover,
body.page-storefront.template-healthy .category-nav-item.active {
    background: linear-gradient(135deg, #27ae60, #1abc9c) !important;
    color: #ffffff !important;
}

body.page-storefront.template-healthy .menu-item-card {
    background: #ffffff !important;
    border: 2px solid #27ae60 !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.1);
}

body.page-storefront.template-healthy .menu-item-card:hover {
    box-shadow: 0 8px 24px rgba(39, 174, 96, 0.2);
    border-color: #1abc9c !important;
}

/* ===================
   GRILL TEMPLATE - Smoky & Rustic
   =================== */
body.page-storefront.template-grill {
    background: #2c2416;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(121, 85, 72, 0.05) 10px, rgba(121, 85, 72, 0.05) 20px);
}

body.page-storefront.template-grill .hero-main {
    background: linear-gradient(135deg, #3e2723 0%, #5d4037 100%);
    padding: 100px 0 !important;
    border-top: 5px solid #ff6f00;
    border-bottom: 5px solid #ff6f00;
}

body.page-storefront.template-grill .hero-title {
    font-size: 62px !important;
    font-weight: 900 !important;
    color: #ff6f00 !important;
    font-family: 'Impact', sans-serif;
    text-transform: uppercase;
    text-shadow: 
        2px 2px 0 #000,
        4px 4px 8px rgba(0,0,0,0.5);
    letter-spacing: 3px;
}

body.page-storefront.template-grill .categories-nav {
    background: #3e2723;
    border-top: 3px solid #ff6f00;
    border-bottom: 3px solid #ff6f00;
}

body.page-storefront.template-grill .category-nav-item {
    background: #5d4037 !important;
    border: 2px solid #ff6f00 !important;
    border-radius: 4px !important;
    color: #ff6f00 !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body.page-storefront.template-grill .category-nav-item:hover,
body.page-storefront.template-grill .category-nav-item.active {
    background: #ff6f00 !important;
    color: #000 !important;
    box-shadow: 0 0 20px rgba(255, 111, 0, 0.5);
}

body.page-storefront.template-grill .menu-item-card {
    background: #4e342e !important;
    border: 3px solid #ff6f00 !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    box-shadow: 
        0 4px 0 #3e2723,
        0 8px 16px rgba(0,0,0,0.5);
}

body.page-storefront.template-grill .menu-item-card * {
    color: #ffffff !important;
}

body.page-storefront.template-grill .menu-item-card:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 8px 0 #3e2723,
        0 12px 24px rgba(255, 111, 0, 0.4);
}
