@media(max-width: 1600px) {
  :root {
    --container-padding: 1rem;
  }
}


/* > Tablet */
@media(min-width: 991px) {

  .d-lg-0 {
    display: none;
  }

  .mobile-only {
    display: none;
  }

  .dark-mode .intro-bg:not(.dark) {
    opacity: 0;
  }
  .dark-mode .intro-bg.dark {
    opacity: 1;
  }

  /* Header Mega Menu */
  .dropdown.mega-item .dropdown-menu {
    position: fixed;
    width: 100%;
    height: auto;
    top: 122px;
    margin: 0;
    min-width: auto;
    gap: 8px;
    padding: 8px 0 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--black);
    border-top: 1px solid var(--black);
    background-color: var(--white);
  }
  .dropdown.mega-item:hover .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 50px;
  }
  .dropdown.mega-item .dropdown-menu li {
    position: relative;
    display: flex;
    min-width: 10rem;
    width: 16.66%;
    padding-right: 8px;
    border-bottom: none;
  }
  .dropdown.mega-item .dropdown-menu li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 8px);
    background: var(--black);
  }
  .dropdown.mega-item .dropdown-menu li:last-child:after {
    display: none;
  }
  .dropdown.mega-item .dropdown-menu li .nav-inner {
    position: relative;
    padding-top: 20%;
    width: 100%;
    overflow: hidden;
  }
  .dropdown.mega-item .dropdown-menu li .nav-inner a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    box-shadow: none;
  }
  .dropdown.mega-item .dropdown-menu li .nav-inner a span {
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #000;
    /* font-size: 5rem; */
    word-break: break-word;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
  }

  .dark-mode .dropdown.mega-item .dropdown-menu li .nav-inner a span {
    border-bottom: 1px solid #fff !important;
  }
  .dropdown.mega-item .dropdown-menu li.nav-item-level-2 .nav-inner a span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
  }

  .dropdown.mega-item .dropdown-menu li .nav-inner a span .letters-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
  }
  .nav-item-women.dropdown.mega-item .dropdown-menu li .nav-inner a span {
    color: var(--neon-purple);
  }
  .dropdown.mega-item .dropdown-menu li .nav-inner a .nav-item-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 1;
  }
  .dropdown.mega-item .dropdown-menu li .nav-inner a:hover .nav-item-image {
    opacity: 0.3;
  }
  .dropdown.mega-item .dropdown-menu li .nav-inner a:hover span {
    /* transform: translateX(0); */
    color: var(--neon-purple);
  }

  .mobile-menu-category-image,
  .mobile-menu-category-close,
  .mobile-bottom-nav {
    display: none;
  }

  /* Footer */
  #mc_embed_signup .foot img {
    filter: invert(1);
  }



}


@media(max-width: 1100px) {
  .header-menu ul li a {
    min-width: 8rem;
  }
  .intro-social {
    right: 3rem;
  }

}



/* Tablet */
@media(max-width: 990px) {

    /* Global */
    main {
      padding-top: 96px;
    }
    .border-mob-0 {
      border: none;
    }
    .mobile-only {
      display: block;
    }
    .desktop-only {
      display: none;
    }

    .median-line-md-0:after {
      display: none;
    }

    .reversed {
      flex-direction: column-reverse;
    }



    /* Header */
    .header-inner {
      padding: 0 20px;
      align-items: center;
    }
    .btn-menu {
      display: flex;
      align-items: center;
      border: none;
      box-shadow: none;
      outline: none;
      background: transparent;
    }
    .btn-menu .icon-bars {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      width: 25px;
    }
    .btn-menu .icon-bar {
      width: 100%;
      height: 1px;
      background: var(--black);
      margin-bottom: 5px;
      transition: var(--transition);
    }
    .btn-menu .icon-bar.middle-bar {
      width: 50%;
    }
    .btn-menu .icon-bar.bottom-bar {
      margin-bottom: 0;
    }
    .navbar-brand .logo {
      max-height: 5rem;
    }
    .header-group-icons {
      display: none;
    }
    .header-icons-inner {
      padding-right: 0;
    }
    .header-icons-left {
      padding-right: 0;
      border: none;
    }



    /* Navbar Menu */
    .header-menu {
      position: fixed;
      top: 97px;
      left: 0;
      width: 100%;
      height: calc(100% - 97px);
      opacity: 0;
      pointer-events: none;
      transition: var(--transition);
      background-color: var(--white);
    }
    .header-menu ul {
      flex-wrap: nowrap;
    }
    .header-menu ul li.nav-item-level-1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2rem;
      position: relative;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 2rem 0;
      overflow: hidden;
      transition: var(--transition);
    }
    .header-menu ul li.nav-item-level-1.active {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .header-menu ul li.nav-item-level-1.not-active {
      flex: 0 0 0;
      max-width: 0;
    }
    .header-menu ul li.nav-item-level-1:first-child {
      background-color: var(--neon-blue);
    }
    .header-menu ul li.nav-item-level-1:first-child a {
      color: #fff !important;
    }
    .header-menu ul li.nav-item-level-1:nth-child(2) {
      background-color: var(--neon-purple);
      /* padding-top: 50px; */
    }
    .header-menu ul li.nav-item-level-1:nth-child(2) a {
      color: #fff !important;
    }
    .header-menu ul li.nav-item-level-1:nth-child(3) {
      background-color: var(--neon-green);
    }
    .header-menu ul li.nav-item-level-1:nth-child(3) a {
      color: #000 !important;
    }
    .header-menu ul li.nav-item-level-1 > a {
      align-items: flex-start;
      height: auto;
      min-width: 100%;
      font-weight: 700;
    }
    .header-menu ul li a {
      box-shadow: none;
    }
    .mobile-menu-category-image {
      position: absolute;
      width: 100%;
      top: 5rem;
      bottom: 0;
      overflow: hidden;
      display: flex;
      align-items: center;
      pointer-events: none;
      transition: var(--transition);
    }
    .mobile-menu-category-image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: var(--transition);
    }

    .header-menu ul li.nav-item-level-1 .dropdown-menu {
      background: transparent;
      border: none;
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      margin: 0;
      gap: 15px 10px;
      width: 100%;
      height: auto;
      padding: 0 20px;
      opacity: 0;
      pointer-events: none;
      visibility: hidden;
      overflow: auto;
      transition: var(--transition);
    }
    .header-menu ul li.nav-item-level-1 .dropdown-menu .nav-item:hover {
      background: transparent;
    }
    .header-menu ul li.nav-item-level-1 .dropdown-menu a {
      flex-direction: column-reverse;
      align-items: center;
      color: #fff !important;
      font-size: 0.875rem !important;
      gap: 5px;
      width: 100%;
      min-width: 100%;
    }
    .header-menu ul li.nav-item-level-1 .dropdown-menu .letters-title {
      display: flex;
    }
    .header-menu ul li.nav-item-level-1 .dropdown-menu .nav-item-image {
      padding-top: 100%;
      width: 100%;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: #fff;
      border-radius: 5px;
      z-index: 9;
      box-shadow: inset 0 0 0 1px #000;
    }
    .mobile-menu-category-close {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      width: 100%;
      flex-grow: 1;
      opacity: 0;
      pointer-events: none;
      visibility: hidden;
    }
    .mobile-menu-category-close > * {
      pointer-events: none;
    }

    .header-menu ul li.nav-item-level-1.active .mobile-menu-category-image img {
      width: 100%;
      margin: auto;
      height: 100%;
      transform: scale(1);
      opacity: 0.1;
    }
    .header-menu ul li.nav-item-level-1.active a {
      font-size: 0.9rem !important;
    }
    .header-menu ul li.nav-item-level-1.active .dropdown-menu {
      opacity: 1;
      pointer-events: all;
      visibility: visible;
    }
    .header-menu ul li.nav-item-level-1.active .mobile-menu-category-close {
      opacity: 1;
      pointer-events: all;
      visibility: visible;
      padding-top: 50px;
    }

    .col-lg-4.footer-nav {
      display: flex;
      justify-content: center;
      text-align: center;
    }

    /* Menu opened */
    body.menu-opened {
      overflow: hidden;
    }
    .menu-opened header {
      background-color: var(--white);
    }
    .menu-opened .header-menu {
      opacity: 1;
      pointer-events: all;
      visibility: visible;
    }
    .menu-opened .icon-bar.top-bar {
        transform: rotate(45deg);
        margin: 0;
        transform-origin: bottom;
    }
    .menu-opened .icon-bar.middle-bar {
      display: none;
    }
    .menu-opened .icon-bar.bottom-bar {
      transform: rotate(-45deg);
      margin: 0;
      transform-origin: top;
    }
    .icon-item .search-icon {
      border-right: none;
    }
    .menu-category-button {
      grid-column: 1/4;
      margin-top: 1rem;
    }
    .header-menu ul li.nav-item-level-1 .dropdown-menu .menu-category-button a {
      padding: 10px 20px !important;
      font-size: 0.875rem !important;
      color: var(--neon-green) !important;
      background: #000 !important;
    }
    


    /* Bottom nav */
    .mobile-bottom-nav {
      position: fixed;
      bottom: 0;
      width: 100%;
      padding: 10px 20px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
      justify-content: space-evenly;
      align-items: center;
      z-index: 9;
      background-color: var(--black);
      transform: translateY(100%);
      border-top: 1px solid #ffffff1a;
      transition: var(--transition);
    }
    .ios .mobile-bottom-nav {
      padding-bottom: 15px;
    }
    .mobile-bottom-nav .icon-item,
    .mobile-bottom-nav .icon-item a {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 3px;
      /* color: #fff; */
      /* color: var(--neon-green); */
      color: #ffffff94;
      /* text-transform: lowercase; */
    }
    .mobile-bottom-nav .icon-item .icon {
      position: relative;
    }
    .mobile-bottom-nav .logout lord-icon {
      transform: scale(1.4);
    }
    .mobile-bottom-nav .icon-item svg {
      max-width: 20px;
      max-height: 20px;
    }
    .mobile-bottom-nav .icon-item svg path {
      /* fill: var(--neon-green); */
      fill: var(--white);
      /* fill: #fff; */
    }
    .cart-items,
    .count-favorites {
      font-size: 0.675rem;
      transform: translate(60%, -3px);
      width: 18px;
      height: 18px;
    }


    .intro-social {
      right: 20px;
      top: calc(80px + 3rem);
    }


    #hp-reviews .reviews-inner {
      display: block;
    }
    #hp-reviews .module-fickle {
      padding: 20px;
    }
    #hp-reviews .module-fickle:nth-child(2) {
      border: none;
    }

    .product-card-content {
      /* padding-top: 65vh; */
    }
    .product-card .product-item-info {
      padding: 1rem;
    }
    .category-slider .slick-current:after {
      display: none;
    }


    /* Product Page */
    .single-product-row {
      flex-direction: column;
      padding: 0;
    }
    .single-product-gallery-col {
      padding-right: 0;
      border-right: none;
    }
    .single-product-gallery-col .product-gallery {
      margin-bottom: 0;
    }
    .single-product-gallery-col .product-gallery .slick-dots {
      display: flex;
      gap: 10px;
      width: auto;
      left: 50%;
      bottom: 20px;
      transform: translateX(-50%);
      background: #ffffff4d;
      border-radius: 30px;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      padding: 5px 10px;
    }
    .single-product-gallery-col .product-gallery .slick-dots li {
      margin: 0;
      width: auto;
      height: auto;
      display: flex;
      align-items: center;
    }
    .single-product-gallery-col .product-gallery .slick-dots li button {
      width: auto;
      height: 2px;
      border-radius: 30px;
      background: #fff;
      padding: 2px;
      transition: var(--transition);
    }
    .single-product-gallery-col .product-gallery .slick-dots li.slick-active button {
      background: var(--neon-green);
      padding: 2px 8px;
    }
    .single-product-gallery-col .product-gallery .slick-dots li button:before {
      display: none;
    }
    .single-product-gallery-col .product-gallery figure {
      display: flex;
      padding-top: 0;
      overflow: hidden;
    }
    .single-product-gallery-col .product-gallery figure a {
      padding-top: 100%;
    }
    .single-product-info-col {
      padding: 0;
    }
    .single-product-info-wrapper {
      height: auto;
      position: relative;
      top: 0;
      padding-block: 2rem;
      justify-content: center;
    }
    .single-product-info-content {
     
      max-width: 95%;
    }

    /* Category Page */
    .category-page-breadcrumbs {
      padding-right: 20px;
    }
    .category-page-filters {
      padding: 0;
      flex-direction: column;
      margin-bottom: 20px;
    }
    .category-page-filters-left {
      width: 100%;
      overflow: hidden;
      display: flex;
    }
    .category-page-filters-left .sort-btn {
      display: flex;
      align-items: center;
      padding: 0 20px;
      background-color: #000;
    }
    .category-page-filters-left nav {
      white-space: nowrap;
      overflow: auto;
      width: 100%;
      padding-bottom: 4px;
      margin-bottom: -4px;
    }
    .category-page-filters-left nav ul {
      flex-wrap: nowrap;
      /* background: var(--neon-green); */
    }
    .category-page-filters-left nav ul li {
      /* background: var(--neon-green); */
    }
    .category-page-subcategories ul li a {
      padding: 13px 20px;
    }
    .category-page-filters-right {
      opacity: 0;
      height: 0;
      overflow: hidden;
      padding: 0 20px;
      transition: var(--transition);
    }
    .category-page-filters-right.active {
      opacity: 1;
      height: auto;
      padding: 20px;
    }



    /* Footer */
    footer {
      padding: 2rem 0 60px 0;
    }
    .footer-nav {
      padding-right: 15px;
      order: 2;
    }
    footer .mid-col {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      padding-top: 0;
      padding-bottom: 2rem;
      margin-bottom: 2rem;
      border: none;
      order: 1;
      border-bottom: 1px solid #ffffff1a;
    }
    footer .module-social ul {
      flex-direction: row;
    }
    .footer-newsletter {
      padding: 2rem 15px;
      order: 3;
      margin: 2rem 0 0;
      background: var(--white);
      align-items: center !important;
    }

    #outro-section {
      min-height: 60vh;
    }
    .outro-texts {
      height: 60vh;
    }
    .outro-labels {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .outro-label.top {
      transform: rotateZ(-23deg);
      transform-origin: left;
    }
    .outro-label.bottom {
      transform: rotateZ(23deg);
      margin-top: 0;
    }

    /* Checkout */
    .checkout-form-inner,
    .checkout-details-col-inner {
      padding-left: 12px;
      padding-right: 12px;
    }


    /* Login */
    .login-card {
      border-right: none;
      border-bottom: 1px solid #000;
      margin-bottom: 8px;
    }
    .login-inner {
      margin: 0;
    }
    .login-inner .col {
      padding: 20px;
    }

    /* Signup */
    .site-signup-form-wrapper {
      padding: 20px;
    }


    /* My account */
    .my-account-wrapper {
      max-width: 100%;
    }

    .row-group .category-item {
      min-width: calc(50% - 1rem); 
    }

    .checkout-page__container .checkout-form-general {
      display: flex;
      flex-direction: column;
    }

}

@media (max-width: 765px) {
  .row-group .category-item {
    min-width: 100%; 
  }

  .product-title.h-2 {
    font-size: 1rem !important;
  }

  .single-product-title-wrapper {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    text-align: left;
    /* padding: .25rem; */
    gap: 1rem;
  }
}

/* Mobile */
@media(max-width: 640px) {

    /* Globals */
    main {
    padding-top: 80px;
    }
    .btn-primary,
    .btn-secondary {
      font-size: 0.875rem;
      padding: 13px 20px;
    }

    #wa-btn-wrapper {
      bottom: 70px !important;
      opacity: 0;
      pointer-events: none;
      transition: var(--transition);
    }

    #community-section {
      height: calc(var(--dynamic-height) - 80px)
    }


    /* Header */
    .navbar-brand .logo {
      max-height: 4rem;
    }

    .header-menu {
      top: 81px;
      height: calc(100% - 81px);
    }
    .header-menu ul li.nav-item-level-1 .dropdown-menu {
      grid-template-columns: repeat(2, 1fr);
    }


    /* Homepage */
    #intro-section,
    #outro-section {
      padding-top: 80px;
    }
    /* #intro-section {
      min-height: calc(var(--dynamic-height) + 20vh);
    } */
    .intro-buttons {
      margin-bottom: 3rem;
    }
    #intro-section .intro-bg img {
      height: 100%;
      object-fit: cover;
    }
    .intro-texts,
    .outro-texts,
    .intro-labels {
      padding-top: 80px !important;
    }
    .intro-label.top {
      transform: rotateZ(30deg);
    }
    .intro-label.bottom {
      transform: rotateZ(-46.7deg);
    }
    .intro-text-xl {
      width: 95%;
    }
    .intro-text-xs,
    .outro-text-xs {
      width: 85%;
    }


    .category-slider .slick-current:before,
    .category-slider .slick-current:after {
      display: none;
    }
    .category-slider .slick-arrow svg {
      max-width: 20px;
    }

    .product-card-image img {
      /* padding-top: 75px; */
    }
    .product-card .discount-label {
      transform: translate(-50%, -50%) rotateZ(-25deg);
    }
    .category-slider .slick-arrow {
      top: 45%;
    }
    .dark-mode .product-card .add-to-cart-btn > * {
      background: #ffffffcf;
    }
    .product-card .add-to-cart-btn > * {
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      background: #000000cf;
    }

    .home-desc {
      padding: 20px;
    }



    /* Products Loop Page */
    .row-category-page-products .category-item:nth-child(3n + 1):after,
    .row-category-page-products .category-item:nth-child(3n + 2):after,
    .grid-products .product-card-inner:after {
      display: none;
    }
    .row-category-page-products .category-item,
    .wishlist-row.grid-products .category-item {
      padding: 0 8px;
      margin-bottom: 16px;
    }
    .wishlist-row.grid-products .category-item:last-child {
      margin-bottom: 0;
    }
    .row-category-page-products .product-card,
    .wishlist-row.grid-products .product-card {
      padding-bottom: 1rem;
      /* border: 1px solid #929292; */
    }
    .row-category-page-products .row-group {
      margin-bottom: 0;
      border: none;
      padding: 0;
    }
    .row-group .category-item {
      padding: 1rem;
    }
    .wishlist-row.grid-products {
      padding-top: 16px;
    }
    .grid-products .product-card-inner {
      padding-bottom: 0;
    }
    .product-card .product-colors {
      padding: 20px;
      margin: 0 -20px -20px;
    }


    /* Footer */
    .footer-newsletter .module-code {
      width: 100%;
    }
    #mc_embed_signup .foot {
      margin: 0;
      width: 100% !important;
      grid-template-columns: 1fr auto !important;
    }
    #mc_embed_signup .foot img {
      width: auto !important;
    }


    /* My account */
    .my-account-wrapper {
      max-width: 100%;
    }
    .my-account-wrapper .dash-nav {
      grid-column: 1/3;
      margin-bottom: 2rem;
      margin-left: -15px;
      margin-right: -15px;
    }
    .my-account .dash-nav .list-group {
      display: flex;
      flex-direction: row;
      white-space: nowrap;
      overflow: auto;
      padding-bottom: 10px;
      margin-bottom: -10px;
      padding-left: 15px;
      padding-right: 15px;
    }
    .user-account-content-wrapper {
      grid-column: 1/3;
      padding: 0;
    }
    .user-account-content-inner {
      gap: 1rem;
    }
    .user-account-section {
      padding: 1rem;
    }
    .user-account-section .order-number-date .order-number {
      flex-direction: column-reverse;
      gap: 5px;
      align-items: flex-start;
    }
    .order-details-button {
      width: 100%;
    }
    .order-details-button .btn {
      width: 100%;
    }
    .user-account-favorite-section {
      padding: 4px;
    }


    /* History Order */
    .history-order .user-account-content-header {
      flex-direction: column;
      align-items: flex-start;
    }



}
