.featured-collection{min-height:600px;width:100%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;gap:20px}.featured-collection__card{height:100%;width:100%;border-radius:20px;overflow:hidden;position:relative}.featured-collection__card img{height:100% !important;width:100%;object-fit:cover}.featured-collection__flash{position:absolute;top:25px;left:0;background-color:var(--e-global-color-secondary);color:var(--e-global-color-primary);padding:15px 20px 15px 25px;border-radius:0 50px 50px 0}@media screen and (max-width:1024px){.featured-collection{min-height:400px;height:400px}}@media screen and (max-width:768px){.featured-collection{min-height:300px;height:300px;grid-template-columns:1fr;grid-template-rows:1fr 1fr;gap:10px}}