/* Add custom CSS styles below */ 
.marquee.bg-\[\#424242\].text-\[\#efe5cf\] {
    background: var(--m-color);
    color: #fff;
}


/*logo*/
@media (min-width:767px){
.navbar-brand img:not(.index .navbar-brand img ) {
    max-height: 5rem;
}
.index .navbar-brand img {
    max-height: 6rem;
}
.index .main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 50px;
}
  .s-product-card-vertical .s-product-card-image-cover:hover {
    transform: scale(1.2) rotate(0deg);
}
}
@media (max-width:767px){
footer img {
    width: 6rem;
}
.product__description .article--main.text-\[9px\] {
    font-size: 14px;
    line-height: 20px !important;
}}

section.update_offer_section {
    margin-bottom: 3rem;
}

/*First banner*/ 
 section.h-\[85vh\]  .object-cover {
    object-position: top;
}
@media (min-width:1200px){
 section.h-\[85vh\] .text-center.w-fit {
    width: 35rem;
}
 section.h-\[85vh\]  h1 {
    line-height: 58px;
}
 section.h-\[85vh\] {
    height: 120vh;
}
}
@media (max-width:767px){
section[class*="first-banner"] .h-\[85vh\] {
    height: 50vh !important;
}
section[class*="first-banner"] .max-w-\[70\%\] {
    max-width: 100% !important;
}
.details-sec .grid {
    height: 100vh !important;
}
.details-sec .relative.zoom-container:first-child {
    height: 30vh;
    grid-row: span 1;
}
.details-sec .grid>div:nth-child(2) {
    grid-row: span 20;
}
section.h-\[85vh\].relative {
    height: 55vh;
}
section.h-\[85vh\] .swiper-slide[aria-label="1 / 3"] h1, section.h-\[85vh\] .swiper-slide[aria-label="1 / 3"] p {
    color: #fff !important;
}
section.h-\[85vh\] .justify-start {
    justify-content: center;
}
}
 

/*category*/
.category .\!text-\[var\(--black-color\)\] {
    color:  var(--m-color) !important;
}
.category li {
    align-self: flex-start;
}
@media (min-width:767px){
.category .w-\[150px\] {
    width: 200px;
}
.category .h-\[150px\] {
    height: 200px;
}
.category .justify-between {
    justify-content: center;
    gap:2rem;
}}


/*2 pics*/
.two-pictures  .left-\[10\%\].w-\[250px\] {
    width: 100%;
    left: 0;
}
.two-pictures .left-\[10\%\].w-\[250px\] {
    width: 100%;
    left: 0;
    bottom: 2rem;
    top: auto;
}
.two-pictures  .absolute {
    top: unset;
    bottom: 0;
    padding:0;
    background: unset;
}
.two-pictures  h1 {
    width: 100%;
}
@media (max-width:767px){
.two-pictures h1{
    font-size: 22px !important;
    line-height: 3rem;
}}
@media (min-width:767px){
.two-pictures h1 {
    width: 80%;
    font-size: 35px !important;
    line-height: 3rem;
}}

 /*features */
@media (max-width:767px){
.features .flex.conatiner.justify-between.flex-col.lg\:flex-row {
    flex-direction: row;
}
.features .h-20 {
    height: 3rem;
}
.features  h1.font-bold {
    font-size: 14px !important;
}}

/*1pic*/
.one-picture .justify-start {
    justify-content: center;
}
@media (min-width:767px){
.one-picture h1{
    width: 42rem;
}}
@media (max-width:767px){
.one-picture h1{
    font-size: 18px !important;
    line-height: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}}


/*products*/
.s-block--best-offers {
    margin-bottom: 2rem;
}
span.bg-primary.text-white.px-\[5px\].flex.items-center.w-fit.text-\[13px\].rounded-\[3px\] {
    position: absolute;
    z-index: 1;
}
@media (min-width:767px){
.s-product-card-vertical {
    height: 45rem;
}}
@media (max-width:767px){
.s-product-card-wishlist-btn span.s-button-text {
    padding: 0 5px;
}
.s-product-card-vertical {
    height: 25rem !important;
}}

/* Shadow */
section div[aria-label="1 / 3"] .absolute {
    background-image: linear-gradient(180deg, #bbb 0%, transparent 40%);
}
/* cats colors - Home */
body.index #mainnav:not(.fixed-pinned) .header-btn__icon,
body.index .sicon-menu {
    color: #fff !important;
}
@media only screen and (min-width: 1024px) {
    body.index #mainnav:not(.fixed-pinned) .main-menu li > a {
        color: #fff !important;
    }
}