.mrvll-res.mrvll-related-product{position:relative;overflow:hidden;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}
.mrvll-res .mrvll-related-product__bg,.mrvll-res .mrvll-related-product__overlay{position:absolute;inset:0}
.mrvll-res .mrvll-related-product__bg{background-size:cover;background-position:center;opacity:.65;z-index:0}
.mrvll-res .mrvll-related-product__overlay--blend{background:var(--mrvll-res-marvell-blue);mix-blend-mode:overlay;z-index:1}
.mrvll-res .mrvll-related-product__overlay--fade{background:linear-gradient(90deg,#000 0,rgba(0,0,0,0.00) 100%);z-index:2}
.mrvll-res.mrvll-related-product .container{position:relative;z-index:3}
@media(min-width:1440px){.mrvll-res.mrvll-related-product .container{padding-left:15px;padding-right:15px}
}
.mrvll-res .mrvll-related-product__main{display:flex;flex-direction:column;align-items:flex-start;gap:58px}
.mrvll-res .mrvll-related-product__intro{display:flex;max-width:752px;flex-direction:column;align-items:flex-start;gap:16px}
.mrvll-res .mrvll-related-product__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-self:stretch;width:100%}
.mrvll-res .mrvll-related-product__card{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:24px;flex:1 0 0;min-width:0;text-decoration:none;color:inherit;position:relative;overflow:hidden;border:0;backdrop-filter:blur(14px);background:linear-gradient(110deg,rgba(255,255,255,0.25) 0,rgba(255,255,255,0.10) 35%,rgba(255,255,255,0.04) 70%,rgba(255,255,255,0.02) 100%);transition:transform .3s ease,background-color .3s ease}
.mrvll-res .mrvll-related-product__card::before{content:"";position:absolute;inset:0;padding:1px;background:linear-gradient(135deg,rgba(255,255,255,0.55) 0,rgba(255,255,255,0.25) 30%,rgba(255,255,255,0.10) 55%,rgba(255,255,255,0.00) 100%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1}
.mrvll-res .mrvll-related-product__card>*{position:relative;z-index:2}
.mrvll-res .mrvll-related-product__card::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,0.18),transparent 60%);opacity:.6;pointer-events:none;z-index:1}
.mrvll-res .mrvll-related-product__card:hover{text-decoration:none;color:inherit}
.mrvll-res .mrvll-related-product__card:hover::after{opacity:1}
.mrvll-res .mrvll-related-product__icon{width:48px;height:48px;flex-shrink:0;position:relative;z-index:1}
.mrvll-res .mrvll-related-product__icon img{width:100%;height:100%;display:block;object-fit:contain}
.mrvll-res .mrvll-related-product__content{display:flex;align-items:flex-end;gap:16px;align-self:stretch;position:relative;z-index:1}
.mrvll-res .mrvll-related-product__copy{display:flex;flex-direction:column;align-items:flex-start;gap:6px;flex:1 0 0;min-width:0}
.mrvll-res .mrvll-related-product__card-title-wrap,.mrvll-res .mrvll-related-product__card-title-wrap h6,.mrvll-res .mrvll-related-product__card-desc-wrap,.mrvll-res .mrvll-related-product__card-desc-wrap p{margin:0;width:100%}
.mrvll-res .mrvll-related-product__arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .25s ease}
.mrvll-res .mrvll-related-product__card:hover .mrvll-related-product__arrow{transform:translateX(8px)}
@media(max-width:1199px){.mrvll-res .mrvll-related-product__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:991px){.mrvll-res .mrvll-related-product__main{gap:40px}
.mrvll-res .mrvll-related-product__intro{gap:12px}
.mrvll-res .mrvll-related-product__grid{grid-template-columns:1fr}
.mrvll-res .mrvll-related-product__card{padding:16px;gap:16px}
.mrvll-res .mrvll-related-product__content{gap:12px}
}
@media(min-width:992px){.mrvll-res.mrvll-related-product.mrvll-related-product--v2 .mrvll-related-product__grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}