/**
 * Emotoshop Motorcycle Search - Stylesheet
 * Version 4.1.0 - Partdo Theme Integration
 */

/* ==============================================
   RESET & BASE
   ============================================== */

.emotoshop-search,
.emotoshop-garage,
.emotoshop-part-lookup,
.emotoshop-compatibility,
.emotoshop-crossref,
.emotoshop-active-vehicle {
    font-family: inherit;
    box-sizing: border-box;
    width: 100%;
}
.emotoshop-search *, .emotoshop-search *::before, .emotoshop-search *::after,
.emotoshop-garage *, .emotoshop-part-lookup * {
    box-sizing: inherit;
}

/* ==============================================
   HEADER
   ============================================== */

.emotoshop-search__header {
    text-align: center;
    margin-bottom: 20px;
}
.emotoshop-search__title {
    color: #111;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.emotoshop-search__subtitle {
    color: #666;
    font-size: 14px;
    margin: 0;
}

/* ==============================================
   GARAGE HINT (above form)
   ============================================== */

.emotoshop-search__garage-hint {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 10px 16px;
    margin-bottom: 16px;
    color: #333;
    font-size: 13px;
}
.emotoshop-garage-icon { font-size: 18px; }
.emotoshop-garage-autofill {
    margin-left: auto;
    background: #111;
    color: #fff;
    border: none;
    padding: 5px 14px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: background 0.2s;
}
.emotoshop-garage-autofill:hover {
    background: #333;
}

/* ==============================================
   FORM & FIELDS
   ============================================== */

.emotoshop-search__form { width: 100%; }

.emotoshop-search__fields {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}
.emotoshop-search__field {
    flex: 1 1 180px;
    min-width: 150px;
    display: flex;
    flex-direction: column;
}
.emotoshop-search__field label {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

/* ==============================================
   SELECT STYLES - Partdo native look
   ============================================== */

.emotoshop-select {
    width: 100%;
    padding: 12px 38px 12px 14px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color 0.2s;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px;
}
.emotoshop-select:hover:not(:disabled) {
    border-color: #111;
}
.emotoshop-select:focus {
    outline: none;
    border-color: #111;
    box-shadow: 0 0 0 1px #111;
}
.emotoshop-select:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #f9f9f9;
}
.emotoshop-select.emotoshop-loading {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 50 50'%3E%3Cpath fill='%23ccc' d='M25 5A20 20 0 1 0 45 25 20 20 0 0 0 25 5zm0 36A16 16 0 1 1 41 25 16 16 0 0 1 25 41z' opacity='.25'/%3E%3Cpath fill='%23111' d='M43.94 25A19 19 0 0 0 25 6V2A23 23 0 0 1 48 25z'%3E%3CanimateTransform attributeName='transform' dur='.7s' repeatCount='indefinite' type='rotate' values='0 25 25;360 25 25'/%3E%3C/path%3E%3C/svg%3E");
    background-size: 18px;
    background-position: right 10px center;
}

/* ==============================================
   BUTTONS - Partdo style
   ============================================== */

.emotoshop-search__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.emotoshop-search__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 24px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.emotoshop-search__button--submit {
    flex: 1;
    min-width: 180px;
    background: #111;
    color: #fff;
}
.emotoshop-search__button--submit:hover {
    background: #333;
}
.emotoshop-search__button--submit:active {
    background: #000;
}

.emotoshop-search__button--garage {
    background: #fff;
    color: #111;
    border: 1px solid #ddd;
}
.emotoshop-search__button--garage:hover {
    border-color: #111;
}

.emotoshop-search__button--reset {
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
}
.emotoshop-search__button--reset:hover {
    border-color: #999;
    color: #333;
}
.emotoshop-search__icon { flex-shrink: 0; }

/* ==============================================
   LAYOUT VARIANTS
   ============================================== */

.emotoshop-search--horizontal .emotoshop-search__fields { flex-direction: row; }
.emotoshop-search--vertical .emotoshop-search__fields { flex-direction: column; }
.emotoshop-search--vertical .emotoshop-search__field { flex: none; min-width: 100%; }
.emotoshop-search--vertical .emotoshop-search__actions { flex-direction: column; }
.emotoshop-search--compact .emotoshop-search__header { display: none; }
.emotoshop-search--compact .emotoshop-search__fields { gap: 8px; }
.emotoshop-search--compact .emotoshop-select { padding: 10px 35px 10px 12px; font-size: 13px; }
.emotoshop-search--compact .emotoshop-search__button { padding: 10px 16px; font-size: 12px; }

/* ==============================================
   LOADING
   ============================================== */

.emotoshop-search__loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 30px;
    color: #666;
    font-size: 14px;
}
.emotoshop-spinner {
    width: 22px; height: 22px;
    border: 2px solid #e0e0e0;
    border-top-color: #111;
    border-radius: 50%;
    animation: emotoshop-spin 0.8s linear infinite;
}
@keyframes emotoshop-spin { to { transform: rotate(360deg); } }

/* ==============================================
   NOTIFICATIONS
   ============================================== */

.emotoshop-notification {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    margin-bottom: 12px;
    border-radius: 4px;
    font-size: 13px;
    animation: emotoshop-slideDown 0.3s ease;
}
@keyframes emotoshop-slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.emotoshop-notification--info    { background: #f0f4ff; color: #333; border: 1px solid #c8d6f0; }
.emotoshop-notification--success { background: #f0faf0; color: #1a5c1a; border: 1px solid #b8e0b8; }
.emotoshop-notification--warning { background: #fff8e6; color: #8a6d00; border: 1px solid #f0d860; }
.emotoshop-notification--error   { background: #fff0f0; color: #8a1a1a; border: 1px solid #f0b8b8; }
.emotoshop-notification__icon { font-size: 16px; flex-shrink: 0; }
.emotoshop-notification__message { flex: 1; }
.emotoshop-notification__close {
    background: none; border: none; color: inherit;
    font-size: 18px; cursor: pointer; padding: 0; line-height: 1;
    opacity: 0.5; transition: opacity 0.2s;
}
.emotoshop-notification__close:hover { opacity: 1; }

/* ==============================================
   RESULTS
   ============================================== */

.emotoshop-search__results {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}
.emotoshop-results__header h3 {
    color: #111; font-size: 16px; font-weight: 700; margin: 0 0 16px;
    text-transform: uppercase; letter-spacing: 0.3px;
}
.emotoshop-results__count { font-weight: 700; }

.emotoshop-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}
.emotoshop-product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.emotoshop-product-card:hover {
    border-color: #111;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.emotoshop-product-link { display: block; text-decoration: none; color: inherit; }
.emotoshop-product-image { position: relative; padding-top: 100%; background: #f9f9f9; }
.emotoshop-product-image img {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain;
}
.emotoshop-product-info { padding: 14px; }
.emotoshop-product-name {
    font-size: 13px; font-weight: 600; color: #111;
    margin: 0 0 6px; line-height: 1.4;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.emotoshop-product-sku { font-size: 11px; color: #999; display: block; margin-bottom: 6px; }
.emotoshop-product-price { font-size: 15px; font-weight: 700; color: #111; }
.emotoshop-product-price del { color: #bbb; font-weight: 400; margin-right: 6px; font-size: 13px; }
.emotoshop-product-stock { font-size: 11px; display: inline-block; padding: 2px 8px; border-radius: 3px; margin-top: 6px; }
.emotoshop-product-stock--in { background: #e8f5e9; color: #2e7d32; }
.emotoshop-product-stock--out { background: #fce4ec; color: #c62828; }

.emotoshop-no-results { text-align: center; padding: 40px 20px; color: #666; }
.emotoshop-no-results__icon { font-size: 40px; margin-bottom: 12px; opacity: 0.4; }
.emotoshop-no-results h3 { font-size: 16px; font-weight: 600; margin: 0 0 8px; color: #333; }
.emotoshop-no-results p { margin: 0; font-size: 14px; }

/* ==============================================
   ACTIVE VEHICLE BANNER (shop page)
   ============================================== */

.emotoshop-active-vehicle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #111;
    color: #fff;
    padding: 12px 18px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 13px;
    flex-wrap: wrap;
    gap: 10px;
}
.emotoshop-active-vehicle__info {
    display: flex; align-items: center; gap: 10px;
}
.emotoshop-active-vehicle__info strong { font-weight: 700; }
.emotoshop-active-vehicle__clear {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    padding: 4px 10px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 3px;
    font-size: 12px;
    transition: all 0.2s;
}
.emotoshop-active-vehicle__clear:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

/* ==============================================
   VEHICLE COMPATIBILITY (product page)
   ============================================== */

.emotoshop-compatibility {
    margin: 20px 0;
    padding: 18px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.emotoshop-compatibility__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.emotoshop-compatibility__title svg { color: #2e7d32; }
.emotoshop-compatibility__count { font-weight: 400; color: #999; font-size: 13px; text-transform: none; }

.emotoshop-compatibility__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.emotoshop-compatibility__table th {
    text-align: left;
    padding: 8px 12px;
    background: #eee;
    font-weight: 600;
    color: #333;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-bottom: 2px solid #ddd;
}
.emotoshop-compatibility__table td {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    color: #333;
}
.emotoshop-compatibility__table tr:hover td { background: #f5f5f5; }

/* ==============================================
   CROSS-REFERENCE (product page)
   ============================================== */

.emotoshop-crossref {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
}
.emotoshop-crossref__label { font-size: 12px; font-weight: 600; color: #666; text-transform: uppercase; }
.emotoshop-crossref__item {
    display: inline-block;
    font-size: 12px;
    background: #f0f0f0;
    color: #333;
    padding: 3px 10px;
    border-radius: 3px;
    font-family: monospace;
}

/* ==============================================
   PART LOOKUP
   ============================================== */

.emotoshop-part-lookup { padding: 20px 0; }
.emotoshop-part-lookup__title {
    color: #111;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.emotoshop-part-lookup__form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.emotoshop-part-lookup__input-wrap {
    flex: 1;
    display: flex;
    gap: 0;
    min-width: 280px;
}
.emotoshop-part-lookup__input {
    flex: 1;
    padding: 12px 14px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 4px 0 0 4px;
    outline: none;
    transition: border-color 0.2s;
}
.emotoshop-part-lookup__input:focus { border-color: #111; }
.emotoshop-part-lookup__type {
    padding: 12px 10px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 0 4px 4px 0;
    background: #f9f9f9;
    cursor: pointer;
    min-width: 130px;
}

.emotoshop-part-results { margin-top: 20px; }
.emotoshop-part-results__count { font-size: 14px; margin: 0 0 12px; color: #333; }
.emotoshop-part-results__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    border: 1px solid #eee;
}
.emotoshop-part-results__table th {
    text-align: left;
    padding: 10px 12px;
    background: #f5f5f5;
    font-weight: 600;
    color: #333;
    font-size: 11px;
    text-transform: uppercase;
    border-bottom: 2px solid #ddd;
}
.emotoshop-part-results__table td {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    color: #333;
}
.emotoshop-part-results__table code {
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
}

/* ==============================================
   CUSTOMER GARAGE (My Account)
   ============================================== */

.emotoshop-garage { max-width: 900px; }
.emotoshop-garage__vehicles {
    display: flex; flex-direction: column; gap: 10px; margin-bottom: 30px;
}
.emotoshop-garage__vehicle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    gap: 15px;
    flex-wrap: wrap;
}
.emotoshop-garage__vehicle--default {
    border-color: #111;
    border-width: 2px;
}
.emotoshop-garage__vehicle-info { display: flex; flex-direction: column; gap: 3px; }
.emotoshop-garage__vehicle-info strong { font-size: 15px; color: #111; }
.emotoshop-garage__vehicle-details { font-size: 13px; color: #666; }
.emotoshop-garage__badge {
    display: inline-block;
    font-size: 10px;
    background: #111;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
}
.emotoshop-garage__vehicle-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.emotoshop-garage__empty {
    text-align: center; padding: 30px; color: #888; background: #f9f9f9;
    border-radius: 4px; border: 1px dashed #ddd;
}
.emotoshop-garage__add-form {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 24px;
    background: #fafafa;
}
.emotoshop-garage__add-form h4 { margin: 0 0 16px; font-size: 16px; text-transform: uppercase; letter-spacing: 0.3px; }
.emotoshop-garage__form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}
.emotoshop-garage__form-field label {
    display: block; font-size: 12px; font-weight: 600; color: #333;
    margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.3px;
}
.emotoshop-garage__form-field input,
.emotoshop-garage__form-field select {
    width: 100%; padding: 10px 12px; border: 1px solid #ddd; border-radius: 4px; font-size: 14px;
}
.emotoshop-garage__add-btn {
    font-size: 14px !important; padding: 12px 28px !important;
    background: #111 !important; color: #fff !important; border: none !important;
    text-transform: uppercase !important; letter-spacing: 0.5px !important;
    cursor: pointer !important;
}
.emotoshop-garage__add-btn:hover { background: #333 !important; }

/* ==============================================
   SIDEBAR WIDGET - Partdo theme native look
   ============================================== */

.emotoshop-sidebar-widget { margin-bottom: 20px; }

.emotoshop-sidebar__subtitle {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 16px;
}
.emotoshop-sidebar__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.emotoshop-sidebar__field { width: 100%; }
.emotoshop-sidebar__field .emotoshop-select {
    width: 100%;
    padding: 11px 36px 11px 14px;
    font-size: 13px;
    border-color: #e0e0e0;
    border-radius: 4px;
}
.emotoshop-sidebar__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 18px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.2s;
}
.emotoshop-sidebar__submit:hover { background: #333; }
.emotoshop-sidebar__submit:active { background: #000; }

/* ==============================================
   BRAND CATALOG (A) - Main catalog page
   ============================================== */

.emotoshop-catalog {
    font-family: inherit;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.emotoshop-catalog *, .emotoshop-catalog *::before, .emotoshop-catalog *::after { box-sizing: inherit; }

.emotoshop-catalog__header {
    text-align: center;
    margin-bottom: 40px;
    padding: 40px 20px 0;
}
.emotoshop-catalog__title {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.emotoshop-catalog__desc {
    color: #666;
    font-size: 15px;
    margin: 0 0 24px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.emotoshop-catalog__search-wrap {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
}
.emotoshop-catalog__search-wrap svg {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
}
.emotoshop-catalog__search {
    width: 100%;
    padding: 14px 18px 14px 46px;
    font-size: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fff;
}
.emotoshop-catalog__search:focus {
    border-color: #111;
    box-shadow: 0 0 0 3px rgba(17,17,17,0.08);
}

.emotoshop-catalog__section {
    margin-bottom: 40px;
}
.emotoshop-catalog__section-title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

/* Popular brands grid */
.emotoshop-catalog__grid--popular {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px;
}
.emotoshop-brand-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
    gap: 10px;
}
.emotoshop-brand-card:hover {
    border-color: #111;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.emotoshop-brand-card__name {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.emotoshop-brand-card__count {
    font-size: 11px;
    color: #999;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Country tabs */
.emotoshop-catalog__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}
.emotoshop-catalog__tab {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 7px 13px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.15s;
}
.emotoshop-catalog__tab:hover {
    border-color: #111;
    color: #111;
    background: #fff;
}
.emotoshop-catalog__tab--active {
    background: #111;
    color: #fff;
    border-color: #111;
}
.emotoshop-catalog__tab--active:hover {
    background: #333;
    color: #fff;
}
.emotoshop-catalog__tab-count {
    font-size: 10px;
    opacity: 0.6;
}

/* All brands grid - compact */
.emotoshop-catalog__grid--all {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 8px;
}
.emotoshop-brand-card--small {
    padding: 11px 14px;
    border-color: #eee;
}
.emotoshop-brand-card--small .emotoshop-brand-card__name {
    font-size: 13px;
}
.emotoshop-brand-card--small.hidden { display: none; }

.emotoshop-catalog__no-results {
    text-align: center;
    padding: 40px 20px;
    color: #888;
    font-size: 14px;
}

/* ==============================================
   BRAND PAGE (C) - SEO pages
   ============================================== */

.emotoshop-brand-page {
    font-family: inherit;
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.emotoshop-brand-page *, .emotoshop-brand-page *::before, .emotoshop-brand-page *::after { box-sizing: inherit; }

.emotoshop-brand-page__breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #888;
    margin-bottom: 24px;
}
.emotoshop-brand-page__breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s;
}
.emotoshop-brand-page__breadcrumb a:hover { color: #111; }

.emotoshop-brand-page__header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 2px solid #111;
}
.emotoshop-brand-page__initial {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    border-radius: 12px;
    flex-shrink: 0;
    text-transform: uppercase;
}
.emotoshop-brand-page__meta { flex: 1; min-width: 0; }
.emotoshop-brand-page__title {
    font-size: 24px;
    font-weight: 800;
    color: #111;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.emotoshop-brand-page__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.emotoshop-brand-page__stat {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #666;
}
.emotoshop-brand-page__stat svg { flex-shrink: 0; color: #999; }
.emotoshop-brand-page__stat--highlight { color: #2e7d32; font-weight: 600; }
.emotoshop-brand-page__stat--highlight svg { color: #2e7d32; }

.emotoshop-brand-page__description {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 32px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 6px;
    border-left: 4px solid #111;
}
.emotoshop-brand-page__description p { margin: 0; }

.emotoshop-brand-page__models {
    margin-bottom: 32px;
}
.emotoshop-brand-page__models h2 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin: 0 0 16px;
}
.emotoshop-brand-page__models-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 8px;
}
.emotoshop-model-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: all 0.15s ease;
}
.emotoshop-model-card:hover {
    border-color: #111;
    background: #fafafa;
}
.emotoshop-model-card__name {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.emotoshop-model-card__details {
    font-size: 11px;
    color: #999;
    white-space: nowrap;
}
.emotoshop-model-card svg { flex-shrink: 0; color: #ccc; }
.emotoshop-model-card:hover svg { color: #111; }

.emotoshop-brand-page__coming-soon {
    text-align: center;
    padding: 40px 20px;
    background: #f9f9f9;
    border-radius: 6px;
    color: #888;
    font-size: 14px;
    border: 1px dashed #ddd;
}

.emotoshop-brand-page__cta {
    text-align: center;
    padding: 30px 0;
}
.emotoshop-brand-page__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: #111;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: background 0.2s;
}
.emotoshop-brand-page__cta-btn:hover { background: #333; color: #fff; }

.emotoshop-brand-page--404 {
    text-align: center;
    padding: 60px 20px;
}
.emotoshop-brand-page--404 h2 {
    font-size: 20px;
    color: #333;
    margin: 0 0 12px;
}
.emotoshop-brand-page--404 a {
    color: #111;
    font-weight: 600;
}

/* ==============================================
   ADVANCED SHOP FILTERS (B)
   ============================================== */

.emotoshop-shop-filters {
    margin-bottom: 20px;
    padding: 14px 18px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.emotoshop-shop-filters__form {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}
.emotoshop-shop-filters__group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.emotoshop-shop-filters__group label {
    font-size: 10px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.emotoshop-shop-filters__select {
    padding: 9px 32px 9px 10px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 8px;
    min-width: 140px;
    transition: border-color 0.2s;
}
.emotoshop-shop-filters__select:hover { border-color: #111; }
.emotoshop-shop-filters__select:focus { outline: none; border-color: #111; }

.emotoshop-shop-filters__group--price { flex-direction: column; }
.emotoshop-shop-filters__price-inputs {
    display: flex;
    align-items: center;
    gap: 6px;
}
.emotoshop-shop-filters__price-inputs span {
    color: #999;
    font-size: 12px;
}
.emotoshop-shop-filters__price-input {
    width: 80px;
    padding: 9px 8px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    transition: border-color 0.2s;
}
.emotoshop-shop-filters__price-input:focus { outline: none; border-color: #111; }
.emotoshop-shop-filters__price-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}
.emotoshop-shop-filters__price-btn:hover { background: #333; }

.emotoshop-shop-filters__checkbox-label {
    display: flex !important;
    align-items: center;
    gap: 6px;
    font-size: 12px !important;
    font-weight: 600;
    color: #444 !important;
    cursor: pointer;
    white-space: nowrap;
    padding-top: 6px;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
.emotoshop-shop-filters__checkbox-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #111;
    cursor: pointer;
}
.emotoshop-shop-filters__clear {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    font-size: 12px;
    color: #c62828;
    text-decoration: none;
    border: 1px solid #f0b8b8;
    border-radius: 4px;
    background: #fff;
    transition: all 0.2s;
    margin-top: 14px;
}
.emotoshop-shop-filters__clear:hover {
    background: #fff0f0;
    border-color: #c62828;
}

/* ==============================================
   RESPONSIVE
   ============================================== */

@media (max-width: 768px) {
    .emotoshop-search__fields { flex-direction: column; }
    .emotoshop-search__field { min-width: 100%; }
    .emotoshop-search__actions { flex-direction: column; }
    .emotoshop-search__button { width: 100%; }
    .emotoshop-products-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .emotoshop-active-vehicle { flex-direction: column; text-align: center; }
    .emotoshop-garage__vehicle { flex-direction: column; align-items: flex-start; }
    .emotoshop-garage__form-grid { grid-template-columns: 1fr; }
    .emotoshop-part-lookup__form { flex-direction: column; }
    .emotoshop-part-lookup__input-wrap { min-width: 100%; flex-direction: column; }
    .emotoshop-part-lookup__input { border-radius: 4px; border-right: 1px solid #ddd; }
    .emotoshop-part-lookup__type { border-radius: 4px; }

    .emotoshop-catalog__header { padding: 24px 16px 0; }
    .emotoshop-catalog__title { font-size: 20px; }
    .emotoshop-catalog__grid--popular { grid-template-columns: repeat(2, 1fr); }
    .emotoshop-catalog__grid--all { grid-template-columns: repeat(2, 1fr); }
    .emotoshop-brand-page__header { flex-direction: column; text-align: center; }
    .emotoshop-brand-page__stats { justify-content: center; }
    .emotoshop-brand-page__initial { width: 56px; height: 56px; font-size: 26px; }
    .emotoshop-brand-page__models-grid { grid-template-columns: 1fr; }
    .emotoshop-brand-page__title { font-size: 20px; }

    .emotoshop-shop-filters__form { flex-direction: column; align-items: stretch; }
    .emotoshop-shop-filters__select { width: 100%; }
    .emotoshop-shop-filters__price-input { flex: 1; }
}
@media (max-width: 480px) {
    .emotoshop-products-grid { grid-template-columns: 1fr; }
    .emotoshop-catalog__grid--popular { grid-template-columns: 1fr; }
    .emotoshop-catalog__grid--all { grid-template-columns: 1fr; }
}

/* ==============================================
   MOTOCYKLOPEDIA - Encyklopedia motocykli
   Premium card layout, e-commerce style
   ============================================== */

.emotoshop-motocyklopedia {
    font-family: inherit !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 24px 16px 48px !important;
}
.emotoshop-motocyklopedia--model {
    max-width: 900px !important;
    padding: 24px 20px 40px !important;
}
.emotoshop-motocyklopedia *, .emotoshop-motocyklopedia *::before, .emotoshop-motocyklopedia *::after { box-sizing: border-box !important; }
.emotoshop-motocyklopedia a { text-decoration: none !important; }

/* Breadcrumb */
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__breadcrumb {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 13px !important;
    color: #888 !important;
    margin-bottom: 24px !important;
    flex-wrap: wrap !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__breadcrumb a {
    color: #555 !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__breadcrumb a:hover { color: #111 !important; }
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__breadcrumb strong { color: #111 !important; }

/* Header */
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__header,
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__brand-header,
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__model-header {
    margin-bottom: 28px !important;
    padding-bottom: 24px !important;
    border-bottom: 1px solid #e8e8e8 !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin: 0 0 12px !important;
    letter-spacing: -0.02em !important;
    line-height: 1.2 !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__desc {
    color: #666 !important;
    font-size: 15px !important;
    margin: 0 0 20px !important;
    line-height: 1.6 !important;
}

/* SEO Intro (index page) */
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__intro {
    margin-bottom: 24px !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__intro p {
    color: #555 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    margin: 0 0 14px !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__intro p:last-child {
    margin-bottom: 0 !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__intro strong {
    color: #222 !important;
}

/* Search */
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__search-wrap {
    display: flex !important;
    align-items: stretch !important;
    max-width: 420px !important;
    margin-top: 20px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__search-wrap:focus-within {
    border-color: #111 !important;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.06) !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__search-wrap .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.emotoshop-motocyklopedia input.emotoshop-motocyklopedia__search {
    flex: 1 !important;
    min-width: 0 !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    background: #fff !important;
    color: #333 !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__search-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 14px !important;
    background: #222 !important;
    color: #fff !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__search-btn:hover {
    background: #333 !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__search-btn svg {
    flex-shrink: 0 !important;
}

/* Section */
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__section {
    margin-bottom: 36px !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__section-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #222 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin: 0 0 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #eee !important;
}

/* ---- BRAND CARDS (index) - Premium tiles ---- */
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__brands-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
    gap: 16px !important;
}
.emotoshop-motocyklopedia a.emotoshop-motocyklopedia__brand-card {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 18px 20px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #111 !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04) !important;
    min-height: 72px !important;
}
.emotoshop-motocyklopedia a.emotoshop-motocyklopedia__brand-card:hover {
    border-color: #333 !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08) !important;
    transform: translateY(-2px) !important;
    color: #111 !important;
}
.emotoshop-motocyklopedia a.emotoshop-motocyklopedia__brand-card.hidden { display: none !important; }
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__card-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__brand-name {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111 !important;
    line-height: 1.3 !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__brand-count {
    font-size: 12px !important;
    color: #777 !important;
    background: #f4f4f4 !important;
    padding: 3px 10px !important;
    border-radius: 12px !important;
    font-weight: 500 !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__card-arrow {
    flex-shrink: 0 !important;
    color: #bbb !important;
    transition: color 0.2s, transform 0.2s !important;
}
.emotoshop-motocyklopedia a.emotoshop-motocyklopedia__brand-card:hover .emotoshop-motocyklopedia__card-arrow {
    color: #111 !important;
    transform: translateX(2px) !important;
}

/* ---- Series groups (brand page) ---- */
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__series {
    margin-bottom: 32px !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__series.hidden { display: none !important; }
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__series-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: #222 !important;
    margin: 0 0 16px !important;
    padding: 10px 18px !important;
    border-radius: 8px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__models-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
    gap: 14px !important;
}

/* ---- MODEL CARDS - Premium tiles (brand page) ---- */
.emotoshop-motocyklopedia a.emotoshop-motocyklopedia__model-card {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 18px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #333 !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04) !important;
    gap: 12px !important;
}
.emotoshop-motocyklopedia a.emotoshop-motocyklopedia__model-card:hover {
    border-color: #333 !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08) !important;
    transform: translateY(-2px) !important;
    color: #111 !important;
}
.emotoshop-motocyklopedia a.emotoshop-motocyklopedia__model-card.hidden { display: none !important; }
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__model-card-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
    flex: 1 !important;
    min-width: 0 !important;
}
.emotoshop-motocyklopedia a.emotoshop-motocyklopedia__model-card .emotoshop-motocyklopedia__card-arrow {
    flex-shrink: 0 !important;
    color: #bbb !important;
    transition: color 0.2s, transform 0.2s !important;
}
.emotoshop-motocyklopedia a.emotoshop-motocyklopedia__model-card:hover .emotoshop-motocyklopedia__card-arrow {
    color: #111 !important;
    transform: translateX(2px) !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__model-name {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #222 !important;
    line-height: 1.3 !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__model-meta {
    font-size: 12px !important;
    color: #888 !important;
}

/* ---- Badges (model page, legacy) ---- */
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__year-badge,
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__class-badge {
    display: inline-block !important;
    padding: 4px 12px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    margin-right: 6px !important;
    margin-top: 8px !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__year-badge {
    background: #222 !important;
    color: #fff !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__class-badge {
    background: #f4f4f4 !important;
    color: #555 !important;
    border: 1px solid #e0e0e0 !important;
}

/* ==============================================
   MODEL PAGE - Hero & Stat boxes
   ============================================== */

.emotoshop-motocyklopedia--model .emotoshop-motocyklopedia__hero {
    margin-bottom: 36px !important;
    padding: 28px 0 32px !important;
    border-bottom: 1px solid #e8e8e8 !important;
}
.emotoshop-motocyklopedia--model .emotoshop-motocyklopedia__model-header {
    margin-bottom: 16px !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
.emotoshop-motocyklopedia--model .emotoshop-motocyklopedia__title {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin: 0 !important;
}
.emotoshop-motocyklopedia__lead {
    font-size: 16px !important;
    line-height: 1.65 !important;
    color: #555 !important;
    margin: 0 0 24px !important;
    max-width: 720px !important;
}
.emotoshop-motocyklopedia__stat-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)) !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
    align-items: start !important;
}
.emotoshop-motocyklopedia__stat-box {
    padding: 10px 12px !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    align-self: start !important;
}
.emotoshop-motocyklopedia__stat-label {
    font-size: 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    color: #888 !important;
}
.emotoshop-motocyklopedia__stat-value {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #111 !important;
    line-height: 1.35 !important;
    max-height: 3.2em !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

/* ---- CTA ---- */
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__cta {
    text-align: center !important;
    padding: 24px 0 !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__cta--hero {
    padding: 0 0 8px !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__cta--bottom {
    padding: 32px 0 16px !important;
    margin-top: 8px !important;
    border-top: 1px solid #e8e8e8 !important;
}
.emotoshop-motocyklopedia a.emotoshop-motocyklopedia__cta-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 14px 32px !important;
    background: #222 !important;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: background 0.2s, box-shadow 0.2s !important;
}
.emotoshop-motocyklopedia a.emotoshop-motocyklopedia__cta-btn:hover {
    background: #333 !important;
    color: #fff !important;
}
.emotoshop-motocyklopedia a.emotoshop-motocyklopedia__cta-btn--primary {
    padding: 16px 36px !important;
    font-size: 14px !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12) !important;
}
.emotoshop-motocyklopedia a.emotoshop-motocyklopedia__cta-btn--primary:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.16) !important;
}

/* ---- Spec tables (model page - premium) ---- */
.emotoshop-motocyklopedia--model .emotoshop-motocyklopedia__specs {
    margin-bottom: 8px !important;
}
.emotoshop-motocyklopedia__specs-heading {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #222 !important;
    margin: 0 0 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #e8e8e8 !important;
}
.emotoshop-motocyklopedia--model .emotoshop-motocyklopedia__spec-group {
    margin-bottom: 24px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
    background: #fff !important;
}
.emotoshop-motocyklopedia--model .emotoshop-motocyklopedia__spec-group-title {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    margin: 0 !important;
    padding: 14px 20px !important;
    background: #2a2a2a !important;
}
.emotoshop-motocyklopedia--model .emotoshop-motocyklopedia__spec-table {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 14px !important;
}
.emotoshop-motocyklopedia--model .emotoshop-motocyklopedia__spec-table th,
.emotoshop-motocyklopedia--model .emotoshop-motocyklopedia__spec-table td {
    padding: 14px 20px !important;
    text-align: left !important;
    border-bottom: 1px solid #f0f0f0 !important;
    vertical-align: middle !important;
}
.emotoshop-motocyklopedia--model .emotoshop-motocyklopedia__spec-table th {
    width: 240px !important;
    font-weight: 500 !important;
    color: #666 !important;
    background: #fafafa !important;
    font-size: 13px !important;
}
.emotoshop-motocyklopedia--model .emotoshop-motocyklopedia__spec-table td {
    color: #222 !important;
    font-weight: 500 !important;
    background: #fff !important;
}
.emotoshop-motocyklopedia--model .emotoshop-motocyklopedia__spec-table tr:nth-child(even) th {
    background: #f6f6f6 !important;
}
.emotoshop-motocyklopedia--model .emotoshop-motocyklopedia__spec-table tr:nth-child(even) td {
    background: #fcfcfc !important;
}
.emotoshop-motocyklopedia--model .emotoshop-motocyklopedia__spec-table tr:last-child th,
.emotoshop-motocyklopedia--model .emotoshop-motocyklopedia__spec-table tr:last-child td {
    border-bottom: none !important;
}

/* ---- 404 ---- */
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__404 {
    text-align: center !important;
    padding: 60px 20px !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__404 h2 {
    font-size: 20px !important;
    color: #333 !important;
    margin: 0 0 12px !important;
}
.emotoshop-motocyklopedia .emotoshop-motocyklopedia__404 a { color: #111 !important; font-weight: 600 !important; }

.emotoshop-motocyklopedia .emotoshop-motocyklopedia__no-results {
    text-align: center !important;
    padding: 30px 20px !important;
    color: #888 !important;
    font-size: 14px !important;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .emotoshop-motocyklopedia .emotoshop-motocyklopedia__title { font-size: 22px !important; }
    .emotoshop-motocyklopedia .emotoshop-motocyklopedia__brands-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .emotoshop-motocyklopedia .emotoshop-motocyklopedia__models-grid { grid-template-columns: 1fr !important; }
    .emotoshop-motocyklopedia .emotoshop-motocyklopedia__spec-table th { width: 140px !important; font-size: 12px !important; }
    .emotoshop-motocyklopedia .emotoshop-motocyklopedia__spec-table td { font-size: 12px !important; }
    .emotoshop-motocyklopedia__stat-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .emotoshop-motocyklopedia--model .emotoshop-motocyklopedia__hero { padding: 20px 0 28px !important; }
}
@media (max-width: 480px) {
    .emotoshop-motocyklopedia .emotoshop-motocyklopedia__brands-grid { grid-template-columns: 1fr !important; }
    .emotoshop-motocyklopedia__stat-grid { grid-template-columns: 1fr !important; gap: 10px !important; }
    .emotoshop-motocyklopedia__stat-box { padding: 12px 14px !important; }
    .emotoshop-motocyklopedia .emotoshop-motocyklopedia__spec-table th {
        width: auto !important; display: block !important; padding-bottom: 2px !important;
        border-right: none !important;
    }
    .emotoshop-motocyklopedia .emotoshop-motocyklopedia__spec-table td {
        display: block !important; padding-top: 0 !important; padding-bottom: 12px !important;
    }
}
