.products__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem;width:100%;counter-reset:index}.products__grid .product__card{height:100%;display:flex;flex-direction:row;counter-increment:index}[dir] .products__grid .product__card{padding:1rem 16px;margin-bottom:0;cursor:pointer}.products__grid .product__card .btn__cart__small{display:block;bottom:80px;z-index:1;width:40px;height:40px;display:flex;align-items:center;justify-content:center}[dir] .products__grid .product__card .btn__cart__small{border-radius:50%;padding:0}[dir=ltr] .products__grid .product__card .btn__cart__small{right:20px}[dir=rtl] .products__grid .product__card .btn__cart__small{left:20px}.products__grid .product__card .product__image__container{display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;aspect-ratio:1/1}[dir] .products__grid .product__card .product__image__container{border-radius:.5rem;background-color:hsla(0,0%,100%,.1)}@media screen and (max-width:579px){.products__grid .product__card .product__image__container{height:150px}[dir=ltr] .products__grid .product__card .product__image__container{margin-right:1rem}[dir=rtl] .products__grid .product__card .product__image__container{margin-left:1rem}}.products__grid .product__card .product__image__container .product__image{transition:transform .2s ease-in-out;width:100%}@media screen and (max-width:579px){.products__grid .product__card .product__image__container .product__image{max-width:150px}}.products__grid .product__card .product__details{display:flex;flex-direction:column;flex:1;word-wrap:break-word!important;word-break:break-word!important}[dir] .products__grid .product__card .product__details{padding:1rem .1rem}.products__grid .product__card .product__buttons{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:5px}[dir] .products__grid .product__card .product__buttons{text-align:center}.products__grid .product__card .product__buttons .btn__text{font-size:.8rem}.products__grid .product__card .product__buttons .btn__cart{width:100%;display:none}@media(min-width:350px){.products__grid{grid-template-columns:repeat(1,1fr)}}@media(min-width:580px){.products__grid{grid-template-columns:repeat(2,1fr)}.products__grid .product__card{flex-direction:column}.products__grid .product__card .product__buttons{justify-content:center}}@media(min-width:768px){.products__grid{grid-template-columns:repeat(3,1fr)}.products__grid .product__card .product__buttons .btn__text{font-size:1rem}.products__grid .product__card .product__buttons .btn__cart{display:block}.products__grid .product__card .btn__cart__small{display:none}}@media(min-width:1024px){.products__grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.products__grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1536px){.products__grid{grid-template-columns:repeat(5,1fr)}}.item-price{font-size:1.3rem}