.section-product-cards{padding:2rem 0;max-width:1200px;margin:0 auto;overflow-x:auto}.product-cards--grid{display:grid;gap:2rem;grid-auto-flow:column;grid-template-columns:minmax(280px,1fr))}.product-card{background-color:#fff;box-shadow:0 2px 6px #0000001a;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease;width:100%;position:relative}.product-card:hover{transform:translateY(-5px)}.section-product-cards .product-card--image{position:relative;overflow:hidden}.section-product-cards .product-card--image img.primary{display:block;width:100%;height:300px;object-fit:cover;transition:transform .4s ease,opacity .3s ease-in-out}.section-product-cards .product-card--image img.secondary{position:absolute;top:0;left:0;width:100%;height:300px;object-fit:cover;opacity:0;transition:opacity .3s ease-in-out}.product-card:hover .product-card--image img.primary{transform:scale(1.05);opacity:0}.product-card:hover .product-card--image img.secondary{opacity:1;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.product-card--content{padding:1rem;text-align:left;display:flex;flex-direction:column;justify-content:space-between;flex:1 1 auto}.product-card--link{display:block;text-decoration:none;color:inherit;height:100%;cursor:pointer}.product-card--vendor{font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:#888;font-weight:700}.product-card--title{font-size:1em;margin:.5rem 0;flex-grow:1;font-weight:400}.product-card--price{font-size:1rem;font-weight:700;margin-bottom:1rem}.product-card--cta{position:relative;z-index:2;padding:.75rem 1.5rem;background-color:#5c4338;color:#fff;text-transform:uppercase;border-radius:2rem;font-size:.9rem;cursor:pointer;transition:background-color .3s ease,color .3s ease}.product-card--cta:hover{color:#5c4338;background-color:#fff;border:1px solid #5c4338}@media (max-width: 767px){.product-cards--grid{display:flex!important;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:1rem;scroll-snap-type:x mandatory}.product-cards--grid::-webkit-scrollbar{display:none}.product-card{flex:0 0 80%;max-width:80%;scroll-snap-align:start;margin-right:0}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-product-cards.css.map */
