.page-wrapper .page-header.amsearch-full-width .header-right-col .amsearch-wrapper-block {
    top: 100px;
    left: 0;
    z-index: 15;
    transition: all 0.5s ease;
}
@media(min-width: 768px){
    .page-wrapper .page-header.amsearch-full-width .header-right-col .amsearch-wrapper-block {
        top: 0px;
    }
    .page-wrapper .page-header.amsearch-full-width.-opened .header-right-col .amsearch-wrapper-block {
        height: 151px;
        transition: all 0.5s ease;
    }
}
/* Media query para que quede bien porque en el pre-header hay un salto de linea en este año*/
@media(min-width: 1070px){
    .page-wrapper .page-header.amsearch-full-width.-opened .header-right-col .amsearch-wrapper-block {
        height: 144px;
    }
}
.page-header .amsearch-button.-loupe-trigger {
    width: 26px;
    margin: 3px 14px 0;
}

.amsearch-full_width-title {
    display: none;
}

.page-header .amsearch-wrapper-block:before,
.amsearch-input-wrapper .amsearch-button.-loupe {
    display: none;
}

.amsearch-overlay-block {
    max-width: 100vw;
}
.amsearch-overlay {
    top: 134px;
}

.page-header.amsearch-full-width .amsearch-button.-full-close {
    background-color: transparent;
    border: none;
}

.amsearch-input-wrapper .amsearch-button.-close {
    display: none;
}
.page-wrapper .page-header.amsearch-full-width .amsearch-input-wrapper .amsearch-input{
    border: 1px solid var(--light-typo);
}
.page-wrapper .page-header.amsearch-full-width .amsearch-input-wrapper .amsearch-input:focus {
    border: 1px solid var(--primary);
}
.amsearch-input-wrapper .amsearch-input::before {
    content: url(/pub/media/icons/search.svg);
    display: inline-block;
    width: 1em;
    height: 1em;
}

.amsearch-product-list .product-item .amsearch-wrapper-inner .product-item-actions form.amasty-xsearch-form button.action.tocart.primary {
    right: 5px;
}
@media(min-width: 768px){
    .page-header.amsearch-full-width .amsearch-result-section .amsearch-products-section {
        padding-bottom: 10px;
        max-width: 1400px;
        margin: auto;
    }
    .amsearch-product-list .product-item {
        transition: all 0.25s ease;
    }
    .amsearch-product-list .product-item:hover {
        background: var(--light-background);
    }
    .amsearch-product-list .product-item .amsearch-wrapper-inner .product-item-actions form.amasty-xsearch-form button.action.tocart.primary {
        top: unset;
        bottom: 5%;
        left: 50%;
        transform: translate(-50%);
        width: 75%;
        border-radius: 0;
        color: var(--typo);
        opacity: 0;
        transition: opacity .25s ease;
        text-transform: uppercase;
        background: var(--button-gradient);
        font-weight: 400;
    }
    .amsearch-product-list .product-item .amsearch-wrapper-inner .product-item-actions form.amasty-xsearch-form button.action.tocart.primary::before {
        position: absolute;
        content: ' ';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: var(--reverse-button-gradient);
        transition: opacity 0.5s linear;
        opacity: 0;
    }

    .amsearch-product-list .product-item:hover .amsearch-wrapper-inner .product-item-actions form.amasty-xsearch-form button.action.tocart.primary {
        opacity: 1;
    }
    .amsearch-product-list .product-item .amsearch-wrapper-inner .product-item-actions form.amasty-xsearch-form button.action.tocart.primary:hover::before {
        opacity: 1;
    }

    .amsearch-product-list .product-item .amsearch-wrapper-inner .product-item-actions form.amasty-xsearch-form button.action.tocart.primary span {
        position: relative;
    }


    .amsearch-wrapper-block .amsearch-form-block.-opened section.amsearch-input-wrapper {
        width: 25%;
    }
}