
/* --- Place at the end to ensure override --- */
.home-hero-main .slides img.single-hero-slide {
    border-right: 5px solid #ececec !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    box-sizing: border-box;
}
/* ============================================================
   PROFESSIONAL E-COMMERCE THEME - MUHITBD
   Brand Color: Red (#e60000)
============================================================ */

:root {
    --brand: #e60000;
    --brand-dark: #c62828;
    --brand-navy: #232f3e;
    --bg-light: #f5f5f5;
    --text-primary: #333;
    --surface: #ffffff;
    --surface-soft: #f8fafc;
    --surface-elevated: #ffffff;
    --border-color: #e5e7eb;
    --text-muted: #6b7280;
    --focus-ring: rgba(230, 0, 0, 0.16);
    --success: #10b981;
    --warning: #f59e0b;
    --danger: #ef4444;
    --info: #3b82f6;
}

[data-theme="dark"] {
    --brand: #ff5a5f;
    --brand-dark: #ef4444;
    --brand-navy: #0f172a;
    --bg-light: #0b1220;
    --text-primary: #e5e7eb;
    --surface: #111827;
    --surface-soft: #0f172a;
    --surface-elevated: #151c28;
    --border-color: #2b3545;
    --text-muted: #9ca3af;
    --focus-ring: rgba(255, 90, 95, 0.24);
    --success: #34d399;
    --warning: #fbbf24;
    --danger: #f87171;
    --info: #60a5fa;
    color-scheme: dark;
}

/* GLOBAL RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: var(--bg-light);
    color: var(--text-primary);
    scroll-behavior: smooth;
    line-height: 1.5;
}

[data-theme="dark"] body,
[data-theme="dark"] .container {
    background: var(--bg-light);
    color: var(--text-primary);
}

[data-theme="dark"] .section,
[data-theme="dark"] .box,
[data-theme="dark"] .white-box,
[data-theme="dark"] .card,
[data-theme="dark"] .product-card,
[data-theme="dark"] .seller-review-section,
[data-theme="dark"] .seller-review-item,
[data-theme="dark"] .seller-review-form,
[data-theme="dark"] .seller-reply-box,
[data-theme="dark"] .shop-header,
[data-theme="dark"] .shop-controls,
[data-theme="dark"] .dropdown,
[data-theme="dark"] .top-menu,
[data-theme="dark"] .adm-table-wrap,
[data-theme="dark"] .cart-drawer,
[data-theme="dark"] .cart-drawer-body,
[data-theme="dark"] .cart-d-mini,
[data-theme="dark"] .cart-d-row,
[data-theme="dark"] .cart-d-footer,
[data-theme="dark"] .order-card,
[data-theme="dark"] .wallet-card,
[data-theme="dark"] .seller-card,
[data-theme="dark"] .product-detail,
[data-theme="dark"] .review-card,
[data-theme="dark"] .detail-card {
    background: var(--surface) !important;
    color: var(--text-primary) !important;
    border-color: var(--border-color) !important;
}

[data-theme="dark"] [style*="background:#fff"],
[data-theme="dark"] [style*="background:#ffffff"],
[data-theme="dark"] [style*="background:white"],
[data-theme="dark"] [style*="background-color:#fff"],
[data-theme="dark"] [style*="background-color:#ffffff"],
[data-theme="dark"] [style*="background-color:white"] {
    background-color: var(--surface) !important;
}

[data-theme="dark"] .filter-card,
[data-theme="dark"] .list-wrap,
[data-theme="dark"] .filter-input,
[data-theme="dark"] .filter-select,
[data-theme="dark"] .filter-chip,
[data-theme="dark"] .filter-chip.clear-all,
[data-theme="dark"] .p-card,
[data-theme="dark"] .p-media,
[data-theme="dark"] .pager a,
[data-theme="dark"] .pager span,
[data-theme="dark"] .shop-list-wrap,
[data-theme="dark"] .shop-p-card,
[data-theme="dark"] .shop-p-media,
[data-theme="dark"] .shop-p-btn,
[data-theme="dark"] .shop-p-btn.cart {
    background-color: var(--surface) !important;
    color: var(--text-primary) !important;
    border-color: var(--border-color) !important;
}

[data-theme="dark"] [style*="color:#000"],
[data-theme="dark"] [style*="color:#111"],
[data-theme="dark"] [style*="color:#222"],
[data-theme="dark"] [style*="color:black"] {
    color: var(--text-primary) !important;
}

body {
    padding-top: 24px; /* 🔥 stable value */
}

a,
button,
input,
select,
textarea {
    font: inherit;
}

a {
    color: var(--brand);
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px var(--focus-ring);
}

/* 🔥 RESET */
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: var(--bg-light);
}

/* 🔥 CONTAINER */
.container {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

/* 🔥 HEADER FIX (ULTIMATE FIX) */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--surface-elevated);
    z-index: 999999;
    box-shadow: none;
    border: 0 !important;
    border-bottom: 2px solid var(--brand, #e60000) !important;
    outline: 0;
    background-image: none;
    transform: translateZ(0);
}

.header::before,
.header::after,
.header-spacer::before,
.header-spacer::after{
    content:none !important;
    display:none !important;
    border:0 !important;
    box-shadow:none !important;
}

[data-theme="dark"] .header {
    background: var(--surface);
    border: 0 !important;
    border-bottom: 2px solid var(--brand, #ff5a5f) !important;
    box-shadow: none;
}

/* Centralized website app download component */
.app-download{color:var(--text-primary);}
.app-download-copy{display:grid;gap:4px;min-width:0;}
.app-download-title{font-size:16px;font-weight:800;line-height:1.3;}
.app-download-description{font-size:13px;color:var(--text-muted);line-height:1.5;}
.app-download-brand{display:flex;align-items:center;flex:0 0 auto;}
.app-download-logo{width:54px;height:54px;object-fit:contain;display:block;}
.app-download-dashboard-logo{width:82px;height:42px;object-fit:contain;display:block;margin:0 auto;}
.app-download-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.app-download-button,.app-download-coming-soon{display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700;text-decoration:none;line-height:1.2;}
.app-download-button{background:var(--brand);color:#fff;border:1px solid var(--brand);}
.app-download-button:hover{background:var(--brand-dark);color:#fff;}
.app-download-coming-soon{background:var(--brand-soft,#fff1f2);color:var(--brand-dark);border:1px solid rgba(230,0,0,.25);}
.app-download-header,.app-download-menu{display:inline-flex;align-items:center;gap:6px;margin-right:2px;}
.app-download-header .app-download-menu-link{color:var(--text-primary);font-size:12px;}
.app-download-menu{display:block;width:100%;margin:0;padding:0;border:0;background:transparent;}
.app-download-menu-link{display:flex;align-items:center;gap:8px;width:100%;box-sizing:border-box;padding:12px 15px;color:var(--text-primary);font-size:13px;font-weight:700;text-decoration:none;line-height:1.35;}
.app-download-menu-link i{width:18px;flex:0 0 18px;text-align:center;color:var(--brand);font-size:15px;}
.app-download-menu-title{line-height:1.3;}
.app-download-footer{display:flex;width:100%;box-sizing:border-box;flex-direction:column;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;border:0;border-radius:0;background:transparent;padding:14px 16px;margin:4px 0 18px;text-align:center;}
.app-download-footer .app-download-brand{background:transparent;border-radius:0;padding:0;}
.app-download-footer .app-download-copy{justify-items:center;text-align:center;}
.app-download-footer .app-download-title{color:var(--brand);}
.app-download-footer .app-download-actions{width:100%;justify-content:center;}
.app-download-dashboard{display:flex;align-items:center;justify-content:center;min-height:72px;border:1px solid var(--border-color);border-radius:12px;background:var(--surface-elevated);padding:12px;color:var(--text-primary);}
.app-download-home,.app-download-profile{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;border:1px solid var(--border-color);border-radius:12px;background:var(--surface-elevated);padding:14px 16px;color:var(--text-primary);}
.app-download-home{margin:14px 0 18px;}
.app-download-dashboard .app-download-actions{justify-content:flex-end;}
[data-theme="dark"] .app-download-menu,
[data-theme="dark"] .app-download-dashboard,
[data-theme="dark"] .app-download-profile{background:var(--surface-elevated);border-color:var(--border-color);}
[data-theme="dark"] .app-download-home{background:var(--surface-elevated);border-color:var(--border-color);}
[data-theme="dark"] .app-download-description{color:var(--text-muted);}
[data-theme="dark"] .app-download-coming-soon{background:#3f1d1d;color:#fecaca;border-color:#7f1d1d;}
@media(max-width:768px){
    .app-download-header{display:none;}
    .app-download-footer{align-items:center;}
    .app-download-footer .app-download-actions{justify-content:center;}
}

/* 🔥 TOP BAR FIX */
.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px 10px 0 10px;
    position: relative;
    min-height: 46px;
}

/* 🔥 LOGO FIX */
.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.header-logo-img {
    height: 60px;
    width: auto;
    display: block;
}

/* MENU */
.menu-btn {
    font-size: 22px;
    cursor: pointer;
    color: var(--brand, #e60000);
}

/* 🔥 ICONS */
.icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.icons i {
    font-size: 18px;
    cursor: pointer;
    color: var(--brand, #e60000);
}

/* 🔥 SEARCH */
.search-box {
    margin: 4px 0 3px;
    display: flex;
    justify-content: center;
    position: relative;
}

.search-box input {
    width: 84%;
    max-width: 470px;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 8px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 12px;
    background: var(--surface-elevated);
    color: var(--text-primary);
}

.search-box input::placeholder {
    color: var(--text-muted);
}

[data-theme="dark"] .search-box input {
    background: #0f172a;
    color: var(--text-primary);
    border-color: var(--border-color);
}

.header-spacer {
    height: 87px;
    border: 0;
    background: transparent;
}

/* 🔥 TOP MENU */
.top-menu {
    display: none;
    background: var(--surface-elevated);
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] .top-menu {
    background: var(--surface);
}

.top-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: var(--text-primary);
}

.top-menu a:hover {
    background: var(--surface-soft);
}

[data-theme="dark"] .top-menu a {
    color: var(--text-primary);
}

/* 🔥 PROFILE DROPDOWN */
.profile {
    position: relative;
}

.dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    background: var(--surface-elevated);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    width: 200px;
    z-index: 9999;
    border: 1px solid var(--border-color);
    border-radius: 12px;
}

[data-theme="dark"] .dropdown {
    background: var(--surface);
    color: var(--text-primary);
}

.dropdown a {
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    color: var(--text-primary);
    border-radius: 8px;
}

.dropdown a:hover {
    background: var(--surface-soft);
}

[data-theme="dark"] .dropdown a,
[data-theme="dark"] .dropdown p {
    color: var(--text-primary);
}

.dropdown p {
    font-size: 14px;
    margin: 5px 0;
}

/* 🔔 notification + cart */
.count {
    position: absolute;
    top: -5px;
    right: -8px;
    background: var(--brand);
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
}

.notif-icon, .cart-icon {
    position: relative;
    cursor: pointer;
}

/* 🔍 SEARCH RESULT */
#searchResult {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: var(--surface-elevated);
    width: 84%;
    max-width: 470px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    overflow: hidden;
}

#searchResult:empty {
    display: none;
}

[data-theme="dark"] #searchResult {
    background: var(--surface);
}

.search-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid #e5e7eb;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

[data-theme="dark"] .search-item {
    border-bottom-color: var(--border-color);
}

.search-item:hover {
    background: #f0f0f0;
}

[data-theme="dark"] .search-item:hover {
    background: #1f2937;
}

.search-item.search-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 20px 14px;
    color: #6b7280;
    font-size: 13px;
}

[data-theme="dark"] .search-item.search-empty,
[data-theme="dark"] .search-meta {
    color: var(--text-muted);
}

.search-item.search-empty i {
    font-size: 24px;
    color: #d1d5db;
}

.search-category {
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 700;
    color: #6b7280;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[data-theme="dark"] .search-category {
    background: #0f172a;
    color: #cbd5e1;
    border-bottom-color: var(--border-color);
}

.search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #f3f4f6;
    border-radius: 6px;
    color: var(--brand);
    font-size: 14px;
    flex-shrink: 0;
}

[data-theme="dark"] .search-icon {
    background: #1f2937;
}

.search-thumb {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #fff;
    flex-shrink: 0;
}

[data-theme="dark"] .search-thumb {
    border-color: var(--border-color);
    background: #0f172a;
}

.search-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.search-thumb.search-thumb-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    background: #f9fafb;
}

[data-theme="dark"] .search-thumb.search-thumb-fallback {
    background: #111827;
    color: var(--text-muted);
}

.search-seller .search-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
}

.search-product:hover .search-icon {
    background: #fee2e2;
}

.search-seller:hover .search-icon {
    background: #fee2e2;
}

.search-content {
    flex: 1;
    min-width: 0;
}

.search-title {
    font-size: 13px;
    font-weight: 500;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}

[data-theme="dark"] .search-title {
    color: var(--text-primary);
}

.search-meta {
    font-size: 11px;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 🔥 HERO */
.hero {
    overflow: hidden;
    border-radius: 10px;
}


/* Only apply animation for category/product sliders, not hero banner */
.slides {
    display: flex;
    width: 100%;
}

.home-hero-main .slides {
    position: relative;
    width: 100%;
    height: 100%;
    animation: none !important;
    display: block !important;
}

.home-hero-main .slides img[data-hero-slide] {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    z-index: 1;
    transition: opacity .7s;
    pointer-events: none;
    user-select: none;
    box-shadow: none !important;
}
.home-hero-main .slides img[data-hero-slide].active {
    opacity: 1;
    z-index: 2;
    pointer-events: none;
    border-right: 5px solid #ececec !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    box-sizing: border-box;
}

.home-hero-main .home-hero-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 24px 20px 18px;
    background: none !important;
    color: #fff;
    text-align: left;
    box-sizing: border-box;
}

.slides img {
    width: 100%;
}


@keyframes slide {
    0% {transform: translateX(0);}
    50% {transform: translateX(-100%);}
    100% {transform: translateX(0);}
}

/* 🔥 SECTION */
.section {
    margin-top: 20px;
}

.section h2 {
    margin-bottom: 10px;
}

/* 🔥 SCROLL */
.scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
}

/* 🔥 CATEGORY */
.cat {
    min-width: 80px;
    text-align: center;
}

.cat img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

/* 🔥 AMAZON STYLE SIDEBAR */
.sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sidebar-overlay.active {
    display: block;
    opacity: 1;
}

.sidebar-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background: #fff;
    z-index: 999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
}

.sidebar-menu.active {
    transform: translateX(0);
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
    color: #fff;
    padding: 18px 15px;
    border-bottom: 3px solid #990000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.sidebar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.sidebar-logo {
    height: 45px;
    width: auto;
    object-fit: contain;
}

.brand-name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.sidebar-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.sidebar-content {
    padding: 0;
}

.sidebar-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
    font-size: 15px;
}

.sidebar-item:hover {
    background: #f5f5f5;
    color: var(--brand);
    border-left: 4px solid var(--brand);
    padding-left: 11px;
}

.sidebar-item i {
    width: 20px;
    margin-right: 12px;
    color: var(--brand);
    font-size: 16px;
}

.sidebar-item:hover i {
    color: var(--brand-dark);
}

.sidebar-divider {
    height: 8px;
    background: #f9f9f9;
    margin: 5px 0;
}

.sidebar-section-label {
    padding: 8px 16px 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9ca3af;
}

[data-theme="dark"] .sidebar-menu {
    background: var(--surface);
    box-shadow: 2px 0 18px rgba(0, 0, 0, 0.45);
}

[data-theme="dark"] .sidebar-item {
    color: var(--text-primary);
    border-bottom-color: var(--border-color);
}

[data-theme="dark"] .sidebar-item:hover {
    background: var(--surface-soft);
    color: #fecaca;
}

[data-theme="dark"] .sidebar-item i,
[data-theme="dark"] .sidebar-item:hover i {
    color: var(--brand);
}

[data-theme="dark"] .sidebar-divider {
    background: #0f172a;
}

[data-theme="dark"] .sidebar-section-label {
    color: #4b5563;
}

/* 🔥 MOBILE FIX */
@media (max-width: 768px) {

    body {
        padding-top: 0;
    }

    .top {
        min-height: 44px;
    }

    .header-logo-img {
        height: 56px;
    }

    .search-box input {
        width: 84%;
    }

    .header-spacer {
        height: 85px;
        border: 0;
    }
}

/* 🔥 INPUT ZOOM FIX */
input, select, textarea {
    font-size: 16px !important;
}

/* ============================================================
   CONTAINER & GENERAL STYLES
============================================================ */

.container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 15px;
}

.section {
    background: var(--surface-elevated);
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.section h2 {
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--text-primary);
    border-bottom: 3px solid var(--brand);
    padding-bottom: 10px;
}

/* CARDS */
.card {
    background: var(--surface-elevated);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s, box-shadow 0.2s;
    padding: 15px;
    margin-bottom: 15px;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.card h3, .card h4 {
    color: var(--text-primary);
    margin-bottom: 10px;
}

/* BUTTONS - PROFESSIONAL RED */
.btn, button {
    background: var(--brand);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.1s;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}

.btn:hover, button:hover {
    background: var(--brand-dark);
    transform: translateY(-1px);
}

.btn:active, button:active {
    transform: translateY(0);
}

.btn-secondary {
    background: #333;
}

.btn-secondary:hover {
    background: #555;
}

.btn-outline {
    background: transparent;
    color: var(--brand);
    border: 2px solid var(--brand);
}

.btn-outline:hover {
    background: var(--brand);
    color: #fff;
}

.btn-small {
    padding: 8px 16px;
    font-size: 12px;
}

/* ============================================================
   PRODUCTS GRID
============================================================ */

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    border: 1px solid #e8e8e8;
}

.product-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.product-image {
    position: relative;
    width: 100%;
    height: 220px;
    background: #f5f5f5;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--brand);
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.product-body {
    padding: 12px;
    display: flex;
    flex-direction: column;
    height: 180px;
}

.product-title {
    font-size: 14px;
    line-height: 1.4;
    color: #0a0e27;
    height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    font-weight: 500;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
    font-size: 12px;
}

.product-rating i {
    color: var(--brand);
    font-size: 12px;
}

.rating-text {
    color: #878787;
    font-size: 11px;
}

.product-pricing {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: auto;
    margin-top: 6px;
}

[data-theme="dark"] .product-body,
[data-theme="dark"] .product-pricing,
[data-theme="dark"] .original-price,
[data-theme="dark"] .btn-view {
    color: var(--text-primary);
}

[data-theme="dark"] .original-price {
    color: var(--text-muted) !important;
}

[data-theme="dark"] .product-image {
    background: var(--surface-soft);
}

.original-price {
    font-size: 12px;
    color: #878787;
    text-decoration: line-through;
}

.final-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--brand);
}

.product-actions {
    display: flex;
    gap: 8px;
    margin-top: auto;
}

.btn-view {
    flex: 1;
    background: var(--brand);
    color: #fff;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.btn-view:hover {
    background: var(--brand-dark);
}

/* 🔥 SHOP PAGE STYLES */
.shop-header {
    background: #fff;
    color: #111;
    padding: 30px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: 2px solid var(--brand);
    position: relative;
    overflow: hidden;
}

.shop-header-with-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.shop-header-with-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.42) 100%);
    pointer-events: none;
}

.shop-header-with-banner .shop-details,
.shop-header-with-banner .shop-owner,
.shop-header-with-banner .shop-location,
.shop-header-with-banner .shop-url {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.shop-info {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.shop-brand-row {
    margin-bottom: 12px;
}

.shop-brand-logo {
    width: 88px;
    height: 88px;
    border-radius: 14px;
    border: 3px solid var(--brand);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.shop-brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-brand-logo span {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--brand);
}

.shop-details h1 {
    font-size: 32px;
    margin: 0 0 15px 0;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: var(--brand);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.shop-name-link {
    color: var(--brand);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.92);
    border: 2px solid var(--brand);
    border-radius: 10px;
    display: inline-block;
    padding: 6px 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
}

.shop-name-link:hover {
    background: #fff;
}

.shop-header-with-banner .shop-details h1 {
    color: var(--brand);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
}

.shop-header-with-banner .shop-details {
    display: inline-block;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 12px;
    padding: 12px 14px;
    backdrop-filter: blur(2px);
}

.shop-owner, .shop-location {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    margin: 6px 0;
    opacity: 0.95;
}

.shop-owner i, .shop-location i {
    font-size: 14px;
}

.shop-url {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin-top: 8px;
    font-weight: 600;
}

.shop-url a {
    color: inherit;
    text-decoration: underline;
    word-break: break-all;
}

.seller-rating-inline {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    display: flex;
    align-items: center;
    gap: 6px;
}

.seller-rating-inline i {
    color: var(--brand);
}

.seller-rating-inline span {
    color: #666;
    font-weight: 600;
}

.seller-review-section {
    background: #fff;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.seller-review-summary h2 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #111;
}

.review-big-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.review-big-rating .num {
    font-size: 24px;
    font-weight: 800;
    color: var(--brand);
}

.review-big-rating .star {
    color: var(--brand);
    font-size: 20px;
}

.review-big-rating .count {
    color: #666;
    font-size: 13px;
    font-weight: 600;
}

.review-alert {
    padding: 10px 12px;
    border-radius: 8px;
    margin: 8px 0 12px;
    font-size: 13px;
    font-weight: 600;
}

.review-alert.ok {
    background: #eaf7ee;
    border: 1px solid #b8e2c4;
    color: #1f7a3d;
}

.review-alert.bad {
    background: #fff1f1;
    border: 1px solid #f1c9c9;
    color: #b42323;
}

.seller-review-form {
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 14px;
    background: #fcfcfc;
}

.form-row-review {
    margin-bottom: 10px;
}

.form-row-review label {
    font-size: 13px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
    display: block;
}

.form-row-review textarea,
.form-row-review select {
    margin-bottom: 0;
}

.review-login-note,
.review-empty {
    font-size: 13px;
    color: #666;
    padding: 10px 12px;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 8px;
}

.seller-review-list {
    display: grid;
    gap: 10px;
}

.review-card {
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 12px;
    background: #fff;
}

.review-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.review-user-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.review-head strong {
    font-size: 14px;
    color: #111;
}

.verified-buyer-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid var(--brand);
    color: #a80000;
    background: #fff5f5;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 700;
}

.verified-buyer-badge i {
    color: var(--brand);
    font-size: 11px;
}

.review-date {
    font-size: 12px;
    color: #777;
}

.review-stars {
    margin: 6px 0 7px;
}

.review-stars i {
    color: var(--brand);
    font-size: 13px;
    margin-right: 2px;
}

.review-card p {
    margin: 0;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
}

.seller-reply-box {
    margin-top: 8px;
    border-left: 3px solid var(--brand);
    background: #fff6f6;
    border-radius: 8px;
    padding: 8px 10px;
}

.seller-reply-box strong {
    display: block;
    font-size: 12px;
    color: #a60000;
    margin-bottom: 3px;
}

.seller-reply-box p {
    margin: 0;
    font-size: 12px;
    color: #333;
}

.seller-reply-box span {
    display: inline-block;
    margin-top: 4px;
    font-size: 11px;
    color: #777;
}

.products-section .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-controls {
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sort-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sort-section label {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.sort-section select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s;
}

.sort-section select:hover,
.sort-section select:focus {
    border-color: var(--brand);
    outline: none;
}

.products-section {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.products-section h2 {
    font-size: 20px;
    margin: 0 0 20px 0;
    color: #0a0e27;
    font-weight: 700;
    border-bottom: 2px solid var(--brand);
    padding-bottom: 10px;
}

.no-products {
    text-align: center;
    padding: 50px 20px;
    color: #878787;
}

.no-products p {
    font-size: 16px;
    margin: 0;
}

.no-products i {
    font-size: 48px;
    color: #ddd;
    display: block;
    margin-bottom: 15px;
}

.error-container {
    text-align: center;
    padding: 60px 20px;
    color: #878787;
}

.product-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    background: #f9f9f9;
}

.product-rating {
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
}

.product-actions {
    display: flex;
    gap: 6px;
}

.product-actions .btn {
    flex: 1;
    padding: 8px;
    font-size: 12px;
    text-align: center;
}

/* ============================================================
   FORMS
============================================================ */

input, select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    margin-bottom: 15px;
    transition: border-color 0.2s;
}

input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(230, 0, 0, 0.1);
}

input[type="checkbox"], input[type="radio"] {
    width: auto;
    margin-right: 8px;
    margin-bottom: 0;
}

label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

/* FORM GROUPS */
.form-group {
    margin-bottom: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* ============================================================
   TABLES
============================================================ */

table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

th {
    background: var(--brand);
    color: #fff;
    padding: 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

tr:hover {
    background: #f9f9f9;
}

/* ============================================================
   STATUS BADGES
============================================================ */

.badge-success {
    background: #d4edda;
    color: #155724;
}

.badge-danger {
    background: #f8d7da;
    color: #721c24;
}

.badge-warning {
    background: #fff3cd;
    color: #856404;
}

.badge-info {
    background: #d1ecf1;
    color: #0c5460;
}

.status {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
}

.status.pending {
    background: #ff9800;
}

.status.paid {
    background: #4caf50;
}

.status.shipped {
    background: #2196f3;
}

.status.delivered {
    background: #009688;
}

.status.cancelled {
    background: #f44336;
}

.status.approved {
    background: #4caf50;
}

.status.pending-approval {
    background: #ff9800;
}

/* ============================================================
   ALERT MESSAGES
============================================================ */

.alert {
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    border-left: 4px solid;
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border-left-color: #28a745;
}

.alert-danger {
    background: #f8d7da;
    color: #721c24;
    border-left-color: #dc3545;
}

.alert-warning {
    background: #fff3cd;
    color: #856404;
    border-left-color: #ffc107;
}

.alert-info {
    background: #d1ecf1;
    color: #0c5460;
    border-left-color: #17a2b8;
}

/* ============================================================
   HERO SECTION
============================================================ */

.hero {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 30px;
}

.hero h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 18px;
    margin-bottom: 20px;
}

/* ============================================================
   RESPONSIVE DESIGN
============================================================ */

@media (max-width: 768px) {
    body {
        padding-top: 0;
    }

    .top {
        min-height: 44px;
    }

    .header-logo-img {
        height: 54px;
    }

    .search-box input {
        width: 84%;
        max-width: 84%;
    }

    .header-spacer {
        height: 85px;
        border: 0;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .product-image {
        height: 160px;
    }

    .product-body {
        height: 150px;
        padding: 10px;
    }

    .product-title {
        font-size: 12px;
    }

    .final-price {
        font-size: 14px;
    }

    .shop-header {
        padding: 20px 15px;
    }

    .shop-brand-logo {
        width: 72px;
        height: 72px;
        border-radius: 12px;
    }

    .shop-brand-logo span {
        font-size: 28px;
    }

    .shop-details h1 {
        font-size: 24px;
    }

    .shop-controls {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .seller-rating-inline {
        font-size: 13px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 15px;
    }

    .card {
        padding: 12px;
    }

    .hero {
        padding: 40px 15px;
    }

    .hero h1 {
        font-size: 24px;
    }

    .hero p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    body {
        padding-top: 0;
    }

    .top {
        padding: 1px 8px 0 8px;
        min-height: 40px;
    }

    .header-logo-img {
        height: 52px;
    }

    .search-box input {
        width: 84%;
        font-size: 10px;
        padding: 2px 6px;
        
    }

    .header-spacer {
        height: 79px;
        border: 0;
    }

    .menu-btn {
        font-size: 20px;
    }

    .icons {
        gap: 10px;
    }

    .icons i {
        font-size: 16px;
        color: var(--brand);
    }

    .product-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .product-title {
        font-size: 12px;
    }

    .btn {
        width: 100%;
        padding: 10px 15px;
        font-size: 13px;
    }

    table {
        font-size: 12px;
    }

    th, td {
        padding: 8px;
    }

    .section h2 {
        font-size: 18px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   UTILITY CLASSES
============================================================ */

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

/* ============================================================
   DARK MODE - CONTENT BOX COVERAGE
============================================================ */

[data-theme="dark"] .section,
[data-theme="dark"] .box,
[data-theme="dark"] .white-box,
[data-theme="dark"] .card,
[data-theme="dark"] .product-card,
[data-theme="dark"] .seller-review-section,
[data-theme="dark"] .seller-review-item,
[data-theme="dark"] .seller-review-form,
[data-theme="dark"] .seller-reply-box,
[data-theme="dark"] .shop-header,
[data-theme="dark"] .shop-controls,
[data-theme="dark"] .dropdown,
[data-theme="dark"] .top-menu,
[data-theme="dark"] .adm-table-wrap,
[data-theme="dark"] .cart-drawer,
[data-theme="dark"] .cart-drawer-body,
[data-theme="dark"] .cart-d-mini,
[data-theme="dark"] .cart-d-row,
[data-theme="dark"] .cart-d-footer,
[data-theme="dark"] .order-card,
[data-theme="dark"] .wallet-card,
[data-theme="dark"] .seller-card,
[data-theme="dark"] .product-detail,
[data-theme="dark"] .review-card,
[data-theme="dark"] .detail-card {
    background: var(--surface) !important;
    color: var(--text-primary) !important;
    border-color: var(--border-color) !important;
}

[data-theme="dark"] .order-card-head,
[data-theme="dark"] .seller-reply-box,
[data-theme="dark"] .search-category,
[data-theme="dark"] .review-item,
[data-theme="dark"] .variant-block,
[data-theme="dark"] .refund-thread,
[data-theme="dark"] .refund-card,
[data-theme="dark"] .refund-card-body,
[data-theme="dark"] .refund-meta,
[data-theme="dark"] .refund-thread-item,
[data-theme="dark"] .shipping-estimate {
    background: var(--surface-soft) !important;
    color: var(--text-primary) !important;
    border-color: var(--border-color) !important;
}

[data-theme="dark"] table,
[data-theme="dark"] th,
[data-theme="dark"] td,
[data-theme="dark"] .adm-table,
[data-theme="dark"] .adm-table th,
[data-theme="dark"] .adm-table td {
    background: transparent;
    color: var(--text-primary);
    border-color: var(--border-color) !important;
}

[data-theme="dark"] tr:nth-child(even) {
    background: rgba(255,255,255,0.02);
}

[data-theme="dark"] input,
[data-theme="dark"] select,
[data-theme="dark"] textarea,
[data-theme="dark"] .input,
[data-theme="dark"] .search-box input {
    background: #0f172a !important;
    color: var(--text-primary) !important;
    border: 1px solid var(--border-color) !important;
}

[data-theme="dark"] input::placeholder,
[data-theme="dark"] textarea::placeholder {
    color: var(--text-muted);
}

[data-theme="dark"] .text-muted,
[data-theme="dark"] .helper,
[data-theme="dark"] .sub,
[data-theme="dark"] .search-meta,
[data-theme="dark"] .footer-copyright,
[data-theme="dark"] p[style*="color:#888"],
[data-theme="dark"] p[style*="color:#999"],
[data-theme="dark"] span[style*="color:#888"],
[data-theme="dark"] span[style*="color:#999"] {
    color: var(--text-muted) !important;
}

[data-theme="dark"] a {
    color: #93c5fd;
}

[data-theme="dark"] a:hover {
    color: #bfdbfe;
}

[data-theme="dark"] .btn,
[data-theme="dark"] button {
    color: #fff;
}

[data-theme="dark"] .shop-details h1,
[data-theme="dark"] .shop-owner,
[data-theme="dark"] .shop-location,
[data-theme="dark"] .shop-url,
[data-theme="dark"] .seller-rating-inline,
[data-theme="dark"] .seller-review-summary h2,
[data-theme="dark"] .review-head strong,
[data-theme="dark"] .products-section h2,
[data-theme="dark"] .product-title,
[data-theme="dark"] .final-price {
    color: var(--text-primary) !important;
}

[data-theme="dark"] .seller-rating-inline span,
[data-theme="dark"] .review-big-rating .count,
[data-theme="dark"] .review-date,
[data-theme="dark"] .review-card p,
[data-theme="dark"] .seller-reply-box p,
[data-theme="dark"] .seller-reply-box span,
[data-theme="dark"] .review-login-note,
[data-theme="dark"] .review-empty,
[data-theme="dark"] .sort-section label,
[data-theme="dark"] .product-rating,
[data-theme="dark"] .rating-text,
[data-theme="dark"] .no-products,
[data-theme="dark"] .error-container {
    color: var(--text-muted) !important;
}

[data-theme="dark"] .sort-section select,
[data-theme="dark"] .form-row-review select,
[data-theme="dark"] .form-row-review textarea {
    background: var(--surface-soft) !important;
    color: var(--text-primary) !important;
    border-color: var(--border-color) !important;
}

[data-theme="dark"] .product-image img,
[data-theme="dark"] .product-img,
[data-theme="dark"] .shop-brand-logo {
    background: var(--surface-soft) !important;
    border-color: var(--border-color) !important;
}

[data-theme="dark"] .shop-name-link {
    background: rgba(17, 24, 39, 0.92) !important;
    color: #fecaca !important;
    border-color: #7f1d1d !important;
}

[data-theme="dark"] .shop-header-with-banner .shop-details {
    background: rgba(15, 23, 42, 0.68) !important;
    border-color: rgba(148, 163, 184, 0.35) !important;
}

[data-theme="dark"] .verified-buyer-badge {
    background: #3f0a0a !important;
    color: #fecaca !important;
    border-color: #7f1d1d !important;
}

[data-theme="dark"] .review-alert.ok {
    background: #052e1d !important;
    color: #bbf7d0 !important;
    border-color: #166534 !important;
}

[data-theme="dark"] .review-alert.bad {
    background: #3f0a0a !important;
    color: #fecaca !important;
    border-color: #7f1d1d !important;
}

[data-theme="dark"] .products-section {
    background: var(--surface) !important;
    border: 1px solid var(--border-color) !important;
    box-shadow: none !important;
}

[data-theme="dark"] .product-card {
    background: var(--surface) !important;
    border-color: var(--border-color) !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}

[data-theme="dark"] .product-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.45) !important;
}

[data-theme="dark"] .product-image img {
    background: var(--surface-soft) !important;
}

[data-theme="dark"] .product-actions .btn-view {
    color: #fff !important;
}

[data-theme="dark"] .no-products p,
[data-theme="dark"] .no-products i {
    color: var(--text-muted) !important;
}

.p-20 {
    padding: 20px;
}

.hidden {
    display: none;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gap-10 {
    gap: 10px;
}

.text-muted {
    color: #888;
}

.text-danger {
    color: var(--brand);
}

.text-success {
    color: #4caf50;
}

/* ============================================================
   ANIMATIONS
============================================================ */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeIn {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes slide {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@media (max-width: 700px) {
    .home-hero-main {
        min-height: 400px !important;
        height: 650px !important;
        max-height: 700px !important;
        width: 100vw !important;
    }
    .home-hero-main .slides img {
            border-right: 5px solid #ececec;
            border-left: none;
            border-top: none;
            border-bottom: none;
            box-sizing: border-box;
        border-right: 5px solid #ececec;
        border-left: none;
        border-top: none;
        border-bottom: none;
        box-sizing: border-box;
    }
    .home-hero-main .slides img[data-hero-slide] {
        border: none;
    }
    .home-hero-main .slides img[data-hero-slide].active {
        border-right: 5px solid #ececec;
        border-left: none;
        border-top: none;
        border-bottom: none;
        box-sizing: border-box;
    }
    .home-hero-main .slides {
        height: 650px !important;
        min-height: 400px;
        max-height: 700px;
    }
}







