#fw-section-hero-0 {
--font-heading-scale: 1.5;
--font-body-scale: 1.0;
}
#fw-section-featured-collection-0 {
--font-heading-scale: 1.0;
--font-body-scale: 1.0;
}

#fw-section-app-instagram-2e16d0 {
--font-heading-scale: 1.0;
--font-body-scale: 2.0;
}
#fw-section-app-instagram-2e16d0 {

/* Target the images within the Instagram feed section */
.instagram-feed__image, 
.instagram-feed img {
    border-radius: 50px !important;
    overflow: hidden;
}

/* Optional: If the container has a border or shadow, round that too */
.instagram-feed__item {
    border-radius: 50px !important;
}
}
#fw-section-footer {
--color-primary: #f8f8f8;
--color-primary-rgb: 248, 248, 248;
--color-background: #dedede;
--color-background-rgb: 222, 222, 222;
--color-on-background: #181818;
--color-on-background-rgb: 24, 24, 24;
--color-on-primary: #080808;
--color-on-primary-rgb: 8, 8, 8;
--color-product-image-background: #00ffff;
--color-background-brightness: 222;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #f8f8f8;
--primary-btn-text: #080808;
--primary-btn-border-color: #181818;
--secondary-btn-bg: transparent;
--secondary-btn-text: #181818;
--secondary-btn-border-color: #181818;

}