/*********************** Custom css for Boost AI Search & Discovery  ************************/
*{
    font-family: Quicksand,sans-serif!important;
}
.fx-title-card{
    font-size: 0.8rem;
    padding: 0px 5px;
    color: #313131;
    text-align: center;
    min-height: 37px;
}
.fx-title{
    font-size: 0.8rem;
    color: #313131;
    text-align: center;
    min-height: 37px;
}
.fx-price{
    font-size: 1rem!important;
    margin: 0px;
    padding: 0px;
}
.fx-price--color{
    font-size: 1.3rem!important;
    color: #e16c5c;
}
.fx-product--price{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.boost-sd__instant-search-results--two-column.boost-sd__instant-search-results--product-type-grid .boost-sd__suggestion-queries-item-product--left:before, .boost-sd__instant-search-results--two-column.boost-sd__instant-search-results--product-type-list .boost-sd__suggestion-queries-item-product--left:before {
    padding-top: 100%!important;
}
.boost-sd__instant-search-container-desktop,
.boost-sd__instant-search-container-mobile,
.boost-sd__search-bar-wrapper{
    max-width: 100vw!important;
}
.boost-sd__instant-search-results--mobile-style1.boost-sd__instant-search-results--product-type-grid .boost-sd__suggestion-queries-item-product--left:before{
    padding-top: 100%;
}

.btn-verde {
    background-color: #607D70;
    color: white;
    border: none;
    padding: 8px 5px;
    font-size: 0.7rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-verde:hover {
  background-color: #4d655a; /* un tono más oscuro */
  transform: translateY(-2px);
}

.btn-verde:active {
  background-color: #3f5248;
  transform: translateY(0);
}

.boost-sd__search-form-wrapper {
    padding: 5px 10px;
    background-color: transparent;
}

.boost-sd__search-form-title {
    font-size: 22px;
    font-weight: bold;
}
@media screen and (max-width: 720px){
    .boost-badge--sale {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 5px;
        font-size: 12px;
    }
}
.boost-badge--sale {
    color: #fff;
    font-size: 10px;
    background-color: #e16c5c;
    font-weight: 700;
    padding: 5px;
    border-radius: 20px 0 0 20px;
    position: absolute;
    top: 10px;
    right: 0px;
    height: 20px;
    z-index: 9;
    max-width: 70px;
    left: inherit;
}
.boost-form-custom{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.boost-sd__suggestion-queries-item .card-content-center{
    width: 100%;
    padding: 0px 10px;
}
@media screen and (min-width: 1581px){
    .boost-sd__search-widget-init-wrapper {
        left: 380px!important;
    }
}

@media screen and (max-width: 1580px){
    .boost-sd__search-widget-init-wrapper {
        left: 150px!important;
    }
}

.boost-sd__filter-option-title {
    font-weight: bold;
}
.boost-sd__product-label--sale,
.boost-sd__product-label--soldout {
    display: none!important;
}
.boost-soldout{
    background-color: #313131!important;
}
.boost-sd__product-image{
    border-radius: 15px 15px 0 0;
}
.boost-sd__product-item {
    background-color: white;
    border: 1px solid #ffe3e3;
    border-radius: 15px;
}
.w-full{
    width: 100%;
}
.product-section--container{
    margin-top: 10px!important;
}
.pb-4{
    padding-bottom: 10px;
    padding-top: 10px;
}
.pb-4 form .btn-verde{
    max-width: 250px!important;
    width: 100%;
}
.padding_boost{
    padding-bottom: 30px;
}

.boost-sd__toolbar-item:last-child .boost-sd__sorting-list,
.boost-sd__sorting-list {
    z-index: 100;
}

.boost-sd__filter-option-item-button,
.boost-sd__search-result-toolbar-item,
.boost-sd__filter-tree-toggle-button-text,
.boost-sd__sorting-button
{
    font-weight: 500;
}
.boost-sd__sorting-button{
    font-size: 11px;
}

@media screen and (max-width: 768px) {
    .boost-sd__g-no-scroll .site-header-wrapper {
        z-index: 100;
    }
}

.fix-height{
    min-height: 46.22px;
}