/** Shopify CDN: Minification failed

Line 253:11 Expected identifier but found whitespace
Line 253:20 Unexpected ";"

**/


.popular-holo {
  --ph-void: #0b0b10;
  --ph-panel: #17171f;
  --ph-panel-2: #17171f;
  --ph-media-bg: #0f0f14;
  --ph-line: rgba(245, 242, 234, 0.11);
  --ph-gold: #e8b368;
  --ph-gold-bright: #e8b368;
  --ph-holo-cyan: #7de8e0;
  --ph-holo-magenta: #e88ad1;
  --ph-holo-gold: #ffe9a8;
  --ph-text: #f5f2ea;
  --ph-muted: #9a96a8;
  --ph-gap: 18px;
  --ph-card-radius: 18px;
  --ph-cf-card-w: 21%;
  --ph-cf-offset: 92%;
  --ph-cf-offset-2: 168%;
  --ph-cf-scale: 0.8;
  --ph-cf-scale-2: 0.6;
  --ph-cf-side-opacity: 0.6;
  --ph-cf-side-opacity-2: 0.3;
  --ph-padding-top: 64px;
  --ph-padding-bottom: 88px;

  background:
    radial-gradient(ellipse 900px 500px at 20% -10%, rgba(232, 179, 104, 0.10), transparent 60%),
    radial-gradient(ellipse 700px 500px at 90% 10%, rgba(125, 232, 224, 0.06), transparent 60%),
    var(--ph-void);
  color: var(--ph-text);
  padding: var(--ph-padding-top) 0 var(--ph-padding-bottom);
}

.popular-holo *,
.popular-holo *::before,
.popular-holo *::after {
  box-sizing: border-box;
}

.popular-holo__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Çok geniş ekranlarda kartlar kenarlara doğru biraz daha yayılsın */
@media (min-width: 1440px) {
  .popular-holo__wrap {
    max-width: 1640px;
    padding: 0 40px;
  }
}

/* ---------- Header ---------- */
.popular-holo__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: var(--ph-gold);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
}

.popular-holo__eyebrow::before,
.popular-holo__eyebrow::after {
  content: "";
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ph-gold));
}

.popular-holo__eyebrow::after {
  background: linear-gradient(90deg, var(--ph-gold), transparent);
}

.popular-holo__title {
  font-weight: 600;
  font-size: clamp(30px, 4vw, 48px);
  text-align: center;
  margin: 0 0 40px;
  letter-spacing: -0.01em;
  color: var(--ph-text);
}

/* ---------- Tabs ---------- */
.popular-holo__tabs {
  display: flex;
  justify-content: center;
  gap: 6px;
  position: relative;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

.popular-holo__tab {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--ph-muted);
  padding: 10px 20px;
  letter-spacing: 0.01em;
  transition: color 0.35s ease;
}

.popular-holo__tab:hover,
.popular-holo__tab.is-active {
  color: var(--ph-text);
}

.popular-holo__underline {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--ph-holo-cyan), var(--ph-gold-bright), var(--ph-holo-magenta));
  background-size: 200% 100%;
  border-radius: 2px;
  transition: left 0.5s cubic-bezier(0.65, 0, 0.35, 1), width 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  animation: ph-holoslide 3s linear infinite;
}

@keyframes ph-holoslide {
  to { background-position: 200% 0; }
}

/* ---------- Stage / carousel (coverflow) ---------- */
.popular-holo__stage {
  position: relative;
}

.popular-holo__panel {
  display: none;
}

.popular-holo__panel.is-active {
  display: block;
}

/* Sahne: ortadaki ürün önde, iki yanındaki ürün arkada/soluk, kenarlara doğru
   yumuşak bir maske ile geçiş sağlanır. Kartlar mutlak konumlanır ve
   yükseklik JS tarafından aktif karta göre senkronize edilir. */
.popular-holo__carousel {
  position: relative;
  overflow: hidden;
  padding: 14px 0 4px;
  touch-action: pan-y;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

.popular-holo__empty {
  color: var(--ph-muted);
  padding: 40px 0;
}

@media (min-width: 701px) and (max-width: 989px) {
  .popular-holo__carousel {
    --ph-cf-card-w: 40%;
    --ph-cf-offset: 82%;
    --ph-cf-offset-2: 140%;
    --ph-cf-side-opacity-2: 0;
  }
}

/* ---------- Coverflow kart konumlandırma ---------- */
.product-card-holo {
  position: absolute;
  top: 0;
  left: 50%;
  width: var(--ph-cf-card-w);
  cursor: pointer;
}

.product-card-holo[data-cf-pos] {
  transition: transform 0.6s cubic-bezier(0.22, 0.68, 0, 1), opacity 0.5s ease, filter 0.5s ease;
}

.product-card-holo[data-cf-pos="0"] {
  transform: translate(-50%, 0) scale(1);
  opacity: 1;
  z-index: 5;
  filter: none;
  pointer-events: auto;
  cursor: default;
  box-shadow: 0 30px 70px -24px rgba(0, 0, 0, 0.6);
}

.product-card-holo[data-cf-pos="-1"],
.product-card-holo[data-cf-pos="1"] {
  opacity: var(--ph-cf-side-opacity);
  z-index: 3;
  filter: blur(1px);
  pointer-events: auto;
}

.product-card-holo[data-cf-pos="-1"] {
  transform: translate(calc(-50% - var(--ph-cf-offset)), 0) scale(var(--ph-cf-scale));
}

.product-card-holo[data-cf-pos="1"] {
  transform: translate(calc(-50% + var(--ph-cf-offset)), 0) scale(var(--ph-cf-scale));
}

.product-card-holo[data-cf-pos="-2"],
.product-card-holo[data-cf-pos="2"] {
  opacity: var(--ph-cf-side-opacity-2, 0);
  z-index: 2;
  filter: blur(2px);
  pointer-events: auto;
}

.product-card-holo[data-cf-pos="-2"] {
  transform: translate(calc(-50% - var(--ph-cf-offset-2)), 0) scale(var(--ph-cf-scale-2));
}

.product-card-holo[data-cf-pos="2"] {
  transform: translate(calc(-50% + var(--ph-cf-offset-2)), 0) scale(var(--ph-cf-scale-2));
}

.product-card-holo[data-cf-pos="hidden"] {
  transform: translate(-50%, 0) scale(0.5);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

/* Giriş (fade-in) animasyonu: yalnızca sekme değişiminde / ilk yüklemede
   eklenen .ph-entrance sınıfı üzerinden çalışır, konumlandırmayı etkilemez. */
.product-card-holo.ph-entrance {
  animation: ph-rise-in 0.55s ease forwards;
  animation-delay: calc(var(--i, 0) * 70ms);
}

@keyframes ph-rise-in {
  from { opacity: 0; }
}

/* ---------- Ok butonları ---------- */
  position: absolute;
  top: 0;
  translate: 0 -50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--ph-line);
  background: color-mix(in srgb, var(--ph-panel) 88%, transparent);
  color: var(--ph-text);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 6;
  transition: border-color 0.3s, background 0.3s, opacity 0.3s, top 0.3s ease;
}

.popular-holo__arrow:hover {
  border-color: var(--ph-gold);
  background: color-mix(in srgb, var(--ph-gold) 16%, var(--ph-panel));
}

.popular-holo__arrow svg {
  width: 18px;
  height: 18px;
}

.popular-holo__arrow--prev { left: -10px; }
.popular-holo__arrow--next { right: -10px; }

/* ---------- Card ---------- */
.product-card-holo {
  background: var(--ph-panel);
  border: 1px solid var(--ph-line);
  border-radius: var(--ph-card-radius);
  overflow: hidden;
  isolation: isolate;
  transform-style: preserve-3d;
  perspective: 900px;
  opacity: 0;
}

.product-card-holo[data-cf-pos="0"]:hover {
  border-color: color-mix(in srgb, var(--ph-gold) 45%, transparent);
}

.product-card-holo__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.product-card-holo__media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--ph-media-bg);
}

.product-card-holo__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.product-card-holo__img--secondary {
  opacity: 0;
}

@media (hover: hover) {
  .product-card-holo:hover .product-card-holo__img--primary { opacity: 0; }
  .product-card-holo:hover .product-card-holo__img--secondary { opacity: 1; transform: scale(1.06); }
  .product-card-holo:not(:hover) .product-card-holo__img--primary { transform: scale(1); }
}

/* Holografik ışık katmanı */
.popular-holo--holo .product-card-holo__holo-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.45s ease;
  background:
    radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.18), transparent 40%),
    conic-gradient(from 45deg at var(--mx, 50%) var(--my, 50%), var(--ph-holo-cyan), var(--ph-holo-gold), var(--ph-holo-magenta), var(--ph-holo-cyan));
  mix-blend-mode: color-dodge;
}

@media (hover: hover) {
  .popular-holo--holo .product-card-holo:hover .product-card-holo__holo-layer { opacity: 0.16; }
}

.product-card-holo__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 4;
  background: color-mix(in srgb, var(--ph-void) 75%, transparent);
  border: 1px solid color-mix(in srgb, var(--ph-gold) 45%, transparent);
  color: var(--ph-gold-bright);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

.product-card-holo__body {
  padding: 18px 20px 20px;
}

.product-card-holo__kelvin {
  display: inline-block;
  font-size: 11px;
  color: var(--ph-muted);
  font-weight: 600;
  margin-bottom: 8px;
}

.product-card-holo__name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
  min-height: 41px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card-holo__price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.product-card-holo__price {
  font-weight: 700;
  font-size: 20px;
  color: var(--ph-gold-bright);
}

.product-card-holo__compare {
  color: var(--ph-muted);
  font-size: 13px;
}

/* ---------- Quick actions ---------- */
.product-card-holo__quick {
  position: absolute;
  right: 12px;
  top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 5;
}

.product-card-holo:hover .product-card-holo__quick,
.product-card-holo:focus-within .product-card-holo__quick {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.product-card-holo__quick-form form {
  margin: 0;
}

.product-card-holo__icon-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--ph-line);
  background: color-mix(in srgb, var(--ph-void) 78%, transparent);
  color: var(--ph-text);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(5px);
  transition: border-color 0.3s, transform 0.3s, background 0.3s, color 0.3s;
}

.product-card-holo__icon-btn:hover,
.product-card-holo__icon-btn:focus-visible {
  border-color: var(--ph-gold);
  background: color-mix(in srgb, var(--ph-gold) 18%, var(--ph-void));
  transform: translateY(-2px);
  outline: none;
}

.product-card-holo__icon-btn.is-active {
  color: var(--ph-gold-bright);
  border-color: var(--ph-gold);
  background: color-mix(in srgb, var(--ph-gold) 18%, var(--ph-void));
}

.product-card-holo__icon-btn.is-active svg {
  fill: currentColor;
}

.product-card-holo__icon-btn.is-added {
  color: var(--ph-gold-bright);
  border-color: var(--ph-gold);
}

.product-card-holo__icon-btn[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.product-card-holo__icon-btn svg {
  width: 16px;
  height: 16px;
}

/* ---------- Quick view modal ---------- */
.popular-holo__modal[hidden] {
  display: none !important;
}

.popular-holo__modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.popular-holo__modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(5px);
  cursor: default;
}

.popular-holo__modal-dialog {
  position: relative;
  width: min(880px, 100%);
  max-height: min(720px, calc(100vh - 48px));
  overflow: auto;
  border-radius: 20px;
  border: 1px solid var(--ph-line);
  background: var(--ph-panel);
  color: var(--ph-text);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.popular-holo__modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--ph-line);
  background: color-mix(in srgb, var(--ph-void) 84%, transparent);
  color: var(--ph-text);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.popular-holo__modal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.popular-holo__modal-media {
  min-height: 420px;
  background: var(--ph-media-bg);
}

.popular-holo__modal-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.popular-holo__modal-info {
  padding: 48px 42px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popular-holo__modal-title {
  margin: 0 0 16px;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.2;
}

.popular-holo__modal-price {
  margin: 0 0 24px;
  font-size: 22px;
  font-weight: 700;
  color: var(--ph-gold-bright);
}

.popular-holo__modal-compare {
  margin-left: 8px;
  color: var(--ph-muted);
  font-size: 14px;
}

.popular-holo__modal-label {
  display: block;
  margin-bottom: 7px;
  color: var(--ph-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.popular-holo__modal-select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--ph-line);
  border-radius: 10px;
  background: var(--ph-void);
  color: var(--ph-text);
  padding: 0 12px;
  margin-bottom: 18px;
}

.popular-holo__modal-actions {
  display: grid;
  gap: 10px;
}

.popular-holo__modal-add,
.popular-holo__modal-link {
  min-height: 46px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
}

.popular-holo__modal-add {
  border: 1px solid var(--ph-gold);
  background: var(--ph-gold);
  color: #111;
  cursor: pointer;
}

.popular-holo__modal-add[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.popular-holo__modal-link {
  border: 1px solid var(--ph-line);
  color: var(--ph-text);
  background: transparent;
}

.popular-holo__modal-loading,
.popular-holo__modal-error {
  min-height: 320px;
  display: grid;
  place-items: center;
  padding: 40px;
  text-align: center;
  color: var(--ph-muted);
}

/* ---------- Toast ---------- */
.popular-holo__toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  translate: -50% 16px;
  z-index: 100000;
  max-width: min(420px, calc(100vw - 32px));
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid var(--ph-line);
  background: color-mix(in srgb, var(--ph-void) 92%, transparent);
  color: var(--ph-text);
  font-size: 13px;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, translate 0.25s ease;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35);
}

.popular-holo__toast.is-visible {
  opacity: 1;
  translate: -50% 0;
}

/* ---------- Mobile ---------- */
@media (max-width: 700px) {
  .popular-holo__wrap {
    padding: 0 14px;
  }

  .popular-holo__title {
    font-size: 28px;
    margin-bottom: 26px;
  }

  .popular-holo__tabs {
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: visible;
    margin: 0 0 24px;
    padding: 0;
    row-gap: 6px;
  }

  .popular-holo__tabs::-webkit-scrollbar { display: none; }

  .popular-holo__tab {
    flex: 0 0 auto;
    padding: 8px 10px;
    font-size: 13px;
  }

  .popular-holo__underline {
    display: none;
  }

  .popular-holo__arrow {
    width: 36px;
    height: 36px;
  }

  .popular-holo__arrow--prev { left: 2px; }
  .popular-holo__arrow--next { right: 2px; }

  .popular-holo__carousel {
    --ph-cf-card-w: 58%;
    --ph-cf-offset: 80%;
    --ph-cf-offset-2: 130%;
    --ph-cf-scale: 0.82;
    --ph-cf-scale-2: 0.66;
    --ph-cf-side-opacity-2: 0;
    padding: 8px 0 4px;
  }

  .product-card-holo__body {
    padding: 12px 11px 14px;
  }

  .product-card-holo__kelvin {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .product-card-holo__name {
    font-size: 12px;
    min-height: 34px;
    margin-bottom: 7px;
  }

  .product-card-holo__price {
    font-size: 15px;
  }

  .product-card-holo__compare {
    font-size: 11px;
  }

  .product-card-holo__badge {
    top: 8px;
    left: 8px;
    padding: 4px 7px;
    font-size: 8px;
  }

  .popular-holo--mobile-actions .product-card-holo__quick {
    top: 8px;
    right: 8px;
    gap: 6px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .product-card-holo__icon-btn {
    width: 30px;
    height: 30px;
  }

  .product-card-holo__icon-btn svg {
    width: 14px;
    height: 14px;
  }

  .popular-holo__modal {
    padding: 12px;
    align-items: end;
  }

  .popular-holo__modal-dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
    border-radius: 18px;
  }

  .popular-holo__modal-grid {
    grid-template-columns: 1fr;
  }

  .popular-holo__modal-media,
  .popular-holo__modal-media img {
    min-height: 0;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .popular-holo__modal-info {
    padding: 24px 20px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .popular-holo *,
  .popular-holo *::before,
  .popular-holo *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
