/** Shopify CDN: Minification failed

Line 61:12 Expected identifier but found whitespace
Line 61:13 Unexpected "("

**/
.ts7-search-suggestions-menu .ts7-search-product-img img {
    border-radius: 0px !important;
    width: 100%;
    margin: 0 0px 0 0 !important;
}

.ts7-multi-column .ts7-search-widget-first {
        width: 20% !important;
}

.ts7-multi-column .ts7-search-widget-second {
    width: 100% !important;
}

.ts7-search-menu-list.ts7-multi-column {
    align-items: baseline !important;
}

.ts7-multi-column .ts7-search-suggestion-product-grid .ts7-search-product-img {
    max-width: 300px !important;
}

.ts7-multi-column .ts7-search-product.ts7-search-suggestion-product-grid {
        padding: 10px 0px !important;
    }

.ts7-page-title {
      padding-top: 0px !important;
      font-size: 25px !important;
      text-transform: lowercase;
}   

.ts7-nav {
    opacity: 0%;
}

.ts7-container .ts7-filter-nav {
    padding: 0px 0 !important;
}

.ts7-filter-nav {
    border-bottom: none !important;
}

.ts7_search-result-item-inner {
    border-radius: 0 0 0px 0px !important;
        box-shadow: none !important;
}

.ts7-product-grid .title {
        text-transform: lowercase !important;
}

.ts7-product-content
Specificity: (0,1,0){
    margin-top: 0px !important;
 }

.ts7-product-grid .ts7-product-price .ts7-pro-price{
    font-weight: 400 !important;
    margin: 0px 0px 0px 0 !important;
}

.ts7-product-grid .ts7-product-price {
    font-size: 14px !important;
}

.ts7-search-grid.ts7-grid-2 .ts7-product-grid .ts7-product-price, .ts7-search-grid.ts7-grid-3 .ts7-product-grid .ts7-product-price, .ts7-search-grid.ts7-grid-4 .ts7-product-grid .ts7-product-price{
      padding: 1px 0 0 !important;
}

.ts7-search-suggestions-menu .ts7-search-menu-list{
    overflow-y: hidden !important;
}

.ts7-product-listing {
    padding-right: 5px !important;
}

.page-margin, .shopify-challenge__container {
    margin: 26rem auto;
}

.template-404 p {
  font-size: 18px; /* Ajusta el tamaño según lo que quieras */
}

@media screen and (min-width: 990px) {
    .title, .title-wrapper-with-link {
        margin: 0rem 0 0rem;
    }
}

h1.title {
    font-size: 24px;
    color: rgba(var(--color-foreground), 0.75);
}

.product-form__buttons {
    max-width: none !important;
}