body.page .styly-contact,
.styly-contact {
    max-width: 640px;
    margin: 0 auto;
    padding: 3.5rem 1.5rem 4rem;
    text-align: center;
}

.styly-contact .styly-shop-eyebrow {
    margin: 0 0 0.7rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    font-size: 0.72rem;
    color: #c9a96e;
}

.styly-contact .styly-shop-title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 400;
    font-size: clamp(2.4rem, 6vw, 3.6rem);
    margin: 0 0 1rem;
}

.styly-contact-intro {
    font-family: Outfit, Poppins, sans-serif;
    font-weight: 300;
    line-height: 1.75;
    color: #5c564f;
    margin: 0 auto 2rem;
    max-width: 460px;
}

.styly-socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.1rem;
}

.styly-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    padding: 0;
    border: 0;
    color: #111 !important;
    text-decoration: none !important;
    font-family: Outfit, Poppins, sans-serif;
}

.styly-social svg {
    width: 28px;
    height: 28px;
    display: block;
}

.styly-social-name {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.styly-social:hover {
    background: transparent;
    color: #111 !important;
}

.styly-social-instagram:hover {
    color: #c13584 !important;
}

.styly-social-facebook:hover {
    color: #1877f2 !important;
}

.styly-social-tiktok:hover {
    color: #111 !important;
}

.styly-social-whatsapp:hover {
    color: #25d366 !important;
}

.styly-contact-note {
    margin: 2.2rem 0 0;
    color: #7a726a;
    font-size: 0.9rem;
}

body.styly-contact-page .page-header,
body.styly-contact-page .entry-title,
body.styly-contact-page .la-page-header,
body.styly-contact-page .entry-header,
body.page-id .woocommerce-products-header {
    display: none !important;
}
