.amsearch-wrapper-block {
    width: 100% !important;
}

.amsearch-form-block.-opened {
    width: 100% !important;
}

.amsearch-input {
    height: 26px !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid #e30613 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-left: 0 !important;
}

.amsearch-input:focus {
    box-shadow: none !important;
    border-bottom-color: #e30613 !important;
}

.amsearch-button.-compare {
    display: none;
}

.amsearch-input-wrapper {
    width: 100% !important;
}

.amsearch-input-wrapper .amsearch-button.-loupe {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.amsearch-item-container .amsearch-item .amsearch-link {
    color: #666 !important;
}

.amsearch-products-section .amsearch-link {
    color: #666 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.amsearch-products-section .amsearch-link:hover {
    color: #e30613 !important;
}

.amsearch-highlight {
    color: #e30613 !important;
}

.amsearch-button.-search {
    display: none !important;
}

/* Border radius handled in main .amsearch-input block */

.amsearch-form-block.-opened {
    z-index: 1000 !important;
}

.amsearch-result-section {
    z-index: 1050;
    background: #fff;
}

/* Pantallas extra grandes (e.g., iMac) */
@media only screen and (min-width: 1440px) {
    .amsearch-result-section {
        width: 1315px !important;
    }
}

/* Pantallas grandes (Laptops) */
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
    .amsearch-result-section {
        width: 1000px !important;
    }
}

/* Tablets Landscape / Pantallas Medianas */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .amsearch-result-section {
        width: 980px !important;
    }
}

/* Tablets Portrait */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .amsearch-result-section {
        width: 95% !important;
    }
}

/* Celulares */
@media only screen and (max-width: 767px) {
    .amsearch-result-section {
        width: 100% !important;
    }
}

.amsearch-overlay-block {
    z-index: 0 !important;
}