section:nth-child(3 of .NG-hero-section ) .flex.flex-col.items-start {
    margin-right: clamp(1rem, -0.7985rem + 7.6735vw, 6.875rem);
    width: 40%;
    left: 0 !important;
    right: unset;
}

@media(min-width:992px) {
.backdrop-blur-sm {
    --tw-backdrop-blur: unset !important;
}
  .GL-promotional-banner .container {
    max-width: 100%;
    padding: 0;
}

  .NG-marquee-banner .rounded-lg {
    height: 460px;
}
 
}
 .img-height .relative {
    z-index: 10;
    width: 350px;
}

.NG-marquee-banner .container {
    max-width: 100%;
    padding: 0;
}
.s-trust-badges-content {
    color: aliceblue;
}
.store-footer .footer-description p {
    color: #ffffff;
 
}

img.s-trust-badges-image {
    filter: brightness(0.0)invert(1);
}


@media(max-width:768px) {
  section:nth-child(2 of .NG-hero-section ) .flex.flex-col.items-start {

    width: 60%;
  
}
.img-height .relative {
    z-index: 10;
    width: 150px;
}

  .NG-hero-section .subtext {

    display: none !important;
}
   .NG-marquee-banner .aspect-video {
    object-fit: contain;
}
  /***/
  .store-header * {
    color: #591e32 !important;
}
  .store-header {
    margin-bottom: 0;
}
.NG-header .main-nav-container:not(.fixed-header) .inner.absolute-header .mburger p span, .NG-header .main-nav-container:not(.fixed-header) .inner.absolute-header .mega-trigger-btn p span {
    background-color: #591e32;
}
  /*****/

   .NG-categories .grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

 .NG-hero-section-8 .block-title {
    color: #ffffff;
    font-size: 24px;
} 
  #my-product_category-6 .sticky {
    max-height: 400px !important ;
}
}
footer.store-footer .s-social-list *{
    color:white !important;
}


/** Edits **/
body.cart .container.latest {
    display: none;
}
/* CATS */
@media (min-width: 1024px) {
    section.NG-categories .grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media (max-width: 1024px) {
    section.NG-categories .grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 8px;
    }
    section.NG-categories .grid > div {
        grid-column: span 2;
    }
    section.NG-categories .grid > div:nth-child(4) {
        grid-column: 2/4;;
    }
    section.NG-categories .grid .card-inner {
        height: 150px;
    }
}