/* Box sizing rules */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500&amp;display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none; }

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

html {
  -webkit-text-size-adjust: 100%; }

:root {
  --base-green-v: #7e9c4d;
  --base-green-l: #617c36;
  --base-green-d: #4c6528;
  --base-green-focus: rgb(120, 179, 25);
  --base-red: #c72222;
  --base-teal: #63beac;
  --base-yellow: #f7e42e;
  --base-yellow-hover: #ffee42;
  --base-yellow-active: #f0dd22;
  --base-brown: #b5a57a;
  --base-purple: #c17da7;
  --base-orange: #de7700;
  --base-blue: #568fbd;
  --bg-green-v: #fafcf8;
  --bg-green-l: #f2f3f2;
  --bg-gray-l: #fafafa;
  --bg-gray-d: #e4e4e4;
  --bg-gray-arrow: #949494;
  --base-border-gray: #e4e4e4;
  --checkbox-border-gray: #8f8f8f;
  --base-text-l: #6c6d69;
  --base-text-d: rgb(26, 28, 23);
  --bg-wellcome: #83bfe6;
  --bg-parknshop: #f6bd12;
  --bg-market-place: #0d5033;
  --bg-watsons: #fc3c0c;
  --bg-mannings: #8bba00;
  --bg-aeon: #ff8e46;
  --bg-dch-food-mart: #9370db;
  --bg-ztore: #e6007a;
  --bg-sasa: #e10087;
  --bg-lung-fung: #4169e1; }

html.-open,
html.-open body {
  overflow: hidden; }

ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  color: var(--base-text-d); }

a {
  color: var(--base-text-d);
  text-decoration: none; }

input[type='text']:focus,
input[type='search']:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--base-green-focus); }

.hidden {
  display: block !important; }

.invisible {
  visibility: hidden; }

/* visually hide an elemnent   */
.visually-hidden {
  position: fixed;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

a,
button {
  border-radius: 0.25rem;
  cursor: pointer; }
  a:focus,
  button:focus {
    outline: 2px solid var(--base-green-focus);
    outline-offset: 2px; }
  a.cc-btn,
  button.cc-btn {
    background-color: #fbfbfb; }
    a.cc-btn:hover,
    button.cc-btn:hover {
      background-color: #ebebeb; }
    a.cc-btn:active,
    button.cc-btn:active {
      background-color: #d1d1d1; }

button {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  border: none;
  background: transparent;
  color: var(--base-text-d);
  user-select: none; }

.header-wrapper a:focus,
.header-wrapper button:focus {
  outline: 2px solid var(--base-green-focus); }

.header-wrapper button {
  color: var(--bg-green-v); }

.sidebar .options,
.header-wrapper .options {
  display: flex;
  align-items: center; }
  .sidebar .options li,
  .header-wrapper .options li {
    font-weight: 500;
    font-size: 0.875em; }
    .sidebar .options li.language-item ~ .language-item,
    .sidebar .options li.font-item ~ .font-item,
    .header-wrapper .options li.language-item ~ .language-item,
    .header-wrapper .options li.font-item ~ .font-item {
      margin-left: 0.25rem; }
    .sidebar .options li.font-item.small,
    .header-wrapper .options li.font-item.small {
      font-size: 70%; }
    .sidebar .options li.font-item.normal,
    .header-wrapper .options li.font-item.normal {
      font-size: 100%; }
    .sidebar .options li.font-item.large,
    .header-wrapper .options li.font-item.large {
      font-size: 140%; }
    .sidebar .options li.-active > button,
    .header-wrapper .options li.-active > button {
      color: #fff;
      background-color: var(--base-green-d); }
    .sidebar .options li.-active.language-item > button,
    .header-wrapper .options li.-active.language-item > button {
      font-weight: bold; }
  .sidebar .options button,
  .header-wrapper .options button {
    width: 32px;
    height: 32px; }
    .sidebar .options button:focus,
    .header-wrapper .options button:focus {
      outline-color: white; }

.header-wrapper .options {
  display: none;
  align-items: center; }
  @media only screen and (min-width: 71.25rem) {
    .header-wrapper .options {
      display: flex; } }
  .header-wrapper .options li.font-item.small {
    margin-left: 0.75rem; }

.sidebar .options li:first-child {
  display: flex;
  align-items: center;
  margin-right: 0.5em;
  min-width: 8em; }

.sidebar .options img {
  margin-right: 0.5em;
  width: 2.25rem; }

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  transition: left 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  background-color: var(--base-green-l); }
  .header-wrapper.-open {
    left: 85%; }
    .header-wrapper.-open .main-content > .content .header {
      pointer-events: none; }
  .header-wrapper .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    min-height: 60px;
    padding: 0; }
    @media only screen and (min-width: 71.25rem) {
      .header-wrapper .header {
        min-height: 72px; }
        .header-wrapper .header > .search-form ~ * {
          margin-left: 1rem; } }
    .header-wrapper .header._wrapper {
      padding: 0 0.75rem; }
      @media only screen and (min-width: 71.25rem) {
        .header-wrapper .header._wrapper {
          padding: 0 1rem; } }
  .header-wrapper .menu-icon {
    color: #cedfb2;
    font-size: 1.8rem;
    border-radius: 0.25rem; }
    .header-wrapper .menu-icon:focus {
      outline: 2px solid white;
      outline-offset: 2px; }
  @media only screen and (min-width: 71.25rem) {
    .header-wrapper .menu-icon {
      display: none; } }
  .header-wrapper .logo {
    width: 10.5rem;
    max-width: 100%; }
    .header-wrapper .logo:focus {
      outline-color: white; }
    @media only screen and (min-width: 71.25rem) {
      .header-wrapper .logo {
        max-width: 14rem;
        min-width: 14rem; } }
    .header-wrapper .logo img {
      display: block;
      width: 100%; }
  .typo-lg .header-wrapper .logo {
    width: 10rem; }
  .header-wrapper .search-form {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 3.75rem;
    left: 0;
    right: 0;
    height: 0;
    background-color: #fff;
    box-shadow: 0 3px 6px -5px #a6a6a6;
    text-align: center;
    display: none; }
    @media only screen and (min-width: 71.25rem) {
      .header-wrapper .search-form {
        display: flex;
        position: relative;
        top: 0;
        height: auto;
        margin-left: 1rem;
        padding: 0;
        border: none;
        padding: 0 0 0 1rem;
        background-color: transparent;
        box-shadow: none; } }
    .header-wrapper .search-form.-open {
      display: flex;
      height: 3.75rem; }
    .header-wrapper .search-form input {
      -webkit-appearance: none;
      width: 100%;
      margin: 0 1rem;
      padding: 0.3rem 1.5rem 0.3rem 2.5rem;
      font-size: 1em;
      font-weight: normal;
      border: none;
      border-radius: 10rem;
      background-color: #f2f2f2;
      height: 45px;
      line-height: 45px;
      color: #222; }
      @media only screen and (min-width: 71.25rem) {
        .header-wrapper .search-form input {
          background-color: var(--base-green-d);
          color: #fff;
          box-shadow: 0 0 0.5rem -0.2rem #4e6329 inset;
          padding: 0.3rem 1.5rem 0.3rem 3rem;
          margin: 0; }
          .header-wrapper .search-form input:focus {
            box-shadow: 0 0 0 2px white; }
          .header-wrapper .search-form input::placeholder {
            opacity: 0.8;
            color: var(--bg-green-v); } }
    .header-wrapper .search-form button {
      position: absolute;
      left: 1.75rem;
      top: auto;
      bottom: auto;
      padding: 0;
      font-size: 1.375rem;
      color: var(--green-d); }
      .header-wrapper .search-form button:focus {
        outline: 2px solid var(--base-green-focus); }
      @media only screen and (min-width: 71.25rem) {
        .header-wrapper .search-form button {
          left: 2rem;
          opacity: 0.8;
          color: var(--bg-green-v); }
          .header-wrapper .search-form button:focus {
            outline: 2px solid white; } }
  .header-wrapper .feature {
    display: flex;
    align-items: start; }
    .header-wrapper .feature button {
      flex-direction: column;
      width: auto;
      font-size: 0.75em; }
      .header-wrapper .feature button:nth-of-type(1) ~ button {
        margin-left: 0.5rem; }
      .header-wrapper .feature button:focus {
        outline-color: white; }
      @media only screen and (min-width: 71.25rem) {
        .header-wrapper .feature button {
          min-width: 6em;
          padding-bottom: 0.25rem; }
          .header-wrapper .feature button:first-of-type {
            display: none; }
          .header-wrapper .feature button:nth-of-type(1) + button {
            margin-left: 0; } }
      .header-wrapper .feature button img {
        display: block;
        width: 1.75rem; }
      .header-wrapper .feature button .label {
        display: none;
        margin-top: 0.2em;
        letter-spacing: 0.05em;
        font-weight: 400;
        line-height: 1.1;
        text-align: center; }
        @media only screen and (min-width: 71.25rem) {
          .header-wrapper .feature button .label {
            display: block; } }
  .header-wrapper .separator {
    display: none;
    width: 0.125rem;
    height: 2rem;
    margin: 0;
    background-color: var(--base-green-d);
    border: none; }
    @media only screen and (min-width: 71.25rem) {
      .header-wrapper .separator {
        display: block; } }

/* header .header > .feature input[id="inputBarcode"]:checked ~ .functions {
height: 64px;
} */
header .header > .feature .functions {
  position: absolute;
  top: 58px;
  left: 0;
  z-index: 11;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 12px -10px #ececec;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.1s cubic-bezier(0.4, 0, 0.2, 1); }

header .header > .feature .functions.-open {
  height: 67px; }

header .header > .feature .functions button {
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  font-size: 1em;
  font-weight: 500;
  margin: 0 0.3em;
  padding: 0.3em 0.8em;
  border-radius: 0.3em; }

header .header > .feature .functions button * {
  margin: 0 0.3em;
  width: 2.3em; }

header .header > .feature .functions > div {
  padding: 0.5em 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

@media only screen and (min-width: 71.25rem) {
  header .header > .feature .functions {
    top: 72px; }
  .typo-md header .header > .feature .functions {
    top: 73px; }
  .typo-lg header .header > .feature .functions {
    top: 75px; }
  html[lang='en'] header .header > .feature .functions {
    top: 85px; }
  html[lang='en'] .typo-md header .header > .feature .functions {
    top: 87px; }
  html[lang='en'] .typo-lg header .header > .feature .functions {
    top: 89px; } }

header .header > .feature input[name='func'] {
  display: none; }

.main-content {
  display: flex;
  align-items: stretch; }
  .main-content > .menu-trigger {
    display: none; }
    .main-content > .menu-trigger:checked ~ .sidebar {
      transform: translateX(0); }
  .main-content > .content {
    width: 100%;
    position: relative;
    z-index: 11; }
    @media only screen and (min-width: 71.25rem) {
      .main-content > .content {
        border-left: 4px solid var(--bg-green-l);
        padding-left: 3rem; } }
  .main-content .sidebar input[type='checkbox']:checked ~ .list-item ion-icon {
    transform: rotate(180deg); }

#main-content.-open {
  left: 85%;
  height: 100vh;
  overflow: hidden; }
  #main-content.-open .sidebar {
    visibility: visible; }
  #main-content.-open .main-content > .content {
    pointer-events: none; }

.sidebar-close {
  display: none;
  background-color: transparent;
  width: calc(100% - 85%);
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -99; }

html.-open .sidebar-close {
  display: block;
  z-index: 99; }

.sidebar-trigger {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  background-color: var(--bg-gray-d); }
  @media only screen and (min-width: 71.25rem) {
    .sidebar-trigger {
      display: none; } }
  .sidebar-trigger button {
    flex: 1;
    min-height: 44px;
    padding: 0.5rem 1rem; }
    .sidebar-trigger button.-active {
      background-color: #fff;
      pointer-events: none; }

.sidebar-categories {
  display: none;
  height: 100%; }
  .sidebar-categories ul {
    width: 100%; }
  .sidebar-categories .list .link {
    padding: 0.7rem 2rem 0.7rem 0.5rem; }
    .sidebar-categories .list .link:hover {
      background-color: rgba(0, 0, 0, 0.05); }
  .sidebar-categories .functions {
    padding: 0 1rem; }
    .sidebar-categories .functions > * ~ * {
      margin-top: 1rem; }

.sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 85%;
  padding-bottom: env(safe-area-inset-bottom);
  background-color: #fff;
  box-shadow: -25px 0 40px -30px #e0e0e0 inset;
  transition: transform 0.2s ease-out;
  transform: translate3d(-100%, 0, 0); }
  html.-open .sidebar {
    transform: translate3d(0, 0, 0); }
  .sidebar .sidebar-content {
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow-y: auto; }
  @media only screen and (min-width: 71.25rem) {
    .sidebar {
      position: relative;
      z-index: 12;
      height: auto;
      box-shadow: none;
      transform: translate3d(0, 0, 0);
      width: 3.5rem;
      min-width: 3.5rem; }
      .sidebar .sidebar-content {
        overflow: hidden;
        width: 3.5rem;
        min-width: 3.5rem;
        padding: 0; }
        .sidebar .sidebar-content .sidebar-categories {
          display: none; }
        .sidebar .sidebar-content .sidebar-menu {
          display: flex; }
      .sidebar.-expand {
        min-width: 16rem;
        width: 16rem; }
        .sidebar.-expand .sidebar-content {
          overflow: visible;
          min-width: 16rem;
          width: 16rem; } }
  .sidebar input[type='checkbox'] {
    display: none; }
  .sidebar .sidebar-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
    padding: 1rem; }
    @media only screen and (min-width: 71.25rem) {
      .sidebar .sidebar-inner {
        min-width: 16rem;
        width: 16rem;
        max-height: none;
        padding: 0; } }
    .sidebar .sidebar-inner > * {
      display: none;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
      padding: 0 0 1rem; }
      .sidebar .sidebar-inner > *.-open {
        display: flex; }
        @media only screen and (min-width: 71.25rem) {
          .sidebar .sidebar-inner > *.-open {
            padding: 0; }
            .sidebar .sidebar-inner > *.-open.sidebar-categories {
              display: none; } }
  .sidebar .image-wrapper {
    flex: none;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.75rem;
    border-radius: 100%;
    background-color: var(--bg-green-l);
    padding: 0.375rem; }
    .sidebar .image-wrapper img {
      width: 100%; }
  .sidebar .list-item {
    position: relative; }
  .sidebar .list-item,
  .sidebar .link,
  .sidebar .label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer; }
  .sidebar .list {
    width: 100%;
    transition: max-height 0.2s ease-out;
    user-select: none;
    cursor: pointer; }
    .sidebar .list .list-item:focus {
      z-index: 1;
      border-radius: 0.25rem;
      outline: 2px solid var(--base-green-focus);
      outline-offset: 2px; }
    .sidebar .list .list-item:hover {
      background-color: rgba(0, 0, 0, 0.05); }
    .sidebar .list .label {
      flex: none;
      margin-left: auto;
      padding: 0 0.75rem;
      font-size: 1rem;
      color: var(--base-text-l); }
      .sidebar .list .label::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent;
        opacity: 0; }
    .sidebar .list .link {
      width: 100%;
      min-height: 2.75rem;
      padding: 0.75rem 0.5rem;
      font-size: 1em;
      font-weight: 500;
      line-height: 1.2;
      color: var(--base-text-d); }
    .sidebar .list.-one > .list-item:hover {
      background-color: var(--bg-green-v); }
      .sidebar .list.-one > .list-item:hover .image-wrapper {
        background-color: var(--bg-green-v); }
    .sidebar .list .-two,
    .sidebar .list .-three {
      display: none;
      flex-direction: column; }
      .sidebar .list .-two .link,
      .sidebar .list .-three .link {
        display: flex;
        align-items: center;
        padding: 0.75rem 1rem; }
    .sidebar .list.-two {
      background-color: var(--bg-green-l); }
    .sidebar .list .-three {
      background-color: rgba(0, 0, 0, 0.05); }
      .sidebar .list .-three .link {
        padding: 0.75rem 1rem 0.75rem 1.5rem; }
  .sidebar .-one.-open > input[type='checkbox']:checked ~ .-two,
  .sidebar .-two > input[type='checkbox']:checked ~ .-three {
    display: flex; }

.expandBtn {
  display: none; }

@media only screen and (min-width: 71.25rem) {
  .expandBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 100%;
    height: 10rem;
    padding: 0 0.25rem;
    text-indent: -9999px;
    background-color: var(--bg-green-l);
    transform: translateY(-50%);
    fill: var(--base-text-l); }
    .expandBtn:focus, .expandBtn:hover {
      fill: white;
      background: var(--base-green-v); }
    .expandBtn svg {
      width: 1.25rem;
      height: 1.25rem; }
  .-expand .expandBtn svg {
    transform: rotate(180deg); } }

.topbar {
  position: relative;
  z-index: 11;
  margin: 0 0 1rem;
  background-color: #fff; }
  @media screen and (min-width: 71.25rem) {
    .topbar {
      display: flex;
      align-items: center; } }

.quickaccess {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex: 1;
  margin-bottom: 1rem;
  font-size: 0.875em;
  line-height: 1.5;
  color: var(--base-text-l); }
  @media screen and (min-width: 71.25rem) {
    .quickaccess {
      margin-bottom: 0; } }
  .quickaccess a {
    display: inline-block;
    white-space: pre;
    margin: 0.125em 0.5em 0 0;
    font-size: 1em;
    font-weight: 500;
    color: var(--base-green-d);
    cursor: pointer; }
    .quickaccess a:hover {
      text-decoration: underline; }
  .quickaccess .quickcontent {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
    max-height: 4.5em;
    transition: max-height 0.4s ease-in-out; }
    @media screen and (min-width: 31.25rem) {
      .quickaccess .quickcontent {
        overflow: inherit;
        max-height: unset; } }
  .quickaccess label {
    order: 2;
    z-index: 2;
    padding: 0.5rem;
    font-size: 1.25em;
    cursor: pointer; }
    @media screen and (min-width: 31.25rem) {
      .quickaccess label {
        display: none; } }
  .quickaccess input {
    display: none; }
    .quickaccess input:checked ~ .quickcontent {
      max-height: 20rem; }
    .quickaccess input:checked ~ label {
      transform: rotate(-180deg); }

.breadcrumbs {
  margin-top: 1rem; }
  .breadcrumbs > .link {
    color: var(--base-green-d);
    line-height: 1.2;
    font-size: 0.875em;
    font-weight: 500; }
    .breadcrumbs > .link:after {
      content: '';
      background-size: 100%;
      background-position: center top;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMDEwODYgOS42Nzc1TDcuNjgyNTMgN0w1LjAxMDg2IDQuMzIyNUw1LjgzMzM2IDMuNUw5LjMzMzM2IDdMNS44MzMzNiAxMC41TDUuMDEwODYgOS42Nzc1WiIgZmlsbD0iI0MwQzBDMCIvPgo8L3N2Zz4K");
      display: inline-block;
      width: 1.2rem;
      height: 0.9rem; }
    .breadcrumbs > .link:last-child:after {
      display: none; }
  .breadcrumbs > .link.-current {
    pointer-events: none;
    color: var(--base-text-l); }

.footer {
  margin-top: auto;
  padding: 1.5em 0;
  background-color: #f4f8ee;
  position: relative;
  left: 0;
  transition: left 0.2s cubic-bezier(0.39, 0.58, 0.57, 1); }
  .footer > .affiliate {
    text-align: center;
    margin-bottom: 1.5em; }
    .footer > .affiliate > a:first-of-type {
      display: none; }
    .footer > .affiliate .qr {
      position: absolute;
      width: 64px;
      height: 64px;
      left: 101px;
      top: 10px; }
    .footer > .affiliate > .link {
      text-decoration: none;
      position: relative;
      display: inline-block;
      min-width: 265px;
      max-width: 265px;
      overflow: hidden; }
      .footer > .affiliate > .link > .image {
        width: 265px;
        margin: 0 0.2em 0.5em; }
  .footer > .navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer > .navigation > * {
      margin: 0 0.3em 0.5em;
      text-decoration: none;
      color: var(--base-green-d);
      font-size: 14px;
      font-weight: 600; }
      .footer > .navigation > *:not(:last-of-type):after {
        content: '|';
        color: var(--base-green-d);
        opacity: 0.3;
        margin: 0 0.3em; }
  .footer > .copyright {
    color: #383f31;
    font-size: .8rem;
    font-weight: 500;
    text-align: center; }
  .footer .wcag {
    text-align: center;
    margin: 1rem auto 0; }
    .footer .wcag a,
    .footer .wcag img {
      display: inline-block;
      margin: auto; }

.footer.-open {
  left: 85%; }

@media only screen and (min-width: 71.25rem) {
  .footer > .navigation > * {
    margin: 0 0.3em 0;
    font-size: 0.8em; }
  .footer > .affiliate > .link {
    margin: 0 0.7rem; }
  .footer > .affiliate > a:first-of-type {
    display: inline-block; } }

.fine-print {
  max-width: 100%;
  margin-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875em;
  line-height: 1.375;
  color: var(--base-text-l); }
  .fine-print.-full {
    max-width: unset; }
  .fine-print.-center {
    margin-top: 2rem;
    padding-bottom: 2rem;
    text-align: center; }
  .fine-print.-compact {
    margin: 0.5rem 0; }
  @media only screen and (min-width: 64rem) {
    .fine-print {
      max-width: 90%; } }
  .fine-print p.label {
    min-width: 3rem;
    font-weight: 600; }
  .fine-print p ~ p {
    margin-top: 0.5em; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: -999;
  transform: scale(0);
  transition: all 0.2s ease-out;
  display: flex;
  align-items: center;
  justify-content: center; }
  .modal.-active {
    transform: scale(1);
    z-index: 999; }
  .modal > .content {
    background-color: #fff;
    border-radius: 0.3em;
    position: relative;
    min-width: 20em;
    width: 65%;
    border-radius: 0.4em;
    overflow: hidden; }
    @media only screen and (min-width: 64rem) {
      .modal > .content {
        width: 35%; } }
    .modal > .content > .content-inner {
      padding: 1.5em 1.5em 0;
      max-width: 60%; }
      .modal > .content > .content-inner .product-img-links {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .modal > .content > .content-inner .product-img-links a {
          display: flex;
          align-items: center;
          margin: 0.5rem 1rem 0.5rem 0;
          color: var(--base-green-l);
          font-weight: 500; }
          .modal > .content > .content-inner .product-img-links a ion-icon {
            flex: none;
            margin-left: 0.25em; }
      .modal > .content > .content-inner .title {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.2;
        margin: 1rem 0 !important; }
        .modal > .content > .content-inner .title ion-icon {
          color: var(--base-green-l);
          position: relative;
          top: 0.2em; }
      .modal > .content > .content-inner > .form-modal {
        padding: 1em 0 0; }
        .modal > .content > .content-inner > .form-modal > .btn {
          margin: 1em 0 0 0;
          padding: 0.5rem 2rem;
          font-size: 1rem; }
        .modal > .content > .content-inner > .form-modal > .field {
          margin-bottom: 0.7em; }
          .modal > .content > .content-inner > .form-modal > .field > .label {
            font-size: 0.9rem;
            font-weight: 500;
            color: #6f6f6f;
            display: block;
            margin-bottom: 0.8rem;
            letter-spacing: 0.03rem; }
          .modal > .content > .content-inner > .form-modal > .field > .input {
            -webkit-appearance: none;
            border: none;
            background: transparent;
            background-color: #f2f2f2;
            font-size: 1em;
            border-radius: 0.3em;
            padding: 0.5em;
            width: 95%;
            -webkit-box-shadow: 0 0 0.4rem 0.1rem #e3e3e3 inset;
            box-shadow: 0 0 0.4rem 0.1rem #e3e3e3 inset;
            border: 0.05rem solid #c5c8bf; }
    .modal > .content small {
      font-size: 0.7rem;
      font-weight: 300;
      line-height: 1.5;
      display: block;
      margin: 2em 2em 1.5em;
      width: 75%; }
    .modal > .content.-notif > .content-inner {
      padding: 1.5rem 1.5rem 0 !important;
      max-width: 100%; }
  .modal.-target-price > .content.-notif > .content-inner {
    padding: 1rem 1.5rem 0 !important; }
  .modal.-target-price > .content > .content-inner > .form-modal {
    padding: 0.3em 0 0; }
  .modal .-upload {
    width: 20rem;
    min-width: 20rem; }
    .modal .-upload .content-inner {
      max-width: 100%;
      padding: 0; }
      .modal .-upload .content-inner .title {
        font-size: 1rem;
        margin: 1em;
        text-align: center; }
      .modal .-upload .content-inner img {
        min-height: 130px;
        display: block;
        margin: 1em auto; }
      .modal .-upload .content-inner .modal-btn {
        background-color: var(--base-green-l); }
        .modal .-upload .content-inner .modal-btn svg {
          width: 28px;
          height: 28px;
          margin-right: 0.5em; }
        .modal .-upload .content-inner .modal-btn .btn {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 1em 1.2em;
          margin: 0 0 -0.1rem;
          font-weight: 500;
          color: #fff;
          font-size: 1.1em;
          font-weight: 500;
          width: 100%; }
  .modal.-images > .content > .content-inner {
    padding: 1.5rem 1.5rem !important; }
  .modal.-target-price .content {
    background-image: url(../grocery.html);
    background-size: 160%;
    background-repeat: no-repeat;
    background-position: 5% center; }

.modal__logs {
  background-color: #fff;
  max-width: 20em; }
  .modal__logs ul {
    overflow: hidden; }
  .modal__logs .modal__body {
    padding: 0; }
  .modal__logs p {
    text-align: center;
    padding: 0.8rem;
    font-size: 0.9rem;
    font-weight: bold;
    color: var(--base-text-d);
    border-bottom: 1px solid var(--base-border-gray); }
  .modal__logs li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem 0.75rem 3rem;
    font-size: 100%;
    text-align: left;
    border-bottom: 1px solid var(--base-border-gray);
    color: var(--base-text-d); }

@media only screen and (min-width: 48rem) {
  .modal__logs {
    max-width: 25em; }
  .modal > .content > .content-inner > .form-modal > .field > .input {
    width: 60%; }
  .modal.-target-price .content {
    background-position: 15% center;
    min-width: 570px; } }

@media only screen and (min-width: 71.25rem) {
  .modal.-target-price .content {
    background-size: contain;
    background-position: right center; } }

#pic .modal__header > * {
  color: var(--bg-green-v); }

#overlay {
  position: fixed;
  opacity: 0;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 16; }
  #overlay.-active {
    opacity: 1;
    pointer-events: all; }

.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.4em;
  font-size: 18px;
  cursor: pointer; }

#upfile-button:focus {
  border-radius: 0 !important;
  outline: 4px solid var(--base-green-focus);
  outline-offset: -4px; }

.category {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  padding: 1.5rem 0;
  background-color: #fff; }
  @media only screen and (min-width: 50rem) {
    .category {
      padding: 1rem 5rem; } }
  @media only screen and (min-width: 71.25rem) {
    .category {
      padding: 1rem 0; }
      .category.-mini {
        justify-content: flex-end;
        flex: 1; } }
  .category > .button {
    position: relative;
    flex-direction: column;
    flex-basis: calc(100% / 2);
    margin-bottom: 1rem;
    padding: 0.5rem 0.75rem;
    text-align: center;
    cursor: pointer; }
    @media only screen and (min-width: 48rem) {
      .category > .button {
        flex-basis: calc(100% / 3);
        margin-bottom: 2rem; } }
    @media only screen and (min-width: 64rem) {
      .category > .button {
        flex-basis: calc(100% / 4); } }
    @media only screen and (min-width: 75rem) {
      .category > .button {
        flex-basis: calc(100% / 5); } }
    .category > .button > .checkbox {
      display: none; }
      .category > .button > .checkbox:checked ~ .popup {
        display: block;
        padding: 1em; }
    .category > .button > .image-wrapper {
      width: 3.75rem;
      height: 3.75rem;
      padding: 0.75rem;
      background-color: #f1f1f1;
      border-radius: 100%; }
      @media only screen and (min-width: 48rem) {
        .category > .button > .image-wrapper {
          width: 5rem;
          height: 5rem;
          padding: 1rem; } }
      .category > .button > .image-wrapper .image {
        display: block;
        width: 100%; }
    .category > .button > .text {
      margin-top: 0.5em;
      font-size: 1em;
      line-height: 1.25;
      font-weight: 500; }
    .category > .button > .popup {
      display: none;
      overflow-y: auto;
      position: absolute;
      top: 100%;
      left: -1rem;
      right: -1rem;
      z-index: 2;
      max-height: 320px;
      margin: auto;
      padding: 0.875em;
      text-align: left;
      background-color: var(--base-green-l);
      border-radius: 0.2em;
      transition: height 0.2s ease; }
      @media only screen and (min-width: 48rem) {
        .category > .button > .popup {
          left: -3rem;
          right: -3rem; } }
      .category > .button > .popup.-open {
        display: block; }
      .category > .button > .popup:after {
        content: '';
        position: absolute;
        z-index: 2;
        top: -0.1rem;
        left: 0;
        right: 0;
        margin: auto;
        width: 0.125rem;
        border: 0.75em solid transparent;
        border-bottom-color: #fff;
        transform: rotate(180deg); }
      .category > .button > .popup > .title {
        margin: 0.5em 0 0.25em;
        padding: 0 0.125em;
        font-size: 0.875em;
        font-weight: 500;
        color: #fff; }
      .category > .button > .popup > .link {
        display: inline-block;
        margin: 0.3em 0;
        padding: 0.25em 0.75em;
        font-size: 1em;
        word-break: break-all;
        white-space: normal;
        border-radius: 10em;
        text-decoration: none;
        color: #fff;
        background-color: var(--base-green-d);
        transition: background-color 0.2s ease-in; }
        .category > .button > .popup > .link:hover {
          background-color: #81a249; }
        .category > .button > .popup > .link:focus {
          outline-color: var(--base-green-focus); }
    @media only screen and (max-width: 47.9375rem) {
      .category > .button:nth-of-type(odd) > .popup {
        right: -100%;
        transform: translateX(0.5rem); }
        .category > .button:nth-of-type(odd) > .popup:after {
          right: calc(50% - 0.5rem); }
      .category > .button:nth-of-type(even) > .popup {
        left: -100%;
        transform: translateX(-0.5rem); }
        .category > .button:nth-of-type(even) > .popup:after {
          left: calc(50% - 0.5rem); } }

.category.-mini {
  flex: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem; }
  @media only screen and (min-width: 570px) {
    .category.-mini {
      display: flex;
      align-items: center;
      justify-content: flex-start; } }
  .category.-mini > * {
    padding: 0.5em 0.75em;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    border-radius: 0.25rem;
    color: #222; }
    .category.-mini > *:first-of-type {
      background-color: var(--base-brown); }
    .category.-mini > *:nth-of-type(2) {
      background-color: var(--base-yellow); }
    .category.-mini > *:nth-of-type(3) {
      background-color: var(--base-teal); }
    .category.-mini > *:nth-of-type(4) {
      background-color: var(--base-purple); }
    .category.-mini > *:nth-of-type(5) {
      background-color: var(--base-orange); }
    .category.-mini > *:nth-of-type(6) {
      background-color: var(--base-blue); }

.btn {
  display: inline-block;
  padding: 0.5em 1.2em;
  border-radius: 3em;
  margin-top: 1em;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer; }
  .btn.m-0 {
    margin: 0; }
  .btn.my-4 {
    margin: 1rem 0; }
  .btn.my-8 {
    margin: 2rem 0; }
  .btn.-sm {
    font-size: .875rem; }
  .btn.-medium {
    font-size: 1.1rem; }
  .btn.-base {
    font-size: 1rem; }
  .btn.-shadow {
    box-shadow: 0 0.1rem 0.3rem -0.1rem #6d883f; }
  .btn.-left-space {
    margin-left: 1rem; }
  .btn.-secondary {
    color: var(--base-green-d);
    background-color: var(--bg-green-v);
    font-size: 0.9rem; }
  .btn.-secondary-base {
    color: var(--base-green-d);
    background-color: var(--bg-green-v);
    font-size: 1rem;
    margin-top: 0; }
  .btn.-icon-fix > ion-icon {
    margin-right: .4em;
    margin-bottom: -.15em; }
  .btn.-icon-small > ion-icon {
    margin-bottom: -.15em; }
  .btn.-right {
    float: right; }
  .btn.-red {
    color: #fff;
    background-color: var(--base-red);
    font-size: 0.9rem; }
  .btn.-promo {
    color: #fff;
    background-color: var(--base-green-l);
    border-radius: 0.15em;
    padding: 0.2em 0.3em;
    margin: 0; }
  .btn.-feature {
    font-weight: 500;
    /*background-color: #ecf1e5;*/
    background-color: var(--base-green-l);
    color: #fff;
    border-radius: 0.3rem;
    padding: 0.5rem 0.6rem 0.5rem 1.6rem;
    position: relative;
    /*
    &:hover,
    &:focus {
      background-color: #e6ecdd;
    }

    &:active {
      background-color: #c6cebb;
    }
*/ }
  .btn.-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 15;
    height: 2.5rem;
    width: 2.5rem;
    margin: 2em;
    padding: 0;
    border-radius: 100%;
    border: none;
    -webkit-appearance: none;
    background-color: var(--base-green-l);
    box-shadow: 0 0.1rem 0.3rem -0.1rem var(--base-green-d);
    display: none; }
    .btn.-top img {
      margin: 0 auto;
      display: block;
      width: 60%; }
  .btn.-more {
    display: flex;
    align-items: center;
    margin: 1em auto 0;
    font-size: 0.9rem; }
  .btn.-ghost {
    display: block;
    text-align: center;
    margin: 0.5em auto;
    color: var(--base-green-l); }
  .btn.-submit {
    color: #fff;
    background-color: var(--base-green-l);
    font-size: 1.1rem;
    padding: 0.5em 4em;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0.1rem 0.3rem -0.1rem #6d883f; }
  .btn.-submit2 {
    color: #fff;
    background-color: var(--base-green-l);
    font-size: .875rem;
    padding: 0.3em 2.5em;
    margin: 0 0 0 2em; }
  .btn.-icon-small {
    color: #fff;
    background-color: var(--base-green-l);
    font-size: .875rem;
    padding: 0.4em 2.5em;
    margin: 0;
    box-shadow: 0 0.1rem 0.3rem -0.1rem #6d883f; }
  .btn.-centered {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .btn.-expand {
    font-size: 1rem;
    font-weight: 400;
    padding: 0.4em 0.8em;
    border-radius: 0.3em;
    margin-top: 1.5rem; }
    .btn.-expand img {
      margin-left: 0.4rem; }
  .btn.-feedback {
    background-color: #f3f3f3;
    font-size: 1em;
    border-radius: 0.3em;
    margin: 0 auto 2rem auto;
    text-align: center;
    display: flex; }
  .btn.-ribbon > svg {
    width: 24px;
    height: 24px;
    margin: 0 0.1rem; }
    .btn.-ribbon > svg path {
      fill: #d4d8cc; }
  .btn.-ribbon > .text {
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -2px;
    left: -12px;
    width: 70px;
    height: 25px;
    font-size: 10px;
    padding: 1px;
    background-image: url(../ribbon-icon.html);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-35deg); }
  .btn.-ribbon.-selected svg {
    animation: selected 0.4s cubic-bezier(0.17, 0.89, 0.32, 1.49); }
  .btn#target-btn.-selected svg path {
    fill: var(--base-yellow); }
  .btn#favourite-btn.-selected svg path {
    fill: #ff0000; }
  .btn#basket-btn.-selected svg path {
    fill: #ffc65c; }

@media only screen and (min-width: 600px) {
  .btn.-feature {
    margin: 0 0.6em 0 0; } }

/* .btn.-ribbon>.text:after {
	content: "";
	background-image: url(../images/ribbon-stars.svg);
	background-size: cover;
	width: 10px;
	height: 5px;
	position: absolute;
	top: 0;
	right: 0.8em;
} */
/* .btn.-ribbon.-selected {
	background-color: #f7e751;
	border-color: #f7e751;
} */
@-webkit-keyframes selected {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    will-change: transform;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes selected {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    will-change: transform;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.product-list-con {
  margin: 3rem 0 0; }
  .product-list-con.related {
    margin-top: 0; }
  .product-list-con .label {
    font-size: 0.875em;
    font-weight: 700;
    letter-spacing: 0.05rem;
    margin-bottom: 1em;
    color: var(--base-text-d); }
  .product-list-con .product-list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0; }
    @media only screen and (min-width: 64rem) {
      .product-list-con .product-list {
        gap: 0.75rem;
        flex-direction: row;
        align-items: flex-start; } }
  .product-list-con .product-item {
    display: block;
    align-self: stretch;
    position: relative;
    width: 100%;
    flex: 1 1 calc(100% - 0.275rem);
    padding: 0.75rem 1rem 0.875rem;
    line-height: 1.25;
    text-decoration: none;
    text-align: left;
    border: 1px solid var(--base-border-gray);
    transition: 0.2s ease;
    transition-property: border-color background-color; }
    .product-list-con .product-item:hover {
      border-color: var(--base-green-v);
      background-color: var(--bg-green-v); }
    .product-list-con .product-item ~ * {
      margin-top: 0.75rem; }
    @media only screen and (min-width: 64rem) {
      .product-list-con .product-item {
        flex: 0 0 calc(25% - 0.5rem); }
        .product-list-con .product-item ~ * {
          margin-top: 0; } }
    .product-list-con .product-item > .categ {
      font-size: 0.875em;
      margin-bottom: 0.25em;
      color: var(--base-text-l); }
    .product-list-con .product-item > .name {
      font-weight: 500;
      color: var(--base-text-d); }

.quickfilter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1rem;
  line-height: 1.5; }
  @media screen and (min-width: 64rem) {
    .quickfilter {
      width: auto;
      margin-top: 0;
      margin-right: 0.5rem; } }
  .quickfilter .label {
    display: block;
    margin-right: 0;
    margin-bottom: 0.5em;
    width: 100%;
    font-size: 0.875em;
    line-height: 1.5;
    color: var(--base-text-l); }
    @media only screen and (min-width: 64rem) {
      .quickfilter .label {
        width: auto;
        margin-bottom: 0;
        margin-right: 0.25em; } }
  .quickfilter .filter-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.375em; }
  .quickfilter .filter {
    flex: 0 1 auto;
    display: block;
    min-width: 2rem;
    padding: 0.25em 0.5em;
    font-size: 1em;
    text-align: center;
    color: var(--base-text-l);
    cursor: pointer; }
    @media only screen and (min-width: 64rem) {
      .quickfilter .filter {
        font-size: 0.875em; } }
    .quickfilter .filter.-active {
      font-weight: 700;
      color: white;
      background-color: var(--base-green-l); }
      .quickfilter .filter.-active:hover {
        background-color: var(--base-green-v); }

.form-checkbox {
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: var(--base-green-v);
  background-color: #fff;
  border-style: solid;
  border-color: var(--checkbox-border-gray);
  border-width: 2px;
  border-radius: 0.25rem;
  cursor: pointer; }
  .form-checkbox:focus {
    outline: none;
    --ring-offset-shadow: 0 0 0 var(--ring-offset-width, 2px)
      var(--ring-offset-color, #fff);
    --ring-shadow: 0 0 0 calc(2px + var(--ring-offset-width, 2px))
      var(--ring-color, var(--base-green-focus));
    box-shadow: var(--ring-offset-shadow), var(--ring-shadow), 0 0 #0000;
    box-shadow: var(--ring-offset-shadow), var(--ring-shadow), var(--box-shadow, 0 0 #0000); }
  .form-checkbox:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat; }
    .form-checkbox:checked:hover, .form-checkbox:checked:focus {
      border-color: transparent;
      background-color: currentColor; }
  .form-checkbox:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat; }
    .form-checkbox:indeterminate:hover, .form-checkbox:indeterminate:focus {
      border-color: transparent;
      background-color: currentColor; }

.form-radio {
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  user-select: none;
  flex-shrink: 0;
  border-radius: 100%;
  height: 1rem;
  width: 1rem;
  color: var(--base-green-v);
  background-color: #fff;
  border-style: solid;
  border-color: var(--base-border-gray);
  border-width: 1px;
  cursor: pointer; }
  .form-radio:focus {
    outline: none;
    --ring-offset-shadow: 0 0 0 var(--ring-offset-width, 2px)
      var(--ring-offset-color, #fff);
    --ring-shadow: 0 0 0 calc(2px + var(--ring-offset-width, 2px))
      var(--ring-color, var(--base-green-focus));
    box-shadow: var(--ring-offset-shadow), var(--ring-shadow), 0 0 #0000;
    box-shadow: var(--ring-offset-shadow), var(--ring-shadow), var(--box-shadow, 0 0 #0000); }
  .form-radio:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat; }
    .form-radio:checked:hover, .form-radio:checked:focus {
      border-color: transparent;
      background-color: currentColor; }

.info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.5rem 0.5rem;
  margin-top: 1rem; }
  @media only screen and (min-width: 75rem) {
    .info {
      flex-direction: row; } }
  .info .text {
    font-size: 1em;
    line-height: 1.5;
    color: var(--base-text-l); }
  .info .label {
    font-size: 0.875em;
    line-height: 1.5;
    color: var(--base-text-l); }

.promo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -0.125em;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25em;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  border-radius: 0.25rem;
  background-color: var(--base-green-l);
  color: #fff; }

.grid-table-row .labels > div .indicator .promo-badge {
  float: left;
  justify-content: center; }

.info .text:before,
.grid-table-row .labels > div .promo span,
.grid-table-row span.-promo:before {
  display: inline-block;
  position: relative;
  top: -0.125em;
  width: 1.25rem;
  padding: 0.125rem;
  margin-right: 0.25em;
  font-size: 0.75rem;
  line-height: 1.25em;
  text-align: center;
  border-radius: 0.25rem;
  background-color: var(--base-green-l);
  color: #fff; }

.main-content .selectric-wrapper {
  width: 100%; }
  @media only screen and (min-width: 64rem) {
    .main-content .selectric-wrapper {
      max-width: 20rem; } }

.main-content .selectric {
  border: none;
  background: var(--bg-gray-l);
  border: 1px solid var(--base-border-gray);
  border-radius: 10rem; }
  .main-content .selectric .label {
    font-size: 1rem;
    padding: 0 0.5rem;
    line-height: 40px;
    height: 40px; }
  .main-content .selectric .button {
    color: var(--base-text-l); }
    .main-content .selectric .button:after {
      border-top-color: #737373 !important; }

.main-content .selectric-focus .selectric {
  outline: 2px solid var(--base-green-focus);
  outline-offset: 2px; }

.main-content .selectric-responsive {
  width: 100%; }

.main-content .selectric-items {
  background: #fff;
  border: 1px solid var(--base-border-gray);
  border-radius: 0.3em;
  box-shadow: 0 0.1rem 0.4rem -0.2rem #adadad; }
  .main-content .selectric-items li {
    font-size: 1rem;
    color: var(--base-text-d);
    padding: 13px 16px;
    border-bottom: 1px solid var(--base-border-gray); }
    .main-content .selectric-items li:hover, .main-content .selectric-items li.highlighted {
      background: var(--bg-green-l); }
    .main-content .selectric-items li.highlighted {
      outline: 2px solid var(--base-green-focus);
      outline-offset: -2px; }
    .main-content .selectric-items li.selected {
      font-weight: 700;
      background: var(--bg-green-v);
      color: var(--base-green-d); }
    .main-content .selectric-items li:last-child {
      border-bottom: none; }

#search-form2 .selectric-items li {
  /* Hide "Sort By" */ }
  #search-form2 .selectric-items li:first-child {
    display: none; }

.search-filter .filter-error {
  display: inline-block;
  margin-top: 0.5rem; }
  .search-filter .filter-error > p {
    font-size: 0.875em;
    color: var(--base-red); }

.search-filter .filter {
  width: 100%; }
  .search-filter .filter.topdiff .filter-inner, .search-filter .filter.pricedrop .filter-inner {
    flex-wrap: wrap; }
  .search-filter .filter.favourite .filter-inner {
    flex-wrap: nowrap; }
  .search-filter .filter.topdiff .filter-inner, .search-filter .filter.favourite .filter-inner, .search-filter .filter.pricedrop .filter-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0.5rem 0.5rem; }
    @media only screen and (min-width: 48rem) {
      .search-filter .filter.topdiff .filter-inner, .search-filter .filter.favourite .filter-inner, .search-filter .filter.pricedrop .filter-inner {
        align-items: center;
        flex-direction: row; } }
  .search-filter .filter.pricedrop {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem 0.5rem; }
    .search-filter .filter.pricedrop .filter-inner:first-of-type, .search-filter .filter.pricedrop .filter-inner:nth-child(2) {
      width: 100%; }
      @media only screen and (min-width: 64rem) {
        .search-filter .filter.pricedrop .filter-inner:first-of-type, .search-filter .filter.pricedrop .filter-inner:nth-child(2) {
          flex: 1; } }
  .search-filter .filter.list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem 0.5rem; }
    .search-filter .filter.list .filter-inner:first-of-type {
      flex: 1;
      min-width: 100%; }
      @media only screen and (min-width: 64rem) {
        .search-filter .filter.list .filter-inner:first-of-type {
          min-width: 20rem; } }
    .search-filter .filter.list .filter-inner:nth-child(2), .search-filter .filter.list .filter-inner:nth-child(3) {
      flex: 1;
      min-width: 12rem; }
      @media only screen and (min-width: 64rem) {
        .search-filter .filter.list .filter-inner:nth-child(2), .search-filter .filter.list .filter-inner:nth-child(3) {
          flex: none; } }
    .search-filter .filter.list .filter-inner input[name='filter'] {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      margin: auto; }
      .search-filter .filter.list .filter-inner input[name='filter'], .search-filter .filter.list .filter-inner input[name='filter']:checked {
        border: none;
        border-radius: 10em;
        background: none; }
      .search-filter .filter.list .filter-inner input[name='filter']:checked ~ .filter-menu {
        display: block;
        border: 1px solid var(--base-border-gray); }
    .search-filter .filter.list label.-list {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.25rem;
      color: var(--base-text-d); }
    .search-filter .filter.list .filter-list > .list {
      border-bottom: 1px solid var(--base-border-gray); }
    .search-filter .filter.list .filter-list .list.-two {
      background-color: var(--bg-green-l);
      display: none;
      overflow: hidden;
      max-height: 10rem;
      overflow-y: auto; }
    .search-filter .filter.list .filter-list .list > input[name='filter-menu'] {
      display: none; }
      .search-filter .filter.list .filter-list .list > input[name='filter-menu']:checked ~ label ion-icon {
        transform: rotate(90deg); }
      .search-filter .filter.list .filter-list .list > input[name='filter-menu']:checked ~ .-two {
        display: block; }
    .search-filter .filter.list .filter-list .list > .label {
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      padding: 1em; }
      .search-filter .filter.list .filter-list .list > .label:focus {
        outline: 2px solid var(--base-green-focus);
        outline-offset: -2px; }
      .search-filter .filter.list .filter-list .list > .label ion-icon {
        color: var(--base-text-l);
        font-size: 1.25em;
        width: 1em;
        height: 1em; }
    .search-filter .filter.list .filter-list .list > .list-item {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 0.75rem 0.5rem;
      border-top: 1px solid var(--base-border-gray);
      cursor: pointer; }
      .search-filter .filter.list .filter-list .list > .list-item input {
        margin-right: 0.75rem; }
      .search-filter .filter.list .filter-list .list > .list-item:hover {
        background-color: rgba(0, 0, 0, 0.05); }
  .search-filter .filter .filter-inner {
    position: relative; }
    .search-filter .filter .filter-inner > label {
      font-size: 0.875em;
      color: var(--base-text-l); }
    .search-filter .filter .filter-inner > input {
      cursor: pointer; }
  .search-filter .filter label.-list,
  .search-filter .filter .input,
  .search-filter .filter .submit {
    font-size: 1em;
    line-height: 2;
    border-radius: 10rem; }
  .search-filter .filter label.-list,
  .search-filter .filter .input {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    background: var(--bg-gray-l);
    border: 1px solid var(--base-border-gray); }
  .search-filter .filter button.input {
    display: flex;
    align-content: center;
    justify-content: center;
    width: fit-content; }
    .search-filter .filter button.input svg {
      min-height: 2em; }
  .search-filter .filter .submit {
    padding: 0.25rem 2rem;
    white-space: pre;
    border: 1px solid var(--base-green-l);
    background-color: var(--base-green-l);
    box-shadow: 0 0.1rem 0.3rem -0.1rem #6d883f;
    color: #fff; }

.filter-menu {
  overflow: hidden;
  position: absolute;
  top: 2.4rem;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 15;
  border-radius: 0.25rem;
  width: auto;
  display: none;
  box-shadow: 0 0.1rem 0.4rem -0.2rem #adadad; }
  .filter-menu.-open {
    display: block; }
  @media only screen and (max-width: 599px) {
    .filter-menu {
      min-width: calc(100vw - 2rem); } }
  @media only screen and (min-width: 37.5rem) {
    .filter-menu {
      right: -8rem; } }

.filter-bottom {
  margin-top: 1rem; }

.tag {
  position: relative;
  line-height: 1; }
  .tag:before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    position: absolute;
    left: -1rem;
    top: calc(50% - 0.25rem); }
  .tag span {
    display: block;
    position: absolute;
    top: 100%;
    font-size: 0.75em;
    opacity: 0.5; }

.tag--wellcome:before {
  background-color: var(--bg-wellcome); }

.tag--parknshop:before {
  background-color: var(--bg-parknshop); }

.tag--market-place:before {
  background-color: var(--bg-market-place); }

.tag--watsons:before {
  background-color: var(--bg-watsons); }

.tag--mannings:before {
  background-color: var(--bg-mannings); }

.tag--aeon:before {
  background-color: var(--bg-aeon); }

.tag--dch-food-mart:before {
  background-color: var(--bg-dch-food-mart); }

.tag--zstore:before {
  background-color: var(--bg-ztore); }

.tag--sasa:before {
  background-color: var(--bg-sasa); }

.tag--lung-fung:before {
  background-color: var(--bg-lung-fung); }

.prompt-stack {
  display: block;
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 15;
  width: auto;
  margin: auto;
  padding-bottom: env(safe-area-inset-bottom);
  pointer-events: none; }

.prompt {
  position: relative;
  display: block;
  margin: auto;
  border: 1px solid #e4e4e4;
  border-radius: 0.3rem;
  background-color: #fff;
  box-shadow: 0 0.2rem 2rem 0 rgba(76, 88, 47, 0.13);
  transition: all 0.2s ease;
  transform: translateY(2rem);
  opacity: 0; }
  .prompt:focus {
    outline: 2px solid var(--base-green-focus);
    outline-offset: -1px; }
  .prompt.-show {
    opacity: 1;
    transform: translateY(0%);
    pointer-events: auto; }
  .prompt.store-prompt {
    background-color: var(--base-green-d); }
    .prompt.store-prompt p {
      color: var(--bg-green-v); }
    .prompt.store-prompt button.btn,
    .prompt.store-prompt button.close,
    .prompt.store-prompt a {
      color: #fff; }
  @media screen and (min-width: 1024px) {
    .prompt {
      max-width: 44rem; } }

.prompt-inner {
  padding: 1.5rem;
  font-size: 0.875em;
  line-height: 1.5;
  color: var(--base-text-d); }
  .prompt-inner ion-icon {
    display: inline-block;
    position: relative;
    top: 0.125em;
    color: var(--base-text-l);
    pointer-events: none; }
  .prompt-inner p strong {
    font-weight: 700; }
  .prompt-inner a {
    font-weight: 500;
    color: var(--base-green-d); }
    .prompt-inner a:hover {
      text-decoration: underline; }
  .prompt-inner .btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1rem; }
  .prompt-inner button {
    font-size: 1em; }
    .prompt-inner button.btn {
      margin-top: 0;
      padding: 0.5em 2em;
      border-radius: 10em;
      background-color: var(--base-green-l);
      color: #fff; }
    .prompt-inner button.close {
      position: absolute;
      top: 0;
      right: 0;
      width: 2rem;
      height: 2rem;
      font-size: 1.5rem;
      background-color: transparent;
      color: var(--base-text-l); }

.popup-stack {
  display: block;
  position: fixed;
  left: 1rem;
  right: 1rem;
  top: 5rem;
  z-index: 15;
  width: auto;
  margin: auto;
  padding-bottom: env(safe-area-inset-bottom);
  pointer-events: none; }

.main-wrapper {
  flex: 1;
  position: relative;
  left: 0;
  transition: left 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  background: #fff; }

._wrapper {
  max-width: 1600px;
  margin: 0;
  padding: 1.5rem 1rem 3.5rem;
  position: relative; }

@media only screen and (min-width: 64rem) {
  ._wrapper {
    width: 100%;
    margin: 0 auto; } }

._sticky-footer {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 60px; }

@media only screen and (min-width: 71.25rem) {
  ._sticky-footer {
    padding-top: 72px; } }

._removeappearance,
.btn,
.form > .form-group > .input,
.form > .form-group > .input.-list .input {
  -webkit-appearance: none;
  border: none;
  background: transparent; }

.hidden-label {
  display: none; }

.section-search > .search {
  margin-right: 1rem; }

.section-search > .search > .icon-search {
  margin-left: -1.8rem;
  position: relative;
  top: 0.2rem; }

.section-search > .search > .input {
  border-radius: 10px;
  background-color: #f2f2f2;
  border-radius: 12px;
  padding: 0.4rem 0.6rem;
  border: none; }

.section-search > .search > .input:focus {
  outline: none; }

.section-search {
  margin-bottom: 1.2rem; }

.section-search > .filter {
  padding: 1.5rem 0; }

.section-search > .filter > .button {
  border: none;
  padding: 0.2rem 0.5rem;
  background-color: #f2f2f2;
  border-radius: 5px; }

.details-table {
  overflow: hidden;
  clear: both;
  margin: 1.5rem 0; }

.details-table > .left-text {
  float: left; }

.details-table > .right-date {
  float: right; }

.cat-list li {
  display: inline-block;
  margin-bottom: 2rem; }

.cat-list li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: black;
  border: 1px solid;
  display: inline-block;
  position: relative;
  top: -2px; }

.view-more-table {
  margin: 2rem 0; }

.separator {
  border: none;
  border-top: 1px solid #f2f2f2;
  margin: 2rem 0; }
  .separator.-sm {
    margin: 1rem 0; }

.tab {
  border: 1px solid #f5f5f4; }

.tab input[type='radio'] {
  display: none; }

.tab-labels {
  background-color: #f5f5f4;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
  width: 100%; }

.tab-labels label {
  padding: 1rem 2rem;
  display: block;
  cursor: pointer;
  white-space: nowrap; }

.tab-content {
  display: none; }

#tab-1:checked ~ .tab-labels #tab-label-1,
#tab-2:checked ~ .tab-labels #tab-label-2,
#tab-3:checked ~ .tab-labels #tab-label-3 {
  background-color: #fff; }

#tab-1:checked ~ .tab-contents #tab-content-1,
#tab-2:checked ~ .tab-contents #tab-content-2,
#tab-3:checked ~ .tab-contents #tab-content-3 {
  display: block; }

.tab-contents .table tbody td:first-child {
  text-align: left; }

@-webkit-keyframes a {
  0% {
    border-color: silver; }
  to {
    border-color: var(--base-green-l); } }

@keyframes a {
  0% {
    border-color: silver; }
  to {
    border-color: var(--base-green-l); } }

tr.selected {
  box-shadow: 0px 0px 0 2px #5aac40 inset;
  border-radius: 5px;
  position: relative; }

.labels.selected {
  box-shadow: 0px 0px 0 2px #5aac40 inset;
  border-radius: 5px;
  position: relative; }

.main-content {
  position: relative; }
  .main-content .content .title {
    font-size: 1.625em;
    font-weight: 600;
    line-height: 1.2;
    margin: 1rem 0; }
    .main-content .content .title.-compact {
      margin: 0; }
    @media only screen and (min-width: 75rem) {
      .main-content .content .title {
        font-size: 1.75em; } }
  .main-content .content.-notif .title {
    font-size: 1.3em !important; }
    @media only screen and (min-width: 75rem) {
      .main-content .content.-notif .title {
        font-size: 1.25em !important; } }
  .main-content .content .subtitle {
    font-size: 1.15em;
    font-weight: 500;
    letter-spacing: 0.01rem;
    margin: 2rem 0 1rem; }

@media only screen and (min-width: 75rem) {
  .modal.-images .content .title {
    font-size: 1.15em !important; } }

.backlink {
  display: inline-block;
  margin: 1rem 0 1rem;
  line-height: 1.5; }

.backlink__label {
  font-size: 0.875em;
  color: var(--base-text-l); }

.backlink__text {
  display: grid;
  grid-gap: 0.375em;
  grid-template-columns: 1.5em 1fr;
  align-items: center;
  margin-top: 0.125rem;
  font-weight: 500;
  color: var(--base-green-d); }
  .backlink__text span {
    -webkit-line-clamp: 2;
    overflow: hidden; }
  .backlink__text svg {
    width: 20px;
    height: 20px; }

.magic-checkbox,
.magic-radio {
  position: absolute;
  display: none; }

.magic-checkbox[disabled],
.magic-radio[disabled] {
  cursor: not-allowed; }

.magic-checkbox + label,
.magic-radio + label {
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
  display: block;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.2; }

.magic-checkbox + label:hover:before,
.magic-radio + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: a; }

.magic-checkbox + label:before,
.magic-radio + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: '';
  background-color: #fff;
  border: 1px solid #d8d8d8;
  /* box-shadow: inset 0 0.1rem 0.2rem rgb(0 0 0 / 11%); */ }

.magic-checkbox + label:after,
.magic-radio + label:after {
  position: absolute;
  display: none;
  content: ''; }

.magic-checkbox[disabled] + label,
.magic-radio[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4; }

.magic-checkbox[disabled] + label:after, .magic-checkbox[disabled] + label:before, .magic-checkbox[disabled] + label:hover {
  cursor: not-allowed; }

.magic-radio[disabled] + label:after, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:hover {
  cursor: not-allowed; }

.magic-checkbox[disabled] + label:hover:before,
.magic-radio[disabled] + label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none; }

.magic-checkbox[disabled] + label:before,
.magic-radio[disabled] + label:before {
  border-color: #e4e4e4; }

.magic-checkbox:checked + label:before,
.magic-radio:checked + label:before {
  animation-name: none; }

.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio:checked + label:after {
  display: block; }

.magic-radio:checked + label:before {
  border: 1px solid var(--base-green-l);
  background-color: var(--base-green-l); }

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  background: var(--base-green-l);
  top: 3px;
  left: 6px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox + label:before {
  border-radius: 3px; }

.magic-checkbox + label:after {
  top: 2px;
  left: 5px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox:checked + label:before {
  border: var(--base-green-l);
  background: var(--base-green-l); }

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9; }
