/* Add custom CSS styles below */ 
@media (max-width: 600px) {
.g_cat .text-\[14px\] {
    line-height: normal;
}
.marquee .text-\[18px\] {
    font-size: 15px !important;
}
.index .navbar-brand img:not(.fixed-header img) {
    max-width: 70px;
}
.index  .fixed-header .navbar-brand img {
    width: 70px  !important;
}
.index .search-btn svg {
    width: 15px !important;
    height: 15px !important;
}
.index  .search-btn {
    padding: 7px;
    margin-right: 0px;
}
.lang-icone {
    font-size: 15px;
    padding: 7px;
}
}


/*fixed banner*/
.landing-page-first-banner .txt .custom-dlay-p {
    font-size: 27px;
}
h1.animate__animated{
    font-size: 69px !important;
    font-weight: normal !important;
}
p.animate__animated {
    font-size: 69px !important;
    max-width: fit-content !important;
    font-weight: bold !important;
}
@media (max-width: 767px) {
section.landing-page-first-banner button.w-\[200px\] {
    width: 150px;
    height: 45px;
    margin-top: 0.5rem;
}
h1.animate__animated {
    width: 100% !important;
    font-size: 30px !important;
    line-height: 2.3rem;
    text-align: center !important;
    filter: drop-shadow(0px 0px 2px #fff);
}
p.animate__animated {
    font-size: 30px !important;
    filter: drop-shadow(0px 0px 2px #fff);
}
.landing-page-first-banner * {
    text-align: center;
    text-align-last: center;
    align-self: center;
}
section:nth-child( 1 of .landing-page-first-banner) .txt.w-full {
    padding-bottom: 1rem;
    justify-content: flex-end !important ;
}}
.index .s-block--best-offers {
    margin-bottom: 4rem;
}

/*category*/
@media (max-width: 767px) {
.g_cat .grid-cols-2 {
    display: flex  !important;
    justify-content: center;
    flex-wrap: wrap;
}
.g_cat  .products-item {
    width: 28%;
}
.g_cat h3{
    font-size: 13px !important;
    line-height: 1.5rem;
}}