:root {
  --bs-primary: #45ca57;
  --bs-primary-rgb: 69, 202, 87;
  --bs-secondary: #2c2c2c;
  --bs-body-font-family: Noto Sans TC, system-ui, -apple-system, sans-serif;
  --bs-body-color: #2c2c2c;
  --bs-body-bg: #f7f8f7;
  --bs-border-color: #e8ebe8;
  --bs-link-color: #45ca57;
  --bs-link-hover-color: #3ab84b;
  --bs-border-radius: 6px;
  --bs-border-radius-lg: 14px;
  --ec-primary: #45ca57;
  --ec-primary-hover: #3ab84b;
  --ec-primary-soft: #edf9ef;
  --ec-auxiliary: #2c2c2c;
  --ec-sale: #e5484d;
  --ec-bg: #f7f8f7;
  --ec-surface: #ffffff;
  --ec-text: #2c2c2c;
  --ec-text-secondary: #4a4a4a;
  --ec-text-muted: #8a8a8a;
  --ec-border: #e8ebe8;
  --ec-radius: 10px;
  --ec-shadow-sm: 0 2px 8px rgba(44, 44, 44, 0.07);
  --ec-shadow-md: 0 8px 24px rgba(44, 44, 44, 0.09);
}

.btn-primary {
  --bs-btn-bg: #45ca57;
  --bs-btn-border-color: #45ca57;
  --bs-btn-hover-bg: #3ab84b;
  --bs-btn-hover-border-color: #3ab84b;
  --bs-btn-active-bg: #359e44;
  --bs-btn-active-border-color: #359e44;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
}

.btn-outline-secondary {
  --bs-btn-color: #2c2c2c;
  --bs-btn-border-color: #d4d9d4;
  --bs-btn-hover-bg: #f7f8f7;
  --bs-btn-hover-color: #2c2c2c;
  font-weight: 600;
}

.form-control,
.form-select {
  border-color: #e8ebe8;
  border-radius: 6px;
  font-size: 0.9rem;
  padding: 0.625rem 0.875rem;
}
.form-control:focus,
.form-select:focus {
  border-color: #45ca57;
  box-shadow: 0 0 0 3px rgba(69, 202, 87, 0.2);
}

.form-label {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-bottom: 0.375rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: "Noto Sans TC", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #2c2c2c;
  background: #f7f8f7;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

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

.site-header__shell {
  display: flex;
  flex-direction: column;
  position: relative;
}

.site-header__inner {
  display: grid;
  gap: 10px 14px;
  align-items: center;
  padding-block: 12px;
  min-height: 68px;
}

.header-layout--logo-left .site-header__search-wrap--icon,
.header-layout--logo-left .site-header__search-wrap--center-desktop,
.header-layout--logo-left .site-header__search-wrap--center-mobile {
  display: none;
}
.header-layout--logo-left .site-header__search-wrap--always {
  display: flex;
}
.header-layout--logo-left .site-header__nav-bar {
  display: none;
}
.header-layout--logo-left .site-header__inner {
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "logo search actions";
}
.header-layout--logo-left .site-header__inner .site-header__logo {
  grid-area: logo;
}
.header-layout--logo-left .site-header__inner .site-header__search-wrap--always {
  grid-area: search;
  justify-self: stretch;
  min-width: 0;
}
.header-layout--logo-left .site-header__inner .site-header__actions--main {
  grid-area: actions;
}
@media (max-width: 767px) {
  .header-layout--logo-left .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "logo actions" "search search";
  }
  .header-layout--logo-left .site-header__logo {
    min-width: 0;
  }
  .header-layout--logo-left .site-header__actions--main {
    flex-shrink: 0;
    flex-wrap: nowrap;
  }
  .header-layout--logo-left .site-header__pill--actions {
    padding: 7px 10px;
    font-size: 0.8125rem;
  }
  .header-layout--logo-left .site-header__pill-label--short {
    display: inline;
  }
  .header-layout--logo-left .site-header__pill-label--full {
    display: none;
  }
}
.header-layout--logo-left .site-header__pill-label--short {
  display: none;
}

.header-layout--logo-left-split .site-header__pill-label--short {
  display: none;
}
.header-layout--logo-left-split .site-header__pill-label--full {
  display: inline;
}
.header-layout--logo-left-split .site-header__logo-link {
  flex-wrap: nowrap;
  white-space: normal;
  align-items: center;
  gap: 8px;
  flex-direction: row;
}
.header-layout--logo-left-split .site-header__logo-meta {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.header-layout--logo-left-split .site-header__search-wrap--always,
.header-layout--logo-left-split .site-header__search-wrap--center-desktop,
.header-layout--logo-left-split .site-header__search-wrap--center-mobile {
  display: none;
}
.header-layout--logo-left-split .site-header__search-wrap--icon:not(.site-header__search-wrap--center-desktop):not(.site-header__search-wrap--center-mobile) {
  display: flex;
}
.header-layout--logo-left-split .site-header__actions--left,
.header-layout--logo-left-split .site-header__actions--right {
  display: none;
}
.header-layout--logo-left-split .site-header__inner {
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "logo search actions";
}
.header-layout--logo-left-split .site-header__inner .site-header__logo {
  grid-area: logo;
}
.header-layout--logo-left-split .site-header__inner .site-header__search-wrap--icon {
  grid-area: search;
  justify-self: end;
}
.header-layout--logo-left-split .site-header__inner .site-header__actions--main {
  grid-area: actions;
}
@media (min-width: 768px) {
  .header-layout--logo-left-split .site-header__btn--menu {
    display: none;
  }
  .header-layout--logo-left-split .site-header__nav-bar {
    display: block;
  }
  .header-layout--logo-left-split .site-header__nav-list {
    width: 100%;
  }
  .header-layout--logo-left-split .site-header__nav-item--hotsale {
    display: flex;
  }
  .header-layout--logo-left-split .site-header__actions--main .site-header__pill--actions {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-layout--logo-left-split .site-header__inner {
    flex-wrap: unset;
    white-space: normal;
    align-items: center;
    gap: 0px;
    display: flex;
    flex-direction: column;
  }
  .header-layout--logo-left-split .site-header__search-wrap--icon {
    justify-self: stretch;
  }
  .header-layout--logo-left-split .site-header__nav-bar {
    display: none;
  }
}

.header-layout--logo-center .site-header__pill-label--short {
  display: none;
}
.header-layout--logo-center .site-header__pill-label--full {
  display: inline;
}
.header-layout--logo-center .site-header__search-wrap--always,
.header-layout--logo-center .site-header__actions--main {
  display: none;
}
.header-layout--logo-center .site-header__inner {
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "left logo right";
}
.header-layout--logo-center .site-header__inner .site-header__logo {
  grid-area: logo;
  justify-self: center;
}
.header-layout--logo-center .site-header__inner .site-header__actions--left {
  grid-area: left;
  justify-self: start;
  display: flex;
  align-items: center;
}
.header-layout--logo-center .site-header__inner .site-header__actions--right {
  grid-area: right;
  justify-self: end;
  display: flex;
}
@media (min-width: 768px) {
  .header-layout--logo-center .site-header__search-wrap--center-desktop {
    display: flex;
  }
  .header-layout--logo-center .site-header__search-wrap--center-mobile {
    display: none;
  }
  .header-layout--logo-center .site-header__btn--menu {
    display: none;
  }
  .header-layout--logo-center .site-header__nav-bar {
    display: block;
  }
  .header-layout--logo-center .site-header__nav-list.justify-content-center {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .header-layout--logo-center .site-header__inner {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .header-layout--logo-center .site-header__search-wrap--center-desktop {
    display: none;
  }
  .header-layout--logo-center .site-header__search-wrap--center-mobile {
    display: flex;
    grid-area: search;
    justify-self: stretch;
  }
  .header-layout--logo-center .site-header__nav-bar {
    display: none;
  }
}

.header-layout--logo-left .site-header__actions--left,
.header-layout--logo-left .site-header__actions--right,
.header-layout--logo-left-split .site-header__actions--left,
.header-layout--logo-left-split .site-header__actions--right {
  display: none;
}

.site-header--inline-nav.header-layout--logo-left .site-header__nav-bar {
  display: block;
}
@media (max-width: 767px) {
  .site-header--inline-nav.header-layout--logo-left-split .site-header__nav-bar, .site-header--inline-nav.header-layout--logo-center .site-header__nav-bar {
    display: block;
  }
  .site-header--inline-nav.header-layout--logo-left-split .site-header__nav-list, .site-header--inline-nav.header-layout--logo-center .site-header__nav-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.catalog-layout {
  display: grid;
  gap: 20px;
  align-items: start;
}

.catalog-main {
  min-width: 0;
}

.product-collection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (min-width: 768px) {
  .product-collection {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}
@media (min-width: 992px) {
  .product-collection {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .product-collection--demo {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .product-collection--demo {
    grid-template-columns: repeat(4, 1fr);
  }
}

.product-item {
  background: #ffffff;
  border: 1px solid #e8ebe8;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(44, 44, 44, 0.05);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-item:hover {
  box-shadow: 0 8px 24px rgba(44, 44, 44, 0.09);
  transform: translateY(-2px);
  border-color: rgba(69, 202, 87, 0.35);
}
.product-item__link {
  display: flex;
  flex-direction: column;
  color: inherit;
}
.product-item__media {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f7f8f7;
}
.product-item__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-item__body {
  flex: 1;
  padding: 12px 16px 12px;
}
.product-item__footer {
  display: flex;
  align-items: stretch;
  gap: 8px;
  padding: 0 12px 14px;
  margin-top: auto;
}
.product-item__cart, .product-item__share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.product-item__cart:focus-visible, .product-item__share:focus-visible {
  outline: 2px solid #404040;
  outline-offset: 2px;
}
.product-item__cart {
  flex: 1;
  min-width: 0;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid #45ca57;
  background: #45ca57;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
}
.product-item__cart:hover {
  background: #3ab84b;
  border-color: #3ab84b;
}
.product-item__cart span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-item__share {
  border: 1px solid #e8ebe8;
  background: #ffffff;
  color: #4a4a4a;
}
.product-item__share:not(.product-item__share--text) {
  flex: 0 0 40px;
  width: 40px;
  padding: 0;
}
.product-item__share:hover {
  border-color: #d4d9d4;
  color: #2c2c2c;
  background: #f7f8f7;
}
.product-item__share--text {
  flex: 0 0 auto;
  width: auto;
  min-width: -webkit-max-content;
  min-width: max-content;
  max-width: none;
  padding: 8px 12px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  word-break: keep-all;
}
.product-item__share--text .product-item__share-label,
.product-item__share--text span {
  display: inline-block;
  white-space: nowrap;
}
.product-item__footer--share-text {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: stretch;
}
.product-item__footer--share-text .product-item__cart {
  flex: none;
  width: 100%;
  min-width: 0;
}
.product-item__footer--share-text .product-item__share--text {
  display: inline-flex;
  flex: 0 0 auto;
  width: auto;
  min-width: max-content;
}
@media (max-width: 767px) {
  .product-item__footer--share-text .product-item__share--text {
    display: inline-flex !important;
  }
}
@media (max-width: 767px) {
  .product-item__footer:not(.product-item--share-text) .product-item__share {
    display: none;
  }
}
.product-item__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.product-item__name {
  margin: 0 0 4px;
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
}
.product-item__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}
.product-item__old {
  font-size: 0.8125rem;
  color: #8a8a8a;
  text-decoration: line-through;
}
.product-item__now {
  font-size: 1.125rem;
  font-weight: 700;
  color: #e5484d;
}
.product-item__tag {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 8px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #359e44;
  background: #edf9ef;
  border-radius: 4px;
}
.product-item__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 4px;
  background: #45ca57;
  color: #fff;
}
.product-item__status {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: rgba(44, 44, 44, 0.7);
}

.content-layout--quicknav-top .catalog-layout {
  grid-template-columns: 1fr;
  grid-template-areas: "nav" "main";
}
.content-layout--quicknav-top .quick-nav {
  grid-area: nav;
}
.content-layout--quicknav-top .catalog-main {
  grid-area: main;
}

.content-layout--quicknav-left .catalog-layout {
  grid-template-columns: 1fr;
  grid-template-areas: "nav" "main";
}
@media (min-width: 768px) {
  .content-layout--quicknav-left .catalog-layout {
    grid-template-columns: 240px 1fr;
    grid-template-areas: "nav main";
    gap: 28px;
  }
}
.content-layout--quicknav-left .quick-nav {
  grid-area: nav;
}
.content-layout--quicknav-left .catalog-main {
  grid-area: main;
}
@media (min-width: 768px) {
  .content-layout--quicknav-left .quick-nav {
    position: sticky;
    top: 80px;
    z-index: 100;
    align-self: start;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

@media (min-width: 768px) {
  .header-layout--logo-left-split ~ .main-content .content-layout--quicknav-left .quick-nav,
  .header-layout--logo-left-split ~ .main-content .content-layout--quicknav-right .quick-nav,
  .header-layout--logo-center ~ .main-content .content-layout--quicknav-left .quick-nav,
  .header-layout--logo-center ~ .main-content .content-layout--quicknav-right .quick-nav {
    top: 128px;
    max-height: calc(100vh - 144px);
  }
}

.content-layout--quicknav-right .catalog-layout {
  grid-template-columns: 1fr;
  grid-template-areas: "nav" "main";
}
@media (min-width: 768px) {
  .content-layout--quicknav-right .catalog-layout {
    grid-template-columns: 1fr 240px;
    grid-template-areas: "main nav";
    gap: 28px;
  }
}
.content-layout--quicknav-right .quick-nav {
  grid-area: nav;
}
.content-layout--quicknav-right .catalog-main {
  grid-area: main;
}
@media (min-width: 768px) {
  .content-layout--quicknav-right .quick-nav {
    position: sticky;
    top: 80px;
    z-index: 100;
    align-self: start;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.fab {
  width: 64px;
  height: 64px;
  bottom: 28px;
  right: 16px;
}
@media (max-width: 767px) {
  .fab {
    bottom: 72px;
  }
}

.layout-bar {
  background: #2c2c2c;
  color: #8a8a8a;
  font-size: 0.8125rem;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.layout-bar__inner {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
}
.layout-bar__group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.layout-bar__label {
  color: #999;
  font-weight: 500;
  white-space: nowrap;
}
.layout-bar__btn {
  padding: 4px 12px;
  border-radius: 8px;
  border: 1px solid #444;
  color: #fff;
  background-color: #2c2c2c;
  font-size: 0.8125rem;
  font-weight: 500;
  transition: 0.15s ease;
}
.layout-bar__btn:hover {
  border: 1px solid #334155;
  color: #fff;
}
.layout-bar__btn.is-active {
  background: transparent;
  border-color: #45ca57;
  color: #45ca57;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e8ebe8;
  box-shadow: 0 1px 2px rgba(44, 44, 44, 0.05);
}
.site-header .ec-container {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: 16px;
}
.site-header__logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-header__logo-img {
  height: 32px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .site-header__logo-img {
    height: 38px;
    max-width: 160px;
  }
}
.site-header__logo--text .site-header__logo-img {
  display: none;
}
.site-header__name {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4a4a4a;
}
.site-header__sub {
  margin: 0;
  font-size: 0.75rem;
  color: #8a8a8a;
  font-weight: 500;
}
.site-header__logo-meta {
  display: none;
}
@media (min-width: 768px) {
  .site-header__logo-meta {
    display: block;
    min-width: 120px;
  }
}
.header-layout--logo-left-split .site-header__logo-meta {
  display: flex;
}
.header-layout--logo-left-split .site-header__logo-img {
  height: 36px;
  flex-shrink: 0;
}
.site-header__search-wrap--always {
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
}
.site-header__search-wrap--always .site-header__search {
  display: flex;
  width: 100%;
  max-width: none;
  opacity: 1;
  visibility: visible;
  margin: 0;
  background: #f7f8f7;
  border: 1px solid #e8ebe8;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(44, 44, 44, 0.05);
  max-height: 44px;
  max-width: 360px;
  margin: 0 auto;
}
.site-header__search-wrap--always .site-header__search:focus-within {
  border-color: #45ca57;
  box-shadow: 0 0 0 3px rgba(69, 202, 87, 0.12);
}
.site-header__search-wrap--always .site-header__search input {
  flex: 1;
  width: 100%;
  min-width: 0;
  border: 0;
  padding: 11px 14px;
  background: transparent;
  font-size: 0.9rem;
}
.site-header__search-wrap--always .site-header__search input::placeholder {
  color: #8a8a8a;
}
.site-header__search-wrap--icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 42px;
}
.site-header__search-toggle {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a4a4a;
  flex-shrink: 0;
  transition: background 0.15s ease, color 0.15s ease;
  background: transparent;
  border: none;
}
.site-header__search-toggle svg {
  width: 20px;
  height: 20px;
}
.site-header__search:not(.site-header__search--open) {
  display: flex;
  align-items: center;
  background: #f7f8f7;
  border: 1px solid #e8ebe8;
  border-radius: 10px;
  overflow: hidden;
  max-width: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-width 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, visibility 0.25s, margin 0.35s ease;
}
.site-header__search:not(.site-header__search--open).is-open {
  max-width: min(400px, 70vw);
  opacity: 1;
  visibility: visible;
  margin-right: 6px;
  box-shadow: none;
  border: none;
  background: transparent;
}
@media (min-width: 768px) {
  .site-header__search:not(.site-header__search--open).is-open {
    max-width: 320px;
  }
}
.site-header__search:not(.site-header__search--open):focus-within {
  border-color: #45ca57;
  box-shadow: none;
}
.site-header__search:not(.site-header__search--open) input {
  flex: 1;
  width: 180px;
  min-width: 120px;
  border: 0;
  padding: 10px 12px;
  background: transparent;
  font-size: 1rem;
  font-size: 0.8rem;
  border-bottom: 1px solid;
  outline: none;
}
.site-header__search:not(.site-header__search--open) input::placeholder {
  color: #8a8a8a;
}
.site-header__search-submit {
  padding: 10px 14px;
  background: #45ca57;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  border: 0;
  white-space: nowrap;
  transition: background 0.15s ease;
}
.site-header__search-submit:hover {
  background: #3ab84b;
}
@media (max-width: 767px) {
  .site-header__search-wrap--icon .site-header__search.is-open {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    max-width: none;
    margin-right: 0;
    z-index: 12;
  }
  .site-header__search-wrap--icon .site-header__search.is-open input {
    width: 100%;
    min-width: 0;
  }
  .site-header .header-layout--logo-center .site-header__search-wrap--center-mobile .site-header__search.is-open {
    position: relative;
    top: auto;
  }
}
.site-header__nav-bar {
  display: none;
  border-top: 1px solid #e8ebe8;
}
.site-header__nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0;
}
.site-header__nav-list a:not(.site-header__pill) {
  display: block;
  padding: 13px 20px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #4a4a4a;
  letter-spacing: 0.01em;
  border-bottom: 2px solid transparent;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.site-header__nav-list a:not(.site-header__pill):hover {
  color: #45ca57;
  background: rgba(69, 202, 87, 0.04);
}
.site-header__nav-list a:not(.site-header__pill).is-active {
  color: #45ca57;
  border-bottom-color: #45ca57;
  background: #edf9ef;
}
.site-header__nav-list.justify-content-center a:not(.site-header__pill).is-active {
  background: none;
}
.site-header__nav-item--hotsale {
  display: none;
  align-items: center;
  margin-left: auto;
  padding: 6px 12px 6px 0;
}
@media (min-width: 768px) {
  .site-header__pill--nav {
    display: inline-flex;
    align-items: center;
  }
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 2px;
}
.site-header__btn {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a4a4a;
  transition: background 0.15s ease, color 0.15s ease;
  background: transparent;
  border: none;
}
.site-header__btn:hover {
  background: #edf9ef;
  color: #45ca57;
}
.site-header__btn svg {
  width: 20px;
  height: 20px;
}
.site-header__pill {
  padding: 7px 14px;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 999px;
  background: #edf9ef;
  color: #45ca57;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1.2;
}
.site-header__pill--link {
  text-decoration: none;
  cursor: pointer;
  color: #45ca57;
}
.site-header__pill--link:hover, .site-header__pill--link:focus, .site-header__pill--link:visited {
  color: #45ca57;
  background: #edf9ef;
  border-bottom-color: transparent;
}
.site-header__nav-list a.site-header__pill--link {
  display: inline-flex;
  padding: 7px 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: normal;
  border-bottom: 0;
  border-radius: 999px;
  background: #edf9ef;
  color: #45ca57;
}
.site-header__nav-list a.site-header__pill--link:hover, .site-header__nav-list a.site-header__pill--link:focus, .site-header__nav-list a.site-header__pill--link:visited {
  color: #45ca57;
  background: #edf9ef;
  border-bottom-color: transparent;
}
.site-header__pill-label {
  white-space: nowrap;
}
.site-header__menu--drawer {
  display: none;
  padding: 0 16px 14px;
  border-top: 1px solid #e8ebe8;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(44, 44, 44, 0.09);
}
@media (max-width: 767px) {
  .site-header__menu--drawer {
    position: relative;
    width: 100%;
    z-index: 5;
  }
}
.site-header__menu--drawer.is-open {
  display: block;
}
.site-header__menu--drawer a {
  display: block;
  padding: 14px 0;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #4a4a4a;
  border-bottom: 1px solid #e8ebe8;
}
.site-header__menu--drawer a:last-child {
  border-bottom: 0;
}
.site-header__menu--drawer a:hover {
  color: #45ca57;
}
.site-header__btn--menu {
  position: relative;
  z-index: 20;
}

.hero-carousel {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding-bottom: 20px;
}
.hero-carousel__frame {
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(44, 44, 44, 0.09);
  padding: 0;
  width: 100%;
}
.hero-carousel--banner-contained {
  padding-top: 16px;
}
.hero-carousel--banner-contained:not(.hero-carousel--activity-split) .hero-carousel__frame, .hero-carousel--banner-contained.hero-carousel--activity-split .hero-carousel__layout--mobile-stack .hero-carousel__frame {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: 16px;
  padding: 0;
  border-radius: 14px;
}
@media (min-width: 480px) {
  .hero-carousel--banner-contained.hero-carousel--activity-split .hero-carousel__layout--split-desktop {
    width: 100%;
    max-width: 1140px;
    margin-inline: auto;
    padding-inline: 16px;
    padding-inline: 16px;
  }
  .hero-carousel--banner-contained.hero-carousel--activity-split .hero-carousel__layout--split-desktop .hero-carousel__frame {
    max-width: none;
    margin-inline: 0;
    width: 100%;
  }
}
.hero-carousel--banner-full {
  padding-top: 0;
}
.hero-carousel--banner-full .hero-carousel__frame {
  max-width: none;
  width: 100%;
  margin-inline: 0;
  padding-inline: 0;
  border-radius: 0;
  box-shadow: none;
}
.hero-carousel__track {
  display: flex;
  align-items: flex-start;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-carousel__slide {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.hero-carousel__visual {
  width: 100%;
  position: relative;
  background: #edf9ef;
}
.hero-carousel__visual--image {
  padding: 0;
  display: block;
  line-height: 0;
  overflow: visible;
}
.hero-carousel__visual--image::after {
  display: none;
}
.hero-carousel__visual--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: clamp(28px, 5vw, 48px);
  text-align: center;
  border: 1px dashed rgba(53, 158, 68, 0.35);
}
.hero-carousel__visual--placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-carousel__visual--placeholder .hero-carousel__copy h2 {
  color: #2c2c2c;
  text-shadow: none;
}
.hero-carousel__visual--placeholder .hero-carousel__copy p {
  color: #359e44;
  font-weight: 500;
}
.hero-carousel__link {
  display: block;
  line-height: 0;
}
.hero-carousel__bg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.hero-carousel__copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 0 auto;
}
.hero-carousel__copy h2 {
  margin: 0 0 10px;
  font-size: clamp(1.375rem, 3.5vw, 1.875rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  text-shadow: 0 0 4px black;
}
.hero-carousel__copy p {
  margin: 0;
  font-size: 1rem;
  color: #fff;
}
.hero-carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e8ebe8;
  box-shadow: 0 2px 8px rgba(44, 44, 44, 0.07);
  color: #2c2c2c;
  font-size: 1.25rem;
  line-height: 1;
  z-index: 2;
  transition: 0.15s ease;
}
.hero-carousel__nav:hover {
  background: #45ca57;
  color: #fff;
  border-color: #45ca57;
}
.hero-carousel__nav--prev {
  left: 12px;
}
.hero-carousel__nav--next {
  right: 12px;
}
.hero-carousel__dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}
.hero-carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
  background: #d4d9d4;
  border: 0;
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-carousel__dot.is-active {
  background: #45ca57;
  width: 22px;
  border-radius: 4px;
}
.hero-carousel__vendor-group[hidden] {
  display: none !important;
}
.hero-carousel--activity-split .hero-carousel__main .hero-carousel__frame {
  box-shadow: none;
  border-radius: 0;
}
.hero-carousel--activity-split .hero-carousel__main .hero-carousel__visual--image {
  background: transparent;
}
.hero-carousel--activity-split .hero-carousel__main .hero-carousel__bg {
  object-fit: initial;
}
.hero-carousel--activity-split .hero-carousel__aside-link {
  display: block;
  line-height: 0;
}
.hero-carousel--activity-split .hero-carousel__aside-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  object-fit: initial;
  background: transparent;
}
.hero-carousel--activity-split .hero-carousel__aside-img:last-child {
  margin-bottom: 0;
}
.hero-carousel--activity-split .hero-carousel__aside-link:last-child .hero-carousel__aside-img {
  margin-bottom: 0;
}

@media (max-width: 1140px) {
  .hero-carousel--banner-contained:not(.hero-carousel--activity-split) .hero-carousel__frame,
  .hero-carousel--banner-contained.hero-carousel--activity-split .hero-carousel__layout--mobile-stack .hero-carousel__frame {
    max-width: calc(100% - 32px);
  }
  .hero-carousel--banner-contained.hero-carousel--activity-split .hero-carousel__layout--split-desktop {
    max-width: calc(100% - 32px);
  }
}
.main-content:has(.content-layout--quicknav-top) .goods-search-panel {
  display: none;
}

.goods-search__row {
  display: grid;
  gap: 12px;
  align-items: end;
}
@media (min-width: 768px) {
  .goods-search__row {
    grid-template-columns: minmax(160px, 1.4fr) repeat(3, minmax(120px, 1fr)) auto auto;
    gap: 10px;
    align-items: end;
  }
}
.goods-search__field {
  min-width: 0;
}
.goods-search__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 768px) {
  .goods-search__actions {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.goods-search .btn {
  min-width: 88px;
}

.quick-nav__search {
  display: none;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8ebe8;
}
.content-layout--quicknav-top .quick-nav__search {
  display: block;
}
@media (min-width: 768px) {
  .quick-nav__search .goods-search__row {
    grid-template-columns: minmax(140px, 1.2fr) repeat(3, minmax(100px, 1fr)) auto auto;
  }
}

.main-content {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .main-content {
    padding-bottom: 40px;
  }
}

.panel-section {
  background: #ffffff;
  border-bottom: 1px solid #e8ebe8;
  padding: 24px 0;
}

.ec-container {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: 16px;
}

.catalog-zone {
  padding: 20px 0 32px;
}

.promo-list {
  --promo-gap: 10px;
  --promo-visible: 3;
  --promo-peek: 0.18;
  --promo-card-width: calc(
    (100% - (var(--promo-visible) * var(--promo-gap))) /
    (var(--promo-visible) + var(--promo-peek))
  );
  display: flex;
  gap: var(--promo-gap);
  margin: 0 0 24px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
@media (max-width: 767px) {
  .promo-list {
    --promo-visible: 1;
  }
}
.promo-list::-webkit-scrollbar {
  display: none;
}
.promo-list:focus-visible {
  outline: 2px solid #404040;
  outline-offset: 2px;
}

.promo-card {
  flex: 0 0 var(--promo-card-width);
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  display: flex;
  align-items: stretch;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #e8ebe8;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.promo-card:hover {
  border-color: #45ca57;
}
.promo-card:focus-visible {
  outline: 2px solid #404040;
  outline-offset: 2px;
}
.promo-card__media {
  flex: 0 0 72px;
  width: 72px;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
}
@media (min-width: 768px) {
  .promo-card__media {
    flex: 0 0 72px;
    width: 72px;
  }
}
.promo-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.promo-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2px 0;
}
.promo-card__title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: #2c2c2c;
}
.promo-card__desc {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #8a8a8a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-title {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 20px;
  color: #2c2c2c;
}

.ec-catalog-subtitle {
  grid-column: 1/-1;
  margin: 0 0 12px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2c2c2c;
}

.ec-hot-goods-section {
  grid-column: 1/-1;
}

.ec-hot-goods-card {
  color: inherit;
  text-decoration: none;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(44, 44, 44, 0.07);
}
.ec-hot-goods-card:hover {
  color: inherit;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(44, 44, 44, 0.09);
}
.ec-hot-goods-card__inner, .ec-hot-goods-card__fallback {
  width: 100%;
}
.ec-hot-goods-card__inner img {
  display: block;
  width: 100%;
  height: auto;
}
.ec-hot-goods-card__fallback {
  display: block;
}
.ec-hot-goods-card__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ec-hot-goods-card__name {
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #2c2c2c;
}

.catalog-group {
  margin-bottom: 32px;
}
.catalog-group__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #359e44;
  background: #edf9ef;
  border-radius: 10px;
  border-left: 4px solid #45ca57;
}

.quick-nav {
  background: #ffffff;
  border: 1px solid #e8ebe8;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(44, 44, 44, 0.05);
  padding: 16px;
  background: #ffffff;
}
.quick-nav__head {
  margin: 0 0 14px;
  padding-bottom: 10px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #2c2c2c;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 2px solid #45ca57;
}
.quick-nav__head--categories {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}
.quick-nav__section {
  margin-bottom: 16px;
}
.quick-nav__section:last-child {
  margin-bottom: 0;
}
.quick-nav__label {
  margin: 0 0 8px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #8a8a8a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.quick-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.quick-nav__list a {
  display: block;
  padding: 9px 12px;
  margin-bottom: 4px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #4a4a4a;
  border-radius: 6px;
  transition: 0.15s ease;
}
.quick-nav__list a:hover {
  background: #edf9ef;
  color: #359e44;
}
.quick-nav__list a.is-active {
  background: #45ca57;
  color: #fff;
  font-weight: 600;
}
.quick-nav__list--chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.quick-nav__list--chips li {
  margin: 0;
}
.quick-nav__list--chips a {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #4a4a4a;
  background: #ffffff;
  border: 1px solid #e8ebe8;
  border-radius: 999px;
  white-space: nowrap;
  transition: 0.15s ease;
}
.quick-nav__list--chips a:hover {
  border-color: #45ca57;
  background: #edf9ef;
  color: #359e44;
}
.quick-nav__list--chips a.is-active {
  border-color: #45ca57;
  background: #45ca57;
  color: #fff;
  font-weight: 600;
}
.quick-nav__tree {
  margin: 0;
  padding: 0;
  list-style: none;
}
.quick-nav__group {
  margin-bottom: 4px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid transparent;
}
.quick-nav__group.is-open {
  border-color: #e8ebe8;
  background: #f7f8f7;
}
.quick-nav__parent {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #2c2c2c;
  text-align: left;
  background: transparent;
  border: 0;
  transition: 0.15s ease;
}
.quick-nav__parent:hover {
  background: #edf9ef;
  color: #359e44;
}
.quick-nav__parent::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
  flex-shrink: 0;
}
.quick-nav__group.is-open .quick-nav__parent::after {
  transform: rotate(-135deg);
}
.quick-nav__children {
  margin: 0;
  padding: 4px 8px 8px;
  list-style: none;
  display: none;
}
.quick-nav__group.is-open .quick-nav__children {
  display: block;
}
.quick-nav__children a {
  display: block;
  padding: 7px 12px 7px 20px;
  margin-bottom: 2px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #4a4a4a;
  border-radius: 6px;
  position: relative;
  white-space: nowrap;
}
.quick-nav__children a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d4d9d4;
  transform: translateY(-50%);
}
.quick-nav__children a:hover, .quick-nav__children a.is-active {
  background: #edf9ef;
  color: #359e44;
}
.quick-nav__children a:hover::before, .quick-nav__children a.is-active::before {
  background: #45ca57;
}
.quick-nav__children a.is-active {
  font-weight: 600;
  color: #359e44;
}
.quick-nav__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.quick-nav__tags button {
  padding: 5px 12px;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid #e8ebe8;
  color: #4a4a4a;
  background: #ffffff;
}
.quick-nav__tags button.is-active, .quick-nav__tags button:hover {
  border-color: #45ca57;
  background: #edf9ef;
  color: #359e44;
}
.quick-nav__shortcuts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.quick-nav__shortcuts a {
  text-align: center;
  padding: 10px 6px;
  border-radius: 6px;
  border: 1px solid #e8ebe8;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #4a4a4a;
  transition: 0.15s ease;
}
.quick-nav__shortcuts a:hover {
  border-color: #45ca57;
  background: #edf9ef;
  color: #359e44;
}

.content-layout--quicknav-top .quick-nav {
  padding: 16px 18px 18px;
}
.content-layout--quicknav-top .quick-nav__toolbar-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px 16px;
  margin-bottom: 14px;
}
.content-layout--quicknav-top .quick-nav__body--top {
  display: block;
}
.content-layout--quicknav-top .quick-nav__tree--horizontal .quick-nav__group {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 8px;
  min-width: 140px;
}
.content-layout--quicknav-top .quick-nav__tree--horizontal .quick-nav__parent {
  border-radius: 6px;
  border: 1px solid #e8ebe8;
  background: #ffffff;
}
.content-layout--quicknav-top .quick-nav__tree--horizontal .quick-nav__children {
  position: absolute;
  z-index: 5;
  min-width: 160px;
  background: #ffffff;
  border: 1px solid #e8ebe8;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(44, 44, 44, 0.09);
}
.content-layout--quicknav-top .quick-nav__tree--horizontal .quick-nav__group {
  position: relative;
}
@media (min-width: 768px) {
  .content-layout--quicknav-top .quick-nav .quick-nav__categories-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
  }
  .content-layout--quicknav-top .quick-nav .quick-nav__tree--inline {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .content-layout--quicknav-top .quick-nav .quick-nav__tree--inline .quick-nav__group {
    margin: 0;
    border: 0;
    background: transparent;
    position: relative;
    overflow: visible;
  }
  .content-layout--quicknav-top .quick-nav .quick-nav__tree--inline .quick-nav__parent {
    width: auto;
    border: 1px solid #e8ebe8;
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 0.9375rem;
  }
  .content-layout--quicknav-top .quick-nav .quick-nav__tree--inline .quick-nav__parent::after {
    margin-left: 4px;
  }
  .content-layout--quicknav-top .quick-nav .quick-nav__tree--inline .quick-nav__parent.is-active {
    border-color: #45ca57;
    background: #edf9ef;
    color: #359e44;
  }
  .content-layout--quicknav-top .quick-nav .quick-nav__tree--inline .quick-nav__children {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    min-width: 140px;
    padding: 6px;
    background: #ffffff;
    border: 1px solid #e8ebe8;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(44, 44, 44, 0.09);
    z-index: 20;
  }
}

.content-layout--quicknav-left .quick-nav__search,
.content-layout--quicknav-right .quick-nav__search {
  display: none;
}
.content-layout--quicknav-left .quick-nav__section--side-only,
.content-layout--quicknav-right .quick-nav__section--side-only {
  display: block;
}
.content-layout--quicknav-left .quick-nav__tree--inline,
.content-layout--quicknav-right .quick-nav__tree--inline {
  display: block;
}
.content-layout--quicknav-left .quick-nav__tree--inline .quick-nav__group,
.content-layout--quicknav-right .quick-nav__tree--inline .quick-nav__group {
  display: block;
  width: 100%;
  margin: 0 0 4px;
  border: 1px solid transparent;
}
.content-layout--quicknav-left .quick-nav__tree--inline .quick-nav__group.is-open,
.content-layout--quicknav-right .quick-nav__tree--inline .quick-nav__group.is-open {
  border-color: #e8ebe8;
}
.content-layout--quicknav-left .quick-nav__tree--inline .quick-nav__parent,
.content-layout--quicknav-right .quick-nav__tree--inline .quick-nav__parent {
  width: 100%;
  border: 0;
  border-radius: 0;
}
.content-layout--quicknav-left .quick-nav__tree--inline .quick-nav__parent.is-active,
.content-layout--quicknav-right .quick-nav__tree--inline .quick-nav__parent.is-active {
  background: #edf9ef;
  color: #359e44;
}
.content-layout--quicknav-left .quick-nav__tree--inline .quick-nav__group.is-open > .quick-nav__children,
.content-layout--quicknav-right .quick-nav__tree--inline .quick-nav__group.is-open > .quick-nav__children {
  display: block;
}
.content-layout--quicknav-left .quick-nav__tree--inline .quick-nav__children,
.content-layout--quicknav-right .quick-nav__tree--inline .quick-nav__children {
  position: static;
  box-shadow: none;
  border: 0;
}

.content-layout--quicknav-top .quick-nav__section--side-only {
  display: none;
}

@media (max-width: 767px) {
  .content-layout--quicknav-left .quick-nav .quick-nav__shortcuts,
  .content-layout--quicknav-right .quick-nav .quick-nav__shortcuts {
    grid-template-columns: repeat(3, 1fr);
  }
  .content-layout--quicknav-top .quick-nav__tree--inline .quick-nav__children {
    position: static;
    box-shadow: none;
  }
}
.product-item__type-label,
.product-item__vendor,
.product-item__store {
  display: inline-block;
  margin-bottom: 6px;
  padding: 2px 6px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #8a8a8a;
  background: #f7f8f7;
  border-radius: 3px;
  letter-spacing: 0.02em;
}

.product-item__spec-select {
  width: calc(100% - 32px);
  margin: -6px 16px 10px;
  padding: 8px 10px;
  font-size: 0.875rem;
  border: 1px solid #e8ebe8;
  border-radius: 6px;
  background: #ffffff;
  display: block;
}

.product-item__extra {
  font-size: 0.875rem;
  color: #8a8a8a;
  margin-top: 4px;
}
.product-item__extra--wallet {
  color: #359e44;
  font-weight: 600;
}
.product-item__extra--rebate {
  color: #d97706;
  font-weight: 600;
}

.product-item__stats {
  font-size: 0.875rem;
  color: #8a8a8a;
  margin-top: 6px;
}

.product-item__actions-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.product-item__actions-bar .btn {
  flex: 1;
  min-width: 0;
  padding: 6px 8px;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 6px;
  border: 0;
  text-align: center;
  color: #fff;
  background: #45ca57;
}

.product-item__prices {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
}

.product-item__status {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.35;
}

.product-item__overlay-link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(44, 44, 44, 0.55);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 8px;
}

.product-item__overlay-link--review {
  inset: auto 0 0 0;
  height: auto;
  padding: 8px;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
}

.product-item__bar {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 4px 6px;
  font-size: 0.825rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #8b1a1a;
}

.product-item__mkt-img {
  position: absolute;
  top: 8px;
  left: 8px;
  max-width: 52px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.product-item__wine-alert {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}

.product-item__corner-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: #e5484d;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
}

.product-item__no-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #8a8a8a;
  font-size: 0.875rem;
  font-weight: 600;
}

.product-item--type-no-img .product-item__media {
  background: #f7f8f7;
}

.product-item--type-wine .product-item__media {
  padding-bottom: 22px;
}

.product-item__cart--wine-inquiry {
  cursor: pointer;
}
.product-item__cart--wine-inquiry:disabled {
  cursor: not-allowed;
  opacity: 0.85;
}

.product-item--type-watch .product-item__link {
  pointer-events: none;
}

.product-item--type-watch .product-item__overlay-link {
  pointer-events: auto;
}

.product-item--type-bundle .product-item__actions-bar .btn-primary {
  background: #2c2c2c;
  border-color: #2c2c2c;
}

.product-demo-note {
  margin: 0 0 16px;
  padding: 10px 14px;
  font-size: 0.875rem;
  color: #4a4a4a;
  background: #edf9ef;
  border-radius: 6px;
  border-left: 3px solid #45ca57;
}

.site-footer {
  background: #2c2c2c;
  color: #b8b8b8;
  padding: 48px 0 28px;
  margin-top: 32px;
}
.site-footer .ec-container {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: 16px;
}
.site-footer__grid {
  display: grid;
  gap: 28px;
}
@media (min-width: 768px) {
  .site-footer__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.site-footer h3 {
  margin: 0 0 14px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #f1f5f9;
  letter-spacing: 0.02em;
}
.site-footer a {
  transition: color 0.15s ease;
}
.site-footer a:hover {
  color: #fff;
}
.site-footer li {
  margin-bottom: 10px;
  font-size: 0.9375rem;
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid #e8ebe8;
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 1020;
  box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.06);
}
@media (min-width: 768px) {
  .bottom-nav {
    display: none;
  }
}
.bottom-nav a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 10px 4px;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #8a8a8a;
  transition: color 0.15s ease;
}
.bottom-nav a.is-active {
  color: #45ca57;
}
.bottom-nav a svg {
  width: 22px;
  height: 22px;
}

.ec-floating-stack {
  position: fixed;
  right: 16px;
  bottom: 28px;
  z-index: 1050;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 12px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .ec-floating-stack {
    bottom: 72px;
  }
}

.ec-floating-stack__item {
  pointer-events: auto;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(44, 44, 44, 0.2);
  background: transparent;
  display: block;
  line-height: 0;
}
.ec-floating-stack__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ec-floating-stack__item--ai {
  cursor: pointer;
  background-color: #45ca57 !important;
}

/*# sourceMappingURL=main.css.map */
