.lcake-woo-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lcake-woo-list-item {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #ffffff;
    border-radius: 16px;
    padding: 14px 20px;
    box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lcake-woo-list-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px -5px rgba(0, 0, 0, 0.1);
}

.lcake-woo-list-thumb {
    flex-shrink: 0;
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 12px;
    overflow: hidden;
}

.lcake-woo-list-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lcake-woo-list-content {
    flex: 1;
    min-width: 0;
}

.lcake-woo-list-title {
    margin: 0 0 6px 0;
    font-size: 16px;
    font-weight: 700;
}

.lcake-woo-list-title a {
    color: #111827;
    text-decoration: none;
}

.lcake-woo-list-title a:hover {
    color: #3b82f6;
}

.lcake-woo-list-rating .star-rating {
    font-size: 13px;
}

.lcake-woo-list-price {
    font-size: 15px;
    font-weight: 700;
    color: #3b82f6;
}

.lcake-woo-list-cart {
    flex-shrink: 0;
}

.lcake-woo-list-cart a.button {
    display: inline-block;
    background: #111827;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.3s ease;
    white-space: nowrap;
}

.lcake-woo-list-cart a.button:hover {
    background: #3b82f6;
}

@media (max-width: 600px) {
    .lcake-woo-list-item {
        flex-wrap: wrap;
    }
}

.lcake-woo-list a,
.lcake-woo-list a:hover {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}


/* Remove text decoration for a tags */
.elementor-widget-lcake-kit-woo-product-list a,
.lcake-woo-product-list a,
.lcake-kit-woo-product-list a,
.lc-header-footer-woo-product-list a {
    text-decoration: none !important;
}
