/* Scently stacked WooCommerce product sections. */
.scently-stacked-container {
    margin-top: 40px;
    clear: both;
    width: 100%;
}

.scently-stacked-block {
    padding: 60px 20px;
    border-top: 1px solid #f2f2f2;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

.scently-stacked-block:first-child {
    border-top: none;
    padding-top: 20px;
}

.scently-title {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #333;
    text-align: left;
}

.scently-specs table.shop_attributes {
    border: none !important;
    width: 100% !important;
    background: transparent !important;
}

.scently-specs table.shop_attributes th {
    width: 250px;
    background: transparent !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    text-align: left;
}

.scently-specs table.shop_attributes td {
    padding: 12px 10px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    font-style: normal !important;
}

@media (max-width: 768px) {
    .scently-stacked-block {
        padding: 40px 15px;
    }

    .scently-title {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }

    .scently-specs table.shop_attributes tr {
        display: block;
        margin-bottom: 20px;
    }

    .scently-specs table.shop_attributes th,
    .scently-specs table.shop_attributes td {
        display: block;
        width: 100% !important;
        padding: 5px 0 !important;
        border: none !important;
    }

    .scently-specs table.shop_attributes th {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 0.75rem;
        color: #666;
    }
}
