.collection-container{display:grid;grid-template-columns:1fr;flex-direction:row;gap:3rem}.collection-tools{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collection-tools{display:grid;grid-template-columns:1fr;gap:1rem}.collection-product{display:flex;flex-direction:column;width:100%;margin-bottom:2rem;border:1px solid var(--color-border);padding:1rem}.collection-product .product-image{flex:1 1 auto;align-content:center}.collection-product img{width:100%;height:auto;object-fit:cover;padding:1rem;transition:padding .1s ease-in-out}.collection-product:hover img{padding:.5rem}.collection-product .collection-product__content{font-size:var(--font-body-small);margin-bottom:1rem}.collection-product .collection-product__content .product-title{margin-bottom:.25rem;font-weight:var(--font-bold)}.collection-product .collection-product__content .product-title a{text-decoration:none;color:var(--color-dark-blue)}.collection-product .collection-product__content .product-type{margin-bottom:.5rem}.collection-product .collection-product__content .product-price{font-weight:var(--font-bold)}.collection-product form{display:flex;flex-direction:row;align-items:center;margin-top:1rem;justify-content:center}.collection-product form input[type=number]{width:50px}.collection-product form button{margin-left:.5rem}@media screen and (min-width: 769px){.collection-tools{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1024px){.collection-tools{grid-template-columns:repeat(3,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/collection-tools.css.map */
