@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-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}.fct-product-list-container .fct-product-list-heading{margin-bottom:30px;font-size:26px;font-weight:700;color:var(--fct-heading-color)}.fct-product-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.fct-product-list .fct-product-card a{-webkit-text-decoration-line:none;text-decoration-line:none}@container product-grid (min-width:540px){.group.list .fct-single-product-card{grid-template-areas:"head  body" "head footer"}}@media (max-width:990px){.fct-product-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.fct-product-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.fct-product-list{grid-template-columns:repeat(1,minmax(0,1fr))}}