@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap");
.jaay-odaplace {
  --jx-primary: #dc143c;
  --jx-primary-dark: #b71c1c;
  --jx-text: #000000;
  --jx-text-secondary: #424242;
  --jx-surface: #ffffff;
  --jx-bg: #fafafa;
  --jx-border: #e0e0e0;
  --jx-warning: #ff9800;
  min-height: 100vh;
  background: var(--jx-bg);
  color: var(--jx-text);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.35; }

.jaay-home__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  background: var(--jx-surface);
  border-bottom: 1px solid rgba(224, 224, 224, 0.85);
  position: sticky;
  top: 0;
  z-index: 40; }

.jaay-home__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit; }

.jaay-home__logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 8px; }

.jaay-home__logo--fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #dc143c 0%, #b71c1c 100%);
  color: #fff;
  font-weight: 800;
  font-size: 18px; }

.jaay-home__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.3px; }

.jaay-home__actions {
  display: flex;
  align-items: center;
  gap: 4px; }

.jaay-home__iconbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  border-radius: 10px;
  color: #424242;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  transition: background 0.15s ease; }
  .jaay-home__iconbtn:hover {
    background: rgba(0, 0, 0, 0.04); }

.jaay-home__iconbtn--muted {
  cursor: default;
  opacity: 0.85; }

.jaay-home__badge {
  position: absolute;
  right: 4px;
  top: 4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 10px;
  background: #e53935;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  border: 1.5px solid #fff; }

.jaay-home__search-wrap {
  background: var(--jx-bg);
  border-bottom: 1px solid rgba(224, 224, 224, 0.85);
  padding: 8px 12px 10px; }

.jaay-home__search {
  width: 100%;
  padding: 10px 36px 10px 42px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: #fafafa;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease; }
  .jaay-home__search:focus {
    border-color: var(--jx-primary);
    box-shadow: 0 0 0 2px rgba(220, 20, 60, 0.2);
    background: #fff; }
  .jaay-home__search--plain {
    padding-left: 14px; }

.jaay-home__search-row {
  position: relative; }

.jaay-home__search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #757575;
  font-size: 16px;
  pointer-events: none; }

.jaay-home__search-clear {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  border-radius: 8px;
  cursor: pointer;
  color: #757575;
  display: none; }
  .jaay-home__search-clear.is-visible {
    display: inline-flex;
    align-items: center;
    justify-content: center; }

.jaay-home__filters {
  display: flex;
  gap: 8px;
  margin-top: 6px; }

.jaay-home__chip {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  height: auto;
  padding: 6px 8px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: #fafafa;
  font-size: 12px;
  font-weight: 600;
  color: #616161;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  min-width: 0; }
  .jaay-home__chip span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .jaay-home__chip i {
    color: var(--jx-primary);
    font-size: 14px;
    flex-shrink: 0; }

.jaay-home__sort-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 6px; }

.jaay-home__sort-btn {
  border: none;
  background: transparent;
  color: var(--jx-primary);
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  font-family: inherit;
  padding: 4px 2px; }

.jaay-home__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-top: 20px; }

.jaay-home__section-head--start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px; }

.jaay-home__section-head__grow {
  flex: 1;
  min-width: 0; }

.jaay-home__accent-bar {
  flex-shrink: 0;
  width: 4px;
  height: 20px;
  border-radius: 2px;
  background: linear-gradient(180deg, #dc143c 0%, #b71c1c 100%); }
  .jaay-home__accent-bar--lg {
    width: 5px;
    height: 28px;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(220, 20, 60, 0.3); }

.jaay-home__section-title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.4px; }
  .jaay-home__section-title--xl {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.45px; }

.jaay-home__link {
  border: none;
  background: none;
  color: var(--jx-primary);
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: inherit;
  padding: 6px 10px;
  text-decoration: none; }
  .jaay-home__link--md {
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 10px; }
  .jaay-home__link:hover {
    text-decoration: underline; }

.jaay-home__cats {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 6px 0 4px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch; }
  .jaay-home__cats::-webkit-scrollbar {
    height: 3px; }

.jaay-home__cat-pill {
  flex: 0 0 auto;
  width: 68px;
  scroll-snap-align: start;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  text-align: center; }

.jaay-home__cat-badge {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(220, 20, 60, 0.12), rgba(220, 20, 60, 0.05));
  border: 1px solid rgba(220, 20, 60, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--jx-primary);
  font-size: 20px; }

.jaay-home__cat-label {
  margin-top: 4px;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.15;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--jx-text); }

.jaay-home__featured {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 4px 20px 8px;
  min-height: 280px; }

.jaay-home__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 0 20px 24px; }

@media (min-width: 600px) {
  .jaay-home__grid {
    grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 960px) {
  .jaay-home__grid {
    grid-template-columns: repeat(4, 1fr); } }
.jaay-home__card {
  background: var(--jx-surface);
  border-radius: 12px;
  border: 1px solid rgba(224, 224, 224, 0.9);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
  color: inherit;
  cursor: default;
  transition: transform 0.15s ease, box-shadow 0.15s ease; }
  .jaay-home__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); }

.jaay-home__card--featured {
  flex: 0 0 200px;
  width: 200px; }

.jaay-home__card-imgwrap {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #f5f5f5; }

.jaay-home__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
  .jaay-home__card-img--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bbb; }

.jaay-home__card-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: linear-gradient(135deg, #dc143c 0%, #b71c1c 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 6px; }

.jaay-home__card-body {
  padding: 10px 12px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px; }

.jaay-home__card-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.25; }

.jaay-home__card-shop {
  font-size: 12px;
  color: #757575;
  margin: 0; }

.jaay-home__card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 6px; }

.jaay-home__card-price {
  font-size: 15px;
  font-weight: 800;
  color: var(--jx-primary); }

.jaay-home__card-stars {
  font-size: 12px;
  color: var(--jx-warning);
  letter-spacing: 1px; }

.jaay-home__empty {
  padding: 32px 24px;
  text-align: center;
  color: #757575;
  font-size: 15px;
  line-height: 1.45; }

.jaay-home__empty-actions {
  margin-top: 16px; }

.jaay-home__more-wrap {
  display: none;
  padding: 0 20px 24px; }
  .jaay-home__more-wrap--visible {
    display: block; }

.jaay-home__btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 320px;
  padding: 14px 16px;
  border: none;
  border-radius: 12px;
  background: var(--jx-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 2px 6px rgba(220, 20, 60, 0.35); }
  .jaay-home__btn-primary:hover {
    background: var(--jx-primary-dark); }

.jaay-home__bottom-space {
  height: 24px; }

.jaay-home-dialog {
  border: none;
  border-radius: 20px 20px 0 0;
  padding: 0;
  width: 100%;
  max-width: 520px;
  margin: auto auto 0; }
  .jaay-home-dialog::backdrop {
    background: rgba(0, 0, 0, 0.45); }

.jaay-home-dialog__inner {
  padding: 12px 0 20px;
  max-height: 80vh;
  display: flex;
  flex-direction: column; }

.jaay-home-dialog__handle {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #e0e0e0;
  margin: 8px auto 16px; }

.jaay-home-dialog__title {
  margin: 0 20px 12px;
  font-size: 18px;
  font-weight: 700; }

.jaay-home-dialog__search-wrap {
  padding: 0 20px 12px; }

.jaay-home-dialog__list {
  overflow-y: auto;
  flex: 1; }

.jaay-home-dialog__item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border: none;
  background: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0; }
  .jaay-home-dialog__item:hover {
    background: #fafafa; }
  .jaay-home-dialog__item.is-active {
    color: var(--jx-primary);
    font-weight: 700; }
  .jaay-home-dialog__item--row {
    justify-content: space-between; }

.jaay-home-dialog__item-text {
  flex: 1;
  text-align: left; }

.jaay-home-dialog__chevron {
  opacity: 0.5;
  font-size: 12px; }

.jaay-home-dialog__hint {
  margin: 0;
  padding: 16px 20px;
  color: #757575; }

.jaay-home-dialog__empty-msg {
  margin: 0;
  padding: 20px;
  text-align: center;
  color: #757575; }

.jaay-home--hidden {
  display: none !important; }

.jaay-mp__nav {
  display: none;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: center; }
  @media (min-width: 900px) {
    .jaay-mp__nav {
      display: flex; } }
.jaay-mp__nav-link {
  color: #424242;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 8px;
  white-space: nowrap; }
  .jaay-mp__nav-link:hover {
    color: var(--jx-primary);
    background: rgba(220, 20, 60, 0.06); }
.jaay-mp__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, #dc143c 0%, #b71c1c 100%);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(220, 20, 60, 0.35); }
  .jaay-mp__cta:hover {
    filter: brightness(1.05); }
.jaay-mp__hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #dc143c 0%, #b71c1c 100%);
  color: #fff; }
.jaay-mp__hero-inner {
  position: relative;
  z-index: 1; }
.jaay-mp__hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: radial-gradient(circle at 20% 50%, #fff 0%, transparent 45%), radial-gradient(circle at 80% 20%, #fff 0%, transparent 40%);
  pointer-events: none; }
.jaay-mp__hero-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.95;
  margin-bottom: 10px; }
.jaay-mp__hero-title {
  margin: 0 0 12px;
  font-size: clamp(26px, 5vw, 40px);
  font-weight: 800;
  letter-spacing: -0.8px;
  line-height: 1.15;
  max-width: 640px; }
.jaay-mp__hero-lead {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.95;
  max-width: 560px; }
.jaay-mp__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px; }
.jaay-mp__hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  font-family: inherit; }
  .jaay-mp__hero-btn--light {
    background: #fff;
    color: #dc143c; }
    .jaay-mp__hero-btn--light:hover {
      background: #fff5f6; }
  .jaay-mp__hero-btn--ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.55); }
    .jaay-mp__hero-btn--ghost:hover {
      background: rgba(255, 255, 255, 0.12); }
.jaay-mp__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }
.jaay-mp__stat {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  padding: 12px 18px;
  min-width: 120px; }
.jaay-mp__stat-value {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px; }
.jaay-mp__stat-label {
  font-size: 12px;
  opacity: 0.9;
  margin-top: 2px; }
.jaay-mp__trust {
  background: var(--jx-surface);
  border-bottom: 1px solid rgba(224, 224, 224, 0.85); }
.jaay-mp__trust-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px; }
  @media (min-width: 640px) {
    .jaay-mp__trust-inner {
      grid-template-columns: repeat(3, 1fr);
      gap: 24px; } }
.jaay-mp__trust-item {
  display: flex;
  gap: 14px;
  align-items: flex-start; }
.jaay-mp__trust-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(220, 20, 60, 0.08);
  color: var(--jx-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0; }
.jaay-mp__trust-title {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  color: var(--jx-text); }
.jaay-mp__trust-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #616161; }
.jaay-mp__section-wrap {
  max-width: 1180px;
  margin: 0 auto; }
.jaay-mp__shops {
  padding-bottom: 8px; }
.jaay-mp__shops-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 0 0 8px; }
  @media (min-width: 560px) {
    .jaay-mp__shops-grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 900px) {
    .jaay-mp__shops-grid {
      grid-template-columns: repeat(4, 1fr); } }
.jaay-mp__shop-card {
  display: flex;
  flex-direction: column;
  background: var(--jx-surface);
  border: 1px solid rgba(224, 224, 224, 0.9);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease; }
  .jaay-mp__shop-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08); }
.jaay-mp__shop-cover {
  height: 88px;
  background: linear-gradient(145deg, rgba(220, 20, 60, 0.15), rgba(220, 20, 60, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
.jaay-mp__shop-logo {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #f5f5f5; }
.jaay-mp__shop-logo--fallback {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: linear-gradient(135deg, #dc143c 0%, #b71c1c 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
.jaay-mp__shop-body {
  padding: 12px 14px 14px;
  flex: 1; }
.jaay-mp__shop-name {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
.jaay-mp__shop-meta {
  font-size: 12px;
  color: #757575;
  margin: 0 0 8px; }
.jaay-mp__shop-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: var(--jx-primary);
  background: rgba(220, 20, 60, 0.08);
  padding: 4px 8px;
  border-radius: 6px; }
.jaay-mp__shops-empty {
  margin: 0;
  padding: 0 0 20px;
  color: #757575;
  font-size: 15px;
  line-height: 1.45; }
.jaay-mp__footer {
  background: #1a1a1a;
  color: #e0e0e0; }
.jaay-mp__footer-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px; }
  @media (min-width: 720px) {
    .jaay-mp__footer-inner {
      grid-template-columns: 1.2fr repeat(3, 1fr);
      gap: 32px; } }
.jaay-mp__footer-brand {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px; }
.jaay-mp__footer-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.85; }
.jaay-mp__footer-col-title {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff; }
.jaay-mp__footer-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .jaay-mp__footer-list li {
    margin-bottom: 8px; }
  .jaay-mp__footer-list a {
    color: #bdbdbd;
    text-decoration: none;
    font-size: 14px; }
    .jaay-mp__footer-list a:hover {
      color: #fff; }
.jaay-mp__footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  opacity: 0.75;
  text-align: center; }

@media (min-width: 768px) {
  .jaay-home__cats--marketplace {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    overflow-x: visible;
    justify-content: flex-start;
    align-content: flex-start;
    padding-bottom: 8px; } }

.jaay-mp__promo {
  background: #1a1a1a;
  color: #eee;
  font-size: 13px;
  text-align: center;
  padding: 8px 16px;
  line-height: 1.4; }
  .jaay-mp__promo a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline; }
  .jaay-mp__promo strong {
    color: #fff;
    font-weight: 800; }

.jaay-cart-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  border-radius: 10px;
  color: #424242;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s ease; }
  .jaay-cart-btn:hover {
    background: rgba(0, 0, 0, 0.04); }

.jaay-cart-btn__count {
  position: absolute;
  right: 2px;
  top: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: #dc143c;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  border: 2px solid #fff; }
  .jaay-cart-btn__count:empty, .jaay-cart-btn__count[data-count="0"] {
    display: none; }

.jaay-home__card-stock {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 6px;
  z-index: 1; }
  .jaay-home__card-stock--ok {
    background: rgba(76, 175, 80, 0.95);
    color: #fff; }
  .jaay-home__card-stock--no {
    background: rgba(97, 97, 97, 0.9);
    color: #fff; }

.jaay-home__card-actions {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(224, 224, 224, 0.7); }

.jaay-home__card-add {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border: none;
  border-radius: 10px;
  background: var(--jx-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit; }
  .jaay-home__card-add:hover:not(:disabled) {
    background: var(--jx-primary-dark); }
  .jaay-home__card-add--disabled, .jaay-home__card-add:disabled {
    opacity: 0.55;
    cursor: not-allowed; }

.jaay-home__card--featured .jaay-home__card-add {
  padding: 8px 10px;
  font-size: 12px; }

.jaay-home__card-meta {
  flex-wrap: wrap;
  gap: 4px; }

.jaay-mp__ecom-strip {
  background: #f5f5f5;
  border-top: 1px solid rgba(224, 224, 224, 0.85);
  border-bottom: 1px solid rgba(224, 224, 224, 0.85); }

.jaay-mp__ecom-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px; }
  @media (min-width: 640px) {
    .jaay-mp__ecom-strip-inner {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 960px) {
    .jaay-mp__ecom-strip-inner {
      grid-template-columns: repeat(4, 1fr);
      gap: 14px; } }

.jaay-mp__ecom-item {
  display: flex;
  gap: 12px;
  align-items: flex-start; }

.jaay-mp__ecom-ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(224, 224, 224, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--jx-primary);
  font-size: 18px;
  flex-shrink: 0; }

.jaay-mp__ecom-item h3 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  color: var(--jx-text); }

.jaay-mp__ecom-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #616161; }

.jaay-mp__newsletter {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px 8px; }

.jaay-mp__newsletter-box {
  background: linear-gradient(135deg, rgba(220, 20, 60, 0.08), rgba(220, 20, 60, 0.05));
  border: 1px solid rgba(220, 20, 60, 0.15);
  border-radius: 12px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 4px; }
  @media (min-width: 720px) {
    .jaay-mp__newsletter-box {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 20px; } }

.jaay-mp__newsletter-text h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
  color: var(--jx-text); }

.jaay-mp__newsletter-text p {
  margin: 0;
  font-size: 14px;
  color: #616161; }

.jaay-mp__newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 420px; }
  .jaay-mp__newsletter-form input[type="email"] {
    flex: 1;
    min-width: 180px;
    padding: 12px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    font-family: inherit; }
  .jaay-mp__newsletter-form button[type="submit"] {
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    background: var(--jx-primary);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    font-family: inherit; }
    .jaay-mp__newsletter-form button[type="submit"]:hover {
      background: var(--jx-primary-dark); }

.jaay-cart-dialog__lines {
  padding: 0 20px;
  max-height: 45vh;
  overflow-y: auto; }

.jaay-cart-line {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  align-items: flex-start; }

.jaay-cart-line__img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  object-fit: cover;
  background: #f5f5f5;
  flex-shrink: 0; }

.jaay-cart-line__info {
  flex: 1;
  min-width: 0; }

.jaay-cart-line__title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 4px; }

.jaay-cart-line__meta {
  font-size: 12px;
  color: #757575; }

.jaay-cart-line__qty {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px; }

.jaay-cart-line__qty button {
  width: 28px;
  height: 28px;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1; }

.jaay-cart-line__remove {
  border: none;
  background: none;
  color: #dc143c;
  font-size: 12px;
  cursor: pointer;
  padding: 0; }

.jaay-cart-dialog__footer {
  padding: 16px 20px 4px;
  border-top: 1px solid #eee; }

.jaay-cart-dialog__total {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 8px; }

.jaay-cart-dialog__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px 16px; }

.jaay-cart-dialog__checkout {
  display: block;
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 12px;
  background: var(--jx-primary);
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box; }
  .jaay-cart-dialog__checkout:hover {
    background: var(--jx-primary-dark); }

.jaay-cart-dialog__continue {
  width: 100%;
  padding: 10px;
  border: none;
  background: none;
  color: #616161;
  font-size: 14px;
  cursor: pointer;
  font-family: inherit; }

.jaay-cart-empty {
  padding: 24px 20px;
  text-align: center;
  color: #757575;
  font-size: 15px; }

.jaay-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(120px);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
  z-index: 10000;
  background: #1a1a1a;
  color: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  max-width: 90vw;
  pointer-events: none; }
  .jaay-toast.is-visible {
    transform: translateX(-50%) translateY(0);
    opacity: 1; }

.jaay-mp {
  overflow-x: hidden; }
  .jaay-mp *,
  .jaay-mp *::before,
  .jaay-mp *::after {
    box-sizing: border-box; }

.jaay-mp__shell {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(16px, 4vw, 24px);
  padding-right: clamp(16px, 4vw, 24px); }

.jaay-home__header.jaay-mp__header {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  background: var(--jx-surface);
  border-bottom: 1px solid rgba(224, 224, 224, 0.85);
  box-shadow: none;
  position: sticky;
  top: 0;
  z-index: 40; }

.jaay-mp__header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px clamp(16px, 4vw, 24px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  row-gap: 10px; }
  @media (min-width: 900px) {
    .jaay-mp__header-inner {
      flex-wrap: nowrap; } }

.jaay-home__brand {
  min-width: 0;
  flex-shrink: 1; }

.jaay-home__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: min(200px, 42vw); }
  @media (min-width: 400px) {
    .jaay-home__title {
      max-width: 280px; } }

.jaay-mp__nav {
  order: 3;
  width: 100%;
  justify-content: flex-start;
  flex: none;
  padding-top: 4px;
  border-top: 1px solid rgba(224, 224, 224, 0.6); }
  @media (min-width: 900px) {
    .jaay-mp__nav {
      order: 0;
      width: auto;
      flex: 1 1 auto;
      justify-content: center;
      padding-top: 0;
      border-top: none; } }

.jaay-mp__header-actions {
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap; }

.jaay-mp__cta {
  white-space: nowrap;
  font-size: 12px;
  padding: 8px 12px; }
  @media (max-width: 380px) {
    .jaay-mp__cta {
      padding: 8px 10px; }
      .jaay-mp__cta span,
      .jaay-mp__cta .fa-store {
        display: none; } }

.jaay-mp__hero-inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px clamp(16px, 4vw, 24px) 32px; }

.jaay-mp__hero-lead {
  margin-bottom: 18px;
  font-size: 15px; }

.jaay-mp__hero-actions {
  margin-bottom: 22px; }

.jaay-mp__stats {
  gap: 10px; }

.jaay-mp__stat {
  min-width: 0;
  flex: 1 1 100px;
  padding: 10px 14px; }

.jaay-mp__stat-value {
  font-size: clamp(18px, 4vw, 22px); }

.jaay-mp__promo {
  font-size: 12px;
  padding: 7px clamp(16px, 4vw, 24px);
  line-height: 1.35; }

.jaay-mp__trust-inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px clamp(16px, 4vw, 24px);
  align-items: stretch; }

.jaay-mp__trust-item {
  align-items: center; }

.jaay-mp__search-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px clamp(16px, 4vw, 24px) 12px; }

.jaay-mp .jaay-home__search-wrap {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid rgba(224, 224, 224, 0.85);
  border-radius: 12px;
  padding: 10px 12px 12px;
  background: var(--jx-surface); }

@media (min-width: 560px) {
  .jaay-mp .jaay-home__search-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 8px;
    align-items: center; }

  .jaay-mp .jaay-home__search-row {
    grid-column: 1 / -1; }

  .jaay-mp .jaay-home__filters {
    grid-column: 1;
    margin-top: 0; }

  .jaay-mp .jaay-home__sort-row {
    grid-column: 2;
    margin-top: 0;
    justify-content: flex-end; } }
.jaay-home-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 4px clamp(16px, 4vw, 24px) 28px;
  width: 100%; }

.jaay-home__section-head {
  padding: 0;
  margin-top: 0;
  margin-bottom: 2px; }

.jaay-home-main > section:first-child .jaay-home__section-head {
  margin-top: 8px; }

.jaay-home-main > section:not(:first-child) .jaay-home__section-head {
  margin-top: 22px; }

.jaay-home__cats {
  padding: 6px 0 8px;
  margin: 0; }

.jaay-home__featured {
  padding: 6px 0 12px;
  min-height: 0; }

.jaay-home__grid {
  padding: 8px 0 20px; }

.jaay-home__bottom-space {
  height: 16px; }

.jaay-mp__shops-grid {
  padding: 4px 0 12px; }

.jaay-mp__shops-empty {
  padding: 8px 0 16px; }

.jaay-mp__ecom-strip-inner {
  max-width: 1180px;
  padding: 22px clamp(16px, 4vw, 24px);
  gap: 18px; }

.jaay-mp__newsletter {
  max-width: 1180px;
  padding: 24px clamp(16px, 4vw, 24px) 8px; }

.jaay-mp__footer {
  padding: 32px clamp(16px, 4vw, 24px) 24px;
  margin-top: 0; }

.jaay-mp__footer-inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto; }

.jaay-mp__footer-bottom {
  box-sizing: border-box;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  padding-left: clamp(16px, 4vw, 24px);
  padding-right: clamp(16px, 4vw, 24px); }

/*# sourceMappingURL=jaay-home.css.map */
