﻿/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */

/* Modern customer account dashboard */
#my-account #wrapper,
#identity #wrapper,
#addresses #wrapper,
#history #wrapper,
#order-slip #wrapper,
#discount #wrapper,
#order-follow #wrapper {
  background:
    radial-gradient(circle at 0 0, rgba(24, 168, 107, .12), transparent 420px),
    linear-gradient(180deg, #fff 0, #f5f7f4 260px, #f5f7f4 100%);
}

#my-account #content-wrapper,
#identity #content-wrapper,
#addresses #content-wrapper,
#history #content-wrapper,
#order-slip #content-wrapper,
#discount #content-wrapper,
#order-follow #content-wrapper {
  padding-bottom: 42px;
}

#my-account .page-header h1 {
  margin-bottom: 18px;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
  color: #172026;
  letter-spacing: 0;
}

.account-modern-dashboard {
  color: #172026;
}

.account-modern-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: end;
  gap: 22px;
  margin-bottom: 18px;
}

.account-modern-kicker {
  display: block;
  margin-bottom: 6px;
  color: #087ba9;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.account-modern-hero h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  color: #172026;
}

.account-modern-hero p {
  max-width: 680px;
  margin: 13px 0 0;
  color: #62717b;
  font-size: 15px;
  line-height: 1.55;
}

.account-modern-status {
  min-height: 76px;
  padding: 16px;
  border: 1px solid rgba(24, 168, 107, .30);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(24, 168, 107, .12), rgba(247, 183, 51, .13));
}

.account-modern-status span,
.account-modern-summary span {
  display: block;
  color: #65727b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.account-modern-status strong {
  display: block;
  margin-top: 5px;
  color: #172026;
  font-size: 15px;
  line-height: 1.25;
}

.account-modern-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.account-modern-summary > div {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 17px;
  border: 1px solid #dfe6e4;
  border-radius: 8px;
  background: rgba(255, 255, 255, .90);
  box-shadow: 0 10px 26px rgba(23, 32, 38, .05);
}

.account-modern-summary strong {
  color: #172026;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

.account-modern-links.links {
  margin-top: 0;
}

.account-modern-links .row {
  row-gap: 16px;
}

.account-modern-links .row > a {
  color: inherit;
  text-decoration: none;
}

.account-modern-links .link-item {
  min-height: 118px;
  height: 100%;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid #dfe6e4;
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 26px rgba(23, 32, 38, .06);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.account-modern-links a:hover .link-item {
  transform: translateY(-3px);
  border-color: rgba(7, 151, 207, .36);
  box-shadow: 0 20px 40px rgba(23, 32, 38, .11);
}

.account-modern-links .link-item i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 8px;
  color: #6c8791;
  background: #e9f8fb;
  font-size: 24px;
}

.account-modern-links .account-modern-link-text,
.account-modern-links .link-item span:not(.account-modern-link-text) {
  min-width: 0;
}

.account-modern-links .account-modern-link-text strong,
.account-modern-links .link-item > span:not(.account-modern-link-text) {
  display: block;
  color: #52636d;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 900;
  text-transform: uppercase;
}

.account-modern-links .account-modern-link-text small {
  display: block;
  margin-top: 7px;
  color: #637482;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
  text-transform: none;
}

.account-modern-links #wallet-link .link-item {
  border-color: rgba(24, 168, 107, .24);
}

.account-modern-links #wallet-link .link-item i {
  color: #078a61;
  background: rgba(24, 168, 107, .12);
}

.account-modern-links a[href*="premium"] .link-item,
.account-modern-links a[href*="abonnement"] .link-item,
.account-modern-links a[href*="premium"] .link-item i,
.account-modern-links a[href*="abonnement"] .link-item i {
  color: #fff;
}

.account-modern-links a[href*="premium"] .link-item,
.account-modern-links a[href*="abonnement"] .link-item {
  border-color: transparent;
  background: linear-gradient(135deg, #0797cf, #18a86b);
}

.account-modern-links a[href*="premium"] .link-item i,
.account-modern-links a[href*="abonnement"] .link-item i {
  background: rgba(255, 255, 255, .18);
}

.account-modern-links a[href*="premium"] .link-item strong,
.account-modern-links a[href*="premium"] .link-item small,
.account-modern-links a[href*="abonnement"] .link-item strong,
.account-modern-links a[href*="abonnement"] .link-item small {
  color: #fff;
}

.account-modern-links a.np-premium-account-tile .link-item {
  border-color: #dfe6e4 !important;
  background: rgba(255, 255, 255, .94) !important;
  color: #52636d !important;
  box-shadow: 0 10px 26px rgba(23, 32, 38, .06) !important;
}

.account-modern-links a.np-premium-account-tile:hover .link-item {
  border-color: rgba(7, 151, 207, .36) !important;
  box-shadow: 0 20px 40px rgba(23, 32, 38, .11) !important;
}

.account-modern-links a.np-premium-account-tile .link-item i {
  color: #069de0 !important;
  background: #e9f8fb !important;
}

.account-modern-links a.np-premium-account-tile .link-item > .np-freshplus-account-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px;
  min-width: 0;
  color: #52636d !important;
  line-height: 1 !important;
}

.account-modern-links a.np-premium-account-tile .np-freshplus-account-logo {
  display: inline-block !important;
  width: 72px;
  height: 24px;
  flex: 0 0 auto;
  object-fit: contain;
  vertical-align: middle;
  transform: translateY(-1px);
}

#left-column .custommer-account-links .block-myaccount-infos,
.custommer-account-links .block-myaccount-infos {
  overflow: hidden;
  border: 1px solid #dfe6e4;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 46px rgba(23, 32, 38, .10);
}

.custommer-account-links .column-title {
  margin: 0;
  padding: 20px 22px;
  border-bottom: 1px solid #dfe6e4;
  background: linear-gradient(135deg, rgba(7, 151, 207, .10), rgba(24, 168, 107, .09));
}

.custommer-account-links .column-title a {
  color: #172026;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.custommer-account-links .account-list {
  padding: 10px;
}

.custommer-account-links .linklist {
  margin: 0;
}

.custommer-account-links .linklist li {
  margin: 0;
}

.custommer-account-links .linklist a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 11px;
  border-radius: 8px;
  color: #24313a;
  font-size: 14px;
  font-weight: 700;
}

.custommer-account-links .linklist a:after {
  content: none !important;
  display: none !important;
}

.custommer-account-links .linklist a:hover {
  color: #087ba9;
  background: #eef6f7;
}

.custommer-account-links .linklist a.logout {
  color: #df2f2f;
}

.footer-account-links.light-box-bg {
  min-height: 58px;
  margin-top: 24px;
  padding: 10px;
  border: 1px solid #dfe6e4;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.footer-account-links.light-box-bg,
.footer-account-links.light-box-bg li,
.footer-account-links.light-box-bg a {
  display: flex;
  align-items: center;
}

.footer-account-links.light-box-bg {
  justify-content: space-between;
  gap: 10px;
}

.footer-account-links.light-box-bg a {
  min-height: 42px;
  gap: 9px;
  padding: 0 12px;
  border-radius: 8px;
  color: #172026;
  font-weight: 800;
}

.footer-account-links.light-box-bg a:hover {
  background: #eef6f7;
}

.footer-account-links.light-box-bg .logout-link a {
  color: #df2f2f;
}

@media (max-width: 991px) {
  .account-modern-hero {
    grid-template-columns: 1fr;
  }

  .account-modern-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  #my-account .page-header h1 {
    font-size: 28px;
  }

  .account-modern-hero h2 {
    font-size: 32px;
  }

  .account-modern-summary {
    grid-template-columns: 1fr;
  }

  .account-modern-links .link-item {
    min-height: 104px;
  }

  .footer-account-links.light-box-bg {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-account-links.light-box-bg li,
  .footer-account-links.light-box-bg a {
    justify-content: center;
    width: 100%;
  }
}

/* Nomatic Fresh mobile homepage redesign */
:root {
  --nf-blue: #0b8fe8;
  --nf-blue-strong: #005ce8;
  --nf-green: #079810;
  --nf-ink: #07090d;
  --nf-muted: #707780;
  --nf-line: #e1e5eb;
}

.nf-mobile-home {
  display: none;
}

#header .header-logo {
  display: flex;
  justify-content: center;
}

#header .header-logo .logo {
  object-fit: contain;
}

@media (min-width: 768px) {
  #header .desktop-header-version .header-wrapper {
    display: grid !important;
    grid-template-columns: 1fr minmax(210px, 320px) 1fr;
    gap: 20px;
  }

  #header .desktop-header-version .header-logo {
    grid-column: 2;
    justify-self: center;
  }

  #header .desktop-header-version .header-right {
    grid-column: 3;
  }
}

@media (min-width: 0) {
  body.page-index {
    background: #fff;
    color: var(--nf-ink);
    padding-bottom: 92px;
  }

  body.page-index #header {
    background: #fff;
    box-shadow: none;
  }

  body.page-index #header .header-banner,
  body.page-index #header .header-nav,
  body.page-index #header .header-bottom,
  body.page-index .breadcrumb-wrapper,
  body.page-index .top-column-content,
  body.page-index #left-column,
  body.page-index #content-wrapper > .center-wrapper > .aone-homepage,
  body.page-index .bottom-column-content,
  body.page-index #footer {
    display: none !important;
  }

  body.page-index .main-header {
    padding: 12px 0 8px;
    border: 0;
  }

  body.page-index #header .container,
  body.page-index #wrapper .container {
    max-width: none;
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  body.page-index #header .header-wrapper {
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  body.page-index #header .header-logo {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  body.page-index #header .header-logo a {
    display: block;
    width: min(230px, 64vw);
    height: 78px;
    background: url("https://nomatic.lu/themes/nomaticfresh/assets/img/nomatic-fresh-black-blue.webp") center / contain no-repeat;
  }

  body.page-index #header .header-logo img {
    opacity: 0;
    width: 100% !important;
    height: 100% !important;
  }

  body.page-index #header .mobile-display-left,
  body.page-index #header .left-nav-trigger {
    grid-area: menu;
    justify-self: start;
    width: 48px;
    height: 48px;
  }

  body.page-index #header .mobile-menu-icon,
  body.page-index #header .left-nav-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(180deg, var(--nf-blue), #0476d5);
    box-shadow: 0 8px 18px rgba(7, 142, 232, .22);
  }

  body.page-index #header .header-right {
    display: contents;
  }

  body.page-index #header .display-top {
    display: contents !important;
  }

  body.page-index #header .customer-signin-module {
    display: none;
  }

  body.page-index #header .shopping-cart-module {
    position: absolute;
    top: 14px;
    right: 0;
  }

  body.page-index .cart-preview .cart-link {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    padding: 0;
    border-radius: 12px;
    color: #0a0d12 !important;
    background: #fff !important;
    box-shadow: none;
  }

  body.page-index .cart-preview .cart-total-value {
    display: none;
  }

  body.page-index .cart-preview .cart-design {
    position: relative;
    color: var(--nf-ink);
    font-size: 28px;
  }

  body.page-index .cart-preview .cart-products-count {
    top: -8px;
    right: -10px;
    min-width: 22px;
    height: 22px;
    border: 2px solid #fff;
    background: var(--nf-green);
    color: #fff;
    font-size: 12px;
    line-height: 18px;
  }

  body.page-index .searchbar-wrapper {
    width: 100%;
  }

  body.page-index .search-widget form {
    position: relative;
    display: block;
  }

  body.page-index .search-widget input.form-control {
    height: 58px;
    padding: 0 58px 0 58px;
    border: 1px solid #d9dde4;
    border-radius: 14px;
    background: #fff;
    color: var(--nf-ink);
    font-size: 16px;
    box-shadow: none;
  }

  body.page-index .search-widget input.form-control::placeholder {
    color: #7a8089;
  }

  body.page-index .search-widget form::before {
    content: "search";
    position: absolute;
    left: 18px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    color: #7f858e;
    font-family: "Material Icons";
    font-size: 31px;
    line-height: 1;
  }

  body.page-index .search-widget button {
    right: 8px;
    top: 8px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: var(--nf-blue);
  }

  body.page-index #wrapper {
    padding-top: 0;
    background: #fff;
  }

  body.page-index .main-content > .container > .row {
    display: block;
    margin: 0;
  }

  body.page-index #content-wrapper {
    display: block;
    width: 100%;
    max-width: none;
    padding: 0 !important;
  }

  .nf-mobile-home {
    display: block;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 10px 18px 18px;
    overflow: hidden;
    font-family: inherit;
  }

  .nf-mobile-hero {
    position: relative;
    aspect-ratio: 772 / 382;
    min-height: 0;
    display: block;
    margin-top: 6px;
    padding: 0;
    overflow: hidden;
    border-radius: 14px;
    background: url("https://nomatic.lu/themes/nomaticfresh/assets/img/nf-mock-hero.png") center / cover no-repeat;
    box-shadow: 0 12px 26px rgba(20, 58, 101, .12);
  }

  .nf-mobile-hero > * {
    visibility: hidden;
  }

  .nf-hero-copy {
    position: relative;
    z-index: 2;
  }

  .nf-hero-copy span {
    display: inline-block;
    margin-bottom: 13px;
    padding: 7px 10px;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(135deg, #1e6aff, #005ee9);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
  }

  .nf-hero-copy strong {
    display: block;
    color: #082f73;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
  }

  .nf-hero-copy p {
    max-width: 190px;
    margin: 13px 0 18px;
    color: #082f73;
    font-size: 17px;
    line-height: 1.28;
  }

  .nf-hero-copy a {
    display: inline-flex;
    min-width: 134px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #fff !important;
    background: linear-gradient(135deg, #076dff, #0056dc);
    font-weight: 900;
    text-decoration: none !important;
  }

  .nf-hero-products {
    position: relative;
    z-index: 1;
    height: 166px;
  }

  .nf-hero-products img {
    position: absolute;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 12px 18px rgba(21, 49, 91, .16));
  }

  .nf-hero-products img:nth-child(1) {
    right: 58px;
    bottom: 28px;
    width: 60px;
    height: 128px;
  }

  .nf-hero-products img:nth-child(2) {
    right: 0;
    bottom: 16px;
    width: 84px;
    height: 84px;
  }

  .nf-hero-products img:nth-child(3) {
    right: 54px;
    bottom: -1px;
    width: 96px;
    height: 72px;
  }

  .nf-hero-discount {
    position: absolute;
    top: 31px;
    right: 18px;
    z-index: 3;
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #0a5ccf;
    background: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.05;
  }

  .nf-hero-discount b {
    font-size: 28px;
  }

  .nf-mobile-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 14px 0 18px;
  }

  .nf-mobile-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b8bdc4;
  }

  .nf-mobile-dots .is-active {
    background: var(--nf-green);
  }

  .nf-mobile-tiles,
  .nf-mobile-products {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 46%;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .nf-mobile-tiles::-webkit-scrollbar,
  .nf-mobile-products::-webkit-scrollbar {
    display: none;
  }

  .nf-tile {
    position: relative;
    height: 112px;
    padding: 14px 12px;
    overflow: hidden;
    border-radius: 10px;
    color: var(--nf-ink) !important;
    text-decoration: none !important;
    scroll-snap-align: start;
  }

  .nf-tile span,
  .nf-tile strong {
    position: relative;
    z-index: 2;
    display: block;
  }

  .nf-tile span {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 900;
  }

  .nf-tile strong {
    max-width: 92px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
  }

  .nf-tile img {
    position: absolute;
    right: -16px;
    bottom: -10px;
    width: 96px;
    height: 86px;
    object-fit: contain;
  }

  .nf-tile.premium { background: linear-gradient(135deg, #e8bf7e, #f6d399); }
  .nf-tile.fresh { background: linear-gradient(135deg, #e5f4d4, #c8e9ac); }
  .nf-tile.baby { background: linear-gradient(135deg, #ffd9dc, #ffc2c9); }
  .nf-tile.home { background: linear-gradient(135deg, #d8f2ff, #bce4fb); }

  .nf-mobile-tiles {
    height: 98px;
    display: block;
    border-radius: 10px;
    background: url("https://nomatic.lu/themes/nomaticfresh/assets/img/nf-mock-tiles.png") left center / auto 100% no-repeat;
  }

  .nf-mobile-tiles .nf-tile {
    display: none;
  }

  .nf-mobile-section-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    margin: 24px 4px 12px;
  }

  .nf-mobile-section-title h2 {
    margin: 0;
    color: var(--nf-ink);
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
  }

  .nf-mobile-section-title a {
    color: var(--nf-green) !important;
    font-size: 18px;
    font-weight: 900;
    text-decoration: underline;
  }

  .nf-mobile-products {
    grid-auto-columns: calc((100% - 36px) / 4);
  }

  .nf-mobile-product {
    margin: 0;
    scroll-snap-align: start;
  }

  .nf-mobile-product a {
    position: relative;
    min-height: 176px;
    display: grid;
    grid-template-rows: 74px auto auto auto;
    padding: 10px 8px 11px;
    border: 1px solid #eef0f4;
    border-radius: 10px;
    color: var(--nf-ink) !important;
    background: #fff;
    box-shadow: 0 5px 16px rgba(16, 24, 40, .10);
    text-decoration: none !important;
  }

  .nf-mobile-product img {
    width: 100%;
    height: 74px;
    object-fit: contain;
  }

  .nf-mobile-product strong {
    min-height: 36px;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
  }

  .nf-mobile-product small {
    color: #69707a;
    font-size: 11px;
  }

  .nf-mobile-product .nf-price {
    margin-top: 7px;
    color: #d40000;
    font-size: 13px;
    font-weight: 900;
  }

  .nf-mobile-product .nf-price.dark {
    color: var(--nf-ink);
  }

  .nf-mobile-product em {
    color: #777;
    font-size: 11px;
    font-style: normal;
    text-decoration: line-through;
  }

  .nf-mobile-product b {
    position: absolute;
    right: 10px;
    bottom: 12px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #fff;
    background: var(--nf-green);
    font-size: 26px;
    line-height: 1;
  }

  .nf-sale {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 2px 6px;
    border-radius: 5px;
    color: #fff;
    background: var(--nf-green);
    font-size: 11px;
    font-weight: 900;
  }

  .nf-heart {
    position: absolute;
    top: 9px;
    right: 11px;
    z-index: 2;
    color: #9298a1;
    font-size: 24px;
    line-height: 1;
  }

  .nf-mobile-delivery {
    position: relative;
    display: grid;
    grid-template-columns: 52px 1fr 24px;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 2px 14px;
    margin: 20px 4px 8px;
    padding: 16px 14px;
    border-radius: 11px;
    color: var(--nf-ink) !important;
    background: linear-gradient(90deg, #eefbed, #f5fbf7);
    text-decoration: none !important;
  }

  .nf-mobile-delivery span {
    grid-row: 1 / 3;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--nf-green);
  }

  .nf-mobile-delivery span i {
    font-size: 27px;
  }

  .nf-mobile-delivery strong {
    font-size: 18px;
    line-height: 1.14;
    font-weight: 900;
  }

  .nf-mobile-delivery small {
    color: #5b626c;
    font-size: 15px;
  }

  .nf-mobile-delivery > i {
    grid-column: 3;
    grid-row: 1 / 3;
    color: var(--nf-ink);
    font-size: 34px;
  }

  .nf-mobile-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    height: 78px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    max-width: 440px;
    margin: 0 auto;
    padding: 8px 8px 7px;
    border-top: 1px solid #e8eaee;
    background: rgba(255,255,255,.98);
    box-shadow: 0 -8px 22px rgba(15, 23, 42, .06);
  }

  .nf-mobile-nav a {
    display: grid;
    justify-items: center;
    gap: 3px;
    color: #23262b !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
    text-decoration: none !important;
  }

  .nf-mobile-nav i {
    color: inherit;
    font-size: 30px;
    line-height: 1;
  }

  .nf-mobile-nav .is-active {
    color: var(--nf-green) !important;
    font-weight: 900;
  }
}

@media (max-width: 420px) {
  body.page-index #header .container,
  body.page-index #wrapper .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  body.page-index #header .header-wrapper {
    gap: 8px;
  }

  .nf-mobile-home {
    max-width: none;
    padding-right: 14px;
    padding-left: 14px;
  }

  .nf-mobile-hero {
    min-height: 0;
  }

  .nf-hero-copy strong {
    font-size: 29px;
  }

  .nf-hero-copy p {
    font-size: 16px;
  }

  .nf-mobile-products {
    grid-auto-columns: calc((100% - 30px) / 4);
    gap: 10px;
  }

  .nf-mobile-product a {
    min-height: 174px;
  }
}
﻿/* Nomatic Fresh home shell - priority override */
body#index.page-index {
  min-width: 0;
  background: #fff !important;
  color: #05070b;
  padding-bottom: 94px;
}

body#index.page-index #header,
body#index.page-index #footer,
body#index.page-index .top-column-content,
body#index.page-index .bottom-column-content,
body#index.page-index #left-column,
body#index.page-index #right-column,
body#index.page-index .breadcrumb-wrapper,
body#index.page-index .page-header,
body#index.page-index .aone-homepage,
body#index.page-index #content-wrapper > .center-wrapper,
body#index.page-index #content-wrapper > .row,
body#index.page-index #content-wrapper > section:not(.nf-mobile-home) {
  display: none !important;
}

body#index.page-index #wrapper,
body#index.page-index #main,
body#index.page-index .main-content,
body#index.page-index .main-content > .container,
body#index.page-index .main-content > .container > .row,
body#index.page-index #content-wrapper {
  width: 100% !important;
  max-width: none !important;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}

body#index.page-index .nf-mobile-home {
  display: block !important;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 16px 16px 20px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.nf-home-header {
  display: grid;
  gap: 18px;
  margin-bottom: 16px;
}

.nf-home-logo {
  display: flex;
  justify-content: center;
  width: 100%;
  text-decoration: none !important;
}

.nf-home-logo img {
  display: block;
  width: min(230px, 58vw);
  height: 64px;
  object-fit: contain;
}

.nf-home-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.nf-location {
  display: grid;
  grid-template-columns: 42px auto 18px;
  align-items: center;
  gap: 8px;
  color: #05070b !important;
  text-decoration: none !important;
}

.nf-location > .material-icons {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, #12a221, #05870d);
  font-size: 25px;
}

.nf-location small {
  display: block;
  color: #222831;
  font-size: 16px;
  line-height: 1.05;
}

.nf-location strong {
  display: block;
  margin-top: 3px;
  color: #05070b;
  font-size: 23px;
  line-height: 1;
  font-weight: 900;
}

.nf-location i {
  color: #2c333d;
  font-size: 20px;
}

.nf-head-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nf-head-actions a {
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #08111f !important;
  text-decoration: none !important;
}

.nf-head-actions .material-icons {
  font-size: 33px;
  line-height: 1;
}

.nf-head-actions b,
.nf-head-actions em {
  position: absolute;
  top: -4px;
  right: -5px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #0a9512;
  color: #fff;
  font-style: normal;
  font-weight: 900;
}

.nf-head-actions b {
  width: 15px;
  height: 15px;
}

.nf-head-actions em {
  min-width: 24px;
  height: 24px;
  padding: 0 5px;
  font-size: 13px;
  line-height: 18px;
}

.nf-search {
  position: relative;
  display: block;
  margin: 0;
}

.nf-search .material-icons {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  color: #7d838d;
  font-size: 34px;
  pointer-events: none;
}

.nf-search input {
  width: 100%;
  height: 58px;
  margin: 0;
  padding: 0 18px 0 58px;
  border: 1px solid #d9dde5;
  border-radius: 14px;
  outline: 0;
  background: #fff;
  color: #111827;
  font-size: 17px;
  box-shadow: none;
}

.nf-search input::placeholder {
  color: #8a9099;
}

body#index.page-index .nf-mobile-hero {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 15px;
  background: #dff0ff;
  box-shadow: 0 12px 25px rgba(18, 56, 96, .13);
  text-decoration: none !important;
}

body#index.page-index .nf-mobile-hero img {
  display: block;
  width: 100%;
  height: auto;
}

body#index.page-index .nf-mobile-hero > :not(img) {
  display: none !important;
}

body#index.page-index .nf-mobile-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 13px 0 18px;
}

body#index.page-index .nf-mobile-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #b9bec5;
}

body#index.page-index .nf-mobile-dots .is-active {
  background: #079810;
}

body#index.page-index .nf-mobile-tiles {
  display: block;
  width: calc(100% + 32px);
  height: auto;
  margin: 0 -16px;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 0;
  background: none !important;
  scrollbar-width: none;
}

body#index.page-index .nf-mobile-tiles::-webkit-scrollbar {
  display: none;
}

body#index.page-index .nf-mobile-tiles img {
  display: block;
  width: 610px;
  max-width: none;
  height: auto;
}

body#index.page-index .nf-mobile-tiles .nf-tile {
  display: none !important;
}

body#index.page-index .nf-mobile-section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 24px 4px 14px;
}

body#index.page-index .nf-mobile-section-title h2 {
  margin: 0;
  color: #05070b;
  font-size: 29px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

body#index.page-index .nf-mobile-section-title a {
  color: #078411 !important;
  font-size: 18px;
  font-weight: 900;
  text-decoration: underline !important;
}

body#index.page-index .nf-mobile-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  overflow: visible;
  padding: 0;
}

body#index.page-index .nf-mobile-product {
  min-width: 0;
  margin: 0;
}

body#index.page-index .nf-mobile-product a {
  position: relative;
  display: grid;
  grid-template-rows: 78px auto auto auto;
  min-height: 179px;
  padding: 10px 8px 11px;
  border: 1px solid #eef0f4;
  border-radius: 10px;
  background: #fff;
  color: #07090d !important;
  box-shadow: 0 5px 16px rgba(16, 24, 40, .10);
  text-decoration: none !important;
}

body#index.page-index .nf-mobile-product img {
  width: 100%;
  height: 78px;
  object-fit: contain;
}

body#index.page-index .nf-mobile-product strong {
  min-height: 34px;
  margin-top: 5px;
  overflow: hidden;
  color: #111;
  font-size: 12px;
  line-height: 1.18;
  font-weight: 500;
}

body#index.page-index .nf-mobile-product small {
  color: #69707a;
  font-size: 12px;
}

body#index.page-index .nf-mobile-product .nf-price {
  margin-top: 7px;
  color: #d50000;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

body#index.page-index .nf-mobile-product .nf-price.dark {
  color: #07090d;
}

body#index.page-index .nf-mobile-product em {
  color: #747982;
  font-size: 11px;
  font-style: normal;
  line-height: 1.1;
  text-decoration: line-through;
}

body#index.page-index .nf-mobile-product b {
  position: absolute;
  right: 10px;
  bottom: 12px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: #08940f;
  font-size: 26px;
  line-height: 1;
}

body#index.page-index .nf-sale {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 2px 6px;
  border-radius: 5px;
  color: #fff;
  background: #079810;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 900;
}

body#index.page-index .nf-heart {
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 2;
  color: #9298a1;
  font-family: "Material Icons";
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
}

body#index.page-index .nf-mobile-delivery {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr 24px;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 2px 14px;
  margin: 22px 4px 8px;
  padding: 16px 14px;
  border-radius: 11px;
  color: #05070b !important;
  background: linear-gradient(90deg, #ecfaec, #f8fcf9);
  text-decoration: none !important;
}

body#index.page-index .nf-mobile-delivery span {
  grid-row: 1 / 3;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #079810;
}

body#index.page-index .nf-mobile-delivery span i {
  font-size: 27px;
}

body#index.page-index .nf-mobile-delivery strong {
  font-size: 18px;
  line-height: 1.14;
  font-weight: 900;
}

body#index.page-index .nf-mobile-delivery small {
  color: #5f6670;
  font-size: 15px;
}

body#index.page-index .nf-mobile-delivery > i {
  grid-column: 3;
  grid-row: 1 / 3;
  color: #05070b;
  font-size: 34px;
}

body#index.page-index .nf-mobile-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  height: 78px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  max-width: 430px;
  margin: 0 auto;
  padding: 8px 8px 7px;
  border-top: 1px solid #e8eaee;
  background: rgba(255,255,255,.98);
  box-shadow: 0 -8px 22px rgba(15, 23, 42, .06);
}

body#index.page-index .nf-mobile-nav a {
  display: grid;
  justify-items: center;
  gap: 3px;
  color: #272b31 !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none !important;
}

body#index.page-index .nf-mobile-nav i {
  color: inherit;
  font-size: 30px;
  line-height: 1;
}

body#index.page-index .nf-mobile-nav .is-active {
  color: #079810 !important;
  font-weight: 900;
}

@media (min-width: 768px) {
  body#index.page-index {
    padding-bottom: 0;
  }

  body#index.page-index .nf-mobile-home {
    max-width: 1180px;
    padding: 28px 28px 34px;
  }

  .nf-home-header {
    grid-template-columns: 1fr minmax(280px, 380px) 1fr;
    align-items: center;
    gap: 22px;
    margin-bottom: 24px;
  }

  .nf-home-logo {
    grid-column: 2;
    grid-row: 1;
  }

  .nf-home-logo img {
    width: 310px;
    height: 82px;
  }

  .nf-home-topline {
    grid-column: 1 / 4;
    grid-row: 2;
    max-width: 760px;
    width: 100%;
    justify-self: center;
  }

  .nf-search {
    grid-column: 1 / 4;
    grid-row: 3;
    max-width: 760px;
    width: 100%;
    justify-self: center;
  }

  body#index.page-index .nf-mobile-hero {
    max-width: 980px;
    margin: 0 auto;
    border-radius: 18px;
  }

  body#index.page-index .nf-mobile-tiles {
    width: min(980px, 100%);
    margin: 0 auto;
  }

  body#index.page-index .nf-mobile-tiles img {
    width: 100%;
  }

  body#index.page-index .nf-mobile-section-title,
  body#index.page-index .nf-mobile-products,
  body#index.page-index .nf-mobile-delivery {
    width: min(980px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  body#index.page-index .nf-mobile-products {
    gap: 18px;
  }

  body#index.page-index .nf-mobile-product a {
    grid-template-rows: 150px auto auto auto;
    min-height: 310px;
    padding: 18px 16px 18px;
    border-radius: 14px;
  }

  body#index.page-index .nf-mobile-product img {
    height: 150px;
  }

  body#index.page-index .nf-mobile-product strong {
    min-height: 44px;
    font-size: 20px;
  }

  body#index.page-index .nf-mobile-product small {
    font-size: 17px;
  }

  body#index.page-index .nf-mobile-product .nf-price {
    font-size: 20px;
  }

  body#index.page-index .nf-mobile-product em {
    font-size: 15px;
  }

  body#index.page-index .nf-mobile-product b {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 34px;
  }

  body#index.page-index .nf-sale {
    font-size: 16px;
  }

  body#index.page-index .nf-mobile-nav {
    position: sticky;
    bottom: 0;
    max-width: 980px;
    margin-top: 26px;
    border: 1px solid #edf0f4;
    border-radius: 16px;
  }
}

@media (max-width: 380px) {
  body#index.page-index .nf-mobile-home {
    padding-right: 12px;
    padding-left: 12px;
  }

  .nf-location {
    grid-template-columns: 34px auto 16px;
  }

  .nf-location > .material-icons {
    width: 32px;
    height: 32px;
    font-size: 22px;
  }

  .nf-location small {
    font-size: 14px;
  }

  .nf-location strong {
    font-size: 20px;
  }

  .nf-head-actions {
    gap: 12px;
  }

  body#index.page-index .nf-mobile-product a {
    grid-template-rows: 68px auto auto auto;
    min-height: 170px;
  }

  body#index.page-index .nf-mobile-product img {
    height: 68px;
  }
}


/* Nomatic account cleanup */
.custommer-account-links .linklist a:after { content: none !important; display: none !important; }
.custommer-account-links .linklist a { justify-content: flex-start; }
.custommer-account-links .linklist a i, .custommer-account-links .linklist a .material-icons { color: #0b8fe8; }

/* Nomatic account/mobile nav cleanup */
.account-modern-summary.account-modern-summary-single {
  grid-template-columns: minmax(0, 1fr);
}

.account-modern-summary.account-modern-summary-single > div {
  min-height: 96px;
}

@media (max-width: 767px) {
  .nf-global-bottom-nav,
  .nf-mobile-nav {
    pointer-events: auto !important;
    z-index: 2147483000 !important;
  }

  .nf-global-bottom-nav a,
  .nf-mobile-nav a {
    pointer-events: auto !important;
    touch-action: manipulation;
  }
}
