.main-footer {
    background: inherit; 
    padding: 40px 20px 20px;
    font-family: inherit;
    color: white; 
    border-top: 1px solid rgba(0,0,0,0.1);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.footer-section a {
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #cccccc !important; 
    text-decoration: underline;
}

.footer-column {
    flex: 1;
    min-width: 250px;
}

.footer-column h3 {
    color: white;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.footer-column p, .footer-column li {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li a {
    text-decoration: none;
    color: white;
    transition: opacity 0.3s;
}

.footer-column a {
    color: inherit; 
    text-decoration: underline;
  }

.footer-column ul li a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icons {
    margin-top: 20px;
    text-align: left; 
    display: flex;
    gap: 15px; 
}

.social-link {
    display: inline-block !important;
    cursor: pointer !important;   
    pointer-events: auto !important; 
    position: relative !important;
    z-index: 999 !important;               
    text-decoration: none !important;
}

.social-link svg {
    width: 24px;
    height: 24px;
    fill: #ffffff !important; 
    transition: fill 0.3s ease;
    display: block;
}

.social-link:hover svg {
    fill: #cccccc !important; 
}

.footer-bottom p {
    color: #ffffff;
    font-size: 0.9rem;
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .footer-container {
        flex-direction: column;
        text-align: center; 
        align-items: center;
    }

    .footer-column {
        margin-bottom: 40px;
        width: 100%;
    }

    .social-icons {
        justify-content: center; 
    }

    .footer-column ul {
        padding: 0;
        display: inline-block; 
        text-align: center;
    }
        
    .main-footer {
        background: #833ab4; 
        background: linear-gradient(132deg, #5D2A8E, #D62196, #FF6B35, #D62196) !important;
        color: #ffffff !important;
        padding: 60px 20px 20px 20px;
    }
}


-----
WOOCOM
----
.archive.post-type-archive-product .site-header, 
.archive.tax-product_cat .site-header,
.woocommerce-page .site-header {
    background: !important; 
}

.woocommerce, 
.woocommerce-page,
.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account {
    background-color: #ffffff !important;
}

.woocommerce #content, 
.woocommerce-page #content,
.woocommerce div.product,
.woocommerce .site-content {
    background-color: #ffffff !important;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

ul.products li.product {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    border: none !important;
    transition: all 0.3s ease;
}

ul.products li.product::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: px; 
    padding: 3px; 

    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: ;
}

ul.products li.product:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

.price {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.price ins, .price .amount {
    color: #2c3e50; 
    font-weight: 700;
    font-size: 1.25rem;
}

.tax_label {
    display: block;
    font-size: 0.85rem;
    color: #7f8c8d; 
    font-weight: 400;
    margin-top: 4px;
}