.product-cards{align-items:stretch;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:0 auto}.cards-per-row-4{margin:0 auto;max-width:1180px}.cards-per-row-3{margin:0 auto;max-width:900px}.product-cards__card{align-items:stretch;background-color:var(--white);border-radius:14px;box-shadow:0 2px 8px rgba(0,0,0,.15);display:flex;flex-direction:column;flex-shrink:0;max-width:100%;transition:transform .25s ease,box-shadow .25s ease;width:280px;will-change:transform,box-shadow}.product-cards__card:hover{box-shadow:0 6px 16px rgba(0,0,0,.12);transform:translateY(-4px)}.product-card__image{border-radius:14px 14px 0 0;display:block;height:280px;object-fit:cover;object-position:center;width:100%}.product-card_cta-container{align-items:center;background-color:var(--white);border:2px solid var(--teal);border-radius:0 0 14px 14px;color:inherit;cursor:pointer;display:flex;flex-grow:1;justify-content:space-between;padding:1.5rem 1rem;text-decoration:none;width:100%}.product-card_cta-container:hover{background-color:var(--teal);transform:translateY(-2px);transition:all .2s ease}.product-card_cta-container:hover .product-card-arrow{transform:translateX(2px)}.product-card_cta-container:hover .product-card__text p{color:var(--navy)}.product-card__text p{margin:0 0 .5rem}.product-title{color:var(--navy);font-family:Avenir Next,Arial,Verdana,sans-serif;font-weight:600}.section-head{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.5rem}.section-title{margin-bottom:.75rem;text-align:center}.carousel-arrows{display:none;margin-top:.5rem;text-align:center}.carousel-arrows .nav{align-items:center;background:hsla(0,0%,100%,.9);border:1px solid #ccc;border-radius:999px;cursor:pointer;display:flex;font-size:32px;height:56px;justify-content:center;line-height:1;margin:0 .5rem;width:56px}.carousel-arrows .nav svg{height:28px;width:28px}@media (max-width:768px){.carousel{padding-bottom:60px;position:relative}.carousel,.carousel-viewport{overflow:visible}.product-cards{display:flex;flex-wrap:nowrap;gap:12px;justify-content:flex-start;overflow-x:auto;padding:0 16px;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.product-cards::-webkit-scrollbar{display:none;height:0;width:0}.product-cards__card{box-shadow:none;flex:0 0 85%;scroll-snap-align:start;transition:none;width:auto!important}.product-cards__card:hover{box-shadow:none;transform:none}.product-card_cta-container:hover{background-color:var(--white);transform:none}.product-card_cta-container:hover .product-card__text p{color:inherit}.carousel-arrows{align-items:center;bottom:-10px;display:flex;gap:12px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);white-space:nowrap;z-index:2}.carousel-arrows .nav:disabled{opacity:.4;pointer-events:none}.product-card__image{aspect-ratio:1/1;border-radius:14px 14px 0 0;flex:0 0 auto;height:auto;object-fit:cover;object-position:center;width:100%}.carousel-arrows .nav{-webkit-appearance:none;appearance:none;background:var(--white);border-color:var(--navy);color:var(--navy);font-weight:700}.carousel-arrows .nav:hover{background:var(--white);border-color:var(--teal);color:var(--teal)}}@media (min-width:769px){.product-card__image{aspect-ratio:auto;height:280px}}@media (min-width:900px) and (max-width:1215px){.cards-per-row-4 .product-cards{--pc-gap:.75rem;gap:var(--pc-gap);justify-content:center}.cards-per-row-4 .product-cards__card{flex:0 1 calc(25% - var(--pc-gap)*3/4);max-width:280px;width:calc(25% - var(--pc-gap)*3/4)}.cards-per-row-4 .product-card__image{aspect-ratio:1/1;height:auto}}