#fw-section-footer {
--color-primary: #99f6ff;
--color-primary-rgb: 153, 246, 255;
--color-background: #130b1c;
--color-background-rgb: 19, 11, 28;
--color-on-primary: #130b1c;
--color-on-primary-rgb: 19, 11, 28;
--color-on-background: #ff58ab;
--color-on-background-rgb: 255, 88, 171;
--color-product-image-background: #c3c3de;
--color-background-brightness: 15;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-custom-html-df481bde-93a7-4382-813e-5cc18fa2b403 {
--color-primary: #90cef8;
--color-primary-rgb: 144, 206, 248;
--color-background: #240d39;
--color-background-rgb: 36, 13, 57;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-on-background: #ff4eb5;
--color-on-background-rgb: 255, 78, 181;
--color-product-image-background: #c3c3de;
--color-background-brightness: 25;
background-color: var(--color-background);
color: var(--color-on-background);
.shadow-img {
    -webkit-filter: drop-shadow(-4px 0px 2px #4E455D);
    filter: drop-shadow(-4px 0px 2px #4E455D);
}
}







#fw-section-custom-html-6119c10f-f04a-44f9-9a4f-ef96bc9c354a {

.center-items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    width: 100%;
    height: 100%;
}
.grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-sashley {
    max-width: 100%;
    max-height: 100%;
}
.kofi-iframe {
    width: 100%;
    height: 100%;
    border-color:#060506;
    border-radius: 5px;
}
}