/* Add custom CSS styles below */ 
.sub-menu {
    overflow-y: visible;
}
@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;
}
}

/*titles*/
.image-title .title-heade {
    color: var(--f-color);
    background: none !important;
}

/*fixed banner*/
.landing-page-first-banner .txt .custom-dlay-p {
    font-size: 27px;
}
@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: 22px !important;
    line-height: 2.3rem;
    text-align: center !important;
    color: #ffffff !important;
    filter: drop-shadow(2px 2px 2px #52000e);
}
.landing-page-first-banner * {
    text-align: center;
    text-align-last: center;
    align-self: center;
}
 .landing-page-first-banner .txt.w-full {
    padding-bottom: 4rem;
    justify-content: flex-end !important ;
}
}


/*offers*/
.product_deadline .data h2 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.product_deadline  button {
    color: #fff;
}
.product_deadline.w-\[90\%\].cuxl\:w-auto.sal-animate {
    background: #fff;
}

/*products*/
.index .s-block--best-offers {
    margin-bottom: 3rem;
}
.s-product-card-vertical {
    border: 2px solid #52000e;
}
.like-product .s-product-card-content-title {
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.outof-stock {
    color: #ffffff;
}
.s-product-card-image-full {
    max-height: 350px !important;
   height: 350px !important;
}
.like-product .s-product-card-content {
    height: auto;
}
@media (max-width:767px){
.s-product-card-vertical .s-product-card-image-full  {
   max-height: 250px !important;
   height: 250px !important;
}
.s-products-slider-card {
    max-width: 250px!important;
}
}

footer salla-trust-badges.s-trust-badges-wrapper.hydrated {
    display: none;
}