.section-buttons{display:flex}.section-buttons button{cursor:pointer;color:#000;background:#fff;border:none;border-radius:10px;margin-right:20px;padding:10px 20px;font-weight:700}.products .product:hover{background-color:#efefef}.products .product{color:#000;cursor:pointer;background-color:#fff;border-radius:10px;flex-direction:row;margin-bottom:10px;padding:10px;display:flex}.products .product img{width:100px;height:100px}.products .product .text{margin-left:20px}.products .product h2{font-size:16px}.info h1{font-size:22px}.info .products{flex-direction:column;justify-content:space-evenly;display:flex}.collection-view{flex-direction:column;gap:20px;width:100%;height:100%;display:flex;position:relative}.category h1{font-size:22px}.category .products{flex-direction:column;justify-content:space-evenly;display:flex}.category{text-align:left;text-align:left;background-color:#fff;border-radius:10px;flex:1;padding:30px;box-shadow:0 0 4px #7f7f7f}.category hr{background-color:#d3d3d3;margin-bottom:30px}.collection-padded-view{flex-direction:column;gap:20px;margin-top:20px;display:flex}@media only screen and (max-width:700px){.collection-padded-view{gap:10px;margin-top:0;padding:0 10px}}
