@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700;800&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap');

@font-face {
    font-family: 'Sinhala_01';
    src: url('../../static/tauma/fonts/Sinhala%2001.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sinhala_02';
    src: url('../../static/tauma/fonts/sinhala%2002.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sinhala_03';
    src: url('../../static/tauma/fonts/Sinhala%203.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sinhala_04';
    src: url('../../static/tauma/fonts/FMBindumathi.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --tblr-font-sans-serif: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica Neue, sans-serif;
    --tauma-font-s1: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --tauma-font-s2: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --tauma-font-s3: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --tauma-font-sin1: 'Sinhala_01';
    --tauma-font-sin2: 'sinhala_02';
    --tauma-font-sin3: 'Sinhala_03';
    --tauma-font-sin4: 'Sinhala_04';

    --primary-color: #3bb77e;
    --secondary-color: #ff6b35;
    --dark-green: #1a4d2e;
    --light-green: #e8f5e9;
    --orange: #ffb088;
    --light-orange: #fef2ea;
    --text-dark: #1a1a1a;
    --text-light: #666;
    --white: #ffffff;
    --gray-light: #f5f5f5;
    --border-color: #e8e8e8;
    --border-radius: 12px;
    --def-border-radius: 10px;
    --section-gap: 20px;

}

/* ─── Global Overrides for Cards, Buttons & Section Gaps ─── */
.shop-showcase-card,
.product-grid-item,
.t-cat-item,
.town-category-card,
.featured-product-card,
.card,
.t-pagination-button,
.qty-btn,
.btn:not(.rounded-circle):not(.btn-icon),
button:not(.rounded-circle):not(.btn-icon):not(.shops-showcase__arrows button):not(.featured-products__arrows button):not(.slider-arrow),
.add-to-cart-btn,
.t-subcategory-chip,
.fp-clear-btn,
.fp-apply-btn,
.category-chip,
.t-search-button,
.t-location-badge,
.t-category-card {
    border-radius: var(--def-border-radius, 15px) !important;
}

section, 
.section, 
.featured-products-section, 
.t-category-section, 
.category-section {
    margin-bottom: var(--section-gap, 20px) !important;
    margin-top: 0 !important;
}

/* ── Visit Shop Button Styling ── */
.t-visit-shop-btn {
    background: rgba(59, 183, 126, 0.12) !important;
    color: #3bb77e !important;
    border: none !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    padding: 8px 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    transition: all 0.25s ease !important;
    width: 100% !important;
    cursor: pointer !important;
}

.t-visit-shop-btn:hover {
    background: #3bb77e !important;
    color: #ffffff !important;
}

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

.tfs-1 {
    font-size: 45px !important;
}
.tfs-3 {
    font-size: 25px !important;
}

.tbg-primary {
    background-color: var(--primary-color);
}

body {
    font-feature-settings: "cv03", "cv04", "cv11";
    font-family: var(--tauma-font-s1);
}

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

.t-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px;
}

img,
video,
canvas,
iframe {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.tauma-header__brand-title,
.hero-banner-2__title,
.section-header h2 {
    font-family: var(--tauma-font-s2);
}

.font-sin1 {
    font-family: 'Noto Sans Sinhala', var(--tauma-font-sin1);
}

.font-sin2 {
    font-family: 'Noto Sans Sinhala', var(--tauma-font-sin2);
}

.font-sin3 {
    font-family: 'Noto Sans Sinhala', var(--tauma-font-sin3);
}

.font-sin4 {
    font-family: 'Noto Sans Sinhala', var(--tauma-font-sin4);
}

.font-en1 {
    font-family: 'Poppins', var(--tauma-font-s1);
}

/* Existing Styles */
.tcard1 {
    padding: 10px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 20px 20px 60px #e8e8e8,
        -20px -20px 60px #ffffff;
    border: 1px solid rgb(242, 242, 242);
}

.tRounded {
    border-radius: 30px;
}



.sales-chart-container {
    height: 300px;
}

.map-container {
    height: 250px;
    position: relative;
}

.promotional-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.promotional-card::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.progress-modern {
    height: 8px;
    border-radius: 10px;
}

.card-stat {
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 8px;
}

.card-stat:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(32, 107, 196, 0.15) !important;
}

.product-img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.table tbody tr:hover {
    background-color: rgba(32, 107, 196, 0.02);
    transition: background-color 0.2s ease;
}

.sidebar-active {
    background-color: rgba(32, 107, 196, 0.06);
    color: #206bc4;
    font-weight: 600;
}

.shop-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.38rem 0.8rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1;
    border: 1px solid transparent;
    white-space: nowrap;
}

.shop-status-pill::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 999px;
    flex: 0 0 8px;
}

.shop-status-pill--active {
    color: #1f7a3f;
    background: #e9f9ef;
    border-color: #c7efd4;
}

.shop-status-pill--active::before {
    background: #2fb344;
}

.shop-status-pill--pending {
    color: #9a6700;
    background: #fff6df;
    border-color: #ffe1a6;
}

.shop-status-pill--pending::before {
    background: #f59e0b;
}

.shop-status-pill--inactive {
    color: #5f6570;
    background: #f1f3f5;
    border-color: #dee2e6;
}

.shop-status-pill--inactive::before {
    background: #6b7280;
}

/* add admin  */

.sales-chart-container {
    height: 300px;
}

.map-container {
    height: 250px;
    position: relative;
}

.promotional-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.promotional-card::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.progress-modern {
    height: 8px;
    border-radius: 10px;
}

.card-stat {
    transition: transform 0.2s;
}

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

.product-img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
}

.sidebar-active {
    background-color: rgba(32, 107, 196, 0.06);
    color: #206bc4;
    font-weight: 600;
}

/* add admin end */


/* index css  */

/* Top Announcement Bar */
.top-announcement {
    background: linear-gradient(90deg, #6b4c9a 0%, #9b5fb3 100%);
    color: white;
    padding: 8px 0;
    font-size: 13px;
    text-align: center;
}

.top-announcement .countdown {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.countdown span {
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 8px;
    border-radius: 3px;

    /* Reduce Header Height */
    .navbar.navbar-expand-md {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        min-height: auto;
    }

    .navbar .navbar-brand {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .navbar .nav-link {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .navbar .navbar-nav {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar .navbar-brand img {
        height: 28px;
    }
}

/* Header */
.main-header {
    background: white;
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

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

.logo img {
    height: 40px;
}

.logo-text {
    font-size: 28px;
    font-weight: bold;
    color: #ff6b35;
}

.search-bar {
    flex: 1;
    max-width: 600px;
    position: relative;
}

.search-bar input {
    width: 100%;
    padding: 12px 50px 12px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    font-size: 14px;
}

.search-bar button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 18px;
}

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

.action-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
}

.action-item span {
    font-size: 11px;
    margin-top: 2px;
}

.badge {
    /* position: absolute; */
    top: -5px;
    right: -10px;
    background: #ff6b35;
    color: white;
    /* border-radius: 50%; */
    /* width: 20px; */
    /* height: 20px; */
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.account-shortcut {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #222;
}

.account-shortcut i {
    font-size: 22px;
    line-height: 1;
}

.account-shortcut .small-label {
    font-size: 13px;
    line-height: 1.1;
    color: #444;
}

.account-shortcut .main-label {
    font-size: 23px;
    line-height: 1.1;
    color: #222;
    font-weight: 600;
}

.quick-icon {
    position: relative;
    color: #111;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.quick-icon i {
    font-size: 24px;
    line-height: 1;
}

.quick-icon-badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e5252a;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

/* Navigation */
.main-nav {
    background: white;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links {
    display: flex;
    gap: 35px;
    list-style: none;
    padding: 15px 0;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.secondary-nav {
    display: flex;
    gap: 20px;
}

.secondary-nav a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
}

.hot-badge {
    background: #ff0000;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 10px;
    margin-left: 5px;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 15px 0;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: 0.3s;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Mobile Responsive */
@media (max-width: 968px) {
    .hamburger {
        display: flex;
    }

    .nav-container {
        flex-wrap: wrap;
    }

    .nav-links {
        flex-direction: column;
        width: 100%;
        gap: 0;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .nav-links.active {
        max-height: 500px;
        padding: 15px 0;
    }

    .nav-links li {
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
    }

    .nav-links a {
        display: block;
        padding: 12px 0;
    }

    .secondary-nav {
        flex-direction: column;
        width: 100%;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        border-top: 1px solid #e0e0e0;
    }

    .secondary-nav.active {
        max-height: 200px;
        padding: 15px 0;
    }

    .secondary-nav a {
        padding: 12px 0;
        border-bottom: 1px solid #e0e0e0;
    }
}

@media (max-width: 768px) {
    .header-container {
        flex-wrap: wrap;
        gap: 15px;
    }

    .search-bar {
        order: 3;
        width: 100%;
        max-width: 100%;
    }

    .header-actions {
        gap: 15px;
    }

    .action-item span {
        display: none;
    }
}

/* Container */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Banner */
.hero-section {
    background: #f6f2ef;
    padding: 50px 0;
    margin: 30px 0;
    border-radius: 15px;
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.hero-text {
    flex: 1;
}

.hero-badge {
    background: #c8f5d7;
    color: #2d8f4d;
    padding: 8px 15px;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 20px;
}

.hero-text h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #2d2d5f;
}

.hero-text p {
    color: #666;
    margin-bottom: 25px;
    font-size: 15px;
}

.hero-price {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.price-current {
    font-size: 32px;
    font-weight: bold;
    color: #ff6b35;
}

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

.btn-shop {
    background: #6b4c9a;
    color: white;
    padding: 12px 35px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
}

.hero-image {
    flex: 1;
    text-align: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
}

/* Section Headers */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 25px;
}

.section-header h2 {
    font-size: 28px;
    font-weight: 600;
}

.section-header h2 span {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.view-all {
    color: #00b859;
    text-decoration: none;
    font-size: 14px;
}

/* Categories */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 16px;
    margin-bottom: 40px;
    align-items: start;
}

.category-item {
    text-align: left;
    cursor: pointer;
    /* width: 100%; */
    max-width: auto;
}

.category-item img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
}

.category-item p {
    font-size: 14px;
    color: #333;
}

@media (max-width: 992px) {
    .categories-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .categories-grid {
        grid-template-columns: 1fr;
    }
}

/* Banner Message */
.banner-message {
    background: linear-gradient(90deg, #ffe8e0 0%, #ffd6cc 100%);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin: 40px 0;
}

.banner-message h3 {
    font-size: 24px;
    color: #ff6b35;
}

/* Product Grid */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.product-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    background: white;
    transition: all 0.3s;
}

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

.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff0000;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
}

.product-image {
    text-align: center;
    margin-bottom: 15px;
}

.product-image img {
    max-width: 100%;
    height: 150px;
    object-fit: contain;
}

.product-info h4 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
    min-height: 40px;
}

.product-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #ff6b35;
}

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

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

.stars {
    color: #ffa500;
    font-size: 12px;
}

.rating-bar {
    flex: 1;
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
}

.rating-fill {
    height: 100%;
    background: linear-gradient(90deg, #ffa500 0%, #ff6b35 100%);
}

.btn-add {
    width: 100%;
    background: white;
    border: 2px solid #00b859;
    color: #00b859;
    padding: 10px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-add:hover {
    background: #00b859;
    color: white;
}

/* Promo Banners */
.promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.promo-card {
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.promo-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #2d2d5f;
}

.promo-card p {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.btn-promo {
    color: #00b859;
    text-decoration: none;
    font-weight: 600;
}

/* Features Section */
.features-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 50px 0;
    padding: 40px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.feature-icon {
    font-size: 48px;
}

.feature-text h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.feature-text p {
    font-size: 13px;
    color: #666;
}

/* Newsletter */
.newsletter-section {
    background: linear-gradient(135deg, #fffaeb 0%, #fff5d6 100%);
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    margin: 50px 0;
}

.newsletter-section h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.newsletter-section p {
    color: #666;
    margin-bottom: 25px;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-form input {
    flex: 1;
    padding: 12px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.newsletter-form button {
    background: #6b4c9a;
    color: white;
    padding: 12px 35px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Footer */
.footer {
    background: #f8f8f8;
    /* padding: 50px 0 20px; */
    margin-top: 50px;


  bottom: 0;         /* Attach to bottom */
  left: 0;           /* Align left */
  
  
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    /* margin-bottom: 30px; */
}

.footer-column h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

.footer-column a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.footer-column a:hover {
    color: #ff6b35;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.app-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.app-button {
    background: #000;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.footer-bottom p {
    color: #666;
    font-size: 13px;
    margin-bottom: 15px;
}

.payment-methods {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.social-links a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #666;
}

/* index css end */

/* header2.php - Nest style header */
.tauma-header {
    --tauma-green: #3bb77e;
    --tauma-dark: #253d4e;
    --tauma-muted: #7e7e7e;
    --tauma-border: #ececec;
    --tauma-bg-soft: #f4f6fa;
    font-family: var(--tauma-font-s1);
    color: var(--tauma-dark);
    border-bottom: 1.5px solid var(--tauma-border) !important;
    background: #fff !important;
    padding-bottom: 10px !important;
}

/* ── Header Navigation Links ── */
.tauma-header__nav-links {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.tauma-header__nav-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--tauma-dark) !important;
    text-decoration: none;
    position: relative;
    padding: 0 2px;
    transition: color 0.25s ease;
}

.tauma-header__nav-item .material-symbols-outlined {
    font-size: 20px;
    color: #4f5d68;
    transition: color 0.25s ease;
}

.tauma-header__nav-item:hover,
.tauma-header__nav-item:hover .material-symbols-outlined {
    color: #3bb77e !important;
}

.tauma-header__nav-item.is-active,
.tauma-header__nav-item.is-active .material-symbols-outlined {
    color: #3bb77e !important;
}

.tauma-header__nav-item::after {
    content: '';
    position: absolute;
    bottom: -24px; /* aligns exactly with the header's bottom border (10px gap + border alignment) */
    left: 0;
    width: 0;
    height: 3.5px;
    background-color: #3bb77e;
    border-radius: 99px 99px 0 0;
    transition: width 0.25s ease;
}

.tauma-header__nav-item.is-active::after {
    width: 100%;
}

.tauma-header__nav-item:hover::after {
    width: 100%;
}

.tauma-header *,
.tauma-header *::before,
.tauma-header *::after {
    box-sizing: border-box;
}

.tauma-header a {
    color: inherit;
    text-decoration: none;
}

.tauma-header__container {
    width: min(1920px, calc(100% - 32px));
    margin: 0 auto;
}

.tauma-header__topbar {
    background: var(--tauma-bg-soft);
    border-bottom: 1px solid var(--tauma-border);
    font-size: 12px;
}

.tauma-header__topbar-inner {
    min-height: 36px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
}

.tauma-header__quick-links {
    display: flex;
    gap: 14px;
    color: #6f6f6f;
}

.tauma-header__quick-links a:hover,
.tauma-header__support a:hover,
.tauma-header__lang:hover {
    color: var(--tauma-green);
}

.tauma-header__promo {
    margin: 0;
    color: var(--tauma-green);
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}

.tauma-header__support {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6f6f6f;
}

.tauma-header__support a {
    color: var(--tauma-green);
    font-weight: 700;
}

.tauma-header__lang {
    border: 0;
    background: transparent;
    color: #6f6f6f;
    cursor: pointer;
    padding: 0;
    font-size: 12px;
}

/* .tauma-header__middle {
    border-bottom: 1px solid var(--tauma-border);
} */

.tauma-header__middle-inner {
    min-height: 32px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.tauma-header__start-group {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 0 0 auto;
}

.tauma-header__brand {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 165px;
}

.tauma-header__brand-icon {
    font-size: 28px;
    line-height: 1;
}

.tauma-header__brand-text-wrap {
    display: flex;
    flex-direction: column;
    line-height: 1;
    min-width: 0;
}

.tauma-header__brand-title {
    display: flex;
    align-items: center;
    line-height: 0;
    font-size: 38px;
    font-weight: 800;
    color: var(--tauma-green);
    letter-spacing: 0.2px;
}

.tauma-header__brand-logo {
    display: block;
    height: 30px;
    width: auto;
    object-fit: contain;
}

.tauma-header__brand-sub {
    font-size: 10px;
    letter-spacing: 1.8px;
    color: #7f7f7f;
    margin-top: 2px;
}

.tauma-header__location-wrap {
    padding: 2px 4px 2px 4px;
}

.tauma-header__location-trigger {
    border: 1px solid #dbe2e8;
    background: #f8fafc;
    border-radius: 999px;
    height: 42px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #253d4e;
    cursor: pointer;
    max-width: 180px;
}

.tauma-header__location-trigger:hover,
.tauma-header__location-trigger:focus-visible {
    border-color: #c7d2d9;
    background: #ffffff;
    outline: none;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.tauma-header__location-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    color: var(--tauma-green);
    flex: 0 0 auto;
}

.tauma-header__location-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.tauma-header__location-text {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tauma-header__search {
    flex: 1;
    min-width: 260px;
    display: grid;
    grid-template-columns: 1fr auto;
    /* border: 1px solid #eef1f4; */
    border-radius: 999px;
    overflow: hidden;
    background: rgb(241, 241, 241);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.tauma-header__search input {
    border: 0;
    padding: 13px 14px;
    font-size: 14px;
    color: #4b4b4b;
    background: transparent;
}

.tauma-header__search input:focus {
    outline: none;
}

.tauma-header__search button {
    border: 0;
    padding: 0 20px;
    background: rgb(241, 241, 241);
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tauma-header__search button svg {
    width: 20px;
    height: 20px;
}

.tauma-header__search-wrap {
    position: relative;
    flex: 1;
    min-width: 280px;
    max-width: 720px;
}

.tauma-header__search-panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid #edf0f3;
    border-radius: 15px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 60000;
}

.tauma-header__search-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px 12px 20px;
    border-bottom: 1px solid #eef2f6;
}

.tauma-header__search-panel-title {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}

.tauma-header__search-panel-close {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: #f3f4f6;
    color: #374151;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: 0 0 auto;
}

.tauma-header__search-panel-close:hover {
    background: #e5e7eb;
}

.tauma-header__search-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tauma-header__search-tabs {
    position: relative;
    display: flex;
    gap: 0;
    border-bottom: 1px solid #eef2f6;
    overflow-x: auto;
    height: auto;
    overflow-y: hidden;
}

.tauma-header__search-tabs button {
    border: 0;
    background: transparent;
    padding: 15px 24px 13px;
    font-size: 15px;
    color: #475569;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.tauma-header__search-tabs button.is-active {
    color: #111827;
    font-weight: 600;
}

.tauma-header__search-tabs-indicator {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    width: 0;
    border-radius: 999px;
    background: var(--tauma-green);
    transform: translateX(0);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), width 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
}

.tauma-header__search-results {
    max-height: 470px;
    overflow-y: auto;
    padding: 14px 0;
}

.tauma-header__search-empty {
    padding: 20px 22px;
    color: #6b7280;
    font-size: 14px;
}

.tauma-header__search-result {
    width: 100%;
    border: 0;
    background: transparent;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 12px 22px;
    text-align: left;
    border-bottom: 1px solid #f1f4f7;
}

.tauma-header__search-result:hover {
    background: #f9fbfc;
}

.tauma-header__search-result-media {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #eaf7ef 0%, #f7fbf8 100%);
    border: 1px solid #e3f0e7;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--tauma-green);
    font-weight: 700;
    font-size: 18px;
    flex: 0 0 auto;
}

.tauma-header__search-result-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tauma-header__search-result-text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.tauma-header__search-result-text strong {
    font-size: 15px;
    color: #111827;
    font-weight: 600;
}

.tauma-header__search-result-text small {
    font-size: 12px;
    color: #6b7280;
}

.tauma-header__search-result-badge {
    font-size: 12px;
    font-weight: 600;
    color: #0f172a;
    background: #f3f7f4;
    border: 1px solid #dcefe2;
    border-radius: 999px;
    padding: 6px 10px;
    white-space: nowrap;
}

.tauma-header__vendor-wrap {
    min-width: 118px;
    text-align: center;
}

.tauma-header__vendor {
    font-size: 14px;
    color: #89a2b0;
}

.tauma-header__vendor:hover {
    color: var(--tauma-green);
}

.tauma-header__actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.tauma-header__action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #253d4e;
    position: relative;
}

.tauma-header__action:has(.tauma-header__badge) {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #f1f1f1;
    background: #f8fafc;
    border-radius: 50%;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
    cursor: pointer;
    transition: all 0.2s ease;
    gap: 0;
}

.tauma-header__action:has(.tauma-header__badge):hover,
.tauma-header__action:has(.tauma-header__badge):focus-visible {
    border-color: #c7d2d9;
    background: #ffffff;
    outline: none;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.tauma-header__account-menu {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
}

.tauma-header__account-toggle2 {
    border: 1px solid #dbe2e8;
    background: #f8fafc;
    cursor: pointer;
    padding: 9px 12px;
    border-radius: 999px;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
}

.tauma-header__account-toggle {
    border: 1px solid #dbe2e8;
    background: #f8fafc;
    cursor: pointer;
    padding: 9px 12px;
    border-radius: 999px;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
}

.tauma-header__account-toggle:hover,
.tauma-header__account-toggle:focus-visible {
    border-color: #c7d2d9;
    background: #ffffff;
    outline: none;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.tauma-header__account-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 172px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
    padding: 6px;
    display: none;
    z-index: 1000;
    text-align: left;
}

.tauma-header__account-dropdown a {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    color: #253d4e;
    border-radius: 6px;
}

.tauma-header__account-dropdown a:hover {
    background: #f3f4f6;
}

.tauma-header__account-dropdown a+a {
    margin-top: 2px;
}

.tauma-header__account-menu:hover .tauma-header__account-dropdown,
.tauma-header__account-menu:focus-within .tauma-header__account-dropdown {
    display: block;
}

.tauma-header__account-menu.is-open .tauma-header__account-dropdown {
    display: block;
}

.tauma-header__action-icon {
    width: 21px;
    height: 21px;
    display: inline-flex;
}

.tauma-header__action-icon svg {
    width: 100%;
    height: 100%;
    fill: #7f7f7f;
}

.tauma-header__badge {
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tauma-green);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(15, 23, 42, 0.1);
}

.tauma-header__menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    padding: 6px;
    cursor: pointer;
}

.tauma-header__menu-toggle>span:not(.tauma-sr-only) {
    display: block;
    width: 24px;
    height: 3px;
    background: #334155;
    margin: 5px 0;
}

.tauma-header__bottom {
    display: none;
    position: relative;
}

.tauma-header__bottom-inner {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.tauma-header__categories {
    background: var(--tauma-green);
    color: #fff;
    border: 0;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 44px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.tauma-header__categories-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
}

.tauma-header__categories-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.tauma-header__caret {
    font-size: 11px;
}

.tauma-header__main-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    font-size: 14px;
    font-weight: 600;
}

.tauma-header__main-nav a {
    color: #253d4e;
    padding: 4px 0;
}

.tauma-header__main-nav a:hover,
.tauma-header__main-nav .is-active {
    color: var(--tauma-green);
}

.tauma-header__main-nav .is-hot::before {
    content: "\1F525";
    margin-right: 6px;
    font-size: 12px;
}

.tauma-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.tauma-location-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.tauma-location-modal.is-open {
    display: flex;
}

.tauma-location-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
}

.tauma-location-modal__dialog {
    position: relative;
    width: min(460px, calc(100% - 30px));
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e7ecf0;
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.28);
    overflow: hidden;
}

.tauma-location-modal__header {
    padding: 16px 18px;
    border-bottom: 1px solid #edf1f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tauma-location-modal__header h3 {
    margin: 0;
    font-size: 18px;
    color: #1e293b;
}

.tauma-location-modal__close,
.tauma-header__drawer-close {
    border: 0;
    background: transparent;
    color: #64748b;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.tauma-header__drawer-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 1;
}

.tauma-location-modal__body {
    padding: 18px;
    display: grid;
    gap: 10px;
}

.tauma-location-modal__body label {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}

.tauma-location-modal__body select,
.tauma-location-modal__body input {
    width: 100%;
    min-height: 42px;
    border: 1px solid #d1d9e0;
    border-radius: 8px;
    padding: 0 12px;
    color: #1e293b;
    background: #fff;
}

.tauma-location-modal__body select:focus,
.tauma-location-modal__body input:focus {
    outline: 0;
    border-color: #83d19b;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.16);
}

.tauma-location-modal__footer {
    padding: 14px 18px 18px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.tauma-location-ui .modal-content {
    border-radius: 20px;
    border: 0;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
    overflow: hidden;
    background: #f7f7f7;
}

.tauma-location-ui .modal-header {
    border: 0;
    padding: 14px 14px 0;
}

.tauma-location-ui .btn-close {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #ececec;
    background-size: 14px;
    opacity: 1;
    margin: 0;
}

.tauma-location-ui .modal-body {
    padding: 10px 24px 24px;
}

.tauma-location-ui__title {
    font-size: 50px;
    line-height: 1.05;
    color: #0f172a;
    margin: 8px 0 20px;
    font-weight: 800;
}

.tauma-location-ui__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e6e6e6;
}

.tauma-location-ui__left {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.tauma-location-ui__icon {
    width: 32px;
    height: 32px;
    color: var(--tauma-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tauma-location-ui__icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.tauma-location-ui__town {
    font-size: 28px;
    font-weight: 600;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.tauma-location-ui__change {
    border: 0;
    background: #ececec;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
}

.tauma-location-ui__picker {
    margin-top: 16px;
}

.tauma-location-ui__picker .form-control {
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid #d7d7d7;
}

.tauma-location-ui__results {
    margin-top: 10px;
    max-height: 148px;
    overflow-y: auto;
    display: grid;
    gap: 8px;
    padding-right: 2px;
}

.tauma-location-ui__results::-webkit-scrollbar {
    width: 6px;
}

.tauma-location-ui__results::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.tauma-location-ui__result {
    border: 1px solid #d9e8de;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffffff 0%, #f0faf2 100%);
    padding: 9px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    color: #0f172a;
    font-weight: 600;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.tauma-location-ui__result:hover {
    transform: translateY(-1px);
    border-color: #9ad0ab;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
}

.tauma-location-ui__result::after {
    content: "\2192";
    color: var(--tauma-green);
    font-weight: 700;
}

.tauma-location-ui__results-empty {
    border: 1px dashed #d0d7de;
    border-radius: 12px;
    background: #fff;
    color: #64748b;
    font-size: 14px;
    padding: 12px;
    text-align: center;
}

.tauma-location-ui__done {
    margin-top: 18px;
    width: 100%;
    border: 0;
    border-radius: 12px;
    min-height: 62px;
    display: block;
    background-color: #3bb77e;
    color: #fff !important;
    font-size: 34px;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(59, 183, 126, 0.24);
}

@media (max-width: 767px) {
    .tauma-location-ui__title {
        font-size: 36px;
    }

    .tauma-header__search-wrap {
        min-width: 100%;
        max-width: none;
    }

    .tauma-header__search-panel {
        border-radius: 18px;
    }

    .tauma-header__search-panel-head {
        padding: 12px 12px 10px 14px;
    }

    .tauma-header__search-tabs button {
        padding: 13px 16px 12px;
        font-size: 14px;
    }

    .tauma-header__search-panel-close {
        width: 26px;
        height: 26px;
        font-size: 18px;
    }

    .tauma-header__search-result {
        grid-template-columns: 40px minmax(0, 1fr) auto;
        gap: 10px;
        padding: 11px 14px;
    }

    .tauma-header__search-result-media {
        width: 40px;
        height: 40px;
    }

    .tauma-header__search-result-text strong {
        font-size: 14px;
    }

    .tauma-location-ui__town {
        font-size: 24px;
    }

    .tauma-location-ui__change {
        font-size: 16px;
        padding: 8px 14px;
    }

    .tauma-location-ui__done {
        font-size: 24px;
        min-height: 52px;
    }
}

.tauma-location-modal__btn {
    border: 0;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}

.tauma-location-modal__btn--secondary {
    background: #f1f5f9;
    color: #334155;
}

.tauma-location-modal__btn--primary {
    background: var(--tauma-green);
    color: #fff;
}

body.tauma-modal-open {
    overflow: hidden;
}

@media (max-width: 1120px) {
    .tauma-header__promo {
        display: none;
    }

    .tauma-header__topbar-inner {
        grid-template-columns: 1fr auto;
    }
}

@media (max-width: 890px) {
    .tauma-header__middle-inner {
        min-height: 76px;
        flex-wrap: wrap;
        gap: 14px;
        padding: 10px 0;
    }

    .tauma-header__start-group {
        order: 1;
        flex: 1 1 auto;
        min-width: 0;
        gap: 8px;
    }

    .tauma-header__brand {
        min-width: 0;
        max-width: 112px;
    }

    .tauma-header__actions {
        order: 2;
    }

    .tauma-header__location-wrap {
        min-width: 0;
        flex: 1 1 auto;
    }

    .tauma-header__brand-logo {
        height: 30px;
        max-width: 100%;
    }

    .tauma-header__location-trigger {
        width: 100%;
        max-width: 150px;
    }

    .tauma-header__menu-toggle {
        flex: 0 0 auto;
    }

    .tauma-header__search {
        order: 10;
        flex-basis: 100%;
        width: 100%;
        min-width: 0;
        margin-top: 2px;
    }

    .tauma-header__search-wrap {
        order: 10;
        flex-basis: 100%;
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    .tauma-header__vendor-wrap {
        display: none;
    }

    .tauma-header__actions {
        margin-left: auto;
    }

    .tauma-header__menu-toggle {
        display: inline-block;
    }

    .tauma-header__bottom {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 1200;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }

    .tauma-header__drawer-backdrop {
        position: absolute;
        inset: 0;
        border: 0;
        background: rgba(15, 23, 42, 0.4);
        opacity: 0;
        transition: opacity 0.22s ease;
    }

    .tauma-header__drawer {
        position: absolute;
        top: 0;
        left: 0;
        width: min(300px, 84vw);
        height: 100%;
        background: #f5f7f8;
        border-right: 1px solid #e6eaee;
        box-shadow: 0 14px 32px rgba(15, 23, 42, 0.18);
        transform: translateX(-106%);
        transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
        overflow-y: auto;
        padding: 56px 18px 20px;
    }

    .tauma-header.nav-open .tauma-header__bottom {
        opacity: 1;
        pointer-events: auto;
    }

    .tauma-header.nav-open .tauma-header__drawer-backdrop {
        opacity: 1;
    }

    .tauma-header.nav-open .tauma-header__drawer {
        transform: translateX(0);
    }

    .tauma-header__drawer-nav,
    .tauma-header__drawer-auth {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .tauma-header__drawer-nav a,
    .tauma-header__drawer-auth a {
        position: relative;
        display: flex;
        align-items: center;
        gap: 12px;
        min-height: 46px;
        padding: 8px 12px;
        border-radius: 0;
        color: #4b4b4b;
        font-size: 15px;
        font-weight: 500;
    }

    .tauma-header__drawer-nav a:hover,
    .tauma-header__drawer-auth a:hover {
        background: rgba(0, 0, 0, 0.02);
        color: #111827;
    }

    .tauma-header__drawer-nav a.is-active {
        background: #e5e7eb;
        color: #111827;
        font-weight: 600;
    }

    .tauma-header__drawer-nav a.is-active::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        bottom: 8px;
        width: 4px;
        border-radius: 3px;
        background: #111827;
    }

    .tauma-header__drawer-icon {
        width: 26px;
        height: 26px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        color: #5b5b5b;
    }

    .tauma-header__drawer-icon svg {
        width: 100%;
        height: 100%;
        fill: currentColor;
    }

    .tauma-header__drawer-nav a.is-active .tauma-header__drawer-icon {
        color: #111827;
    }

    .tauma-header__drawer-divider {
        margin: 14px 0 12px;
        border-top: 1px solid #e5e7eb;
    }

    .tauma-header.nav-open .tauma-header__menu-toggle {
        position: relative;
        z-index: 1;
    }

    body.tauma-menu-open {
        overflow: hidden;
    }
}

@media (min-width: 821px) {
    .tauma-header__middle-inner {
        position: relative;
    }

    .tauma-header__start-group {
        gap: 12px;
        flex-wrap: nowrap;
    }

    .tauma-header__menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
        position: static;
        width: 38px;
        height: 38px;
        padding: 8px;
        margin-right: 8px;
        /* border: 1px solid #dbe2e8; */
        border-radius: 8px;
        /* background: #ffffff; */
        z-index: 2;
    }

    .tauma-header__menu-toggle>span:not(.tauma-sr-only) {
        width: 24px;
        height: 3px;
        margin: 0;
        /* border-radius: 999px; */
        background: #253d4e;
    }

    .tauma-header__bottom {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 1200;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }

    .tauma-header__drawer-backdrop {
        position: absolute;
        inset: 0;
        border: 0;
        background: rgba(15, 23, 42, 0.4);
        opacity: 0;
        transition: opacity 0.22s ease;
    }

    .tauma-header__drawer {
        position: absolute;
        top: 0;
        left: 0;
        width: min(320px, 28vw);
        height: 100%;
        background: #f5f7f8;
        border-right: 1px solid #e6eaee;
        box-shadow: 0 14px 32px rgba(15, 23, 42, 0.18);
        transform: translateX(-106%);
        transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
        overflow-y: auto;
        padding: 56px 18px 20px;
    }

    .tauma-header__drawer-nav,
    .tauma-header__drawer-auth {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .tauma-header__drawer-nav a,
    .tauma-header__drawer-auth a {
        position: relative;
        display: flex;
        align-items: center;
        gap: 12px;
        min-height: 46px;
        padding: 8px 12px;
        border-radius: 0;
        color: #4b4b4b;
        font-size: 15px;
        font-weight: 500;
    }

    .tauma-header__drawer-nav a:hover,
    .tauma-header__drawer-auth a:hover {
        background: rgba(0, 0, 0, 0.02);
        color: #111827;
    }

    .tauma-header__drawer-nav a.is-active {
        background: #e5e7eb;
        color: #111827;
        font-weight: 600;
    }

    .tauma-header__drawer-nav a.is-active::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        bottom: 8px;
        width: 4px;
        border-radius: 3px;
        background: #111827;
    }

    .tauma-header__drawer-icon {
        width: 26px;
        height: 26px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        color: #5b5b5b;
    }

    .tauma-header__drawer-icon svg {
        width: 100%;
        height: 100%;
        fill: currentColor;
    }

    .tauma-header__drawer-nav a.is-active .tauma-header__drawer-icon {
        color: #111827;
    }

    .tauma-header__drawer-divider {
        margin: 14px 0 12px;
        border-top: 1px solid #e5e7eb;
    }

    .tauma-header.nav-open .tauma-header__bottom {
        opacity: 1;
        pointer-events: auto;
    }

    .tauma-header.nav-open .tauma-header__drawer-backdrop {
        opacity: 1;
    }

    .tauma-header.nav-open .tauma-header__drawer {
        transform: translateX(0);
    }

    .tauma-header.nav-open .tauma-header__menu-toggle {
        position: static;
        z-index: 2;
    }

    body.tauma-menu-open {
        overflow: hidden;
    }
}

@media (max-width: 700px) {
    .tauma-header__container {
        width: min(1280px, calc(100% - 24px));
    }

    .tauma-header__quick-links {
        display: none;
    }

    .tauma-header__topbar-inner {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 4px;
        padding: 6px 0;
    }

    .tauma-header__support {
        justify-self: center;
        gap: 8px;
    }

    .tauma-header__middle-inner {
        display: grid;
        grid-template-columns: auto 1fr auto auto;
        grid-template-areas:
            "brand location actions menu"
            "search search search search";
        align-items: center;
        column-gap: 10px;
        row-gap: 10px;
        padding: 10px 0 12px;
    }

    .tauma-header__search-wrap {
        grid-area: search;
        display: block;
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    .tauma-header__brand {
        grid-area: brand;
        min-width: 0;
        max-width: 86px;
    }

    .tauma-header__brand-title {
        font-size: 28px;
    }

    .tauma-header__brand-logo {
        height: 24px;
        width: auto;
        max-width: 78px;
    }

    .tauma-header__actions {
        grid-area: actions;
        margin-left: 0;
        gap: 6px;
        justify-self: end;
    }

    .tauma-header__actions>.tauma-header__action,
    .tauma-header__account-toggle {
        width: 30px;
        height: 30px;
        justify-content: center;
        padding: 0;
        border-radius: 999px;
    }

    .tauma-header__badge {
    
    min-width: 20px;
    height: 20px;
    
}

    .tauma-header__location-wrap {
        grid-area: location;
        min-width: 0;
        justify-self: start;
    }

    .tauma-header__location-trigger {
        max-width: 110px;
        padding: 0 8px;
        height: 34px;
    }

    .tauma-header__location-text {
        font-size: 11px;
    }

    .tauma-header__menu-toggle {
        grid-area: menu;
        justify-self: end;
    }

    .tauma-header__drawer {
        width: min(280px, 88vw);
        padding: 52px 10px 14px;
    }

    .tauma-header__drawer-nav a,
    .tauma-header__drawer-auth a {
        min-height: 44px;
        padding: 8px 10px;
        font-size: 16px;
    }

    .tauma-header__search {
        width: 100%;
        min-width: 0;
        flex: 0 0 100%;
        margin-top: 0;
    }

    .tauma-header__search input {
        padding: 11px 12px;
        min-width: 0;
    }

    .tauma-header__search button {
        padding: 0 16px;
    }

    .tauma-header__action span:last-child:not(.tauma-header__badge) {
        display: none;
    }

    .tauma-header__action .tauma-header__badge {
        display: flex;
    }
}

/* Hero Banner 2 - Promotional Cards Grid */
.hero-banner-2 {
    margin: 30px 0 40px;
    padding: 0;
}

.hero-banner-2__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 20px;
    grid-template-areas:
        "large small";
}

.hero-banner-2__card {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px;
    color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-banner-2__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Large Card (Left) */
.hero-banner-2__card--large {
    grid-area: large;
    background-image: linear-gradient(135deg, rgba(20, 31, 20, 0.58) 0%, rgba(20, 31, 20, 0.22) 100%), url("../../static/tauma/banner01.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 28rem;
    justify-content: space-between;
}

.hero-banner-2__badge {
    background: rgba(139, 92, 246, 0.3);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    width: fit-content;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.hero-banner-2__title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.hero-banner-2__price {
    font-size: 48px;
    font-weight: 800;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
}

.hero-banner-2__btn {
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    padding: 11px 28px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    width: fit-content;
    transition: all 0.3s ease;
}

.hero-banner-2__btn:hover {
    background: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.6);
}

.hero-banner-2__image {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-banner-2__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

/* Right Cards Grid */
.hero-banner-2__cards-right {
    grid-area: small;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    grid-template-rows: auto auto;
}

.hero-banner-2__card--small {
    min-height: 140px;
    padding: 18px;
    justify-content: flex-start;
}

.hero-banner-2__card--small:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: 1;
    background: linear-gradient(135deg, #007200 0%, #66c43b 100%);
}

.hero-banner-2__card--small:nth-child(2) {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}

.hero-banner-2__card--small:nth-child(3) {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.hero-banner-2__card-title {
    /* font-family: var(--tauma-font-s1); */
    font-size: 200px;
    font-weight: 700;
    margin: 0 0 8px 0;
    line-height: 1.3;
    z-index: 2;
}

h1.hero-banner-2__card-title {
    font-family: var(--tauma-font-sin2);
    font-size: 3rem;
    z-index: 2;
    color: var(--tauma-color-primary);
}

.hero-banner-2__card-price {
    font-size: 12px;
    opacity: 0.9;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.hero-banner-2__card-price strong {
    display: block;
    font-size: 22px;
    margin-top: 4px;
}

.hero-banner-2__card-tag {
    font-size: 11px;
    opacity: 0.85;
    margin: 0 0 12px 0;
    z-index: 2;
}

.hero-banner-2__discount {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.25);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
}

.hero-banner-2__card-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    /* z-index: 2; */
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
    margin-top: auto;
    z-index: 1;
}

.hero-banner-2__card-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.hero-banner-2__card-img {
    /* position: absolute; */
    /* bottom: 12px; */
    /* right: 12px; */
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.45);
}

.hero-banner-2__card-img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.507) 10%, rgba(0, 0, 0, 0.678) 100%);
    z-index: 2;
    pointer-events: none;
}

.hero-banner-2__card-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-banner-2__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "large"
            "small";
    }

    .hero-banner-2__card--large {
        min-height: 200px;
    }

    .hero-banner-2__image {
        width: 140px;
        height: 140px;
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 768px) {
    .hero-banner-2__card {
        padding: 20px;
    }

    .hero-banner-2__title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .hero-banner-2__price {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .hero-banner-2__cards-right {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hero-banner-2__card--small:nth-child(1) {
        grid-column: 1;
        grid-row: auto;
    }

    .hero-banner-2__card-img {
        width: 70px;
        height: 70px;
    }

    .hero-banner-2__image {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 480px) {
    .hero-banner-2__card {
        padding: 16px;
    }

    .hero-banner-2__title {
        font-size: 20px;
    }

    .hero-banner-2__price {
        font-size: 28px;
    }

    .hero-banner-2__badge {
        font-size: 10px;
        padding: 4px 8px;
    }

    .hero-banner-2__btn,
    .hero-banner-2__card-btn {
        font-size: 11px;
        padding: 8px 12px;
    }
}

/* Featured Products Section */
.featured-products-section {
    /* padding: 10px 0; */
    background-color: #ffffff;
}

.featured-products__filters {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.filter-btn {
    padding: 8px 20px;
    border: 1px solid #e0e0e0;
    background: white;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    border-color: #00b859;
    color: #00b859;
}

.filter-btn.is-active {
    background: #00b859;
    color: white;
    border-color: #00b859;
}

.featured-products__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.featured-product-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.featured-product-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.featured-product-card__label {
    display: inline-block;
    font-size: 12px;
    color: #666;
    font-weight: 500;
    margin-bottom: 8px;
}

.featured-product-card__wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #ddd;
    transition: color 0.3s ease;
}

.featured-product-card__wishlist:hover {
    color: #ff6b6b;
}

.featured-product-card__image {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.featured-product-card__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.featured-product-card__sizes {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.size-option {
    padding: 4px 10px;
    background: #f0f0f0;
    border-radius: 4px;
    font-size: 12px;
    color: #666;
}

.featured-product-card__price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.price-range {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
    font-weight: normal;
}

.discount-badge {
    display: inline-block;
    background: #ff3333;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}

.featured-product-card__title {
    font-size: 13px;
    color: #333;
    margin: 10px 0;
    line-height: 1.4;
    max-height: 2.8em;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featured-product-card__rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 12px 0;
    font-size: 12px;
}

.stars {
    color: #ffc107;
    letter-spacing: 1px;
}

.rating-count {
    color: #999;
}

.featured-product-card__action {
    width: 100%;
    padding: 10px;
    background: white;
    border: 1px solid #00b859;
    color: #00b859;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.featured-product-card__action:hover {
    background: #00b859;
    color: white;
}

@media (max-width: 768px) {
    .featured-products__grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 15px;
    }

    .featured-product-card__image {
        height: 140px;
    }
}

@media (max-width: 480px) {
    .featured-products-section {
        padding: 20px 0;
    }

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

    .featured-products__filters {
        flex-wrap: wrap;
        gap: 8px;
    }

    .filter-btn {
        padding: 6px 14px;
        font-size: 12px;
    }

    .featured-product-card {
        padding: 10px;
    }

    .featured-product-card__image {
        height: 120px;
        margin-bottom: 8px;
    }

    .featured-product-card__title {
        font-size: 12px;
        margin: 8px 0;
    }
}

/* Product Card Animations */
.featured-product-card {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.featured-product-card__wishlist.is-liked {
    color: #ff6b6b !important;
}

/* Smooth transitions for filter animations */
.featured-products__grid {
    transition: opacity 0.3s ease-in-out;
}

/* Featured Shops - showcase layout */
.shops-showcase-section {
    background: #fefbf6 !important;
    margin-top: 8px;
    padding: 24px;
    border-radius: var(--def-border-radius, 15px);
}

.shops-showcase__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.shops-showcase__title {
    margin: 0;
    /* font-size: 25px; */
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #111827;
}

.shops-showcase__location {
    margin: 8px 0 0;
    font-size: 14px;
    color: #6b7280;
}

.shops-showcase__controls {
    display: flex;
    align-items: center;
    gap: 14px;
}

.shops-showcase__seeall {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
}

.shops-showcase__seeall:hover {
    color: #111827;
    opacity: 0.8;
}

.shops-showcase__arrows {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shops-showcase__arrows button {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid #ececec;
    background: #f5f5f5;
    color: #111827;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 3px;
    transition: transform 0.2s ease, background 0.2s ease;
}

.shops-showcase__arrows button:hover {
    background: #ededed;
    transform: translateY(-1px);
}

.shops-showcase-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-top: 0;
}

.shop-showcase-card {
    min-width: 0;
    
}

.shop-showcase-card__media {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #f3f4f6;
    aspect-ratio: 16 / 8;
}

.shop-showcase-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.shop-showcase-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    background: #ff1010;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 10px;
    line-height: 1;
}

.shop-showcase-card__wish {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #8d8d8d;
    font-size: 27px;
    line-height: 1;
    padding-bottom: 2px;
}

.shop-showcase-card__title {
    margin: 12px 0 2px;
    font-size: 21px;
    color: #111827;
    line-height: 1.2;
    font-weight: 600;
}

.shop-showcase-card__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    color: #4b5563;
    font-size: 18px;
}

.shop-showcase-card__rating {
    font-weight: 700;
    color: #111827;
}

.shop-showcase-card__dot {
    color: #9ca3af;
}

.shop-showcase-card__town {
    margin-top: 2px;
    color: #6b7280;
    font-size: 17px;
}

@media (max-width: 1199px) {
    .shops-showcase__title {
        font-size: 34px;
    }

    .shops-showcase__seeall {
        font-size: 28px;
    }

    .shops-showcase__arrows button {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }

    .shop-showcase-card__title {
        font-size: 19px;
    }

    .shop-showcase-card__meta {
        font-size: 16px;
    }

    .shop-showcase-card__town {
        font-size: 15px;
    }
}

@media (max-width: 1300px) {
    .shops-showcase-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1150px) {
    /* .shops-showcase-grid {
        grid-auto-flow: column;
        grid-auto-columns: calc((100% - 10px) / 3);
        grid-template-columns: none;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        padding-bottom: 6px;
        margin-right: -4px;
    } */
    .shops-showcase-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 890px) {
    /* .shops-showcase-grid {
        grid-auto-flow: column;
        grid-auto-columns: calc((100% - 10px) / 2.5);
        grid-template-columns: none;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        padding-bottom: 6px;
        margin-right: -4px;
    } */
    .shops-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    /* .shops-showcase-grid {
        grid-auto-flow: column;
        grid-auto-columns: calc((100% - 10px) / 2.2);
        grid-template-columns: none;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        padding-bottom: 6px;
        margin-right: -4px;
    } */
    .shops-showcase-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 450px) {
    /* .shops-showcase-grid {
        grid-auto-flow: column;
        grid-auto-columns: calc((100% - 10px) / 1.8);
        grid-template-columns: none;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        padding-bottom: 6px;
        margin-right: -4px;
    } */
    .shops-showcase-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 400px) {
    /* .shops-showcase-grid {
        grid-auto-flow: column;
        grid-auto-columns: calc((100% - 10px) / 1.5);
        grid-template-columns: none;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        padding-bottom: 6px;
        margin-right: -4px;
    } */
    .shops-showcase-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .shops-showcase__head {
        margin-bottom: 12px;
    }

    .shops-showcase__title {
        font-size: 18px;
    }

    .shops-showcase__location {
        font-size: 13px;
        margin-top: 5px;
    }

    .shops-showcase__controls {
        gap: 8px;
    }

    .shops-showcase__seeall {
        font-size: 20px;
    }

    .shops-showcase__arrows button {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    /* .shops-showcase-grid {
        grid-auto-flow: column;
        grid-auto-columns: calc((100% - 10px) / 2.5);
        grid-template-columns: none;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        padding-bottom: 6px;
        margin-right: -4px;
    } */

    .shops-showcase-grid::-webkit-scrollbar {
        height: 6px;
    }

    .shops-showcase-grid::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.18);
        border-radius: 10px;
    }

    .shop-showcase-card {
        scroll-snap-align: start;
    }

    .shop-showcase-card__media {
        border-radius: 14px;
    }

    .shop-showcase-card__badge {
        font-size: 11px;
        padding: 5px 8px;
        border-radius: 7px;
    }

    .shop-showcase-card__wish {
        width: 31px;
        height: 31px;
        font-size: 23px;
    }

    .shop-showcase-card__title {
        font-size: 17px;
        margin-top: 9px;
    }

    .shop-showcase-card__meta {
        font-size: 14px;
    }

    .shop-showcase-card__town {
        font-size: 13px;
    }
}

.hero-banner-2__card-title {
    font-size: 14px;
}

h1.hero-banner-2__card-title {
    font-size: 3rem;
}

.hero-banner-2__image {
    width: 100px;
    height: 100px;
    bottom: 12px;
    right: 12px;
}


/* Categories 2 - Featured categories strip */
.featured-cats {
    margin: 6px 0 34px;
}

.featured-cats__head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    margin-bottom: 14px;
}

.tauma-welcome-section-header {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* min-height: 320px; Adjust as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--primary-color);
    border-radius: 50px;
    /* background-color: linear-gradient(135deg, var(--primary-color, #3bb77e) 0%, rgba(59,183,126,0.7) 100%); */

}

.tauma-welcome-section-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../../tauma-header2.png');

    /* background-color: linear-gradient(135deg, var(--primary-color, #3bb77e) 0%, rgba(59,183,126,0.7) 100%); */
    opacity: 0.82;
    /* Fade effect */
    filter: blur(6px);
    /* Blur effect */
    z-index: 1;
    pointer-events: none;
}

.tauma-welcome-section-header>* {
    position: relative;
    z-index: 2;
}

.featured-cats__title {
    margin: 0;
    font-size: 34px;
    line-height: 1;
    /* color: #253d4e; */
    letter-spacing: -0.4px;
}

.featured-cats__tabs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    flex-wrap: wrap;
}

.featured-cats__tabs span {
    color: #7f8a93;
    font-size: 14px;
    font-weight: 600;
}

.featured-cats__tabs a {
    color: #7f8a93;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.25s ease;
}

.featured-cats__tabs a:hover,
.featured-cats__tabs a.is-active {
    color: #2f4555;
}

.featured-cats__show-all {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #d8e1d7;
    background: #ffffff;
    color: #2f4555;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.featured-cats__show-all:hover,
.featured-cats__show-all.is-active {
    background: #2f4555;
    border-color: #2f4555;
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(47, 69, 85, 0.15);
    transform: translateY(-1px);
}

.featured-cats__arrows {
    display: inline-flex;
    gap: 8px;
}

.featured-cats__arrows button {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 999px;
    background: #f2f3f4;
    color: #8e99a3;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.22s ease, color 0.22s ease;
}

.featured-cats__arrows button:hover {
    background: #dfe9e3;
    color: #2f4555;
}

.featured-cats__track {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    gap: 12px;
    /* background-color: red; */
    padding-bottom: 6px;
    /* padding-top: 3rem; */

}

.featured-cats__item {
    appearance: none;
    margin-top: .7rem;
    margin-bottom: .7rem;
    margin-left: 10px;
    -webkit-appearance: none;
    border: 1px solid var(--cat-border, #e9efe5);
    /* background: var(--cat-bg, linear-gradient(180deg, #dbffcc 0%, #e1ffec 100%)); */
    border-radius: 50%;
    width: 128px;
    min-width: 128px;
    height: 128px;
    padding: 14px 12px 12px;
    text-align: center;
    flex: 0 0 128px;
    scroll-snap-align: start;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: transform 0.32s ease, box-shadow 0.32s ease, opacity 0.32s ease, filter 0.32s ease, border-color 0.32s ease;
    box-shadow: 0 10px 18px rgba(44, 83, 100, 0.06);
}

@keyframes featuredCatPop {
    0% {
        transform: scale(0.92);
    }

    55% {
        transform: translateY(-10px) scale(1.12);
    }

    80% {
        transform: translateY(-5px) scale(1.03);
    }

    100% {
        transform: translateY(-6px) scale(1.04);
    }
}

.featured-cats__item.is-hidden {
    display: none;
}

.featured-cats__icon {
    width: 66px;
    height: 66px;
    margin: 0;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 8px 16px rgba(47, 69, 85, 0.08);
}

.featured-cats__icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.featured-cats__item h3 {
    margin: 0;
    color: #2f4555;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
}

.featured-cats__item p {
    margin: 0;
    color: #7b8a97;
    font-size: 12px;
    line-height: 1.1;
}

.featured-cats__track:hover .featured-cats__item {
    opacity: 0.38;
    transform: scale(0.985);
    filter: saturate(0.85);
}

.featured-cats__track:hover .featured-cats__item:hover {
    opacity: 1;
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 14px 24px rgba(44, 83, 100, 0.16);
    filter: saturate(1.1);
}

.featured-cats__track.has-selection .featured-cats__item {
    opacity: 0.42;
    transform: scale(0.985);
    filter: saturate(0.85);
}

.featured-cats__track.has-selection .featured-cats__item.is-selected {
    opacity: 1;
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 14px 24px rgba(44, 83, 100, 0.16);
    filter: saturate(1.08);
    border-color: #2f4555;
}

.featured-cats__item.is-popping {
    animation: featuredCatPop 0.34s cubic-bezier(0.2, 0.85, 0.25, 1);
}

.featured-cats__item:hover {
    transform: translateY(-6px) scale(1.04);
}

@media (max-width: 768px) {
    .featured-cats__item {
        width: 112px;
        min-width: 112px;
        height: 112px;
        flex: 0 0 112px;
        padding: 12px 10px 10px;
    }

    .featured-cats__icon {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }

    .featured-cats__item h3 {
        font-size: 12px;
    }

    .featured-cats__item p {
        font-size: 11px;
    }
}

@media (max-width: 1200px) {
    .featured-cats__title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .featured-cats__head {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .featured-cats__title {
        font-size: 27px;
    }

    .featured-cats__arrows {
        justify-content: flex-end;
    }

    .featured-cats__tabs {
        gap: 12px;
    }
}

/* Ads section 01 */
.ads-strip-01 {
    margin: 8px 0 30px;
}

.ads-strip-01__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ads-strip-01__card {
    border-radius: 14px;
    min-height: 182px;
    padding: 18px 16px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    overflow: hidden;
    position: relative;
}

.ads-strip-01__card--blue {
    background: linear-gradient(120deg, #748fe4 0%, #6e8cdd 100%);
    color: #ffffff;
}

.ads-strip-01__card--yellow {
    background: linear-gradient(120deg, #ff6a6a 0%, #d62828 100%);
    color: #ffffff;
}

.ads-strip-01__card--purple {
    background: linear-gradient(120deg, #d4a6dc 0%, #c694d2 100%);
    color: #23273d;
}

.ads-strip-01__content {
    z-index: 2;
    display: flex;
    flex-direction: column;
    max-width: 80%;

}

.ads-strip-01__content h3 {
    margin: 0;
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -0.4px;
}

.ads-strip-01__label {
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
}

.ads-strip-01__price {
    margin: 0;
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
}

.ads-strip-01__btn {
    margin-top: auto;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.86);
    color: #2b3650;
}

.ads-strip-01__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.ads-strip-01__image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.45) 100%);
    z-index: 2;
}

.ads-strip-01__card--blue .ads-strip-01__image::before {
    background: linear-gradient(140deg, rgba(122, 196, 86, 0.28) 0%, rgba(19, 102, 41, 0.72) 100%);
}

.ads-strip-01__card--yellow .ads-strip-01__image::before {
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.774) 0%, rgba(155, 20, 20, 0.74) 100%);
}

.ads-strip-01__card--purple .ads-strip-01__image::before {
    background: linear-gradient(140deg, rgba(0, 0, 0, 0.534)gba(26, 67, 156, 0.74) 100%);
}

.ads-strip-01__image--wide {
    width: 50%;
}

.text-stoke-1 {
    -webkit-text-stroke: .1px rgb(255, 174, 0);

}

.text-shadow-1 {

    text-shadow: 2px 2px 4px black;

}

.ads-strip-01__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.14));
}

.ads-strip-01__card--yellow .ads-strip-01__btn,
.ads-strip-01__card--purple .ads-strip-01__btn {
    background: rgba(255, 255, 255, 0.9);
    color: #1d2438;
}

@media (max-width: 1199px) {
    .ads-strip-01__grid {
        grid-template-columns: 1fr 1fr;
    }

    .ads-strip-01__card {
        min-height: 170px;
    }

    .ads-strip-01__content h3 {
        font-size: 30px;
    }

    .ads-strip-01__price {
        font-size: 36px;
    }
}

@media (max-width: 760px) {
    .ads-strip-01__grid {
        grid-template-columns: 1fr;
    }

    .ads-strip-01__card {
        min-height: 160px;
    }

    .ads-strip-01__content h3 {
        font-size: 28px;
    }

    .ads-strip-01__price {
        font-size: 34px;
    }
}


/* shop.css  */

/* Reset and Base Styles */
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */

/* :root {
    --primary-color: #3bb77e;
    --secondary-color: #ff6b35;
    --dark-green: #1a4d2e;
    --light-green: #e8f5e9;
    --orange: #ffb088;
    --light-orange: #fef2ea;
    --text-dark: #1a1a1a;
    --text-light: #666;
    --white: #ffffff;
    --gray-light: #f5f5f5;
    --border-color: #e8e8e8;
    --border-radius: 12px;
} */

/* body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
} */

/* .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
} */

/* Header Styles */
.header {
    background: var(--white);
    padding: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.logo img {
    height: 40px;
    width: auto;
}

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

.nav-menu {
    display: flex;
    gap: 30px;
}

.nav-link {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    transition: color 0.3s;
    position: relative;
}

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

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
}

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

.icon-btn {
    background: var(--gray-light);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    position: relative;
}

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

.cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--secondary-color);
    color: var(--white);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.btn-primary {
    background: var(--primary-color);
    color: var(--white);
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: var(--dark-green);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 178, 7, 0.3);
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    gap: 5px;
    z-index: 101;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: var(--text-dark);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #1a4d2e 0%, #2d6a3e 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><path d="M0,300 Q300,200 600,300 T1200,300 L1200,600 L0,600 Z" fill="rgba(255,255,255,0.03)"/></svg>');
    opacity: 0.5;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-text {
    color: var(--white);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.hero-title {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 700;
}

.hero-title .highlight {
    color: #ffd54f;
}

.btn-shop-now {
    background: var(--secondary-color);
    color: var(--white);
    border: none;
    padding: 15px 35px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 5px 20px rgba(255, 107, 53, 0.3);
}

.btn-shop-now:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.customer-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}

.customer-avatars {
    display: flex;
}

.customer-avatars img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid var(--white);
    margin-left: -12px;
    object-fit: cover;
}

.customer-avatars img:first-child {
    margin-left: 0;
}

.customer-title {
    font-weight: 600;
    font-size: 14px;
}

.customer-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.customer-rating i {
    color: #ffd54f;
}

.review-count {
    opacity: 0.8;
}

.hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.vegetables-img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* Category Section */
.category-section {
    padding: 10px 0;
    background: var(--white);
}

.section-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: var(--text-dark);
    font-weight: 700;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 25px;
    background: var(--gray-light);
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: all 0.3s;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: var(--light-green);
}

.category-icon {
    width: 70px;
    height: 70px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--primary-color);
    transition: all 0.3s;
}

.category-card:hover .category-icon {
    background: var(--primary-color);
    color: var(--white);
    transform: scale(1.1);
}

.category-name {
    font-weight: 600;
    color: var(--text-dark);
    text-align: center;
}

/* Promo Section */
.promo-section {
    padding: 60px 0 80px;
    background: var(--white);
}

.promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.promo-card {
    border-radius: var(--border-radius);
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
}

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

.promo-card-orange {
    background: linear-gradient(135deg, #ffb088 0%, #ffd4b3 100%);
}

.promo-card-green {
    background: linear-gradient(135deg, #84d87c 0%, #a8e6a1 100%);
}

.promo-content {
    z-index: 1;
}

.promo-title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: var(--text-dark);
    font-weight: 700;
}

.promo-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Products Section */
.products-section {
    padding: 80px 0;
    background: var(--white);
}

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

.view-all {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s;
}

.view-all:hover {
    gap: 12px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.product-card {
    background: var(--white);
    border: 1px solid #e8e8e8;
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color);
}

.product-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: var(--gray-light);
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.product-info {
    padding: 15px;
}

.product-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 10px;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
}

.btn-add-cart {
    background: var(--gray-light);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-add-cart:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: scale(1.1);
}

/* Brands Banner Section */
.brands-banner-section {
    padding: 40px 0 80px;
    background: var(--white);
}

.brands-banner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.brand-banner {
    border-radius: var(--border-radius);
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: 280px;
    transition: all 0.3s;
}

.brand-banner:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.brand-banner-yellow {
    background: linear-gradient(135deg, #ffd93d 0%, #ffe17d 100%);
}

.brand-banner-mint {
    background: linear-gradient(135deg, #a8e6cf 0%, #c8f0e0 100%);
}

.banner-content {
    z-index: 1;
}

.banner-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.banner-discount {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.banner-subtitle {
    font-size: 18px;
    color: var(--text-dark);
    margin-bottom: 20px;
}

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

.banner-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Featured Brands Section */
.featured-brands-section {
    padding: 60px 0;
    background: var(--gray-light);
}

.brands-logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 40px;
    align-items: center;
}

.brand-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: var(--white);
    border-radius: var(--border-radius);
    transition: all 0.3s;
}

.brand-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.brand-logo img {
    height: 60px;
    width: auto;
    filter: grayscale(100%);
    transition: filter 0.3s;
}

.brand-logo:hover img {
    filter: grayscale(0%);
}

.brand-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    text-align: center;
    line-height: 1.3;
}

/* Blog Section */
.blog-section {
    padding: 80px 0;
    background: var(--white);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.blog-card {
    background: var(--white);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.blog-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

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

.blog-card:hover .blog-image img {
    transform: scale(1.1);
}

.blog-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary-color);
    color: var(--white);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.blog-content {
    padding: 20px;
}

.blog-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
    font-size: 13px;
    color: var(--text-light);
}

.blog-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 15px;
    line-height: 1.5;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-read-more {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s;
}

.blog-read-more:hover {
    gap: 12px;
}

/* Search Modal Fullscreen */
.search-modal-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0;
}

.search-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.search-modal-fullscreen.active .search-modal-backdrop {
    opacity: 1;
}

.search-modal-container {
    position: relative;
    z-index: 1;
    background: var(--white);
    width: 100%;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    padding: 30px 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 20px 20px;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.search-modal-fullscreen.active .search-modal-container {
    transform: translateY(0);
    opacity: 1;
}

.search-modal-container.apple-style {
    padding: 20px 40px 40px;
}

.search-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 10;
    color: var(--text-light);
}

.search-modal-close:hover {
    color: var(--text-dark);
    transform: rotate(90deg);
}

.search-input-container {
    margin-bottom: 30px;
    animation: slideDown 0.5s ease both;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

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

.search-input-wrapper {
    position: relative;
    margin-bottom: 0;
}

.search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
}

.search-modal-input {
    width: 100%;
    padding: 12px 16px 12px 45px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    transition: all 0.3s;
    font-family: inherit;
    background: transparent;
}

.search-modal-input::placeholder {
    color: #999;
}

.search-modal-input:focus {
    outline: none;
    border-bottom-color: var(--primary-color);
    background: #fafafa;
}

/* Quick Links Section */
.search-quick-links {
    animation: slideUp 0.6s ease 0.1s both;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

.quick-links-title {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    margin-top: 0;
    padding: 0;
}

.quick-links-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.quick-link-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 15px;
    border-radius: 8px;
    transition: all 0.2s;
    border-bottom: 1px solid #f5f5f5;
}

.quick-link-item:last-child {
    border-bottom: none;
}

.quick-link-item:hover {
    background: #f5f5f5;
    padding-left: 20px;
}

.quick-link-item i {
    font-size: 12px;
    opacity: 0.6;
    transition: all 0.2s;
}

.quick-link-item:hover i {
    opacity: 1;
    margin-left: 4px;
}

.quick-link-item span {
    flex: 1;
}

/* Scrollbar styling */
.search-modal-container::-webkit-scrollbar {
    width: 8px;
}

.search-modal-container::-webkit-scrollbar-track {
    background: transparent;
}

.search-modal-container::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 4px;
}

.search-modal-container::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Responsive Design */
@media (max-width: 968px) {

    /* Show mobile menu toggle */
    .mobile-menu-toggle {
        display: flex;
    }

    /* Mobile nav menu */
    .nav-menu {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: var(--white);
        flex-direction: column;
        padding: 20px;
        gap: 15px;
        border-bottom: 1px solid var(--border-color);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        display: none;
        z-index: 100;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-link {
        padding: 12px 15px;
        border-radius: 8px;
        transition: all 0.3s;
    }

    .nav-link:hover {
        background: var(--gray-light);
    }

    .nav-link.active::after {
        display: none;
    }

    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-badge,
    .customer-info {
        justify-content: center;
    }

    .category-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }

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

    .brands-banner-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {

    /* Header */
    .header {
        padding: 15px 0;
    }

    .header-content {
        gap: 15px;
    }

    .logo img {
        height: 35px;
    }

    .header-actions {
        gap: 10px;
    }

    .icon-btn {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .nav-menu {
        top: 65px;
        padding: 15px;
    }

    .nav-link {
        padding: 10px 12px;
        font-size: 14px;
    }

    /* Hero */
    .hero-title {
        font-size: 32px;
    }

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

    .promo-card {
        grid-template-columns: 1fr;
    }

    .header-actions .btn-primary {
        display: none;
    }

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

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .brand-banner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .section-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }

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

    .search-modal-container {
        width: 100%;
        max-width: 100%;
        padding: 15px 20px 30px;
        border-radius: 0 0 12px 12px;
    }

    .search-modal-close {
        right: 15px;
        top: 10px;
    }

    .search-input-wrapper {
        margin-bottom: 20px;
    }

    .search-modal-input {
        padding: 10px 14px 10px 40px;
        font-size: 16px;
    }

    .search-icon {
        left: 14px;
    }
}

/* ==================== SPLASH SCREEN ====================*/
.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f8e5cf 0%, #e8d4f5 50%, #d4e5f8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 1;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.splash-screen.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.splash-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Splash Frame (Phone-like container) */
.splash-frame {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 9 / 16;
    background: linear-gradient(135deg, #fff8f0 0%, #f5f0ff 100%);
    border-radius: 40px;
    padding: 40px 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border: 12px solid #1a1a1a;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Status bar effect at top */
.splash-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: #1a1a1a;
    border-radius: 30px 30px 0 0;
}

/* Notch effect */
.splash-frame::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 25px;
    background: #1a1a1a;
    border-radius: 0 0 25px 25px;
    z-index: 10;
}

.splash-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
    position: relative;
    z-index: 5;
    margin-top: 10px;
}

/* Basket Animation */
.splash-basket {
    width: 200px;
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: basketFloat 3s ease-in-out infinite;
}

@keyframes basketFloat {

    0%,
    100% {
        transform: translateY(0px) rotateZ(0deg);
    }

    50% {
        transform: translateY(-20px) rotateZ(5deg);
    }
}

/* Basket Items (floating vegetables) */
.basket-item {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    animation: itemFloat 2s ease-in-out infinite;
}

.basket-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.basket-item-1 {
    top: -20px;
    left: 20px;
    animation-delay: 0s;
}

.basket-item-2 {
    top: 30px;
    right: 10px;
    animation-delay: 0.3s;
}

.basket-item-3 {
    bottom: 20px;
    left: 40px;
    animation-delay: 0.6s;
}

@keyframes itemFloat {

    0%,
    100% {
        transform: translateY(0) rotateZ(0deg);
    }

    50% {
        transform: translateY(-15px) rotateZ(-10deg);
    }
}

/* Basket Container */
.basket-container {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #ff9a56 0%, #ff7a3d 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #fff;
    box-shadow: 0 15px 40px rgba(255, 122, 61, 0.4);
    animation: basketPulse 2.5s ease-in-out infinite;
}

@keyframes basketPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/* Splash Text */
.splash-text {
    margin-top: 20px;
}

.splash-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.2;
    margin-bottom: 12px;
    animation: slideUp 0.8s ease 0.2s both;
}

.splash-subtitle {
    font-size: 13px;
    color: var(--text-gray);
    line-height: 1.6;
    max-width: 280px;
    animation: slideUp 0.8s ease 0.4s both;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

/* Progress Dots */
.splash-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 10px 0;
    animation: slideUp 0.8s ease 0.6s both;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    cursor: pointer;
}

.dot.active {
    width: 24px;
    border-radius: 4px;
    background: var(--primary-color);
}

/* Dot animation sequence */
.dot:nth-child(1) {
    animation: dotActive 3s ease infinite;
}

.dot:nth-child(2) {
    animation: dotActive 3s ease 1s infinite;
}

.dot:nth-child(3) {
    animation: dotActive 3s ease 2s infinite;
}

@keyframes dotActive {

    0%,
    30% {
        background: rgba(0, 0, 0, 0.2);
        width: 8px;
    }

    50% {
        background: var(--primary-color);
        width: 24px;
    }

    70% {
        background: rgba(0, 0, 0, 0.2);
        width: 8px;
    }
}

/* Next Button */
.splash-next-btn {
    position: absolute;
    bottom: 40px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-color);
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 178, 7, 0.3);
    transition: all 0.3s ease;
    animation: slideUp 0.8s ease 0.8s both;
}

.splash-next-btn:hover {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 178, 7, 0.4);
}

.splash-next-btn:active {
    transform: scale(0.95);
}

/* Responsive */
@media (max-width: 480px) {

    /* Header */
    .header {
        padding: 12px 0;
    }

    .logo img {
        height: 30px;
    }

    .header-actions {
        gap: 8px;
    }

    .icon-btn {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .cart-badge {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }

    .nav-menu {
        top: 60px;
        padding: 12px;
    }

    .nav-link {
        padding: 8px 10px;
        font-size: 13px;
    }

    .mobile-menu-toggle span {
        width: 22px;
        height: 2.5px;
    }

    .splash-frame {
        max-width: 100%;
        border-radius: 30px;
        padding: 35px 15px;
        border: 8px solid #1a1a1a;
    }

    .splash-title {
        font-size: 26px;
    }

    .splash-subtitle {
        font-size: 12px;
    }

    .splash-basket {
        width: 150px;
        height: 150px;
    }

    .basket-container {
        width: 90px;
        height: 90px;
        font-size: 45px;
    }

    .basket-item {
        width: 45px;
        height: 45px;
    }

    .splash-next-btn {
        width: 45px;
        height: 45px;
        font-size: 20px;
        bottom: 30px;
        right: 20px;
    }
}

/* shop.css end */

/* shop.php css  */
/* CSS reset and fonts */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background: #ffffff;
    color: #333;
    overflow-x: hidden;
}

/* Layout */
.shop-header {
    background-color: #009944;
    height: 60px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    position: sticky;
    top: 0;
    z-index: 100;
}

.shop-logo {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
}

.header-icons {
    display: flex;
    gap: 15px;
}

.header-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
}

.header-icon:hover {
    background: rgba(255, 255, 255, 0.3);
}

.main-container {
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
    padding: 30px 20px;
    gap: 40px;
}

/* Sidebar */
.sidebar {
    width: 280px;
    flex-shrink: 0;
}

.shop-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
}

.shop-logo-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #009944;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    margin-bottom: 15px;
    border: 3px solid #e0e0e0;
    overflow: hidden;
}

.shop-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-info h2 {
    font-size: 20px;
    margin-bottom: 6px;
    color: #111;
    font-weight: 700;
    line-height: 1.2;
}

.shop-meta {
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

.shop-rating {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #111;
    margin-bottom: 6px;
    font-weight: 500;
}

.shop-rating i {
    color: #111;
    margin-left: 5px;
    font-size: 11px;
}

.shop-address {
    font-size: 12px;
    color: #888;
    line-height: 1.5;
}

.sidebar-tabs {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 25px;
}

.sidebar-tab {
    padding: 12px 16px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
}

.sidebar-tab.active {
    background: #f0f0f0;
    color: #111;
    font-weight: 600;
}

.sidebar-tab:hover:not(.active) {
    background: #f8f9fa;
}

.category-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.category-item {
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s;
}

.category-item:hover {
    background: #f8f9fa;
}

/* Main Content */
.content {
    flex-grow: 1;
    min-width: 0;
}

.category-section {
    margin-bottom: 5px;
}

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

.section-header h3 {
    font-size: 18px;
    color: #111;
    font-weight: 700;
}

.section-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.section-actions a {
    font-size: 14px;
    color: #111;
    text-decoration: none;
    font-weight: 600;
}

.section-actions .arrows {
    display: flex;
    gap: 8px;
}

.arrow-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: white;
    color: #666;
    font-size: 13px;
    transition: 0.2s;
}

.arrow-btn:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

.product-scroller {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 15px;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.product-scroller::-webkit-scrollbar {
    display: none;
}

/* Product Card */
.product-card {
    width: 170px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.product-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    background: #f9f9f9;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.add-btn {
    position: absolute;
    bottom: -12px;
    right: 12px;
    width: 34px;
    height: 34px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
    font-size: 20px;
    color: #111;
    cursor: pointer;
    transition: 0.2s;
    font-weight: 300;
    z-index: 2;
}

.add-btn:hover {
    background: #f9f9f9;
    transform: scale(1.05);
}

.product-price {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}

.product-title {
    font-size: 11px;
    color: #666;
    line-height: 1.4;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Loading & Empty states */
.loading-state,
.empty-state {
    padding: 40px;
    text-align: center;
    color: #666;
    width: 100%;
}

.spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 3px solid rgba(0, 153, 68, 0.2);
    border-radius: 50%;
    border-top-color: #009944;
    animation: spin 1s ease-in-out infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .main-container {
        flex-direction: column;
        padding: 20px 15px;
        gap: 20px;
    }

    .sidebar {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .shop-info {
        flex-direction: row;
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
    }

    .shop-logo-wrap {
        margin-bottom: 0;
        width: 56px;
        height: 56px;
        flex-shrink: 0;
    }

    .shop-info-text {
        display: flex;
        flex-direction: column;
    }

    .shop-info-text>h2 {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .shop-meta,
    .shop-rating,
    .shop-address {
        margin-bottom: 2px;
    }

    .sidebar-tabs {
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 5px;
        gap: 10px;
        margin-bottom: 15px;
    }

    .sidebar-tab {
        white-space: nowrap;
        flex: 1;
        justify-content: center;
    }

    .category-list {
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 10px;
        gap: 8px;
    }

    .category-item {
        white-space: nowrap;
        background: #f0f0f0;
        border-radius: 20px;
        padding: 8px 16px;
    }

    .category-item:hover {
        background: #e0e0e0;
    }
}

@media (max-width: 576px) {
    .shop-header {
        padding: 0 15px;
    }

    .shop-logo {
        font-size: 24px;
    }

    .product-card {
        width: 140px;
    }

    .section-header h3 {
        font-size: 16px;
    }

    .shop-info {
        align-items: flex-start;
    }

    .shop-info-text>h2 {
        font-size: 16px;
    }
}

/* shop.php variant cards styling */
.variant-card {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background: #fff;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.variant-card:hover {
    border-color: #cbd5e1;
    transform: translateY(-2px);
}
.variant-card.selected {
    border-color: #3bb77e;
    background-color: #f0fdf4;
    box-shadow: 0 4px 12px rgba(59, 183, 126, 0.15);
}
.variant-card__name {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}
.variant-card__price {
    font-size: 13px;
    font-weight: 700;
    color: #3bb77e;
}
.variant-card__qty {
    font-size: 10px;
    color: #999;
    margin-top: 4px;
}
.variant-card.selected::after {
    content: '✓';
    position: absolute;
    top: -6px;
    right: -6px;
    background: #3bb77e;
    color: white;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
/* shop.php css end */

/* ── Antigravity: Wide Screen layout rules and Shop scrolling overrides ── */

@media (min-width: 1200px) {
    body.user-side-page .t-container {
        max-width: 100% !important;
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    body.user-side-page .tauma-header__container {
        width: calc(100% - 64px) !important;
        max-width: 100% !important;
    }
    body.user-side-page .main-container {
        max-width: 100% !important;
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    body.user-side-page .wishlist-container {
        max-width: 100% !important;
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    body.user-side-page .tp-shell {
        max-width: 100% !important;
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    body.user-side-page .container,
    body.user-side-page .container-xl {
        max-width: 100% !important;
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
}

@media (min-width: 768px) {
    body.user-side-page.shop-page {
        height: 100vh !important;
        overflow: hidden !important;
    }
    body.user-side-page.shop-page .main-container {
        flex: 1 !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: row !important;
        padding: 0 32px 20px !important;
        min-height: 0 !important;
    }
    body.user-side-page.shop-page .sidebar {
        width: 300px !important;
        flex-shrink: 0 !important;
        overflow-y: auto !important;
        height: 100% !important;
    }
    body.user-side-page.shop-page .t-content-wrapper {
        flex: 1 !important;
        min-width: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
        height: 100% !important;
    }
    body.user-side-page.shop-page .t-shop-cats {
        flex-shrink: 0 !important;
    }
    body.user-side-page.shop-page .t-nav-filter-bar {
        flex-shrink: 0 !important;
    }
    body.user-side-page.shop-page .t-shop-content-row {
        flex: 1 !important;
        min-height: 0 !important;
        display: flex !important;
        gap: 24px !important;
        overflow: hidden !important;
    }
    body.user-side-page.shop-page .t-filter-panel {
        width: 220px !important;
        flex-shrink: 0 !important;
        height: 100% !important;
        overflow-y: auto !important;
    }
    body.user-side-page.shop-page #mainContent {
        flex: 1 !important;
        min-width: 0 !important;
        height: 100% !important;
        overflow-y: auto !important;
        padding-bottom: 40px !important;
    }
}

@media (max-width: 890px) and (min-width: 768px) {
    body.user-side-page .t-index-sidebar {
        width: 240px !important;
    }
    body.user-side-page.shop-page .sidebar {
        width: 240px !important;
    }
}

@media (max-width: 767px) {
    .shops-showcase-section {
        margin-left: -20px !important;
        margin-right: -20px !important;
        width: calc(100% + 40px) !important;
        border-radius: 0 !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}