
:root {
    /* ? COLORES*/
    --cn: #3a3a3a;
    --cg0: #53585b;
    --cg1: #575757;
    --cg2: #808080;
    --cg3: #a9a9a9;
    --lg: #f2f2f2;
    --lg2: #e9e9e9;
    --rs: #ff3947;
    /* - */
    /* - */
    /* ? TAMAÑOS de fuente */
    --fs1: 14px;
    /* - */
    /* - */
    /* ? FUENTES */
    --lora: 'Lora', serif;
    --open: 'Open Sans', sans-serif;
    /* - */
    /* - */
    /* ? MÁRGENES y padding */
    --wrp: 0 40px;
    /*padding de wrapper-> widget-landing*/
    /* ? TIMING de transiciones */
    --tt: .3s;
}


/* ===============================

    ?selector de la página de FICHA:
    
    * 1 columna * .page-layout-1column  * 
    
    ?COMUNIONES:
    ! page-with-filter page-products categorypath-comunion category-comunion catalog-category-view page-layout-2columns-left
    
    

    /* + categorypath-comunion category-comunion + */


    
    /* ?BAUTIZOS:
    page-with-filter page-products categorypath-bautizo category-bautizo catalog-category-view page-layout-2columns-left
    
    + categorypath-bautizo category-bautizo +
   ===============================*/



/*  todo lo que está OCULTO*/

.catalog-category-view .toolbar-products{
    display: none !important
}
.catalog-category-view .action.tocompare{
    display: none !important
}
.catalog-category-view .sidebar{
    display: none !important
}
.catalog-category-view .towishlist span{
    display: none !important
}
.filter-title [data-role="title"] {
    display: none !important;
}
.page-layout-1column .filter.block{
    border-top: none !important;
}
.catalog-category-view .product-item-actions .actions-primary{
    display: none !important;
}

/*  todo lo que está OCULTO*/

/* *ORDEN CATEGORIAS */

.catalog-category-view .page-main{
    display: flex !important;
    flex-flow: column nowrap; 
}
.category-view{
    order: 3;
    font-family: var(--lora);
    display: flex;
    flex-flow: column;
    align-items: center;
    border-top: 2px solid var(--cg3);
    padding: 4em; 
}
/* *LAYOUT DESCRIPCION DE CATEGORIA */
/* /* category-view > category-description */
.category-description{
    width: 85%;
    margin-bottom: 5em;
}
.category-view h1{
    font-size: 26px ;
    text-align: left;
    margin-bottom: .75em;
}

.category-view h2{
    font-size: 21px;
    text-align: left;
    margin-bottom: .75em;
}

.category-view p{
    
}

/* *AJUSTES */

.catalog-category-view .main{
    max-width: 1300px !important;
    margin: 0 auto;
}
.catalog-category-view .products.wrapper.grid.products-grid{
    width: 100% !important;
    margin-top: 0;
}
.catalog-category-view .block-title{
    display: none !important;
}
/* ?FUERA */
.page-layout-1column.page-with-filter .column.main{
    padding-top: 0 !important;
}

/* !CAMBIO-> DILEMA: flex o grid? */
/* 
.catalog-category-view ol.products.list.items.product-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
} */
.catalog-category-view ol.products.list.items.product-items{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.catalog-category-view li.item.product.product-item{
    width: calc(100%/3);
}
.catalog-category-view li.item.product.product-item{
    margin: 0;
}
/* CATEGORÍA VACÍA */
.catalog-category-view .message.info.empty{
    margin: 2em auto 6em;
}
/* ?DENTRO */
.catalog-category-view .product-item-details{
    flex-flow: row nowrap;
    justify-content: space-around;
}
/* *FILTRO */
.page-layout-1column .filter-options-item{
    margin: 0 !important;
}
.catalog-category-view .product-item-link{
    margin-left: 0px
}
.catalog-category-view .action.primary,.catalog-category-view .action.primary:focus{
    margin-bottom: 0 !important;
    margin-top: 1em !important;
}
.catalog-category-view a.action.towishlist{
    color: var(--rs);
    filter: brightness(1.3);
    
}
.catalog-category-view a.action.towishlist:hover{
    color: var(--rs);
    filter: brightness(1);
    transition: var(--tt) ease-out;
}

.page-products .product-item-info{
    width: 97% !important;
}

/* * ICONO CORAZON */
/* !Corazón desactivado */
.catalog-category-view .actions-secondary{
    display: none !important;
}
.catalog-category-view .actions-secondary{
    position: absolute;
    z-index: 50;
    top: 445px;
    left: 10px;
}
.product-item .action.towishlist:before{

    font-size: 24px;
    width: 28px;
    height: 24px;

    display: flex;
    justify-content: center;
    align-items: center;
}
/** DESCUENTO */
.catalog-category-view .descuento-text{  
    position: absolute;
    z-index: 10;
    top: 2%;
    right: 3%;
    background-color: var(--cg0);
    padding: .6em 1em;
    font-size: 1.3em;
    color: white;
    background: linear-gradient(45deg,black -80%,var(--cg3) 190%);
    border-radius: 20px 3px; 
    box-shadow: -4px 4px 4px #000000ab,-1px 1px 1px #0000;
    font-family: var(--lora);
    background-size: 100%;
    font-weight: 400;
    transition: all .6s ease-out;
} 


/* *PAGINA DE BUSQUEDA* */
.catalogsearch-result-index .main{
    max-width: 1300px;
}
.catalogsearch-result-index .sidebar {
    display: none !important 
} 
.catalogsearch-result-index .column.main{
    width: 100%;
}
.catalogsearch-result-index .columns {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.catalogsearch-result-index .title{
    display: none !important;
}
.catalogsearch-result-index .search.results .block{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.catalogsearch-result-index .page-products .columns{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.catalogsearch-result-index li.item.product.product-item{
    width: 100%;
    margin: 0 auto;
}
/* .catalogsearch-result-index .toolbar.toolbar-products {
    display: flex;
    justify-content: center;
} */

.catalogsearch-result-index .toolbar.toolbar-products {
    display: none !important; 
}
 
.catalogsearch-result-index ol.products.list.items.product-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* gap:1em; */
    margin: 40px 100px;
}
.catalogsearch-result-index .block{
    font-family: var(--lora);
}
.catalogsearch-result-index .block .item a {
    color: var(--cg0);
    margin: 0 .5em;
    text-decoration: underline 1px dotted;
}
.catalogsearch-result-index .actions-secondary{
    display: none !important;
}
.catalogsearch-result-index .producto-item-inner{
    display: none !important;
}
.catalogsearch-result-index .descuento-text {
    display: none !important;
}
.catalogsearch-result-index [data-role="priceBox"]{
    margin-right: .5em !important;
}