.font-medium {
    --tw-font-weight: #7a4e37;
    font-weight: 900;
}
.section-categories .embla__slide img {
    object-fit: contain !important;
    aspect-ratio: auto !important; 
    width: 100% !important;
    max-width: 450px !important;
    margin: 0 auto !important;
}

.section-categories .embla__container {
    justify-content: center !important;
    gap: 24px !important; 
}
.section-categories .embla__slide h3 {
    display: none !important;
}
.section-categories .embla__slide a > div {
    display: flex !important;
    justify-content: center !important;
}


@media (max-width: 768px) {
    .section-categories .embla__slide {
       
        flex: 0 0 calc(50% - 8px) !important; 
        min-width: 0 !important;
    }
    
    .section-categories .embla__container {
        gap: 16px !important; 
        padding-inline: 16px !important; 
    }
}
.text-foreground {
    color: var(--foreground);
    TEXT-ALIGN: center;
}
#footer h3,
#footer .text-foreground,
#footer p,
#footer ul {
    text-align: right !important;
}

#footer .flex {
    justify-content: flex-start !important;
}
.text-white {
    color: #7a4e37;
}
.bg-\[\#6f42c1\] {
    background-color: #fef9f2;
}
.border-\[\#6f42c1\] {
    border-color: #fef9f2;
}