/* 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: 6rem;
    }
}

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

/* Main Banner */
[dir=rtl] .NG-hero-section .wrapper {
    top: 50%;
    transform: translateY(-50%);
    max-width: fit-content;
}
[dir=rtl] .NG-hero-section .banner-wrapper[aria-label="1 / 2"] .wrapper {
    margin: 0;
    right: 50%;
    transform: translate(50%, -50%);
    align-items: center;
    text-align: center;
}
.NG-hero-section .wrapper h1 {
    max-width: 700px;
}
.NG-hero-section .wrapper p {
    font-size: 24px;
}
.NG-hero-section .s-slider-thumbs {
    bottom: -5%;
}
@media (max-width: 768px) {
    [dir=rtl] .NG-hero-section .wrapper {
        max-width: 330px;
        width: 330px;
    }
}

/* Main Banner 2 */
[dir=rtl] section:nth-child(2 of .NG-hero-section) .wrapper {
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    max-width: 400px;
}
[dir=rtl] section:nth-child(2 of .NG-hero-section) .wrapper h1 {
    max-width: 400px;
}

/* cats 1 */
.NG-categories h1,
.NG-categories p {
    text-align: center;
}
.NG-categories .grid {
    margin-top: 1rem;
}
.NG-categories .swiper-wrapper {
    justify-content: center;
    gap: 2rem;
}
.NG-categories .card {
    width: 240px !important;
    margin: 0 !important;
}
.NG-categories .card-inner {
    height: 300px;
}
@media (min-width: 1280px) {
    .NG-categories .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .NG-categories .grid > div:first-child {
        grid-column: 2/3;
    }
}
@media (max-width: 1280px) {
    .NG-categories .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .NG-categories .card {
        width: 350px !important;
    }
    .NG-categories .card-inner {
        height: 410px;
    }
}
@media (max-width: 576px) {
    .NG-categories .card {
        width: 180px !important;
    }
    .NG-categories .card-inner {
        height: 240px;
    }
}

/* NG-marquee-banner */
section.NG-marquee-banner {
    margin-top: 2rem;
}
article[aria-label="Promotional banner"]:last-child span {
    color: #fff !important;
}

/* Categories List Start */
section.s-block.s-block--banners.container {
    margin-bottom: 3rem;
}
section.s-block.s-block--banners.container .grid {
    grid-template-columns: 67.5% 31.5%;
    gap: 0;
}
.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 */

/* Sticky */
.sticky.max-h-\[300px\] {
    max-height: 600px;
}
@media(max-width: 576px){
    .sticky.max-h-\[300px\] {
        max-height: 400px;
    }
}

/* Products */
.NG-products {
    margin-top: 3rem;
}

/* footer */
div:has( > .social-gallery ) {
    display: none;
}

/* Edits */
section.NG-hero-section .subtext-bottom {
    bottom: 1%;
    font-size: 13px;
}
.h-\[clamp\(10rem\2c 3\.8776rem\+26\.1224vw\2c 30rem\)\] {
  height: unset;
}