/* Header */
.store-header {
    position: static;
}
.navbar-brand img {
    max-height: unset;
    max-width: 110px;
    height: unset !important;
    width: unset !important;
}
#mainnav path {
    stroke: #000;
}

/* osh-sales */
section.osh-sales .vid-wrapper {
    background-image: url('https://github.com/wpAzzrk/Moaaz2.0/blob/main/imgs/Group%205.webp?raw=true');
    background-size: contain;
    background-repeat: no-repeat;
    height: 800px;
}
section.osh-sales .vid-wrapper::after,
section.osh-sales img{
    display: none;
}
section.osh-sales .max-w-full.place-items-center {
    right: 5%;
    transform: translate(0, -50%);
    align-items: start;
    text-align: start;
    max-width: 700px;
}
section.osh-sales .max-w-full.place-items-center h1::after {
    content: "أستمتع بمنتج يجمع بين الأناقة، العملية، وسهولة التحكم، ليمنحك تجربة استخدام مريحة ومناسبة لاحتياجاتك اليومية";
    font-size: 24px;
    display: block;
    font-weight: normal;
}
@media (min-width: 1360px) {
    section.osh-sales .container {
        max-width: 100%;
    }
}
@media (max-width: 1280px) {
    /* osh-sales */
    section.osh-sales .vid-wrapper {
        height: 500px;
    }
}
@media (max-width: 768px) {
    section.osh-sales .vid-wrapper {
        height: 300px;
    }
    section.osh-sales .max-w-full.place-items-center h1::after {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    section.osh-sales .vid-wrapper {
        height: 200px;
    }
    section.osh-sales .max-w-full.place-items-center h1::after {
        max-width: 200px !important;
        font-size: 12px;
    }
    section.osh-sales .max-w-full.place-items-center {
        right: 0;
    }
}

/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0;
    margin-bottom: 4%;
}
section.s-block.s-block--photos-slider .swiper,
section.s-block.s-block--photos-slider .swiper-slide,
section.s-block.s-block--photos-slider .swiper-wrapper{
    padding: 0;
}
section.s-block.s-block--photos-slider .swiper-slide {
    width: 100%;
}
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none;
}

/* Categories List Start */
section.s-block--banners.container .grid {
    grid-template-columns: repeat(5, minmax(0,1fr));
    gap: 0 !important;
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 300px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
    section.s-block--banners.container a.banner-entry{
        height: 225px;
    }
}
@media(max-width:768px){
    section.s-block--banners.container .grid {
        grid-template-columns: repeat(6, minmax(0,1fr));
    }
    section.s-block--banners.container a.banner-entry{
        height: 250px;
        grid-column: span 2;
    }
    section.s-block--banners.container a.banner-entry:nth-child(4) {
        grid-column: 2/4;
    }
}
@media(max-width: 576px){
    section.s-block--banners.container {
        padding: 0;
    }
    section.s-block--banners.container h2 {
        margin-right: 8px;
    }
    section.s-block--banners.container a.banner-entry{
        height: 130px;
    }
}
/* Categories List End */

/* osh-testimonial */
section.osh-testimonial .swiper-slide > div:first-child {
    display: none;
}
@media (min-width: 768px) {
    section.osh-testimonial .md\:w-\[32px\] {
        width: 52px;
        height: unset;
    }
}

/* Offers */
.osh_best_offer .s-count-down-item-value {
    background-color: var(--color-primary) !important;
    color: #fff !important;
}
.osh_best_offer .s-count-down-item-label {
    color: #fff !important;
}

/* Footer */
.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner {
    background-image: linear-gradient(90deg, #8CD0CA, #8CCEDF);
}
.store-footer .s-menu-footer-list a[href="https://tropolife.com/products"] {
    display: none;
}