footer .phone,
footer .footer-phone,
footer a[href^="tel:"] {
    display: none !important;
}
header a {
    text-transform: capitalize !important;
}
.home-section,
.section,
.products-section,
.categories-section,
.features-section {
    position: relative;
    margin: 15px;
    padding: 20px;
    border: 1px solid #b8945a;
    border-radius: 12px;
}

.home-section::before,
.section::before,
.products-section::before,
.categories-section::before,
.features-section::before {
    content: "";
    position: absolute;
    inset: 6px;
    border: 1px solid rgba(184, 148, 90, 0.4);
    border-radius: 8px;
    pointer-events: none;
}
.header-logo img,
.logo img,
img[alt*="logo"] {
    max-height: 130px !important;
    width: auto !important;
}
.header-logo,
.logo {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10 !important;
}