.product-feature-card{position:relative;display:flex;flex-direction:column;gap:28px;z-index:1}.product-feature-expanded-overlay{position:absolute;overflow:hidden;top:50%;right:0;transform:translateY(-50%);margin-right:-6px;z-index:10}.product-feature-expanded{cursor:pointer}.plusButton{cursor:pointer;span{display:flex;align-items:justify;justify-content:space-between;padding:23px 18px}}@media (max-width:768px){.product-feature-expanded-overlay{position:fixed;background-color:#eedfd1;width:100vw;height:100dvh;padding:20px;inset:0;transform:none;z-index:1111}.product-feature-expanded{position:absolute;transform:translateY(-50%);top:50%;left:20px;right:20px}}