 body{background: var(--color-blanco);}button{background-color: transparent;border: none;padding: .3rem .2rem;border-radius: 2rem;}button:hover{background-color: var(--color-naranja-logo);}button[data-checked="true"]{background-color: var(--color-naranja-logo);}button[data-checked='true'] i{color: #fff;}#catalog-products{margin: 5rem 2rem;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 2rem;}#catalog__products__settings{display: flex;justify-content: center;align-items: center;width: 100%;border: 2px solid #808080b3;border-radius: 5%;flex-direction: column;gap: 1rem;transition: all .5s ease-in-out;}#catalog__products__settings:hover{box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;}#catalog__ad{margin-inline: 2rem;margin-top: 5rem;color: var(--color-naranja-logo);font-size: .9rem;}.catalog__settings__title{margin-inline-start: .3rem;color: var(--color-naranja-logo);font-size: 1.5rem !important;}.options{display: flex;flex-direction: column;align-items: start;text-align: start;margin-inline: 0;padding-inline: 0;}.options .option{font-size: 1.2rem;}.option{padding: 0;margin: 0;}input{background-color: aqua;border-radius: 2rem;}#catalog{width: 100%;border-radius: 2rem;height: 100%;transition: all .5s ease-in-out;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}#catalog__title{font-size: 1.5rem;color: var(--color-naranja-logo);}#page-products{display: grid;grid-template-columns: repeat(1,1fr);padding-inline: 5%;overflow-y: auto;overflow-anchor: 0;height: 25rem;row-gap: 3rem;}#catalog:hover{box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;}::-webkit-scrollbar {display: none;}.catalog__product{display: flex;flex-direction: row;align-items: center;gap: 1rem;border-radius: 2rem;transition: all .5s ease-in-out;}.catalog__product:nth-child(2n) .catalog__product__image{background: var(--color-pastel-amarillo);}.catalog__product:nth-child(2n-1) .catalog__product__image{background: var(--color-pastel-celeste);}.catalog__product:hover{color: #434343;background-color: #8080800d;box-shadow: #0000001a 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;}.catalog__product__info{display: flex;gap: 1rem;flex-direction: column;}.catalog__product__image{max-width: 60%;margin: 1rem;object-fit: cover;border-radius: 2rem;height: auto;}.catalog__product__name{font-size: 1.6rem;color: var(--color-texto-azul);font-weight: 600;}.catalog__product__description{color: grey;font-size: 1.4rem;}@media screen and (min-width: 600px){#catalog-products{transform: scale(.9);flex-direction: row;margin: 1rem 1rem;}#catalog__products__settings{display: flex;flex-direction: column;align-items:start;width: 30%;padding: 0;}.options{display: flex;flex-direction: column;align-items: start;text-align: start;padding-inline-start: 2rem;margin-block: 2.5rem;}.option{font-size: 1.2rem;}label{font-size: .9rem }#catalog{width: 70%;}#page-products{display: grid;grid-template-columns: repeat(1,1fr);padding-inline: 2rem;column-gap: 2rem;row-gap: 3rem;}.catalog__product{display: flex;justify-content: center;flex-direction: column;align-items: center;margin: 0;}.catalog__product__image{max-width: 80%;margin: 1rem;border-radius: 2rem;}.catalog__product__name{font-size: 1.5rem;font-weight: 600;}}@media only screen and(min-width: 768px){#page-products{display: grid;grid-template-columns: repeat(2,1fr);padding-inline: 2rem;column-gap: 2rem;row-gap: 2rem;}}.catalog__product[data-showed="false"]{display: none !important;}