@font-face {
    font-family: Poppins;
    src: url('/fonts/poppins-regular.woff2') format('woff2');
    font-display: swap
}

.product-link {
    background: 0 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    transition: color .3s
}

    .product-link.scrolled {
        color: #000 !important
    }

img:where(.astro-FB3V2HEZ) {
    height: auto;
    width: 100%;
    overflow: hidden;
    display: block;
    max-width: 665px !important;
    max-height: 422px !important
}

header:where(.astro-DMQPWCEC) {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #38a6ff !important;
    font-weight: 600;
    --foreground: #1E293B;
    color: #fff !important
}

#navbar .dropdown a {
    color: #1e293b !important
}

#loginButton, #loginButton .button-content, #signup, #signup .button-content {
    --foreground: #0d131c
}
