<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Franklin Gothic Condensed';
    src: url('fonts/Franklin-Gothic-Medium-Condensed.otf') format('opentype');
}

@font-face {
    font-family: 'Aceh Light';
    src: url('fonts/Aceh-Light.ttf') format('opentype');
}

#menu .navbar-nav &gt; li &gt; a,
#menu .navbar-nav .dropdown-menu .dropdown-inner &gt; ul &gt; li &gt; a {
    font-size: 16px !important;
    font-family: 'Franklin Gothic Condensed', sans-serif !important;
    text-transform: uppercase !important;
}

.banner-grid-wrap p {
    font-family: 'Aceh Light', sans-serif !important;
    font-size: 18px;
    font-weight: bold;
}

.banner-grid-wrap .banner-circle-grid {
    width: 150px !important;
    height: 150px !important;
    background: #eeeced;
}

.banner-grid-wrap .banner-circle-grid img {
    mix-blend-mode: multiply !important;
}

/* Product Description */
#tab-description div span,
#tab-description p,
#tab-description p span,
#tab-description p span span {
    color: rgb(0, 0, 0);
    font-size: 16px;
}

@media (max-width: 767px) {
    .sm-w-100 {
        width: 100% !important;
    }
    
    #menu .dropdown-inner ul {
        display: unset !important;
    }

    #menu .navbar-nav .dropdown-menu .dropdown-inner &gt; ul &gt; li &gt; a {
        margin: 5px 0px;
    }
}

@media (min-width: 768px) {
    #menu .navbar-nav &gt; li &gt; a {
        font-size: 18px !important;
        padding: 15px 11px !important
    }
}</pre></body></html>