: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:50%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(to bottom,#0000001a,#0000);-webkit-mask-image:linear-gradient(to bottom,black 50%,transparent);mask-image:linear-gradient(to bottom,black 50%,transparent)}.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,#ff400000 19.62%),#b82e00;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%)}
