/* Web mağaza vitrin — b2b_pro shop üzerine marka ayarları */
:root {
  --tenant-primary: #0284c7;
  --tenant-accent: #06b6d4;
  --shop-primary: #f27a1a;
  --shop-primary-dark: #e06510;
  --shop-accent: #ff6000;
}

/* Header — web mağaza logosu (login.png), B2B panel logo.png ayrı */
.shop-mp-logo--header {
  min-width: 0;
  flex-shrink: 0;
}

.shop-mp-logo--header img,
.shop-site-logo {
  height: 4.85rem;
  width: auto;
  max-width: min(340px, 54vw);
  object-fit: contain;
  object-position: left center;
  display: block;
}

.shop-mp-logo--header .shop-mp-logo__fallback {
  width: 4.85rem;
  height: 4.85rem;
  font-size: 1.75rem;
}

@media (min-width: 900px) {
  .shop-mp-logo--header img,
  .shop-site-logo {
    height: 5.65rem;
    max-width: 380px;
  }

  .shop-mp-logo--header .shop-mp-logo__fallback {
    width: 5.65rem;
    height: 5.65rem;
    font-size: 2rem;
  }
}

.shop-product-card__media-stage .shop-product-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.shop-product-card--has-image .shop-product-card__media-stage {
  min-height: 17rem;
  padding: 1rem;
  background: #fff;
}

.shop-product-card--has-image .shop-product-card__media {
  position: relative;
  min-height: 17.5rem;
}

@media (min-width: 1024px) {
  .shop-product-card--has-image .shop-product-card__media-stage {
    min-height: 19rem;
    padding: 1.1rem;
  }

  .shop-product-card--has-image .shop-product-card__media {
    min-height: 19.5rem;
  }
}

.shop-card-gallery--many,
.shop-card-gallery--hover {
  cursor: ew-resize;
}

.shop-mp-pdp__main-image--scrub {
  cursor: ew-resize;
}

.shop-mp-pdp__main-image--scrub.is-scrubbing .shop-pdp-gallery__img.is-active {
  transition-duration: 0.55s;
}

.shop-pdp-gallery__stack {
  position: relative;
  width: 100%;
  min-height: 18rem;
}

.shop-pdp-gallery__img {
  width: 100%;
  max-height: 22rem;
  object-fit: contain;
  display: block;
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
  user-select: none;
}

.shop-pdp-gallery__img.is-active {
  position: relative;
  opacity: 1;
}

.shop-pdp-gallery__stack .shop-pdp-gallery__img:not(.is-active) {
  position: absolute;
  inset: 0;
  margin: auto;
  height: auto;
}

@media (min-width: 900px) {
  .shop-pdp-gallery__stack {
    min-height: 22rem;
  }

  .shop-pdp-gallery__img {
    max-height: 28rem;
  }
}

.shop-mp-pdp__thumbs {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
  flex-wrap: wrap;
}

.shop-mp-pdp__thumb {
  border: 2px solid transparent;
  border-radius: 0.5rem;
  padding: 0.15rem;
  background: #fff;
  cursor: pointer;
}

.shop-mp-pdp__thumb.is-active {
  border-color: var(--shop-primary, #f27a1a);
}

.shop-mp-pdp__thumb img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
  display: block;
}

.shop-mp-page-title {
  font-size: 1.75rem;
  font-weight: 800;
  margin: 1.5rem 0 1rem;
}

.shop-product-card__brand {
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  bottom: auto;
  z-index: 8;
  max-width: 8.5rem;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  pointer-events: none;
}

.shop-product-card__brand--logo-only {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.shop-product-card__brand img,
.shop-product-card__brand .shop-product-brand-logo {
  max-height: 3.1rem;
  max-width: 7.75rem;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 1px 3px rgb(255 255 255 / 0.98))
    drop-shadow(0 3px 10px rgb(15 23 42 / 0.2));
}

.shop-product-card__media-stage,
.shop-card-gallery {
  position: relative;
  z-index: 1;
}

/* Sağ üst — sarkan indirim flaması (0 dahil her zaman) */
.shop-product-card__discount-flag {
  position: absolute;
  top: 0;
  right: 0.65rem;
  z-index: 9;
  pointer-events: none;
  filter: drop-shadow(0 4px 10px rgb(220 38 38 / 0.35));
}

.shop-product-card__discount-flag-inner {
  display: block;
  min-width: 2.65rem;
  padding: 0.45rem 0.5rem 0.78rem;
  background: linear-gradient(180deg, #f87171 0%, #ef4444 42%, #dc2626 100%);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -0.02em;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11px), 50% 100%, 0 calc(100% - 11px));
}

.shop-product-card__discount-flag-inner.is-zero {
  background: linear-gradient(180deg, #94a3b8 0%, #64748b 100%);
  filter: none;
}

.shop-product-card__badge--stock {
  display: none;
}

.shop-product-card__badge--out {
  top: auto;
  bottom: 0.55rem;
  right: 0.55rem;
  left: auto;
  z-index: 7;
}

/* Hover — resim çerçeve içinde hafif büyüsün */
.shop-product-card--has-image .shop-product-card__media {
  overflow: hidden;
}

.shop-product-card:hover .shop-product-card__media-stage {
  transform: none;
}

.shop-product-card__media-stage {
  overflow: hidden;
  border-radius: 0.85rem;
}

.shop-product-card__media-stage .shop-card-gallery__img.is-active,
.shop-product-card__media-stage .shop-product-photo,
.shop-product-card__media-stage .shop-card-gallery__img {
  max-height: 100%;
  object-fit: contain;
  transform: scale(1.02);
  transform-origin: center center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.shop-product-card:hover .shop-product-card__media-stage .shop-card-gallery__img.is-active,
.shop-product-card:hover .shop-product-card__media-stage .shop-product-photo,
.shop-product-card:hover .shop-product-photo.znf-product-photo--has-img img.shop-card-gallery__img.is-active,
.shop-product-card .shop-card-gallery--hover .shop-card-gallery__img.is-active,
.shop-product-card:hover .shop-card-gallery__img.is-active {
  transform: scale(1.08);
}

.shop-product-card__brand-row .shop-stars {
  flex-shrink: 0;
}

.shop-product-card__title {
  margin-top: 0.35rem;
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 600;
  color: rgb(30 41 59);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Kart gövdesi — b2b_pro düzeni */
.shop-product-card__brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  min-height: 1.35rem;
}

.shop-product-card__brand-text {
  flex: 1;
  min-width: 0;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--tenant-primary, #0284c7);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop-product-card__code-row {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
  padding: 0.38rem 0.48rem;
  border-radius: 0.5rem;
  background: rgb(248 250 252);
  border: 1px solid rgb(241 245 249);
}

.shop-product-card__sku {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
  font-weight: 800;
  color: rgb(51 65 85);
  letter-spacing: 0.02em;
}

.shop-product-card__oem {
  margin-top: 0.32rem;
  font-size: 0.84rem;
  color: rgb(71 85 105);
  line-height: 1.35;
}

.shop-product-card__oem .shop-code-copy {
  font-size: 0.88rem;
  font-weight: 700;
}

.shop-product-card__oem-label {
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgb(100 116 139);
}

.shop-product-card__footer {
  margin-top: 0.75rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgb(241 245 249);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
}

.shop-product-card__price-col .shop-product-card__list-price {
  display: block;
  margin-bottom: 0.12rem;
}

.shop-product-card__price-col .shop-product-card__price,
.shop-product-card__price-col .money-try--strong {
  font-size: 1.12rem;
  font-weight: 800;
  color: rgb(15 23 42);
  line-height: 1.15;
}

.shop-product-card__vat-note,
.shop-product-table__vat-note,
.shop-price-vat-note {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.68rem;
  font-weight: 600;
  color: rgb(100 116 139);
  line-height: 1.2;
}

.shop-product-table__vat-note {
  margin-top: 0.08rem;
}

.shop-product-card__price-col .shop-product-card__stock {
  margin-top: 0.22rem;
  font-size: 0.72rem;
  color: rgb(100 116 139);
}

.shop-product-card__price-col .shop-product-card__stock span {
  font-weight: 600;
}

.shop-product-card__price-col .shop-product-card__box-qty {
  margin-top: 0.12rem;
  font-size: 0.68rem;
  font-weight: 600;
  color: rgb(2 132 199);
}

.shop-mp-pdp__box-hint,
.shop-cart-line__box-hint {
  margin-top: 0.25rem;
  font-size: 0.72rem;
  color: rgb(2 132 199);
  font-weight: 600;
}

.shop-checkout-order-note {
  min-width: 0;
}

.shop-checkout-order-note textarea {
  min-height: 4.5rem;
  resize: vertical;
}

.shop-checkout-order-note__box {
  position: relative;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.shop-checkout-order-note__box textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  background: transparent;
}

.shop-checkout-order-note__guide {
  position: absolute;
  inset: 0.72rem 0.85rem auto;
  pointer-events: none;
  z-index: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgb(148 163 184);
  font-weight: 500;
}

.shop-checkout-order-note__box.is-active .shop-checkout-order-note__guide {
  display: none;
}

.shop-checkout-char-count {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgb(100 116 139);
  text-align: right;
}

.shop-checkout-char-count.is-limit {
  color: rgb(185 28 28);
}

.shop-checkout-field-hint {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.68rem;
  color: rgb(100 116 139);
  line-height: 1.35;
}

.shop-checkout-summary-contact__note {
  margin: 0.35rem 0 0;
  font-size: 0.72rem;
  color: rgb(51 65 85);
  line-height: 1.4;
}

/* ₺ simgesi — kırmızı superscript */
.money-try {
  display: inline-flex;
  align-items: baseline;
  line-height: 1.2;
  white-space: nowrap;
}

.money-try__amount-wrap {
  display: inline;
  white-space: nowrap;
}

.money-try__amount {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
}

.money-try__symbol {
  color: #dc2626;
  font-size: 0.72em;
  font-weight: 800;
  line-height: 0;
  margin-left: 1px;
  vertical-align: super;
  position: relative;
  top: -0.22em;
}

.money-try--strong .money-try__amount {
  font-weight: 800;
}

.money-try--muted .money-try__amount {
  text-decoration: line-through;
  color: rgb(148 163 184);
  font-weight: 600;
}

.money-try--muted .money-try__symbol {
  color: rgb(248 113 113);
  font-weight: 700;
}

/* Vitrin sepete ekle — tema rengi (shop.css) korunur */

/* PDP — yeşil sepete ekle, temadan bağımsız */
.shop-mp-btn--cart-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: #16a34a !important;
  border: 1px solid #16a34a !important;
  color: #fff !important;
  font-weight: 700;
}

.shop-mp-btn--cart-green:hover:not(:disabled) {
  background: #15803d !important;
  border-color: #15803d !important;
  color: #fff !important;
}

.shop-mp-btn--cart-green:disabled {
  opacity: 0.5;
  background: #94a3b8 !important;
  border-color: #94a3b8 !important;
}

.shop-mp-pdp__brand-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.55rem;
}

.shop-mp-pdp__brand-row--center {
  justify-content: flex-start;
  margin-bottom: 1rem;
  min-height: 4.5rem;
}

.shop-pdp-brand-logo {
  max-height: 4.25rem;
  max-width: 11rem;
  object-fit: contain;
  display: block;
  margin: 0;
  filter: drop-shadow(0 2px 8px rgb(15 23 42 / 0.08));
}

.shop-code-highlight {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 800;
  color: rgb(51 65 85);
  font-size: 0.88em;
}

.shop-mp-pdp__grid {
  align-items: start;
}

@media (min-width: 900px) {
  .shop-mp-pdp__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.25rem;
    align-items: start;
  }

  .shop-mp-pdp__grid.shop-mp-pdp__grid--brand-only {
    align-items: stretch;
  }

  .shop-mp-pdp__gallery--brand-only #pdp-gallery {
    min-height: 100%;
  }

  .shop-mp-pdp__main-image.shop-mp-pdp__brand-gallery,
  .shop-mp-pdp__brand-gallery {
    min-height: 22rem;
  }

  .shop-mp-pdp__brand-gallery {
    min-height: 22rem;
    max-height: none;
    aspect-ratio: auto;
  }

  .shop-mp-pdp__main-image img.shop-pdp-photo {
    max-height: 28rem;
    width: 100%;
    object-fit: contain;
  }
}

.shop-pdp-photo-skeleton {
  width: 100%;
  min-height: 14rem;
  border-radius: 0.85rem;
  background: linear-gradient(90deg, rgb(241 245 249) 0%, rgb(248 250 252) 45%, rgb(241 245 249) 90%);
  background-size: 200% 100%;
  animation: shop-pdp-photo-shimmer 1.2s ease-in-out infinite;
}

@keyframes shop-pdp-photo-shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

.shop-mp-pdp__main-image--loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 14rem;
}

.shop-mp-pdp__discount--solo {
  margin-left: 0;
}

.shop-mp-pdp__price .money-try--strong .money-try__amount {
  font-size: 1.65rem;
  color: var(--shop-primary, #f27a1a);
}

.shop-mp-pdp__rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.35rem 0 0.65rem;
}

.shop-mp-pdp__rating > span:last-child {
  font-size: 0.88rem;
  color: rgb(100 116 139);
  font-weight: 500;
}

.shop-mp-pdp__codes {
  font-size: 0.88rem;
  color: rgb(100 116 139);
  margin: 0 0 0.85rem;
}

.shop-cart-icon {
  flex-shrink: 0;
}

.pdp-tab-panel[hidden] {
  display: none !important;
}

.shop-mp-specs table {
  width: 100%;
}

#pdp-tab-specs {
  overflow-x: auto;
}

.shop-product-card__media-stage--brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  aspect-ratio: 1;
  padding: 1rem 0.75rem;
  background: linear-gradient(165deg, #ffffff 0%, #f1f5f9 48%, #e8eef5 100%);
  box-sizing: border-box;
}

.shop-product-card__media-stage--brand .shop-brand-logo-stage__img,
.shop-product-card__media-stage--brand > img {
  display: block;
  object-fit: contain;
  object-position: center;
  margin: auto;
  max-width: 92%;
  width: auto;
  height: auto;
  max-height: 7.25rem;
  filter: drop-shadow(0 4px 16px rgb(15 23 42 / 0.12));
}

.shop-product-card__media-stage--brand-search .shop-brand-logo-stage__img,
.shop-product-card__media-stage--brand-search > img {
  max-height: 8rem;
  max-width: 94%;
}

.shop-product-card__media-stage--brand .shop-mp-logo__fallback,
.shop-brand-logo-stage__initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.75rem;
  height: 6.75rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff 0%, #e2e8f0 100%);
  border: 1px solid rgb(226 232 240);
  color: rgb(100 116 139);
  font-size: 2.65rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 8px 22px rgb(15 23 42 / 0.1);
}

.shop-product-card__media-stage--brand-search .shop-mp-logo__fallback {
  width: 7.25rem;
  height: 7.25rem;
  font-size: 2.85rem;
}

.shop-mp-pdp__main-image--has-photo {
  position: relative;
}

/* product-image-lightbox.css display:block kuralını ezer — logo dikey ortalansın */
.shop-mp-pdp__main-image.shop-mp-pdp__brand-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 18rem;
  padding: 2rem 1.5rem;
  background: linear-gradient(165deg, #ffffff 0%, #f1f5f9 48%, #e8eef5 100%);
  border-radius: 0.75rem;
  border: 1px solid rgb(226 232 240);
  box-sizing: border-box;
  cursor: default;
}

.shop-mp-pdp__brand-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 18rem;
  padding: 2rem 1.5rem;
  background: linear-gradient(165deg, #ffffff 0%, #f1f5f9 48%, #e8eef5 100%);
  border-radius: 0.75rem;
  border: 1px solid rgb(226 232 240);
  box-sizing: border-box;
  cursor: default;
}

.shop-mp-pdp__gallery--brand-only {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.shop-mp-pdp__gallery--brand-only #pdp-gallery {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  min-height: 18rem;
}

.shop-mp-pdp__gallery--brand-only .shop-mp-pdp__brand-gallery {
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  height: 100%;
  aspect-ratio: unset;
  max-height: none;
}

.shop-brand-logo-stage__img--pdp {
  display: block;
  object-fit: contain;
  object-position: center;
  margin: auto;
  max-width: 88%;
  width: auto;
  height: auto;
  max-height: 14rem;
  filter: drop-shadow(0 4px 16px rgb(15 23 42 / 0.12));
}

.shop-mp-pdp__brand-gallery .shop-brand-logo-stage__initial,
.shop-mp-pdp__brand-gallery .shop-mp-logo__fallback {
  width: 9.5rem;
  height: 9.5rem;
  font-size: 3.75rem;
}

@media (min-width: 900px) {
  .shop-mp-pdp__brand-gallery {
    min-height: 22rem;
    max-height: 28rem;
    aspect-ratio: auto;
  }

  .shop-brand-logo-stage__img--pdp {
    max-height: 18rem;
    max-width: 82%;
  }

  .shop-mp-pdp__brand-gallery .shop-brand-logo-stage__initial,
  .shop-mp-pdp__brand-gallery .shop-mp-logo__fallback {
    width: 11rem;
    height: 11rem;
    font-size: 4.25rem;
  }
}

.shop-product-card--no-image:hover .shop-product-card__media-stage--brand {
  transform: scale(1.02);
}

.shop-product-card__badge--stock {
  background: rgb(220 252 231);
  color: rgb(21 128 61);
  border: 1px solid rgb(187 247 208);
}

.shop-product-card__price-login {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--shop-primary);
}

.shop-mp-portals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.shop-mp-portals a {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgb(100 116 139);
  text-decoration: none;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgb(226 232 240);
}

.shop-mp-portals a:hover {
  color: var(--shop-primary);
  border-color: color-mix(in srgb, var(--shop-primary) 40%, #fff);
}

.shop-mp-login-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.95rem;
  border-radius: 0.65rem;
  background: var(--shop-primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  border: none;
  white-space: nowrap;
}

.shop-mp-login-btn:hover {
  background: var(--shop-primary-dark);
  color: #fff;
}

.shop-user-menu {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  max-width: min(220px, 42vw);
  border-radius: 0.65rem;
  border: 1px solid rgb(226 232 240);
  background: #fff;
  overflow: visible;
}

.shop-user-menu__main {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
  padding: 0.45rem 0.55rem 0.45rem 0.5rem;
  color: rgb(30 41 59);
  font-weight: 700;
  font-size: 0.82rem;
  text-decoration: none;
  border-radius: 0.65rem 0 0 0.65rem;
}

.shop-user-menu__main:hover {
  color: var(--shop-primary);
  background: color-mix(in srgb, var(--shop-primary) 6%, #fff);
}

.shop-user-menu__avatar {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--shop-primary) 14%, #fff);
  color: var(--shop-primary);
  font-size: 0.72rem;
  font-weight: 800;
}

.shop-user-menu__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop-user-menu__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  border: 0;
  border-left: 1px solid rgb(226 232 240);
  background: transparent;
  color: rgb(100 116 139);
  cursor: pointer;
  border-radius: 0 0.65rem 0.65rem 0;
}

.shop-user-menu__toggle:hover,
.shop-user-menu.is-open .shop-user-menu__toggle {
  color: var(--shop-primary);
  background: color-mix(in srgb, var(--shop-primary) 6%, #fff);
}

.shop-user-menu__drop {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  z-index: 120;
  min-width: 12.5rem;
  padding: 0.35rem;
  border-radius: 0.7rem;
  border: 1px solid rgb(226 232 240);
  background: #fff;
  box-shadow: 0 14px 36px rgb(15 23 42 / 0.12);
}

.shop-user-menu__drop a,
.shop-user-menu__logout {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.55rem 0.7rem;
  border: 0;
  border-radius: 0.45rem;
  background: transparent;
  color: rgb(51 65 85);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.shop-user-menu__drop a:hover,
.shop-user-menu__logout:hover {
  background: rgb(248 250 252);
  color: var(--shop-primary);
}

.shop-user-menu__logout {
  margin-top: 0.15rem;
  border-top: 1px solid rgb(241 245 249);
  color: rgb(185 28 28);
}

.shop-user-menu__logout:hover {
  background: rgb(254 242 242);
  color: rgb(153 27 27);
}

.shop-user-menu--pro {
  max-width: min(240px, 46vw);
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgb(15 23 42 / 0.04);
}

.shop-user-menu--pro .shop-user-menu__main {
  border-radius: 0.75rem 0 0 0.75rem;
  padding: 0.5rem 0.55rem;
}

.shop-user-menu--pro .shop-user-menu__avatar {
  width: 1.85rem;
  height: 1.85rem;
  font-size: 0.78rem;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--shop-primary) 18%, transparent);
}

.shop-user-menu--pro .shop-user-menu__toggle {
  width: 2.15rem;
  border-radius: 0 0.75rem 0.75rem 0;
}

.shop-user-menu--pro .shop-user-menu__drop {
  min-width: 17.5rem;
  padding: 0;
  border-radius: 0.85rem;
  overflow: hidden;
  box-shadow:
    0 4px 6px -1px rgb(15 23 42 / 0.06),
    0 18px 40px -8px rgb(15 23 42 / 0.16);
}

.shop-user-menu__drop-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--shop-primary) 10%, #fff) 0%,
    color-mix(in srgb, var(--shop-primary) 4%, #fff) 100%
  );
  border-bottom: 1px solid rgb(226 232 240);
}

.shop-user-menu__drop-avatar {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: var(--shop-primary);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--shop-primary) 35%, transparent);
}

.shop-user-menu__drop-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.shop-user-menu__drop-name {
  font-size: 0.9rem;
  font-weight: 800;
  color: rgb(15 23 42);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop-user-menu__drop-email,
.shop-user-menu__drop-code {
  font-size: 0.72rem;
  font-weight: 500;
  color: rgb(100 116 139);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop-user-menu__drop-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.02em;
}

.shop-user-menu__drop-nav {
  padding: 0.4rem;
}

.shop-user-menu__drop-foot {
  padding: 0.35rem 0.4rem 0.45rem;
  border-top: 1px solid rgb(241 245 249);
  background: rgb(248 250 252 / 0.65);
}

.shop-user-menu__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.65rem 0.7rem;
  border: 0;
  border-radius: 0.55rem;
  background: transparent;
  color: rgb(30 41 59);
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.shop-user-menu__item:hover {
  background: rgb(248 250 252);
  color: var(--shop-primary);
}

.shop-user-menu__item-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: color-mix(in srgb, var(--shop-primary) 8%, #fff);
  color: var(--shop-primary);
}

.shop-user-menu__item-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.shop-user-menu__item-label {
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.2;
}

.shop-user-menu__item-sub {
  font-size: 0.7rem;
  font-weight: 500;
  color: rgb(100 116 139);
  line-height: 1.25;
}

.shop-user-menu__item:hover .shop-user-menu__item-sub {
  color: color-mix(in srgb, var(--shop-primary) 55%, rgb(100 116 139));
}

.shop-user-menu__item-arrow {
  flex-shrink: 0;
  font-size: 1.1rem;
  color: rgb(148 163 184);
  line-height: 1;
}

.shop-user-menu__item--danger {
  color: rgb(185 28 28);
}

.shop-user-menu__item--danger .shop-user-menu__item-icon {
  background: rgb(254 242 242);
  color: rgb(185 28 28);
}

.shop-user-menu__item--danger:hover {
  background: rgb(254 242 242);
  color: rgb(153 27 27);
}

.shop-cart-panel__head--select {
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.shop-cart-select-all {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgb(51 65 85);
  cursor: pointer;
}

.shop-cart-line__cell--pick {
  width: 2.25rem;
  flex-shrink: 0;
}

.shop-cart-line__pick input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--shop-primary);
}

.shop-cart-line--off {
  opacity: 0.58;
  filter: grayscale(0.12);
}

.shop-cart-line--off:hover {
  transform: translateY(-1px);
  opacity: 0.72;
}

.shop-checkout-invoice-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.shop-checkout-invoice-tab {
  border: 1px solid rgb(226 232 240);
  background: #fff;
  padding: 0.5rem 0.9rem;
  border-radius: 0.55rem;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
}

.shop-checkout-invoice-tab.is-active {
  background: var(--shop-primary);
  border-color: var(--shop-primary);
  color: #fff;
}

.shop-checkout-invoice-pane {
  display: none;
}

.shop-checkout-invoice-pane.is-active {
  display: block;
}

:where([data-theme="dark"]) .shop-user-menu {
  border-color: rgb(51 65 85);
  background: rgb(30 41 59);
}

:where([data-theme="dark"]) .shop-user-menu__main {
  color: rgb(226 232 240);
}

:where([data-theme="dark"]) .shop-user-menu__toggle {
  border-color: rgb(51 65 85);
  color: rgb(148 163 184);
}

:where([data-theme="dark"]) .shop-user-menu__drop {
  border-color: rgb(51 65 85);
  background: rgb(30 41 59);
  box-shadow: 0 14px 36px rgb(0 0 0 / 0.35);
}

:where([data-theme="dark"]) .shop-user-menu__drop a,
:where([data-theme="dark"]) .shop-user-menu__logout {
  color: rgb(226 232 240);
}

:where([data-theme="dark"]) .shop-user-menu__drop a:hover {
  background: rgb(51 65 85);
}

@media (max-width: 720px) {
  .shop-user-menu__name {
    display: none;
  }

  .shop-user-menu {
    max-width: none;
  }

  .shop-user-menu__main {
    padding-right: 0.45rem;
  }
}

.shop-mp-action {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.55rem;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  color: rgb(51 65 85);
  border: 1px solid rgb(226 232 240);
  background: #fff;
}

.shop-mp-action:hover {
  border-color: var(--shop-primary);
  color: var(--shop-primary);
}

/* ——— Vitrin header: ortalı arama + gece/gündüz ——— */
.shop-mp-header--www {
  position: sticky;
  top: 0;
  z-index: 40;
}

.shop-mp-header__main--www {
  display: grid;
  gap: 0.75rem;
  align-items: center;
  padding-block: 0.75rem;
}

@media (min-width: 900px) {
  .shop-mp-header__main--www {
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
  }

  .shop-mp-header__main--www .shop-www-nav {
    justify-self: center;
  }

  .shop-mp-header__main--www .shop-mp-header__actions {
    justify-self: end;
  }
}

@media (max-width: 899px) {
  .shop-mp-header__main--www {
    grid-template-columns: 1fr auto;
  }

  .shop-mp-header__main--www .shop-www-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.15rem;
  }

  .shop-mp-header__main--www .shop-www-nav::-webkit-scrollbar {
    display: none;
  }
}

.shop-mp-header__search-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 0;
}

.shop-mp-search--centered {
  width: 100%;
  max-width: 36rem;
  margin-inline: auto;
}

@media (min-width: 900px) {
  .shop-mp-search--centered {
    max-width: 32rem;
  }
}

.shop-mp-search--centered input {
  padding-block: 0.72rem;
  font-size: 0.92rem;
}

.shop-mp-search--centered .shop-mp-search__btn {
  padding-inline: 1.25rem;
}

.shop-color-mode-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border: 1px solid rgb(226 232 240);
  border-radius: 0.55rem;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.shop-color-mode-btn:hover {
  border-color: var(--shop-primary, #f27a1a);
  box-shadow: 0 4px 12px rgb(15 23 42 / 0.08);
  transform: translateY(-1px);
}

:where([data-theme="dark"]) .shop-color-mode-btn {
  background: rgb(30 41 59);
  border-color: rgb(51 65 85);
}

.shop-color-mode-btn svg {
  display: block;
}

/* ——— Hero merkez arama hub (OYP tarzı) ——— */
.shop-mp-hero__stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 1rem;
}

.shop-hero-hub {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 1.25rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.75rem;
  overflow: visible;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--shop-primary) 12%, #fff) 0%,
    #fff 50%,
    color-mix(in srgb, var(--shop-primary) 5%, #f8fafc) 100%
  );
  border: 1px solid color-mix(in srgb, var(--shop-primary) 20%, rgb(226 232 240));
  box-shadow:
    0 10px 28px color-mix(in srgb, var(--shop-primary) 10%, rgb(15 23 42 / 0.06)),
    0 1px 0 color-mix(in srgb, var(--shop-primary) 30%, transparent) inset;
}

.shop-hero-hub__layout {
  display: grid;
  grid-template-columns: minmax(17rem, 44%) minmax(0, 1fr);
  gap: 0.5rem;
  align-items: stretch;
  min-width: 0;
}

.shop-hero-hub__search-row {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 2.95rem;
  border-radius: 0.55rem;
  overflow: hidden;
  border: 1.5px solid color-mix(in srgb, var(--shop-primary) 25%, rgb(203 213 225));
  background: #fff;
  box-shadow: 0 4px 14px rgb(15 23 42 / 0.05);
}

@media (max-width: 719px) {
  .shop-hero-hub__layout {
    grid-template-columns: 1fr;
  }
}

:where([data-theme="dark"]) .shop-hero-hub {
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--shop-primary) 18%, rgb(15 23 42)) 0%,
    rgb(15 23 42) 55%,
    rgb(30 41 59) 100%
  );
  border-color: color-mix(in srgb, var(--shop-primary) 35%, rgb(51 65 85));
  box-shadow: 0 20px 50px rgb(0 0 0 / 0.35);
}

:where([data-theme="dark"]) .shop-hero-hub__search-row {
  background: rgb(30 41 59);
  border-color: color-mix(in srgb, var(--shop-primary) 40%, rgb(71 85 105));
}

.shop-hero-hub__input-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
  padding: 0 0.45rem 0 0.65rem;
}

.shop-hero-hub__icon {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
  color: color-mix(in srgb, var(--shop-primary) 70%, rgb(100 116 139));
}

.shop-hero-hub__input-wrap input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  font-size: 1.12rem;
  line-height: 1.4;
  font-weight: 500;
  color: rgb(15 23 42);
  padding: 0.82rem 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

:where([data-theme="dark"]) .shop-hero-hub__input-wrap input {
  color: #f8fafc;
}

.shop-hero-hub__input-wrap input::placeholder {
  color: rgb(100 116 139);
  font-size: 1.08rem;
  font-weight: 400;
}

.shop-hero-hub__clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  border-radius: 0.45rem;
  background: color-mix(in srgb, var(--shop-primary) 10%, #fff);
  color: var(--shop-primary);
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease, color 0.15s ease;
}

.shop-hero-hub__clear:hover {
  background: color-mix(in srgb, var(--shop-primary) 18%, #fff);
  color: color-mix(in srgb, var(--shop-primary) 88%, #000);
  transform: scale(1.05);
}

.shop-hero-hub__clear .shop-vf__clear-icon {
  width: 1.3rem;
  height: 1.3rem;
}

:where([data-theme="dark"]) .shop-hero-hub__clear {
  background: color-mix(in srgb, var(--shop-primary) 22%, rgb(30 41 59));
  color: color-mix(in srgb, var(--shop-primary) 75%, #fff);
}

.shop-hero-hub__btn {
  flex-shrink: 0;
  min-width: 5rem;
  padding: 0 1.15rem;
  border: none;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--shop-primary) 92%, #fff) 0%,
    var(--shop-primary) 55%,
    color-mix(in srgb, var(--shop-primary) 88%, #000) 100%
  );
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: filter 0.15s ease, transform 0.15s ease;
}

.shop-hero-hub__btn:hover {
  filter: brightness(1.06);
}

.shop-hero-hub__btn:active {
  transform: scale(0.98);
}

/* Yan yana araç filtresi (arama sağında) */
.shop-vf--inline {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.shop-vf__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.65rem;
  grid-template-rows: auto auto;
  gap: 0.35rem 0.4rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
  box-sizing: border-box;
  align-items: stretch;
}

.shop-vf__chassis-row {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 2.55rem;
  padding: 0.42rem 0.55rem;
  border: 1px solid color-mix(in srgb, var(--shop-primary) 28%, rgb(226 232 240));
  border-radius: 0.55rem;
  background: #fff;
}

.shop-vf__chassis-row .shop-vf__chassis-hint {
  margin-top: 0;
  padding-left: 0;
}

.shop-vf__filters-row {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 0.4rem;
  min-width: 0;
}

.shop-vf__clear--stacked {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: stretch;
  height: auto;
  min-height: 100%;
  flex-direction: column;
}

.shop-vf__clear--stacked .shop-vf__clear-icon {
  width: 1.45rem;
  height: 1.45rem;
}

.shop-vf__col--inline {
  position: relative;
  min-width: 0;
  width: 100%;
}

.shop-vf__trigger--inline {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 2.65rem;
  padding: 0.45rem 0.55rem;
  border: 1.5px solid transparent;
  border-radius: 0.55rem;
  cursor: pointer;
  text-align: center;
  font: inherit;
  box-shadow: 0 4px 12px rgb(15 23 42 / 0.06);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, filter 0.18s ease;
}

.shop-vf__col--brand .shop-vf__trigger--inline {
  background: linear-gradient(145deg, color-mix(in srgb, var(--shop-primary) 22%, #fff) 0%, #fff 70%);
  border-color: color-mix(in srgb, var(--shop-primary) 40%, rgb(226 232 240));
  border-top: 3px solid var(--shop-primary);
}

.shop-vf__col--model .shop-vf__trigger--inline {
  background: linear-gradient(145deg, #dbeafe 0%, #eff6ff 55%, #fff 100%);
  border-color: color-mix(in srgb, #2563eb 35%, rgb(226 232 240));
  border-top: 3px solid #2563eb;
}

.shop-vf__col--engine .shop-vf__trigger--inline {
  background: linear-gradient(145deg, #d1fae5 0%, #ecfdf5 55%, #fff 100%);
  border-color: color-mix(in srgb, #059669 35%, rgb(226 232 240));
  border-top: 3px solid #059669;
}

:where([data-theme="dark"]) .shop-vf__col--brand .shop-vf__trigger--inline {
  background: linear-gradient(145deg, color-mix(in srgb, var(--shop-primary) 25%, rgb(30 41 59)), rgb(15 23 42));
  border-color: color-mix(in srgb, var(--shop-primary) 45%, rgb(71 85 105));
}

:where([data-theme="dark"]) .shop-vf__col--model .shop-vf__trigger--inline {
  background: linear-gradient(145deg, rgb(30 58 138 / 0.45), rgb(15 23 42));
  border-color: rgb(59 130 246 / 0.45);
}

:where([data-theme="dark"]) .shop-vf__col--engine .shop-vf__trigger--inline {
  background: linear-gradient(145deg, rgb(6 95 70 / 0.45), rgb(15 23 42));
  border-color: rgb(16 185 129 / 0.45);
}

.shop-vf__trigger--inline:hover:not(:disabled) {
  border-color: color-mix(in srgb, var(--shop-primary) 45%, rgb(203 213 225));
  box-shadow: 0 10px 28px color-mix(in srgb, var(--shop-primary) 14%, rgb(15 23 42 / 0.12));
  transform: translateY(-2px);
}

.shop-vf__trigger--inline.is-active,
.shop-vf__trigger--inline[aria-expanded="true"] {
  border-color: var(--shop-primary);
  background: color-mix(in srgb, var(--shop-primary) 5%, #fff);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--shop-primary) 14%, transparent);
}

.shop-vf__trigger--inline:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  filter: grayscale(0.35);
}

.shop-vf__label-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  max-width: 100%;
}

.shop-vf__field-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  flex-shrink: 0;
  padding: 0.3rem;
  border-radius: 0.42rem;
  box-sizing: border-box;
  background: color-mix(in srgb, currentColor 9%, #fff);
  border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
}

.shop-vf__field-icon--brand {
  color: #c2410c;
}

.shop-vf__field-icon--model {
  color: #1d4ed8;
}

.shop-vf__field-icon--engine {
  color: #047857;
}

.shop-vf__chassis--plain {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  min-width: 0;
  min-height: 1.65rem;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.shop-vf__chassis-label {
  flex-shrink: 0;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0;
  color: rgb(51 65 85);
  white-space: nowrap;
  line-height: 1.3;
}

.shop-vf__chassis-field {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  min-height: 1.65rem;
}

.shop-vf__chassis-input {
  width: 100%;
  min-width: 0;
  border: none;
  border-bottom: 1px solid rgb(203 213 225);
  border-radius: 0;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgb(30 41 59);
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 0 0 0.28rem;
  margin: 0;
  box-sizing: border-box;
}

.shop-vf__chassis-input:focus {
  border-bottom-color: var(--shop-primary);
}

.shop-vf__chassis-input::placeholder {
  color: rgb(148 163 184);
  font-weight: 400;
  font-size: 0.88rem;
}

.shop-vf__chassis.is-loading .shop-vf__chassis-input {
  opacity: 0.65;
}

.shop-vf__chassis-hint {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 38%;
  margin: 0 0.5rem 0 0.35rem;
  padding: 0;
  font-size: 0.72rem;
  line-height: 1.3;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(100 116 139);
  align-self: center;
}

.shop-vf__chassis-hint.is-ok {
  color: #047857;
}

.shop-vf__chassis-hint.is-error {
  color: #dc2626;
}

:where([data-theme="dark"]) .shop-vf__chassis-row {
  background: rgb(30 41 59);
  border-color: color-mix(in srgb, var(--shop-primary) 35%, rgb(71 85 105));
}

:where([data-theme="dark"]) .shop-vf__chassis-input {
  color: #f8fafc;
  border-bottom-color: rgb(71 85 105);
}

:where([data-theme="dark"]) .shop-vf__chassis-label {
  color: #e2e8f0;
}

.shop-vf__field-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

:where([data-theme="dark"]) .shop-vf__field-icon {
  background: color-mix(in srgb, currentColor 14%, rgb(15 23 42));
  border-color: color-mix(in srgb, currentColor 30%, rgb(71 85 105));
}

:where([data-theme="dark"]) .shop-vf__field-icon--brand {
  color: #fb923c;
}

:where([data-theme="dark"]) .shop-vf__field-icon--model {
  color: #60a5fa;
}

:where([data-theme="dark"]) .shop-vf__field-icon--engine {
  color: #34d399;
}

.shop-vf__trigger--inline .shop-vf__val {
  flex: 0 1 auto;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: rgb(30 41 59);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-vf__col--brand .shop-vf__trigger--inline .shop-vf__val {
  color: color-mix(in srgb, var(--shop-primary) 75%, #000);
}

.shop-vf__col--model .shop-vf__trigger--inline .shop-vf__val {
  color: #1d4ed8;
}

.shop-vf__col--engine .shop-vf__trigger--inline .shop-vf__val {
  color: #047857;
}

.shop-vf__trigger--inline.is-active .shop-vf__val {
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 0.74rem;
}

:where([data-theme="dark"]) .shop-vf__trigger--inline .shop-vf__val {
  color: #f1f5f9;
}

.shop-vf__chev {
  flex-shrink: 0;
  width: 0.7rem;
  height: 0.7rem;
  color: rgb(100 116 139);
  transition: transform 0.18s ease, color 0.18s ease;
}

.shop-vf__col--brand .shop-vf__chev { color: var(--shop-primary); }
.shop-vf__col--model .shop-vf__chev { color: #2563eb; }
.shop-vf__col--engine .shop-vf__chev { color: #059669; }

.shop-vf__trigger--inline[aria-expanded="true"] .shop-vf__chev {
  transform: rotate(180deg);
  color: var(--shop-primary);
}

.shop-vf__panel--inline {
  left: 0;
  right: 0;
  min-width: 11rem;
  border-top: 2.5px solid var(--shop-primary);
  box-shadow: 0 22px 50px rgb(15 23 42 / 0.16);
  z-index: 80;
}

.shop-vf__clear--inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  width: 2.65rem;
  min-height: 2.65rem;
  padding: 0;
  border: 1.5px solid color-mix(in srgb, var(--shop-primary) 28%, #e2e8f0);
  border-radius: 0.55rem;
  background: color-mix(in srgb, var(--shop-primary) 8%, #f8fafc);
  color: var(--shop-primary);
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.shop-vf__clear-icon {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
}

.shop-vf__clear--inline:hover {
  background: color-mix(in srgb, var(--shop-primary) 14%, #fff);
  border-color: color-mix(in srgb, var(--shop-primary) 45%, #e2e8f0);
  color: color-mix(in srgb, var(--shop-primary) 88%, #000);
  transform: scale(1.04);
  box-shadow: 0 4px 14px color-mix(in srgb, var(--shop-primary) 12%, rgb(15 23 42 / 0.08));
}

:where([data-theme="dark"]) .shop-vf__clear--inline {
  background: color-mix(in srgb, var(--shop-primary) 18%, rgb(30 41 59));
  border-color: color-mix(in srgb, var(--shop-primary) 40%, rgb(71 85 105));
  color: color-mix(in srgb, var(--shop-primary) 80%, #fff);
}

:where([data-theme="dark"]) .shop-vf__clear--inline:hover {
  background: color-mix(in srgb, var(--shop-primary) 28%, rgb(30 41 59));
  border-color: color-mix(in srgb, var(--shop-primary) 55%, rgb(71 85 105));
  color: #fff;
}

.shop-vf__list--flat {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  max-height: 13rem;
}

.shop-vf__pick--flat {
  display: block;
  width: 100%;
  padding: 0.55rem 0.7rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  color: rgb(30 41 59);
  transition: background 0.14s ease, border-color 0.14s ease, color 0.14s ease, padding-left 0.14s ease;
}

.shop-vf__pick--flat:hover {
  background: color-mix(in srgb, var(--shop-primary) 8%, #fff);
  border-color: color-mix(in srgb, var(--shop-primary) 22%, transparent);
  padding-left: 0.9rem;
}

.shop-vf__pick--flat.is-selected {
  background: color-mix(in srgb, var(--shop-primary) 12%, #fff);
  border-color: color-mix(in srgb, var(--shop-primary) 35%, transparent);
  color: var(--shop-primary);
  font-weight: 800;
}

:where([data-theme="dark"]) .shop-vf__pick--flat {
  color: #e2e8f0;
}

:where([data-theme="dark"]) .shop-vf__pick--flat:hover {
  background: color-mix(in srgb, var(--shop-primary) 14%, rgb(30 41 59));
}

@media (max-width: 719px) {
  .shop-vf__layout {
    grid-template-columns: minmax(0, 1fr) 2.45rem;
  }

  .shop-vf__clear--stacked {
    width: 2.45rem;
  }

  .shop-vf__filters-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .shop-hero-hub {
    padding: 0.55rem;
  }

  .shop-vf__trigger--inline .shop-vf__val {
    font-size: 0.62rem;
  }

  .shop-vf__chev {
    width: 0.6rem;
    height: 0.6rem;
  }
}

/* ——— Araç filtresi (Marka / Model / Motor) ——— */
.shop-vf {
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid rgb(241 245 249);
  border-radius: 1rem;
  box-shadow: 0 6px 24px rgb(15 23 42 / 0.04);
}

:where([data-theme="dark"]) .shop-vf {
  background: rgb(30 41 59);
  border-color: rgb(51 65 85);
}

.shop-vf.shop-vf--inline {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.shop-vf__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.shop-vf__head h2 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: rgb(15 23 42);
}

:where([data-theme="dark"]) .shop-vf__head h2 {
  color: #f1f5f9;
}

.shop-vf__clear {
  border: none;
  background: rgb(254 242 242);
  color: rgb(185 28 28);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  cursor: pointer;
}

.shop-vf__clear:hover {
  background: rgb(254 226 226);
}

.shop-vf__grid {
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 720px) {
  .shop-vf__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.shop-vf__col {
  position: relative;
  min-width: 0;
}

.shop-vf__trigger {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgb(226 232 240);
  border-radius: 0.75rem;
  background: rgb(248 250 252 / 0.7);
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.shop-vf__trigger:hover:not(:disabled) {
  border-color: var(--shop-primary, #f27a1a);
}

.shop-vf__trigger.is-active {
  border-color: var(--shop-primary, #f27a1a);
  box-shadow: 0 0 0 3px rgb(242 122 26 / 0.12);
  background: #fff;
}

.shop-vf__trigger:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

:where([data-theme="dark"]) .shop-vf__trigger {
  background: rgb(15 23 42);
  border-color: rgb(51 65 85);
  color: #e2e8f0;
}

/* Hero hub — inline tetikleyiciler genel .shop-vf__trigger üzerine yazılmalı */
.shop-vf--inline .shop-vf__trigger.shop-vf__trigger--inline {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 2.65rem;
  padding: 0.45rem 0.55rem;
  text-align: center;
  gap: 0;
}

.shop-vf__label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgb(100 116 139);
}

.shop-vf__val {
  font-size: 0.88rem;
  font-weight: 700;
  color: rgb(15 23 42);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

:where([data-theme="dark"]) .shop-vf__val {
  color: #f8fafc;
}

.shop-vf__panel {
  position: absolute;
  z-index: 50;
  top: calc(100% + 0.35rem);
  left: 0;
  right: 0;
  padding: 0.65rem;
  background: #fff;
  border: 1px solid rgb(226 232 240);
  border-radius: 0.85rem;
  box-shadow: 0 16px 40px rgb(15 23 42 / 0.12);
}

:where([data-theme="dark"]) .shop-vf__panel {
  background: rgb(15 23 42);
  border-color: rgb(51 65 85);
}

.shop-vf__search {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgb(226 232 240);
  border-radius: 0.55rem;
  font: inherit;
  font-size: 0.85rem;
}

.shop-vf__search:focus {
  outline: none;
  border-color: var(--shop-primary, #f27a1a);
  box-shadow: 0 0 0 3px rgb(242 122 26 / 0.12);
}

.shop-vf__list {
  max-height: 14rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.shop-vf__option {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.45rem 0.5rem;
  border-radius: 0.55rem;
  cursor: pointer;
  transition: background 0.12s ease;
}

.shop-vf__option:hover {
  background: rgb(248 250 252);
}

:where([data-theme="dark"]) .shop-vf__option:hover {
  background: rgb(30 41 59);
}

.shop-vf__option input {
  margin-top: 0.2rem;
  accent-color: var(--shop-primary, #f27a1a);
}

.shop-vf__option-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.shop-vf__option-text strong {
  font-size: 0.85rem;
  color: rgb(15 23 42);
}

.shop-vf__option-text small {
  font-size: 0.72rem;
  color: rgb(100 116 139);
}

:where([data-theme="dark"]) .shop-vf__option-text strong {
  color: #f1f5f9;
}

.shop-vf__empty {
  margin: 0.5rem 0;
  font-size: 0.82rem;
  color: rgb(100 116 139);
  text-align: center;
}

.shop-mp-results-meta {
  margin: 0 0 0.85rem;
  font-size: 0.85rem;
  color: rgb(71 85 105);
  font-weight: 600;
}

/* b2b_pro varsayılanında gizli — vitrinde göster */
.shop-mp-header__actions .shop-mp-action {
  display: inline-flex !important;
}

/* ——— Renkli simgeler ——— */
.shop-icon-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.shop-icon-slot--lg .shop-icon {
  width: 2rem;
  height: 2rem;
}

.shop-icon-slot--xl .shop-icon {
  width: 3rem;
  height: 3rem;
}

.shop-mp-action--icon {
  gap: 0.45rem;
}

.shop-text-success {
  color: #16a34a;
  font-weight: 700;
}

/* ——— Sepet sayfası ——— */
.shop-mp-header--compact {
  border-bottom: 1px solid rgb(241 245 249);
}

.shop-mp-header--checkout .shop-mp-header__main {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
}

.shop-checkout-header-badge {
  justify-self: center;
  text-align: center;
  padding: 0.65rem 1.35rem;
  border: 1px solid rgb(226 232 240);
  border-top: 3px solid var(--shop-primary, #0f766e);
  border-radius: 14px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--shop-primary) 14%, #fff) 0%, #fff 72%);
  box-shadow: 0 6px 22px rgba(15, 23, 42, 0.08);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, background 0.22s ease;
  max-width: 24rem;
  width: fit-content;
}

.shop-checkout-header-badge:hover {
  border-color: color-mix(in srgb, var(--shop-primary) 45%, rgb(226 232 240));
  background: linear-gradient(145deg, color-mix(in srgb, var(--shop-primary) 18%, #fff) 0%, rgb(240 253 250 / 0.5) 100%);
  box-shadow: 0 12px 32px rgba(15, 118, 110, 0.16);
  transform: translateY(-2px);
}

.shop-checkout-header-badge__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgb(15 23 42);
  line-height: 1.25;
}

.shop-checkout-header-badge__meta {
  margin: 0.2rem 0 0;
  font-size: 0.8rem;
  color: rgb(100 116 139);
  line-height: 1.35;
}

.shop-checkout-header-badge__meta strong {
  color: rgb(15 118 110);
  font-weight: 800;
}

.shop-checkout-header-badge--in-main {
  margin: 0 auto 1.25rem;
}

@media (max-width: 899px) {
  .shop-mp-header--checkout .shop-mp-header__main {
    grid-template-columns: 1fr auto;
    gap: 0.65rem 0.85rem;
  }

  .shop-checkout-header-badge {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 100%;
    width: 100%;
    padding: 0.5rem 0.85rem;
  }

  .shop-checkout-header-badge__title {
    font-size: 0.98rem;
  }
}

.shop-cart-page {
  padding: 1.25rem 0 2rem;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 28%);
}

.shop-cart-page__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.shop-cart-page__title-wrap {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.shop-cart-page__title-wrap h1 {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 800;
  color: rgb(15 23 42);
}

.shop-cart-page__title-wrap p {
  margin: 0.2rem 0 0;
  font-size: 0.88rem;
  color: rgb(100 116 139);
}

.shop-cart-page__badge {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgb(254 243 199);
  color: rgb(180 83 9);
  font-size: 0.78rem;
  font-weight: 800;
}

.shop-cart-page__grid {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}

@media (min-width: 960px) {
  .shop-cart-page__grid {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: stretch;
  }
}

.shop-page--cart .shop-cart-panel,
.shop-page--cart .shop-cart-summary {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.shop-page--checkout .shop-checkout-form-card,
.shop-page--checkout .shop-checkout-summary-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.shop-cart-panel__lines {
  flex: 1;
}

.shop-cart-summary .shop-btn--checkout,
.shop-checkout-summary-card .shop-btn--checkout {
  margin-top: auto;
}

.shop-cart-panel {
  background: #fff;
  border: 1px solid rgb(241 245 249);
  border-radius: 1rem;
  box-shadow: 0 8px 28px rgb(15 23 42 / 0.05);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.shop-cart-summary {
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--shop-primary, #0f766e) 12%, #fff) 0%,
    #fff 62%
  );
  border: 1px solid color-mix(in srgb, var(--shop-primary, #0f766e) 28%, rgb(226 232 240));
  border-top: 3px solid var(--shop-primary, #0f766e);
  border-radius: 1rem;
  box-shadow:
    0 1px 2px rgb(15 23 42 / 0.04),
    0 4px 16px rgb(15 23 42 / 0.06);
  transition:
    border-color 0.22s ease,
    border-top-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease,
    background 0.22s ease;
  overflow: hidden;
}

.shop-cart-summary.shop-panel--hover-frame:hover,
.shop-checkout-summary-card.shop-panel--hover-frame:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--shop-primary, #0f766e) 42%, rgb(226 232 240));
  border-top-color: var(--shop-primary, #0f766e);
  box-shadow:
    0 4px 8px color-mix(in srgb, var(--shop-primary, #0f766e) 18%, transparent),
    0 12px 32px rgb(15 23 42 / 0.11);
}

.shop-checkout-summary-card.shop-panel--hover-frame {
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--shop-primary, #0f766e) 12%, #fff) 0%,
    #fff 62%
  );
  border: 1px solid color-mix(in srgb, var(--shop-primary, #0f766e) 28%, rgb(226 232 240));
  border-top: 3px solid var(--shop-primary, #0f766e);
  box-shadow:
    0 1px 2px rgb(15 23 42 / 0.04),
    0 4px 16px rgb(15 23 42 / 0.06);
}

.shop-cart-panel__head,
.shop-cart-summary__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgb(248 250 252);
  font-weight: 700;
  color: rgb(51 65 85);
}

.shop-cart-summary__head h2 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.shop-cart-panel__lines {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.85rem;
  flex: 1;
}

.shop-cart-line {
  display: grid;
  grid-template-columns: 2.25rem 6rem minmax(0, 1fr) auto auto auto;
  grid-template-areas: "pick thumb info qty price remove";
  gap: 0.75rem 1rem;
  align-items: center;
  padding: 0.95rem 1.05rem;
  border-radius: 0.95rem;
  border: 1px solid color-mix(in srgb, var(--shop-primary, #f27a1a) 28%, rgb(226 232 240));
  border-top: 3px solid var(--shop-primary, #f27a1a);
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--shop-primary, #f27a1a) 14%, #fff) 0%,
    #fff 62%
  );
  box-shadow:
    0 1px 2px rgb(15 23 42 / 0.04),
    0 4px 16px rgb(15 23 42 / 0.06);
  transition:
    border-color 0.22s ease,
    border-top-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease,
    background 0.22s ease;
  overflow: hidden;
}

.shop-cart-line:nth-child(3n + 2) {
  border-color: color-mix(in srgb, #2563eb 35%, rgb(226 232 240));
  border-top-color: #2563eb;
  background: linear-gradient(145deg, #dbeafe 0%, #eff6ff 55%, #fff 100%);
}

.shop-cart-line:nth-child(3n) {
  border-color: color-mix(in srgb, #059669 35%, rgb(226 232 240));
  border-top-color: #059669;
  background: linear-gradient(145deg, #d1fae5 0%, #ecfdf5 55%, #fff 100%);
}

.shop-cart-line:hover {
  transform: translateY(-2px);
  box-shadow:
    0 4px 8px color-mix(in srgb, var(--shop-primary, #f27a1a) 16%, transparent),
    0 12px 32px rgb(15 23 42 / 0.11);
  border-color: color-mix(in srgb, var(--shop-primary, #f27a1a) 42%, rgb(226 232 240));
  border-top-color: var(--shop-primary, #f27a1a);
}

.shop-cart-line:nth-child(3n + 2):hover {
  box-shadow:
    0 4px 8px color-mix(in srgb, #2563eb 18%, transparent),
    0 12px 32px rgb(15 23 42 / 0.11);
  border-color: color-mix(in srgb, #2563eb 45%, rgb(226 232 240));
  border-top-color: #2563eb;
}

.shop-cart-line:nth-child(3n):hover {
  box-shadow:
    0 4px 8px color-mix(in srgb, #059669 18%, transparent),
    0 12px 32px rgb(15 23 42 / 0.11);
  border-color: color-mix(in srgb, #059669 45%, rgb(226 232 240));
  border-top-color: #059669;
}

.shop-cart-line__cell {
  min-width: 0;
}

.shop-cart-line__cell--pick {
  grid-area: pick;
}

.shop-cart-line__cell--thumb {
  grid-area: thumb;
}

.shop-cart-line__cell--info {
  grid-area: info;
}

.shop-cart-line__cell--qty {
  grid-area: qty;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

.shop-cart-line__cell--price {
  grid-area: price;
  text-align: right;
  min-width: 5.5rem;
  flex-shrink: 0;
  white-space: nowrap;
}

.shop-cart-line__cell--remove {
  grid-area: remove;
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}

.shop-cart-line__thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 0.75rem;
  background: rgb(248 250 252);
  border: 1px solid rgb(241 245 249);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.8);
  text-decoration: none;
}

.shop-cart-line__thumb--brand {
  background: linear-gradient(165deg, #ffffff 0%, #f1f5f9 48%, #e8eef5 100%);
}

.shop-cart-line__photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.35rem;
  transition: transform 0.22s ease;
}

.shop-cart-line__brand-logo {
  position: absolute;
  inset: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 4.75rem;
  object-fit: contain;
  object-position: center;
  padding: 0.45rem;
  filter: drop-shadow(0 2px 8px rgb(15 23 42 / 0.08));
}

.shop-cart-line__brand-initial {
  position: absolute;
  inset: 0;
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff 0%, #e2e8f0 100%);
  border: 1px solid rgb(226 232 240);
  color: rgb(100 116 139);
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 4px 12px rgb(15 23 42 / 0.08);
}

.shop-cart-line:hover .shop-cart-line__photo:not([hidden]) {
  transform: scale(1.04);
}

.shop-cart-line:hover .shop-cart-line__brand-logo {
  transform: scale(1.03);
}

.shop-qty-control--cart {
  border: 1px solid rgb(226 232 240);
  border-radius: 0.65rem;
  background: rgb(248 250 252);
  overflow: hidden;
}

.shop-qty-control--cart input {
  width: 2.75rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.shop-cart-line__name {
  font-weight: 700;
  font-size: 0.88rem;
  color: rgb(15 23 42);
  text-decoration: none;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shop-cart-line__name:hover {
  color: var(--shop-primary, #f27a1a);
}

.shop-cart-line__brand {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--tenant-primary, #0284c7);
  margin-top: 0.15rem;
}

.shop-cart-line__sku,
.shop-cart-line__unit {
  font-size: 0.72rem;
  color: rgb(100 116 139);
  margin-top: 0.12rem;
}

.shop-cart-line__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.45rem;
}

.shop-cart-line__price .money-try--strong .money-try__amount {
  font-size: 1rem;
  font-weight: 800;
}

.shop-cart-line__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 0.5rem;
  background: rgb(254 242 242);
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

.shop-cart-line__remove:hover {
  background: rgb(254 226 226);
  transform: scale(1.06);
}

.shop-qty-control--compact input {
  width: 2.5rem;
  font-size: 0.82rem;
}

.shop-cart-summary {
  padding-bottom: 1rem;
  position: sticky;
  top: 1rem;
}

.shop-cart-summary__perks,
.shop-checkout-summary-card__perks {
  list-style: none;
  margin: 0;
  padding: 0.75rem 1rem;
  display: grid;
  gap: 0.45rem;
}

.shop-cart-summary__perks li,
.shop-checkout-summary-card__perks li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  color: rgb(71 85 105);
  font-weight: 500;
}

.shop-cart-summary__rows {
  margin: 0;
  padding: 0 1rem;
}

.shop-cart-summary__rows > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.45rem 0;
  font-size: 0.88rem;
}

.shop-cart-summary__rows dt {
  color: rgb(100 116 139);
  font-weight: 500;
}

.shop-cart-summary__rows dd {
  margin: 0;
  font-weight: 700;
  color: rgb(15 23 42);
}

.shop-cart-summary__total {
  margin-top: 0.35rem;
  padding-top: 0.65rem !important;
  border-top: 2px dashed rgb(226 232 240);
}

.shop-cart-summary__total dd .money-try--strong .money-try__amount {
  font-size: 1.25rem;
  color: var(--shop-primary, #f27a1a);
}

.shop-cart-summary__hint {
  margin: 0.5rem 1rem 0;
  font-size: 0.78rem;
  color: rgb(100 116 139);
  line-height: 1.4;
}

.shop-cart-empty {
  text-align: center;
  padding: 3rem 1.5rem;
  background: #fff;
  border-radius: 1rem;
  border: 1px dashed rgb(226 232 240);
}

.shop-cart-empty h2 {
  margin: 0.75rem 0 0.35rem;
}

.shop-cart-empty p {
  color: rgb(100 116 139);
  margin: 0 0 1.25rem;
}

/* ——— Butonlar ——— */
.shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.15rem;
  border-radius: 0.75rem;
  border: none;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.shop-btn--primary {
  background: var(--shop-primary, #f27a1a);
  color: #fff;
}

.shop-btn--checkout {
  margin: 0.85rem 1rem 0;
  width: calc(100% - 2rem);
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: #fff;
  box-shadow: 0 8px 22px rgb(22 163 74 / 0.28);
}

.shop-btn--block {
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}

.shop-btn--hover-lift:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgb(15 23 42 / 0.14);
}

.shop-btn--checkout:hover {
  box-shadow: 0 14px 32px rgb(22 163 74 / 0.38);
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
}

/* ——— Ödeme sayfası (kaydırmasız, simetrik) ——— */
.shop-page--checkout .shop-mp {
  min-height: 100dvh;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.shop-page--checkout .shop-mp-main {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.shop-checkout-page {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 0.75rem 0 1rem;
  background: linear-gradient(160deg, #f8fafc 0%, #fff 45%, #f0fdf4 100%);
}

.shop-checkout-page__inner {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.shop-checkout-page__grid {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

@media (min-width: 960px) {
  .shop-checkout-page__grid {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    align-items: start;
  }
}

.shop-checkout-form-card,
.shop-checkout-summary-card {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Checkout panelleri — MARKA / MODEL / MOTOR üst çizgi stili */
.shop-checkout-panel {
  border: 1px solid rgb(226 232 240);
  border-radius: 14px;
  padding: 1rem 1.1rem 1.1rem;
  background: #fff;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.07);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.shop-checkout-panel:hover {
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.11);
  transform: translateY(-2px);
}

.shop-checkout-panel--contact {
  border-top: 3px solid var(--shop-primary, #0f766e);
  background: linear-gradient(145deg, color-mix(in srgb, var(--shop-primary) 14%, #fff) 0%, #fff 68%);
  border-color: color-mix(in srgb, var(--shop-primary) 28%, rgb(226 232 240));
}

.shop-checkout-panel--contact:hover {
  border-color: color-mix(in srgb, var(--shop-primary) 42%, rgb(226 232 240));
  box-shadow: 0 14px 38px rgba(15, 118, 110, 0.12);
}

.shop-checkout-panel--payment {
  border-top: 3px solid #7c3aed;
  background: linear-gradient(145deg, #f5f3ff 0%, #fff 68%);
  border-color: color-mix(in srgb, #7c3aed 28%, rgb(226 232 240));
}

.shop-checkout-panel--payment:hover {
  border-color: color-mix(in srgb, #7c3aed 40%, rgb(226 232 240));
  box-shadow: 0 14px 38px rgba(124, 58, 237, 0.12);
}

.shop-checkout-panel--summary {
  border-top: 3px solid #2563eb;
  background: linear-gradient(145deg, #dbeafe 0%, #eff6ff 42%, #fff 100%);
  border-color: color-mix(in srgb, #2563eb 30%, rgb(226 232 240));
  position: sticky;
  top: 0;
  align-self: start;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  width: 100%;
}

.shop-checkout-summary-card {
  align-self: start;
  width: 100%;
}

.shop-checkout-panel--summary:hover {
  border-color: color-mix(in srgb, #2563eb 45%, rgb(226 232 240));
  box-shadow: 0 14px 38px rgba(37, 99, 235, 0.12);
}

.shop-checkout-panel__title {
  margin: 0 0 0.85rem;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(30 41 59);
}

.shop-checkout-panel__title--sub {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px dashed rgb(226 232 240);
}

.shop-checkout-panel__title--summary {
  margin-bottom: 0.75rem;
}

.shop-checkout-field-label {
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgb(71 85 105);
  margin-bottom: 0.35rem;
}

.shop-checkout-panel-field input,
.shop-checkout-panel-field textarea {
  border: 1px solid rgb(226 232 240 / 0.7);
  background: rgb(255 255 255 / 0.85);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.shop-checkout-panel-field input:hover,
.shop-checkout-panel-field textarea:hover {
  border-color: rgb(203 213 225);
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.shop-checkout-panel-field input:focus,
.shop-checkout-panel-field textarea:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--shop-primary) 50%, rgb(203 213 225));
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.1);
  background: #fff;
}

.shop-checkout-field--error input,
.shop-checkout-field--error textarea,
.shop-checkout-card-field.shop-checkout-field--error {
  border-color: rgb(220 38 38 / 0.75) !important;
  box-shadow: 0 0 0 2px rgb(254 202 202 / 0.65);
}

.shop-checkout-form-card__head,
.shop-checkout-summary-card__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  flex-shrink: 0;
}

.shop-checkout-form-card__head h2,
.shop-checkout-summary-card__head h2 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.shop-checkout-form-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  margin: 0;
  min-height: 0;
  align-self: start;
  width: 100%;
}

.shop-checkout-form-card__head {
  grid-column: 1 / -1;
  flex-shrink: 0;
}

.shop-checkout-form-card__head--contact {
  flex-direction: row;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

.shop-icon-slot--contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 0;
  flex-shrink: 0;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, rgb(255 247 237) 0%, rgb(254 243 199) 100%);
  box-shadow: 0 6px 18px rgb(242 122 26 / 0.18);
}

.shop-icon-slot--contact .shop-icon {
  width: 1.65rem;
  height: 1.65rem;
}

.shop-checkout-section--contact {
  padding-top: 0;
  margin-top: 0;
}

.shop-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.shop-field--full {
  grid-column: 1 / -1;
}

.shop-field__label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgb(71 85 105);
}

.shop-field__label--accent {
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--shop-primary, #f27a1a);
  letter-spacing: 0.01em;
}

.shop-checkout-section {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.shop-checkout-section--address {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.shop-checkout-section__title {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: rgb(30 41 59);
}

.shop-checkout-section__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.shop-checkout-summary-card .shop-cart-summary__hint {
  margin: 0.35rem 0 0.65rem;
}

.shop-cart-summary__rows--checkout {
  flex: 1;
}

.shop-field input,
.shop-field textarea {
  border: 1px solid rgb(226 232 240);
  border-radius: 0.65rem;
  padding: 0.6rem 0.75rem;
  font: inherit;
  background: rgb(248 250 252 / 0.6);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.shop-field input:hover,
.shop-field textarea:hover {
  border-color: rgb(203 213 225);
  background: #fff;
}

.shop-field input:focus,
.shop-field textarea:focus {
  outline: none;
  border-color: var(--shop-primary, #f27a1a);
  box-shadow: 0 0 0 3px rgb(242 122 26 / 0.15);
  background: #fff;
}

.shop-checkout-summary-card__perks {
  padding: 0;
  margin-bottom: 0.65rem;
}

.shop-checkout-summary-card .shop-cart-summary__rows {
  padding: 0;
  flex: 1;
}

.shop-checkout-summary-card .shop-btn--checkout {
  margin-top: auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 900px) {
  .shop-page--checkout .shop-mp {
    max-height: none;
    overflow: auto;
  }

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

  .shop-checkout-form-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .shop-cart-line {
    grid-template-columns: 2rem 4.5rem minmax(0, 1fr) auto auto auto;
    grid-template-areas: "pick thumb info qty price remove";
    grid-template-rows: none;
    gap: 0.5rem 0.65rem;
    position: static;
  }

  .shop-cart-line__cell--thumb .shop-cart-line__thumb,
  .shop-cart-line__thumb {
    width: 4.5rem;
    height: 4.5rem;
  }

  .shop-cart-line__cell--qty {
    justify-content: flex-end;
  }

  .shop-cart-line__cell--price {
    min-width: 0;
  }

  .shop-qty-control--cart input {
    width: 2.35rem;
    font-size: 0.82rem;
  }

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

/* ——— Malzeme / OEM kopyala ——— */
.shop-code-copy {
  display: inline;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: ui-monospace, "Cascadia Code", "Segoe UI Mono", monospace;
  cursor: pointer;
  text-decoration: underline dotted rgb(148 163 184);
  text-underline-offset: 2px;
  transition: color 0.12s ease;
}

.shop-code-copy--oem {
  color: rgb(29 78 216);
}

.shop-code-copy:hover {
  color: var(--shop-primary, #f27a1a);
  text-decoration-color: var(--shop-primary, #f27a1a);
}

.shop-copy-toast {
  position: fixed;
  z-index: 99999;
  pointer-events: none;
  padding: 0.28rem 0.55rem;
  margin: 0;
  border-radius: 0.4rem;
  font-size: 0.72rem;
  font-weight: 600;
  font-family: Inter, system-ui, sans-serif;
  color: rgb(21 128 61);
  background: rgb(240 253 244);
  border: 1px solid rgb(187 247 208);
  box-shadow: 0 2px 8px rgb(22 163 74 / 0.12);
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.shop-copy-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.shop-product-card__sku-label,
.shop-product-card__oem-label,
.shop-cart-line__sku-label {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgb(100 116 139);
  font-family: Inter, system-ui, sans-serif;
}

.shop-panel-title {
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(30 41 59);
}

/* ——— Araç filtresi kart seçimi ——— */
.shop-vf__list--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
  gap: 0.5rem;
  max-height: 16rem;
}

.shop-vf__pick {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1.5px solid rgb(226 232 240);
  border-radius: 0.75rem;
  background: #fff;
  cursor: pointer;
  text-align: left;
  font: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.shop-vf__pick:hover {
  border-color: var(--shop-primary, #f27a1a);
  box-shadow: 0 10px 24px rgb(242 122 26 / 0.14);
  transform: translateY(-1px);
}

.shop-vf__pick.is-selected {
  border-color: var(--shop-primary, #f27a1a);
  background: rgb(255 247 237);
  box-shadow: 0 0 0 3px rgb(242 122 26 / 0.12);
}

.shop-vf__pick-series {
  font-size: 0.82rem;
  font-weight: 800;
  color: rgb(15 23 42);
  line-height: 1.3;
}

.shop-vf__pick-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.shop-vf__chip {
  display: inline-flex;
  padding: 0.12rem 0.4rem;
  border-radius: 0.35rem;
  background: rgb(239 246 255);
  color: rgb(29 78 216);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.shop-vf__chip--engine {
  background: rgb(240 253 244);
  color: rgb(21 128 61);
}

.shop-vf__pick-years,
.shop-vf__pick-meta {
  font-size: 0.68rem;
  font-weight: 600;
  color: rgb(100 116 139);
}

.shop-vf__panel {
  min-width: 14rem;
}

@media (min-width: 720px) {
  #shop-vf-model-panel {
    min-width: 22rem;
    max-width: 28rem;
  }

  #shop-vf-brand-panel,
  #shop-vf-engine-panel {
    min-width: 14rem;
  }
}

.shop-checkout-installments {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1rem 0 1.25rem;
}

.shop-checkout-installments--empty {
  display: block;
}

.shop-checkout-installment-card {
  position: relative;
  display: block;
  cursor: pointer;
  min-width: 0;
}

.shop-checkout-installment-card__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.shop-checkout-installment-card__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  min-height: 9.5rem;
  padding: 0.85rem 0.45rem 0.75rem;
  border: 2px solid var(--shop-border, #e2e8f0);
  border-radius: 14px;
  background: #fff;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.shop-checkout-installment-card:hover .shop-checkout-installment-card__inner {
  border-color: #5eead4;
  box-shadow: 0 10px 28px rgba(15, 118, 110, 0.14);
  transform: translateY(-3px);
}

.shop-checkout-installment-card.is-selected .shop-checkout-installment-card__inner {
  border-color: var(--shop-primary, #0f766e);
  background: linear-gradient(165deg, rgba(240, 253, 250, 0.95) 0%, #fff 72%);
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.14), 0 12px 28px rgba(15, 118, 110, 0.12);
  transform: translateY(-2px);
}

.shop-checkout-installment-card__check {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: var(--shop-primary, #0f766e);
  color: #fff;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.shop-checkout-installment-card__check svg {
  width: 0.65rem;
  height: 0.65rem;
}

.shop-checkout-installment-card.is-selected .shop-checkout-installment-card__check {
  opacity: 1;
  transform: scale(1);
}

.shop-checkout-installment-card__count {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
  color: var(--shop-primary, #0f766e);
  background: rgba(15, 118, 110, 0.1);
}

.shop-checkout-installment-card.is-selected .shop-checkout-installment-card__count {
  background: var(--shop-primary, #0f766e);
  color: #fff;
}

.shop-checkout-installment-card__title {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(100 116 139);
}

.shop-checkout-installment-card__badge {
  display: inline-block;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.2;
}

.shop-checkout-installment-card__badge--free {
  color: #15803d;
  background: #dcfce7;
}

.shop-checkout-installment-card__amount,
.shop-checkout-installment-card__monthly {
  font-size: 0.92rem;
  font-weight: 700;
  color: rgb(15 23 42);
  line-height: 1.25;
}

.shop-checkout-installment-card__monthly small {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.68rem;
  font-weight: 600;
  color: rgb(100 116 139);
}

.shop-checkout-installment-card__meta {
  font-size: 0.68rem;
  font-weight: 600;
  color: rgb(100 116 139);
  line-height: 1.3;
}

.shop-checkout-installment-card__total {
  margin-top: 0.15rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgb(71 85 105);
}

@media (max-width: 1100px) {
  .shop-checkout-installments {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .shop-checkout-installments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .shop-checkout-installment-card__inner {
    min-height: 8.5rem;
    padding: 0.75rem 0.35rem 0.65rem;
  }
}

/* Checkout scroll + yeni düzen */
.shop-mp--checkout-scroll {
  height: 100vh;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.shop-mp--checkout-scroll .shop-checkout-page {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.shop-checkout-section__fields--triple {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.shop-checkout-subtitle {
  margin: 1.25rem 0 0.65rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: rgb(30 41 59);
}

.shop-checkout-card-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 278px);
  gap: 0.7rem;
  align-items: center;
  overflow: hidden;
}

.shop-checkout-card-fields {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.shop-checkout-card-fields__row--top {
  display: flex;
  align-items: stretch;
  gap: 0.4rem;
}

.shop-checkout-card-field--stack {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.shop-checkout-card-fields__row--top .shop-checkout-card-field--stack {
  height: auto;
}

.shop-checkout-card-field--name {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: none;
  box-sizing: border-box;
  align-self: stretch;
}

.shop-checkout-card-field--number {
  flex: 0 0 46%;
  width: 46%;
  max-width: 46%;
  min-width: 0;
  box-sizing: border-box;
  align-self: stretch;
}

.shop-checkout-card-fields__row--top .shop-checkout-card-field--stack input {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: block;
}

.shop-checkout-card-field--name input {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.shop-checkout-card-field--number input {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.shop-checkout-card-fields__row--bottom {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding-top: 0.1rem;
}

/* Ödeme kart alanları — MARKA / MODEL / MOTOR çerçeve stili */
.shop-checkout-card-field--framed {
  border: 1px solid rgb(226 232 240);
  border-radius: 12px;
  padding: 0.55rem 0.7rem 0.6rem;
  box-sizing: border-box;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.07);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.shop-checkout-card-field--framed:hover,
.shop-checkout-card-field--framed:focus-within {
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

.shop-checkout-card-field--accent-brand {
  border-top: 3px solid var(--shop-primary, #0f766e);
  background: linear-gradient(145deg, color-mix(in srgb, var(--shop-primary) 20%, #fff) 0%, #fff 72%);
  border-color: color-mix(in srgb, var(--shop-primary) 38%, rgb(226 232 240));
}

.shop-checkout-card-field--accent-brand:hover,
.shop-checkout-card-field--accent-brand:focus-within {
  border-color: color-mix(in srgb, var(--shop-primary) 52%, rgb(226 232 240));
  box-shadow: 0 10px 28px rgba(15, 118, 110, 0.14);
}

.shop-checkout-card-field--accent-model {
  border-top: 3px solid #2563eb;
  background: linear-gradient(145deg, #dbeafe 0%, #eff6ff 55%, #fff 100%);
  border-color: color-mix(in srgb, #2563eb 35%, rgb(226 232 240));
}

.shop-checkout-card-field--accent-model:hover,
.shop-checkout-card-field--accent-model:focus-within {
  border-color: color-mix(in srgb, #2563eb 50%, rgb(226 232 240));
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.14);
}

.shop-checkout-card-field--accent-engine {
  border-top: 3px solid #059669;
  background: linear-gradient(145deg, #d1fae5 0%, #ecfdf5 55%, #fff 100%);
  border-color: color-mix(in srgb, #059669 35%, rgb(226 232 240));
}

.shop-checkout-card-field--accent-engine:hover,
.shop-checkout-card-field--accent-engine:focus-within {
  border-color: color-mix(in srgb, #059669 50%, rgb(226 232 240));
  box-shadow: 0 10px 28px rgba(5, 150, 105, 0.14);
}

.shop-checkout-card-field--accent-year {
  border-top: 3px solid #ea580c;
  background: linear-gradient(145deg, #ffedd5 0%, #fff7ed 55%, #fff 100%);
  border-color: color-mix(in srgb, #ea580c 35%, rgb(226 232 240));
}

.shop-checkout-card-field--accent-year:hover,
.shop-checkout-card-field--accent-year:focus-within {
  border-color: color-mix(in srgb, #ea580c 50%, rgb(226 232 240));
  box-shadow: 0 10px 28px rgba(234, 88, 12, 0.14);
}

.shop-checkout-card-field--accent-cvv {
  border-top: 3px solid #dc2626;
  background: linear-gradient(145deg, #fee2e2 0%, #fef2f2 55%, #fff 100%);
  border-color: color-mix(in srgb, #dc2626 35%, rgb(226 232 240));
}

.shop-checkout-card-field--accent-cvv:hover,
.shop-checkout-card-field--accent-cvv:focus-within {
  border-color: color-mix(in srgb, #dc2626 50%, rgb(226 232 240));
  box-shadow: 0 10px 28px rgba(220, 38, 38, 0.14);
}

.shop-checkout-card-field--framed .shop-checkout-field-label,
.shop-checkout-card-field--framed .shop-checkout-card-inline-label {
  margin-bottom: 0.15rem;
}

.shop-checkout-card-field--framed input {
  border: 1px solid rgb(226 232 240 / 0.75);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

.shop-checkout-card-field--framed input:hover {
  border-color: rgb(203 213 225);
  background: #fff;
}

.shop-checkout-card-field--framed input:focus {
  outline: none;
  border-color: rgb(148 163 184);
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04), 0 0 0 2px rgba(255, 255, 255, 0.8);
  background: #fff;
}

.shop-checkout-card-field--inline.shop-checkout-card-field--framed {
  flex-direction: row;
  align-items: center;
  gap: 0.45rem;
}

.shop-checkout-card-field--inline {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  flex: 0 0 auto;
}

.shop-checkout-card-inline-label {
  display: inline-flex;
  align-items: center;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgb(51 65 85);
  white-space: nowrap;
  flex-shrink: 0;
}

.shop-checkout-card-field-divider {
  width: 1px;
  height: 1.65rem;
  margin: 0 0.7rem;
  background: linear-gradient(180deg, transparent, rgb(203 213 225), transparent);
  flex-shrink: 0;
}

.shop-checkout-card-field--mm input,
.shop-checkout-card-field--yy input {
  width: 3.4ch;
  min-width: 3.4ch;
  max-width: 3.4ch;
  text-align: center;
  padding: 0.55rem 0.35rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.06em;
}

.shop-checkout-card-field--cvv input {
  width: 4.8ch;
  min-width: 4.8ch;
  max-width: 4.8ch;
  text-align: center;
  padding: 0.55rem 0.35rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}

.shop-field__label--card {
  font-size: 0.82rem;
  font-weight: 700;
  color: rgb(51 65 85);
  letter-spacing: 0.01em;
}

.shop-card-label-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
}

.shop-card-label-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.shop-checkout-card-field input {
  width: 100%;
  border: 1px solid rgb(226 232 240 / 0.55);
  border-radius: 0.65rem;
  padding: 0.62rem 0.75rem;
  font: inherit;
  background: rgb(255 255 255 / 0.72);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.shop-checkout-card-field input:hover {
  border-color: rgb(203 213 225 / 0.95);
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.shop-checkout-card-field input:focus {
  outline: none;
  border-color: rgb(15 118 110 / 0.55);
  box-shadow: 0 0 0 3px rgb(15 118 110 / 0.1);
  background: #fff;
}

.shop-checkout-section__fields--card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.shop-checkout-card-preview-wrap {
  position: sticky;
  top: 0.5rem;
  width: 100%;
  max-width: 278px;
  margin-left: 0.2rem;
  justify-self: end;
  flex-shrink: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.shop-checkout-card-preview {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.52;
  border-radius: 18px;
  padding: 1rem 1.1rem;
  color: #fff;
  background: linear-gradient(135deg, #1e293b 0%, #334155 55%, #0f766e 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.2);
  overflow: hidden;
  transform: scale(1);
  box-sizing: border-box;
}

.shop-checkout-card-preview--visa {
  background: linear-gradient(135deg, #1e3a8a, #2563eb 60%, #1d4ed8);
}

.shop-checkout-card-preview--mastercard {
  background: linear-gradient(135deg, #7c2d12, #ea580c 55%, #c2410c);
}

.shop-checkout-card-preview--amex {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
}

.shop-checkout-card-preview__chip {
  width: 38px;
  height: 29px;
  border-radius: 7px;
  background: linear-gradient(135deg, #fde68a, #f59e0b);
  margin-bottom: 1.15rem;
}

.shop-checkout-card-preview__brand {
  position: absolute;
  top: 1.15rem;
  right: 1.15rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  opacity: 0.9;
}

.shop-checkout-card-preview__number {
  font-family: "Courier New", monospace;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
  word-break: break-all;
}

.shop-checkout-card-preview__bottom {
  display: flex;
  justify-content: space-between;
  gap: 0.85rem;
  font-size: 0.78rem;
}

.shop-checkout-card-preview__bottom small {
  display: block;
  opacity: 0.75;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
}

.shop-checkout-card-preview__bottom span {
  display: block;
  font-weight: 700;
  font-size: 0.85rem;
  margin-top: 0.18rem;
}

.shop-checkout-summary-contact {
  margin-bottom: 0.85rem;
}

.shop-checkout-summary-contact__block {
  padding: 0.75rem 0.85rem;
  border: 1px solid rgb(226 232 240);
  border-radius: 10px;
  background: rgb(248 250 252);
  font-size: 0.84rem;
}

.shop-checkout-summary-contact__block strong {
  display: block;
  margin-bottom: 0.2rem;
}

.shop-checkout-summary-contact__block span {
  display: block;
  color: rgb(100 116 139);
}

.shop-checkout-summary-contact__addr {
  margin: 0.45rem 0 0;
  color: rgb(71 85 105);
  line-height: 1.45;
}

.shop-checkout-summary-lines {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  max-height: 180px;
  overflow-y: auto;
}

.shop-checkout-summary-lines__item {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgb(241 245 249);
  font-size: 0.82rem;
}

.shop-checkout-summary-note {
  margin-top: 0.65rem;
  text-align: center;
}

/* Checkout — güvenli ödeme rozetleri */
.shop-checkout-trust {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgb(226 232 240);
}

.shop-checkout-trust__label {
  margin: 0 0 0.55rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: rgb(100 116 139);
}

.shop-checkout-trust__badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

@media (min-width: 420px) {
  .shop-checkout-trust__badges {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.shop-checkout-trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-height: 3.35rem;
  padding: 0.4rem 0.25rem;
  border: 1px solid rgb(226 232 240);
  border-radius: 0.55rem;
  background: rgb(248 250 252);
  color: rgb(51 65 85);
  cursor: pointer;
  font: inherit;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}

.shop-checkout-trust-badge:hover {
  border-color: color-mix(in srgb, var(--shop-primary) 45%, rgb(226 232 240));
  background: #fff;
  box-shadow: 0 4px 12px rgb(15 23 42 / 0.06);
  transform: translateY(-1px);
}

.shop-checkout-trust-badge:focus-visible {
  outline: 2px solid var(--shop-primary);
  outline-offset: 2px;
}

.shop-checkout-trust-badge__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  color: var(--shop-primary);
}

.shop-checkout-trust-badge__icon svg {
  width: 100%;
  height: 100%;
}

.shop-checkout-trust-badge__text {
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: rgb(71 85 105);
}

.shop-checkout-trust__footnote {
  margin: 0.55rem 0 0;
  font-size: 0.68rem;
  line-height: 1.4;
  text-align: center;
  color: rgb(148 163 184);
}

.shop-checkout-trust-dialog {
  padding: 1.25rem 1.35rem 1.35rem;
}

.shop-checkout-trust-dialog__close {
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  color: rgb(100 116 139);
  cursor: pointer;
  padding: 0.15rem 0.35rem;
}

.shop-checkout-trust-dialog__close:hover {
  color: rgb(30 41 59);
}

.shop-checkout-trust-dialog__title {
  margin: 0 2rem 0.65rem 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: rgb(15 23 42);
  line-height: 1.35;
}

.shop-checkout-trust-dialog__body {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgb(71 85 105);
}

.shop-checkout-trust-dialog__ok {
  width: 100%;
  justify-content: center;
}

/* Ödeme sonucu modal */
.shop-checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.shop-checkout-modal[hidden] {
  display: none !important;
}

.shop-checkout-modal-open {
  overflow: hidden;
}

.shop-checkout-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(3px);
}

.shop-checkout-modal__dialog {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.2);
}

.shop-checkout-receipt__head {
  padding: 1.5rem;
  text-align: center;
  color: #fff;
}

.shop-checkout-receipt__head--success {
  background: linear-gradient(135deg, #0f766e, #115e59);
}

.shop-checkout-receipt__head--fail {
  background: linear-gradient(135deg, #b91c1c, #991b1b);
}

.shop-checkout-receipt__icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.18);
}

.shop-checkout-receipt__body {
  padding: 1.25rem 1.5rem;
}

.shop-checkout-receipt__amount {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
  color: #0f766e;
  margin: 0 0 1rem;
}

.shop-checkout-receipt__meta {
  display: grid;
  gap: 0.5rem;
  margin: 0;
}

.shop-checkout-receipt__meta > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.88rem;
  border-bottom: 1px dashed rgb(226 232 240);
  padding-bottom: 0.35rem;
}

.shop-checkout-receipt__meta dt {
  color: rgb(100 116 139);
}

.shop-checkout-receipt__meta dd {
  margin: 0;
  font-weight: 600;
  text-align: right;
}

.shop-checkout-receipt__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
  margin-top: 1rem;
}

.shop-checkout-receipt__table th,
.shop-checkout-receipt__table td {
  padding: 0.45rem 0.35rem;
  border-bottom: 1px solid rgb(241 245 249);
  text-align: left;
}

.shop-checkout-receipt__events {
  margin: 0.75rem 0 0;
  padding-left: 1.1rem;
  font-size: 0.84rem;
  color: rgb(71 85 105);
}

.shop-checkout-receipt__email-note {
  margin-top: 1rem;
  font-size: 0.82rem;
  color: rgb(100 116 139);
  text-align: center;
}

.shop-checkout-receipt__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 1.5rem 1.5rem;
}

.shop-checkout-receipt__actions .shop-btn {
  flex: 1;
  min-width: 120px;
  text-align: center;
  justify-content: center;
}

.shop-orders-page {
  padding: 1.75rem 0 3rem;
  background: linear-gradient(180deg, rgb(248 250 252) 0%, rgb(241 245 249) 120px, #fff 120px);
  min-height: calc(100vh - 4rem);
}

.shop-orders-page__inner {
  max-width: 820px;
}

.shop-orders-page__hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.shop-orders-page h1 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.5rem, 4vw, 1.85rem);
  font-weight: 800;
  color: rgb(15 23 42);
}

.shop-orders-page__hint {
  margin: 0;
  color: rgb(100 116 139);
  font-size: 0.92rem;
  max-width: 32rem;
}

.shop-orders-stats__count {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 0.82rem;
  font-weight: 700;
  border: 1px solid #a7f3d0;
}

.shop-orders-list {
  display: grid;
  gap: 1rem;
}

/* Sipariş kartı — anasayfa MARKA/MODEL/MOTOR üst vurgu çizgisi stili */
.shop-orders-card {
  border: 1px solid color-mix(in srgb, var(--shop-primary, #0f766e) 28%, rgb(226 232 240));
  border-top: 3px solid var(--shop-primary, #0f766e);
  border-radius: 16px;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--shop-primary, #0f766e) 12%, #fff) 0%,
    #fff 62%
  );
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 4px 16px rgba(15, 23, 42, 0.06);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
  overflow: hidden;
}

.shop-orders-card:hover {
  border-color: color-mix(in srgb, var(--shop-primary, #0f766e) 42%, rgb(226 232 240));
  border-top-color: var(--shop-primary, #0f766e);
  box-shadow:
    0 4px 8px color-mix(in srgb, var(--shop-primary, #0f766e) 18%, transparent),
    0 12px 32px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.shop-orders-card.is-open {
  border-color: color-mix(in srgb, var(--shop-primary, #0f766e) 50%, rgb(226 232 240));
  border-top-color: var(--shop-primary, #0f766e);
  box-shadow:
    0 8px 24px color-mix(in srgb, var(--shop-primary, #0f766e) 22%, transparent),
    0 2px 8px rgba(15, 23, 42, 0.06);
  transform: none;
}

.shop-orders-card__toggle {
  display: block;
  width: 100%;
  padding: 1.15rem 1.25rem;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.shop-orders-card__toggle:focus-visible {
  outline: 2px solid #0f766e;
  outline-offset: -2px;
}

.shop-orders-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
}

.shop-orders-card__id strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: rgb(15 23 42);
  letter-spacing: 0.01em;
}

.shop-orders-card__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgb(148 163 184);
  margin-bottom: 0.1rem;
}

.shop-orders-card__id time {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  color: rgb(100 116 139);
}

.shop-orders-card__status {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.shop-orders-card__status--success {
  background: #ecfdf5;
  color: #047857;
  border: 1.5px solid #6ee7b7;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.12);
}

.shop-orders-card__status--warning {
  background: #fffbeb;
  color: #b45309;
  border: 1.5px solid #fcd34d;
}

.shop-orders-card__status--danger {
  background: #fef2f2;
  color: #b91c1c;
  border: 1.5px solid #fca5a5;
}

.shop-orders-card__preview {
  margin: 0.75rem 0 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgb(71 85 105);
}

.shop-orders-card__more {
  font-style: normal;
  font-weight: 600;
  color: #0f766e;
}

.shop-orders-card__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px dashed rgb(241 245 249);
}

.shop-orders-card__pill {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  background: rgb(248 250 252);
  color: rgb(71 85 105);
  border: 1px solid rgb(241 245 249);
}

.shop-orders-card__amount {
  margin-left: auto;
  font-size: 1rem;
  font-weight: 800;
  color: #0f766e;
}

.shop-orders-card__chevron {
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgb(248 250 252);
  color: rgb(100 116 139);
  transition: transform 0.25s ease, background 0.2s ease, color 0.2s ease;
}

.shop-orders-card__chevron svg {
  width: 1rem;
  height: 1rem;
}

.shop-orders-card:hover .shop-orders-card__chevron {
  background: #ecfdf5;
  color: #0f766e;
}

.shop-orders-card.is-open .shop-orders-card__chevron {
  transform: rotate(180deg);
  background: #ccfbf1;
  color: #0f766e;
}

.shop-orders-card__panel {
  border-top: 1px solid rgb(241 245 249);
  background: linear-gradient(180deg, rgb(248 250 252) 0%, #fff 100%);
}

.shop-orders-card__panel-inner {
  padding: 0 1.25rem 1.25rem;
}

.shop-orders-card__loading {
  padding: 1.25rem 0;
  text-align: center;
  font-size: 0.88rem;
  color: rgb(100 116 139);
}

.shop-orders-card__loading--page {
  padding: 3rem 1rem;
}

/* Detay paneli */
.shop-orders-detail {
  padding-top: 1rem;
}

.shop-orders-detail__grid {
  display: grid;
  gap: 0.85rem;
}

.shop-orders-detail__block {
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--shop-primary, #0f766e) 22%, rgb(226 232 240));
  border-top: 3px solid var(--shop-primary, #0f766e);
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.shop-orders-detail__block h3 {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: rgb(15 23 42);
}

.shop-orders-detail__block--wide {
  grid-column: 1 / -1;
}

.shop-orders-detail__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.shop-orders-detail__item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0.65rem;
  align-items: start;
  padding-bottom: 0.55rem;
  border-bottom: 1px dashed rgb(241 245 249);
  font-size: 0.86rem;
}

.shop-orders-detail__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.shop-orders-detail__item-main strong {
  display: block;
  font-weight: 600;
}

.shop-orders-detail__item-main span {
  display: block;
  font-size: 0.76rem;
  color: rgb(100 116 139);
  margin-top: 0.1rem;
}

.shop-orders-detail__item-main code {
  display: inline-block;
  margin-top: 0.15rem;
  font-size: 0.72rem;
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
  background: rgb(248 250 252);
  color: rgb(71 85 105);
}

.shop-orders-detail__item-qty {
  color: rgb(100 116 139);
  white-space: nowrap;
  font-size: 0.82rem;
}

.shop-orders-detail__item-price {
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
}

.shop-orders-detail__totals,
.shop-orders-detail__meta {
  margin: 0.85rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid rgb(241 245 249);
  display: grid;
  gap: 0.4rem;
}

.shop-orders-detail__totals > div,
.shop-orders-detail__meta > div {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.84rem;
}

.shop-orders-detail__totals dt,
.shop-orders-detail__meta dt {
  color: rgb(100 116 139);
}

.shop-orders-detail__totals dd,
.shop-orders-detail__meta dd {
  margin: 0;
  font-weight: 600;
  text-align: right;
}

.shop-orders-detail__total {
  padding-top: 0.35rem;
  border-top: 1px dashed rgb(226 232 240);
  font-size: 0.95rem !important;
}

.shop-orders-detail__total dd {
  color: #0f766e;
  font-weight: 800 !important;
}

.shop-orders-detail__badge {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.shop-orders-detail__badge--success {
  background: #ecfdf5;
  color: #047857;
  border: 1.5px solid #6ee7b7;
}

.shop-orders-detail__badge--warning {
  background: #fffbeb;
  color: #b45309;
  border: 1.5px solid #fcd34d;
}

.shop-orders-detail__badge--danger {
  background: #fef2f2;
  color: #b91c1c;
  border: 1.5px solid #fca5a5;
}

.shop-orders-detail__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-orders-detail__timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  padding-bottom: 0.85rem;
  position: relative;
}

.shop-orders-detail__timeline-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0.45rem;
  top: 1.1rem;
  bottom: 0;
  width: 2px;
  background: rgb(226 232 240);
}

.shop-orders-detail__dot {
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  margin-top: 0.15rem;
  background: rgb(226 232 240);
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px rgb(226 232 240);
  z-index: 1;
}

.shop-orders-detail__dot--success {
  background: #10b981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.25);
}

.shop-orders-detail__dot--warning {
  background: #f59e0b;
  box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.25);
}

.shop-orders-detail__dot--danger {
  background: #ef4444;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.25);
}

.shop-orders-detail__status {
  display: block;
  font-size: 0.88rem;
}

.shop-orders-detail__status--success {
  color: #047857;
  font-weight: 800;
}

.shop-orders-detail__status--warning {
  color: #b45309;
  font-weight: 700;
}

.shop-orders-detail__status--danger {
  color: #b91c1c;
  font-weight: 700;
}

.shop-orders-detail__timeline-body p {
  margin: 0.15rem 0 0;
  font-size: 0.82rem;
  color: rgb(71 85 105);
}

.shop-orders-detail__timeline-body time {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  color: rgb(148 163 184);
}

.shop-orders-detail__empty {
  margin: 0;
  font-size: 0.84rem;
  color: rgb(100 116 139);
}

.shop-orders-detail__actions {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px dashed rgb(226 232 240);
}

.shop-btn--sm {
  padding: 0.55rem 1rem;
  font-size: 0.84rem;
}

/* Boş / hata durumu */
.shop-orders-empty {
  text-align: center;
  padding: 3rem 1.5rem;
  border: 1px dashed rgb(203 213 225);
  border-top: 3px solid var(--shop-primary, #0f766e);
  border-radius: 16px;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--shop-primary, #0f766e) 10%, #fff) 0%,
    #fff 100%
  );
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.shop-orders-empty__icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}

.shop-orders-empty h2 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
}

.shop-orders-empty p {
  margin: 0 0 1.25rem;
  color: rgb(100 116 139);
  font-size: 0.9rem;
}

.shop-orders-empty--error {
  border-color: #fecaca;
  background: #fffbfb;
}

@media (min-width: 640px) {
  .shop-orders-detail__grid {
    grid-template-columns: 1fr 1fr;
  }

  .shop-orders-detail__block:first-child {
    grid-row: span 2;
  }
}

@media (max-width: 520px) {
  .shop-orders-card__meta {
    gap: 0.35rem;
  }

  .shop-orders-card__amount {
    width: 100%;
    margin-left: 0;
    margin-top: 0.25rem;
  }

  .shop-orders-detail__item {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .shop-orders-detail__item-price {
    text-align: left;
  }
}

/* Eski sınıflar — geriye dönük */
.shop-orders-card__head,
.shop-orders-card__items,
.shop-orders-card__foot,
.shop-orders-card__detail {
  display: none;
}

.shop-orders-card__status--paid {
  background: #ecfdf5;
  color: #047857;
  border: 1.5px solid #6ee7b7;
}

.shop-orders-card__status--waived {
  background: #ecfdf5;
  color: #047857;
  border: 1.5px solid #6ee7b7;
}

.shop-orders-card__status--failed {
  background: #fef2f2;
  color: #b91c1c;
  border: 1.5px solid #fca5a5;
}

.shop-orders-card__status--fulfillment,
.shop-orders-card__status--pending,
.shop-orders-card__status--processing {
  background: #ecfdf5;
  color: #047857;
  border: 1.5px solid #6ee7b7;
}

/* Sipariş başarı sayfası (Trendyol tarzı) */
.shop-checkout-result-page {
  padding: 1.5rem 0 3rem;
}

.shop-checkout-result-root {
  min-height: 12rem;
}

.shop-order-success__loading {
  text-align: center;
  padding: 3rem 1rem;
  color: rgb(100 116 139);
}

.shop-order-success {
  max-width: 960px;
  margin: 0 auto;
}

.shop-order-success__hero {
  text-align: center;
  padding: 2rem 1.25rem 1.75rem;
  border-radius: 16px;
  background: linear-gradient(145deg, #0f766e 0%, #115e59 55%, #134e4a 100%);
  color: #fff;
  margin-bottom: 1.25rem;
}

.shop-order-success__hero--fail {
  background: linear-gradient(145deg, #b91c1c 0%, #991b1b 100%);
}

.shop-order-success__check {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.2);
}

.shop-order-success__check svg {
  width: 2rem;
  height: 2rem;
}

.shop-order-success__check--fail {
  background: rgba(255, 255, 255, 0.15);
}

.shop-order-success__hero h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  font-weight: 800;
}

.shop-order-success__hero > p {
  margin: 0 auto 1.25rem;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.55;
  opacity: 0.95;
}

.shop-order-success__order-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0 auto;
  padding-left: 0.35rem;
}

.shop-order-success__order-no {
  display: inline-flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.65rem 1.25rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.14);
  margin-bottom: 0;
  text-align: left;
}

.shop-order-success__order-no span {
  font-size: 0.75rem;
  opacity: 0.85;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.shop-order-success__order-no strong {
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.shop-order-success__order-row .shop-order-success__badge {
  flex-shrink: 0;
  align-self: center;
  margin-left: 0.65rem;
  margin-top: 0;
}

.shop-order-success__badge {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 800;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.22);
}

.shop-order-success__badge--success {
  background: #ecfdf5;
  color: #047857;
  border: 2px solid #6ee7b7;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.18);
}

.shop-order-success__badge--warning {
  background: #fffbeb;
  color: #b45309;
  border: 2px solid #fcd34d;
}

.shop-order-success__badge--danger {
  background: #fef2f2;
  color: #b91c1c;
  border: 2px solid #fca5a5;
}

.shop-order-success__hero .shop-order-success__badge--success {
  background: #ecfdf5;
  color: #065f46;
  border-color: #34d399;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35);
}

.shop-order-success__status-text--success {
  color: #047857;
  font-weight: 800;
  font-size: 0.95rem;
}

.shop-order-success__status-text--warning {
  color: #b45309;
  font-weight: 700;
}

.shop-order-success__status-text--danger {
  color: #b91c1c;
  font-weight: 700;
}

.shop-order-success__status-text--neutral {
  color: rgb(51 65 85);
  font-weight: 700;
}

.shop-order-success__timeline-dot--success {
  background: #10b981 !important;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25) !important;
}

.shop-order-success__timeline-dot--warning {
  background: #f59e0b !important;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.25) !important;
}

.shop-order-success__timeline-dot--danger {
  background: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.25) !important;
}

.shop-order-success__ref {
  margin-top: 0.75rem;
  font-size: 0.88rem;
}

.shop-order-success__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1rem;
  align-items: start;
}

.shop-order-success__side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.shop-order-success__card {
  background: #fff;
  border: 1px solid rgb(226 232 240);
  border-radius: 14px;
  padding: 1.1rem 1.25rem;
}

.shop-order-success__card h2 {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: rgb(15 23 42);
}

.shop-order-success__card--wide {
  grid-column: 1 / -1;
}

.shop-order-success__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.shop-order-success__item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0.65rem;
  align-items: start;
  padding-bottom: 0.65rem;
  border-bottom: 1px dashed rgb(241 245 249);
  font-size: 0.88rem;
}

.shop-order-success__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.shop-order-success__item-info strong {
  display: block;
  font-weight: 600;
}

.shop-order-success__item-info span {
  display: block;
  font-size: 0.78rem;
  color: rgb(100 116 139);
  margin-top: 0.1rem;
}

.shop-order-success__item-sku {
  font-family: ui-monospace, monospace;
}

.shop-order-success__item-qty {
  color: rgb(71 85 105);
  white-space: nowrap;
}

.shop-order-success__item-price {
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
}

.shop-order-success__totals {
  margin: 1rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgb(241 245 249);
  display: grid;
  gap: 0.45rem;
}

.shop-order-success__totals > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.88rem;
}

.shop-order-success__totals dt {
  color: rgb(100 116 139);
}

.shop-order-success__totals dd {
  margin: 0;
  font-weight: 600;
}

.shop-order-success__total-row {
  padding-top: 0.35rem;
  border-top: 1px dashed rgb(226 232 240);
  font-size: 1rem !important;
}

.shop-order-success__total-row dd {
  font-weight: 800 !important;
  color: #0f766e;
}

.shop-order-success__meta {
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.shop-order-success__meta > div {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.86rem;
  border-bottom: 1px dashed rgb(241 245 249);
  padding-bottom: 0.4rem;
}

.shop-order-success__meta dt {
  color: rgb(100 116 139);
  flex-shrink: 0;
}

.shop-order-success__meta dd {
  margin: 0;
  font-weight: 600;
  text-align: right;
}

.shop-order-success__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-order-success__timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  padding-bottom: 1rem;
}

.shop-order-success__timeline-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0.55rem;
  top: 1.25rem;
  bottom: 0;
  width: 2px;
  background: rgb(226 232 240);
}

.shop-order-success__timeline-dot {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  margin-top: 0.15rem;
  background: rgb(226 232 240);
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px rgb(226 232 240);
}

.shop-order-success__timeline-item.is-done .shop-order-success__timeline-dot {
  background: #0f766e;
  box-shadow: 0 0 0 2px #99f6e4;
}

.shop-order-success__timeline-item.is-current .shop-order-success__timeline-dot {
  background: #fff;
  border-color: #0f766e;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.25);
}

.shop-order-success__timeline-body strong {
  display: block;
  font-size: 0.9rem;
}

.shop-order-success__timeline-body p {
  margin: 0.2rem 0 0;
  font-size: 0.82rem;
  color: rgb(71 85 105);
}

.shop-order-success__timeline-body time {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: rgb(148 163 184);
}

.shop-order-success__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
  justify-content: center;
}

.shop-order-success__actions .shop-btn {
  min-width: 160px;
  justify-content: center;
}

@media (max-width: 820px) {
  .shop-order-success__grid {
    grid-template-columns: 1fr;
  }

  .shop-order-success__item {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .shop-order-success__item-price {
    text-align: left;
  }
}

@media print {
  @page {
    size: A4 portrait;
    margin: 8mm 10mm;
  }

  html, body {
    background: #fff !important;
    font-size: 9pt;
    line-height: 1.35;
  }

  .shop-mp-header,
  .shop-order-success__actions,
  .shop-mp-header__actions {
    display: none !important;
  }

  .shop-checkout-result-page {
    padding: 0 !important;
  }

  .shop-mp-container {
    max-width: none !important;
    padding: 0 !important;
  }

  .shop-order-success {
    max-width: none;
  }

  .shop-order-success__hero {
    background: #0f766e !important;
    padding: 0.75rem 1rem 0.85rem !important;
    margin-bottom: 0.5rem !important;
    border-radius: 8px !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .shop-order-success__check {
    width: 2.25rem !important;
    height: 2.25rem !important;
    margin-bottom: 0.4rem !important;
  }

  .shop-order-success__check svg {
    width: 1.15rem !important;
    height: 1.15rem !important;
  }

  .shop-order-success__hero h1 {
    font-size: 14pt !important;
    margin-bottom: 0.25rem !important;
  }

  .shop-order-success__hero > p {
    font-size: 8.5pt !important;
    margin-bottom: 0.5rem !important;
    max-width: none !important;
  }

  .shop-order-success__order-row {
    gap: 0.5rem !important;
    padding-left: 0.25rem !important;
  }

  .shop-order-success__order-no {
    padding: 0.35rem 0.75rem !important;
    margin-bottom: 0 !important;
  }

  .shop-order-success__order-row .shop-order-success__badge {
    margin-left: 0.4rem !important;
  }

  .shop-order-success__order-no strong {
    font-size: 11pt !important;
  }

  .shop-order-success__badge {
    font-size: 8pt !important;
    padding: 0.2rem 0.55rem !important;
  }

  .shop-order-success__badge--success {
    background: #ecfdf5 !important;
    color: #047857 !important;
    border: 1.5px solid #10b981 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .shop-order-success__grid {
    display: block !important;
  }

  .shop-order-success__side {
    display: block !important;
  }

  .shop-order-success__card {
    break-inside: avoid;
    page-break-inside: avoid;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    padding: 0.5rem 0.65rem !important;
    margin-bottom: 0.4rem !important;
    box-shadow: none !important;
  }

  .shop-order-success__card h2 {
    font-size: 9pt !important;
    margin-bottom: 0.35rem !important;
  }

  .shop-order-success__card--wide {
    margin-top: 0.4rem !important;
  }

  .shop-order-success__item {
    grid-template-columns: 1fr auto auto !important;
    gap: 0.35rem !important;
    padding-bottom: 0.3rem !important;
    font-size: 8pt !important;
  }

  .shop-order-success__item-info span {
    font-size: 7pt !important;
  }

  .shop-order-success__totals {
    margin-top: 0.35rem !important;
    padding-top: 0.35rem !important;
    gap: 0.2rem !important;
  }

  .shop-order-success__totals > div,
  .shop-order-success__meta > div {
    font-size: 8pt !important;
    padding-bottom: 0.2rem !important;
  }

  .shop-order-success__total-row dd {
    font-size: 9pt !important;
  }

  .shop-order-success__timeline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.25rem 0.75rem;
  }

  .shop-order-success__timeline-item {
    padding-bottom: 0.35rem !important;
    gap: 0.4rem !important;
  }

  .shop-order-success__timeline-item:not(:last-child)::before {
    display: none;
  }

  .shop-order-success__timeline-dot {
    width: 0.65rem !important;
    height: 0.65rem !important;
  }

  .shop-order-success__timeline-body strong {
    font-size: 8pt !important;
  }

  .shop-order-success__status-text--success {
    color: #047857 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .shop-order-success__timeline-body p,
  .shop-order-success__timeline-body time {
    font-size: 7pt !important;
    margin-top: 0.1rem !important;
  }

  /* Ödeme + teslimat yan yana — tek sayfaya sığdır */
  .shop-order-success__side {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem !important;
  }

  .shop-order-success__card--wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .shop-checkout-page__grid {
    grid-template-columns: 1fr;
  }

  .shop-checkout-summary-card {
    position: static;
    max-height: none;
  }

  .shop-checkout-section__fields--triple {
    grid-template-columns: 1fr;
  }

  .shop-checkout-card-layout {
    grid-template-columns: 1fr;
  }

  .shop-checkout-card-fields__row--top {
    flex-direction: column;
    gap: 0.55rem;
  }

  .shop-checkout-card-field--name,
  .shop-checkout-card-field--number {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }

  .shop-checkout-summary-card,
  .shop-checkout-panel--summary {
    position: static;
    max-height: none;
  }

  .shop-checkout-card-fields__row--bottom {
    gap: 0.35rem 0;
  }

  .shop-checkout-card-field-divider {
    margin: 0 0.45rem;
  }

  .shop-checkout-card-field--number {
    justify-self: stretch;
  }

  .shop-checkout-card-field--number input {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .shop-checkout-card-preview-wrap {
    order: -1;
    width: min(100%, 320px);
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
    padding-right: 0;
  }
}

.shop-www-nav {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  flex-wrap: nowrap;
  min-width: 0;
}

.shop-www-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgb(100 116 139);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s ease, background 0.18s ease;
}

.shop-www-nav__link:hover {
  color: rgb(51 65 85);
  background: rgb(248 250 252);
}

.shop-www-nav__link.is-active {
  color: var(--shop-primary, #0f766e);
  font-weight: 600;
  background: color-mix(in srgb, var(--shop-primary, #0f766e) 10%, #fff);
}

:where([data-theme="dark"]) .shop-www-nav__link {
  color: rgb(148 163 184);
}

:where([data-theme="dark"]) .shop-www-nav__link:hover {
  color: rgb(226 232 240);
  background: rgb(30 41 59);
}

:where([data-theme="dark"]) .shop-www-nav__link.is-active {
  color: rgb(94 234 212);
  background: rgb(15 118 110 / 0.18);
}

/* ——— Kurumsal statik sayfalar ——— */
.shop-static-page {
  padding: 1.5rem 0 3rem;
}

.shop-static-hero {
  margin-bottom: 2rem;
  padding: 2rem 1.75rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgb(248 250 252) 0%, #fff 55%, color-mix(in srgb, var(--shop-primary, #0f766e) 6%, #fff) 100%);
  border: 1px solid rgb(226 232 240);
  box-shadow: 0 10px 32px rgb(15 23 42 / 0.05);
}

.shop-static-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--shop-primary, #0f766e);
}

.shop-static-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgb(15 23 42);
  line-height: 1.2;
}

.shop-static-hero__lead {
  margin: 0;
  max-width: 42rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgb(71 85 105);
}

.shop-static-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.shop-static-card {
  padding: 1.35rem 1.4rem;
  border-radius: 1rem;
  border: 1px solid rgb(226 232 240);
  background: #fff;
  box-shadow: 0 6px 22px rgb(15 23 42 / 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.shop-static-card:hover {
  border-color: color-mix(in srgb, var(--shop-primary, #0f766e) 35%, rgb(226 232 240));
  box-shadow: 0 14px 36px rgb(15 23 42 / 0.08);
  transform: translateY(-2px);
}

.shop-static-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.85rem;
  border-radius: 0.75rem;
  background: color-mix(in srgb, var(--shop-primary, #0f766e) 12%, #fff);
  color: var(--shop-primary, #0f766e);
}

.shop-static-card h2,
.shop-static-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: rgb(30 41 59);
}

.shop-static-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgb(100 116 139);
}

.shop-static-card__tag {
  display: inline-block;
  margin-top: 0.85rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--shop-primary-dark, #e06510);
  background: rgb(255 247 237);
}

.shop-static-section {
  margin-top: 2.25rem;
}

.shop-static-section__title {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: rgb(30 41 59);
}

.shop-static-split {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .shop-static-split {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
  }
}

.shop-static-prose {
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgb(71 85 105);
}

.shop-static-prose p {
  margin: 0 0 1rem;
}

.shop-static-prose a {
  color: var(--shop-primary, #0f766e);
  font-weight: 600;
  text-decoration: none;
}

.shop-static-prose a:hover {
  text-decoration: underline;
}

.shop-static-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.shop-static-stat {
  padding: 1rem;
  border-radius: 0.85rem;
  background: rgb(248 250 252);
  border: 1px solid rgb(241 245 249);
  text-align: center;
}

.shop-static-stat strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--shop-primary, #0f766e);
}

.shop-static-stat span {
  font-size: 0.78rem;
  color: rgb(100 116 139);
}

.shop-contact-layout {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .shop-contact-layout {
    grid-template-columns: 0.95fr 1.05fr;
  }
}

.shop-contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.shop-contact-info__item {
  display: flex;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-radius: 0.95rem;
  border: 1px solid rgb(226 232 240);
  background: #fff;
}

.shop-contact-info__item strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgb(100 116 139);
}

.shop-contact-info__item p,
.shop-contact-info__item a {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgb(30 41 59);
  text-decoration: none;
}

.shop-contact-info__item a:hover {
  color: var(--shop-primary, #0f766e);
}

.shop-contact-form {
  padding: 1.35rem 1.4rem;
  border-radius: 1rem;
  border: 1px solid rgb(226 232 240);
  background: #fff;
  box-shadow: 0 8px 28px rgb(15 23 42 / 0.05);
}

.shop-contact-form h2 {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: rgb(30 41 59);
}

.shop-contact-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgb(100 116 139);
}

.shop-contact-form input,
.shop-contact-form textarea,
.shop-contact-form select {
  padding: 0.65rem 0.75rem;
  border: 1px solid rgb(226 232 240);
  border-radius: 0.65rem;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  color: rgb(30 41 59);
  background: rgb(248 250 252);
}

.shop-contact-form input:focus,
.shop-contact-form textarea:focus,
.shop-contact-form select:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--shop-primary, #0f766e) 45%, rgb(226 232 240));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--shop-primary, #0f766e) 12%, transparent);
  background: #fff;
}

.shop-contact-form__note {
  margin: 0 0 1rem;
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgb(100 116 139);
}

.shop-contact-form__success {
  margin-top: 0.75rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.65rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgb(21 128 61);
  background: rgb(240 253 244);
  border: 1px solid rgb(187 247 208);
}

:where([data-theme="dark"]) .shop-static-hero,
:where([data-theme="dark"]) .shop-static-card,
:where([data-theme="dark"]) .shop-contact-info__item,
:where([data-theme="dark"]) .shop-contact-form {
  background: rgb(30 41 59);
  border-color: rgb(51 65 85);
}

:where([data-theme="dark"]) .shop-static-hero h1,
:where([data-theme="dark"]) .shop-static-card h2,
:where([data-theme="dark"]) .shop-static-card h3,
:where([data-theme="dark"]) .shop-contact-info__item p,
:where([data-theme="dark"]) .shop-contact-info__item a,
:where([data-theme="dark"]) .shop-contact-form h2 {
  color: rgb(241 245 249);
}

/* ── Statik sayfalar: geniş layout & görsel hero ── */
.shop-static-page--wide {
  padding-top: 0.5rem;
}

.shop-section-head {
  margin-bottom: 1.25rem;
}

.shop-section-head h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 800;
  color: rgb(15 23 42);
  letter-spacing: -0.02em;
}

.shop-section-head p {
  margin: 0;
  font-size: 0.92rem;
  color: rgb(100 116 139);
}

.shop-section-head--spaced {
  margin-top: 2.5rem;
}

.shop-page-hero {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 2.75rem;
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, color-mix(in srgb, var(--shop-primary, #0f766e) 18%, transparent), transparent),
    linear-gradient(165deg, rgb(240 253 250) 0%, rgb(248 250 252) 55%, #fff 100%);
  border-bottom: 1px solid rgb(226 232 240);
}

.shop-page-hero--campaigns {
  background:
    radial-gradient(ellipse 70% 55% at 85% 15%, rgb(139 92 246 / 0.12), transparent),
    radial-gradient(ellipse 60% 50% at 10% 80%, color-mix(in srgb, var(--shop-primary, #0f766e) 20%, transparent), transparent),
    linear-gradient(165deg, rgb(236 253 245) 0%, rgb(248 250 252) 50%, #fff 100%);
}

.shop-page-hero--about {
  background:
    radial-gradient(ellipse 65% 50% at 90% 20%, rgb(14 165 233 / 0.1), transparent),
    linear-gradient(165deg, rgb(239 246 255) 0%, rgb(248 250 252) 60%, #fff 100%);
}

.shop-page-hero--contact {
  padding: 2rem 0 1.75rem;
  background: linear-gradient(165deg, rgb(255 251 235) 0%, rgb(248 250 252) 70%, #fff 100%);
}

.shop-page-hero__inner {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .shop-page-hero__inner {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .shop-page-hero__inner--compact {
    grid-template-columns: 1fr;
  }
}

.shop-page-hero__copy h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: rgb(15 23 42);
}

.shop-page-hero__lead {
  margin: 0;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.65;
  color: rgb(71 85 105);
}

.shop-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.shop-page-hero__visual {
  position: relative;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-page-hero__watermark {
  position: relative;
  z-index: 1;
  width: min(220px, 70%);
  height: auto;
  opacity: 0.92;
  filter: drop-shadow(0 20px 40px rgb(15 23 42 / 0.12));
}

.shop-page-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
}

.shop-page-hero__orb--1 {
  width: 180px;
  height: 180px;
  top: 10%;
  right: 15%;
  background: rgb(139 92 246 / 0.35);
}

.shop-page-hero__orb--2 {
  width: 140px;
  height: 140px;
  bottom: 5%;
  left: 10%;
  background: color-mix(in srgb, var(--shop-primary, #0f766e) 40%, transparent);
}

/* ── Kampanya kartları ── */
.shop-campaign-showcase {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .shop-campaign-showcase {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.shop-campaign-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
}

.shop-campaign-loading {
  grid-column: 1 / -1;
  margin: 0;
  padding: 2rem;
  text-align: center;
  color: rgb(100 116 139);
  font-size: 0.92rem;
}

.shop-campaign-card {
  display: flex;
  flex-direction: column;
  border-radius: 1.15rem;
  border: 1px solid rgb(226 232 240);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 32px rgb(15 23 42 / 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.shop-campaign-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgb(15 23 42 / 0.12);
}

.shop-campaign-card__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 168px;
  padding: 1.5rem;
  overflow: hidden;
}

.shop-campaign-card--featured .shop-campaign-card__visual {
  min-height: 200px;
}

.shop-campaign-card--teal .shop-campaign-card__visual {
  background: linear-gradient(145deg, rgb(13 148 136) 0%, rgb(20 184 166) 45%, rgb(45 212 191) 100%);
}

.shop-campaign-card--violet .shop-campaign-card__visual {
  background: linear-gradient(145deg, rgb(109 40 217) 0%, rgb(139 92 246) 50%, rgb(167 139 250) 100%);
}

.shop-campaign-card--blue .shop-campaign-card__visual {
  background: linear-gradient(145deg, rgb(29 78 216) 0%, rgb(37 99 235) 50%, rgb(96 165 250) 100%);
}

.shop-campaign-card--red .shop-campaign-card__visual {
  background: linear-gradient(145deg, rgb(185 28 28) 0%, rgb(220 38 38) 50%, rgb(248 113 113) 100%);
}

.shop-campaign-card--slate .shop-campaign-card__visual {
  background: linear-gradient(145deg, rgb(51 65 85) 0%, rgb(71 85 105) 50%, rgb(100 116 139) 100%);
}

.shop-campaign-card--orange .shop-campaign-card__visual {
  background: linear-gradient(145deg, rgb(194 65 12) 0%, rgb(234 88 12) 50%, rgb(251 146 60) 100%);
}

.shop-campaign-card--green .shop-campaign-card__visual {
  background: linear-gradient(145deg, rgb(21 128 61) 0%, rgb(34 197 94) 50%, rgb(134 239 172) 100%);
}

.shop-campaign-card--indigo .shop-campaign-card__visual {
  background: linear-gradient(145deg, rgb(67 56 202) 0%, rgb(99 102 241) 50%, rgb(165 180 252) 100%);
}

.shop-campaign-card__glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at 50% 50%, rgb(255 255 255 / 0.25), transparent 65%);
  pointer-events: none;
}

.shop-campaign-card__badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 2;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: rgb(15 23 42 / 0.35);
  backdrop-filter: blur(6px);
}

.shop-campaign-card__logo {
  position: relative;
  z-index: 1;
  max-width: min(78%, 200px);
  max-height: 88px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgb(0 0 0 / 0.25));
}

.shop-campaign-card--featured .shop-campaign-card__logo {
  max-width: min(85%, 220px);
  max-height: 100px;
}

.shop-campaign-card__icon-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 1rem;
  color: #fff;
  background: rgb(255 255 255 / 0.2);
  backdrop-filter: blur(4px);
}

.shop-campaign-card__icon-wrap svg {
  width: 36px;
  height: 36px;
}

.shop-campaign-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem 1.25rem 1.25rem;
}

.shop-campaign-card__subtitle {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--shop-primary, #0f766e);
}

.shop-campaign-card__body h2 {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
  color: rgb(15 23 42);
}

.shop-campaign-card--featured .shop-campaign-card__body h2 {
  font-size: 1.12rem;
}

.shop-campaign-card__body > p {
  margin: 0;
  flex: 1;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgb(71 85 105);
}

.shop-campaign-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgb(241 245 249);
}

.shop-campaign-card__tag {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgb(100 116 139);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.shop-campaign-card__cta {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--shop-primary, #0f766e);
  text-decoration: none;
  white-space: nowrap;
}

.shop-campaign-card__cta:hover {
  text-decoration: underline;
}

.shop-campaign-cta-band,
.shop-about-cta {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2.75rem;
  padding: 1.75rem 1.85rem;
  border-radius: 1.15rem;
  background: linear-gradient(135deg, rgb(15 23 42) 0%, rgb(30 41 59) 100%);
  color: #fff;
}

@media (min-width: 700px) {
  .shop-campaign-cta-band,
  .shop-about-cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.shop-campaign-cta-band h2,
.shop-about-cta h2 {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
  font-weight: 800;
}

.shop-campaign-cta-band p,
.shop-about-cta p {
  margin: 0;
  max-width: 32rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgb(203 213 225);
}

.shop-campaign-cta-band__actions,
.shop-about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  flex-shrink: 0;
}

.shop-campaign-cta-band .shop-btn--ghost,
.shop-about-cta .shop-btn--ghost {
  color: #fff;
  border-color: rgb(255 255 255 / 0.35);
}

/* ── Hakkımızda ── */
.shop-about-hero-card {
  padding: 1.75rem;
  border-radius: 1.15rem;
  text-align: center;
  background: #fff;
  border: 1px solid rgb(226 232 240);
  box-shadow: 0 16px 40px rgb(15 23 42 / 0.08);
}

.shop-about-hero-card img {
  width: 120px;
  height: auto;
  margin-bottom: 0.75rem;
}

.shop-about-hero-card p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  color: rgb(15 23 42);
}

.shop-about-hero-card span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  color: rgb(100 116 139);
}

.shop-about-intro {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

@media (min-width: 900px) {
  .shop-about-intro {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
  }
}

.shop-about-intro__text h2 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: rgb(15 23 42);
}

.shop-about-stats {
  margin: 0;
}

.shop-about-timeline {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 2.25rem;
}

@media (min-width: 768px) {
  .shop-about-timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.shop-about-timeline__item {
  padding: 1.15rem 1.2rem;
  border-radius: 0.95rem;
  border: 1px solid rgb(226 232 240);
  background: linear-gradient(180deg, #fff 0%, rgb(248 250 252) 100%);
}

.shop-about-timeline__year {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.2rem 0.55rem;
  border-radius: 0.4rem;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--shop-primary, #0f766e);
  background: color-mix(in srgb, var(--shop-primary, #0f766e) 12%, #fff);
}

.shop-about-timeline__item h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: rgb(15 23 42);
}

.shop-about-timeline__item p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: rgb(71 85 105);
}

.shop-about-pillars {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
}

.shop-about-pillar {
  padding: 1.25rem 1.3rem;
  border-radius: 1rem;
  border: 1px solid rgb(226 232 240);
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.shop-about-pillar:hover {
  border-color: color-mix(in srgb, var(--shop-primary, #0f766e) 35%, rgb(226 232 240));
  box-shadow: 0 12px 28px rgb(15 23 42 / 0.07);
}

.shop-about-pillar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 0.75rem;
  border-radius: 0.75rem;
  color: var(--shop-primary, #0f766e);
  background: color-mix(in srgb, var(--shop-primary, #0f766e) 12%, #fff);
}

.shop-about-pillar h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 800;
  color: rgb(15 23 42);
}

.shop-about-pillar p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgb(71 85 105);
}

/* ── İletişim ── */
.shop-contact-map-panel {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 2.5rem 1.5rem;
  border-radius: 1.15rem;
  text-align: center;
  overflow: hidden;
  background:
    linear-gradient(rgb(15 23 42 / 0.55), rgb(15 23 42 / 0.65)),
    repeating-linear-gradient(0deg, transparent, transparent 24px, rgb(255 255 255 / 0.03) 24px, rgb(255 255 255 / 0.03) 25px),
    repeating-linear-gradient(90deg, transparent, transparent 24px, rgb(255 255 255 / 0.03) 24px, rgb(255 255 255 / 0.03) 25px),
    linear-gradient(135deg, rgb(14 116 144) 0%, rgb(15 118 110) 50%, rgb(21 128 61) 100%);
}

.shop-contact-map-panel__pin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 0.65rem;
  border-radius: 50%;
  color: #fff;
  background: rgb(255 255 255 / 0.2);
  backdrop-filter: blur(4px);
}

.shop-contact-map-panel p {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.shop-contact-layout--enhanced {
  align-items: start;
}

.shop-contact-form--elevated {
  box-shadow: 0 16px 40px rgb(15 23 42 / 0.08);
}

/* Dark mode — yeni statik bileşenler */
:where([data-theme="dark"]) .shop-page-hero {
  background:
    radial-gradient(ellipse 70% 50% at 90% 10%, color-mix(in srgb, var(--shop-primary, #0f766e) 15%, transparent), transparent),
    linear-gradient(165deg, rgb(15 23 42) 0%, rgb(30 41 59) 100%);
  border-bottom-color: rgb(51 65 85);
}

:where([data-theme="dark"]) .shop-page-hero__copy h1,
:where([data-theme="dark"]) .shop-section-head h2,
:where([data-theme="dark"]) .shop-campaign-card__body h2,
:where([data-theme="dark"]) .shop-about-intro__text h2,
:where([data-theme="dark"]) .shop-about-pillar h3,
:where([data-theme="dark"]) .shop-about-timeline__item h3,
:where([data-theme="dark"]) .shop-about-hero-card p {
  color: rgb(241 245 249);
}

:where([data-theme="dark"]) .shop-page-hero__lead,
:where([data-theme="dark"]) .shop-section-head p,
:where([data-theme="dark"]) .shop-campaign-card__body > p,
:where([data-theme="dark"]) .shop-about-timeline__item p,
:where([data-theme="dark"]) .shop-about-pillar p {
  color: rgb(148 163 184);
}

:where([data-theme="dark"]) .shop-campaign-card,
:where([data-theme="dark"]) .shop-about-hero-card,
:where([data-theme="dark"]) .shop-about-timeline__item,
:where([data-theme="dark"]) .shop-about-pillar {
  background: rgb(30 41 59);
  border-color: rgb(51 65 85);
}

:where([data-theme="dark"]) .shop-campaign-card__foot {
  border-top-color: rgb(51 65 85);
}

:where([data-theme="dark"]) .shop-about-timeline__item {
  background: rgb(30 41 59);
}

/* —— Hesap sayfası —— */
.shop-account-page__inner {
  padding: 1.5rem 0 3rem;
}

.shop-account-page__hero {
  margin-bottom: 1.5rem;
}

.shop-account-page__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--shop-primary);
}

.shop-account-page__hero h1 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: rgb(15 23 42);
}

.shop-account-page__hint {
  margin: 0.45rem 0 0;
  color: rgb(100 116 139);
  font-size: 0.92rem;
}

.shop-account-layout {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 860px) {
  .shop-account-layout {
    grid-template-columns: 220px 1fr;
    align-items: start;
  }
}

.shop-account-sidebar {
  position: sticky;
  top: 1rem;
}

.shop-account-tabs {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.45rem;
  border-radius: 0.85rem;
  border: 1px solid rgb(226 232 240);
  background: #fff;
  box-shadow: 0 8px 24px rgb(15 23 42 / 0.04);
}

.shop-account-tabs__btn {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.7rem 0.85rem;
  border: 0;
  border-radius: 0.55rem;
  background: transparent;
  color: rgb(51 65 85);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.shop-account-tabs__btn:hover {
  background: rgb(248 250 252);
  color: var(--shop-primary);
}

.shop-account-tabs__btn.is-active {
  background: color-mix(in srgb, var(--shop-primary) 10%, #fff);
  color: var(--shop-primary);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--shop-primary) 18%, transparent);
}

.shop-account-tabs__icon {
  font-size: 1rem;
  line-height: 1;
}

.shop-account-panel[hidden] {
  display: none !important;
}

.shop-account-card {
  padding: 1.25rem 1.35rem;
  border-radius: 1rem;
  border: 1px solid rgb(226 232 240);
  background: #fff;
  box-shadow: 0 10px 30px rgb(15 23 42 / 0.05);
}

.shop-account-card + .shop-account-card {
  margin-top: 1rem;
}

.shop-account-card--muted {
  background: rgb(248 250 252);
  border-style: dashed;
}

.shop-account-card--muted p {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  color: rgb(71 85 105);
  line-height: 1.55;
}

.shop-account-card__head h2 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: rgb(15 23 42);
}

.shop-account-card__head p {
  margin: 0.35rem 0 1rem;
  font-size: 0.88rem;
  color: rgb(100 116 139);
  line-height: 1.5;
}

.shop-account-dl {
  margin: 0;
  display: grid;
  gap: 0;
}

.shop-account-dl__row {
  display: grid;
  grid-template-columns: minmax(7rem, 34%) 1fr;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-top: 1px solid rgb(241 245 249);
}

.shop-account-dl__row:first-child {
  border-top: 0;
  padding-top: 0;
}

.shop-account-dl__row dt {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgb(100 116 139);
}

.shop-account-dl__row dd {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgb(15 23 42);
  word-break: break-word;
}

.shop-account-theme-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.shop-account-theme-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.55rem;
  padding: 0.75rem;
  border: 2px solid rgb(226 232 240);
  border-radius: 0.75rem;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}

.shop-account-theme-card:hover {
  border-color: color-mix(in srgb, var(--shop-primary) 35%, rgb(226 232 240));
  box-shadow: 0 8px 20px rgb(15 23 42 / 0.06);
}

.shop-account-theme-card.is-selected {
  border-color: var(--shop-primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--shop-primary) 18%, transparent);
}

.shop-account-theme-card__colors {
  display: flex;
  gap: 0.35rem;
}

.shop-account-theme-card__swatch {
  flex: 1;
  height: 1.75rem;
  border-radius: 0.35rem;
  box-shadow: inset 0 0 0 1px rgb(15 23 42 / 0.08);
}

.shop-account-theme-card__name {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgb(30 41 59);
  line-height: 1.25;
}

.shop-account-theme-card__badge {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  padding: 0.15rem 0.4rem;
  border-radius: 999px;
  background: var(--shop-primary);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.shop-account-theme-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgb(241 245 249);
}

.shop-account-theme-status {
  margin: 0;
  flex: 1;
  min-width: 12rem;
  font-size: 0.84rem;
  color: rgb(100 116 139);
}

.shop-account-theme-status.is-ok {
  color: rgb(22 101 52);
}

.shop-account-theme-status.is-preview {
  color: rgb(180 83 9);
}

.shop-account-theme-status.is-error {
  color: rgb(185 28 28);
}

@media (max-width: 859px) {
  .shop-account-tabs {
    flex-direction: row;
    overflow-x: auto;
  }

  .shop-account-tabs__btn {
    flex: 1;
    white-space: nowrap;
    justify-content: center;
  }

  .shop-account-dl__row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}

/* —— Tüm Kategoriler —— */
.shop-categories-page__inner {
  padding: 1.25rem 0 3rem;
}

.shop-categories-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
  font-size: 0.82rem;
  color: rgb(100 116 139);
}

.shop-categories-breadcrumb a {
  color: var(--shop-primary);
  font-weight: 600;
  text-decoration: none;
}

.shop-categories-breadcrumb a:hover {
  text-decoration: underline;
}

.shop-categories-hero {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .shop-categories-hero {
    grid-template-columns: 1fr min(22rem, 100%);
    align-items: end;
  }
}

.shop-categories-hero h1 {
  margin: 0;
  font-size: clamp(1.65rem, 3.5vw, 2.25rem);
  font-weight: 800;
  color: rgb(15 23 42);
  letter-spacing: -0.02em;
}

.shop-categories-hero p {
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgb(71 85 105);
}

.shop-categories-hero p strong {
  color: var(--shop-primary);
  font-weight: 800;
}

.shop-categories-search-wrap {
  position: relative;
}

.shop-categories-search__icon {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(148 163 184);
  pointer-events: none;
}

.shop-categories-search {
  width: 100%;
  padding: 0.75rem 0.9rem 0.75rem 2.55rem;
  border: 1px solid rgb(226 232 240);
  border-radius: 0.75rem;
  background: #fff;
  font: inherit;
  font-size: 0.92rem;
  color: rgb(15 23 42);
  box-shadow: 0 4px 14px rgb(15 23 42 / 0.04);
}

.shop-categories-search:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--shop-primary) 45%, rgb(226 232 240));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--shop-primary) 14%, transparent);
}

.shop-categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .shop-categories-grid {
    grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1100px) {
  .shop-categories-grid {
    grid-template-columns: repeat(auto-fill, minmax(11.5rem, 1fr));
  }
}

.shop-category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 0.75rem 0.85rem;
  border: 1px solid rgb(226 232 240);
  border-radius: 1rem;
  background: #fff;
  text-decoration: none;
  text-align: center;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.14s ease;
  box-shadow: 0 6px 18px rgb(15 23 42 / 0.04);
}

.shop-category-card:hover {
  border-color: color-mix(in srgb, var(--shop-primary) 35%, rgb(226 232 240));
  box-shadow: 0 14px 32px rgb(15 23 42 / 0.1);
  transform: translateY(-2px);
}

.shop-category-card__media {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding: 0.35rem;
}

.shop-category-card__img {
  max-width: 100%;
  max-height: 3.25rem;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none;
}

.shop-category-card__initial {
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--shop-primary) 18%, #fff),
    color-mix(in srgb, var(--shop-primary) 8%, #fff)
  );
  color: var(--shop-primary);
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--shop-primary) 20%, transparent);
}

.shop-category-card__name {
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
  color: rgb(15 23 42);
  word-break: break-word;
}

.shop-category-card__cta {
  font-size: 0.68rem;
  font-weight: 600;
  color: rgb(100 116 139);
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 0.15s ease, transform 0.15s ease, color 0.15s ease;
}

.shop-category-card:hover .shop-category-card__cta {
  opacity: 1;
  transform: translateY(0);
  color: var(--shop-primary);
}

.shop-categories-empty {
  margin: 2rem 0 0;
  text-align: center;
  font-size: 0.92rem;
  color: rgb(100 116 139);
}

:where([data-theme="dark"]) .shop-categories-hero h1,
:where([data-theme="dark"]) .shop-category-card__name {
  color: rgb(241 245 249);
}

:where([data-theme="dark"]) .shop-categories-hero p {
  color: rgb(148 163 184);
}

:where([data-theme="dark"]) .shop-categories-search,
:where([data-theme="dark"]) .shop-category-card {
  background: rgb(30 41 59);
  border-color: rgb(51 65 85);
}

:where([data-theme="dark"]) .shop-categories-search {
  color: rgb(241 245 249);
}

:where([data-theme="dark"]) .shop-category-card:hover {
  border-color: color-mix(in srgb, var(--shop-primary) 40%, rgb(51 65 85));
}

@media (max-width: 900px) {
  .shop-www-nav__link {
    font-size: 0.78rem;
    padding: 0.45rem 0.55rem;
  }
}

/* ── PDP benzer ürünler ── */
.shop-pdp-similar {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgb(226 232 240);
}

.shop-pdp-similar__head {
  margin-bottom: 1.25rem;
}

.shop-pdp-similar__head h2 {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: rgb(15 23 42);
}

.shop-pdp-similar__head p {
  margin: 0;
  font-size: 0.92rem;
  color: rgb(100 116 139);
}

.shop-pdp-similar__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.shop-pdp-similar__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgb(226 232 240);
  border-top: 3px solid var(--shop-primary, #f27a1a);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  height: 100%;
}

.shop-pdp-similar__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
  border-color: color-mix(in srgb, var(--shop-primary, #f27a1a) 35%, rgb(226 232 240));
}

.shop-pdp-similar__link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  text-decoration: none;
  color: inherit;
  min-height: 0;
}

.shop-pdp-similar__media {
  position: relative;
  aspect-ratio: 1;
  background: rgb(248 250 252);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.shop-pdp-similar__media-stage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-pdp-similar__media-stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.65rem;
}

.shop-pdp-similar__media-stage--brand img,
.shop-pdp-similar__media-stage--brand .shop-brand-logo-stage__initial {
  max-width: 72%;
  max-height: 72%;
}

.shop-pdp-similar__badge {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  background: rgb(254 226 226);
  color: rgb(185 28 28);
}

.shop-pdp-similar__body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0.85rem 0.9rem 0.65rem;
  flex: 1 1 auto;
}

.shop-pdp-similar__brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.shop-pdp-similar__brand {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgb(100 116 139);
}

.shop-pdp-similar__brand-row .shop-stars {
  flex-shrink: 0;
}

.shop-pdp-similar__title {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgb(15 23 42);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.5em;
}

.shop-pdp-similar__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.35rem;
}

.shop-pdp-similar__price-col {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.shop-pdp-similar__price-old {
  font-size: 0.75rem;
  color: rgb(148 163 184);
  text-decoration: line-through;
}

.shop-pdp-similar__discount {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  color: #fff;
  background: var(--shop-primary, #f27a1a);
  border-radius: 4px;
  padding: 0.1rem 0.35rem;
  width: fit-content;
}

.shop-pdp-similar__price {
  font-size: 0.95rem;
  font-weight: 700;
  color: rgb(15 23 42);
}

.shop-pdp-similar__price--muted {
  font-size: 0.82rem;
  font-weight: 500;
  color: rgb(148 163 184);
}

.shop-pdp-similar__vat {
  font-size: 0.68rem;
  color: rgb(148 163 184);
}

.shop-pdp-similar__status {
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
}

.shop-pdp-similar__status--in {
  color: rgb(22 163 74);
}

.shop-pdp-similar__status--out {
  color: rgb(220 38 38);
}

.shop-pdp-similar__add {
  width: calc(100% - 1.2rem);
  margin: 0 0.6rem 0.65rem;
  justify-content: center;
  font-size: 0.82rem;
  min-height: 2.35rem;
}

.shop-pdp-similar__add.is-added {
  opacity: 0.92;
}

:where([data-theme="dark"]) .shop-pdp-similar {
  border-top-color: rgb(51 65 85);
}

:where([data-theme="dark"]) .shop-pdp-similar__head h2,
:where([data-theme="dark"]) .shop-pdp-similar__title,
:where([data-theme="dark"]) .shop-pdp-similar__price {
  color: rgb(241 245 249);
}

:where([data-theme="dark"]) .shop-pdp-similar__head p,
:where([data-theme="dark"]) .shop-pdp-similar__brand {
  color: rgb(148 163 184);
}

:where([data-theme="dark"]) .shop-pdp-similar__card {
  background: rgb(30 41 59);
  border-color: rgb(51 65 85);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

:where([data-theme="dark"]) .shop-pdp-similar__card:hover {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.38);
  border-color: color-mix(in srgb, var(--shop-primary) 45%, rgb(51 65 85));
}

:where([data-theme="dark"]) .shop-pdp-similar__media {
  background: rgb(15 23 42);
}

@media (max-width: 640px) {
  .shop-pdp-similar__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .shop-pdp-similar__title {
    font-size: 0.8rem;
    min-height: 3.2em;
  }
}

/* ── Web mağaza ana sayfa üst vitrin (B2B vitrin kartları ile uyumlu) ── */
.shop-mp-hero__showcase {
  margin-top: 0;
  width: 100%;
}

.shop-www-showcase {
  --shop-showcase-card-h: 380px;
  position: relative;
  padding: 0.15rem 0 0.1rem;
}

.shop-www-showcase__viewport {
  overflow: hidden;
  width: 100%;
  height: var(--shop-showcase-card-h);
}

.shop-www-showcase__track {
  display: flex;
  gap: 11px;
  height: var(--shop-showcase-card-h);
  align-items: stretch;
  will-change: transform;
}

.shop-www-showcase-card {
  flex: 0 0 calc((100% - 44px) / 5);
  min-width: calc((100% - 44px) / 5);
  height: var(--shop-showcase-card-h);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 10px 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-decoration: none;
  color: inherit;
  box-shadow:
    0 2px 6px rgba(15, 23, 42, 0.06),
    0 6px 18px rgba(15, 23, 42, 0.08),
    0 12px 28px rgba(15, 23, 42, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: hidden;
}

.shop-www-showcase-card:nth-child(3n + 1) { border-top: 3px solid #0f766e; }
.shop-www-showcase-card:nth-child(3n + 2) { border-top: 3px solid #2563eb; }
.shop-www-showcase-card:nth-child(3n) { border-top: 3px solid #059669; }

.shop-www-showcase-card:hover {
  transform: translateY(-3px);
  z-index: 3;
  box-shadow:
    0 4px 12px rgba(15, 23, 42, 0.08),
    0 10px 28px rgba(15, 23, 42, 0.1),
    0 16px 36px rgba(15, 23, 42, 0.09);
}

.shop-www-showcase-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  min-height: 22px;
  min-width: 0;
}

.shop-www-showcase-card__code {
  flex: 1;
  min-width: 0;
  font-weight: 800;
  font-size: 0.72rem;
  color: #1e293b;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-www-showcase-card__discount {
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  border-radius: 999px;
  padding: 3px 8px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(234, 88, 12, 0.35);
  letter-spacing: 0.03em;
}

.shop-www-showcase-card__photo {
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 10px;
  border: 1px solid #f1f5f9;
  padding: 4px;
  overflow: hidden;
}

.shop-www-showcase-card__discount-flag {
  position: absolute;
  top: 0;
  right: 0.35rem;
  z-index: 9;
  pointer-events: none;
  filter: drop-shadow(0 4px 10px rgb(220 38 38 / 0.35));
}

.shop-www-showcase-card__discount-flag-inner {
  display: block;
  min-width: 2.2rem;
  padding: 0.35rem 0.4rem 0.65rem;
  background: linear-gradient(180deg, #f87171 0%, #ef4444 42%, #dc2626 100%);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -0.02em;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9px), 50% 100%, 0 calc(100% - 9px));
}

.shop-www-showcase-card__photo-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.38s cubic-bezier(0.34, 1.35, 0.64, 1);
  transform-origin: center center;
}

.shop-www-showcase-card:hover .shop-www-showcase-card__photo-inner {
  transform: scale(1.14);
}

.shop-www-showcase-card__photo img {
  max-width: 98%;
  max-height: 98%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(15, 23, 42, 0.14));
}

.shop-www-showcase-card__mfr-logo {
  max-width: 88%;
  max-height: 88%;
  object-fit: contain;
}

.shop-www-showcase-card__fallback {
  width: 3.2rem;
  height: 3.2rem;
  color: #cbd5e1;
}

.shop-www-showcase-card__oem {
  font-size: 0.7rem;
  font-weight: 600;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 3px 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-www-showcase-card__oem span {
  color: #64748b;
  font-weight: 700;
  margin-right: 4px;
}

.shop-www-showcase-card__name {
  font-size: 0.8rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.2em;
}

.shop-www-showcase-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 4px;
  min-height: 36px;
}

.shop-www-showcase-card__price {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.shop-www-showcase-card__list-price {
  font-size: 0.72rem;
  color: #94a3b8;
  text-decoration: line-through;
}

.shop-www-showcase-card__sale-price {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f766e;
}

.shop-www-showcase-card__vat {
  font-size: 0.62rem;
  color: #64748b;
}

.shop-www-showcase-card__price-login {
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 600;
}

.shop-www-showcase-card__brand-logo {
  flex-shrink: 0;
  width: 78px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.shop-www-showcase-card__brand-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: contrast(1.08) saturate(1.05);
}

.shop-www-showcase__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  padding: 2px 0 0;
}

.shop-www-showcase-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 1px solid rgba(124, 58, 237, 0.35);
  background: rgba(124, 58, 237, 0.28);
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.shop-www-showcase-dot.is-active {
  background: #7c3aed;
  border-color: #6d28d9;
  box-shadow: 0 0 8px rgba(124, 58, 237, 0.45);
  transform: scale(1.15);
}

:where([data-theme="dark"]) .shop-www-showcase-card {
  background: rgb(15 23 42);
  border-color: rgb(51 65 85);
}

:where([data-theme="dark"]) .shop-www-showcase-card__code,
:where([data-theme="dark"]) .shop-www-showcase-card__name {
  color: rgb(241 245 249);
}

:where([data-theme="dark"]) .shop-www-showcase-card__photo {
  background: linear-gradient(180deg, rgb(15 23 42) 0%, rgb(30 41 59) 100%);
  border-color: rgb(51 65 85);
}

@media (max-width: 1200px) {
  .shop-www-showcase-card {
    flex: 0 0 calc(33.333% - 8px);
    min-width: calc(33.333% - 8px);
  }
}

@media (max-width: 900px) {
  .shop-www-showcase {
    --shop-showcase-card-h: 340px;
  }
  .shop-www-showcase-card {
    flex: 0 0 calc(50% - 6px);
    min-width: calc(50% - 6px);
  }
}

@media (max-width: 560px) {
  .shop-www-showcase {
    --shop-showcase-card-h: 320px;
  }
  .shop-www-showcase-card {
    flex: 0 0 calc(85% - 6px);
    min-width: calc(85% - 6px);
  }
}
