.vdlv-product-list__cart-btn.is-loading {
    opacity: 0.6;
    pointer-events: none;
}

article.product-card.vdlv-product-list__item a.added_to_cart.wc-forward {
    display: none;
}

.vdlv-product-list button.slick-arrow::before {
    color: #111131;
    opacity: 1;
    font-size: 40px;
    z-index: 99999999;
    position: absolute;
    font-weight: 600;
}

.vdlv-product-list button.slick-arrow {
    /* background-color: blanchedalmond; */
    z-index: 999;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vdlv-product-list button.slick-prev.slick-arrow {
    left: 0;
}

.vdlv-product-list button.slick-next.slick-arrow {
    right: 0;
}

a.cart-btn.vdlv-product-list__cart-btn span {
    height: min-content;
    display: flex;
}

.gear-grid .vdlv-product-list__grid {
    display: grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 50px;
}

a.added_to_cart.wc-forward {
    display: none;
}
