/* ================================
TOMCAR TEMPLATE – CLEAN WORKING VERSION
================================ */

/* ================================
BASE
================================ */

body.template-tomcar {
    background: #ffffff !important;
    color: #364153 !important;
    font-family: Arial, sans-serif;
}

body.template-tomcar * {
    box-sizing: border-box;
}

/* ================================
TYPOGRAPHY
================================ */

body.template-tomcar h1,
body.template-tomcar h2,
body.template-tomcar h3 {
    color: #364153 !important;
}

body.template-tomcar h1 span,
body.template-tomcar h2 span,
body.template-tomcar .accent {
    color: #ff6b00 !important;
}

/* ================================
HEADER
================================ */

body.template-tomcar header {
    background: #fff !important;
    border-bottom: 1px solid #eee !important;
}

body.template-tomcar .topheader-logo a {
    color: #ff6b00 !important;
    font-weight: bold !important;
}

/* ================================
MENU
================================ */

body.template-tomcar nav.top-menu li a {
    color: #364153 !important;
}

body.template-tomcar nav.top-menu li a:hover {
    color: #ff6b00 !important;
}

/* ================================
SEARCH
================================ */

body.template-tomcar .search-form {
    box-shadow: none !important;
    border: 1px solid #e5e7eb !important;
}

body.template-tomcar .search-form input {
    background: #fff !important;
    color: #364153 !important;
}

body.template-tomcar .search-form button {
    background: #ff6b00 !important;
    color: #fff !important;
    border: none !important;
}

body.template-tomcar .search-form button:hover {
    background: #e55d00 !important;
}

/* ================================
CATEGORY CARD
================================ */

body.template-tomcar .category-card {
    background: #f5f6f8 !important;
    border: 1px solid #d1d5db !important;
    border-radius: 6px !important;
    padding: 12px !important;
    text-align: center !important;
}

body.template-tomcar .category-card:hover {
    background: #e7e6e8 !important;
    border-color: #ff6b00 !important;
}

body.template-tomcar .category-card .cat-name {
    color: #364153 !important;
}

body.template-tomcar .category-card img {
    max-width: 55px !important;
}

/* ================================
PRODUCT CARD
================================ */

body.template-tomcar .product-card {
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 6px !important;
}

body.template-tomcar .product-card h2 {
    color: #364153 !important;
}

body.template-tomcar .product-card p.price {
    color: #ff6b00 !important;
    font-weight: bold !important;
}

/* ================================
BUTTONS
================================ */

body.template-tomcar button,
body.template-tomcar .product-details-btn {
    background: #ff6b00 !important;
    color: #fff !important;
    border: none !important;
}

body.template-tomcar button:hover,
body.template-tomcar .product-details-btn:hover {
    background: #e55d00 !important;
}

/* ================================
LINKS
================================ */

body.template-tomcar a {
    color: #364153 !important;
}

body.template-tomcar a:hover {
    color: #ff6b00 !important;
}

/* ================================
SIDEBAR
================================ */

body.template-tomcar .content-left,
body.template-tomcar .content-right {
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
}

/* ================================
CONTENT
================================ */

body.template-tomcar .content-center {
    background: #ffffff !important;
}

/* ================================
CART
================================ */

body.template-tomcar #cart-link {
    background: #ff6b00 !important;
    color: #fff !important;
}

/* ================================
MOBILE MENU
================================ */

body.template-tomcar .menu-items {
    background: #fff !important;
}

/* ================================
FOOTER (FIXED – NO SELF-DESTRUCT RULES)
================================ */

body.template-tomcar #footer,
body.template-tomcar div#footer,
body.template-tomcar footer {
    background: #0f172a !important;
}

/* csak szöveg */
body.template-tomcar #footer h4 {
    color: #f1f5f9 !important;
}

body.template-tomcar #footer a {
    color: #e5e7eb !important;
}

body.template-tomcar #footer a:hover {
    color: #ff6b00 !important;
}