.product-sticky-info{position:sticky;top:100px;transition:all .3s ease;opacity:0;visibility:hidden}body.sticky-header-active .product-sticky-info{top:90px}.product-sticky-info.visible{opacity:1;visibility:visible}.product-sticky-info .card{transition:all .3s ease}.product-sticky-info .product-main-image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:4px}.product-sticky-info .product-short-desc{max-height:150px;overflow-y:auto}@media (max-width:991px){.product-sticky-info{position:relative;top:0;opacity:1;visibility:visible}}