img.h-full.w-full.object-cover {
    object-fit: inherit;
}
nav.sticky.shrink-0.top-24.w-full.md\:w-96.lg\:ms-8 {
    display: none;
}
.pb-2 {
    display: none;
    padding-bottom: 0.5rem;
}    .navbar-brand img {
        scale: 2;
    }
.store-footer .footer-container .logo-footer .foo {
    scale: 2;
}

@import url(https://db.onlinewebfonts.com/c/7a4456451db34fc8abc7a9ce7da13480?family=F29LT+Bukra);
body .custom-font *{
font-family: "F29LT Bukra";
}


.custom-font .square-grid {
    align-items: flex-start;
}
@media (min-width: 1200px) {
    .custom-font h3 {
        width: 78%;
        justify-self: center;
    }
    .three-pics .md\:grid-cols-3 {
        padding: 0 10rem;
    }
}
@media (min-width:767px){
.custom-font h3 {
    font-size: 20px;
    line-height: 2rem;
}
.custom-font img.w-full.object-contain.lazy.loaded:not(:hover) {
    filter: brightness(0.5);
}}

@media (max-width:767px){
body .custom-font h3 {
    font-size: 10px;
}
body .custom-font .px-2 {
    padding: 0;
}}
@media (max-width:500px){
.custom-font .container {
    padding-right: 5px;
    padding-left: 5px;
}
.custom-font .square-grid {
    gap: 5px;
}
}
.index .store-footer {
    margin-top: 0;
}custom-salla-product-card.rounded-lg {
    border-color: #fff !important;
    border-radius: .5rem !important;
}.s-product-card-props {
    display: none;
}