.burger,
.col-5 ul li,
.navbar.container .menu-link span {
  cursor: pointer;
}

header {
  font-family: "Montserrat";
}

.right-container,
.snize-ac-results .snize-nothing-found-text {
  font-family: Montserrat;
}

.main-promo-slip .empty-div {
  display: none !important;
}

.main-promo-slip .promo-slip {
  min-height: 50px;
  font-size: clamp(14px, 2vw, 18px);
  text-transform: uppercase !important;
  font-weight: 700;
  line-height: 16.8px;
  color: var(--nd-theme-dark);
  background: rgba(243, 203, 65, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

@font-face {
  font-family: akira-expanded;
  src: url("/wp-content/themes/hello-theme-child-master/fonts/akira-expanded.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

.navbar-block {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100vh - 4rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}

.navbar-block.is-active {
  opacity: 1;
  pointer-events: all;
  background: #fff;
  margin-top: -32px;
  z-index: 10000;
}

.dropdown-content {
  height: 0;
  overflow: hidden;
  transition: height 0.4s;
}

.dropdown-show>.dropdown-toggle i.bx {
  rotate: 180deg;
}

.dropdown-column,
.dropdown-group,
.dropdown-items {
  display: grid;
}

.dropdown-group {
  padding: 1rem 1.5rem 0;
}

.dropdown-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0 1rem;
}

.dropdown-items {
  padding: 0.5rem 3.5rem 0;
  gap: 0.4rem;
}

.dropdown-link {
  font-size: 1rem;
  color: #090a0c;
  text-decoration: none;
  transition: color 0.2s;
}

.burger {
  display: block;
  width: 1.5rem;
  height: 1rem;
  position: relative;
  z-index: 10;
}

.burger-line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #090a0c;
  transition: 0.3s;
}

#burger.is-active .burger-line {
  height: 1.5px;
}

#mobile-search-bar.open,
.burger-line:first-child {
  top: 0;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

.burger.is-active .burger-line:first-child {
  top: 0.5rem;
  rotate: 135deg;
}

.burger.is-active .burger-line:nth-child(2) {
  opacity: 0;
}

.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  rotate: -135deg;
}

.burger .burger-line {
  transition: none !important;
}

@media screen and (min-width: 62rem) {

  .menu,
  .menu-item,
  .navbar {
    display: flex;
  }

  .my-account-link {
    display: none;
  }

  .navbar {
    justify-content: space-between;
    width: 400px;
    height: 64px;
  }

  .navbar-block {
    opacity: 1;
    pointer-events: auto;
  }

  .navbar.container .menu li.dropdown {
    padding: 0 16px;
  }

  .navbar.container .menu li.shop-link {
    padding-left: 0;
  }

  .navbar.container .menu li.contact-link {
    padding-right: 0;
  }

  .navbar.container .menu-item {
    min-height: 60px;
    z-index: 100;
    align-items: center;
    max-height: 64px;
    padding: 0 0.5rem;
  }

  .all-product-desktop {
    display: none;
  }

  .dropdown-content {
    pointer-events: none;
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    opacity: 0;
    height: auto;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
      0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: top 0.3s, opacity 0.3s;
  }

  .dropdown-column {
    grid-template-columns: repeat(3, 1fr);
    max-width: 75rem;
    margin: auto;
    gap: 2rem;
  }

  .dropdown-toggle img {
    transition: 0.2s;
  }

  .dropdown.open>.dropdown-toggle img {
    transform: rotate(270deg) !important;
  }

  .dropdown.open>.dropdown-content {
    top: 4.25rem;
    opacity: 1;
    pointer-events: all;
  }

  .dropdown.open>.dropdown-toggle i.bx {
    rotate: 180deg;
  }

  .burger {
    display: none;
  }
}

.navbar.container .dropdown-content {
  z-index: 1000 !important;
  color: #333;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  margin-top: -4px;
  border-top: none !important;
}

.navbar.container .dropdown-content .dropdown-parent-wrapper {
  background: #fff;
  min-height: 450px;
}

.navbar.container .menu {
  max-width: 1240px;
  margin: auto;
  padding-left: 16px;
}

.navbar.container .menu-link {
  font-family: Montserrat;
  font-weight: 600;
  font-size: clamp(16px, 16px + 0px, 16px);
  color: #fff !important;
  text-transform: uppercase;
  line-height: 32px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-3 ul li a,
.col-5 ul li {
  border-radius: 100px;
  align-items: center;
  display: flex;
  transition: 0.2s;
}

.navbar.container .menu-link img {
  margin-left: 8px;
}

.dropdown-content .dropdown-wrapper {
  max-width: 1376px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 88px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.dropdown-content .dropdown-wrapper.deals img,
.dropdown-content .dropdown-wrapper.learn img {
  min-width: 280px;
  height: 280px;
  background: #ede8e1;
  border-radius: 16px;
}

.dropdown-content .dropdown-wrapper.deals,
.dropdown-content .dropdown-wrapper.learn {
  grid-gap: 32px;
}

.col-1 h4,
.col-2 h4,
.col-3 h4,
.col-4 h4,
.col-5 h4,
.col-6 h4,
.main-links-wrapper h4,
:is(.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .main-links-wrapper) .h4 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: clamp(14px, 12.22px + 0.5556vw, 20px);
  display: block;
}

.col-1 {
  min-width: 280px;
  max-width: 280px;
}

.col-2 {
  min-width: 212px;
  max-width: 212px;
}

.col-3,
.col-4 {
  max-width: 150px;
  min-width: 150px;
}

.col-5 {
  max-width: 230px;
  min-width: 230px;
}

.col-2 ul,
.col-3 ul,
.col-4 ul,
.col-5 ul,
.col-6 ul,
.main-links-wrapper ul {
  list-style-type: none;
  padding-left: 0;
}

.col-2 ul li:not(:last-child),
.col-3 ul li:not(:last-child),
.col-4 ul li:not(:last-child),
.col-5 ul li:not(:last-child),
.col-6 ul li:not(:last-child),
.main-links-wrapper ul li:not(:last-child) {
  margin-bottom: 20px;
}

.col-3 ul li a.use-3,
body #shop-by-use.col-3 ul li a.use-3:hover {
  color: var(--nd-theme-white) !important;
}

.col-2 ul li a,
.col-4 ul li a,
.col-5 ul li p,
.col-6 ul li a,
.main-links-wrapper ul li a {
  color: #333;
}

.col-5 ul li:hover {
  opacity: 0.8 !important;
}

.col-4 ul li,
.col-6 ul li {
  font-weight: 700;
  font-size: clamp(16px, 16px + 0px, 16px);
}

body #shop-by-use.col-3 ul li a:hover:not(.use-3) {
  color: #fff !important;
}

.col-2 ul li,
.main-links-wrapper ul li {
  font-weight: 700;
  font-size: clamp(14px, 10.22px + 0.5556vw, 20px);
}

.col-3 ul li a {
  font-weight: 700;
  font-size: clamp(14px, 12.8px + 0.2083vw, 16px);
  padding-top: 6px;
  padding-bottom: 6px;
  justify-content: center;
  min-width: 120px;
  min-height: 32px;
}

.col-3 ul li a:hover,
.general-benefit-item:hover {
  opacity: 0.8;
}

.col-3 ul li .use-1 {
  background: #b8332f;
}

.col-3 ul li .use-2 {
  background: #e26d32;
}

.col-3 ul li .use-3 {
  /* background: #f3cb41; */
  background: #c79d0c;
}

.col-3 ul li .use-4 {
  background: #8b4db8;
}

.col-3 ul li .use-5 {
  background: #1d5c3a;
}

.col-3 ul li .use-6 {
  background: #345a99;
}

.col-3 ul li .use-7,
.col-3 ul li .use-8 {
  background: var(--nd-theme-dark);
}

.col-3 ul li a:not(.use-3) {
  color: #fff;
}

.col-5 ul li p {
  text-align: start !important;
  font-size: clamp(16px, 16px + 0px, 16px);
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0;
}

.col-5 ul li a {
  min-width: 154px;
  max-width: 154px;
  min-height: 38px;
  max-height: 38px;
  background: #ede8e1;
  padding: 8px 16px;
  border-radius: 100px;
  gap: 8px !important;
  justify-content: start;
}

.col-5 ul li .dots-wrapper span.active,
header.new-header {
  background: #333;
}

.col-5 ul li .dots-wrapper span {
  height: 8px;
  width: 8px;
  background: #e9e9e9;
  border-radius: 100px;
}

.col-5 ul li .dots-wrapper {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.signals-wrapper {
  display: inline-flex;
  align-items: end;
  gap: 2px;
  justify-content: center;
  height: 12px;
}

.signals-wrapper span {
  width: 2px;
  background: #adb1a5;
  border-radius: 100px !important;
}

.signals-wrapper span.active {
  background: var(--nd-theme-dark);
}

.signals-wrapper .signal-dot:first-child {
  height: 4px;
}

.signals-wrapper .signal-dot:nth-child(2) {
  height: 6px;
}

.signals-wrapper .signal-dot:nth-child(3) {
  height: 8px;
}

.signals-wrapper .signal-dot:nth-child(4) {
  height: 10px;
}

.signals-wrapper .signal-dot:nth-child(5) {
  height: 12px;
}

.max-w-1240 {
  max-width: 1240px !important;
  margin: auto;
  padding-right: 8px;
  padding-left: 8px;
}

.empty-div {
  min-height: 50px !important;
  background: 0 0 !important;
  margin-top: -2px;
}

#burger {
  pointer-events: all;
}

.tooltip-wrapper,
.underline-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.underline-hover.sl::after {
  background-color: #333;
  bottom: 0;
}

.underline-hover.ml::after {
  background-color: #fff;
  bottom: 18px;
}

.underline-hover::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.2s ease-in-out;
}

.underline-hover:hover::after {
  width: 100%;
}

#menu-backdrop.active,
.desktop-only {
  display: block;
}

#mobile-cart,
#mobile-shop-button-wrapper,
.mega-banner,
.mobile-mega-grid,
.search-image,
.shop-category-heading {
  display: none;
}

.tooltip-text {
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 1000;
}

.tooltip-wrapper.active .tooltip-text {
  opacity: 1;
  pointer-events: auto;
}

.coming-soon-badge {
  font-size: 10px !important;
  color: var(--nd-theme-white) !important;
  background-color: #345a99 !important;
  padding: 4px 12px !important;
  border-radius: 100px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.3px;
  position: relative;
  top: -3px;
  left: 2px;
  display: inline-flex;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}

#megaImageContent {
  position: relative;
  width: 280px;
  height: 280px;
  overflow: hidden;
  border-radius: 16px;
}

#megaImageContent .fade-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#megaImageContent .fade-content.show {
  opacity: 1;
  background: #ede8e1;
}

.fade-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
}

#megaImageContent img {
  width: 280px;
  height: 280px;
  object-fit: cover;
}

@media only screen and (max-width: 1440px) {
  .dropdown-content .dropdown-wrapper {
    grid-gap: 34px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media only screen and (max-width: 1275px) {
  .navbar.container .menu#menu {
    padding-left: 16px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1168px) {
  .dropdown-content .dropdown-wrapper {
    grid-gap: 20px;
  }

  #megaImageContent {
    max-width: 180px;
    max-height: 180px;
  }

  .col-1 {
    min-width: 180px;
    max-width: 180px;
  }
}

a.snize-ac-view-all-products {
  color: #333 !important;
}

a.snize-ac-view-all-products i,
body.menu-open #toki-shopify-integration-embed-wallet-v2-root,
body.menu-open .roundedDotChatButton {
  display: none !important;
}

@media only screen and (min-width: 992px) {
  .navbar.container .menu-link img {
    margin-left: 4px;
    filter: brightness(0) invert(1);
    height: 20px;
    width: 20px;
    transform: rotate(90deg);
  }

  #snize-pages-label,
  #snize-products-label,
  .snize-nothing-found-text {
    font-weight: 500;
    font-size: 20px;
    font-family: Montserrat;
  }

  .snize-ac-results-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    margin-right: 10px !important;
  }

  .snize-ac-results-content::-webkit-scrollbar-track {
    background: 0 0 !important;
  }

  .snize-ac-results-content::-webkit-scrollbar-thumb {
    background-color: #e4e5e8 !important;
  }

  .min-h-64-desktop {
    min-height: 64px;
  }

  .snize-ac-results-content {
    margin-top: 10px !important;
    margin-right: -5px;
    margin-left: auto;
    width: 310px;
    max-height: 400px !important;
  }

  .snize-ac-results-list li a:hover,
  .snize-ac-results-list li:hover,
  .snize-page:hover {
    background: 0 0 !important;
  }

  .snize-ac-results-list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .snize-product a .snize-product-info .snize-title {
    font-weight: 700;
    font-size: 13px;
    margin-top: 8px;
  }

  .snize-product a .snize-product-info {
    margin-left: 0;
    font-family: Montserrat;
    overflow: visible;
  }

  .snize-ac-results .snize-product {
    padding: 0 !important;
  }

  .snize-ac-results .snize-product a {
    display: flex;
    flex-direction: column !important;
    align-items: start;
  }

  .snize-thumbnail,
  .snize-thumbnail img {
    min-width: 100% !important;
    border-radius: 8px !important;
    max-width: 100% !important;
    max-height: 100% !important;
  }

  .snize-ac-results .snize-view-all-link,
  .snize-popular-suggestions-view-all-products-text {
    transition: 0.2s !important;
    width: 244px;
    font-weight: 700 !important;
    outline: 0 !important;
    padding: 10px 40px !important;
    font-size: 16px !important;
    font-family: Montserrat;
  }

  #snize-pages-label,
  #snize-products-label {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #333;
    color: #333;
    margin-bottom: 0;
    text-transform: capitalize;
    display: grid;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .snize-ac-results .snize-view-all-link i {
    display: none;
  }

  .snize-ac-results .snize-view-all-link:hover,
  .snize-popular-suggestions-view-all-products-text:hover {
    background: #f3cb41 !important;
    opacity: 0.8 !important;
  }

  .snize-popular-suggestions-view-all-products-text {
    background: #f3cb41 !important;
    color: #333 !important;
    border-radius: 100px !important;
    font-size: 14px !important;
  }

  .snize-ac-results .snize-view-all-link {
    background: #f3cb41 !important;
    color: #333 !important;
    border-radius: 100px !important;
    margin: 6px auto 10px;
  }

  .snize-page {
    font-family: Montserrat;
    font-size: 16px !important;
    font-weight: 400;
    padding: 8px 0 !important;
    color: #333;
  }

  #snize-pages-label {
    margin-bottom: 8px;
  }

  #snize-view-all-pages {
    display: none !important;
  }

  #snize-products-label,
  .snize-ac-results .snize-view-all-link {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.header-logo-container {
  display: flex;
  align-items: center;
  margin-right: 70px;
  justify-content: center;
  cursor: pointer;
  z-index: 10000000;
}

.header-logo-container a {
  display: flex;
}

.logo-container,
.right-container {
  z-index: 1000000;
}

.right-container {
  width: 344px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
}

.right-container a:hover {
  opacity: 0.8;
  color: #fff !important;
}

.right-container a {
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  text-transform: uppercase;
}

.search-container {
  padding: 4px 16px;
  border: 1px solid #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  min-height: 40px;
  min-width: 300px;
  margin-left: -185px;
}

.search-container img {
  width: 16px;
  height: 16px;
}

.search-container input[type="search"] {
  height: 32px;
  background: 0 0;
  width: 268px;
  border: none;
  padding: 0 0 0 8px;
}

.search-container input[type="search"]::placeholder {
  text-transform: uppercase;
}

.search-container input[type="search"],
.search-container input[type="search"]::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}

.right-container a#mobile-cart {
  display: none;
  margin-right: 6px;
}

@media only screen and (max-width: 992px) {
  .soda-link::after {
    content: "Just Landed";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 12px));
    border-radius: 100px;
    display: flex;
    padding: 8px 10px !important;
    align-items: center;
    justify-content: center;
    color: var(--nd-theme-white);
    background: #345a99;
    font-size: clamp(8px, 0.8vw + 0.5rem, 12px);
    font-style: normal;
    font-weight: 700;
    line-height: 11.279px;
    letter-spacing: 0.15px;
    text-transform: capitalize;
    text-wrap: nowrap;
  }

  .mobile-mega-grid {
    grid-row-gap: 24px !important;
  }

  .first-container .navbar-inner {
    min-width: 70px;
  }

  .my-account-link {
    max-height: 52px;
  }

  .col-5 ul li {
    border-color: #333;
  }

  #menu.is-active::-webkit-scrollbar {
    display: none;
  }

  .mega-banner,
  .navbar-inner {
    position: relative;
  }

  .contact-link::after,
  .dropdown-content .dropdown-wrapper.deals ul li::after,
  .dropdown-content .dropdown-wrapper.learn ul li::after {
    content: url("/wp-content/themes/hello-theme-child-master/img/mega-menu/mega-drop-chevron-down.svg");
    transform: rotate(-90deg) scale(2.1);
    filter: brightness(0);
    display: none;
  }

  .rotate-to-bottom {
    transform: rotate(90deg);
  }

  .snize-ac-results {
    min-width: 100%;
    left: 0 !important;
    margin-top: 0 !important;
  }

  .snize-ac-results-content {
    box-shadow: none !important;
    top: 32px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-top: 16px !important;
    padding-bottom: 50px !important;
    min-width: 100% !important;
  }

  .snize-ac-results-list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .col-3 ul,
  .mobile-mega-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .snize-product a .snize-product-info .snize-title {
    font-weight: 700;
    font-size: 13px;
    margin-top: 8px;
  }

  .snize-product a .snize-product-info {
    margin-left: 0;
    font-family: Montserrat;
    overflow: visible;
  }

  .snize-ac-results .snize-product {
    padding: 0 !important;
  }

  .snize-ac-results .snize-view-all-link,
  .snize-popular-suggestions-view-all-products-text {
    transition: 0.2s !important;
    width: 244px;
    outline: 0 !important;
    padding: 10px 40px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    font-family: Montserrat;
  }

  .snize-ac-results .snize-product a:hover {
    background: #fff !important;
  }

  .snize-ac-results .snize-product a {
    display: flex;
    flex-direction: column !important;
    align-items: start;
  }

  .snize-thumbnail,
  .snize-thumbnail img {
    min-width: 100% !important;
    border-radius: 8px !important;
    max-width: 100% !important;
    max-height: 100% !important;
  }

  .col-3 ul,
  .col-5 ul {
    grid-column-gap: 20px;
    max-width: 100%;
    display: grid;
  }

  #snize-pages-label,
  #snize-products-label {
    font-weight: 500;
    font-size: 20px;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 8px;
    font-family: Montserrat;
    border-bottom: 2px solid #333;
    color: #333;
    margin-bottom: 0;
    text-transform: capitalize;
    display: grid;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  #menu.is-active .empty-div,
  .col-2,
  .col-4,
  .dropdown-content .dropdown-wrapper.deals img,
  .dropdown-content .dropdown-wrapper.learn img,
  .main-links-wrapper h4,
  .main-links-wrapper .h4,
  .right-container a:not(#mobile-cart),
  .search-container,
  .snize-ac-results .snize-view-all-link i,
  .underline-hover.ml::after {
    display: none;
  }

  .snize-ac-results .snize-view-all-link:hover,
  .snize-popular-suggestions-view-all-products-text:hover {
    background: #f3cb41 !important;
    opacity: 0.8 !important;
  }

  .snize-popular-suggestions-view-all-products-text {
    background: #f3cb41 !important;
    color: #333 !important;
    border-radius: 100px !important;
    margin: 16px auto 0 !important;
    font-size: 14px !important;
  }

  .snize-ac-results .snize-view-all-link {
    background: #f3cb41 !important;
    color: #333 !important;
    border-radius: 100px !important;
    margin: 6px auto 10px;
  }

  .snize-page {
    font-family: Montserrat;
    font-size: 16px !important;
    font-weight: 400;
    padding: 8px 0 !important;
    color: #333;
  }

  #snize-pages-label {
    margin-bottom: 8px;
  }

  #snize-view-all-pages,
  .desktop-only {
    display: none !important;
  }

  .header-logo-container {
    min-height: 48px;
    margin-right: 30px;
  }

  #snize-products-label,
  .snize-ac-results .snize-view-all-link {
    grid-column-start: 1;
    grid-column-end: 7;
  }

  .header-logo-container img {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .col-1,
  .col-2,
  .col-3 ul,
  .col-4,
  .col-5 ul {
    min-width: 100%;
  }

  .navbar-inner,
  .right-container,
  .shop-category-heading {
    display: flex;
  }

  #mobile-cart::before {
    content: var(--side-cart-qty);
    background: #70eeff;
    display: block;
    position: absolute;
    top: 7px;
    inset-inline-end: 16px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #2a2222;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 9px;
    line-height: 15px;
  }

  /* .main-promo-slip #mobile-cart::before{
        top:58px;
    } */
  #menu.is-active {
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 100000000;
    overflow: scroll;
  }

  .right-container a#mobile-cart {
    display: inline-block;
    margin-top: 8px;
  }

  .search-image {
    display: inline-block;
    margin-left: 12px;
    position: absolute;
    right: 0;
  }

  .shop-inner-heading {
    color: #4a4a4a;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    margin-bottom: 24px !important;
  }

  .mt-negative-20 {
    margin-top: -20px !important;
  }

  #burger.disable-pointer {
    pointer-events: none;
    opacity: 0;
  }

  .contact-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .contact-link::after {
    position: relative;
    right: 26px;
  }

  .mega-banner {
    display: flex;
    /* display: none; */
    flex-direction: column;
    align-items: start;
    justify-content: center;
    min-height: 256px;
    background: center/cover no-repeat #333;
	  padding: 40px 32px;
    margin-right: 16px;
    margin-left: 16px;
    border-radius: 16px;
  }

  .mega-banner::after {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    background: #00000040;
	display: flex;
    /* display: none; */
  }

  .mega-banner .deals-button {
    background: var(--nd-theme-white);
    font-weight: 700;
    font-size: clamp(16px, 5vw, 18px);
    color: #000;
    border-radius: 100px;
    padding: 10px 32px;
    z-index: 1;
    /* padding: 10px; */
    text-align: center;
    text-transform: uppercase;
  }

  .mega-banner .mega-first,
  .mega-banner .mega-second {
    font-weight: 500;
    font-size: 18px;
    z-index: 1;
    text-transform: capitalize;
    font-family: Montserrat;
    color: #fff;
    max-width: 80%;
    margin-bottom: 16px;
  }

  .main-links-wrapper ul li:not(:last-child),
  .mega-banner h5 {
    margin-bottom: 16px;
  }

  .mega-banner .promo-link {
    font-weight: 500;
    font-size: 15px;
    z-index: 1;
    padding: 8px 16px;
    font-family: Montserrat;
    color: #fff;
    border-radius: 100px;
    border: 1px solid #fff;
    margin-bottom: 16px;
    text-transform: capitalize;
  }

  .mega-banner h5 {
    font-family: 'anchor-web';
    
	margin-top: 0px;
    z-index: 1;
    font-weight: 700;
	line-height: normal;
    color: #fff;
	font-size: clamp(34px, 5vw, 49px);
    text-transform: capitalize;
  }

  .navbar-block.is-active {
    top: 32px;
    height: 100vh;
  }

  .navbar.container .menu {
    background: #fff;
    padding-right: 0;
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 20px;
  }

  .dropdown-content .dropdown-wrapper.deals,
  .dropdown-content .dropdown-wrapper.learn,
  .shop-dropdown {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .shop-dropdown {
    padding-bottom: 24px !important;
  }

  .main-links-wrapper ul li {
    height: 40px !important;
  }

  .dropdown-content .dropdown-wrapper.deals ul li,
  .dropdown-content .dropdown-wrapper.learn ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
  }

  .dropdown-content .dropdown-wrapper.deals ul li::after,
  .dropdown-content .dropdown-wrapper.learn ul li::after {
    position: relative;
    right: 8px;
  }

  .mobile-mega-grid {
    display: grid;
    gap: 20px;
    margin-top: 16px;
  }

  .navbar.container .dropdown-content {
    max-height: fit-content;
  }

  .navbar.container .mobile-mega-grid {
    margin-top: 0;
    margin-bottom: 0;
  }

  .col-3,
  .col-5,
  .col-5 ul li,
  .col-5 ul li a {
    min-width: 100%;
    max-width: 100%;
  }

  .navbar.container .dropdown-content .dropdown-parent-wrapper {
    min-height: fit-content;
  }

  .col-5 ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .mobile-mega-grid .grid-item {
    position: relative;
    text-align: center;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .mobile-mega-grid .grid-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    background: #33333345;
  }

  .mobile-mega-grid .grid-item span.tooltip-wrapper span.badge {
    transform: translate(-50%, -88%) !important;
  }

  .mobile-mega-grid .grid-item span.tooltip-wrapper .tooltip-text {
    opacity: 1 !important;
    transform: translate(-49%, 10%);
    font-size: 9px !important;
    background: #ff5722;
    padding: 1px 6px;
    border-radius: 100px;
    height: fit-content;
  }

  .mobile-mega-grid .grid-item span {
    color: var(--nd-theme-dark);
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    text-transform: capitalize;
  }

  .dropdown-content .dropdown-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 28px;
  }

  #burger {
    width: 28px;
    height: 20px;
    margin-top: 2px;
  }

  .navbar.container .menu-link img {
    filter: brightness(0);
    min-height: 10px;
    min-width: 18px;
  }

  body.menu-open {
    height: 100vh;
    overflow: hidden !important;
  }

  .navbar.container .menu-link {
    max-height: 56px;
    min-height: 56px;
    color: #333 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 16px;
    padding-left: 16px;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
  }

  .navbar.container,
  .right-container {
    width: fit-content;
  }

  .navbar.container .menu-item:first-child .menu-link {
    margin-top: 50px;
  }

  #burger .burger-line {
    background: #fff;
    border-radius: 100px;
  }

  #burger.is-active .burger-line {
    left: -2px;
    width: 68%;
    background: #333;
  }

  #burger.is-active {
    z-index: 1000000000;
    position: absolute;
    left: calc(100vw - 52px);
    margin-top: -6px;
  }

  .col-1 h4,
  .col-2 h4,
  .col-3 h4,
  .col-4 h4,
  .col-5 h4,
  .col-6 h4,
  .main-links-wrapper h4,
  :is(.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .main-links-wrapper) .h4 {
    font-weight: 700;
  }

  /* .main-promo-slip #burger.is-active {
        margin-top: -56px;
    } */
}

#mobile-shop-button,
.marquee-wrapper {
  font-weight: 700;
  font-family: Montserrat;
}

#mobile-search-bar,
.first-container,
.marquee-track {
  display: flex;
  display: flex;
}

#age-verify {
  z-index: 10000000 !important;
}

@media only screen and (max-width: 1200px) and (min-width: 993px) {
  .snize-ac-results-content {
    margin-right: 68px;
    width: 242px;
    padding: 12px !important;
  }

  .search-container {
    min-width: 222px;
    margin-left: -100px;
  }

  .right-container {
    width: 312px;
    grid-gap: 20px;
  }

  .snize-ac-results .snize-view-all-link,
  .snize-popular-suggestions-view-all-products-text {
    font-size: 12px !important;
    width: 205px !important;
    margin-left: 1px;
  }

  .snize-ac-results .snize-thumbnail {
    width: 95px;
  }
}

@media only screen and (max-width: 900px) {
  .snize-ac-results-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #snize-products-label,
  .snize-ac-results .snize-view-all-link {
    grid-column-start: 1;
    grid-column-end: 6;
  }
}

@media only screen and (max-width: 758px) {
  .snize-ac-results-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #snize-products-label,
  .snize-ac-results .snize-view-all-link {
    grid-column-start: 1;
    grid-column-end: 5;
  }
}

@media only screen and (max-width: 600px) {
  .snize-ac-results-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  #snize-products-label,
  .snize-ac-results .snize-view-all-link {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}

@media only screen and (max-width: 658px) {

  .col-3 ul,
  .mobile-mega-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .col-5 ul {
    grid-template-columns: repeat(2, 1fr);
  }

  #menu.is-active .menu {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 576px) {
    .mega-banner::after {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
  .snize-ac-results-list {
    grid-template-columns: 1fr 1fr;
  }

  .header-logo-container img {
    max-width: 68px;
  }

  #snize-products-label,
  .snize-ac-results .snize-view-all-link {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .mega-banner .deals-button {
    width: 100%;
  }

  .mega-banner .mega-first,
  .mega-banner .mega-second {
    max-width: 100%;
  }

  .mobile-mega-grid {
    gap: 14px;
  }

  /* .col-5 ul {
        grid-template-columns: repeat(1, 1fr);
    } */
  body .col-5 ul li {
    max-width: auto;
    min-width: auto;
  }

  body .col-5 ul li p {
    font-size: 14px;
  }

  .col-3 ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .col-5 ul li {
    max-width: 194px;
    min-width: 194px;
  }
}

/* cyber monday modification start */
@media only screen and (max-width: 374px) {
    .mega-banner .deals-button {
        padding: 12px 22px;
        font-size: 16px;
    }
}
/* cyber monday modification ends */

@media only screen and (max-width: 370px) {
  .soda-link::after {
    font-size: 8.5px;
    letter-spacing: 0.3px;
    font-weight: 600;
    padding: 6px 8px !important;
  }
  body .mega-banner {
      padding: 22px;
  }
}

.text-nowrap {
  text-wrap: nowrap;
}

#mobile-shop-button-wrapper {
  z-index: 100000000 !important;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 16px;
  box-shadow: 0 -4px 7px 0 #00000029;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

#mobile-shop-button {
  color: #333;
  width: 100%;
  border: none;
  border-radius: 100px;
  text-transform: uppercase;
  background: #f3cb41;
  font-size: 20px;
  padding: 8px;
}

@media (min-width: 658px) {
  #mobile-shop-button-wrapper {
    display: none !important;
  }
}

.first-container {
  align-items: center;
  justify-content: space-between;
  max-width: 1272px;
  margin: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.marquee-wrapper {
  color: var(--nd-theme-white);
  background-color: #345a99;
  overflow: hidden;
  width: 100%;
  padding: 12px 0;
  font-size: clamp(16px, 16px + 0px, 16px);
  position: relative;
}

.marquee-track {
  width: max-content;
  animation: 75s linear infinite scroll-marquee;
  gap: 80px;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.marquee-item img {
  margin-right: 16px;
  filter: brightness(0) invert(1);
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

#mobile-search-bar img {
  min-width: 32px;
  min-height: 32px;
}

#mobile-search-bar {
  box-shadow: 0 2px 5px rgba(1, 1, 1, 0.1);
  align-items: center;
}

#mobile-search-bar input[type="search"] {
  flex-grow: 1;
  caret-color: #345a99;
}

#mobile-search-bar {
  position: fixed;
  top: -114px;
  left: 0;
  flex-wrap: nowrap;
  right: 0;
  background: #fff;
  padding: 33px 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 10000000;
  align-items: center;
  gap: 10px;
  transition: top 0.3s ease-in-out;
}

#mobile-search-bar input[type="search"]::placeholder {
  font-weight: 500;
  font-size: 20px;
  font-family: Montserrat;
  color: #333;
}

#mobile-search-bar input[type="search"] {
  flex-grow: 1;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 20px;
  border: none;
  font-family: Montserrat;
  color: #333;
  background: 0 0;
}

#mobile-search-bar .close-icon,
#mobile-search-bar .search-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

#menu-backdrop {
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.3);
}

#mobile-search-bar form {
  min-width: calc(100% - 85px) !important;
}

#cfw-side-cart {
  z-index: 10000000 !important;
}

.strength-a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media only screen and (min-width: 2500px) {

  .first-container,
  ul.menu {
    max-width: 80% !important;
  }
}

@media only screen and (max-width: 2500px) and (min-width: 1920px) {

  .first-container,
  ul.menu {
    max-width: 100% !important;
  }
}