:root {
  --color-baige: #FFF6E0;
  --color-red:#EA2525;
  --color-label:#D92D20;
}
#tblLayout {
  position: relative;
}
#tblLayout,
#tblLayout tbody,
#tblLayout tr,
#tblLayout td {
  display: block;
  width: 100%;
}
.brand-logo__image {
  width: 88px;
}
.product-card__link {
  pointer-events: none;
}

.floating-cart {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.floating-cart__inner {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 130px;
  background-color: var(--color-baige);
  width: 100%;
  margin-inline: auto;
  z-index: 100;
  flex-direction: column;
  @media (768px <= width) {
    padding: 9px 30px;
    width: 95.55555555%;
    min-height: 68px;
    flex-direction: row;
  }
}
.floating-cart__status {
  display: flex;
  align-items: baseline;
  gap: 9px;
  flex-direction: column;
  width: 100%;
  @media (768px <= width) {
    width: auto;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
.floating-cart__num {
  position: relative;
  bottom: -1px;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-family-en);
  @media (768px <= width) {
    bottom: -2px;
    font-size: 24px;
  }
}

.floating-cart__price-row {
  display: flex;
  gap: 4px;
  line-height: 1;
  font-weight: 500;
  align-items: baseline;
  align-self: baseline;
  @media (768px <= width) {
    gap: 6px;
  }
}
.price-info__total {
  font-size: 14px;
}
.floating-cart__total {
  font-size: 24px;
  font-weight: 600;
}
.floating-cart__label {
  font-size: 14px;
  @media (768px <= width) {
    font-size: 16px;
  }
}
.floating-cart__tax {
  font-size: 12px;
  @media (768px <= width) {
    font-size: 14px;
  }
}
/* ================================================ floating-cart__message */
.floating-cart__message-text {
  display: flex;
  gap: 4px;
  font-size: 18px;
  font-weight: bold;
  color: var(--color-red);
  align-items: baseline;
}
.floating-cart__needed-count {
  position: relative;
  bottom: -2px;
  font-size: 30px;
  color: var(--color-red);
  font-family: var(--font-family-en);
  line-height: 1;
}
.js-target-goal {
  font-weight: bold;
}
.product-controls__cart-btn-wrap {
  max-width: none;
  margin-left: auto;
  width: 100%;
  flex: 0;
  margin-top: 1em;
  @media (768px <= width) {
    margin-top: 0;
    max-width: 280px;
    flex: 1;
  }
}
.floating-cart__message--complete {
  display: flex;
  gap: 10px;
  margin-top: 0.5em;
  @media (768px <= width) {
    margin-top: 0;
  }
}
.floating-cart__discount-label {
  display: flex;
  gap: 2px;
  color: #fff;
  background-color: var(--color-label);
  border-radius: 2px;
  font-size: 14px;
  padding: 4px 6px;
  line-height: 1;
  align-self: center;
}
.floating-cart__discount-label--en {
  font-size: 16px;
  font-family: var(--font-family-en);
  font-weight: 600;
}
.floating-cart__final-total {
  font-size: 30px;
  color: var(--color-label);
  font-weight: 600;
  font-family: var(--font-family-en);
}
.floating-cart__final-total b {
  color: var(--color-label);
  line-height: 1;
}
.floating-cart__final-total--tax {
  margin-left: 4px;
  font-size: 12px;
  font-family: 'Zen Maru Gothic';
  font-weight: normal;
}
.floating-cart__btn {
  position: relative;
}
.floating-cart__icon-container {
  position: relative;
}
.float-area-cart-btn__count {
  position: absolute;
  top: -8px;
  right: 15px;
  z-index: 1;
  @media (768px <= width) {
    top: -1px;
    right: 12px;
  }
}
.product-card {
  position: relative;
}
.product-card-cart {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 34px;
  z-index: 1;
}
.product-card-cart__container {
  position:relative;
}
.product-card-cart__num {
  position: absolute;
  top: 2px;
  left: 14px;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--font-family-en);
  color: #fff;
}
.is-discounted {
  text-decoration: line-through;
}
.product-controls__cart-btn.disabled {
  --btn-bg-color:#9D9D9D;
  --btn-shadow: #495057;
  pointer-events: none;
}
.product-card__controls {
  margin-top: auto;
}
.product-card__controls .qty-counter {
  margin-top: 1em;
  justify-content: flex-end;
  gap: 0;
  @media (768px <= width) {
    gap: 0;
  }
}
.product-card {
  display: grid;
  grid-row: span 4;
  gap: 0;
  grid-template-rows: subgrid;
}
.product-grid-items {
  & .product-card:nth-of-type(n+7) {
      @media (768px <= width) {
        display: grid;
        grid-row: span 4;
        gap: 0;
        grid-template-rows: subgrid;
      }
  }
}
.qty-counter__label {
  font-size: 13px;
  @media (768px <= width) {
    font-size: 16px;
  }
}
.qty-counter__control {
  width: min(124px, 100%);
  @media (768px <= width) {
    width: min(154px, 100%);
  }
}
.lineup__leading {
  font-size: 15px;
  line-height: calc(28/15);
  width: 91.73333%;
  margin-inline: auto;
  margin-block: 1em;
  @media (768px <= width) {
    width: 100%;
  }
}
.text-red {
  display: inline;
  color: var(--color-label);
  font-weight: bold;
}
.tab-nav__tab {
  --brand-text-color:#004A28;
  --brand-border-color:#004A28;
  flex-basis: auto;
}
.lineup__content {
  margin-top: 16px;
  @media (768px <= width) {
      max-width: min(calc(980px + 40px * 2), 100%);
  }
}



