/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 /** CATEGORY OVERRIDES */
#category-description-top > #CatFooter {display:none;}
#category-description-bottom > #CatHeader {display:none;}
#category-description-bottom {padding-top:2.5rem;}
#CatFooter ul {
    list-style: disc;
    padding-left: 2rem;
}
/** END */



 .facet ul {
 	display: block;
 }

.collection-view {
    display: none;
}
#scrolltopbtn {
    bottom: 0;
    left: 25px;
    right: initial;
}

#product .attachment {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 1em;
}

#product .attachment embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-category h1 {
    display: none !important;
}

.page-product h1 {
    font-size: 30px;
}

@media (max-width: 991px) {
    #header .search-widget {
        max-width: 100%!important;
        margin: 0 1.5rem!important;
    }
    #header .header-search {
        background: #fff;
    }
}
#products .thumbnail-container {
    width: 255px!important;
}
#products .product-thumbnail {
    height: 255px!important;
}

.product-information p {
    line-height: 24px;
    text-align: justify;
}

.product-information p::first-letter {text-transform: uppercase;}
.product-description p::first-letter {text-transform: uppercase;}
.product-description p span::first-letter {text-transform: uppercase;}
.product-description *::first-letter {text-transform: uppercase;}

.banner-sostenibilidad {
  background-color: #f3f3f3;  /* ← cambia aquí el color */
  padding: 20px;
  border-radius: 6px; /* opcional */
}

.logos {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.logos img {
  max-height: 50px;
}
