/*
Theme Name: Astra Child
Template: astra
*/

/* 1. WOOCOMMERCE UI CLEANUP */

/* Suppress product tabs container */
.woocommerce-tabs.wc-tabs-wrapper, 
.ast-single-product-navigation {
    display: none !important;
}

/* Hide image zoom and magnifying glass icons */
.ast-icon-zoom,
.woocommerce-product-gallery__trigger {
    display: none !important;
}

/* Suppress horizontal lines in descriptions */
.woocommerce-description-wrapper hr {
    display: none !important;
}


/* 2. CUSTOM 3-COLUMN FOOTER */

.lux-footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 20px;
    background-color: #ffffff;
    border-top: 1px solid #eee;
    max-width: 1240px;
    margin: 0 auto;
    font-size: 14px;
}

.lux-footer-col {
    flex: 1;
    min-width: 280px;
    margin-bottom: 30px;
    padding: 0 15px;
}

.footer-title {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-title span {
    border-bottom: 2px solid #0066cc;
    padding-bottom: 5px;
}

.footer-left {
    float: left;
    width: 50%;
    line-height: 2;
}

.footer-left a, .footer-address a {
    text-decoration: none;
    color: #666;
    transition: color 0.2s;
}

.footer-left a:hover {
    color: #0066cc;
}

.footer-address {
    line-height: 1.6;
    color: #666;
}

.footer-address img {
    margin-top: 10px;
    max-width: 30px;
}

.lux-clear {
    clear: both;
}

/* Responsive stacking for mobile */
@media (max-width: 768px) {
    .lux-footer-col {
        flex: 100%;
    }
}
