.desktop-only {
  display: unset;
}
@media (max-width: 750px) {
  .desktop-only {
    display: none !important;
  }
}

.mobile-only {
  display: none !important;
}
@media (max-width: 750px) {
  .mobile-only {
    display: unset !important;
  }
}

body.nav-visible {
  padding-top: var(--nav-height);
}

.row.newsletter {
  display: none;
}

main.nab-2025 {
  background: #e6ecf0;
  overflow: hidden;
  position: relative;
}
main.nab-2025 section {
  width: 100%;
}
main.nab-2025 section .container {
  width: 1280px;
  max-width: 88%;
  margin: auto;
}
@media (max-width: 768px) {
  main.nab-2025 section .container {
    max-width: 98%;
  }
}
main.nab-2025 section .container::before, main.nab-2025 section .container::after {
  content: unset;
}
main.nab-2025 h1,
main.nab-2025 h2,
main.nab-2025 h3,
main.nab-2025 h4,
main.nab-2025 h5,
main.nab-2025 h6 {
  font-weight: 700;
  font-style: normal;
  text-wrap: balance;
  text-transform: uppercase;
}
main.nab-2025 .header-intro {
  position: relative;
  text-align: center;
  pointer-events: none;
  display: grid;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  background: linear-gradient(to right bottom, #9ca091, #d7d9d9);
}
main.nab-2025 .header-intro .intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  padding: 3rem;
  align-items: center;
  justify-content: center;
  width: 85%;
  margin: auto;
}
@media (max-width: 768px) {
  main.nab-2025 .header-intro .intro-grid {
    grid-template-columns: 1fr;
  }
}
main.nab-2025 .header-intro img {
  width: 100%;
  height: auto;
}
main.nab-2025 .nucleus-m-ii {
  background: #4d483c;
}
main.nab-2025 .nucleus-m-ii .container header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  main.nab-2025 .nucleus-m-ii .container header {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
main.nab-2025 .nucleus-m-ii .container header h2 {
  color: #e6ecf0;
}
main.nab-2025 .nucleus-m-ii .container header .cta {
  text-align: right;
}
@media (max-width: 768px) {
  main.nab-2025 .nucleus-m-ii .container header .cta {
    text-align: left;
  }
}
main.nab-2025 .nucleus-m-ii .container header .nm2-logo {
  height: 35px;
  width: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
main.nab-2025 .nucleus-m-ii .container p {
  color: #9ca194;
  font-size: 1.5rem;
  line-height: 1.5;
  text-wrap: balance;
  width: 55ch;
}
main.nab-2025 .nucleus-m-ii img {
  width: 100%;
  height: auto;
}
main.nab-2025 .offer-grid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e9ecf0;
  pointer-events: none;
}
main.nab-2025 .offer-grid .bento-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 10px;
}
main.nab-2025 .offer-grid .bento-grid .bento-item {
  background: #fff;
  overflow: hidden;
  border-radius: 12px;
}
main.nab-2025 .offer-grid .bento-grid .bento-item img {
  width: 100%;
  height: auto;
}
main.nab-2025 .offer-grid .bento-grid .countdown {
  grid-area: 1/1/2/3;
  padding: 2rem;
  display: grid;
  align-items: center;
  justify-content: center;
  background: #4d483c;
  font-weight: 700;
  letter-spacing: -0.2%;
  font-size: calc(1.5rem + 1vw);
  text-wrap: balance;
  text-align: center;
  text-transform: uppercase;
}
main.nab-2025 .offer-grid .bento-grid .countdown .countdown-text {
  line-height: 1.1;
  color: #e9ecf0;
}
main.nab-2025 .offer-grid .bento-grid .div1 {
  grid-area: 2/1/4/2;
}
main.nab-2025 .offer-grid .bento-grid .div2 {
  grid-area: 2/2/4/3;
}
main.nab-2025 .sections-nav {
  --nav-height: 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transform: translateY(-100%);
  margin-top: var(--nav-height);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.5s ease;
}
main.nab-2025 .sections-nav.visible {
  opacity: 1;
  transform: translateY(0);
}
main.nab-2025 .sections-nav .container {
  padding: 0.5rem 1rem;
}
main.nab-2025 .sections-nav ul {
  list-style: none;
  padding: 0;
  margin: 4px 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  main.nab-2025 .sections-nav ul {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
main.nab-2025 .sections-nav a {
  font-size: 1.25rem;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 0.5rem 1.25rem;
  border-radius: 10px;
  display: block;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 768px) {
  main.nab-2025 .sections-nav a {
    padding: 0.25rem 1.25rem;
  }
}
main.nab-2025 .sections-nav a:hover {
  background: #fff;
  color: #e6ecf0;
  text-shadow: none;
}
main.nab-2025 .sections-nav a[aria-current=true] {
  background: #4d483c;
  color: #e6ecf0;
  text-shadow: none;
}
main.nab-2025 #top,
main.nab-2025 #flash-deals,
main.nab-2025 #best-sellers,
main.nab-2025 #up-to-40-off,
main.nab-2025 #plus-more {
  scroll-margin-top: 120px;
  position: relative;
  z-index: 1;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
main.nab-2025 .animate-in {
  animation: fadeIn 0.6s ease-out forwards;
}
main.nab-2025 .featured-items {
  padding-bottom: 40px;
}
main.nab-2025 .featured-items .section-hero {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
  border-top: none;
  aspect-ratio: 21/9;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
main.nab-2025 .featured-items .section-hero img {
  width: 450px;
  max-width: 60vw;
  height: auto;
  margin: auto;
}
main.nab-2025 .featured-items .section-hero .section-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
main.nab-2025 .featured-items header {
  padding: 20px 0;
  z-index: 2;
  background: none;
}
main.nab-2025 .featured-items header h2 {
  color: #4d483c;
  font-size: 4.75rem;
  letter-spacing: -0.3rem;
  margin: 0;
}
main.nab-2025 .featured-items header h2 small {
  font-size: 2.4rem;
  color: #94a4b1;
}
@media (max-width: 768px) {
  main.nab-2025 .featured-items header h2 small {
    max-width: 82%;
    text-wrap: balance;
    display: block;
  }
}
main.nab-2025 .featured-items header p {
  color: #9ca194;
}
main.nab-2025 .featured-items .no-bg {
  padding-top: 60px;
}
main.nab-2025 .featured-items .products a {
  color: #4d483c;
}
main.nab-2025 .featured-items .products img {
  filter: brightness(1) saturate(1);
}
main.nab-2025 .featured-items .products .add_to_cart_button {
  mix-blend-mode: multiply;
}
main.nab-2025 .featured-items .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.8%;
  padding: 20px 0;
  box-sizing: border-box;
  margin-bottom: 6em;
}
main.nab-2025 .featured-items .products,
main.nab-2025 .featured-items .products-grid {
  margin-top: 2.992em;
}
main.nab-2025 .featured-items .product-card,
main.nab-2025 .featured-items .products .product {
  border-radius: 12px;
  transition: transform 0.2s;
  font-size: 1.2rem;
}
main.nab-2025 .featured-items .product-card:hover,
main.nab-2025 .featured-items .products .product:hover {
  transform: translateY(-5px);
}
main.nab-2025 .featured-items .product-card a {
  text-decoration: none;
  color: #fff;
}
main.nab-2025 .featured-items .product-card img,
main.nab-2025 .featured-items .product img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}
main.nab-2025 .featured-items .product-card h3 {
  font-size: 1.2rem;
  margin: 10px 0;
}
main.nab-2025 .featured-items .product-card .price {
  color: #BBC1DF;
  font-size: 1.1rem;
}
@media (max-width: 1080px) {
  main.nab-2025 .featured-items .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
main.nab-2025 .featured-items.overview .countdown {
  font-size: 4.75rem;
  font-weight: 700;
  letter-spacing: -0.3rem;
  background: #9ca194;
  color: #e6ecf0;
  padding: 1rem 2rem;
  border-radius: 12px;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  main.nab-2025 .featured-items.overview .countdown {
    font-size: 3.5rem;
    letter-spacing: -0.225rem;
  }
}
main.nab-2025 .featured-items.overview ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  width: 75%;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  main.nab-2025 .featured-items.overview ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 95%;
  }
}
main.nab-2025 .featured-items.overview ul li {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -0.225rem;
  line-height: 1.1;
  text-transform: uppercase;
  text-wrap: balance;
  text-align: left;
  color: #4d483c;
  margin-bottom: 0.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  main.nab-2025 .featured-items.overview ul li {
    font-size: 2rem;
    letter-spacing: -0.128rem;
  }
}
main.nab-2025 .featured-items.hot-sale-items {
  background: linear-gradient(to bottom, #f2f5f8, #fff, #fff);
}
main.nab-2025 .featured-items.all-items {
  background: #EEEEEF;
}
main.nab-2025 .featured-items.all-items header.section-hero {
  aspect-ratio: 16/9;
}
main.nab-2025 .featured-items.all-items header.section-hero img {
  margin-top: 4.5rem;
  margin-left: 4.5rem;
  width: 35vw;
  height: auto;
}
@media (max-width: 768px) {
  main.nab-2025 .featured-items.all-items header.section-hero img {
    margin-top: 2.5rem;
    margin-left: 2.5rem;
  }
}
main.nab-2025 .featured-items.plus-more {
  background: #4d483c;
}
main.nab-2025 .featured-items.plus-more .product-card {
  border: 1px solid #9ca194;
  border-radius: 12px;
}
main.nab-2025 .featured-items.plus-more .product-card:hover {
  background: #9ca194;
  color: #4d483c !important;
}
main.nab-2025 .featured-items.plus-more .product-card a {
  text-wrap: balance;
  display: grid;
  align-content: center;
  justify-self: center;
  color: #e6ecf0;
  display: block;
  height: 250px;
  text-align: center;
}
main.nab-2025 .featured-items.plus-more .product-card a:hover {
  color: #4d483c !important;
}
main.nab-2025 .featured-items.plus-more .product-card img {
  opacity: 0.6;
  margin-top: 2.5em;
  padding: 1.5em;
  transition: opacity 0.3s ease;
}
main.nab-2025 .featured-items.plus-more header h2 {
  color: #e6ecf0;
}
main.nab-2025 .featured-items.plus-more header h2 small {
  color: #9ca194;
}
main.nab-2025 .product-nav {
  margin: 2rem 0;
}
main.nab-2025 .product-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
main.nab-2025 .product-nav a {
  color: #9ca194;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}
main.nab-2025 .product-nav a:hover {
  color: #4d483c;
}
main.nab-2025 .product-nav a.active {
  background: #4d483c;
  color: #e6ecf0;
}
main.nab-2025 .product-tab {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
main.nab-2025 .product-tab.active {
  display: block;
  opacity: 1;
}
