.giga-gallery-wrap,
.giga-gallery-wrap *{box-sizing:border-box}.giga-gallery-wrap{--giga-edge:80px;display:flex;flex-direction:column;gap:28px;width:100%;overflow:hidden;position:relative;padding:6px 0;isolation:isolate}.giga-gallery-wrap:before,.giga-gallery-wrap:after{content:"";position:absolute;top:0;bottom:0;width:var(--giga-edge);z-index:4;pointer-events:none}.giga-gallery-wrap:before{left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}.giga-gallery-wrap:after{right:0;background:linear-gradient(270deg,#fff,rgba(255,255,255,0))}.giga-row{width:100%;overflow:hidden;touch-action:pan-y}.giga-track{display:flex;align-items:center;gap:28px;width:max-content;will-change:transform;animation:gigaMarqueeLeft 55s linear infinite}.giga-row-bottom .giga-track{animation-duration:32s}.giga-opposite-dir .giga-row-bottom .giga-track{animation-name:gigaMarqueeRight}.giga-same-dir .giga-row-bottom .giga-track{animation-name:gigaMarqueeLeft}.giga-pause-hover:hover .giga-track,.giga-pause-hover.giga-touch-paused .giga-track{animation-play-state:paused}.giga-item{width:470px;height:344px;position:relative;display:block;flex:0 0 auto;border:0;padding:0;overflow:hidden;background:#f4f4f4;border-radius:16px;cursor:pointer;appearance:none;-webkit-appearance:none;transform:translateZ(0);transition:transform .35s ease,filter .35s ease}.giga-item img{display:block;width:100%;height:100%;object-fit:cover;border-radius:16px;user-select:none;-webkit-user-drag:none;pointer-events:none}.giga-item:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.18);opacity:0;transition:opacity .35s ease}.giga-item:hover{transform:translateY(-4px) scale(1.01)}.giga-item:hover:after{opacity:1}.giga-item:focus-visible{outline:3px solid rgba(0,0,0,.45);outline-offset:4px}@keyframes gigaMarqueeLeft{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 14px))}}@keyframes gigaMarqueeRight{from{transform:translateX(calc(-50% - 14px))}to{transform:translateX(0)}}.giga-lightbox{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:34px;background:rgba(9,10,12,.86);backdrop-filter:blur(14px);opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}.giga-lightbox.is-open{opacity:1;visibility:visible}.giga-lightbox__stage{position:relative;width:min(1180px,100%);height:min(82vh,760px);display:flex;align-items:center;justify-content:center}.giga-lightbox__img{max-width:100%;max-height:100%;object-fit:contain;border-radius:22px;box-shadow:0 28px 90px rgba(0,0,0,.42);background:#111;transform:scale(.96);transition:transform .22s ease}.giga-lightbox.is-open .giga-lightbox__img{transform:scale(1)}.giga-lightbox__close,.giga-lightbox__nav{position:absolute;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:rgba(255,255,255,.92);color:#111;cursor:pointer;box-shadow:0 12px 38px rgba(0,0,0,.28);transition:transform .2s ease,background .2s ease}.giga-lightbox__close:hover,.giga-lightbox__nav:hover{transform:scale(1.05);background:#fff}.giga-lightbox__close{top:22px;right:22px;width:46px;height:46px;font-size:30px;line-height:1}.giga-lightbox__nav{top:50%;width:54px;height:54px;font-size:38px;line-height:1;transform:translateY(-50%)}.giga-lightbox__nav:hover{transform:translateY(-50%) scale(1.05)}.giga-lightbox__prev{left:22px}.giga-lightbox__next{right:22px}.giga-lightbox__count{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.92);font:600 13px/1.2 Arial,sans-serif;color:#111}.giga-no-scroll{overflow:hidden!important}@media (max-width:767px){.giga-gallery-wrap{--giga-edge:34px;gap:14px}.giga-item{width:285px;height:185px;border-radius:14px}.giga-item img{border-radius:14px}.giga-track{gap:14px}.giga-item:hover{transform:none}.giga-lightbox{padding:16px}.giga-lightbox__stage{height:78vh}.giga-lightbox__img{border-radius:16px}.giga-lightbox__close{top:14px;right:14px;width:42px;height:42px;font-size:28px}.giga-lightbox__nav{width:42px;height:42px;font-size:30px;background:rgba(255,255,255,.82)}.giga-lightbox__prev{left:10px}.giga-lightbox__next{right:10px}.giga-lightbox__count{bottom:14px}}@media (prefers-reduced-motion:reduce){.giga-track{animation:none}.giga-item,.giga-lightbox,.giga-lightbox__img{transition:none}}

/* Giga Galeri v1.1 - tek/çift şerit ve minimal popup dots */
.giga-single-strip{gap:0}
.giga-single-strip .giga-row-bottom{display:none!important}
.giga-single-strip .giga-row-single{display:block}
.giga-lightbox__nav,
.giga-lightbox__count{display:none!important}
.giga-lightbox__dots{
  position:absolute;
  left:50%;
  bottom:24px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.giga-lightbox__dot{
  width:8px;
  height:8px;
  border:0;
  padding:0;
  border-radius:999px;
  background:rgba(255,255,255,.45);
  cursor:pointer;
  transition:width .22s ease, background .22s ease, opacity .22s ease;
}
.giga-lightbox__dot.is-active{
  width:22px;
  background:#fff;
}
.giga-lightbox__dot:hover{background:rgba(255,255,255,.9)}
@media (max-width:767px){
  .giga-lightbox__dots{bottom:18px;gap:7px;padding:7px 9px}
  .giga-lightbox__dot{width:7px;height:7px}
  .giga-lightbox__dot.is-active{width:18px}
}
