.cardproduto{display:flex;flex-direction:row;margin:auto;justify-content:center;text-align:center;align-items:center;width:90vw;height:auto;padding:3rem 0;gap:2rem}.cardproduto .hide{display:none}.cardproduto__img img{border-radius:10px;width:25rem;height:25rem;object-fit:cover}.cardproduto__img .setas{width:25rem;height:4rem;display:flex;align-items:center;justify-content:space-between;position:absolute;border:none}.cardproduto__img .setas path,.cardproduto__img .setas svg{cursor:pointer}.cardproduto__img .imagescarrossel{position:relative;width:4rem;height:4rem;margin:.2rem;border-radius:5px;cursor:pointer}.cardproduto__img--mini{z-index:1;display:flex;justify-content:center;align-items:center}.cardproduto__detalhes{text-align:start;min-width:35rem;min-height:30rem;width:max-content}.cardproduto__detalhes h1{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.cardproduto__detalhes p{font-size:.875rem;font-weight:400;margin-bottom:.3rem}.cardproduto__detalhes--description{height:4.5rem;max-width:40rem}.cardproduto__detalhes--description h2{font-size:.875rem;font-weight:400}.cardproduto__detalhes--cores{width:10rem;height:max-content;max-height:15rem;min-height:5rem;column-count:1}.cardproduto__detalhes--cores div{display:flex;align-items:center;width:10rem;margin:.15rem;break-inside:avoid}.cardproduto__detalhes--cores div span{font-size:.75rem;text-align:start;padding-left:.3rem}.cardproduto__detalhes--cores .coresbox{width:20px;height:20px}.cardproduto__detalhes--pesos{display:flex}.cardproduto__detalhes--pesos span{font-size:.75rem;width:5rem}.cardproduto__detalhes--boletins{margin:1.5rem 0 1rem}@media(max-width:1200px){.cardproduto{width:96vw;padding:1rem 0;gap:1.5rem}.cardproduto__detalhes{min-width:30rem}.cardproduto__detalhes--cores{width:10rem;height:auto;max-height:30vh}.cardproduto__detalhes--cores div{width:10rem}}@media(max-width:992px){.cardproduto{display:flex;flex-direction:column}.cardproduto__detalhes{width:96vw}}@media(max-width:600px){.cardproduto__detalhes{width:96vw;min-width:90vw;padding:0 .5rem}.cardproduto__detalhes p{margin:1rem 0 .5rem}.cardproduto__detalhes--description{height:auto}.cardproduto__detalhes--cores{height:auto;max-height:50vh}.cardproduto__detalhes--pesos span{padding-left:.5rem;width:3rem}}@media(max-width:480px){.cardproduto__img img{width:96vw;height:auto}.cardproduto__img .setas{width:90vw}.cardproduto__img .imagescarrossel{position:relative;width:3rem;height:3rem;margin:.2rem;border-radius:5px;cursor:pointer}.cardproduto__detalhes--cores{max-height:none}}