/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/Spark/assets/styles/catalog.scss ***!
  \*******************************************************************************************************************************/
@charset "UTF-8";
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-top: 24px;
}
.section-head h2 {
  font-family: var(--f-display);
  font-size: 1.65rem;
  color: var(--navy);
  font-weight: 700;
  letter-spacing: -0.01em;
}
.section-head sub {
  font-family: var(--f-body);
  font-size: 0.8rem;
  color: var(--slate-400);
  font-weight: 500;
  margin-top: 4px;
}
.section-head a {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--orange);
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.section-head a:hover {
  transform: translateX(-4px);
}

.section-count {
  font-family: var(--f-body);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--slate-400);
  background: rgba(15, 23, 42, 0.04);
  padding: 3px 10px;
  border-radius: var(--r-full);
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 768px) {
  .section-head {
    align-items: flex-start;
  }
  .section-head h2 {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .section-head a {
    margin-top: 4px;
  }
  .section-head .sub {
    font-size: 0.8rem;
  }
  .section-count {
    display: block;
    margin-left: 0;
    margin-top: 4px;
    width: fit-content;
    font-size: 12px;
  }
}
/* Carousel wrapper */
.pcard-carousel {
  position: relative;
  margin-top: -8px;
  margin-bottom: -24px;
  padding-bottom: 24px;
}

.pcard-carousel::before, .pcard-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 52px;
  z-index: 3;
  pointer-events: none;
}

.pcard-carousel::before {
  left: -52px;
}

.pcard-carousel::after {
  right: -52px;
}

.pcard-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding: 12px 0 32px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}

.pcard-track.dragging {
  cursor: grabbing;
  user-select: none;
  -webkit-user-select: none;
}

.pcard-track.dragging * {
  pointer-events: none;
}

.browse-track.dragging, .blog-grid.dragging, .cstory-grid.dragging {
  cursor: grabbing !important;
  user-select: none;
  -webkit-user-select: none;
}

.browse-track.dragging *, .blog-grid.dragging *, .cstory-grid.dragging * {
  pointer-events: none;
}

.pcard-track::-webkit-scrollbar {
  display: none;
}

.pcard-track .pcard {
  flex-shrink: 0;
  width: calc((100% - 48px) / 5);
  scroll-snap-align: start;
}

.pcard-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s, transform 0.35s, background 0.2s, color 0.2s, box-shadow 0.35s;
  color: var(--slate-500);
  padding: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.03);
}

.pcard-arrow::before {
  content: "";
  position: absolute;
  top: -20px;
  bottom: -20px;
  width: 70px;
}

.pcard-arrow-l::before {
  right: -30px;
}

.pcard-arrow-r::before {
  left: -30px;
}

.pcard-arrow-r.show {
  pointer-events: auto;
}

.pcard-carousel:hover .pcard-arrow-r.show {
  opacity: 1;
}

.pcard-arrow-l.show {
  pointer-events: auto;
}

.pcard-carousel:hover .pcard-arrow-l.show {
  opacity: 1;
}

.pcard-arrow-r.show:hover, .pcard-arrow-l.show:hover {
  opacity: 1;
}

.pcard-arrow:hover {
  background: rgba(255, 255, 255, 0.95);
  color: var(--navy);
  transform: translateY(-55%) scale(1.1);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.pcard-arrow:active {
  transform: translateY(-55%) scale(0.95);
}

.pcard-arrow-l {
  left: -48px;
}

.pcard-arrow-r {
  right: -48px;
}

.pcard-arrow svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.2;
}

@media (max-width: 900px) {
  .pcard-track .pcard {
    width: calc((100% - 24px) / 2.3);
  }
}
@media (max-width: 768px) {
  .pcard-track .pcard {
    width: calc((100% - 20px) / 2.2);
  }
  .pcard-track {
    scroll-behavior: auto;
    scroll-snap-type: x proximity;
  }
}
@media (max-width: 540px) {
  .pcard-track .pcard {
    width: 44%;
    min-width: 155px;
  }
  .pcard-track {
    gap: 10px;
  }
  .pcard-viewall {
    width: 44%;
    min-width: 155px;
  }
}
/* View All end card */
.pcard-viewall {
  flex-shrink: 0;
  width: calc((100% - 48px) / 5);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  scroll-snap-align: start;
}

.pcard-viewall:hover {
  background: rgba(15, 23, 42, 0.06);
}

.pcard-viewall-btn {
  padding: 10px 22px;
  border-radius: 50px;
  background: var(--navy);
  color: #fff;
  font-family: var(--f-body);
  font-size: 12px;
  font-weight: 700;
  border: none;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.15);
}

.pcard-viewall:hover .pcard-viewall-btn {
  transform: scale(1.06);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.2);
}

@media (max-width: 900px) {
  .pcard-viewall {
    width: calc((100% - 24px) / 2.3);
  }
}
@media (max-width: 540px) {
  .pcard-viewall {
    width: 44%;
    min-width: 155px;
  }
}
.pcard {
  position: relative;
  cursor: pointer;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: linear-gradient(165deg, rgba(210, 215, 225, 0.5), rgba(180, 185, 200, 0.35) 30%, rgba(160, 168, 185, 0.3) 50%, rgba(180, 185, 200, 0.35) 70%, rgba(210, 215, 225, 0.45));
  padding: 1.5px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 2px 6px rgba(15, 23, 42, 0.04), 0 0 0 0.5px rgba(255, 255, 255, 0.5) inset;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.pcard:hover {
  transform: translateY(-5px);
}

.pcard-inner {
  position: relative;
  overflow: hidden;
  border-radius: 17px;
  background: linear-gradient(175deg, rgba(255, 255, 255, 0.96) 0%, rgba(252, 252, 254, 0.94) 30%, rgba(250, 250, 252, 0.95) 60%, rgba(255, 255, 255, 0.96) 100%);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}

.pcard-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  height: 1px;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.7) 70%, transparent);
}

.pcard-top {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  margin: 5px 5px 0;
  border-radius: 13px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) inset;
  background: linear-gradient(135deg, #f0ebe4 0%, #e8e3dc 50%, #ddd8d0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pcard-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s;
}

.pcard:hover .pcard-img {
  transform: scale(1.05);
  filter: brightness(1.04);
}

.pcard-top::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 13px;
  background: linear-gradient(180deg, transparent 40%, rgba(15, 23, 42, 0.55) 100%);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

.pcard:hover .pcard-top::before {
  opacity: 1;
}

.pcard-cart {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  z-index: 4;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  background: rgba(255, 107, 53, 0.92);
  color: #fff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transform: translateY(14px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  border: 1px solid rgba(255, 107, 53, 0.3);
  cursor: pointer;
}

.pcard:hover .pcard-cart {
  opacity: 1;
  transform: translateY(0);
}

.pcard-cart:hover {
  background: #fff !important;
  color: #FF6B35 !important;
  border-color: rgba(255, 107, 53, 0.4) !important;
}

.pcard-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 9px;
  border-radius: 8px;
  font-size: 0.55rem;
  font-weight: 700;
  color: #fff;
  z-index: 5;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.pcard-badge.hot {
  background: rgba(225, 29, 72, 0.82);
}

.pcard-badge.new {
  background: rgba(5, 150, 105, 0.82);
}

.pcard-body {
  padding: 10px 12px 14px;
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.pcard-cat {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 5px;
  background: rgba(15, 23, 42, 0.04);
  font-size: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--slate-400);
  margin-bottom: 6px;
  align-self: flex-start;
}

.pcard-name {
  font-family: var(--f-serif);
  font-size: 0.8rem;
  color: var(--navy);
  margin-bottom: 8px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  mask-image: linear-gradient(90deg, #000 75%, transparent 98%);
  -webkit-mask-image: linear-gradient(90deg, #000 75%, transparent 98%);
}

.pcard-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  padding-top: 8px;
  margin-top: auto;
}

.pcard-prices {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pcard-price {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--navy);
}

.pcard-price-old {
  font-size: 0.65rem;
  color: var(--slate-300);
  text-decoration: line-through;
}

.pcard-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.pcard-stars {
  display: flex;
  gap: 1px;
  color: #F59E0B;
  font-size: 0.6rem;
  line-height: 1;
}

.pcard-reviews {
  font-size: 0.55rem;
  color: var(--slate-400);
  font-weight: 500;
}

/* Top 10 rank badges */
.t10-rank {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  min-width: 26px;
  height: 26px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--f-body);
  font-weight: 800;
  font-size: 11px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.t10-rank-gold {
  background: rgba(255, 107, 53, 0.9);
  color: #fff;
  box-shadow: 0 2px 10px rgba(255, 107, 53, 0.3);
}

.t10-rank-rest {
  background: rgba(15, 23, 42, 0.7);
  color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.mh-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.mh-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  cursor: pointer;
  transition: background 0.25s, border-radius 0.25s;
  text-decoration: none;
  color: inherit;
}

.mh-item:hover {
  background: rgba(255, 107, 53, 0.04);
  border-radius: 12px;
}

.mh-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.mh-info {
  flex: 1;
  min-width: 0;
}

.mh-name {
  font-family: var(--f-serif);
  font-size: 0.95rem;
  color: var(--navy);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mh-desc {
  font-size: 0.75rem;
  color: var(--slate-400);
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mh-btn {
  flex-shrink: 0;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(15, 23, 42, 0.05);
  color: var(--slate-500);
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  font-family: var(--f-body);
}

.mh-btn:hover {
  background: var(--orange);
  color: #fff;
}

a.pcard {
  text-decoration: none;
  color: inherit;
  display: block;
}

.categories-page {
  background: var(--page-bg);
  padding-top: 16px;
  padding-bottom: 80px;
}

.breadcrumb {
  padding: 20px 0;
  font-size: 0.78rem;
  color: var(--slate-400);
}
.breadcrumb a {
  color: var(--slate-400);
  transition: color 0.2s;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: var(--orange);
}
.breadcrumb span {
  color: var(--slate-400);
}
.breadcrumb .breadcrumb-sep {
  margin: 0 6px;
}
.breadcrumb .breadcrumb-active {
  display: inline-block;
  max-width: 40ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  color: var(--navy);
  font-weight: 600;
  margin: 0;
}

.cat-page-title {
  text-align: center;
  padding: 8px 0 32px;
}

.cat-page-title h1 {
  font-family: var(--f-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.cat-page-count {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--slate-400);
  background: rgba(15, 23, 42, 0.04);
  padding: 5px 14px;
  border-radius: var(--r-full);
  letter-spacing: 0.02em;
}

.cat-section {
  padding: 0 0 64px;
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}

.cat-section:first-child {
  padding-top: 36px;
}

.cat-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 24px;
}

.cat-head-title {
  font-family: var(--f-display);
  font-size: 1.5rem;
  color: var(--navy);
}

.cat-head-link {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--orange);
  display: flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.3s;
  text-decoration: none;
}

.cat-head-link:hover {
  gap: 8px;
}

.cat-head-link .arrow {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.cat-head-link:hover .arrow {
  transform: translateX(5px);
}

.cat-count {
  font-family: var(--f-body);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--slate-400);
  background: rgba(15, 23, 42, 0.04);
  padding: 3px 10px;
  border-radius: var(--r-full);
  vertical-align: middle;
  margin-left: 8px;
  letter-spacing: 0.02em;
}

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

.sort-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--slate-400);
  white-space: nowrap;
}

.sort-select {
  font-family: var(--f-body);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
  padding: 8px 32px 8px 14px;
  border-radius: 10px;
  border: 1.5px solid var(--slate-200);
  background: var(--white) url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%2364748B%27 stroke-width=%272%27%3E%3Cpath d=%27M2 4l4 4 4-4%27/%3E%3C/svg%3E") no-repeat right 12px center;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.sort-select:hover {
  border-color: var(--orange);
}

.sort-select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px var(--orange-100);
}

@media (max-width: 540px) {
  .sort-wrap {
    width: 100%;
  }
  .sort-select {
    flex: 1;
    font-size: 0.75rem;
    padding: 7px 28px 7px 10px;
  }
  .sort-label {
    font-size: 0.7rem;
  }
  .cat-head {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.product-row-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.product-row-4:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .product-row-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .product-row-4 {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}
.product-row-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-bottom: 12px;
}

.product-row-5:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .product-row-5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
@media (max-width: 540px) {
  .product-row-5 {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.pcard-discount {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  padding: 4px 10px;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.88);
  color: var(--orange-light);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.load-more-wrap {
  text-align: center;
  padding: 24px 0 0;
}

.btn-load {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 36px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  border: none;
  background: var(--orange);
  box-shadow: 0 4px 20px rgba(255, 107, 53, 0.25);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s, color 0.3s;
  cursor: pointer;
  font-family: var(--f-body);
  letter-spacing: 0.01em;
}

.btn-load:hover {
  background: #fff;
  color: var(--orange);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(255, 107, 53, 0.35);
}

.btn-load svg {
  width: 18px;
  height: 18px;
}

.cta-banner {
  background: linear-gradient(135deg, #080E1A 0%, #0F172A 50%, #162032 100%);
  border-radius: 20px;
  padding: 52px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.cta-banner::before {
  display: none;
}

.cta-banner h2 {
  font-family: var(--f-display);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  color: var(--white);
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.5);
  max-width: 460px;
  margin: 0 auto 24px;
  position: relative;
  z-index: 2;
  font-size: 0.92rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  background: var(--orange);
  color: #fff;
  box-shadow: 0 4px 20px rgba(255, 107, 53, 0.25);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s, color 0.3s;
  line-height: 1.2;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-family: var(--f-body);
  letter-spacing: 0.01em;
}

.btn-primary:hover {
  background: #fff;
  color: var(--orange);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(255, 107, 53, 0.35);
}

.btn-primary svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 640px) {
  .cta-banner {
    padding: 36px 20px;
    border-radius: 16px;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.vis {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
/* ---- Hero ---- */
.page-hero {
  padding: 28px 0 48px;
  background: linear-gradient(180deg, #0F172A 0%, #162032 60%, #1a2640 100%);
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

.page-hero::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -10%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.08), transparent 70%);
}

.page-hero-inner {
  text-align: center;
  position: relative;
  z-index: 2;
}

.page-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(255, 107, 53, 0.08);
  border: 1px solid rgba(255, 107, 53, 0.15);
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--orange-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.page-hero-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange-light);
  box-shadow: 0 0 6px rgba(255, 107, 53, 0.5);
}

.page-hero h1 {
  font-family: var(--f-display);
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: #F1F5F9;
  line-height: 1.1;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.page-hero h1 span {
  color: var(--orange-light);
}

.page-hero p {
  font-size: clamp(0.88rem, 1.3vw, 0.98rem);
  color: rgba(241, 245, 249, 0.4);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

.spotlight {
  --o:var(--orange,#FF6B35);
  --od:var(--orange-dark,#e85d2c);
  --nv:var(--navy,#1e293b);
  --s2:var(--slate-200,#e2e8f0);
  --s4:var(--slate-400,#94a3b8);
  --s5:var(--slate-500,#64748b);
  --fd:var(--f-display,'Fraunces',Georgia,serif);
  --fs:var(--f-serif,'DM Serif Display',Georgia,serif);
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--nv);
}

.spotlight-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 24px;
  box-sizing: border-box;
}

.spotlight-h {
  font-family: var(--fd);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--nv);
  margin: 0 0 16px;
}

.spotlight-cap {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--s4);
  margin-bottom: 14px;
}

.spotlight-cap .t {
  padding: 2px 8px;
  border-radius: 5px;
  background: rgba(15, 23, 42, 0.05);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.55rem;
  color: var(--s5);
}

.spotlight-cap .i, .spotlight-corner .i, .spotlight-badge .i, .spotlight-spons .i, .spotlight-cat .i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid currentColor;
  font-size: 0.5rem;
  font-style: italic;
  line-height: 1;
  opacity: 0.8;
}

.spotlight-row {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  padding: 2px 2px 10px;
  scrollbar-width: thin;
}

.spotlight-row::-webkit-scrollbar, .spotlight-duo::-webkit-scrollbar {
  height: 6px;
}

.spotlight-row::-webkit-scrollbar-thumb, .spotlight-duo::-webkit-scrollbar-thumb {
  background: var(--s2);
  border-radius: 3px;
}

.spotlight-card {
  flex: 0 0 calc((100% - 64px) / 5);
  min-width: 168px;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--s2);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.35s, box-shadow 0.35s;
  text-decoration: none;
  color: inherit;
}

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

.spotlight-thumb {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  display: block;
  background: #f0ebe4;
}

.spotlight-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #fff;
  background: rgba(15, 23, 42, 0.6);
  padding: 3px 9px;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 2;
}

.spotlight-badge .i {
  border-color: rgba(255, 255, 255, 0.6);
}

.spotlight-card-b {
  padding: 12px 14px 16px;
}

.spotlight-cat {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--s4);
  font-weight: 600;
}

.spotlight-name {
  font-family: var(--fs);
  font-size: 0.8rem;
  line-height: 1.25;
  margin: 5px 0 10px;
  color: var(--nv);
  white-space: nowrap;
  overflow: hidden;
  mask-image: linear-gradient(90deg, #000 75%, transparent 98%);
  -webkit-mask-image: linear-gradient(90deg, #000 75%, transparent 98%);
}

.spotlight-duo-card .spotlight-name {
  white-space: normal;
  overflow: auto;
  mask-image: none;
  -webkit-mask-image: none;
}

.spotlight-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  padding-top: 8px;
  margin-top: auto;
}

.spotlight-price {
  font-weight: 800;
}
.spotlight-price .spotlight-sale_price {
  font-size: 0.95rem;
}

.spotlight-old {
  color: var(--s4);
  text-decoration: line-through;
  margin-left: 6px;
  font-size: 0.8rem;
  font-weight: 500;
}

.spotlight-stars {
  color: #f59e0b;
  font-size: 0.78rem;
  letter-spacing: 1px;
  margin-top: 6px;
}

.spotlight-corner {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.55rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.3);
  padding: 4px 9px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.spotlight-corner.dark {
  color: var(--s5);
  background: rgba(255, 255, 255, 0.85);
  border-color: var(--s2);
}

.spotlight-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--o);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s, transform 0.25s;
  border: none;
  cursor: pointer;
}

.spotlight-cta:hover {
  background: var(--od);
  transform: translateY(-1px);
}

.spotlight-duo {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding-bottom: 8px;
  scrollbar-width: thin;
}

.spotlight-duo-card {
  flex: 0 0 calc((100% - 16px) / 2);
  box-sizing: border-box;
  min-width: 240px;
  scroll-snap-align: start;
  display: flex;
  gap: 14px;
  align-items: center;
  background: rgba(77, 183, 0, 0.08);
  border: 1px solid var(--s2);
  border-radius: 16px;
  padding: 14px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s, box-shadow 0.3s;
}

.spotlight-duo-card:hover {
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.spotlight-duo-thumb {
  width: 88px;
  height: 88px;
  border-radius: 12px;
  flex: 0 0 auto;
  object-fit: cover;
  background: #f0ebe4;
}

.spotlight-duo .spotlight-name {
  margin: 4px 0 6px;
}

@media (max-width: 640px) {
  .spotlight-duo-card {
    flex: 0 0 86%;
  }
}
.spotlight-spot {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  background: #fff;
  border: 1px solid var(--s2);
  border-radius: 22px;
  overflow: hidden;
  min-height: 260px;
}

.spotlight-spot > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
  background: #f0ebe4;
}

.spotlight-spot-b {
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.spotlight-kick {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--o);
  margin-bottom: 10px;
}

.spotlight-spot-t {
  font-family: var(--fd);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 12px;
}

.spotlight-spot-d {
  font-size: 0.92rem;
  color: var(--s5);
  line-height: 1.6;
  margin-bottom: 18px;
}

.spotlight-spot-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.spotlight-spot-p {
  font-size: 1.18rem;
  font-weight: 800;
}

@media (max-width: 720px) {
  .spotlight-spot {
    grid-template-columns: 1fr;
  }
  .spotlight-spot > img {
    min-height: 200px;
    max-height: 240px;
  }
  .spotlight-spot-b {
    padding: 26px 22px;
  }
}
.spotlight-brand {
  position: relative;
  background: #fff;
  border: 1px solid var(--s2);
  border-radius: 22px;
  padding: 24px;
}

.spotlight-brand-h {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.spotlight-logo {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--o), #f59e0b);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--fd);
  font-weight: 700;
  font-size: 19px;
  flex: 0 0 auto;
}

.spotlight-brand-h h4 {
  font-family: var(--fs);
  font-size: 1.1rem;
  margin: 0;
  color: var(--nv);
}

.spotlight-brand-h p {
  font-size: 0.78rem;
  color: var(--s4);
  margin: 2px 0 0;
}

.spotlight-bb {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(120deg, #1e293b, #334155);
  padding: 24px 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  color: #fff;
}

.spotlight-bb::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.32), transparent 70%);
  pointer-events: none;
}

.spotlight-bb-t {
  position: relative;
  z-index: 2;
  flex: 1;
  min-width: 0;
}

.spotlight-bb-k {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #ffb38a;
  margin-bottom: 8px;
}

.spotlight-bb-h {
  font-family: var(--fd);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.14;
  margin: 0;
}

.spotlight-bb-s {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin: 8px 0 0;
}

.spotlight-bb-offer {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  padding: 12px 18px 12px 12px;
}

.spotlight-bb-offer > img {
  width: 92px;
  height: 92px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.spotlight-bb-offer .col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.spotlight-bb-p {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
}

.spotlight-bb-p b {
  font-size: 1.3rem;
  font-weight: 800;
}

.spotlight-bb-p s {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}

.spotlight-bb .spotlight-cta {
  position: relative;
  z-index: 1;
}

@media (max-width: 720px) {
  .spotlight-bb {
    padding: 24px 50px;
  }
  .spotlight-bb-h {
    font-size: 1.3rem;
  }
}
.spotlight-hero {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px 50px;
  background: linear-gradient(135deg, #1b1033, #3a1d5c);
  color: #fff;
}

.spotlight-hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 18%, rgba(255, 107, 53, 0.42), transparent 55%), radial-gradient(circle at 12% 85%, rgba(139, 92, 246, 0.4), transparent 55%);
}

.spotlight-hero-in {
  position: relative;
  z-index: 2;
  flex: 1;
  min-width: 0;
}

.spotlight-hero-t {
  font-family: var(--fd);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 14px;
}

.spotlight-hero-s {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
  margin: 0;
  max-width: 520px;
}

.spotlight-hero-p {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
}

.spotlight-hero-p b {
  font-size: 1.7rem;
  font-weight: 800;
}

.spotlight-hero-p s {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 720px) {
  .spotlight-hero {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 30px 24px;
  }
  .spotlight-hero-t {
    font-size: 1.6rem;
  }
  .spotlight-hero-offer {
    width: 100%;
    box-sizing: border-box;
  }
}
.spotlight-side-stack {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 88px;
}

.spotlight-side-stack > .spotlight-sidecap {
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--s4);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.spotlight-side {
  position: relative;
  background: #fff;
  border: 1px solid var(--s2);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.spotlight-side > img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
  background: #f0ebe4;
}

.spotlight-side-b {
  padding: 16px 18px 18px;
}

.spotlight-side .spotlight-name {
  font-size: 0.8rem;
  margin: 0 0 12px;
}

.spotlight-side-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.spotlight-side-foot .spotlight-price {
  font-size: 1.05rem;
  font-weight: 800;
}

/* sponsored badge for a NATIVE product card woven into an organic row */
.spotlight-spons {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #fff;
  background: rgba(15, 23, 42, 0.62);
  padding: 3px 9px;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.spotlight-spons .i {
  border-color: rgba(255, 255, 255, 0.6);
}

/* compact (quiet) sponsored sidebar list */
.spotlight-mini {
  background: #fff;
  border: 1px solid var(--s2);
  border-radius: 16px;
  padding: 6px 16px 8px;
}

.spotlight-mini-h {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--s4);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 0 4px;
}

.spotlight-mini-item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  text-decoration: none;
  color: inherit;
  border-top: 1px solid var(--s2);
}

.spotlight-mini-thumb {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  object-fit: cover;
  flex: 0 0 auto;
  background: #f0ebe4;
}

.spotlight-mini-name {
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--nv);
}

.spotlight-mini-price {
  font-size: 0.8rem;
  font-weight: 800;
  margin-top: 3px;
  color: var(--nv);
}

.spotlight-mini-old {
  color: var(--s4);
  text-decoration: line-through;
  font-weight: 500;
  font-size: 0.7rem;
  margin-left: 5px;
}

.spotlight-mini-item:hover .spotlight-mini-name {
  text-decoration: underline;
}

.spotlight-aside-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.spotlight-card {
  position: relative;
}

.spotlight-kick .i,
.spotlight-corner .i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid currentColor;
  font-size: 0.5rem;
  font-style: italic;
  line-height: 1;
  opacity: 0.8;
}

.spotlight-slider {
  display: flex;
  align-items: center;
  gap: 14px;
}

.spotlight-slider-main {
  flex: 1;
  min-width: 0;
}

.spotlight-slider-vp {
  overflow: hidden;
}

.spotlight-slider-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.spotlight-slide {
  flex: 0 0 100%;
  min-width: 0;
  box-sizing: border-box;
}

.spotlight-slider-arrow {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--s2);
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  color: var(--nv);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.spotlight-slider-arrow:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

.spotlight-slider-dots {
  display: flex;
  gap: 7px;
  justify-content: center;
  margin-top: 16px;
}

.spotlight-slider-dots .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--s2);
  cursor: pointer;
  transition: transform 0.2s, background 0.25s;
  padding: 0;
  border: none;
}

.spotlight-slider-dots .dot.active {
  background: var(--o);
  transform: scale(1.35);
}

.spotlight-slider.compact .spotlight-slider-arrow {
  display: none;
}

.spotlight-slider.compact .spotlight-slider-dots {
  margin-top: 12px;
}

.spotlight-scard {
  display: flex;
  gap: 14px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--s2);
  border-radius: 16px;
  padding: 14px 16px;
}

.spotlight-scard > img {
  width: 62px;
  height: 62px;
  border-radius: 12px;
  object-fit: cover;
  flex: 0 0 auto;
  background: #f0ebe4;
}

.spotlight-scard .spotlight-name {
  font-size: 0.8rem;
  margin: 0 0 4px;
}

.spotlight-scard .spotlight-price {
  font-weight: 800;
}

/* hero: fill the empty right side with a product cover */
.spotlight-hero-offer {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 18px 24px 18px 18px;
}

.spotlight-hero-offer > img {
  width: 158px;
  height: 158px;
  border-radius: 14px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.42);
}

.spotlight-hero-offer .col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

@media (max-width: 720px) {
  .spotlight-hero-offer {
    width: 100%;
    box-sizing: border-box;
  }
  .spotlight-hero-offer > img {
    width: 120px;
    height: 120px;
  }
}
/* vertical spotlight (image on top, content below) */
.spotlight-spotv {
  position: relative;
  background: #fff;
  border: 1px solid var(--s2);
  border-radius: 22px;
  overflow: hidden;
}

.spotlight-spotv-media {
  width: 100%;
  height: 380px;
  background: #f0ebe4;
}

.spotlight-spotv-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.spotlight-spotv-b {
  padding: 30px 40px 34px;
  max-width: 760px;
}

.spotlight-spotv-t {
  font-family: var(--fd);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 6px 0 12px;
  color: var(--nv);
}

.spotlight-spotv .spotlight-spot-d {
  margin-bottom: 18px;
}

@media (max-width: 720px) {
  .spotlight-spotv-media {
    height: 240px;
  }
  .spotlight-spotv-b {
    padding: 24px 22px 28px;
  }
}
/* spotlight sized like home-page blog article cards */
.spotlight-bloggrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.spotlight-spotc {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(175deg, #fff, #fcfcfe 30%, #fafafc 60%, #fff);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 2px 6px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.spotlight-spotc:hover {
  transform: translateY(-4px);
}

.spotlight-spotc-cover {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  margin: 6px 6px 0;
  border-radius: 16px;
}

.spotlight-spotc-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.spotlight-spotc:hover .spotlight-spotc-cover img {
  transform: scale(1.05);
}

.spotlight-spotc-b {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.spotlight-spotc .spotlight-cat {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--o);
  margin-bottom: 8px;
}

.spotlight-spotc-t {
  font-family: var(--fs);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--nv);
  line-height: 1.35;
  margin: 0 0 8px;
  white-space: nowrap;
  overflow: hidden;
  mask-image: linear-gradient(90deg, #000 75%, transparent 98%);
  -webkit-mask-image: linear-gradient(90deg, #000 75%, transparent 98%);
}

.spotlight-spotc-d {
  font-size: 0.8rem;
  color: var(--s4);
  line-height: 1.55;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.spotlight-spotc-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.spotlight-cta.sm {
  padding: 8px 14px;
  font-size: 0.78rem;
}

@media (max-width: 1024px) {
  .spotlight-bloggrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .spotlight-bloggrid > :nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  .spotlight-bloggrid {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .spotlight-bloggrid::-webkit-scrollbar {
    display: none;
  }
  .spotlight-bloggrid > .spotlight-spotc {
    min-width: 230px;
    max-width: 68vw;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .spotlight-bloggrid > :nth-child(3) {
    display: flex;
  }
}
/* clickable brand store name + mobile arrow sizing */
.spotlight-brand-link {
  color: inherit;
  text-decoration: none;
}

.spotlight-brand-link:hover {
  color: var(--o);
  text-decoration: underline;
}

@media (max-width: 600px) {
  .spotlight-slider {
    gap: 0;
  }
  .spotlight-slider-arrow {
    display: none;
  }
}
.spotlight-bb {
  padding: 24px 24px;
} /* тут была двойная закрывающая - опечатка макета, вторая копия */
/* spotlight: scrollable card carousel with side arrows */
.spotlight-crow {
  position: relative;
}

.spotlight-crow-vp {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x proximity;
}

.spotlight-crow-vp::-webkit-scrollbar {
  display: none;
}

.spotlight-crow-track {
  display: flex;
  gap: 20px;
  padding: 8px 2px;
}

.spotlight-crow-track > .spotlight-spotc {
  flex: 0 0 calc((100% - 40px) / 3);
  scroll-snap-align: start;
}

.spotlight-crow > .spotlight-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 7;
}

.spotlight-crow > .spotlight-slider-arrow.l {
  left: -58px;
}

.spotlight-crow > .spotlight-slider-arrow.r {
  right: -58px;
}

.spotlight-crow > .spotlight-slider-arrow:hover {
  transform: translateY(-50%) scale(1.08);
}

@media (max-width: 1300px) {
  .spotlight-crow > .spotlight-slider-arrow.l {
    left: 0;
    transform: translate(-50%, -50%);
  }
  .spotlight-crow > .spotlight-slider-arrow.r {
    right: 0;
    transform: translate(50%, -50%);
  }
  .spotlight-crow > .spotlight-slider-arrow.l:hover {
    transform: translate(-50%, -50%) scale(1.08);
  }
  .spotlight-crow > .spotlight-slider-arrow.r:hover {
    transform: translate(50%, -50%) scale(1.08);
  }
}
@media (max-width: 1024px) {
  .spotlight-crow-track > .spotlight-spotc {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}
@media (max-width: 600px) {
  .spotlight-crow > .spotlight-slider-arrow {
    display: none;
  }
  .spotlight-crow-track > .spotlight-spotc {
    flex: 0 0 78%;
  }
}
/* ensure banner text stays readable over dark backgrounds on any host page */
.spotlight-bb .spotlight-bb-h {
  color: #fff !important;
}

.spotlight-bb .spotlight-bb-s {
  color: rgba(255, 255, 255, 0.82) !important;
}

.spotlight-bb .spotlight-bb-p b {
  color: #fff !important;
}

.spotlight-bb .spotlight-bb-p s {
  color: rgba(255, 255, 255, 0.5) !important;
}

.spotlight-bb .spotlight-corner, .spotlight-hero .spotlight-corner {
  color: #fff !important;
}

.spotlight-hero .spotlight-hero-t {
  color: #fff !important;
}

.spotlight-hero .spotlight-hero-s {
  color: rgba(255, 255, 255, 0.82) !important;
}

.spotlight-hero .spotlight-hero-p b {
  color: #fff !important;
}

.spotlight-hero .spotlight-hero-p s {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* full-bleed wrapper: lets in-article blocks use standard width, not the narrow text column */
.spotlight-bleed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* spotlight showing a single product card per view */
.spotlight-spot1 {
  display: flex;
  justify-content: center;
  padding: 4px 0;
}

.spotlight-spot1 > .spotlight-spotc {
  width: 100%;
  max-width: 360px;
}

/* two spotlight cards side by side (e.g. narrow sidebar) */
.spotlight-pair2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

@media (max-width: 600px) {
  .spotlight-pair2 {
    grid-template-columns: 1fr;
  }
}
/* sponsored row: full-width track (standard cards), arrows OUTSIDE the cards, scrollbar hidden */
.spotlight-azrow {
  position: relative;
}

.spotlight-brand .spotlight-row {
  scrollbar-width: none;
}

.spotlight-brand .spotlight-row::-webkit-scrollbar {
  display: none;
}

.spotlight-azrow > .spotlight-row {
  scrollbar-width: none;
}

.spotlight-azrow > .spotlight-row::-webkit-scrollbar {
  display: none;
}

.spotlight-azrow > .spotlight-duo {
  scrollbar-width: none;
  padding-bottom: 0;
}

.spotlight-azrow > .spotlight-duo::-webkit-scrollbar {
  display: none;
}

.spotlight-azrow > .spotlight-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 7;
}

.spotlight-azrow > .spotlight-slider-arrow.l {
  left: -58px;
}

.spotlight-azrow > .spotlight-slider-arrow.r {
  right: -58px;
}

.spotlight-azrow > .spotlight-slider-arrow:hover {
  transform: translateY(-50%) scale(1.08);
}

@media (max-width: 1300px) {
  .spotlight-azrow > .spotlight-slider-arrow.l {
    left: 0;
    transform: translate(-50%, -50%);
  }
  .spotlight-azrow > .spotlight-slider-arrow.r {
    right: 0;
    transform: translate(50%, -50%);
  }
  .spotlight-azrow > .spotlight-slider-arrow.l:hover {
    transform: translate(-50%, -50%) scale(1.08);
  }
  .spotlight-azrow > .spotlight-slider-arrow.r:hover {
    transform: translate(50%, -50%) scale(1.08);
  }
}
@media (max-width: 600px) {
  .spotlight-azrow > .spotlight-slider-arrow {
    display: none;
  }
}
/* sponsored row placed inside the buy-box column, under the Add to Cart button */
.spotlight-buyrow {
  padding: 16px 0 4px;
}

.spotlight-buyrow .spotlight-azrow > .spotlight-slider-arrow.l {
  left: -4px;
}

.spotlight-buyrow .spotlight-azrow > .spotlight-slider-arrow.r {
  right: -4px;
}

/* full-width sponsored row spanning both product-grid columns */
.spotlight-fullrow {
  padding: 6px 0 2px;
}

/* ad-disclosure info icon */
.spotlight .i, .spotlight-spons .i {
  cursor: help;
}

.spotlight-tip {
  position: fixed;
  z-index: 99999;
  display: none;
  opacity: 0;
  transition: opacity 0.12s;
  max-width: 180px;
  background: #0f172a;
  color: #fff;
  font: 500 9.5px/1.4 system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  letter-spacing: 0;
  text-transform: none;
  padding: 6px 8px;
  border-radius: 7px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.3);
  pointer-events: none;
  text-align: left;
}

section.spotlight {
  padding: 42px 0;
}

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