/* Lookbook Button Icon */

.look__hotspot:before {
    content: "";
    display: block;
    background-image: url('http://cdn.shopify.com/s/files/1/0733/4350/0573/files/Bag-Icon.svg');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

@media screen and (hover: hover) {
    .look__hotspot:hover:before {
        transform: scale(1.2) !important;
    }
}