/*
 * Styles für die Single Product Page.
 */

.rls-cart-form-notice {
    margin-block: 20px;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.rls-cart-form-notice__icon {
    width: 2.5rem;
    flex: 0 0 auto;
}

.rls-cart-form-notice__icon path {
    fill: rgb(192, 13, 13);
}

.rls-cart-form-notice__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rls-cart-form-notice__title,
.rls-cart-form-notice__text,
.rls-cart-form-notice__links {
    margin: 0;
}

.woocommerce div.product div.images img{ border: 1px solid #eaeaea !important; }

/* Produkteigenschaften-Tabelle */
.rls-properties {
    margin-top: 2em;
}

.rls-properties__title {
    margin: 0 0 .75em;
    font-size: 1.1em;
}

.rls-properties__table {
    width: 100%;
    border-collapse: collapse;
}

.rls-properties__table th,
.rls-properties__table td {
    padding: 8px 12px;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
    vertical-align: top;
}

.rls-properties__table th {
    width: 45%;
    font-weight: 600;
    color: #333;
    background: #f9f9f9;
}

.rls-properties__table tr:last-child th,
.rls-properties__table tr:last-child td {
    border-bottom: none;
}