/* Add custom CSS styles below */ 

@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap');
body * {
  font-family: "Readex Pro", sans-serif;
}
.backdrop-blur-sm {
    --tw-backdrop-blur: blur(0px);
}
section:nth-child( 1 of section.NG-hero-section) .wrapper {
    width: 25%;
    height: 100% !important;
    top: 0px;
    margin-top: 0px;
    justify-content: center;
}
@media (min-width:991px){
  .NG-categories .container {
    max-width: 54%;
}
}
.NG-hero-section:not( section:nth-child( 1 of section.NG-hero-section)) .wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 0px;
    height: 100%;
    top: unset;
    justify-content: center;
    margin-top: 0px;
    gap: 10px;
}
.NG-hero-section:not( section:nth-child( 1 of section.NG-hero-section)) .block-title {
    color: #ffffff;
    font-size: 30px;
}

section:nth-child( 3 of section.NG-hero-section) .subtext-bottom {
    width: 25%;
    left: 0px;
    right: unset;
    margin-right: 0px !important;
    bottom: 0px;
}
@media (max-width:768px){
  section:nth-child( 1 of section.NG-hero-section) .wrapper {
    width: 66%;
}
  .navbar-brand img {
    max-height: 5rem !important;
}
 section.NG-hero-section .subtext-bottom {
   display: none !important
 }
  .NG-hero-section:not( section:nth-child( 1 of section.NG-hero-section)) .block-title {
    font-size: 20px;
}
}
.store-footer .container .order-8.md\:order-none {
    display: none;
}
header * {
    color: #e99779 !important;
}