@media(min-width:992px){
.navbar-brand img {
    max-height: 5rem;
    max-width: 300px !important;
}
}

.main_is .section2 :after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-image: url(https://i.ibb.co/TMchkHbw/Whats-App-Image-2026-03-30-at-9-09-44-AM.jpg);
    z-index: 999;
    background-size: 100% 100%;
}
.video_wrapper {
    min-height: 500px;
}
@media(max-width:768px){
.video_wrapper {
    min-height: 400px;
}
}

.has-overlay:after {
    background-color: rgba(0, 0, 0, 0.1);
}

section.mainbanner {
    margin-bottom: 32px !important;
}

section.main_sppr {
    margin-block: 0;
}
section.main_sppr > div{
  margin-bottom:0 !important
}

.main_cv .section2_3 .section3 a,
a.absolute.bottom-2.right-2.rounded-md.text-xs.md\:text-base.px-3.py-1.font-semibold.bg-secondary.text-primary {
    background: #fff;
}

.main_is .section1 .section_1_2 {
    order: 3;
}
.main_is .section1 .section_1_3 {
    order: 2;
}
.section_1_1 {
    order: 1;
}


.s-product-card-image-contain {
  background-color: #ffffff !important;
}


.s-product-card-image-contain img {
  background-color: #ffffff !important;
}
 .product-single .count_logic_style.mb-4 {
    display: none;
}
 .product-single .s-slider-thumbs-container img.bg-gray-100 {
    background-color: rgb(255 255 255);
}
 .product-single .s-product-options-thumbnails-wrapper {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .1rem;
}
@media (min-width: 640px) {
 .product-single .s-product-options-option {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
 .product-single .s-product-options-option-content {
    grid-column: span 4 / span 4;
}
}


.index section.main_cv {
    margin-top: 0;
}
.index section.s-block--slider-with-bg.s-block--full-bg {
    margin-bottom: 0;
}
.index section.main_sppr {
    padding-bottom: 10px;
}
.index footer.store-footer {
    margin-top: 0;
}
@media (min-width: 1024px) {
    .s-block--banners.lg\:mb-\[70px\] {
        margin-bottom: 20px;
    }
}