:root {
  --shop-ink: #091633;
  --shop-muted: #65728d;
  --shop-blue: #2563eb;
  --shop-violet: #7c3aed;
  --shop-cyan: #21c8f6;
  --shop-navy: #06122c;
  --shop-navy-2: #0b1b3f;
  --shop-glow: rgba(104, 78, 255, .34);
  --shop-soft: #f3f6ff;
  --shop-line: #e1e8f5;
  --shop-card: #fff;
  --shop-shadow: none;
}

* {
  box-sizing: border-box;
}

.shop-body {
  margin: 0;
  overflow-x: hidden;
  color: var(--shop-ink);
  background: #f5f7fc;
}

.shop-body button,
.shop-body input,
.shop-body select {
  font: inherit;
}

.shop-header {
  position: sticky;
  top: 0;
  z-index: 120;
  min-height: 74px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 10px clamp(20px, 4vw, 68px);
  border-bottom: 1px solid rgba(99, 130, 255, .24);
  background:
    radial-gradient(circle at 18% 0%, rgba(37, 99, 235, .28), transparent 28rem),
    radial-gradient(circle at 78% 0%, rgba(124, 58, 237, .30), transparent 24rem),
    rgba(5, 14, 35, .94);
  backdrop-filter: blur(18px);
}

.shop-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  text-decoration: none;
}

.shop-brand img {
  width: 48px;
  height: 48px;
  border-radius: 13px;
}

.shop-brand div {
  display: grid;
  line-height: 1.08;
}

.shop-brand strong {
  font-size: 18px;
}

.shop-brand span {
  margin-top: 5px;
  color: #9fb2dc;
  font-size: 9px;
}

.shop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 40px);
}

.shop-nav a {
  position: relative;
  color: #d7e3ff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.shop-nav a:hover,
.shop-nav a[aria-current="page"] {
  color: #fff;
}

.shop-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #36d7ff, #8b5cf6);
}

.shop-head-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.shop-head-actions button,
.shop-menu-btn {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(148, 163, 255, .26);
  border-radius: 11px;
  color: #e9efff;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
}

.shop-head-actions button:hover {
  color: #fff;
  border-color: rgba(54, 215, 255, .54);
  background: rgba(37, 99, 235, .18);
}

.shop-head-actions button b {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 2px solid #06122c;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #36d7ff, var(--shop-violet));
  font-size: 8px;
}

.shop-head-actions > a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 11px;
  padding: 0 15px;
  color: #fff;
  background: linear-gradient(135deg, #246bff, #8b5cf6);
  text-decoration: none;
  font-size: 11px;
  font-weight: 900;
}

.shop-menu-btn {
  display: none;
}

.shop-hero {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(500px, 1.14fr);
  align-items: center;
  gap: clamp(36px, 6vw, 90px);
  overflow: hidden;
  padding: clamp(70px, 7vw, 110px) clamp(22px, 6vw, 90px);
  background:
    radial-gradient(circle at 77% 17%, rgba(124, 58, 237, .48), transparent 28rem),
    radial-gradient(circle at 94% 72%, rgba(33, 200, 246, .22), transparent 26rem),
    radial-gradient(circle at 11% 78%, rgba(37, 99, 235, .33), transparent 31rem),
    linear-gradient(135deg, #030914 0%, #061838 42%, #11104a 100%);
}

.shop-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .36;
  background-image: radial-gradient(circle, rgba(153, 183, 255, .35) 1px, transparent 1.5px);
  background-size: 32px 32px;
  mask-image: linear-gradient(90deg, #000, transparent 58%);
}

.shop-hero::after {
  content: "";
  position: absolute;
  inset: auto 5% -34% 41%;
  z-index: -1;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(91, 112, 255, .44), transparent 68%);
  filter: blur(16px);
}

.shop-kicker,
.results-head > div > span,
.shop-creator-cta span,
.shop-newsletter span {
  color: #2f6dff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.shop-hero .shop-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(132, 165, 255, .28);
  border-radius: 999px;
  padding: 8px 12px;
  color: #dff6ff;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
}

.shop-hero .shop-kicker i {
  color: #36d7ff;
}

.shop-hero h1 {
  max-width: 680px;
  margin: 14px 0 20px;
  font-size: clamp(48px, 5.4vw, 80px);
  line-height: .98;
  letter-spacing: -.055em;
  color: #fff;
}

.shop-hero h1 em {
  color: transparent;
  background: linear-gradient(90deg, #42d8ff, #7c8cff 42%, #c084fc);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: normal;
}

.shop-hero-copy > p {
  max-width: 650px;
  color: #b9c8ea;
  font-size: 17px;
  line-height: 1.6;
}

.hero-search {
  position: relative;
  max-width: 680px;
  min-height: 58px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  margin-top: 28px;
  border: 1px solid rgba(151, 173, 255, .28);
  border-radius: 15px;
  padding: 5px;
  background: rgba(255, 255, 255, .94);
}

.hero-search > i {
  color: #6c7890;
  text-align: center;
}

.hero-search input {
  min-width: 0;
  height: 46px;
  border: 0;
  outline: 0;
  color: var(--shop-ink);
  background: transparent;
  font-size: 13px;
}

.hero-search > button {
  height: 46px;
  border: 0;
  border-radius: 11px;
  padding: 0 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--shop-blue), var(--shop-violet));
  font-size: 12px;
  font-weight: 900;
}

.search-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 30;
  display: none;
  overflow: hidden;
  border: 1px solid var(--shop-line);
  border-radius: 14px;
  background: #fff;
}

.search-suggestions.open {
  display: block;
}

.search-suggestions button {
  width: 100%;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 11px;
  border: 0;
  border-bottom: 1px solid #edf1f8;
  padding: 10px 12px;
  color: var(--shop-ink);
  background: #fff;
  text-align: left;
}

.search-suggestions button:last-child {
  border-bottom: 0;
}

.search-suggestions button:hover {
  background: #f5f7ff;
}

.search-suggestions img {
  width: 44px;
  height: 32px;
  border-radius: 6px;
  object-fit: cover;
}

.search-suggestions span {
  display: grid;
}

.search-suggestions b {
  font-size: 11px;
}

.search-suggestions small {
  margin-top: 3px;
  color: var(--shop-muted);
  font-size: 8px;
}

.search-suggestions em {
  color: var(--shop-blue);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.popular-searches {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  color: #aab9da;
  font-size: 10px;
}

.popular-searches button {
  border: 1px solid rgba(180, 194, 255, .28);
  border-radius: 999px;
  padding: 5px 9px;
  color: #dbe7ff;
  background: rgba(255, 255, 255, .08);
  font-size: 9px;
}

.shop-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 22px;
  color: #aab9da;
  font-size: 10px;
}

.shop-hero-stats span {
  display: grid;
  gap: 3px;
}

.shop-hero-stats b {
  color: #fff;
  font-size: 15px;
}

.shop-hero-gallery {
  position: relative;
  min-height: 430px;
}

.hero-product {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(163, 187, 255, .22);
  border-radius: 22px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(16px);
}

.hero-product img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-product span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  border-radius: 999px;
  padding: 7px 10px;
  color: #fff;
  background: rgba(6, 16, 43, .82);
  backdrop-filter: blur(10px);
  font-size: 8px;
  font-weight: 900;
}

.hero-product-main {
  inset: 8% 4% 9% 5%;
  transform: rotate(-1deg);
}

.hero-product-top {
  top: -2%;
  right: -5%;
  width: 38%;
  height: 36%;
  transform: rotate(4deg);
}

.hero-product-bottom {
  left: -5%;
  bottom: -2%;
  width: 39%;
  height: 37%;
  transform: rotate(-4deg);
}

.hero-sale {
  position: absolute;
  right: 0;
  bottom: 2%;
  width: 92px;
  height: 92px;
  display: grid;
  place-content: center;
  border: 7px solid rgba(10, 21, 54, .62);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #36d7ff, #7c3aed 62%, #ff4c89);
  text-align: center;
}

.hero-sale b {
  font-size: 24px;
}

.hero-sale span {
  font-size: 8px;
}

.shop-trust {
  position: relative;
  z-index: 3;
  width: min(1280px, calc(100% - 32px));
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: -30px auto 36px;
  border: 1px solid var(--shop-line);
  border-radius: 16px;
  padding: 9px;
  background: rgba(255, 255, 255, .96);
}

.shop-trust div {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-right: 1px solid #edf1f8;
  padding: 8px;
}

.shop-trust div:last-child {
  border-right: 0;
}

.shop-trust i {
  color: var(--shop-blue);
  font-size: 18px;
}

.shop-trust span {
  display: grid;
  color: var(--shop-muted);
  font-size: 8px;
}

.shop-trust b {
  margin-bottom: 3px;
  color: var(--shop-ink);
  font-size: 10px;
}

.shop-categories {
  position: sticky;
  top: 74px;
  z-index: 80;
  display: flex;
  gap: 6px;
  padding: 10px clamp(16px, 4vw, 60px);
  overflow-x: auto;
  border-block: 1px solid var(--shop-line);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
  scrollbar-width: none;
}

.shop-categories::-webkit-scrollbar {
  display: none;
}

.shop-categories button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0 13px;
  color: #46536d;
  background: transparent;
  font-size: 10px;
  font-weight: 800;
}

.shop-categories button:hover,
.shop-categories button.active {
  color: #fff;
  background: linear-gradient(135deg, var(--shop-blue), var(--shop-violet));
}

.shop-categories button b {
  border-radius: 999px;
  padding: 2px 5px;
  color: var(--shop-blue);
  background: #eaf0ff;
  font-size: 7px;
}

.shop-catalog {
  width: min(1480px, calc(100% - 28px));
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  margin: 0 auto;
  padding: 32px 0 70px;
}

.shop-filters {
  position: sticky;
  top: 139px;
  align-self: start;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.filter-head {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 14px;
  border-bottom: 1px solid #cfcfcf;
}

.filter-head h2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #05070d;
  font-size: 20px;
  font-weight: 900;
}

.filter-head button {
  border: 0;
  color: #111827;
  background: transparent;
  font-size: 11px;
  font-weight: 900;
}

.filter-head .filter-close {
  display: none;
}

.filter-head #resetFilters {
  display: none;
}

.filter-group {
  border-bottom: 1px solid #cfcfcf;
  padding: 22px 0 26px;
}

.shop-filters .filter-group + .filter-group,
.shop-filters .seller-card {
  display: none;
}

.filter-title {
  width: 100%;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  padding: 0 0 20px;
  color: #05070d;
  background: transparent;
  font-size: 20px;
  font-weight: 900;
}

.filter-title i {
  display: none;
}

.filter-group.collapsed .filter-title i {
  transform: rotate(180deg);
}

.filter-group.collapsed .filter-options,
.filter-group.collapsed .filter-range {
  display: none;
}

.filter-options {
  display: grid;
  gap: 26px;
}

.filter-options label {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #05070d;
  font-size: 20px;
  line-height: 1.2;
  cursor: pointer;
}

.filter-options label span:first-of-type:not(.filter-stars) {
  min-width: 0;
  flex: 1;
}

.filter-options label b {
  display: none;
}

.filter-options input {
  appearance: none;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}

.filter-options input:checked {
  border-color: #111;
  background:
    linear-gradient(135deg, transparent 58%, #fff 58%),
    linear-gradient(45deg, transparent 48%, #fff 48% 58%, transparent 58%),
    #111;
}

.filter-stars {
  color: #ffad12;
  letter-spacing: 1px;
}

.filter-range input {
  width: 100%;
  accent-color: var(--shop-violet);
}

.filter-range div {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  color: #8591a6;
  font-size: 8px;
}

.filter-range b {
  color: var(--shop-blue);
}

.seller-card {
  display: grid;
  grid-template-columns: 30px 1fr 14px;
  align-items: center;
  gap: 8px;
  margin: 14px;
  border-radius: 12px;
  padding: 12px;
  color: #fff;
  background: linear-gradient(135deg, #10265d, #5b3de8);
  text-decoration: none;
}

.seller-card > i:first-child {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
}

.seller-card div {
  display: grid;
}

.seller-card b {
  font-size: 9px;
}

.seller-card span {
  margin-top: 3px;
  color: #d9dcff;
  font-size: 7px;
}

.seller-card > i:last-child {
  font-size: 9px;
}

.mobile-filter-open {
  display: none;
}

.results-head {
  min-height: 70px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 13px;
}

.results-head h2 {
  margin-top: 4px;
  font-size: clamp(25px, 2.3vw, 34px);
  letter-spacing: -.03em;
}

.results-head p {
  margin-top: 4px;
  color: var(--shop-muted);
  font-size: 9px;
}

.result-tools {
  display: flex;
  align-items: center;
  gap: 9px;
}

.result-tools label {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #778399;
  font-size: 9px;
}

.result-tools select {
  height: 38px;
  border: 1px solid var(--shop-line);
  border-radius: 9px;
  padding: 0 28px 0 10px;
  color: var(--shop-ink);
  background: #fff;
  outline: 0;
  font-size: 9px;
  font-weight: 800;
}

.view-switch {
  display: flex;
  gap: 3px;
  border: 1px solid var(--shop-line);
  border-radius: 9px;
  padding: 3px;
  background: #fff;
}

.view-switch button {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 6px;
  color: #8a97ac;
  background: transparent;
}

.view-switch button.active {
  color: #fff;
  background: linear-gradient(135deg, var(--shop-blue), var(--shop-violet));
}

.filter-chips {
  min-height: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.filter-chips:empty {
  min-height: 0;
  margin: 0;
}

.filter-chips button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #dfe6f4;
  border-radius: 999px;
  padding: 6px 9px;
  color: #43516b;
  background: #fff;
  font-size: 8px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 22px;
}

.product-card {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--shop-line);
  border-radius: 26px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(145deg, rgba(37, 99, 235, .22), rgba(124, 58, 237, .10), rgba(255, 255, 255, 0)) border-box;
  transition: transform .3s ease, border-color .3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(86, 92, 255, .45);
}

.product-preview {
  position: relative;
  height: clamp(260px, 20vw, 340px);
  flex: 0 0 auto;
  overflow: hidden;
  background: #09142e;
}

.product-preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease;
}

.product-card:hover .product-preview img {
  transform: scale(1.045);
}

.product-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(5, 13, 36, .58));
  opacity: 0;
  transition: opacity .25s ease;
}

.product-card:hover .product-preview::after {
  opacity: 1;
}

.product-badge {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 2;
  border-radius: 999px;
  padding: 5px 8px;
  color: #fff;
  background: linear-gradient(135deg, #13b86c, #22cf8b);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.product-badge.new { background: linear-gradient(135deg, #2563eb, #6f5cff); }
.product-badge.trending { background: linear-gradient(135deg, #ff8a00, #ff3d81); }
.product-badge.premium { background: linear-gradient(135deg, #7c3aed, #d63df2); }
.product-badge.exclusive { background: linear-gradient(135deg, #ef3977, #ff70a1); }
.product-badge.ai-ready { background: linear-gradient(135deg, #00a8ce, #38d39f); }

.product-icon-button {
  position: absolute;
  z-index: 3;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
  color: #24334e;
  background: rgba(255, 255, 255, .93);
  font-size: 10px;
}

.product-wish {
  top: 8px;
  right: 8px;
}

.product-quick {
  right: 8px;
  bottom: 8px;
  transform: translateY(8px);
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease;
}

.product-card:hover .product-quick {
  transform: translateY(0);
  opacity: 1;
}

.product-wish.active {
  color: #f03c68;
}

.product-live-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  padding: 0 13px;
  color: #fff;
  background: rgba(8, 18, 47, .76);
  backdrop-filter: blur(10px);
  transform: translate(-50%, -35%);
  opacity: 0;
  font-size: 9px;
  font-weight: 900;
  transition: transform .25s ease, opacity .25s ease;
}

.product-card:hover .product-live-overlay {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.product-category {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 10px;
  color: var(--shop-blue);
  background: #eef4ff;
  font-size: 10px;
  font-weight: 900;
}

.product-card h3 {
  margin: 14px 0 9px;
  min-height: 0;
  display: -webkit-box;
  overflow: hidden;
  color: var(--shop-ink);
  font-size: 18px;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-description {
  min-height: 0;
  display: -webkit-box;
  overflow: hidden;
  color: var(--shop-muted);
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: #66748c;
  font-size: 11px;
}

.product-stats .rating {
  color: #f3a600;
  font-weight: 900;
}

.product-stats span {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid #edf2fb;
  border-radius: 9px;
  padding: 6px 5px;
  background: #f8fbff;
  white-space: nowrap;
}

.product-tech {
  min-height: 36px;
  height: auto;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
  overflow: hidden;
}

.product-tech span {
  border-radius: 7px;
  padding: 6px 8px;
  color: #465574;
  background: #f1f5ff;
  font-size: 10px;
  font-weight: 800;
}

.product-price-row,
.product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.product-price-row {
  margin-top: 16px;
  border: 1px solid #edf2fb;
  border-radius: 16px;
  padding: 16px 18px;
  background: linear-gradient(135deg, #f8fbff, #f4f1ff);
}

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

.product-price b {
  color: var(--shop-violet);
  font-size: 26px;
  letter-spacing: -.03em;
}

.product-price del {
  color: #9ba6b7;
  font-size: 11px;
}

.product-discount {
  border-radius: 10px;
  padding: 8px 12px;
  color: #ef3f69;
  background: #fff0f4;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.product-actions {
  margin-top: 16px;
  padding-top: 0;
}

.product-actions button {
  min-width: 0;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1;
  border: 1px solid #cfd9ed;
  border-radius: 14px;
  padding: 0 16px;
  color: var(--shop-blue);
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}

.product-actions .buy-product {
  flex: 1.45;
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--shop-blue), var(--shop-violet));
}

.product-grid.list-view {
  grid-template-columns: 1fr;
}

.product-grid.list-view .product-card {
  height: auto;
  display: grid;
  grid-template-columns: 310px 1fr;
}

.product-grid.list-view .product-preview {
  aspect-ratio: auto;
  height: auto;
  min-height: 230px;
}

.product-grid.list-view .product-body {
  display: grid;
  align-content: center;
}

@media (max-width: 1320px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

.empty-products {
  min-height: 370px;
  display: none;
  place-content: center;
  border: 1px dashed #cbd7ec;
  border-radius: 16px;
  color: #65728d;
  background: #fff;
  text-align: center;
}

.empty-products.show {
  display: grid;
}

.empty-products i {
  color: #8799be;
  font-size: 38px;
}

.empty-products h3 {
  margin-top: 12px;
  color: var(--shop-ink);
}

.empty-products p {
  margin-top: 5px;
  font-size: 11px;
}

.empty-products button {
  min-height: 36px;
  margin-top: 14px;
  border: 0;
  border-radius: 8px;
  padding: 0 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--shop-blue), var(--shop-violet));
  font-size: 10px;
  font-weight: 900;
}

.shop-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 28px;
}

.shop-pagination button {
  width: 36px;
  height: 36px;
  border: 1px solid var(--shop-line);
  border-radius: 9px;
  color: #53617a;
  background: #fff;
  font-size: 9px;
  font-weight: 900;
}

.shop-pagination button.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--shop-blue), var(--shop-violet));
}

.shop-creator-cta,
.shop-newsletter {
  width: min(1280px, calc(100% - 32px));
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  margin: 0 auto 28px;
  border-radius: 20px;
  padding: 34px clamp(24px, 4vw, 54px);
}

.shop-creator-cta {
  color: #fff;
  background:
    radial-gradient(circle at 82% 50%, rgba(92, 91, 255, .45), transparent 22rem),
    linear-gradient(135deg, #08183a, #172d70 55%, #5735d8);
}

.shop-creator-cta span {
  color: #8be7ff;
}

.shop-creator-cta h2,
.shop-newsletter h2 {
  margin-top: 7px;
  font-size: clamp(25px, 3vw, 40px);
  letter-spacing: -.035em;
}

.shop-creator-cta p {
  max-width: 700px;
  margin-top: 7px;
  color: #c7d6f2;
  font-size: 11px;
}

.shop-creator-cta > a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 0 20px;
  color: #1a2850;
  background: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 900;
}

.shop-newsletter {
  border: 1px solid var(--shop-line);
  background: #fff;
}

.shop-newsletter p {
  margin-top: 6px;
  color: var(--shop-muted);
  font-size: 10px;
}

.shop-newsletter form {
  position: relative;
  width: min(430px, 100%);
  min-height: 52px;
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid var(--shop-line);
  border-radius: 13px;
  padding: 5px;
  background: #f8faff;
}

.shop-newsletter input {
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 12px;
  background: transparent;
  font-size: 10px;
}

.shop-newsletter button {
  border: 0;
  border-radius: 9px;
  padding: 0 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--shop-blue), var(--shop-violet));
  font-size: 10px;
  font-weight: 900;
}

.shop-newsletter small {
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  color: #25885d;
  font-size: 8px;
}

.shop-body footer {
  margin-top: 70px;
}

.shop-body footer a {
  color: inherit;
  text-decoration: none;
}

.shop-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(5, 13, 35, .74);
  backdrop-filter: blur(10px);
}

.shop-overlay.open {
  display: flex;
}

.product-modal,
.wishlist-modal {
  position: relative;
  width: min(1020px, 100%);
  max-height: min(820px, calc(100vh - 36px));
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 20px;
  background: #fff;
}

.wishlist-modal {
  width: min(620px, 100%);
  padding: 28px;
}

.wishlist-modal > p {
  margin-top: 4px;
  color: var(--shop-muted);
  font-size: 10px;
}

.modal-x {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 8;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--shop-line);
  border-radius: 50%;
  color: #283650;
  background: rgba(255, 255, 255, .94);
}

.modal-product-layout {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
}

.modal-product-image {
  min-height: 510px;
  display: grid;
  place-items: center;
  padding: 28px;
  background: #f1f4fb;
}

.modal-product-image img {
  width: 100%;
  border-radius: 14px;
}

.modal-product-copy {
  padding: 38px 34px;
}

.modal-product-copy > span {
  color: var(--shop-blue);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.modal-product-copy h2 {
  margin: 8px 0 10px;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.08;
}

.modal-product-copy > p {
  color: var(--shop-muted);
  font-size: 12px;
  line-height: 1.6;
}

.modal-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 18px 0;
}

.modal-meta span {
  display: grid;
  border: 1px solid var(--shop-line);
  border-radius: 10px;
  padding: 10px;
  color: var(--shop-muted);
  font-size: 8px;
}

.modal-meta b {
  margin-top: 4px;
  color: var(--shop-ink);
  font-size: 10px;
}

.modal-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 16px 0;
}

.modal-features span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #46536d;
  font-size: 9px;
}

.modal-features i {
  color: #17ac70;
}

.modal-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.modal-price b {
  color: var(--shop-violet);
  font-size: 28px;
}

.modal-price del {
  color: #9ba6b7;
  font-size: 12px;
}

.modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 16px;
}

.modal-actions button {
  min-height: 42px;
  border: 1px solid #cdd8ed;
  border-radius: 10px;
  color: var(--shop-blue);
  background: #fff;
  font-size: 10px;
  font-weight: 900;
}

.modal-actions button:first-child {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--shop-blue), var(--shop-violet));
}

.wishlist-list {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.wishlist-item {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--shop-line);
  border-radius: 12px;
  padding: 8px;
}

.wishlist-item img {
  width: 90px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
}

.wishlist-item div {
  display: grid;
}

.wishlist-item b {
  font-size: 11px;
}

.wishlist-item span {
  margin-top: 4px;
  color: var(--shop-violet);
  font-size: 10px;
  font-weight: 900;
}

.wishlist-item button {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 8px;
  color: #eb3e68;
  background: #fff0f4;
}

.wishlist-empty {
  padding: 50px 10px;
  color: var(--shop-muted);
  text-align: center;
}

.wishlist-empty i {
  display: block;
  margin-bottom: 12px;
  font-size: 34px;
}

.shop-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 310;
  width: min(430px, 100%);
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: #fff;
  transform: translateX(105%);
  transition: transform .32s cubic-bezier(.22, .75, .2, 1);
}

.shop-cart-drawer.open {
  transform: translateX(0);
}

.cart-drawer-head {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--shop-line);
  padding: 18px 20px;
}

.cart-drawer-head span {
  color: var(--shop-blue);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-drawer-head h2 {
  margin-top: 3px;
  font-size: 23px;
}

.cart-drawer-head button {
  width: 38px;
  height: 38px;
  border: 1px solid var(--shop-line);
  border-radius: 50%;
  background: #fff;
}

.shop-cart-items {
  overflow-y: auto;
  padding: 15px;
}

.shop-cart-item {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid #edf1f8;
  padding: 12px 0;
}

.shop-cart-item img {
  width: 88px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
}

.shop-cart-item div {
  display: grid;
}

.shop-cart-item b {
  font-size: 10px;
}

.shop-cart-item span {
  margin-top: 4px;
  color: var(--shop-violet);
  font-size: 9px;
  font-weight: 900;
}

.shop-cart-item button {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 8px;
  color: #ed466e;
  background: #fff0f4;
}

.shop-cart-empty {
  height: 100%;
  display: grid;
  place-content: center;
  color: var(--shop-muted);
  text-align: center;
}

.shop-cart-empty i {
  margin-bottom: 12px;
  font-size: 38px;
}

.shop-cart-foot {
  border-top: 1px solid var(--shop-line);
  padding: 18px;
}

.shop-cart-foot > div {
  display: flex;
  justify-content: space-between;
}

.shop-cart-foot span {
  color: var(--shop-muted);
  font-size: 10px;
}

.shop-cart-foot b {
  color: var(--shop-violet);
  font-size: 20px;
}

.shop-cart-foot > button {
  width: 100%;
  min-height: 46px;
  margin-top: 14px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, var(--shop-blue), var(--shop-violet));
  font-size: 11px;
  font-weight: 900;
}

.shop-cart-foot small {
  display: block;
  margin-top: 9px;
  color: #8b97aa;
  font-size: 8px;
  text-align: center;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 305;
  visibility: hidden;
  background: rgba(4, 13, 36, .56);
  opacity: 0;
  transition: opacity .25s ease, visibility .25s ease;
}

.drawer-backdrop.open {
  visibility: visible;
  opacity: 1;
}

.shop-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 400;
  max-width: calc(100% - 30px);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  padding: 11px 17px;
  color: #fff;
  background: #081832;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  font-size: 10px;
  font-weight: 800;
  transition: transform .25s ease, opacity .25s ease;
}

.shop-toast.show {
  transform: translate(-50%, 0);
  opacity: 1;
}

@media (max-width: 1120px) {
  .shop-header {
    gap: 15px;
    padding-inline: 24px;
  }

  .shop-nav {
    gap: 18px;
  }

  .shop-head-actions > a {
    display: none;
  }

  .shop-hero {
    grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
    padding-inline: 36px;
  }

  .shop-catalog {
    grid-template-columns: 210px minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .shop-header {
    grid-template-columns: 1fr auto auto;
  }

  .shop-menu-btn {
    display: grid;
  }

  .shop-nav {
    position: absolute;
    top: 68px;
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(132, 165, 255, .22);
    border-radius: 14px;
    background: rgba(5, 14, 35, .98);
  }

  .shop-nav.open {
    display: flex;
  }

  .shop-nav a {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(132, 165, 255, .14);
    color: #dbe7ff;
  }

  .shop-nav a:hover,
  .shop-nav a[aria-current="page"] {
    color: #fff;
    background: rgba(37, 99, 235, .14);
  }

  .shop-nav a:last-child {
    border-bottom: 0;
  }

  .shop-nav a[aria-current="page"]::after {
    display: none;
  }

  .shop-hero {
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 68px 28px 90px;
  }

  .shop-hero-copy {
    text-align: center;
  }

  .shop-hero .shop-kicker {
    margin-inline: auto;
  }

  .shop-hero h1,
  .shop-hero-copy > p,
  .hero-search {
    margin-inline: auto;
  }

  .popular-searches,
  .shop-hero-stats {
    justify-content: center;
  }

  .shop-hero-gallery {
    width: min(100%, 650px);
    margin: auto;
  }

  .shop-trust {
    grid-template-columns: repeat(3, 1fr);
  }

  .shop-trust div:nth-child(3) {
    border-right: 0;
  }

  .shop-trust div:nth-child(n + 4) {
    border-top: 1px solid #edf1f8;
  }

  .shop-catalog {
    grid-template-columns: 1fr;
  }

  .shop-filters {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 320;
    width: min(330px, calc(100% - 42px));
    overflow-y: auto;
    border-radius: 0 18px 18px 0;
    transform: translateX(-105%);
    transition: transform .3s ease;
  }

  .shop-filters.open {
    transform: translateX(0);
  }

  .filter-head .filter-close {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    color: #38465f;
    background: #f1f4fa;
  }

  .mobile-filter-open {
    width: fit-content;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 0;
    border-radius: 9px;
    padding: 0 13px;
    color: #fff;
    background: linear-gradient(135deg, var(--shop-blue), var(--shop-violet));
    font-size: 10px;
    font-weight: 900;
  }

  .mobile-filter-open span {
    min-width: 17px;
    height: 17px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    font-size: 7px;
  }
}

@media (max-width: 620px) {
  .shop-header {
    min-height: 64px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 6px;
    padding: 8px 12px;
  }

  .shop-brand img {
    width: 42px;
    height: 42px;
  }

  .shop-brand strong {
    font-size: 14px;
  }

  .shop-brand span {
    font-size: 8px;
  }

  .shop-head-actions {
    display: flex;
    gap: 4px;
  }

  .shop-head-actions > a {
    display: none;
  }

  .shop-head-actions button {
    width: 35px;
    height: 35px;
    border-radius: 9px;
  }

  .shop-nav {
    top: 63px;
  }

  .shop-hero {
    min-height: 0;
    gap: 34px;
    padding: 48px 14px 72px;
  }

  .shop-kicker {
    font-size: 8px;
  }

  .shop-hero h1 {
    max-width: 350px;
    font-size: 40px;
  }

  .shop-hero-copy > p {
    max-width: 350px;
    font-size: 13px;
  }

  .hero-search {
    min-height: 52px;
    grid-template-columns: 34px 1fr auto;
    border-radius: 12px;
  }

  .hero-search input,
  .hero-search > button {
    height: 40px;
  }

  .hero-search input {
    font-size: 10px;
  }

  .hero-search > button {
    padding-inline: 13px;
    font-size: 9px;
  }

  .popular-searches {
    max-width: 340px;
    margin-inline: auto;
  }

  .shop-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }

  .shop-hero-stats span {
    min-height: 55px;
    display: grid;
    place-content: center;
    border: 1px solid rgba(153, 183, 255, .22);
    border-radius: 9px;
    padding: 6px;
    color: #b9c8ea;
    background: rgba(7, 19, 48, .74);
    font-size: 7px;
  }

  .shop-hero-stats b {
    font-size: 12px;
  }

  .shop-hero-gallery {
    min-height: 260px;
  }

  .hero-product {
    border-width: 1px;
    border-radius: 12px;
  }

  .hero-product-main {
    inset: 7% 2% 8%;
  }

  .hero-product-top,
  .hero-product-bottom {
    display: none;
  }

  .hero-sale {
    right: 0;
    width: 68px;
    height: 68px;
    border-width: 4px;
  }

  .hero-sale b {
    font-size: 18px;
  }

  .shop-trust {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -25px;
    border-radius: 12px;
  }

  .shop-trust div {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid #edf1f8;
  }

  .shop-trust div:nth-child(odd) {
    border-right: 1px solid #edf1f8;
  }

  .shop-trust div:last-child {
    grid-column: 1 / -1;
    justify-content: center;
    border-bottom: 0;
    border-right: 0;
  }

  .shop-categories {
    top: 64px;
    padding-inline: 10px;
  }

  .shop-categories button {
    min-height: 34px;
    padding-inline: 10px;
    font-size: 9px;
  }

  .shop-catalog {
    width: calc(100% - 20px);
    gap: 15px;
    padding-top: 18px;
  }

  .results-head {
    display: grid;
    align-items: start;
    gap: 12px;
  }

  .results-head h2 {
    font-size: 26px;
  }

  .result-tools {
    justify-content: space-between;
  }

  .result-tools label {
    min-width: 0;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-grid.list-view .product-card {
    display: block;
  }

  .product-grid.list-view .product-preview {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .product-card {
    height: auto;
    min-height: 0;
    border-radius: 16px;
  }

  .product-preview {
    height: 245px;
  }

  .product-card h3 {
    min-height: 0;
    font-size: 17px;
  }

  .product-description {
    min-height: 0;
    font-size: 12px;
  }

  .product-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    font-size: 11px;
  }

  .product-tech {
    height: 50px;
  }

  .product-quick,
  .product-live-overlay {
    opacity: 1;
    transform: none;
  }

  .product-live-overlay {
    left: 10px;
    top: auto;
    bottom: 9px;
  }

  .shop-creator-cta,
  .shop-newsletter {
    width: calc(100% - 20px);
    grid-template-columns: 1fr;
    gap: 20px;
    border-radius: 14px;
    padding: 26px 18px;
    text-align: center;
  }

  .shop-creator-cta h2,
  .shop-newsletter h2 {
    font-size: 27px;
  }

  .shop-creator-cta > a {
    justify-content: center;
  }

  .shop-newsletter form {
    grid-template-columns: 1fr;
    gap: 5px;
    border: 0;
    padding: 0;
    background: transparent;
  }

  .shop-newsletter input,
  .shop-newsletter button {
    min-height: 44px;
    border-radius: 9px;
  }

  .shop-newsletter input {
    border: 1px solid var(--shop-line);
    background: #f8faff;
  }

  .shop-body footer {
    margin-top: 38px;
  }

  .modal-product-layout {
    grid-template-columns: 1fr;
  }

  .modal-product-image {
    min-height: 0;
    padding: 16px;
  }

  .modal-product-copy {
    padding: 22px 17px;
  }

  .modal-product-copy h2 {
    font-size: 26px;
  }

  .wishlist-modal {
    padding: 22px 13px;
  }

  .wishlist-item {
    grid-template-columns: 72px 1fr auto;
  }

  .wishlist-item img {
    width: 72px;
    height: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

/* Mobile overlay safety: previews should open below the sticky OSP header. */
@media (max-width: 900px) {
  .shop-overlay {
    align-items: flex-start;
    padding: 124px 12px 18px;
    overflow-y: auto;
  }

  .product-modal,
  .wishlist-modal {
    max-height: calc(100dvh - 142px);
  }
}

@media (max-width: 620px) {
  .shop-overlay {
    padding-top: 118px;
  }

  .product-modal,
  .wishlist-modal {
    max-height: calc(100dvh - 136px);
    border-radius: 14px;
  }
}
