.gallery-item{display:flex;flex-direction:column}.gallery-item-image{width:100%;aspect-ratio:1/1;margin-bottom:20px;background:#f1f1ee;border-radius:4px;position:relative;transform:translateY(0);transition:.8s ease;overflow:hidden}.gallery-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gallery-item-image .btn{position:absolute;bottom:20px;right:20px;z-index:4;transition:.8s ease;transform:translateY(10px);opacity:0}@media(max-width:767px){.gallery-item-image .btn{opacity:1;transform:none}}.gallery-item .inline-product{display:flex;align-items:center;gap:10px;margin-bottom:10px}.gallery-item .inline-product--image{width:50px;min-width:50px;aspect-ratio:1/1;background:#f1f1ee;border-radius:4px;overflow:hidden}.gallery-item .inline-product--image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gallery-item .inline-product--title{padding-right:20px;font-size:18px;line-height:26px;color:#373735;font-weight:600;text-decoration:none}.gallery-item-title{font-size:15px;line-height:25px;font-weight:400;color:#373735;color:#5f5f5f}.gallery-item:hover .gallery-item-image{transform:translateY(-5px)}.gallery-item:hover .gallery-item-image .btn{transform:translateY(0);opacity:1}
