/* Header */
#mainnav,
#mainnav .the-logo {
    height: unset !important;
}
.NG-header .navbar-brand.the-logo img {
    height: 7rem;
}
.mm-ocd--open {
    background: rgb(255 255 255 / 46%);
}
@media (max-width: 576px) {
    .NG-header .navbar-brand.the-logo img {
        height: 4rem;
    }
}

/* Common */
section h2 {
    text-align: center;
}
section .text-start:has(h1) {
    margin: 3rem auto 0;
}

/* Body */
.app-inner {
    background-color: #0F0B0B;
}

/* Main Banner */
[dir=rtl] .NG-hero-section .wrapper {
    top: 50%;
    transform: translateY(-50%);
}
[dir=rtl] .NG-hero-section .wrapper h1 {
    max-width: 700px;
}
[dir=rtl] .NG-hero-section .wrapper p {
    display: none !important;
}
.NG-hero-section-0 .banner-wrapper-1 {
    background-position: 20%;
}
@media (max-width: 768px) {
    [dir=rtl] .NG-hero-section .wrapper h1 {
        max-width: 260px;
    }
    [dir=rtl] .NG-hero-section .wrapper {
        top: 100%;
        transform: translateY(-110%);
    }
}

/* cats 1 */
.NG-categories h1,
.NG-categories p {
    text-align: center;
}
.NG-categories p,
.NG-categories i {
    color: #fff !important;
}
.NG-categories [data-sal="fade"] p {
    max-width: 600px;
    margin-inline: auto;
}
.NG-categories salla-slider {
    margin-top: 3rem;
}
.NG-categories .swiper-wrapper {
    justify-content: center;
    gap: 2rem;
}
.NG-categories .card {
    width: 300px !important;
    margin: 0 !important;
}
@media (max-width: 768px) {
    .NG-categories .card-inner {
        height: 200px;
    }
    .NG-categories .card {
        width: 200px !important;
    }
}

/* NG-marquee-banner */
section.NG-marquee-banner {
    margin-top: 2rem;
}

/* Categories List Start */
section.s-block.s-block--banners.container {
    margin-bottom: 3rem;
}
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 520px;
    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){
    a.banner-entry{
        height: 480px;
    }
}
@media(max-width:768px){
    a.banner-entry{
        height: 310px;
    }
}
@media(max-width: 576px){
    section.s-block.s-block--banners.container .grid {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    a.banner-entry{
        height: 300px;
    }
}
/* Categories List End */

.NG-marquee-banner .promo-image-second {
    top: unset !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 300px;
    height: unset;
}

/* Products */
.NG-products {
    margin-top: 3rem;
}
section.NG-products h1 {
    color: #fff;
}

/* footer */
div:has( > .social-gallery ) {
    display: none;
}
.store-footer * {
    color: #fff !important;
}

/** Color Edits **/
body:not(.index) h2,
body:not(.index) .s-tabs p,
body:not(.index) .s-breadcrumb-wrapper a,
body:not(.index) .main-content h1,
body:not(.index) .single_slider .main-content .form-label {
    color: #fff;
}
body:not(.index) .single_slider .main-content span,
body:not(.index) .single_slider .main-content strong {
    color: #fff !important;
}
body.product-single .union-button {
    width: fit-content;
    padding-inline: 0.5rem
}
body.product-single .union-button span {
    color: #000 !important;
}
/* Quantity Part */
.s-quantity-input-container path {
    fill: #fff;
    stroke: #fff;
}
.single__test .s-quantity-input-input {
    border-color: #fff !important;
}