/** Shopify CDN: Minification failed

Line 20:0 Unexpected "{"
Line 20:1 Expected identifier but found "%"
Line 20:31 Expected identifier but found "%"
Line 42:0 Unexpected "{"
Line 42:1 Expected identifier but found "%"
Line 42:31 Expected identifier but found "%"

**/
form div.iwish-app-block-product {
    margin-top:15px;
}
form div.iwish-app-block-product .iWishAdd.st-1 span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: .875rem;
}

{% comment %} Collection page {% endcomment %}
.image-wrapper {
    .iWishAddColl {
        background-color: transparent;

        svg {
            padding: 4px;
            width: 34px;
            height: 28px;

            path {
                stroke: #FF6B26 !important;
            }
        }

        &.iwishAdded {
            path {
                fill: #FF6B26 !important;
            }
        }
    }
}
{% comment %} Single PRroduct {% endcomment %}
.iwish-app-block-product {
    span {
        visibility: hidden;
        display: inline-block;
        height: 0;
        width: 0;
    }

    svg {
        padding: 4px;
        width: 34px;
        height: 28px;

        path {
            stroke: #FF6B26 !important;
        }
    }

    .iwishAdded {
        path {
            fill: #FF6B26 !important;
        }
    }
}
.iwish-product-form {
    align-items: center;

    button.iwishQtyButton {
        border: 0;
        background: none;
        cursor: pointer;
        padding: 5px 9px;
        line-height: 1;
    }
}


