@container product-grid (min-width:540px){.group.list .fct-product-card{grid-template-columns:repeat(5,minmax(0,1fr))}}.group.list .fct-product-card img{display:block;height:100%}@container product-grid (min-width:390px){.group.list .fct-product-card img{aspect-ratio:1/1}}@container product-grid (min-width:390px){.group.list .fct-product-card button{max-width:178px;transition-property:none}}.fct-product-card .fct-product-card-content{display:grid}.fct-product-card p:not(.fct-product-card-excerpt){margin:0}.fct-product-view-button{background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,0)),var(--fct-card-btn-bg-color);box-shadow:inset 0 .5px .5px .5px rgba(255,255,255,.1);margin-top:auto;min-height:40px;cursor:pointer;border-radius:8px;border-width:0;padding:12px;text-align:center;font-size:14px;line-height:1;color:var(--fct-card-btn-text-color)}.fct-product-view-button:hover{background-color:var(--fct-card-btn-bg-color);color:var(--fct-card-btn-text-color)}@container product-grid (min-width:390px){.group.list .fct-product-view-button{max-width:178px;transition-property:none}}.fct-product-view-button.group.loading .fluent-cart-loader{opacity:1}@container product-grid (min-width:540px){.group.list .fct-single-product-card{grid-template-areas:"head  body" "head footer"}}