.text-accent {
  color: #facc15;
}

.home-hero {
  padding: 14px 0 10px;
}

.home-hero__box {
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 16px;
  align-items: center;
}

.home-hero__content {
  padding: 10px 8px 10px 4px;
}

.home-hero__lead {
  margin-top: 12px;
  max-width: 520px;
  color: #a6b4cd;
}

html[data-theme="light"] .home-hero__lead {
  color: #64748b;
}

.home-search {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  max-width: 560px;
}

.home-search__field .input-base {
  min-height: 46px;
}

.home-search__button {
  min-width: 112px;
  min-height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.home-search__button-icon {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
}

.home-search__button-text {
  display: inline-block;
}

.home-popular {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.home-popular__label {
  font-size: 13px;
  color: #a6b4cd;
  font-weight: 700;
}

html[data-theme="light"] .home-popular__label {
  color: #64748b;
}

.home-popular__chip {
  min-height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  color: #d9e0ef;
  font-size: 12px;
  font-weight: 700;
  transition: background .18s ease, transform .18s ease, color .18s ease;
  box-shadow: none !important;
}

html[data-theme="light"] .home-popular__chip {
  background: #ffffff;
  color: #334155;
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: none !important;
}

html[data-theme="light"] .home-popular__chip:hover {
  background: #f8fafc;
  color: #111827;
}

.home-popular__chip:hover {
  background: rgba(255,255,255,0.09);
  transform: translateY(-1px);
}

.home-hero__visual {
  position: relative;
  min-height: 260px;
  border-radius: 0 !important;
  overflow: hidden;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html[data-theme="light"] .home-hero__visual {
  background: transparent !important;
}

.home-hero__image {
  position: absolute;
  right: 20px;
  bottom: 0;
  max-width: 520px;
  max-height: 320px;
  filter: none !important;
}

.home-hero__product-card {
  position: absolute;
  right: 10px;
  top: 24px;
  width: 138px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(12, 18, 34, 0.76);
  border: 1px solid rgba(255,255,255,0.07);
  backdrop-filter: blur(12px);
  box-shadow: none !important;
}

html[data-theme="light"] .home-hero__product-card {
  background: rgba(255,255,255,0.96);
  border-color: rgba(148, 163, 184, 0.18);
  box-shadow: none !important;
}

.home-hero__product-number {
  font-size: 12px;
  color: #a6b4cd;
  font-weight: 700;
}

html[data-theme="light"] .home-hero__product-number {
  color: #64748b;
}

.home-hero__product-name {
  margin-top: 6px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.05;
}

html[data-theme="light"] .home-hero__product-name {
  color: #0f172a;
}

.home-hero__product-theme {
  margin-top: 6px;
  font-size: 13px;
  color: #a6b4cd;
}

html[data-theme="light"] .home-hero__product-theme {
  color: #64748b;
}

.home-hero__product-btn {
  margin-top: 14px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  font-size: 13px;
  font-weight: 700;
  transition: background .18s ease, color .18s ease;
  box-shadow: none !important;
}

html[data-theme="light"] .home-hero__product-btn {
  background: linear-gradient(180deg, #fde047 0%, #facc15 100%);
  color: #171717;
  border: 1px solid rgba(250, 204, 21, 0.6);
}

.home-hero__product-btn:hover {
  background: linear-gradient(180deg, #fde047 0%, #facc15 100%);
  color: #171717;
}

.home-feature-row {
  padding: 12px 0 8px;
}

.home-feature-row__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.feature-card {
  min-height: 82px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: none !important;
}

.feature-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.06);
  font-size: 18px;
  flex-shrink: 0;
  transition: background .18s ease, transform .18s ease;
  box-shadow: none !important;
}

html[data-theme="light"] .feature-card__icon {
  background: rgba(250, 204, 21, 0.12);
}

.feature-card__title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
}

html[data-theme="light"] .feature-card__title {
  color: #0f172a;
}

.feature-card__text {
  margin-top: 4px;
  font-size: 13px;
  color: #9aa9c4;
}

html[data-theme="light"] .feature-card__text {
  color: #64748b;
}

.feature-card__arrow {
  margin-left: auto;
  color: #c7d1e3;
  font-size: 18px;
  transition: color .18s ease, transform .18s ease;
}

html[data-theme="light"] .feature-card__arrow {
  color: #64748b;
}

.feature-card:hover .feature-card__icon {
  background: rgba(250, 204, 21, 0.18);
  transform: translateY(-1px);
}

.feature-card:hover .feature-card__arrow {
  color: #facc15;
  transform: translateX(2px);
}

.section-head {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.section-head__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-head__link {
  font-size: 13px;
  color: #dbe2ef;
  font-weight: 700;
  transition: color .18s ease;
}

html[data-theme="light"] .section-head__link {
  color: #475569;
}

.section-head__link:hover {
  color: #facc15;
}

.deal-slider,
.showcase-slider,
.theme-slider {
  overflow: hidden;
}

.deal-slider__track,
.showcase-slider__track,
.theme-slider__track {
  display: grid;
  gap: 16px;
  transition: transform .28s ease;
}

.theme-slider__track {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.deal-card,
.showcase-card {
  overflow: hidden;
  min-width: 0;
  box-shadow: none !important;
}

.deal-card__media,
.showcase-card__media,
.theme-card__media {
  position: relative;
  min-height: 210px;
  display: grid;
  place-items: center;
  padding: 10px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,0.04), transparent 45%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

html[data-theme="light"] .deal-card__media,
html[data-theme="light"] .showcase-card__media,
html[data-theme="light"] .theme-card__media {

  border-bottom-color: rgba(148, 163, 184, 0.14);
}

.deal-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
}

.deal-card__image,
.showcase-card__image,
.theme-card__image {
  max-width: 100%;
  max-height: 180px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none !important;
}

.deal-card__body,
.showcase-card__body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  min-height: 190px;
}

.deal-card__title-full,
.showcase-card__title {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
}

html[data-theme="light"] .deal-card__title-full,
html[data-theme="light"] .showcase-card__title {
  color: #0f172a;
}

.deal-card__price-row {
  margin-top: 14px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.deal-card__price {
  font-size: 21px;
  font-weight: 800;
  color: #ffd84b;
}

.deal-card__old {
  font-size: 13px;
  color: #8a96ab;
  text-decoration: line-through;
}

html[data-theme="light"] .deal-card__old {
  color: #94a3b8;
}

.deal-card__shop-wrap {
  margin-top: auto;
  padding-top: 14px;
}

.deal-card__shop-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #8ea0be;
}

html[data-theme="light"] .deal-card__shop-label {
  color: #64748b;
}

.deal-card__shop {
  margin-top: 5px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: #dbeafe;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: none !important;
}

html[data-theme="light"] .deal-card__shop {
  color: #171717;
  background: linear-gradient(180deg, #fde047 0%, #facc15 100%);
  border-color: rgba(250, 204, 21, 0.55);
}

.deal-card__cta {
  margin-top: 14px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 13px;
  background: rgba(255,255,255,0.06);
  font-size: 13px;
  font-weight: 800;
  transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
  box-shadow: none !important;
}

html[data-theme="light"] .deal-card__cta {
  background: linear-gradient(180deg, #fde047 0%, #facc15 100%);
  color: #171717;
  border: 1px solid rgba(250, 204, 21, 0.6);
}

html[data-theme="light"] .deal-card__shop,
html[data-theme="light"] .showcase-card__pill,
html[data-theme="light"] .deal-card__cta,
html[data-theme="light"] .home-hero__product-btn {
  color: #171717;
}

.deal-card__cta:hover {
  background: linear-gradient(180deg, #fde047 0%, #facc15 100%);
  color: #171717;
  transform: translateY(-1px);
  box-shadow: none !important;
}

.premium-banner {
  padding: 24px 26px;
  border-radius: 24px;
  box-shadow: none !important;
}

.premium-banner--home {
  background: #facc15 !important;
  border: 1px solid rgba(250, 204, 21, 0.75) !important;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

html[data-theme="light"] .premium-banner--home {
  background: #facc15 !important;
  border: 1px solid rgba(250, 204, 21, 0.75) !important;
}

.premium-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(23, 23, 23, 0.10);
  color: #171717;
  font-size: 12px;
  font-weight: 800;
}

html[data-theme="light"] .premium-banner__eyebrow {
  background: rgba(23, 23, 23, 0.10);
  color: #171717;
}

.premium-banner__title {
  margin-top: 12px;
  font-size: 29px;
  line-height: 1.1;
  font-weight: 800;
  color: #171717 !important;
}

html[data-theme="light"] .premium-banner__title {
  color: #171717 !important;
}

.premium-banner__text {
  margin-top: 10px;
  max-width: 760px;
  line-height: 1.7;
  opacity: 1;
  color: rgba(23, 23, 23, 0.82) !important;
}

html[data-theme="light"] .premium-banner__text {
  color: rgba(23, 23, 23, 0.82) !important;
}

.premium-banner__points {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.premium-banner__point {
  min-height: 32px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.45);
  color: #171717;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: none !important;
}

html[data-theme="light"] .premium-banner__point {
  background: rgba(255,255,255,0.45);
  color: #171717;
  border: 1px solid rgba(255,255,255,0.35);
}

.premium-banner__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.showcase-card__body {
  min-height: 172px;
}

.showcase-card__meta {
  margin-top: 8px;
  color: #9aa9c4;
  font-size: 13px;
}

html[data-theme="light"] .showcase-card__meta {
  color: #64748b;
}

.showcase-card__footer {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.showcase-card__value {
  font-size: 18px;
  font-weight: 800;
}

.showcase-card__value--price {
  color: #ffd84b;
}

.showcase-card__value.is-up {
  color: #4ade80;
}

.showcase-card__value.is-down {
  color: #fb7185;
}

.showcase-card__pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  color: #dbeafe;
  font-size: 12px;
  font-weight: 700;
  box-shadow: none !important;
}

html[data-theme="light"] .showcase-card__pill {
  background: linear-gradient(180deg, #fde047 0%, #facc15 100%);
  color: #171717;
  border: 1px solid rgba(250, 204, 21, 0.6);
}

.theme-card {
  padding-bottom: 16px;
  overflow: hidden;
  box-shadow: none !important;
}

.theme-card__media {
  min-height: 170px;
}

.theme-card__name {
  margin-top: 14px;
  padding: 0 14px;
  font-size: 15px;
  font-weight: 800;
}

html[data-theme="light"] .theme-card__name {
  color: #0f172a;
}

.theme-card__count {
  margin-top: 4px;
  padding: 0 14px;
  color: #9aa9c4;
  font-size: 13px;
}

html[data-theme="light"] .theme-card__count {
  color: #64748b;
}

@media (max-width: 1200px) {
  .deal-slider__track,
  .showcase-slider__track,
  .theme-slider__track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-feature-row__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-hero__grid,
  .premium-banner--home {
    grid-template-columns: 1fr;
  }

  .premium-banner__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .home-feature-row__grid {
    grid-template-columns: 1fr;
  }

  .home-search {
    grid-template-columns: 1fr auto;
    align-items: stretch;
  }

  .home-search__button {
    min-width: 46px;
    width: 46px;
    padding: 0;
  }

  .home-search__button-text {
    display: none;
  }

  .home-search__button-icon {
    font-size: 18px;
  }

  .home-hero__image {
    position: static;
    margin: 24px auto 0;
    display: block;
    max-width: 100%;
    max-height: 320px;
  }

  .home-hero__product-card {
    position: absolute;
    right: 12px;
    top: 12px;
  }

  .section-head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
  }

  .section-head__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }

  .section-head__link {
    white-space: nowrap;
  }

}

.deal-card,
.showcase-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.deal-card__body,
.showcase-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.deal-card__footer,
.showcase-card__footer {
  margin-top: auto;
}

.deal-card__footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 14px;
}

.showcase-card__footer--stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.showcase-card__price-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.showcase-card__compare {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: rgba(255,255,255,.75);
}

.showcase-card__compare.is-below strong,
.showcase-card__compare.is-down strong {
  color: #57d68d;
}

.showcase-card__compare.is-above strong,
.showcase-card__compare.is-up strong {
  color: #ff7b7b;
}

.showcase-card__compare.is-neutral strong {
  color: #fff;
}

.showcase-card--linked {
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.showcase-card--linked:hover {
  transform: translateY(-4px);
  box-shadow: none !important;
}

.showcase-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.showcase-card__media,
.showcase-card__body {
  position: relative;
  z-index: 2;
}

.showcase-card__overlay:focus-visible {
  outline: 2px solid var(--color-accent, #facc15);
  outline-offset: 3px;
}

.deal-card,
.showcase-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.deal-card__overlay,
.showcase-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
}

.deal-card--linked,
.showcase-card--linked {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.deal-card--linked:hover,
.showcase-card--linked:hover {
  transform: translateY(-4px);
  box-shadow: none !important;
}

.deal-card__media,
.deal-card__body,
.showcase-card__media,
.showcase-card__body {
  position: relative;
  z-index: 2;
}

.deal-card__badge--right,
.showcase-card__badge--right {
  position: absolute;
  top: 12px;
  right: 12px;
  left: auto;
}

.deal-card__body,
.showcase-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.deal-card__title-full,
.showcase-card__title {
  margin-bottom: 12px;
}

.deal-card__bottom,
.showcase-card__bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.deal-card__price-row,
.showcase-card__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.showcase-card__price-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex-wrap: wrap;
}

.deal-card__price,
.showcase-card__price {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.deal-card__old,
.showcase-card__old {
  font-size: 13px;
  line-height: 1;
  opacity: .6;
  text-decoration: line-through;
}

.deal-card__shop-line,
.showcase-card__shop-line {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 18px;
}

.deal-card__shop-logo,
.showcase-card__shop-logo {
  width: 13px;
  height: 13px;
  object-fit: contain;
  flex: 0 0 13px;
}

.deal-card__shop-name,
.showcase-card__shop-name {
  font-size: 13px;
  line-height: 1.2;
  opacity: .78;
}

.showcase-card__delta {
  font-size: 12px;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: none !important;
}

.showcase-card__delta.is-below,
.showcase-card__delta.is-down {
  background: rgba(50, 184, 108, .14);
  color: #6ee7a2;
  border: 1px solid rgba(50, 184, 108, .24);
}

.showcase-card__delta.is-above,
.showcase-card__delta.is-up {
  background: rgba(255, 107, 107, .14);
  color: #ff8c8c;
  border: 1px solid rgba(255, 107, 107, .24);
}

.showcase-card__delta.is-neutral {
  background: rgba(255, 255, 255, .08);
  color: rgba(255,255,255,.82);
  border: 1px solid rgba(255, 255, 255, .10);
}

.showcase-card__meta {
  margin-bottom: 10px;
}

.deal-card__price,
.showcase-card__price {
  color: #ffd54a;
}

.slider-empty-state {
  width: 100%;
  min-width: 100%;
  padding: 0;
}

.slider-empty-state__inner {
  min-height: 260px;
  border: 1px dashed rgba(255,255,255,0.12);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background: rgba(255,255,255,0.02);
  color: var(--text-muted, #94a3b8);
  text-align: center;
  padding: 24px;
  box-shadow: none !important;
}

html[data-theme="light"] .slider-empty-state__inner {
  border-color: rgba(15, 23, 42, 0.12);
  background: rgba(15, 23, 42, 0.02);
}

.slider-empty-state__icon {
  font-size: 28px;
  line-height: 1;
}

.slider-empty-state__title {
  font-size: 14px;
  font-weight: 600;
}

.deal-slider,
.showcase-slider,
.theme-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.deal-slider__track,
.showcase-slider__track,
.theme-slider__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 20px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.deal-slider__track > *,
.showcase-slider__track > *,
.theme-slider__track > * {
  min-width: calc((100% - 80px) / 5);
  max-width: calc((100% - 80px) / 5);
  flex: 0 0 calc((100% - 80px) / 5);
}

@media (max-width: 1200px) {
  .deal-slider__track > *,
  .showcase-slider__track > *,
  .theme-slider__track > * {
    min-width: calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
    flex: 0 0 calc((100% - 40px) / 3);
  }
}

@media (max-width: 760px) {
  .deal-slider__track > *,
  .showcase-slider__track > *,
  .theme-slider__track > * {
    min-width: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
    flex: 0 0 calc((100% - 10px) / 2);
  }

  .deal-card__media,
  .showcase-card__media,
  .theme-card__media {
    min-height: 180px;
  }

  .deal-card__image,
  .showcase-card__image,
  .theme-card__image {
    max-height: 150px;
  }
}

.deal-card,
.showcase-card,
.theme-card {
  width: 100%;
  min-width: 0;
}

.deal-card__body,
.showcase-card__body,
.theme-card {
  min-width: 0;
}

.deal-card__title-full,
.showcase-card__title,
.theme-card__name {
  overflow: hidden;
  text-overflow: ellipsis;
}

.showcase-card__title,
.deal-card__title-full {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.deal-card__media,
.showcase-card__media,
.theme-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.deal-card__image,
.showcase-card__image,
.theme-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.deal-slider,
.showcase-slider,
.theme-slider {
  touch-action: pan-y;
}

.deal-slider__track > .slider-empty-state,
.showcase-slider__track > .slider-empty-state,
.theme-slider__track > .slider-empty-state {
  flex: 0 0 100%;
  max-width: 100%;
}

html[data-theme="light"] .premium-banner--home,
html[data-theme="light"] .footer-newsletter--highlight,
html[data-theme="light"] .banner-yellow {
  color: #171717;
}

html[data-theme="light"] .premium-banner__title,
html[data-theme="light"] .footer-newsletter__title {
  color: #171717;
}

html[data-theme="light"] .premium-banner__text,
html[data-theme="light"] .footer-newsletter__text {
  color: rgba(23, 23, 23, 0.8);
}

html[data-theme="light"] .home-hero__box {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html[data-theme="light"] .home-hero__box .page-title,
html[data-theme="light"] .home-hero__box .text-accent,
html[data-theme="light"] .home-hero__box .home-hero__product-name,
html[data-theme="light"] .home-hero__box .home-hero__product-theme {
  color: inherit;
}

html[data-theme="light"] .home-hero__box .home-hero__lead,
html[data-theme="light"] .home-hero__box .home-popular__label {
  color: #64748b;
}

/* kill homepage shadows completely */
.home-hero__box,
.home-hero__visual,
.home-hero__product-card,
.home-popular__chip,
.feature-card,
.deal-card,
.showcase-card,
.theme-card,
.premium-banner,
.slider-empty-state__inner,
.deal-card__cta,
.deal-card__shop,
.showcase-card__pill,
.showcase-card__delta,
.home-hero__product-btn {
  box-shadow: none !important;
}

/* make light theme primary/secondary style yellow on homepage */
html[data-theme="light"] .home-hero .btn-primary,
html[data-theme="light"] .premium-banner .btn-primary,
html[data-theme="light"] .premium-banner .btn-secondary,
html[data-theme="light"] .home-search__button {
  background: linear-gradient(180deg, #fde047 0%, #facc15 100%) !important;
  color: #171717 !important;
  border: 1px solid rgba(250, 204, 21, 0.6) !important;
}

.home-search__button-icon {
  font-size: 18px;
  color: #fff;
  line-height: 1;
}

@media (max-width: 760px) {
  .home-search__button {
    min-width: 48px;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-search__button-icon {
    font-size: 20px;
    color: #fff !important;
  }
}

/* DESKTOP: hide icon */
.home-search__button-icon {
  display: none;
}

/* MOBILE */
@media (max-width: 760px) {
  .home-search__button-icon {
    display: flex;
  }

  .home-search__button-text {
    display: none;
  }
}

.showcase-card__media {
  position: relative;
}

.showcase-card__badge {
  position: absolute;
  top: 12px;
  z-index: 2;
}

.showcase-card__badge--left {
  left: 12px;
}

.showcase-card__badge--right {
  right: 12px;
}

.showcase-card__price-row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.showcase-card__price-wrap {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.css-image-placeholder {
    width: 100%;
    height: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)),
        repeating-linear-gradient(
            90deg,
            rgba(255,255,255,0.03) 0,
            rgba(255,255,255,0.03) 14px,
            transparent 14px,
            transparent 28px
        );
    border: 1px solid rgba(255,255,255,0.06);
    overflow: hidden;
    position: relative;
}

.css-image-placeholder::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(250, 204, 21, 0.08), transparent 25%),
        radial-gradient(circle at 80% 75%, rgba(255, 255, 255, 0.05), transparent 24%);
    pointer-events: none;
}

.css-image-placeholder__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    text-align: center;
}

.css-image-placeholder__icon {
    font-size: 34px;
    line-height: 1;
    opacity: 0.95;
}

.css-image-placeholder__text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.78);
}

.css-image-placeholder--deal,
.css-image-placeholder--showcase,
.css-image-placeholder--theme {
    aspect-ratio: 1 / 1;
}

.css-image-placeholder--hero {
    min-height: 420px;
    border-radius: 24px;
}

.shop-logo-placeholder {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

html[data-theme="light"] .css-image-placeholder {
    background:
        linear-gradient(180deg, #f9fafb, #f3f4f6),
        repeating-linear-gradient(
            90deg,
            rgba(0,0,0,0.03) 0,
            rgba(0,0,0,0.03) 14px,
            transparent 14px,
            transparent 28px
        );
    border-color: rgba(0,0,0,0.06);
}

html[data-theme="light"] .css-image-placeholder__text {
    color: rgba(17,24,39,0.72);
}

html[data-theme="light"] .shop-logo-placeholder {
    background: #e5e7eb;
    border-color: rgba(0,0,0,0.08);
    color: #111827;
}

.showcase-card__meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    margin-top: 4px;
}

.showcase-card__meta-date {
    color: #9ca3af; /* subtle gray */
}

.showcase-card__meta-change {
    font-weight: 400; /* NOT bold */
}

.showcase-card__meta-change.is-down {
    color: #22c55e; /* green */
}

.showcase-card__meta-change.is-up {
    color: #ef4444; /* red */
}

html[data-theme="dark"] .deal-card__image,
html[data-theme="dark"] .showcase-card__image,
html[data-theme="dark"] .theme-card__image,
html[data-theme="dark"] .set-gallery__image,
body.theme-dark .deal-card__image,
body.theme-dark .showcase-card__image,
body.theme-dark .theme-card__image,
body.theme-dark .set-gallery__image {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  padding: 12px;
  box-sizing: border-box;
}

.account-menu {
    position: relative;
}

.account-menu__dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 1000;
    min-width: 260px;
}

.mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}

/* =========================================
   Shared product card
   ========================================= */

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  min-width: 0;
  box-shadow: none !important;
}

.product-card--linked {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product-card--linked:hover {
  transform: translateY(-4px);
  box-shadow: none !important;
}

.product-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
}

.product-card__media,
.product-card__body {
  position: relative;
  z-index: 2;
}

.product-card__media {
  min-height: 210px;
  display: grid;
  place-items: center;
  padding: 10px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,0.04), transparent 45%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

html[data-theme="light"] .product-card__media {
  border-bottom-color: rgba(148, 163, 184, 0.14);
}

.product-card__image {
  max-width: 100%;
  max-height: 180px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: none !important;
}

.product-card__body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.product-card__title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}

html[data-theme="light"] .product-card__title {
  color: #0f172a;
}

.product-card__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  min-height: 18px;
}

.product-card__meta-date {
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.2;
}

.product-card__meta-change {
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.product-card__meta-change.is-up {
  color: #fb7185;
}

.product-card__meta-change.is-down {
  color: #4ade80;
}

html[data-theme="light"] .product-card__meta-date {
  color: #64748b;
}

.product-card__bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-card__price-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-card__badge-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.product-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.product-card__price {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #ffd54a;
}

.product-card__old {
  font-size: 13px;
  line-height: 1;
  opacity: .6;
  text-decoration: line-through;
  color: #8a96ab;
}

html[data-theme="light"] .product-card__old {
  color: #94a3b8;
}

.product-card__shop-line {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 18px;
}

.product-card__shop-logo {
  width: 13px;
  height: 13px;
  object-fit: contain;
  flex: 0 0 13px;
}

.product-card__shop-name {
  font-size: 13px;
  line-height: 1.2;
  opacity: .78;
}

.product-card .css-image-placeholder {
  height: 100%;
  min-height: 220px;
}

@media (max-width: 760px) {
  .product-card__media {
    min-height: 180px;
  }

  .product-card__image {
    max-height: 150px;
  }
}

/* =========================================
   Dark theme image canvas for product cards
   ========================================= */

html[data-theme="dark"] .product-card__image,
body.theme-dark .product-card__image {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  padding: 12px;
  box-sizing: border-box;
}

.product-card__media .css-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 180px;
  box-sizing: border-box;
  border-radius: 18px;
  padding: 12px;
}

html[data-theme="dark"] .product-card__media .css-image-placeholder,
body.theme-dark .product-card__media .css-image-placeholder {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(255,255,255,0.14);
}

html[data-theme="light"] .product-card__image,
body.theme-light .product-card__image {
  background: transparent;
  border: 0;
  padding: 0;
}

html[data-theme="light"] .product-card__media .css-image-placeholder,
body.theme-light .product-card__media .css-image-placeholder {
  background: transparent;
  border: 0;
  padding: 0;
}

.product-card__price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* push badge to the right */
.product-card__badge-inline {
  margin-left: auto;
  white-space: nowrap;
}

/* better spacing on small screens */
@media (max-width: 480px) {
  .product-card__price-row {
    gap: 6px;
  }

  .product-card__badge-inline {
    font-size: 11px;
    padding: 4px 6px;
  }
}

.product-card__price-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.product-card__price-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* push badge right */
.product-card__badge-inline {
  margin-left: auto;
  white-space: nowrap;
}

/* old price BELOW */
.product-card__old-row {
  display: flex;
  align-items: center;
}

.product-card__old {
  font-size: 13px;
  opacity: 0.65;
  text-decoration: line-through;
  color: #8a96ab;
}

/* light theme */
html[data-theme="light"] .product-card__old {
  color: #94a3b8;
}

.product-card__price-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 44px; /* 🔥 key fix */
}

.product-card__title {
  min-height: 4em; /* 2 lines */
}

.product-card {
    position: relative;
}

.product-card__overlay {
    z-index: 1;
}

.product-card__wishlist-toggle {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #fff;
    backdrop-filter: blur(8px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.product-card__wishlist-toggle:hover {
    transform: scale(1.06);
}

.product-card__wishlist-toggle.is-active {
  
}


.product-card__wishlist-icon {
    font-size: 18px;
    line-height: 1;
    pointer-events: none;
}

.product-card__wishlist-toggle.is-active .product-card__wishlist-icon {
    color: #4ade80;
}

.product-card__overlay {
    z-index: 1;
}

.product-card__wishlist-toggle {
    z-index: 3;
}

.product-card__body,
.product-card__media {
    z-index: 2;
    position: relative;
}

.product-card {
    position: relative;
}

.product-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
}

.product-card__media,
.product-card__body {
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.product-card__wishlist-toggle {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 4;
    pointer-events: auto;
}
/* Mobile product cards: equal height + full bottom block aligned */
.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  min-height: calc(1.3em * 3);
  margin-bottom: 10px;
}

.product-card__bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-card__meta-row {
  min-height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.product-card__price-block {
  min-height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.product-card__shop-line {
  min-height: 28px;
  display: flex;
  align-items: center;
}

.showcase-slider__track > *,
.deal-slider__track > * {
  display: flex;
  align-items: stretch;
}

.showcase-slider__track > * > .product-card,
.deal-slider__track > * > .product-card {
  width: 100%;
}

@media (max-width: 760px) {
  .product-card__body {
    padding: 12px 12px 14px;
  }

  .product-card__media {
    min-height: 170px;
  }

  .product-card__image {
    max-height: 145px;
  }
}
.product-card__meta-row {
  min-height: 18px;
}

.product-card__meta-date,
.product-card__meta-change {
  display: inline-block;
  min-height: 18px;
}
.product-card__title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  min-height: calc(1.3em * 3); /* always reserve 3 lines */
}

.product-card__price-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 64px; /* reserve space for price row + old price row */
}

.product-card__price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 8px;
  row-gap: 6px;
  min-height: 28px;
}

.product-card__price {
  min-width: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #ffd54a;
}

.product-card__badge-inline {
  margin-left: 0;
  white-space: nowrap;
  justify-self: end;
}

.product-card__old-row {
  min-height: 18px;
  display: flex;
  align-items: center;
}

.product-card__meta-row {
  min-height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.product-card__bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-hero {
  padding: 14px 0 10px;
}

.home-hero__box {
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 16px;
  align-items: center;
}

.home-hero__content {
  padding: 10px 8px 10px 4px;
}

.home-hero__lead {
  margin-top: 12px;
  max-width: 520px;
  color: #a6b4cd;
}

html[data-theme="light"] .home-hero__lead {
  color: #64748b;
}

.home-search {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  max-width: 560px;
}

.home-search__field .input-base {
  min-height: 46px;
}

.home-search__button {
  min-width: 112px;
  min-height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.home-search__button-icon {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
}

.home-search__button-text {
  display: inline-block;
}

.home-popular {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.home-popular__label {
  font-size: 13px;
  color: #a6b4cd;
  font-weight: 700;
}

html[data-theme="light"] .home-popular__label {
  color: #64748b;
}

.home-popular__chip {
  min-height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  color: #d9e0ef;
  font-size: 12px;
  font-weight: 700;
  transition: background .18s ease, transform .18s ease, color .18s ease;
  box-shadow: none !important;
}

html[data-theme="light"] .home-popular__chip {
  background: #ffffff;
  color: #334155;
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: none !important;
}

html[data-theme="light"] .home-popular__chip:hover {
  background: #f8fafc;
  color: #111827;
}

.home-popular__chip:hover {
  background: rgba(255,255,255,0.09);
  transform: translateY(-1px);
}

.home-hero__visual {
  position: relative;
  min-height: 280px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(250, 204, 21, 0.10), transparent 30%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,0.05), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: none !important;
}

html[data-theme="light"] .home-hero__visual {
  background:
    radial-gradient(circle at 20% 20%, rgba(250, 204, 21, 0.12), transparent 30%),
    radial-gradient(circle at 80% 80%, rgba(15,23,42,0.03), transparent 24%),
    linear-gradient(180deg, #ffffff, #f8fafc);
  border-color: rgba(148, 163, 184, 0.16);
}

.home-hero__featured {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: stretch;
  min-height: 280px;
  height: 100%;
}

.home-hero__featured-media {
  position: relative;
  min-width: 0;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px 20px 0;
}

.home-hero__image {
  display: block;
  width: 100%;
  max-width: 760px;
  max-height: 360px;
  object-fit: contain;
  object-position: center bottom;
}

.home-hero__featured-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 24px;
  border-left: 1px solid rgba(255,255,255,0.06);
  background: rgba(12, 18, 34, 0.34);
  backdrop-filter: blur(10px);
}

html[data-theme="light"] .home-hero__featured-card {
  background: rgba(255,255,255,0.72);
  border-left-color: rgba(148, 163, 184, 0.16);
}

.home-hero__featured-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.home-hero__product-number {
  font-size: 13px;
  color: #a6b4cd;
  font-weight: 800;
}

html[data-theme="light"] .home-hero__product-number {
  color: #64748b;
}

.home-hero__discount {
  white-space: nowrap;
}

.home-hero__product-name {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

html[data-theme="light"] .home-hero__product-name {
  color: #0f172a;
}

.home-hero__product-theme {
  font-size: 13px;
  color: #a6b4cd;
}

html[data-theme="light"] .home-hero__product-theme {
  color: #64748b;
}

.home-hero__theme-row {
  display: flex;
  align-items: center;
  min-height: 24px;
}

.home-hero__theme-link {
  display: inline-flex;
  align-items: center;
  transition: opacity .18s ease, transform .18s ease;
}

.home-hero__theme-link:hover {
  opacity: .9;
  transform: translateY(-1px);
}

.home-hero__theme-image {
  height: 16px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  display: block;
}

.home-hero__price-block {
  margin-top: 2px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-hero__price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.home-hero__price {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  color: #ffd54a;
}

.home-hero__old {
  font-size: 14px;
  color: #8a96ab;
  text-decoration: line-through;
}

html[data-theme="light"] .home-hero__old {
  color: #94a3b8;
}

.home-hero__shop-line {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 24px;
}

.home-hero__shop-logo {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 18px;
}

.home-hero__shop-name {
  font-size: 13px;
  font-weight: 700;
  color: #dbe2ef;
}

html[data-theme="light"] .home-hero__shop-name {
  color: #334155;
}

.home-hero__product-btn {
  margin-top: 6px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 14px;
  background: linear-gradient(180deg, #fde047 0%, #facc15 100%);
  color: #171717;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid rgba(250, 204, 21, 0.6);
  box-shadow: none !important;
}

.home-hero__product-btn:hover {
  background: linear-gradient(180deg, #fde047 0%, #facc15 100%);
  color: #171717;
}

@media (max-width: 1200px) {
  .home-hero__grid {
    grid-template-columns: 1fr;
  }

  .home-hero__featured {
    grid-template-columns: 1fr;
  }

  .home-hero__featured-card {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.06);
  }

  html[data-theme="light"] .home-hero__featured-card {
    border-top-color: rgba(148, 163, 184, 0.16);
  }

  .home-hero__featured-media {
    min-height: 320px;
  }

  .home-hero__image {
    max-height: 300px;
  }
}

@media (max-width: 760px) {
  .home-feature-row__grid {
    grid-template-columns: 1fr;
  }

  .home-search {
    grid-template-columns: 1fr auto;
    align-items: stretch;
  }

  .home-search__button {
    min-width: 48px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .home-search__button-text {
    display: none;
  }

  .home-search__button-icon {
    display: flex;
    font-size: 20px;
  }

  .home-hero__visual,
  .home-hero__featured {
    min-height: auto;
  }

  .home-hero__featured-media {
    min-height: 240px;
    padding: 18px 12px 0;
  }

  .home-hero__image {
    max-width: 100%;
    max-height: 220px;
  }

  .home-hero__featured-card {
    padding: 18px;
  }

  .home-hero__product-name {
    font-size: 18px;
  }

  .home-hero__price {
    font-size: 22px;
  }

  .home-hero__old {
    font-size: 13px;
  }

  .home-hero__theme-image {
    height: 14px;
    max-width: 90px;
  }
}
/* ---------------------------------------------------------------------------
   Deferred section loader — spinning brick
   --------------------------------------------------------------------------- */

.slider-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 260px;
  width: 100%;
}

.slider-loading__brick {
  position: relative;
  width: 48px;
  height: 48px;
  animation: brick-spin 1s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  filter: drop-shadow(0 0 12px rgba(250, 204, 21, 0.35));
}

/* Main brick body */
.slider-loading__brick::before {
  content: '';
  position: absolute;
  inset: 8px 0 0 0;
  border-radius: 5px;
  background: #facc15;
}

/* Studs row */
.slider-loading__brick::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 10px;
  border-radius: 4px;
  background: #fde047;
  box-shadow:
    -12px 0 0 #fde047,
     12px 0 0 #fde047;
}

.slider-loading__label {
  font-size: 13px;
  font-weight: 700;
  color: #6b7fa0;
  letter-spacing: 0.02em;
}

html[data-theme="light"] .slider-loading__label {
  color: #94a3b8;
}

@keyframes brick-spin {
  0%   { transform: rotate(0deg)   scale(1); }
  25%  { transform: rotate(90deg)  scale(1.08); }
  50%  { transform: rotate(180deg) scale(1); }
  75%  { transform: rotate(270deg) scale(1.08); }
  100% { transform: rotate(360deg) scale(1); }
}

/* Fade-in for cards when they replace the loader */
@keyframes card-appear {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}


.product-card--linked:hover {
  transform: translateY(-4px);
}

.product-card__corner-badge   { display: inline-flex; }  /* show in grid/slider */
.product-card__list-badge-row { display: none; }          /* hide in grid/slider */
.product-card__discount-block { display: none; }  

.deal-slider__track > .slider-loading,
.showcase-slider__track > .slider-loading,
.theme-slider__track > .slider-loading {
  flex: 0 0 100%;      /* take full track width, same as empty-state */
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 260px;
}

.deal-slider,
.showcase-slider,
.theme-slider,
.deal-slider__track,
.showcase-slider__track,
.theme-slider__track {
  overflow-x: hidden;
  overflow-y: visible;
}

.deal-slider__track > *,
.showcase-slider__track > *,
.theme-slider__track > * {
  position: relative;
  z-index: 1;
}

.deal-slider__track > *:hover,
.showcase-slider__track > *:hover,
.theme-slider__track > *:hover {
  z-index: 2;
}

.product-card {
  overflow: visible;
}

.product-card__media {
  overflow: hidden;
  border-radius: inherit;
}

.product-card--linked.panel:hover {
  transform: translateY(-4px);
}

.page-section,
.page-section-lg {
  overflow-x: hidden;
  overflow-y: visible;
}

.deal-slider,
.showcase-slider,
.theme-slider {
  overflow: visible;
}

.deal-slider__track,
.showcase-slider__track,
.theme-slider__track {
  padding-top: 8px;
  margin-top: -8px;
  padding-bottom: 8px;
  margin-bottom: -8px;
}

.deal-slider,
.showcase-slider,
.theme-slider {
  overflow: hidden;
}

.deal-slider__track,
.showcase-slider__track,
.theme-slider__track {
  padding-top: 8px;
  margin-top: -8px;
  padding-bottom: 8px;
  margin-bottom: -8px;
  overflow: visible;
}

.page-section,
.page-section-lg {
  overflow: visible;
}

.deal-slider,
.showcase-slider,
.theme-slider {
  overflow-x: clip;
  overflow-y: visible;
}




/* =============================================================================
   DATE FILTER PILLS  —  1d / 30d / 90d  in section headers
   ============================================================================= */

.section-head__date-filters {
  display: flex;
  align-items: center;
  gap: 4px;
}

.date-filter-pill {
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  color: #7a8fac;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background .16s ease, color .16s ease, border-color .16s ease;
  line-height: 1;
  white-space: nowrap;
  font-family: inherit;
}

html[data-theme="light"] .date-filter-pill {
  border-color: rgba(148,163,184,0.22);
  background: rgba(15,23,42,0.04);
  color: #64748b;
}

.date-filter-pill:hover {
  background: rgba(250,204,21,0.10);
  border-color: rgba(250,204,21,0.30);
  color: #facc15;
}

.date-filter-pill--active {
  background: rgba(250,204,21,0.14);
  border-color: rgba(250,204,21,0.40);
  color: #facc15;
}

html[data-theme="light"] .date-filter-pill--active {
  background: rgba(250,204,21,0.12);
  border-color: rgba(202,138,4,0.35);
  color: #a16207;
}

/* =========================================================
   Product card cleanup pass
   ========================================================= */

.product-card__media {
  position: relative;
}

.product-card__image-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  min-height: 28px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 800;
  border-radius: 999px;
  white-space: nowrap;
  pointer-events: none;
}

.product-card__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-card__set-number {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  color: #94a3b8;
}

html[data-theme="light"] .product-card__set-number {
  color: #64748b;
}

.product-card__title {
  min-height: calc(1.3em * 2);
  -webkit-line-clamp: 2;
}

.product-card__price-block {
  min-height: 0;
}

.product-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.product-card__price {
  font-size: 22px;
}

.product-card__old {
  font-size: 14px;
  opacity: .8;
}

.product-card__badge-inline,
.product-card__old-row,
.product-card__shop-logo,
.shop-logo-placeholder {
  display: none !important;
}

.product-card__shop-actions {
  display: block;
}

.product-card__shop-line {
  width: 100%;
  min-height: 40px;
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

html[data-theme="light"] .product-card__shop-line {
  border-top-color: rgba(148, 163, 184, 0.18);
}

.product-card__shop-name {
  min-width: 0;
  font-size: 13px;
  font-weight: 700;
  color: #dbe2ef;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-theme="light"] .product-card__shop-name {
  color: #334155;
}

.product-card__shop-delta {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.product-card__shop-delta.is-down {
  color: #4ade80;
}

.product-card__shop-delta.is-up {
  color: #fb7185;
}

.product-card__wishlist-toggle {
  top: auto;
  bottom: 12px;
  right: 12px;
  z-index: 4;
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(255,255,255,0.18);
}

@media (max-width: 760px) {
  .product-card__image-badge {
    top: 10px;
    right: 10px;
    min-height: 24px;
    padding: 0 8px;
    font-size: 11px;
  }

  .product-card__wishlist-toggle {
    bottom: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
  }

  .product-card__price {
    font-size: 20px;
  }

  .product-card__old {
    font-size: 13px;
  }

  .product-card__shop-line {
    min-height: 36px;
    padding-top: 8px;
  }
}

/* =============================================================================
   DEALS / DISCOVERY PAGE  —  deals.css
   Depends on: base.css (variables, .panel, .btn, .badge, etc.)
   ============================================================================= */

/* ── Page hero ── */
.sets-page__hero {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sets-page__title {
    margin: 0;
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.1;
}

.sets-page__lead {
    color: var(--text-soft, #94a3b8);
    font-size: 15px;
    line-height: 1.55;
    max-width: 600px;
}

html[data-theme="light"] .sets-page__lead {
    color: #64748b;
}

/* ── Discovery tabs ── */
.discovery-tabs {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    padding: 0 2px 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

html[data-theme="light"] .discovery-tabs {
    border-bottom-color: rgba(148, 163, 184, 0.18);
}

.discovery-tabs__tab {
    position: relative;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 800;
    color: #8190ab;
    background: transparent;
    border: 0;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.18s ease;
    line-height: 1;
}

.discovery-tabs__tab:hover {
    color: #e2e8f0;
}

.discovery-tabs__tab.is-active {
    color: #fff;
}

.discovery-tabs__tab.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #fde047, #facc15);
}

html[data-theme="light"] .discovery-tabs__tab {
    color: #64748b;
}

html[data-theme="light"] .discovery-tabs__tab:hover {
    color: #334155;
}

html[data-theme="light"] .discovery-tabs__tab.is-active {
    color: #0f172a;
}

html[data-theme="light"] .discovery-tabs__tab.is-active::after {
    background: linear-gradient(180deg, #facc15, #eab308);
}

/* ── Filters bar ── */
.sets-filters-bar {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    padding: 16px 20px;
    margin-bottom: 24px;
}

.sets-filters-bar__group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 160px;
    min-width: 120px;
}

.sets-filters-bar__group:last-child {
    flex: 0 0 auto;
}

.sets-filters-bar__label {
    font-size: 12px;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1;
}

html[data-theme="light"] .sets-filters-bar__label {
    color: #94a3b8;
}

/* ── Results header ── */
.sets-results__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.sets-results__meta {
    font-size: 14px;
    color: #64748b;
    font-weight: 600;
}

.sets-results__meta strong {
    color: #e2e8f0;
    font-size: 15px;
}

html[data-theme="light"] .sets-results__meta {
    color: #94a3b8;
}

html[data-theme="light"] .sets-results__meta strong {
    color: #0f172a;
}

.sets-results__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ── Product grid ── */
.sets-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(220px, 1fr));
    gap: 18px;
    transition: opacity 0.18s ease;
}

.sets-grid.is-loading {
    opacity: 0.5;
    pointer-events: none;
}

/* List view */
.sets-grid.is-list {
    grid-template-columns: 1fr;
    gap: 10px;
}

/* ── Load more ── */
.sets-loadmore {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.sets-loadmore .btn {
    min-width: 180px;
}

/* ── Loading spinner (inside grid) ── */
.sets-grid > .slider-loading {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 60px 20px;
    min-height: 220px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1024px) {
    .sets-grid {
        grid-template-columns: repeat(5, minmax(200px, 1fr));
    }
}

@media (max-width: 760px) {
    .discovery-tabs {
        gap: 16px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 14px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .discovery-tabs::-webkit-scrollbar {
        display: none;
    }

    .discovery-tabs__tab {
        font-size: 13px;
        flex-shrink: 0;
    }

    .sets-filters-bar {
        padding: 14px 16px;
        gap: 10px;
    }

    .sets-filters-bar__group {
        flex: 1 1 140px;
    }

    .sets-grid {
        grid-template-columns: repeat(3, minmax(160px, 1fr));
        gap: 12px;
    }

    .sets-page__title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .sets-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .sets-filters-bar__group {
        flex: 1 1 100%;
    }
}
/* Fix homepage featured hero image */
.home-hero__featured-media {
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
}

.home-hero__image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 340px;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* Light/dark clean image canvas */
.home-hero__featured-media {
  background: #fff;
}

html[data-theme="dark"] .home-hero__featured-media {
  background: #fff;
}

@media (max-width: 1200px) {
  .home-hero__featured-media {
    min-height: 300px;
  }

  .home-hero__image {
    max-height: 280px;
  }
}

@media (max-width: 760px) {
  .home-hero__featured-media {
    min-height: 230px;
    padding: 14px;
  }

  .home-hero__image {
    max-height: 210px;
  }
}
/* Product cards: full white image canvas on dark theme, without stretching image */
/* Better dark-theme product image canvas */
/* Better product card image canvas */
.product-card__media {
  background: #fff !important;
  padding: 14px !important;
  border-radius: 18px 18px 0 0;
  aspect-ratio: 1 / 0.85;
  min-height: 160px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-card__image {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 145px !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

/* badges stay above white image area */
.product-card__image-badge,
.product-card__corner-badge {
  z-index: 5;
}

/* mobile: a little taller so sets don't feel squeezed */
@media (max-width: 760px) {
  .product-card__media {
    min-height: 150px !important;
    aspect-ratio: 1 / 0.9;
    padding: 12px !important;
  }

  .product-card__image {
    max-height: 132px !important;
  }
}
/* FORCE homepage sliders: 5 desktop / 3 tablet / 2 mobile */
[data-slider] .deal-slider__track,
[data-slider] .showcase-slider__track,
[data-slider] .theme-slider__track {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
}

[data-slider] .deal-slider__track > *,
[data-slider] .showcase-slider__track > *,
[data-slider] .theme-slider__track > * {
  min-width: calc((100% - 80px) / 5) !important;
  max-width: calc((100% - 80px) / 5) !important;
  flex: 0 0 calc((100% - 80px) / 5) !important;
}

@media (max-width: 1200px) {
  [data-slider] .deal-slider__track > *,
  [data-slider] .showcase-slider__track > *,
  [data-slider] .theme-slider__track > * {
    min-width: calc((100% - 40px) / 3) !important;
    max-width: calc((100% - 40px) / 3) !important;
    flex: 0 0 calc((100% - 40px) / 3) !important;
  }
}

@media (max-width: 760px) {
  [data-slider] .deal-slider__track,
  [data-slider] .showcase-slider__track,
  [data-slider] .theme-slider__track {
    gap: 10px !important;
  }

  [data-slider] .deal-slider__track > *,
  [data-slider] .showcase-slider__track > *,
  [data-slider] .theme-slider__track > * {
    min-width: calc((100% - 10px) / 2) !important;
    max-width: calc((100% - 10px) / 2) !important;
    flex: 0 0 calc((100% - 10px) / 2) !important;
  }
}
/* =========================================================
   PATCH: keep product cards inside .sets-grid columns
   ========================================================= */
.sets-grid {
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  align-items: stretch;
  overflow: visible;
}

.sets-grid > * {
  min-width: 0;
  max-width: 100%;
}

.sets-grid .product-card,
.sets-grid .deal-card,
.sets-grid .showcase-card,
.sets-grid .theme-card {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.sets-grid .product-card__media {
  width: 100%;
  max-width: 100%;
  border-radius: 18px 18px 0 0;
}

.sets-grid .product-card__body,
.sets-grid .product-card__bottom,
.sets-grid .product-card__price-block,
.sets-grid .product-card__price-row,
.sets-grid .product-card__shop-line,
.sets-grid .product-card__title-wrap {
  min-width: 0;
  max-width: 100%;
}

.sets-grid .product-card__price,
.sets-grid .product-card__old,
.sets-grid .product-card__shop-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sets-grid .product-card__price-row {
  flex-wrap: nowrap;
}

.sets-grid .product-card__price {
  white-space: nowrap;
}

.sets-grid .product-card__image {
  max-width: 100%;
}

@media (min-width: 1600px) {
  .sets-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 1599px) and (min-width: 1201px) {
  .sets-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .sets-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) and (min-width: 761px) {
  .sets-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .sets-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sets-grid.is-list {
  grid-template-columns: 1fr !important;
}

/* =========================================================
   Home latest blog posts
   ========================================================= */
.home-blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  box-shadow: none !important;
}

.home-blog-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
}

.home-blog-card__media {
  position: relative;
  z-index: 2;
  min-height: 150px;
  aspect-ratio: 16 / 9;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

html[data-theme="light"] .home-blog-card__media {
  border-bottom-color: rgba(148, 163, 184, 0.14);
}

.home-blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-blog-card__badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 4;
  max-width: calc(100% - 24px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-blog-card__body {
  position: relative;
  z-index: 2;
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.home-blog-card__meta {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  color: #94a3b8;
}

html[data-theme="light"] .home-blog-card__meta {
  color: #64748b;
}

.home-blog-card__title {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

html[data-theme="light"] .home-blog-card__title {
  color: #0f172a;
}

.home-blog-card__excerpt {
  margin-top: 8px;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

html[data-theme="light"] .home-blog-card__excerpt {
  color: #64748b;
}

.home-blog-card__read {
  margin-top: auto;
  padding-top: 12px;
  color: #facc15;
  font-size: 13px;
  font-weight: 800;
}

.home-blog-card:hover .home-blog-card__read {
  color: #fde047;
}

@media (max-width: 760px) {
  .home-blog-card__media {
    min-height: 130px;
  }
}

/* =============================================================================
   Latest blog posts on homepage
   ============================================================================= */
.home-blog-section {
  margin-top: 0;
}

.home-blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.home-blog-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
}

.home-blog-card__media {
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 9;
  background: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
}

html[data-theme="light"] .home-blog-card__media {
  border-bottom-color: rgba(148, 163, 184, 0.16);
}

.home-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 10px;
}

.home-blog-card__body {
  position: relative;
  z-index: 2;
  flex: 1;
  min-width: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.home-blog-card__meta {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  color: #94a3b8;
}

html[data-theme="light"] .home-blog-card__meta {
  color: #64748b;
}

.home-blog-card__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  color: var(--text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-blog-card__excerpt {
  margin-top: 8px;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-blog-card__read {
  margin-top: auto;
  padding-top: 14px;
  color: #facc15;
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 1200px) {
  .home-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-blog-grid {
    grid-template-columns: 1fr;
  }
}
