.product-title .primary-link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3em;
    line-height: 1.5;
    margin-bottom: 5px;
}

.product-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 15px;
}

.pro-img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background-color: #f8f8f8;
}

.pro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-ptb {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.section-pt {
    padding-top: 40px !important;
}

.product-action:empty {
    display: none !important;
}

.grayscale {
    filter: grayscale(100%);
    opacity: 0.6;
}

.section-capture {
    margin-bottom: 50px !important;
}

.scroll-text {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.collection-category,
.cat-category {
    margin-bottom: 0 !important;
}

.service-area {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


.product-price {
    margin-top: auto;
    min-height: 25px;
}

.no-product-found .icon-circle {
    width: 100px;
    height: 100px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #eee;
}

.no-product-found .icon-circle i {
    font-size: 45px;
    color: #ccc;
    display: block;
    line-height: 1;
}

.no-product-found h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.no-product-found p {
    font-size: 15px;
    line-height: 1.6;
}

.no-product-found {
    animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-image {
    position: relative;
    overflow: hidden;
}

.stock-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 0, 0, 0.8);
    color: white;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 2;
}

.pro-img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background-color: #f8f8f8;
}

.pro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.grayscale {
    filter: grayscale(1);
    opacity: 0.7;
}

.disabled-cart {
    background-color: #eee !important;
    color: #999 !important;
    pointer-events: none;
}

.out-of-stock-pro .primary-link {
    color: #888;
}