/* Hero Section Battery Search CSS */
#battery-search-widget {
    --brand-color: #cf4431;
    --brand-color-dark: #a13222;
    --brand-accent: rgba(207, 68, 49, 0.18);
    color: #fff;
    background-color: #0f172a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 0 24px 56px;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

#battery-search-widget * {
    box-sizing: border-box;
}

/* Hero Section */
.hero-section {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0 96px;
    width: 100%;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(15, 19, 29, 0.9) 0%, rgba(12, 18, 29, 0.92) 55%, rgba(9, 12, 20, 0.96) 100%);
    pointer-events: none;
    z-index: 0;
    opacity: 80%;
}

.hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
    color: #fff;
    padding: 0 16px;
}

.hero-header {
    max-width: 860px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.brand-marquee {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 12px 0;
    --swiper-theme-color: var(--brand-color);
    background: linear-gradient(180deg, rgba(87, 91, 99, 0.72) 0%, rgba(95, 95, 96, 0.6) 100%);
    backdrop-filter: blur(6px);
}

.brand-marquee .swiper-wrapper {
    align-items: center;
}

.brand-marquee .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-marquee img {
    width: auto;
    opacity: 0.85;
    filter: grayscale(0%);
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.brand-marquee img:hover {
    opacity: 1;
    filter: grayscale(80%);
}

.hero-title-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.6rem;
    overflow: hidden;
}

.hero-header h1 {
    margin: 0;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: 0 10px 32px rgba(6, 9, 16, 0.45);
    line-height: 1.25;
    color: var(--brand-color);
    white-space: break-spaces;
    width: 100%;
    text-align: center;
}

.hero-title-highlight {
    display: block;
    color: var(--brand-color);
}

.hero-subtitle {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 500;
    letter-spacing: 0.015em;
    color: rgba(255, 255, 255, 0.78);
    text-shadow: 0 8px 24px rgba(6, 9, 16, 0.5);
}

    .hero-search {
        width: 100%;
        max-width: 1040px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

.hero-search-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
}

.hero-search-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-color);
}

.hero-search-icon i {
    font-size: 1.15rem;
}

.hero-badges {
    width: 100%;
    max-width: 1020px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.hero-badge {
    background: linear-gradient(160deg, rgba(10, 12, 20, 0.85) 0%, rgba(9, 12, 20, 0.75) 100%);
    border: 1px solid rgba(207, 68, 49, 0.28);
    border-radius: 20px;
    padding: 18px 22px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    text-align: left;
    box-shadow: 0 22px 45px rgba(9, 12, 20, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    border: none;
    background: none;
    color: var(--brand-color);
    font-size: 1.8rem;
}

.badge-content h4 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.badge-content p {
    margin: 6px 0 0 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.45;
}

.hero-badge:hover {
    transform: translateY(-4px);
    border-color: rgba(207, 68, 49, 0.6);
    box-shadow: 0 28px 55px rgba(9, 12, 20, 0.55);
}

/* Search Container */
#battery-search-widget .search-container {
    background: var(--brand-color);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 36px;
    padding: 18px 26px;
    box-shadow: 0 24px 72px rgba(6, 9, 16, 0.48);
    max-width: 980px;
    margin: 0 auto;
    backdrop-filter: blur(14px);
    color: #e2e8f0;
}

/* Search Form - Horizontal Layout */
.search-form {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) auto;
    align-items: center;
    gap: 18px;
}

#battery-search-widget .form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    width: 220px;
    position: relative;
}

#battery-search-widget .form-group label {
    font-weight: 600;
    font-size: 0.78rem;
    color: rgba(226, 232, 240, 0.78);
    text-transform: uppercase;
    letter-spacing: 0.35em;
    padding-left: 1px;
}

#battery-search-widget .form-control {
    height: 46px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 22px;
    background: rgba(18, 24, 36, 0.88);
    font-size: 1rem;
    color: #f8fafc;
    transition: all 0.25s ease;
    appearance: none;
    cursor: pointer;
    padding-right: 44px;
}

#battery-search-widget .form-control:focus {
    outline: none;
    border-color: var(--brand-color);
    box-shadow: 0 0 0 3px rgba(207, 68, 49, 0.16);
    background: rgba(15, 21, 32, 0.95);
}

#battery-search-widget .form-control:disabled {
    background: rgba(15, 19, 29, 0.45);
    color: rgba(203, 213, 225, 0.65);
    cursor: not-allowed;
    border-color: rgba(148, 163, 184, 0.3);
}

#battery-search-widget .form-group--searchable {
    width: 260px;
    gap: 6px;
}

#battery-search-widget .searchable-select {
    position: relative;
    width: 100%;
}

#battery-search-widget .searchable-select__button {
    width: 100%;
    height: 46px;
    padding: 0 46px 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 22px;
    background: rgba(18, 24, 36, 0.88);
    color: #f8fafc;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

#battery-search-widget .searchable-select__button:hover:not(:disabled),
#battery-search-widget .searchable-select.is-open .searchable-select__button {
    background: rgba(18, 24, 36, 0.95);
    border-color: rgba(255, 255, 255, 0.4);
}

#battery-search-widget .searchable-select__button:focus-visible {
    outline: none;
    border-color: var(--brand-color);
    box-shadow: 0 0 0 3px rgba(207, 68, 49, 0.18);
}

#battery-search-widget .searchable-select.is-disabled .searchable-select__button {
    background: rgba(15, 19, 29, 0.45);
    border-color: rgba(148, 163, 184, 0.3);
    color: rgba(203, 213, 225, 0.65);
    cursor: not-allowed;
}

#battery-search-widget .searchable-select.is-loading .searchable-select__button {
    cursor: progress;
}

#battery-search-widget .searchable-select__text {
    flex: 1 1 auto;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#battery-search-widget .searchable-select__text.is-placeholder {
    color: rgba(203, 213, 225, 0.7);
}

#battery-search-widget .searchable-select__chevron {
    width: 9px;
    height: 9px;
    border-right: 2px solid rgba(248, 250, 252, 0.7);
    border-bottom: 2px solid rgba(248, 250, 252, 0.7);
    transform: rotate(45deg);
    transition: transform 0.2s ease, border-color 0.2s ease;
    flex: 0 0 auto;
}

#battery-search-widget .searchable-select.is-open .searchable-select__chevron {
    transform: rotate(-135deg);
    border-color: rgba(248, 250, 252, 0.95);
}

#battery-search-widget .searchable-select__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 12px);
    background: rgba(10, 15, 25, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
    padding: 14px 0 12px;
    box-shadow: 0 30px 80px rgba(6, 9, 16, 0.5);
    backdrop-filter: blur(18px);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 30;
}

#battery-search-widget .searchable-select__dropdown[hidden] {
    display: none !important;
}

#battery-search-widget .searchable-select__search {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    color: rgba(226, 232, 240, 0.72);
}

#battery-search-widget .searchable-select__input {
    flex: 1 1 auto;
    min-width: 0;
    background: rgba(17, 23, 35, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 14px;
    padding: 10px 12px;
    color: #f8fafc;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

#battery-search-widget .searchable-select__input::placeholder {
    color: rgba(203, 213, 225, 0.6);
}

#battery-search-widget .searchable-select__input:focus {
    outline: none;
    border-color: var(--brand-color);
    box-shadow: 0 0 0 3px rgba(207, 68, 49, 0.18);
    background: rgba(12, 19, 30, 0.98);
}

#battery-search-widget .searchable-select__search-clear {
    background: none;
    border: none;
    color: rgba(203, 213, 225, 0.72);
    cursor: pointer;
    padding: 6px;
    border-radius: 999px;
    transition: color 0.2s ease, background 0.2s ease;
}

#battery-search-widget .searchable-select__search-clear:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

#battery-search-widget .searchable-select__options {
    margin: 0;
    padding: 4px 8px;
    max-height: 240px;
    overflow-y: auto;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#battery-search-widget .searchable-select__options::-webkit-scrollbar {
    width: 6px;
}

#battery-search-widget .searchable-select__options::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.4);
    border-radius: 8px;
}

#battery-search-widget .searchable-select__options::-webkit-scrollbar-track {
    background: transparent;
}

#battery-search-widget .searchable-select__option {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 14px;
    border-radius: 12px;
    color: rgba(226, 232, 240, 0.9);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

#battery-search-widget .searchable-select__option:hover,
#battery-search-widget .searchable-select__option.is-highlighted {
    background: rgba(207, 68, 49, 0.14);
    color: #fff;
}

#battery-search-widget .searchable-select__option.is-selected::after {
    content: "\2713";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--brand-color);
}

#battery-search-widget .searchable-select__option-label {
    font-weight: 600;
    font-size: 0.96rem;
}

#battery-search-widget .searchable-select__option-meta {
    font-size: 0.78rem;
    color: rgba(203, 213, 225, 0.76);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#battery-search-widget .searchable-select__status {
    padding: 0 18px;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(148, 163, 184, 0.9);
}

#battery-search-widget .searchable-select__reset {
    align-self: flex-end;
    margin: 0 18px 0 0;
    background: none;
    border: none;
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
    transition: color 0.2s ease;
}

#battery-search-widget .searchable-select__reset:hover {
    color: #fff;
}

#battery-search-widget .searchable-select__native {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
}

#battery-search-widget .form-group:not(.form-group--searchable)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 9px;
    height: 9px;
    border-right: 2px solid rgba(248, 250, 252, 0.7);
    border-bottom: 2px solid rgba(248, 250, 252, 0.7);
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

#battery-search-widget .form-group:not(.form-group--searchable):focus-within::after {
    border-color: rgba(255, 255, 255, 0.95);
    transform: translateY(-30%) rotate(45deg);
}

/* Search Button */
#battery-search-widget .battery-search-button {
    height: 46px;
    padding: 0 36px;
    border: none;
    border-radius: 26px;
    background: #fff;
    color: var(--brand-color);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    min-width: 140px;
    box-shadow: 0 18px 35px rgba(207, 68, 49, 0.3);
}

#battery-search-widget .battery-search-button:hover:not(:disabled) {
    background: #f9f9f9;
    transform: translateY(-2px);
    box-shadow: 0 24px 45px rgba(161, 50, 34, 0.35);
}

#battery-search-widget .battery-search-button:disabled {
    background: #d1d5db;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Results Section */
.results-container {
    margin-top: 36px !important;
    background: var(--brand-color);
    border-radius: 28px;
    padding: 28px 32px;
    box-shadow: 0 24px 70px rgba(6, 9, 16, 0.45);
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    color: #e2e8f0;
}

.results-container h3 {
    margin: 0 0 20px 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
}

.results-list {
    display: grid;
    gap: 18px;
}

.result-item {
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.95) 0%, rgba(12, 18, 31, 0.92) 100%);
    border-radius: 20px;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.25s ease;
    text-decoration: none;
    color: inherit;
    display: block;
    box-shadow: 0 16px 40px rgba(5, 9, 16, 0.35);
}

.result-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 45px rgba(6, 9, 16, 0.45);
    border-color: rgba(207, 68, 49, 0.5);
}

.result-item.is-disabled {
    cursor: default;
}

.result-item.is-disabled:hover {
    transform: none;
    box-shadow: 0 16px 40px rgba(5, 9, 16, 0.35);
    border-color: rgba(255, 255, 255, 0.08);
}

.result-item__inner {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.result-item__image {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
    flex: 0 0 72px;
}

.result-content {
    flex: 1 1 auto;
    min-width: 220px;
}

.result-price-compare {
    text-decoration: line-through;
    color: rgba(226, 232, 240, 0.55);
    font-size: 0.9em;
    margin-left: 10px;
}

.result-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.result-buy-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: 999px;
    background: var(--brand-color);
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 16px 35px rgba(207, 68, 49, 0.32);
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    white-space: nowrap;
}

.result-item:hover .result-buy-button {
    background: var(--brand-color-dark);
    transform: translateY(-1px);
    box-shadow: 0 20px 45px rgba(161, 50, 34, 0.38);
}

.result-buy-button.is-disabled {
    background: rgba(148, 163, 184, 0.4);
    color: rgba(237, 242, 247, 0.8);
    box-shadow: none;
}

.result-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.9);
}

.result-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--brand-color);
    margin-bottom: 8px;
}

.result-specs {
    font-size: 0.92rem;
    color: rgba(226, 232, 240, 0.72);
    line-height: 1.5;
}

/* Loading State */
.loading {
    padding: 40px;
    text-align: center;
    background: rgba(8, 11, 18, 0.88);
    border-radius: 28px;
    margin-top: 36px;
    box-shadow: 0 24px 70px rgba(6, 9, 16, 0.45);
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(226, 232, 240, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--brand-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading p {
    color: rgba(226, 232, 240, 0.75);
    font-size: 1rem;
    margin: 0;
}

/* No Results State */
.no-results {
    padding: 40px;
    text-align: center;
    background: rgba(8, 11, 18, 0.88);
    border-radius: 28px;
    margin-top: 36px;
    box-shadow: 0 24px 70px rgba(6, 9, 16, 0.45);
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(226, 232, 240, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.no-results p {
    color: rgba(226, 232, 240, 0.75);
    font-size: 1rem;
    margin: 0 0 24px 0;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #25d366;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    background: #128c7e;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        padding: 0px 0 70px;
    }

    .hero-content {
        gap: 32px;
    }

    .brand-marquee {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 10px 0;
    }

    

    .hero-title-wrapper {
        height: 3.8rem;
    }

    .hero-header h1 {
        font-size: 2.6rem;
        letter-spacing: 0.03em;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-search-label {
        align-self: center;
        font-size: 0.85rem;
        padding-left: 0;
    }

    .hero-search {
        width: 100%;
        max-width: 100%;
    }

    #battery-search-widget .search-container {
        width: 100%;
        max-width: 100%;
        align-self: stretch;
    }

    .hero-badges {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 16px;
    }

    .hero-badge {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 16px;
    }

    .badge-icon {
        margin-bottom: 6px;
    }

    .search-form {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    #battery-search-widget .form-group {
        width: 100%;
    }

    #battery-search-widget .form-group--searchable {
        width: 100%;
    }

    #battery-search-widget .form-control {
        width: 100%;
    }
    
    #battery-search-widget .search-container,
    #battery-search-widget .results-container,
    #battery-search-widget .loading,
    #battery-search-widget .no-results {
        padding: 20px;
        margin: 0;
    }

    .results-container h3 {
        font-size: 1.25rem;
    }

    .result-item {
        padding: 16px;
        border-radius: 12px;
    }

    .result-item__inner {
        gap: 14px !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .result-item__image {
        margin: 0 auto;
    }

    .result-content,
    .result-title,
    .result-price,
    .result-specs {
        width: 100%;
        text-align: center;
    }

    .result-actions {
        width: 100%;
        justify-content: center;
        margin-top: 4px;
    }

    .result-buy-button {
        width: 100%;
        justify-content: center;
    }

    .result-item__image {
        width: 60px !important;
        height: 60px !important;
    }

    .result-title {
        font-size: 1rem;
    }

    .result-price {
        font-size: 1.1rem;
    }

    .result-specs {
        font-size: 0.85rem;
    }

    #battery-search-widget {
        padding: 0px 12px 40px;
    }
    
    #battery-search-widget .battery-search-button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 0px 0 56px;
    }

    .brand-marquee {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 8px 0;
    }


    .hero-title-wrapper {
        height: 5rem;
    }

    .hero-header h1 {
        font-size: 1.5rem;
        letter-spacing: 0.02em;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .hero-search {
        width: 100%;
        max-width: 100%;
    }

    .hero-badges {
        grid-template-columns: 1fr;
    }

    .badge-icon {
        width: 44px;
        height: 44px;
        font-size: 1.4rem;
    }

    #battery-search-widget .search-container,
    #battery-search-widget .results-container,
    #battery-search-widget .loading,
    #battery-search-widget .no-results {
        border-radius: 15px;
        padding: 15px;
        margin: 0;
    }

    #battery-search-widget .form-group {
        width: 100%;
    }

    #battery-search-widget .form-group--searchable {
        width: 100%;
    }

    #battery-search-widget .form-control {
        width: 100%;
    }

    .result-item {
        padding: 14px;
    }

    .result-item__inner {
        gap: 10px !important;
        align-items: center !important;
        text-align: center;
    }

    .result-actions {
        width: 100%;
        justify-content: center;
        margin-top: 6px;
    }

    .result-buy-button {
        width: 100%;
        justify-content: center;
        padding: 12px 18px;
    }

    .result-item__image {
        width: 52px !important;
        height: 52px !important;
        margin: 0 auto;
    }

    .result-content,
    .result-title,
    .result-price,
    .result-specs {
        width: 100%;
        text-align: center;
    }

    .result-title {
        font-size: 0.95rem;
    }

    .result-price {
        font-size: 1rem;
    }

    #battery-search-widget .form-control {
        height: 48px;
        font-size: 0.9rem;
        border-radius: 12px;
    }
    
    #battery-search-widget .battery-search-button {
        height: 48px;
        font-size: 0.9rem;
        border-radius: 14px;
    }
}
