@container product-grid (min-width:540px){.group.list .fct-product-card{grid-template-columns:repeat(5,minmax(0,1fr))}}.fct-product-card del{opacity:.5}.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}}.fct-product-card .fct-product-sku{padding-left:12px;padding-right:12px;padding-bottom:4px;font-size:14px}.fct-product-card .fct-product-sku .fct-product-sku__label{font-weight:600;color:var(--fct-card-primary-text-color)}.fct-product-card .fct-product-sku .fct-product-sku__value{font-weight:400;color:var(--fct-card-text-color)}@container product-grid (min-width:390px){.group.list .fct-product-card button{max-width:178px;transition-property:none}}.fct-product-card button.out-of-stock{background:#fff;box-shadow:none;pointer-events:none;cursor:not-allowed;border-width:1px;border-style:solid;border-color:var(--fct-card-border-color);font-weight:600;color:var(--fct-card-primary-text-color)}.fct-product-card .fct-product-card-content{display:grid}@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-view-button.out-of-stock{background:#fff;box-shadow:none;pointer-events:none;cursor:not-allowed;border-width:1px;border-style:solid;border-color:var(--fct-card-border-color);color:var(--fct-card-primary-text-color)}.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))}}