:root{--layout-content-border: 1rem}@media screen and (min-width:992px){:root{--layout-content-border: 2rem}}.product{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:space-between;min-height:400px;border-radius:8px;padding:2rem;overflow:hidden;color:#fff}@media(min-width:992px){.product{min-height:700px}}.product__headline h3{margin:0}.product__headline h3{opacity:.8}.product__headline:after{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background:#00000040}.product__media{position:absolute;z-index:-10;top:0;left:0;width:100%;height:100%}.product__media:before{content:"";position:absolute;z-index:5;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#750a00,#ff4000 10%),#ff4000;mix-blend-mode:multiply}.product__media img,.product__media video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:0!important;pointer-events:none;filter:grayscale(100%)}
