
.wc-ld-wrapper {
    display: flex;
    padding: 15px;
    flex-direction: column;
    background-color: white;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 1px 3px 0 rgba(0,0,0,0.12);
}

.wc-ld-image-wrapper {
    display: block;
}

.wc-ld-image-wrapper {
    position: relative;
}


.wc-ld-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: red;
    color: white;
    padding: 5px 10px;
}

.wc-ld-separator {
    border-bottom: 1px solid rgba(0,0,0,0.12);
    margin: 16px 0;
}

.button.in-cart {
    /* Itt adhatsz meg stílusokat az 'in-cart' osztállyal rendelkező gombokhoz */
    background-color: #f0f0f0;
    color: #333;
}

.wc-ld-footer-text{
    font-style: italic;
}

.wc-ld-outofstock {
    text-align: center;
}

.extraaccess {
    font-weight: 600;
}
