.gallery-toggle{position:relative;transition:.3s;max-height:540px;overflow:hidden}.gallery-toggle.active{max-height:100%}.gallery-toggle::before{position:absolute;content:"";bottom:0;left:0;width:100%;height:150px;background:linear-gradient(to top,#fff 0%,rgba(255,255,255,0) 100% );z-index:1;opacity:1;visibility:visible;transition:.3s}.gallery-toggle.active:before{transform:translatey(100%);opacity:0;visibility:hidden}.product-gallery{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:30px}.product-gallery .product-gallery-item{}.product-gallery .product-gallery-item .image{display:block;padding-top:100%;position:relative;border:2px solid transparent}.product-gallery .product-gallery-item.active .image{border-color:#71979c}.product-gallery .product-gallery-item .image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-gallery .product-gallery-item .text{font-size:14px;font-weight:400;line-height:1.1em;padding-top:7px}.elwood_product_description .description{display:none}@media(max-width:980px){.product-gallery{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.product-gallery{grid-template-columns:repeat(2,1fr)}}