.flush-product-grid{display:grid;grid-template-columns:repeat(var(--flush-grid-columns),minmax(0,1fr));gap:var(--flush-grid-gap,24px)}
.flush-product-grid__card{min-width:0}.flush-product-grid__media{display:block;position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:var(--flush-card-radius,0);background:var(--flush-card-background,#f4f2ed)}.flush-product-grid__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .2s ease,transform .4s cubic-bezier(.2,.7,.2,1)}.flush-product-grid__image--back{opacity:0}.flush-product-grid__card.has-ready-back .flush-product-grid__media:hover .flush-product-grid__image--front{opacity:0;transform:scale(1.025)}.flush-product-grid__card.has-ready-back .flush-product-grid__media:hover .flush-product-grid__image--back{opacity:1;transform:scale(1.025)}
.flush-product-grid__details{padding:14px 2px 0}.flush-product-grid__details h3{margin:0;font-size:15px;line-height:1.2}.flush-product-grid__details h3 a{color:inherit;text-decoration:none}.flush-product-grid__price{margin-top:7px;font-size:14px}.flush-product-grid__swatches{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.flush-product-grid__swatches--center{justify-content:center}.flush-product-grid__swatches--right{justify-content:flex-end}.flush-product-grid__swatch{appearance:none;width:var(--flush-swatch-size,24px);height:var(--flush-swatch-size,24px);padding:2px;border:1px solid var(--flush-swatch-border,#b7b2aa);border-radius:3px;background:transparent;cursor:pointer}.flush-product-grid__swatch-visual{display:block;width:100%;height:100%;border-radius:1px;background-position:center;background-repeat:no-repeat;background-size:cover}.flush-product-grid__swatch.is-active{border:2px solid var(--flush-swatch-active,#111);padding:1px}.flush-product-grid__swatch:focus-visible{outline:2px solid var(--flush-swatch-active,#111);outline-offset:2px}@media(max-width:767px){.flush-product-grid{grid-template-columns:repeat(var(--flush-grid-mobile-columns,2),minmax(0,1fr));gap:calc(var(--flush-grid-gap,24px) * .67)}.flush-product-grid__details h3{font-size:14px}}
