
.shop-footer a {
    display: block;
    min-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.shop-sidebar .shop-filter li a .product-cb:after {
    content: '\2713';
    display: block;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.shop-sidebar .shop-filter li a:hover .product-cb:after {
    opacity: 1;
    background-color: #FD358B;
}

.shop-sidebar .shop-filter li a .product-cb.checked:after {
    opacity: 1;
}


/* zoom */

.lens {
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.3);
    display: none;
    pointer-events: none;
}

.zoom-box {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-size: 400px 400px;
    display: none;
    position: absolute;
    z-index: 88;
}

.shop-footer .price{
    margin-top: 8px !important;
}

.btn-custom {
    background-color: var(--base-color) !important;
    transition: all 0.2s ease !important;
    color: #fff !important;
    border: none !important;
}

.btn-custom:hover {
    background-color: #fff !important;
    color: var(--base-color) !important;
    outline: none !important;
    border: 1px solid var(--base-color) !important;
}

/* ========== OUTLINE BUTTON ========== */
.btn-custom-outline {
    color: var(--base-color) !important;
    border: 1px solid var(--base-color) !important;
    transition: all 0.2s ease !important;
}

.btn-custom-outline:hover {
    background-color: var(--base-color) !important;
    color: #fff !important;
}
